2007-12-18 |
Chris Hanson | Fix brokenness in previous change: can't pass "." for... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Chris Hanson | Pass "--non-recursive" when calling "bzr ls", since... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Chris Hanson | Use notification mechanism for SHOW-TIME. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Be more specific that column tracking works only for... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Improve line breaking to have a more accurate idea... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Change indentation style to put open paren inline,... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Simplify column tracking: track columns as long as... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Implement WRITE-RDF/TURTLE-SUBGRAPH. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Change WRITE-RDF/TURTLE-TRIPLES so that it doesn't... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Provide abstraction for balanced grouping syntax. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Chris Hanson | Favor use of SRFI-1 procedures. |
commit | commitdiff | tree | snapshot |
2007-12-08 |
Chris Hanson | Replace MAC_ARCH hack with more general mechanism to... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Chris Hanson | Rewrite handling of control directories and master... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Chris Hanson | Don't search for ".bzr" in parent directories if some... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Chris Hanson | Don't search for ".bzr" in parent directories if some... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Hanson | Fix problem introduced by previous change: argument to |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Hanson | Fix problem introduced by previous change: argument to |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Hanson | Revert change to WITH-EVAL-UNIT, which broke building... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Chris Hanson | Fix formatting type error. |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Chris Hanson | Refine the gcc build flags for Mac OS X. Target versio... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Chris Hanson | Fix bug: IMAP-MAILBOX-DELIMITER was using the mailbox... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Chris Hanson | Work around bug in Gmail IMAP server. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Hanson | bzr doesn't have a meaningful default-revision method... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Hanson | Rework bzr caching to use standard vc cache support. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Hanson | Fix bzr command cache to pay attention to timestamp... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Hanson | Add support for bzr. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Hanson | Always parse POST variables, so that alternate content... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Hanson | Provide DEFINE-MIME-HANDLER and DEFINE-SUBTREE-HANDLER... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Hanson | Eliminate ugly load hack; use WITH-EVAL-UNIT and WITH... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Hanson | Change WITH-EVAL-UNIT to change the current working... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Hanson | Implement WITH-CURRENT-LOAD-ENVIRONMENT. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Hanson | Implement READ-RDF/TURTLE. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Chris Hanson | Implement CURRENT-LOAD-ENVIRONMENT. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Hanson | Allow scheme-environment variable to be set to a proced... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Hanson | Add indentation rule to override "DEF" prefix for ... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Hanson | Allow ->BUFFER to accept #!DEFAULT. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Hanson | Move "bad evaluation environment" message to "evlcom... |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2007-10-09 |
Chris Hanson | Eliminate kludge to work around old DEFAULT-OBJECT... |
commit | commitdiff | tree | snapshot |
2007-10-08 |
Chris Hanson | Make port args optional on output procedures. |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Chris Hanson | Eliminate INDENTATION argument from WRITE-RDF/TURTLE... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Taylor R. Campbell | Fix detection of ^G in PREVIEW-EVENT. |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Taylor R. Campbell | Fix typo in FIND-HEADER: the local variable is named... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Chris Hanson | Fix bug in handling of URL bindings (thanks Aaron Hsu... |
commit | commitdiff | tree | snapshot |
2007-09-17 |
Taylor R. Campbell | Omit superfluous octothorpe from error message for... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Taylor R. Campbell | Add support for socket-related errno values. |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Hanson | Fix READ-CHAR-NO-HANG to account for CHAR-READY? return... |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Chris Hanson | Fix two WNA errors that occur when generating RTL and... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Chris Hanson | Eliminate now-unnecessary definitions of INPUT-PORT... |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Chris Hanson | Implement INPUT-PORT/EOF?. |
commit | commitdiff | tree | snapshot |
2007-09-12 |
Chris Hanson | Return #T from CHAR-READY? when at EOF. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Taylor R. Campbell | Clarify multipart handling, and calculate lengths more... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Taylor R. Campbell | Fix typo in DEFINE-MIME-MEDIA-PARSER for the case of... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Taylor R. Campbell | Simplify calculation of octet and line counts. |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Taylor R. Campbell | Update SAVE-RESOURCE method on file folders to reflect... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Taylor R. Campbell | Fix bug whereby MIME parser for multipart messages... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Taylor R. Campbell | In READ-CHAR-INTERNAL and READ-STRING-INTERNAL, write... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Taylor R. Campbell | Export Edwin variable MAIL-RELAY-HOST from (EDWIN SENDM... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Taylor R. Campbell | New Edwin variable MAIL-RELAY-SERVICE, to specify the... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Chris Hanson | Change error message generated when an unmatched close... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Taylor R. Campbell | Revive SPARC Solaris support: |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Taylor R. Campbell | Implement preliminary support for Dragonfly BSD, thanks... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Chris Hanson | Don't call UNIX/CURRENT-UID on non-unix systems. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Chris Hanson | Eliminate spurious newlines and indentation from |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Chris Hanson | When merging prefix registries, ignore ":" prefixes. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Chris Hanson | Implement BYTES-WRITTEN operation for REPL buffer ports. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Chris Hanson | Implement WRITE-RDF/TURTLE-TRIPLE. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Chris Hanson | Don't inline the first part of a pgroup unless the... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Chris Hanson | When parsing, record null prefix in prefix registry... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Chris Hanson | In sub-graph notation, final dot is optional. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Chris Hanson | Add predicates and guarantees to validate components... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Chris Hanson | Do _not_ do SAVE_CONT after returning from compiled... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Add EVENT:NEW-RDF-GRAPH. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Allow URIs to be given to STRING and UTF8-STRING. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Implement URI-PREFIX. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Fix thinko in GUARANTEE-8-BIT-CHAR. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Oops... remove old binding of SYMBOL-APPEND. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Change SYMBOL to use UTF8-STRING. Change SYMBOL-APPEND... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Extend STRING to accept a large class of objects, each... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Hanson | Implement 8-BIT-CHAR?. Move GUARANTEE-8-BIT-CHAR to... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Taylor R. Campbell | Handle an empty selector in WRITE-MIME-MESSAGE-BODY... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Taylor R. Campbell | Clarify the method of WRITE-MIME-MESSAGE-BODY-PART... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Taylor R. Campbell | Escape the backslash within `#\=' in the error message... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Hanson | Fix various problems with output of subgraphs. Elimina... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Hanson | Fix some thinkos in graph parsing. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Hanson | Add support for subject/object graphs using N3's {... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Hanson | Implement RDF graph type. Hash cons all structures... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Hanson | Update for new name READ-RDF/TURTLE-FILE. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Hanson | Fix bug: hex-encoded string escapes were missing leadin... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Chris Hanson | Eliminate obsolete RDF index. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Chris Hanson | Simplify bnode-registry mechanism to use a single proce... |
commit | commitdiff | tree | snapshot |
2007-07-29 |
Chris Hanson | Fix type-coercion bug in FIXNUM-LSH. Eliminate abstrac... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Hanson | Fix WITH-LOADER-BASE-URI so that it correctly recognize... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Hanson | Require all names to conform to XML namespace specifica... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Hanson | Change XML name type to represent namespace URI as... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Hanson | Allow relative URIs as namespace names. |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Hanson | Allow representation of characters in class "Cs". |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Chris Hanson | Compare XML names as strings rather than as expanded... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Taylor R. Campbell | Fix bug in liarc object initialization: dload_initializ... |
commit | commitdiff | tree | snapshot |
next |