2010-05-31 |
Chris Hanson | Fix swapped conditional arms in RE-COMPILE-CHAR-SET... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Chris Hanson | Move Unicode char predicates to "char.scm". |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Chris Hanson | Improve test reporting for errors. Add boolean equalit... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Chris Hanson | Don't restrict CHAR-SET-MEMBERS; it gets used on the... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Fix fencepost error. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Add membership test. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Fix broken reference. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Update to use new test framework. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Refactor test infrastructure to use conditions and... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Hanson | Rewrite, this time to use "signal processing" mode... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | When re-loading unit-testing, unlink the previous copy... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | Restructure test to use new multiple-result mechanism. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | Allow each sub-test to return multiple test results. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | Use new ASSERT-ERROR. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | Fix some bugs discovered by unit testing. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | Add LOAD-WITH-BOOT-INITS! for testing. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | Get unit tests working. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Chris Hanson | Add ASSERT-ERROR. Small reorganization to improve... |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Chris Hanson | Implement alphabet as char-set. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Chris Hanson | Change char-set abstraction to handle unicode. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Chris Hanson | Implement VECTOR-HEAD!. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Chris Hanson | Rename DEFAULT_STAGE0 to STAGE0. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Taylor R Campbell | Fix x86-64 lapgen rules for simple float offsets. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Taylor R Campbell | Make the m4 test in microcode/configure.ac less strict. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Hanson | Fix bug: when merging register maps, if a pseudo regist... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Hanson | Handle case where INPUT-LINE port operation isn't avail... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Taylor R Campbell | In dist/make-native-files, don't rmdir src/lib/lib. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Taylor R Campbell | Under Linux/ELF on i386 and x86-64, mark the stack... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Taylor R Campbell | Use AC_MSG_ERROR rather than AC_ERROR. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Taylor R Campbell | Make makegen/m4.sh report m4 failure by returning 1. |
commit | commitdiff | tree | snapshot |
2010-04-17 |
Taylor R Campbell | If native code is enabled, check for m4 in microcode... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Matt Birkholz | Got the svm1 back end to assemble... something. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Joe Marshall | Change keyword implementation to be based on symbols... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Joe Marshall | Collapse chains of CAR/CDR. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Joe Marshall | Add ENCODE- and DECODE-GENERAL-CAR-CDR. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Joe Marshall | Export new fixnum ops and guarantees. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Joe Marshall | POSITIVE-FIXNUM? and NEGATIVE-FIXNUM? and appropriate... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Joe Marshall | Declare r-rename and r-compare as IGNORABLE. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Joe Marshall | Handle edge case of : as a symbol. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Joe Marshall | Make STRING-LENGTH a foldable operator. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Can't fold non-primitives. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Make SYMBOL? and SYMBOL->STRING foldable operators. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Export symbol->keyword. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Add symbol->keyword. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Add keyword-style:none to attributes. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Allow keyword-style attribute to be none or false.... |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Typo. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Enable parsing of file attributes line. |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Joe Marshall | Support for parsing the file attributes line. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Joe Marshall | Add simple restart to sf/internal. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Joe Marshall | Checkpoint. Parser ready to deal with file attributs... |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Export new control variables. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Initialize new control variables. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Add new parser control variables. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Sort parser control variables. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Delete *keyword-style*. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Don't export *keyword-style*. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Bugfix and use *parser-keyword-style*. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Use *parser-keyword-style*. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Joe Marshall | Add *parser-keyword-style*. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Joe Marshall | Add stub file-attributes-line parser and hook into... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Joe Marshall | Track the line count when reading. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Joe Marshall | New input port operation 'INPUT-LINE. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Hanson | Change %d to %ld for pointer diffs without C99. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Hanson | Use %td only if C99 is supported. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Hanson | Detect whether C99 is supported. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Matt Birkholz | Pruned too much from src/microcode/option.c. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Taylor R Campbell | Use %td, not %d, to format ptrdiff_t values with printf. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Taylor R Campbell | Fix recent change to xwindow extra structures. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Taylor R Campbell | Fix unary predicate assembly hooks for flonums on x86-64. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Taylor R Campbell | Handle non-character input events in READ-EXTENSION... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Matt Birkholz | Got the (incomplete) svm1 back end complete enough... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Matt Birkholz | Avoid 122 warnings from gcc4.4: dereferencing type... |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Joe Marshall | Better handling of keywords so escaping works correctly. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Joe Marshall | Reduce flag options to 'PREFIX, 'SUFFIX, or #F |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Hanson | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Hanson | Fix over-long lines; remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-03-17 |
Chris Hanson | Export guarantee-*-lambda-list. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Joe Marshall | Parse keywords based on value of *keyword-style*. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Joe Marshall | Implement keyword objects. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Joe Marshall | Add support for quoting keyword-like symbols. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Joe Marshall | Avoid constructing sequence-3 objects. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Joe Marshall | Construct open-blocks from sequence-2. |
commit | commitdiff | tree | snapshot |
2010-03-15 |
Joe Marshall | Recognize open-blocks even if they appear in a sequence-2. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Joe Marshall | Don't track invocation count on variables. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Joe Marshall | Insert integrate-operator declarations when reasonable. |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Joe Marshall | Export expression/free-variable-info and expression... |
commit | commitdiff | tree | snapshot |
2010-03-14 |
Joe Marshall | Add expression/free-variable-info and expression/size. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Joe Marshall | Fixup sequences, simplify some code, rewrite conditiona... |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Joe Marshall | Tidy up and simplify conditional/disjunction optimization. |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Joe Marshall | Add sf:enable-safe-integration? |
commit | commitdiff | tree | snapshot |
2010-03-13 |
Joe Marshall | Tidy up. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Joe Marshall | Add a declaration. |
commit | commitdiff | tree | snapshot |
2010-03-12 |
Joe Marshall | Add expressions/equal? |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Joe Marshall | Export sf:maximum-duplicate-expression-size and sf... |
commit | commitdiff | tree | snapshot |
next |