2012-01-30 |
Joe Marshall | Undoing a change the hard way. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Joe Marshall | Install .bci files for common parts of the compiler. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Joe Marshall | Remove handling of IN-PACKAGE frames (which no longer... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Joe Marshall | Remove unused error codes, add syntax error code. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Chris Hanson | Don't delete symlinks with maybe_rm. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Joe Marshall | Unparse assignments, definitions, and lambdas with... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Add some generated files to .gitignore |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Combinations no longer constructed with pcomb1, pcomb2... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Use sequence-immediate-first instead of sequence-first. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Export sequence-immediate-first and -second. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Add sequence-immediate-first and sequence-immediate... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Fix typo, clean up. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Don't bother flipping the sense of negative conditionals. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Correctly handle lambda bodies with declarations. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Joe Marshall | Check record-length before dereferencing. |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Chris Hanson | Update DTD references. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Joe Marshall | Relocate a top-level variable. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Joe Marshall | Fix some well-intentioned, but semantically suspect... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Pass profile into run-with-stack-sampling. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Avoid printing trailing whitespace. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Use scode/sequence-... procedures. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Export SEQUENCE-FIRST and SEQUENCE-SECOND. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Export SEQUENCE-FIRST and SEQUENCE-SECOND. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Fixup scode SEQUENCE abstraction. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Remove SEQUENCE-3 (forgot to commit this one). |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Joe Marshall | Missed a SEQUENCE-3. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Joe Marshall | Remove SEQUENCE-3 from Scheme code. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Fix bogus steps. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Add instructions for rebuilding the compiler. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Avoid UTF-8/ASCII transcoding if possible (and perform... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Add ASCII-STRING-COPY procedure. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Change name->open-coders alist to a hash table. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Change statement and expression rewrite rules from... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Change cse-methods alist to a hash-table. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Change expression-methods alist into a hash table. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Change instructions alist to a hash table. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Use new potential-control-merge slot. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Joe Marshall | Add potential-control-merge slot to cfg nodes. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Joe Marshall | Use new subgraph-color slot rather than the node alist. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Joe Marshall | Add a sugraph-color slot to the cfg. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Joe Marshall | Make noop-tag-property a slot in the vector tag. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Joe Marshall | Suppress redundant type checks in generated pattern... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Joe Marshall | Add a declaration to the expansion of rule results. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Joe Marshall | Implement GENERATE-PATTERN-MATCHER. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Joe Marshall | Add call to GENERATE-PATTERN-MATCHER. Controlled by... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Joe Marshall | Export GENERATE-PATTERN-MATCHER. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Joe Marshall | Add stub definition for GENERATE-PATTERN-MATCHER. |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Taylor R Campbell | Document RE-COMPILE-PATTERN. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Matt Birkholz | cref: Replace hash-tables with alists. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Matt Birkholz | cref: Eliminate needless sorting of bindings and refere... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Matt Birkholz | Fixed CREF to handle uninterned symbols. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Joe Marshall | Export pattern-lookup-2 |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Joe Marshall | Add pattern-lookup-2 |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Joe Marshall | Export PATTERN-CONTAINS-DUPLICATES? |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Joe Marshall | Add PATTERN-CONTAINS-DUPLICATES? |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Chris Hanson | Fix over-long line and tweak indentation. |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Taylor R Campbell | Mark channel closed before interrupting in Unix's OS_ch... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chris Hanson | Merge from release-9.1 branch. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chris Hanson | Properly fix default-target setting code. origin/release-9.1 release-9.1.1 |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chris Hanson | Bump version number for new point release. |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chris Hanson | Add configure option to set default make target; use... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chris Hanson | FLO:DEFAULT-ENVIRONMENT must be reinitialized after... |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Chris Hanson | Add configure option to set default make target; use... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Chris Hanson | Update for new application name. |
commit | commitdiff | tree | snapshot |
2011-10-21 |
Taylor R Campbell | We show the significand of a number, not the mantissa. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Chris Hanson | Merge branch 'master' of git.sv.gnu.org:/srv/git/mit... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Chris Hanson | FLO:DEFAULT-ENVIRONMENT must be reinitialized after... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Taylor R Campbell | Use a more liberal licence for runtime/test-division... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Taylor R Campbell | Use a more liberal licence for runtime/division.scm. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chris Hanson | Merge branch 'release-9.1' |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chris Hanson | Attempt to set the version strings correctly. release-9.1.0 |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chris Hanson | Update version numbers. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chris Hanson | Script to generate upload files for GNU FTP server. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chris Hanson | Revise manual licenses to remove cover texts. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chris Hanson | Revise manual licenses to remove cover texts. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Chris Hanson | Merge commit 'ca08b665a91491093722534a66a31c67cc995ec5... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Taylor R Campbell | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-10-05 |
Taylor R Campbell | Don't use fixnum arithmetic for IMAP literal sizes... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Joe Marshall | Don't call OS_free_pages after GC flip. We don't resiz... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Matt Birkholz | Assigning copyrights to MIT. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Matt Birkholz | Simplify silly %trace syntaxers. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Arthur A. Gleckler | Fixed typos in the reference manual in warnings about... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Joe Marshall | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Birkholz | Fixed close-in/output-buffer to apply source/sink close... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Birkholz | Fixed a last-minute copy/yank. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Birkholz | Added thread-queues (aka mailboxes). |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Birkholz | Removed unused parameter to lookup-enum-value. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Birkholz | Added c-peek-bytes, c-poke-bytes. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Birkholz | Moved outf-console to -error (stderr); fiddled FFI... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Matt Birkholz | c-peek-cstringp: Return () when the char* is NULL. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Matt Birkholz | Warn, not die, when a callback or constant is undefined. |
commit | commitdiff | tree | snapshot |
next |