aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/lread.c (openp): Correct Boolean typo in last commit.Wolfgang Jenkner2011-02-221-1/+1
* [ChangeLog]Paul Eggert2011-02-211-3/+2
* * 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
* * lread.c: conform to C89 pointer rulesPaul Eggert2011-02-061-7/+10
* 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
* * 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
* | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-3/+0
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-2/+0
* | 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
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-2/+2
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-4/+0
* | * lread.c (unreadpure, mapatoms_1): Make static.Juanma Barranquero2010-07-261-4/+2
* | Convert old-style definitionsAndreas Schwab2010-07-121-4/+2
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-4/+4
* | Constify functions taking char *Andreas Schwab2010-07-111-10/+10
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-10/+12
|\ \ | |/
| * * lread.c (read1): Signal error if #s is not followed by paren.Andreas Schwab2010-06-231-10/+12
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-28/+15
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-5/+3
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-10/+8
* | * src/lread.c (read1): Fix up last change to not mess up `c'.Tetsurou Okazaki2010-07-041-24/+27
* | Fix comments and whitespace.Juanma Barranquero2010-07-041-3/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-114/+50
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-27/+27
* | * src/lread.c (read1): Phase out old-style backquotes a bit more.Stefan Monnier2010-06-161-1/+11
* | * src/lread.c (X_OK): Remove, unused.Dan Nicolaescu2010-06-071-4/+0
* | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-191-47/+47
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-4/+0
* | Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-3/+0
|/
* Fix bug #5303 in `load' on MS-Windows, whereby load-file would failEli Zaretskii2010-01-221-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * src/lread.c (syms_of_lread): Make it clearer that these are theChong Yidong2010-01-011-14/+14
* Fix `string-to-number' to deal consistently with integers and floats.Juanma Barranquero2009-12-041-3/+5