log

age author description
2011-01-02 Aidan Kehoe Let's try that last commit again; remove some more duplicate declarations.
2011-01-02 Aidan Kehoe Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c
2011-01-02 Aidan Kehoe Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list
2011-01-02 Aidan Kehoe Tweak a few compiler macros for functions in cl-seq.el.
2011-01-02 Aidan Kehoe Merge.
2010-12-30 Aidan Kehoe Move the heavy lifting from cl-seq.el to C.
2011-01-02 Aidan Kehoe Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el
2011-01-01 Aidan Kehoe Be more helpful in printing ephemerons, weak lists, and weak boxes.
2010-12-30 Aidan Kehoe Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.
2010-12-30 Aidan Kehoe Test sanity-checking of :start, :end keyword arguments when appropriate.
2010-12-30 Aidan Kehoe Support up to nine keywords in the PARSE_KEYWORDS() macro.
2010-12-30 Aidan Kehoe Implement some basic Lisp functions in terms of Common Lisp builtins.
2010-12-30 Aidan Kehoe Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()
2010-12-30 Aidan Kehoe cl-macs belongs in lisp-files-needed-for-byte-compilation.
2010-12-30 Aidan Kehoe Provide some milquetoast compatibility in our errors, type-error, program-error
2010-12-29 Aidan Kehoe #'delete-duplicates: don't attempt to compiler macroexpand with bad arguments
2010-12-29 Aidan Kehoe #'cl-safe-expr-p, forms that start with the symbol lambda are also safe.
2010-12-29 Aidan Kehoe #'float: if handed a bigfloat, give the same bigfloat back.
2010-12-29 Aidan Kehoe = < > <= >=: it's OK to use the compiler macro when first, last args side effect
2010-12-29 Aidan Kehoe Unrool a load-time loop at macro expansion time, cl-macs.el
2010-12-29 Aidan Kehoe Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.
2010-12-29 Aidan Kehoe Mark #'remove, #'remq as free of side-effects.
2010-11-30 Stephen J. Turnbull Remove gratuitously added version marker from CHANGES-beta.
2010-11-30 Aidan Kehoe #'fill; move all declarations before statements, for the Visual Studio build
2010-11-24 Aidan Kehoe Fix my last change when both --with-union-type and --with-xft, thanks Robert.
2010-11-20 Aidan Kehoe Have NATNUMP give t for positive bignums; check limits appropriately.
2010-11-17 Aidan Kehoe Handle bignum N correctly, #'butlast, #'nbutlast.
2010-11-17 Aidan Kehoe Handle slightly more complex type specifications, #'coerce, #'typep.
2010-11-15 Aidan Kehoe Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in
2010-11-14 Aidan Kehoe Fix some bugs in fns.c, discovered in passing while doing other work.
2010-11-14 Aidan Kehoe Correct argument name in docstring, #'random.
2010-11-14 Aidan Kehoe Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el
2010-11-06 Aidan Kehoe Accept sequences generally, not just lists, #'reverse, #'nreverse.
2010-11-06 Aidan Kehoe Error in #'list-length if LIST is dotted; check for this error with #'mapcar
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.
2010-09-16 Aidan Kehoe Use #'some, #'every, etc. for composing boolean operations on lists.
2010-09-16 Aidan Kehoe Rephrase the #'the docstring, make it nicer while byte-compiling.
2010-09-16 Aidan Kehoe Avoid byte compiler warnings, some needless consing, descr-text.el
2010-09-16 Aidan Kehoe Change forms like (delq nil (mapcar ...)) to (mapcan ...).
2010-09-16 Aidan Kehoe Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
2010-09-16 Aidan Kehoe Warn at compile time, error at runtime, with (quote X Y), (function X Y).
2010-09-16 Aidan Kehoe Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
2010-09-16 Aidan Kehoe Add an implementation for #'the, cl-macs.el
2010-09-07 Aidan Kehoe Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
2010-09-06 Aidan Kehoe Move #'replace to C, add bounds-checking to it and to #'fill.
2010-09-05 Aidan Kehoe Add support for the X11 dead-stroke in x-compose.el.
2010-09-05 Aidan Kehoe Read and print char table defaults, chartab.c
2010-09-05 Aidan Kehoe Add a couple of extra docstring backslashes, #'format-time-string
2010-09-03 Aidan Kehoe Add fixnum as an accepted destination type, #'coerce
2010-09-03 Aidan Kehoe Fix the C++, Visual Studio 2005 builds.
2010-09-02 Aidan Kehoe Support process plists, for greater GNU compatibility.
2010-09-02 Aidan Kehoe Support Roman month numbers, #'format-time-string
2010-09-01 Aidan Kehoe Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()
2010-08-30 Aidan Kehoe Fix style, documentation for rounding functions and multiple values.
2010-08-30 Aidan Kehoe Correct the encoding of asjo@koldfront.dk's name, src/ChangeLog is in
2010-08-27 Vin Shelton Apply GIF colormap fix from Adam Sjogren for issues 150 and 713
2010-08-20 Mike Sperber Add `save-some-buffers-action-alist'.
2010-08-21 Aidan Kehoe Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs
2010-08-21 Aidan Kehoe Make Lisp reader errors more informative with over-long hex, octal characters
2010-08-20 Mike Sperber Recover from merge SNAFU.
2010-08-18 Mike Sperber Add ` diff-buffer-with-file'.
2010-08-15 Aidan Kehoe Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
2010-08-15 Aidan Kehoe Print symbols with ratio-like names and the associated ratios distinctly.
2010-07-24 Aidan Kehoe Bit vectors are also sequences; enforce this in some CL functions.
2010-07-24 Aidan Kehoe Be more careful about side-effects from Lisp code, #'reduce
2010-07-13 Mike Sperber Merge.
2010-07-13 Mike Sperber Backed out changeset 6466bc9ebf15
2010-07-05 Marcus Crestani Document the new allocator and the new garbage collector in gc.c and mc-alloc.c.
2010-06-23 Jeff Sparkes * console-x-impl.h (DEVICE_X_XFTDRAW): Define, instead of