Mercurial > hg > xemacs-beta
graph
-
= < > <= >=: 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
-
In emodules_load(), dereference f = dll_variable() once more.2010-10-18, by Stephen J. Turnbull
-
Merge some permissions corrections to trunk.2010-10-18, by Stephen J. Turnbull
-
More permission consistency.2010-10-18, by Stephen J. Turnbull
-
More permission consistency.2010-06-14, by Stephen J. Turnbull
-
More permission consistency.2010-06-14, by Stephen J. Turnbull
-
More permission consistency. (Opps, missed one.)2010-06-14, by Stephen J. Turnbull
-
More permission consistency.2010-06-14, by Stephen J. Turnbull
-
More permission consistency.2010-06-13, by Stephen J. Turnbull
-
Tighten up Common Lisp compatibility, #'butlast, #'nbutlast, #'tailp, #'ldiff2010-10-14, by Aidan Kehoe
-
Make the order of preloaded-file-list more sane.2010-10-12, by Aidan Kehoe
-
Don't share a counter when checking for circularity, list_merge().2010-10-12, by Aidan Kehoe
-
Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp2010-10-10, by Aidan Kehoe
-
Remove a couple of redundant functions, backquote.el2010-10-10, by Aidan Kehoe
-
Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.2010-09-20, by Aidan Kehoe
-
Turns out #elsif is not valid preprocessor syntax, who knew!2010-09-18, by Aidan Kehoe
-
Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().2010-09-18, by Aidan Kehoe
-
Simplify the API of PARSE_KEYWORDS for callers.2010-09-18, by Aidan Kehoe
-
Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build.2010-09-18, by Aidan Kehoe
-
Avoid statement-before-declaration problems with strict C89 builds, fns.c2010-09-18, by Aidan Kehoe
-
Add an omitted comma, Check-Message, test-harness.el.2010-09-16, by Aidan Kehoe
-
Accept circular lists where that is useful in #'mapcar*, #'map* and friends.2010-09-16, by Aidan Kehoe
-
Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce.2010-09-16, by Aidan Kehoe
-
Don't uselessly call #'nreverse, #'hash-table-key-list and friends.2010-09-16, by Aidan Kehoe
-
Use #'some, #'every, etc. for composing boolean operations on lists.2010-09-16, by Aidan Kehoe
-
Rephrase the #'the docstring, make it nicer while byte-compiling.2010-09-16, by Aidan Kehoe
-
Avoid byte compiler warnings, some needless consing, descr-text.el2010-09-16, by Aidan Kehoe
-
Change forms like (delq nil (mapcar ...)) to (mapcan ...).2010-09-16, by Aidan Kehoe
-
Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=2010-09-16, by Aidan Kehoe
-
Warn at compile time, error at runtime, with (quote X Y), (function X Y).2010-09-16, by Aidan Kehoe
-
Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.2010-09-16, by Aidan Kehoe
-
Add an implementation for #'the, cl-macs.el2010-09-16, by Aidan Kehoe
-
Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.2010-09-07, by Aidan Kehoe
-
Move #'replace to C, add bounds-checking to it and to #'fill.2010-09-06, by Aidan Kehoe
-
Add support for the X11 dead-stroke in x-compose.el.2010-09-05, by Aidan Kehoe
-
Read and print char table defaults, chartab.c2010-09-05, by Aidan Kehoe
-
Add a couple of extra docstring backslashes, #'format-time-string2010-09-05, by Aidan Kehoe
-
Add fixnum as an accepted destination type, #'coerce2010-09-03, by Aidan Kehoe
-
Fix the C++, Visual Studio 2005 builds.2010-09-03, by Aidan Kehoe
-
Support process plists, for greater GNU compatibility.2010-09-02, by Aidan Kehoe