projects/cmucl/cmucl.git
2013-01-17  Raymond ToyFirst cut at making search-list a pathname host. rtoy-search-list-as-host
2013-01-06  Raymond ToyAdd label for source paths that was missing.
2013-01-04  Raymond ToyUpdate rules for pdf and dvi to run latex enough times...
2013-01-04  Raymond Toyo Don't delete gif files because some are checked in...
2013-01-03  Raymond ToyPut back the chapter Retargeting the Compiler.
2013-01-03  Raymond ToyRemove duplicated definitions of list-all-external...
2013-01-01  Raymond ToyMicro-optimization for move-from-signed, eliminating... snapshot-2013-01
2012-12-27  Raymond ToyUpdate from commit logs.
2012-12-26  Raymond ToyFix bitrot: set GC_SRC to gc.c if FEATURE_GENCGC is...
2012-12-26  Raymond ToyFix bitrot: support scavenging unicode strings..
2012-12-26  Raymond ToyForgot to load c-callback and alien-callback in the...
2012-12-26  Raymond ToyAdd :alien-callback to *faatures* for platforms that...
2012-12-24  Raymond ToyClean up: move byte-bash-copy near bit-bash-copy, and...
2012-12-24  Raymond ToyRegenerated from sparc port.
2012-12-23  Raymond ToyRegenerated.
2012-12-23  Raymond ToyFix a few compiler notes.
2012-12-23  Raymond ToyMove the alien callback support into its own files.
2012-12-23  Raymond ToyGet rid of the unused bit-bash-<foo> symbols.
2012-12-23  Raymond ToyUse BYTE-BASH-COPY in the string transforms for SUBSEQ...
2012-12-23  Raymond ToyFix ticket:68 by adding {{{BYTE-BASH-COPY}}}
2012-12-22  Raymond ToyFix bitrot in interrupt_maybe_gc.
2012-12-22  Raymond ToyFix ticket:67
2012-12-22  Raymond ToyFix ticket:60.
2012-12-21  Raymond ToyReinstate ability to compile with gcc on sparc.
2012-12-19  Raymond ToyAdd source-location information for DEFINE-COMPILER...
2012-12-11  Raymond ToyPrint out more info on specialization errors.
2012-12-03  Raymond ToyUpdated from source code changes.
2012-12-03  Raymond ToyPrint out name of offending emitter in some error messages.
2012-12-02  Raymond ToyWhen emitter has holes, print out name of offending...
2012-11-20  Raymond ToyOops. Need to tell precompile-ef-slot about +ef-osc+. snapshot-2012-12
2012-11-20  Raymond ToyNeed to precompile the ef-osc slot too. Otherwise...
2012-11-19  Raymond ToyUpdate.
2012-11-18  Raymond ToyRevert changes to unicode-complete; can't complete...
2012-11-18  Raymond ToyDeprecate the -8 option since we don't support 8-bit...
2012-11-18  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-11-18  Raymond Toyo Update to asdf 2.26
2012-11-18  Raymond ToyUpdate asdf to version 2.25.
2012-11-17  Raymond Toyo Update to asdf 2.26
2012-10-28  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-10-27  Raymond ToyOops. expr should not have a "^" character in the regex... 20d
2012-10-27  Raymond ToyCheck the git hash for a release tag too.
2012-10-27  Raymond Toy * src/compiler/byte-comp.lisp
2012-10-27  Raymond ToyUpdate.
2012-10-27  Raymond ToyUpdate pot and po files for sparc.
2012-10-27  Raymond ToyUpdate pot and po files from current code.
2012-10-11  Raymond ToyUpdate asdf to version 2.25.
2012-09-26  Raymond ToyFix typo (missing closing paren). snapshot-2012-10
2012-09-26  Raymond ToyAdd WITH-CYCLE-COUNTER for x86, sparc, and ppc. Sparc...
2012-09-26  Raymond ToyUpdate.
2012-09-26  Raymond ToyFix ticket:63.
2012-09-05  Raymond ToyOutput lisp strings in utf8 format in ldb print.
2012-09-04  Raymond ToyFix ticket:62: Needed an IN-PACKAGE.
2012-09-03  Raymond ToyFinish splitting out x86-validate into separate OS...
2012-09-01  Raymond ToySplit x86-validate into separate files. snapshot-2012-09
2012-09-01  Raymond ToyUpdate from logs.
2012-09-01  Raymond ToyClean up RCS ids
2012-08-28  Raymond ToyUpdate to asdf 2.24.
2012-08-28  Raymond ToyClean up debug_print. Surrogate pairs are always high...
2012-08-27  Raymond ToyMinor cleanups of utf8 code.
2012-08-25  Raymond ToyChange %primitive print.to output strings in utf8 inste...
2012-08-23  Raymond ToyNeed to wrap EVAL-WHEN around USE-PACKAGE since use...
2012-08-19  Raymond ToyFloating-point micro-optimizations
2012-08-11  Raymond ToyMove the FPU save/restore stuff from os.h to arch.h
2012-08-10  Raymond Toy src/lisp/os.h:
2012-08-10  Raymond ToyUse /usr/bin/sed instead of whatever is in the path.
2012-08-05  Raymond ToySupport Lion and Mountain Lion which return x86-64...
2012-08-04  Raymond ToyAdd note that OSX 10.4 is no longer supported. snapshot-2012-08
2012-08-04  Raymond ToyAdd note that OSX Lion can compile cmucl.
2012-08-04  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-08-04  Raymond ToyUpdate.
2012-08-04  Raymond ToyRecognize x86_64 (for OSX Lion).
2012-08-03  Raymond Toy * Remove comments about gcc-4.2. gcc or clang should...
2012-07-18  Raymond ToyUpdate to asdf 2.23.
2012-07-18  Raymond ToyRemove comment about compiling with clang, which now...
2012-07-18  Raymond ToyFix ticket:61, using option 2.
2012-07-18  Raymond ToyAdd -R option to force recompilation of C runtime.
2012-07-18  Raymond ToyFix possible stack corruption caused by possibly not...
2012-07-18  Raymond ToyClean up and correct some comments.
2012-07-17  Raymond ToyChange url to www.cmucl.org.
2012-07-17  Raymond ToyClean up not-inline-allocation.
2012-07-13  Raymond ToyRemove old inline allocation function and corresponding...
2012-07-12  Raymond ToyClean up alloc overflow routine. Cross-compile needed.
2012-07-05  Raymond ToyOops. Need to use long long's to compute the age in... snapshot-2012-07
2012-07-05  Raymond ToyRearrange the fpu save/restore stuff to make it a bit...
2012-06-30  Raymond ToyAll VOPs that call allocation should save any live...
2012-06-15  Raymond ToyChange min_av_mem_age to be an int instead of double...
2012-06-15  Raymond ToyUpdate to asdf 2.22. Testsuite for asdf, using 2012...
2012-06-12  Raymond ToyOops. Didn't mean for the gencgc.o rule to get included. snapshot-2012-06
2012-06-02  Raymond ToyAdd comments about using clang instead of gcc on x86.
2012-06-01  Raymond ToyDon't set dimension of array to 1 for the rest slots...
2012-06-01  Raymond ToyUpdate translation template.
2012-05-30  Raymond ToyUpdate.
2012-05-30  Raymond ToyRevert :file-attribute changes.
2012-05-28  Raymond ToyUpdate with new :FILE-ATTRIBUTE external format, contri...
2012-05-28  Raymond ToyRemove extra closing parenthesis.
2012-05-28  Raymond ToyMerge branch 'master' into ext-format-file-attribute
2012-05-28  Raymond ToyUpdate with changes.
2012-05-28  Raymond ToyFix ticket:60
2012-05-26  Raymond ToyFix so this can build on 8-bit cmucl.
2012-05-26  Raymond ToyUse concatenate instead of format because format isn...
next