]> code.delx.au - gnu-emacs/history - src/lread.c
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / src / lread.c
2013-01-02 Paul EggertMerge from emacs-24; up to 2012-12-06T01:39:03Z!monnier...
2013-01-02 Paul EggertSimplify via eabs.
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-12-30 Glenn MorrisMerge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka...
2012-12-27 Glenn MorrisMerge from emacs-24; up to 2012-12-03T21:07:47Z!eggert...
2012-12-22 Glenn MorrisMerge from emacs-24; up to 2012-12-02T06:22:32Z!cyd...
2012-12-21 Glenn MorrisMerge from emacs-24; up to 2012-12-01T13:25:13Z!cyd...
2012-12-13 Glenn MorrisMerge from emacs-24; up to 2012-11-30T04:44:52Z!cyd...
2012-12-10 Daniel ColascioneMove fix for cygw32 icon issue from emacs-24 branch...
2012-12-10 Eli ZaretskiiMerge from trunk + rename the event. Not tested yet.
2012-12-10 Glenn MorrisMerge from emacs-24; up to 2012-11-26T19:56:14Z!monnier...
2012-12-08 Christopher Schmidt* lread.c (Vload_source_file_function): Doc fix.
2012-12-06 Glenn MorrisMerge from emacs-24; up to 2012-11-24T16:58:43Z!cyd...
2012-12-03 Glenn MorrisMerge from emacs-24; up to 2012-11-23T06:23:28Z!cyd...
2012-11-27 Kenichi Handamerge trunk
2012-11-27 Paul EggertAssume POSIX 1003.1-1988 or later for errno.h.
2012-11-27 Glenn MorrisMerge from emacs-24; up to 2012-11-20T20:06:17Z!monnier...
2012-11-25 Bill WohlerMerge from trunk.
2012-11-24 Glenn MorrisMerge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka...
2012-11-23 Kenichi Handa(no commit message)
2012-11-21 Daniel ColascioneTeach sql-mode's imenu about IF NOT EXISTS
2012-11-21 Daniel ColascioneSupport IF NOT EXISTS in SQL declarations
2012-11-21 Glenn MorrisMerge from emacs-24; up to 2012-11-17T22:12:47Z!eggert...
2012-11-20 Stefan MonnierConflate Qnil and Qunbound for `symbol-function'.
2012-11-18 Glenn MorrisMerge from emacs-24; up to 2012-11-15T23:31:37Z!dancol...
2012-11-17 Eli ZaretskiiMerge from trunk.
2012-11-16 Glenn MorrisMerge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov...
2012-11-15 Daniel ColascioneMerge from cygw32 branch
2012-11-14 Kenichi Handamerge trunk
2012-11-14 Paul EggertUse faccessat, not access, when checking file permissions.
2012-11-13 Kenichi Handamerge trunk
2012-11-13 Eli ZaretskiiMerge from trunk.
2012-11-13 Glenn MorrisMerge from emacs-24; up to 2012-11-09T14:45:15Z!dmantip...
2012-11-10 Glenn MorrisMerge from emacs-24; up to 2012-11-08T14:54:03Z!monnier...
2012-11-08 Dmitry AntipovShrink struct vectorlike_header to the only size field.
2012-10-23 Kenichi Handamerge trunk
2012-10-20 Eli ZaretskiiMerge from trunk.
2012-10-20 Chong Yidong* lread.c (Fload): Doc fix.
2012-10-19 Paul EggertUndo faccessat change.
2012-10-19 Paul EggertUse faccessat, not access, when checking file permissions.
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-14 Eli ZaretskiiMerge from trunk.
2012-10-12 Eli ZaretskiiFix bug #12587 with slow startup on MS-Windows with...
2012-10-12 Eli ZaretskiiMerge from trunk.
2012-10-11 Paul Eggertlread.c, macros.c, marker.c, menu.c, minibuf.c: Use...
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-10-05 Paul EggertSpelling fixes.
2012-10-01 Paul EggertPrefer plain 'static' to 'static inline'.
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-28 Glenn MorrisComment
2012-09-28 Glenn Morris* src/lread.c (lisp_file_lexically_bound_p): Handle...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-11 Dmitry AntipovConvenient macro to check whether the buffer is live.
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Stefan MonnierMacro-expand interpreted code during load.
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-02 Paul EggertClean up some extern decls.
2012-08-30 Kenichi Handamerge trunk
2012-08-30 Glenn Morrisinit_lread fix for bug#12302
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-22 Kenichi Handamerge trunk
2012-08-21 Paul Eggert* alloc.c: Use bool for booleans.
2012-08-21 Dmitry AntipovAvoid direct writes to contents member of struct Lisp_V...
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-16 Kenichi Handamerge trunk
2012-08-16 Stefan Monnier* src/eval.c (eval_sub): Bind lexical-binding.
2012-08-14 Paul EggertUse bool for Emacs Lisp booleans.
2012-08-11 BT Templeton* src/lread.c (syms_of_lread): Initialize Vlexical_binding.
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-08 Dmitry AntipovInline functions to examine and change string intervals.
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovBasic functions to set Lisp_Object and pointer slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-04 Eli ZaretskiiFix bug #11959 with startup warnings on MS-Windows...
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-01 Paul EggertUse "ASET (a, i, v)" rather than "AREF (a, i) = v".
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for symbols.
2012-07-29 Jan Djärv* Makefile.in (install-arch-indep): Handle space in...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-12 Dmitry AntipovUse empty_unibyte_string where applicable.
2012-07-11 Dmitry AntipovSimplify Vobarray checking in oblookup.
2012-07-11 Dmitry AntipovMinor adjustments to interning code.
2012-07-11 Dmitry AntipovAvoid call to strlen in fast_c_string_match_ignore_case.
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
next