summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-9/+9
* * lread.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-15/+3
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-12/+13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-9/+9
* * lread.c (safe_to_load_p): Make the end-of-loop test the inverse of the in-l...Paul Eggert2011-04-041-1/+1
* * lread.c (lisp_file_lexically_bound_p, read1): Use unsigned instead of int.Paul Eggert2011-04-041-2/+2
* * lread.c (lisp_file_lexically_bound_p): Use ints rather than endptrs.Paul Eggert2011-04-041-16/+15
* Miscellanous cleanups in preparation for the merge.old-branches/lexbind-newStefan Monnier2011-04-011-20/+13
* * lisp/subr.el (apply-partially): Use a non-nil static environment.Stefan Monnier2011-03-301-0/+1
* Merge from trunkStefan Monnier2011-03-211-33/+34
|\
| * * lread.c (Fload, readevalloop, read1): Rename locals to avoid shadowing.Paul Eggert2011-03-161-29/+29
| * * lread.c (read1): Rewrite so as not to use empty "else".Paul Eggert2011-03-161-2/+3
| * Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-2/+2
* | Merge from trunkStefan Monnier2011-03-061-4/+3
|\ \ | |/
| * * src/lread.c (openp): Correct Boolean typo in last commit.Wolfgang Jenkner2011-02-221-1/+1
| * [ChangeLog]Paul Eggert2011-02-211-3/+2
* | Get rid of funvec.Stefan Monnier2011-02-241-23/+10
* | Merge from trunkStefan Monnier2011-02-211-12/+21
|\ \ | |/
| * * lisp/files.el (cd): Make completion obey cd-path.Stefan Monnier2011-02-181-4/+13
| * Change B_ to BVARTom Tromey2011-02-161-8/+8
| * Hide implementation of `struct buffer'Tom Tromey2011-02-141-8/+8
* | Merge from trunkStefan Monnier2011-02-111-10/+10
|\ \ | |/
| * * lread.c: conform to C89 pointer rulesPaul Eggert2011-02-061-7/+10
* | Merge from trunkStefan Monnier2011-02-011-121/+52
|\ \ | |/
| * Use SSDATA when the context wants char *.Paul Eggert2011-01-301-10/+10
| * Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
| * Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+3
| * Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-93/+30
| * Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
| * Add --no-site-lisp option, make -Q use it. (Bug#5707)Glenn Morris2011-01-061-2/+2
| * Remove unused declarationsAndreas Schwab2010-12-271-1/+1
| * Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-5/+5
* | Try and be more careful about propagation of lexical environment.Stefan Monnier2010-12-131-8/+6
* | Make the effect of (defvar foo) local.Stefan Monnier2010-12-121-4/+3
* | Merge from trunkStefan Monnier2010-12-101-68/+62
|\ \ | |/
| * * src/lread.c (read1): Allow newstyle unquote outside of backquote.Stefan Monnier2010-12-061-52/+46
| * Merge changes from emacs-23 branchChong Yidong2010-11-271-4/+4
| |\
| | * merge emacs-23Kenichi Handa2010-11-251-0/+4
| | |\
| | * | Fix decoding of emacs-mule coding system.Kenichi Handa2010-11-251-4/+4
| * | | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-2/+0
| * | | Merge from emacs-23Stefan Monnier2010-11-171-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Fix bug #7346: document load-file-name.Eli Zaretskii2010-11-121-0/+4
| | |/
| * | Obscure an example DEFVAR_INT comment so as to evade make-docfile.Glenn Morris2010-10-221-8/+7
* | | Merge from trunkStefan Monnier2010-10-151-5/+0
|\ \ \ | |/ /
| * | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-3/+0
| * | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-2/+0
* | | Merge from trunkStefan Monnier2010-09-301-10/+10
|\ \ \ | |/ /
| * | Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.cEli Zaretskii2010-09-251-9/+9
| * | Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.Lars Magne Ingebrigtsen2010-09-231-1/+1
* | | Merge from trunkStefan Monnier2010-08-111-11/+5
|\ \ \ | |/ /