projects/cmucl/cmucl.git
2013-03-04  Raymond ToyUpdate from logs and cleanup some of the text. snapshot-2013-03
2013-03-04  Raymond ToyIgnore some TeX output files.
2013-02-27  Raymond ToyFix ticket:74
2013-02-24  Raymond ToyUpdate from commit logs.
2013-02-24  Raymond ToySignal an error if the readtable case of the standard...
2013-02-24  Raymond ToyFix ticket:73
2013-02-23  Raymond ToyUpdate asdf version.
2013-02-23  Raymond ToyUpdate to asdf 2.30.
2013-02-23  Raymond ToyUpdate from commit logs.
2013-02-23  Raymond ToyRemove old stuff.
2013-02-23  Raymond ToyOops. Use the pentium version of the log1p vop and...
2013-02-23  Raymond ToyRemove :PENTIUM from *FEATURES*
2013-02-22  Raymond ToyRemove the :i486 feature.
2013-02-22  Raymond ToyUpdate from commit logs.
2013-02-22  Raymond ToyClean up one- and two-arg-derive-type.
2013-02-22  Raymond ToyRemove :conservative-float-type from *features* and...
2013-02-22  Raymond ToyRemove :COMMON from *FEATURES*
2013-02-20  Raymond ToyRemove old fast-truncate-c vops; the new ones work.
2013-02-20  Raymond ToyForgot to update this when x86/parms.lisp was updated...
2013-02-19  Raymond ToyOptimize shifts that are known to be right shifts.
2013-02-19  Raymond ToyAdd some fixnum contants for x86, as was done for sparc.
2013-02-19  Raymond ToyOptimize TRUNCATE when the second arg is a compile...
2013-02-18  Raymond ToyUpdate to asdf 2.29.
2013-02-02  Raymond ToyUpdate.
2013-02-02  Raymond ToyMake the version arg optional.
2013-02-02  Raymond ToyUpdate to ASDF 2.28 snapshot-2013-02
2013-02-02  Raymond ToyRegenerated.
2013-02-02  Raymond ToyUpdate from commit logs.
2013-02-02  Raymond ToyFix typo in string.
2013-02-01  Raymond ToyFix ticket:72 : SIGFPE with no exceptions enabled
2013-01-25  Raymond ToyFix ticket:65 some more.
2013-01-25  Raymond ToyFix ticket:71
2013-01-24  Raymond ToyUpdate from commit logs.
2013-01-24  Raymond ToyFix ticket:65. Implement the deftransform in the expt...
2013-01-24  Raymond ToyFix ticket:70 by binding *d-p-d* to #p"".
2013-01-23  Raymond ToyForgot to update this when alien-callback.lisp was...
2013-01-23  Raymond ToyFix up the file names in the file-comment.
2013-01-23  Raymond ToyUpdate due to new docstring for rename-file.
2013-01-18  Raymond ToyDocument the return values for RENAME-FILE.
2013-01-17  Raymond ToyUpdate from commit logs.
2013-01-17  Raymond ToyChange default output format to pdf.
2013-01-17  Raymond ToyGenerate pdf file by default.
2013-01-17  Raymond ToyFix issues with creating pdf and ps documents, from...
2013-01-17  Raymond ToyFix ticket:69
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.
next