Mercurial > hg > xemacs-beta
graph
-
Unbreak font-lock during `revert-buffer.2011-01-30, by Mike Sperber
-
Don't commit suicide when an X device dies.2011-01-30, by Mike Sperber
-
Loop at macroexpansion time when sanity-checking :start, :end keyword args.2011-01-23, by Aidan Kehoe
-
Fix some testsuite failures, #'delete, #'delq, #'remove, #'remq.2011-01-23, by Aidan Kehoe
-
Use Ben's recently-introduced listu (), where appropriate.2011-01-23, by Aidan Kehoe
-
Don't quote keywords, they've been self-quoting for well over a decade.2011-01-22, by Aidan Kehoe
-
Automated merge with ssh://sperber-guest@hg.debian.org//hg/xemacs/xemacs2011-01-22, by Aidan Kehoe
-
Require that NAME be an unquoted symbol, #'block, #'return-from2011-01-22, by Aidan Kehoe
-
Zap freebsd.h.2011-01-18, by Mike Sperber
-
Try again, s/usg5-4.h, this type with qxestrcpy_ascii(), etc.2011-01-15, by Aidan Kehoe
-
Accept more complex TYPEs in #'concatenate, cl-extra.el2011-01-15, by Aidan Kehoe
-
Move #'delq, #'delete to Lisp, adding support for sequences.2011-01-14, by Aidan Kehoe
-
Change to qxesprintf(), qxestrcpy(), s/hpux11.h, s/usg5-4.h2011-01-14, by Aidan Kehoe
-
Pass in the DEFAULT argument to position() as documented, #'find.2011-01-14, by Aidan Kehoe
-
Replace POSIX index(3) with C89 strchr(3), lwlib-fonts.c2011-01-11, by Aidan Kehoe
-
Replace some C++ comments with C89-style /* */ comments, mc-alloc.c2011-01-10, by Aidan Kehoe
-
Correct a misplaced parenthesis in #'make-dialog-box, thank you Mats!2011-01-10, by Aidan Kehoe
-
Let's try that last commit again; remove some more duplicate declarations.2011-01-02, by Aidan Kehoe
-
Avoid duplicate declarations, assumptions about HAVE_BIGNUM, fns.c2011-01-02, by Aidan Kehoe
-
Use defun*, not cl-parsing-keywords, #'make-dialog-box, #'display-completion-list2011-01-02, by Aidan Kehoe
-
Tweak a few compiler macros for functions in cl-seq.el.2011-01-02, by Aidan Kehoe
-
Merge.2011-01-02, by Aidan Kehoe
-
Move the heavy lifting from cl-seq.el to C.2010-12-30, by Aidan Kehoe
-
Use defmacro* when defining dolist, dotimes, do-symbols, macrolet, cl-macs.el2011-01-02, by Aidan Kehoe
-
Be more helpful in printing ephemerons, weak lists, and weak boxes.2011-01-01, by Aidan Kehoe
-
Provide #'device-x-display, as documented in Lispref; thanks, Jeff Mincy.2010-12-30, by Aidan Kehoe
-
Test sanity-checking of :start, :end keyword arguments when appropriate.2010-12-30, by Aidan Kehoe
-
Support up to nine keywords in the PARSE_KEYWORDS() macro.2010-12-30, by Aidan Kehoe
-
Implement some basic Lisp functions in terms of Common Lisp builtins.2010-12-30, by Aidan Kehoe
-
Move Qcount, Q_default, Q_test to general-slots.h; add SYMBOL_KEYWORD_GENERAL()2010-12-30, by Aidan Kehoe
-
cl-macs belongs in lisp-files-needed-for-byte-compilation.2010-12-30, by Aidan Kehoe
-
Provide some milquetoast compatibility in our errors, type-error, program-error2010-12-30, by Aidan Kehoe
-
#'delete-duplicates: don't attempt to compiler macroexpand with bad arguments2010-12-29, by Aidan Kehoe
-
#'cl-safe-expr-p, forms that start with the symbol lambda are also safe.2010-12-29, by Aidan Kehoe
-
#'float: if handed a bigfloat, give the same bigfloat back.2010-12-29, by Aidan Kehoe
-
= < > <= >=: it's OK to use the compiler macro when first, last args side effect2010-12-29, by Aidan Kehoe
-
Unrool a load-time loop at macro expansion time, cl-macs.el2010-12-29, by Aidan Kehoe
-
Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery.2010-12-29, by Aidan Kehoe
-
Mark #'remove, #'remq as free of side-effects.2010-12-29, by Aidan Kehoe
-
Remove gratuitously added version marker from CHANGES-beta.2010-11-30, by Stephen J. Turnbull
-
#'fill; move all declarations before statements, for the Visual Studio build2010-11-30, by Aidan Kehoe
-
Fix my last change when both --with-union-type and --with-xft, thanks Robert.2010-11-24, by Aidan Kehoe
-
Have NATNUMP give t for positive bignums; check limits appropriately.2010-11-20, by Aidan Kehoe
-
Handle bignum N correctly, #'butlast, #'nbutlast.2010-11-17, by Aidan Kehoe
-
Handle slightly more complex type specifications, #'coerce, #'typep.2010-11-17, by Aidan Kehoe
-
Remove lrecord_type_popup_data, lrecord_type_window_configuration, .gdbinit.in2010-11-15, by Aidan Kehoe
-
Fix some bugs in fns.c, discovered in passing while doing other work.2010-11-14, by Aidan Kehoe
-
Correct argument name in docstring, #'random.2010-11-14, by Aidan Kehoe
-
Fix a bytecomp.el bug compiling #'eql, which was masked by cl-macs.el2010-11-14, by Aidan Kehoe
-
Accept sequences generally, not just lists, #'reverse, #'nreverse.2010-11-06, by Aidan Kehoe
-
Error in #'list-length if LIST is dotted; check for this error with #'mapcar2010-11-06, by Aidan Kehoe
-
Remove netinstall.2010-11-02, by Mats Lidell
-
Added tag last-version-with-netinstall for changeset d185fa593d5f2010-11-01, by Mats Lidell
-
Specify ERROR_ME_WARN explicitly in specifier_instance_from_inst_list(). last-version-with-netinstall2010-10-25, by Aidan Kehoe
-
Make sure (format "%b" 0) is non-zero length, print.c2010-10-25, by Aidan Kehoe
-
Add compiler macros and compilation sanity-checks for functions with keywords.2010-10-25, by Aidan Kehoe