log lisp/loadhist.el @ 5940:c608d4b0b75e cygwin64 tip

age author description
2012-05-01 Aidan Kehoe Avoid #'delq in core Lisp, for the sake of style, a very slightly smaller binary
2011-10-03 Aidan Kehoe Declare labels as line where appropriate; use #'labels, not #'flet, tests.
2011-09-07 Aidan Kehoe Replace #'flet by #'labels where appropriate, core code.
2010-10-14 Mats Lidell Changed bulk of GPLv2 or later files identified by script
2010-04-17 Aidan Kehoe Keep around file info for dumped functions and variables without docstrings.
2010-02-03 Aidan Kehoe Use DOC for dumped Lisp file names; Xref to source-lisp if readable, symbol-file
2010-01-31 Aidan Kehoe Change "special form" to "special operator" in our sources.
2009-12-18 Aidan Kehoe Eliminate most core code byte-compile warnings.
2008-12-27 Aidan Kehoe Correct a misunderstanding of the semantics of #'return in #'symbol-file.
2008-12-27 Aidan Kehoe Fix some bugs in load-history construction, built-in symbol file names.
2008-12-22 Aidan Kehoe Distinguish vars and functions in #'symbol-file, #'describe-{function,variable}
2007-12-30 Aidan Kehoe Handle macros, autoloads correctly in symbol-file. Add an incomplete TYPE arg.