log

age author description
2010-11-02 Mats Lidell Remove netinstall.
2010-11-01 Mats Lidell Added tag last-version-with-netinstall for changeset d185fa593d5f
2010-10-25 Aidan Kehoe Specify ERROR_ME_WARN explicitly in specifier_instance_from_inst_list(). last-version-with-netinstall
2010-10-25 Aidan Kehoe Make sure (format "%b" 0) is non-zero length, print.c
2010-10-25 Aidan Kehoe Add compiler macros and compilation sanity-checks for functions with keywords.
2010-10-18 Stephen J. Turnbull In emodules_load(), dereference f = dll_variable() once more.
2010-10-18 Stephen J. Turnbull Merge some permissions corrections to trunk.
2010-10-18 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-06-14 Stephen J. Turnbull More permission consistency. (Opps, missed one.)
2010-06-14 Stephen J. Turnbull More permission consistency.
2010-06-13 Stephen J. Turnbull More permission consistency.
2010-10-14 Aidan Kehoe Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff
2010-10-12 Aidan Kehoe Make the order of preloaded-file-list more sane.
2010-10-12 Aidan Kehoe Don't share a counter when checking for circularity, list_merge().
2010-10-10 Aidan Kehoe Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp
2010-10-10 Aidan Kehoe Remove a couple of redundant functions, backquote.el
2010-09-20 Aidan Kehoe Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.
2010-09-18 Aidan Kehoe Turns out #elsif is not valid preprocessor syntax, who knew!
2010-09-18 Aidan Kehoe Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().
2010-09-18 Aidan Kehoe Simplify the API of PARSE_KEYWORDS for callers.
2010-09-18 Aidan Kehoe Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build.
2010-09-18 Aidan Kehoe Avoid statement-before-declaration problems with strict C89 builds, fns.c
2010-09-16 Aidan Kehoe Add an omitted comma, Check-Message, test-harness.el.
2010-09-16 Aidan Kehoe Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
2010-09-16 Aidan Kehoe Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce.
2010-09-16 Aidan Kehoe Don't uselessly call #'nreverse, #'hash-table-key-list and friends.