September 2010 Archives by date
Starting: Wed Sep 1 07:56:31 EDT 2010
Ending: Mon Sep 20 18:36:42 EDT 2010
Messages: 95
- commit: Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()
Aidan Kehoe
- [COMMIT] Fewer algorithmic complexity surprises, nicer errors, mapcarX(), maplist()
Aidan Kehoe
- [COMMIT] Support Roman month numbers, #'format-time-string
Aidan Kehoe
- commit: Support Roman month numbers, #'format-time-string
Aidan Kehoe
- commit: Support process plists, for greater GNU compatibility.
Aidan Kehoe
- [COMMIT] Support process plists, for greater GNU compatibility.
Aidan Kehoe
- [COMMIT] Do the right thing with control, meta characters, #'kbd
Aidan Kehoe
- [COMMIT] Extend my last change to more than one argument to #'kbd
Aidan Kehoe
- [COMMIT] Be better about key sequence syntax, po-mode.el
Aidan Kehoe
- [COMMIT] Be better about key sequence syntax, po-mode.el
Norbert Koch
- [COMMIT] Be better about key sequence syntax, po-mode.el
Mats Lidell
- [COMMIT] Correct my key syntax, po-mode.el
Aidan Kehoe
- [COMMIT] Be better about key sequence syntax, po-mode.el
Aidan Kehoe
- commit: Fix the C++, Visual Studio 2005 builds.
Aidan Kehoe
- [COMMIT] Fix the C++, Visual Studio 2005 builds.
Aidan Kehoe
- commit: Add fixnum as an accepted destination type, #'coerce
Aidan Kehoe
- [COMMIT] Add fixnum as an accepted destination type, #'coerce
Aidan Kehoe
- [PATCH] Make x-symbol-nomule.el compile with no mouse-yank-function
Aidan Kehoe
- [COMMIT] Correct #'define-key syntax, eliminate byte-compile warnings, quail.el
Aidan Kehoe
- [COMMIT] Correct an error in my #'edmacro-parse-word syntax, thank you Smoketest
Aidan Kehoe
- [Q] Support Roman month numbers, #'format-time-string
Stephen J. Turnbull
- [COMMIT] Be better about key sequence syntax, po-mode.el
Stephen J. Turnbull
- [COMMIT] Be better about key sequence syntax, po-mode.el
Mats Lidell
- commit: Add a couple of extra docstring backslashes, #'format-time-string
Aidan Kehoe
- [COMMIT] Add a couple of extra docstring backslashes, #'format-time-string
Aidan Kehoe
- [COMMIT] Be better about key sequence syntax, po-mode.el
Aidan Kehoe
- [Q] Support Roman month numbers, #'format-time-string
Aidan Kehoe
- commit: Read and print char table defaults, chartab.c
Aidan Kehoe
- [COMMIT] Read and print char table defaults, chartab.c
Aidan Kehoe
- commit: Add support for the X11 dead-stroke in x-compose.el.
Aidan Kehoe
- [COMMIT] Add support for the X11 dead-stroke in x-compose.el.
Aidan Kehoe
- [COMMIT] Be better about key sequence syntax, po-mode.el
Stephen J. Turnbull
- commit: Move #'replace to C, add bounds-checking to it and to #'fill.
Aidan Kehoe
- [COMMIT] Move #'replace to C, add bounds-checking to it and to #'fill.
Aidan Kehoe
- [COMMIT] Move #'replace to C, add bounds-checking to it and to #'fill.
Vin Shelton
- [PATCH] Make x-symbol-nomule.el compile with no mouse-yank-function
Mats Lidell
- [PATCH] Make x-symbol-nomule.el compile with no mouse-yank-function
Mats Lidell
- commit: Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
Aidan Kehoe
- [COMMIT] Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
Aidan Kehoe
- [COMMIT] mouse-yank-function missing in XEmacs build with no window system
Mats Lidell
- [COMMIT] Replace a doubled semi-colon with a single semi-colon, fns.c, for VS6's sake.
Jerry James
- commit: Add an implementation for #'the, cl-macs.el
Aidan Kehoe
- [COMMIT] Add an implementation for #'the, cl-macs.el
Aidan Kehoe
- commit: Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
Aidan Kehoe
- [COMMIT] Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
Aidan Kehoe
- commit: Warn at compile time, error at runtime, with (quote X Y), (function X Y).
Aidan Kehoe
- [COMPILE] Warn at compile time, error at runtime, with (quote X Y), (function X Y).
Aidan Kehoe
- commit: Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
Aidan Kehoe
- Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
Aidan Kehoe
- commit: Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Aidan Kehoe
- [COMMIT] Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Aidan Kehoe
- commit: Avoid byte compiler warnings, some needless consing, descr-text.el
Aidan Kehoe
- [COMMIT] Avoid byte compiler warnings, some needless consing, descr-text.el
Aidan Kehoe
- commit: Rephrase the #'the docstring, make it nicer while byte-compiling.
Aidan Kehoe
- [COMMIT] Rephrase the #'the docstring, make it nicer while byte-compiling.
Aidan Kehoe
- commit: Use #'some, #'every, etc. for composing boolean operations on lists.
Aidan Kehoe
- [COMMIT] Use #'some, #'every, etc. for composing boolean operations on lists.
Aidan Kehoe
- commit: Don't uselessly call #'nreverse, #'hash-table-key-list and friends.
Aidan Kehoe
- [COMMIT] Don't uselessly call #'nreverse, #'hash-table-key-list and friends.
Aidan Kehoe
- commit: Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce.
Aidan Kehoe
- [COMMIT] Be better about bounds-checking, #'subseq, #'fill; add same, #'reduce.
Aidan Kehoe
- commit: Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
Aidan Kehoe
- [COMMIT] Accept circular lists where that is useful in #'mapcar* and friends.
Aidan Kehoe
- commit: Add an omitted comma, Check-Message, test-harness.el.
Aidan Kehoe
- [COMMIT] Add an omitted comma, Check-Message, test-harness.el.
Aidan Kehoe
- [PATCH] add vcard to mail-lib
Mike Kupfer
- [Q] Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
Stephen J. Turnbull
- [Q] Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
Stephen J. Turnbull
- [Q] Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Stephen J. Turnbull
- [Q] Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
Stephen J. Turnbull
- Native Windows Build Failure
Vin Shelton
- commit: Avoid statement-before-declaration problems with strict C89 builds, fns.c
Aidan Kehoe
- [COMMIT] Avoid statement-before-declaration problems with strict C89 builds, fns.c
Aidan Kehoe
- commit: Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build.
Aidan Kehoe
- [COMMIT] Add some missing #includes, termcap.c, hopefully fixing Adam Sjoegren's build.
Aidan Kehoe
- Native Windows Build Failure
Aidan Kehoe
- Native Windows Build Failure
Vin Shelton
- commit: Simplify the API of PARSE_KEYWORDS for callers.
Aidan Kehoe
- [COMMIT] Simplify the API of PARSE_KEYWORDS for callers.
Aidan Kehoe
- commit: Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().
Aidan Kehoe
- [COMMIT] Correct the NEW_GC non-DEBUG_XEMACS version of PARSE_KEYWORDS().
Aidan Kehoe
- [Q] Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
Aidan Kehoe
- [Q] Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Aidan Kehoe
- [Q] Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
Aidan Kehoe
- [Q] Transform safe calls to (= X Y Z) to (and (= X Y) (= Y Z)); same for < > <= >=
Aidan Kehoe
- [Q] Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Stephen J. Turnbull
- commit: Turns out #elsif is not valid preprocessor syntax, who knew!
Aidan Kehoe
- [COMMIT] Turns out #elsif is not valid preprocessor syntax, who knew!
Aidan Kehoe
- [COMMIT] Turns out #elsif is not valid preprocessor syntax, who knew!
Jerry James
- [Q] Change (apply 'nconc (mapcar ...)) to (mapcan ...); warn about first form.
Stephen J. Turnbull
- [Q] Accept circular lists where that is useful in #'mapcar*, #'map* and friends.
Stephen J. Turnbull
- commit: Turns out #elsif is not valid preprocessor syntax, who knew!
Stephen J. Turnbull
- commit: Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.
Aidan Kehoe
- [COMMIT] Use GET_DEFUN_LISP_OBJECT() in PARSE_KEYWORDS(), fix former under NEW_GC.
Aidan Kehoe
- [Q] Change forms like (delq nil (mapcar ...)) to (mapcan ...).
Aidan Kehoe
Last message date:
Mon Sep 20 18:36:42 EDT 2010
Archived on: Mon Sep 20 18:54:08 EDT 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).