2005-08-04 |
Chris Hanson | Fix fencepost error in handling of port width. |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Chris Hanson | Eliminate binding for primitive GC-SPACE-STATUS, since... |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Chris Hanson | Update copyright dates. |
commit | commitdiff | tree | snapshot |
2005-07-31 |
Chris Hanson | Eliminate use of primitive GET-NEXT-CONSTANT, which... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Chris Hanson | Don't use mmap_heap_malloc unless HEAP_IN_LOW_MEMORY... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Chris Hanson | Rewrite mmap_heap_malloc to search "/proc/NNNN/maps... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Chris Hanson | Use 'OS_malloc' for default definition of 'HEAP_MALLOC... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Chris Hanson | Fix copyright date. |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Chris Hanson | Rewrite 'strcmp_ci' to use 'toupper' from STDC rather... |
commit | commitdiff | tree | snapshot |
2005-07-24 |
Chris Hanson | Don't bother including <string.h> at all; instead trust... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Chris Hanson | Use OBJECT-GC-TYPE rather than PRIMITIVE-OBJECT-GC... |
commit | commitdiff | tree | snapshot |
2005-07-19 |
Chris Hanson | Remove unused LOAD-PACKED-BINARIES. |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Chris Hanson | Fix bug: %WITHIN-CONTINUATION was being used in "thread... |
commit | commitdiff | tree | snapshot |
2005-07-17 |
Chris Hanson | Fix some syntax errors only visible on Win32. |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Hanson | Fix problem with decrementing of string length variable. |
commit | commitdiff | tree | snapshot |
2005-07-16 |
Chris Hanson | Eliminate non-reentrant continuations. Microcode 14... |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Hanson | Update copyright statement. |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Hanson | Implement ULONG/FIXNUM conversion macros. |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Hanson | Implement ULONG/FIXNUM conversion macros. |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Hanson | Change some variables from signed to unsigned. |
commit | commitdiff | tree | snapshot |
2005-07-15 |
Chris Hanson | Define __inline__ for non-gcc, so we can use this anywhere. |
commit | commitdiff | tree | snapshot |
2005-07-14 |
Chris Hanson | Fix indentation of #; for single lines. |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Chris Hanson | Fix typo/thinko: inclusion of <string.h> was conditiona... |
commit | commitdiff | tree | snapshot |
2005-07-09 |
Chris Hanson | Work around illegal use of cast expressions in some... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Chris Hanson | Don't assume that __IA32__ implies support for native... |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Chris Hanson | Add processor type for SVM. |
commit | commitdiff | tree | snapshot |
2005-07-04 |
Chris Hanson | Fix copyright dates. |
commit | commitdiff | tree | snapshot |
2005-07-01 |
Chris Hanson | New primitives for manipulating objects: |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Hanson | Implement primitives to read and write arbitrary memory. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Hanson | Implement PRIMITIVE-OBJECT-ADDRESS. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Hanson | Tweak changes slightly. |
commit | commitdiff | tree | snapshot |
2005-06-30 |
Chris Hanson | Fix flonum comparison operations that were assuming... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Hanson | Fix SIGSEGV generated by M-x isearch-forward-regexp... |
commit | commitdiff | tree | snapshot |
2005-06-27 |
Chris Hanson | Another clarification of SIGCONTEXT stuff, this time... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Chris Hanson | Change configuration to handle PostgreSQL 8.0 includes. |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Chris Hanson | Rewrite the unix trap handler to simplify and clarify... |
commit | commitdiff | tree | snapshot |
2005-06-26 |
Chris Hanson | Guarantee valid sp_register and Free _prior_ to executi... |
commit | commitdiff | tree | snapshot |
2005-06-24 |
Chris Hanson | Make sure symbols are canonicalized in Edwin. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Chris Hanson | Implement GUARANTEE-VECTOR-OF-TYPE, VECTOR-OF-UNIQUE... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Chris Hanson | Allow VECTOR-MAP to take multiple vector arguments... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Chris Hanson | Really export URI->SYMBOL. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Chris Hanson | When processing "Eval" bindings, make sure buffer is... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Chris Hanson | Can't use colon in local variable name. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Chris Hanson | Implement buffer-local indentation support. |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Chris Hanson | Add comment to MATCHER:IPV6-ADDRESS explaining why... |
commit | commitdiff | tree | snapshot |
2005-06-05 |
Chris Hanson | Rename REXP-0*N to REXP-*N. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Chris Hanson | Use new repetition constructs in matcher language. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Chris Hanson | Revert rule that eliminates unused pointer bindings... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Chris Hanson | Rewrite pointer optimization to keep track of aliases... |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Chris Hanson | Fix typo in previous revision. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Chris Hanson | Implement N*M, N*N, *N, and N* patterns. |
commit | commitdiff | tree | snapshot |
2005-06-04 |
Chris Hanson | Fix a bunch of problems with the optimizer. Simplify... |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Chris Hanson | Use lower case for output of hexadecimal digits. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Chris Hanson | Use lower case for output of hexadecimal digits. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Chris Hanson | Simplify code generation for partial parser. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Chris Hanson | Don't store the buffer in the partial-uri record. |
commit | commitdiff | tree | snapshot |
2005-06-01 |
Chris Hanson | Another round of work on the partial URI parser. More... |
commit | commitdiff | tree | snapshot |
2005-05-31 |
Chris Hanson | Change partial URI parser to save erroneous characters... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Chris Hanson | Generalize ->URI variants to accept more inputs. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Chris Hanson | Support conversions between symbols and wide strings. |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Chris Hanson | Add support for partial URI parsing. This is useful... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Chris Hanson | Implement GET-OUTPUT-STRING!, which gets the accumulate... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Chris Hanson | Complete rewrite of URI support to comply with RFC... |
commit | commitdiff | tree | snapshot |
2005-05-30 |
Chris Hanson | Add expressions to implement limited repeating patterns. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Chris Hanson | Implement MERGE-URIS and BASE-URI?. Change path repres... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Chris Hanson | Rearrange for readability. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Chris Hanson | Change representation of URI to simplify interface... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Chris Hanson | Move PARSE-RELATIVE-URI up to improve readability. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Chris Hanson | Implement regular expressions for URIs. |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Chris Hanson | Fix typo: fragment was allowed twice. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Chris Hanson | Add optional CALLER argument to ->URI. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Chris Hanson | Change DEFINE-GUARANTEE to make CALLER argument optional. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Chris Hanson | Document procedure arity and generic procedures. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Chris Hanson | Document procedure arity and generic procedures. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Chris Hanson | Complete rewrite of URL support. New design implements... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Chris Hanson | Allow restart reporter to be specified in breakpoints. |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Chris Hanson | Implement URL:CHAR-SET:SCHEME and URL:PARSE:SCHEME. |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Chris Hanson | Bump version and date. |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Chris Hanson | Document how READ now takes an optional environment... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Chris Hanson | Fix bugs in handling of distinguished characters "... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Chris Hanson | Fix implementation of alphabetic character sets for... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Hanson | Guarantee canonicalized symbols when loading files. |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Hanson | Make sure that symbols are canonicalized when loading... |
commit | commitdiff | tree | snapshot |
2005-04-30 |
Chris Hanson | Guarantee canonicalized symbols when loading files. |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Chris Hanson | Add indentation for COUNT-MATCHING-ITEMS and COUNT... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Chris Hanson | Implement COUNT-MATCHING-ITEMS and COUNT-NON-MATCHING... |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Eliminate NULL type-code name. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Force arity folding for GENERIC-PROCEDURE-ARITY. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | MAKE-PROCEDURE-ARITY must not simplify the result by... |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Use new procedure-arity abstraction to simplify logic. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Use new procedure-arity abstraction to simplify logic. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Add abstraction for procedure-arity objects. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Add finer discrimination for built-in constant types. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Eliminate NULL type-code name. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Don't use NULL type-code name. |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Chris Hanson | Add finer discrimination for built-in constant types. |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Chris Hanson | Change BUILT-IN-DISPATCH-TAG so that it accepts each... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Chris Hanson | Eliminate use of potential generic procedures in implem... |
commit | commitdiff | tree | snapshot |
next |