lisp.h: Fix a problem with aliasing and vector headers.
[bpt/emacs.git] / src / lread.c
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-21 Paul EggertRemove empty line.
2011-04-21 Paul Eggert* lread.c (string_to_number): Use strtoumax, to convert...
2011-04-21 Paul EggertTreat large integers as floats in the Lisp reader and...
2011-04-20 Paul EggertRemove stray comment.
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-20 Paul EggertMake the Lisp reader and string-to-float more consistent.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul Eggert* lread.c (openp): Don't stuff size_t into an 'int'.
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-14 Paul Eggert* lread.c: Make symbols static if they're not exported.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul EggertMerge from mainline.
2011-04-04 Paul Eggert* lread.c (safe_to_load_p): Make the end-of-loop test...
2011-04-04 Paul Eggert* lread.c (lisp_file_lexically_bound_p, read1): Use...
2011-04-04 Paul Eggert* lread.c (lisp_file_lexically_bound_p): Use ints rathe...
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-04-01 Stefan MonnierMiscellanous cleanups in preparation for the merge.
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Stefan Monnier* lisp/subr.el (apply-partially): Use a non-nil static...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-19 Chong YidongBackport fix for Bug#8219 from trunk.
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-16 Paul Eggert* lread.c (Fload, readevalloop, read1): Rename locals...
2011-03-16 Paul Eggert* lread.c (read1): Rewrite so as not to use empty ...
2011-03-13 Chong YidongFix BUF_* macros to handle indirect buffers properly...
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-06 Stefan MonnierMerge from trunk
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Stefan MonnierGet rid of funvec.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-22 Wolfgang Jenkner* src/lread.c (openp): Correct Boolean typo in last...
2011-02-22 Paul EggertMerge: Assume S_ISLNK etc. work, since gnulib supports...
2011-02-22 Paul Eggert[ChangeLog]
2011-02-21 Stefan MonnierMerge from trunk
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-19 Paul EggertMerge from mainline.
2011-02-18 Stefan Monnier* lisp/files.el (cd): Make completion obey cd-path.
2011-02-18 Paul EggertMerge from mainline.
2011-02-16 Tom TromeyChange B_ to BVAR
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-14 Tom TromeyHide implementation of `struct buffer'
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-07 Paul Eggert* lread.c: conform to C89 pointer rules
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-23 Paul EggertPromote SSDATA macro from gtkutil.c and xsmfns.c to...
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-17 Paul EggertMerge from mainline.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-13 Paul EggertMerge from mainline.
2011-01-12 Paul EggertMerge from mainline.
2011-01-09 Paul EggertInclude <unistd.h> unilaterally.
2011-01-07 Glenn MorrisAdd --no-site-lisp option, make -Q use it. (Bug#5707)
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-27 Andreas SchwabRemove unused declarations
2010-12-19 Stefan MonnierMinor clean up to silence some gcc warnings.
2010-12-16 Ken ManheimerSynopsis: Migrate allout encryption provisions from...
2010-12-14 Stefan MonnierTry and be more careful about propagation of lexical...
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-13 Stefan MonnierMerge from trunk
2010-12-13 Stefan MonnierMake the effect of (defvar foo) local.
2010-12-11 Stefan MonnierMerge from trunk
2010-12-06 Stefan Monnier* src/lread.c (read1): Allow newstyle unquote outside...
2010-11-27 Chong YidongMerge changes from emacs-23 branch.
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-25 Kenichi Handamerge emacs-23
2010-11-25 Kenichi HandaFix decoding of emacs-mule coding system.
2010-11-20 Eli Zaretskiifaces.el (glyphless-char): Define value for `pc'.
2010-11-20 Eli Zaretskiimsdos.c (dos_rawgetc): Use gen_help_event, instead...
next