summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAgeFilesLines
* * lib-src/make-docfile.c (scan_lisp_file): Treat defcustom like defvar....Glenn Morris2011-11-231-1/+3
* [ChangeLog]...Paul Eggert2011-05-281-1/+1
* * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c....Paul Eggert2011-04-011-1/+8
* * make-docfile.c (scan_c_file): Refactor local variable decls to make their s......Paul Eggert2011-02-251-9/+4
* * make-docfile.c (write_globals): Change char * to char const *...Paul Eggert2011-02-251-1/+1
* * make-docfile.c (input_buffer): Rename variables to avoid shadowing.Paul Eggert2011-02-211-8/+9
* Merge from mainline.Paul Eggert2011-02-211-1/+1
|\
| * * make-docfile.c (scan_c_file): Adapt to the new BVAR macro.Ben Key2011-02-211-1/+1
* | Declare file-scope functions and variables static if not exported....Paul Eggert2011-02-211-21/+21
|/
* * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.Paul Eggert2011-02-081-3/+3
* Make globals.h a generated header...Tom Tromey2011-02-081-2/+183
* make-docfile: don't corrupt heap for an invalid .elc fileJim Meyering2011-01-301-3/+9
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Check return values of some library calls.Paul Eggert2011-01-221-3/+10
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\|
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | Fix compilation warnings....Dan Nicolaescu2010-10-031-2/+3
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *)....Jan D2010-08-111-10/+10
* | * make-docfile.c (write_c_args): Warn for old-style empty arglist ().Juanma Barranquero2010-07-291-1/+7
* | Add NO_RETURN specifiers to functions in lib-src....Dan Nicolaescu2010-07-241-0/+1
* | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".Juanma Barranquero2010-07-231-1/+1
* | * make-docfile.c (write_c_args): Restructure scanning loop.Andreas Schwab2010-07-091-62/+41
* | Make make-docfile understand DEFUN arguments written in standard C....Dan Nicolaescu2010-07-081-1/+16
* | Convert function definitions to standard C....Dan Nicolaescu2010-07-021-37/+14
* | Convert some prototypes to standard C....Dan Nicolaescu2010-07-021-3/+3
|/
* Fix typos in comments.Juanma Barranquero2010-01-181-3/+3
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias....Dan Nicolaescu2009-11-041-1/+3
* Remove useless if-before-free test....Jim Meyering2009-06-291-2/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (scan_lisp_file): Use xmalloc instead of malloc.Dan Nicolaescu2008-12-011-1/+1
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-1/+10
* American English spelling fix.Glenn Morris2008-07-011-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+5
* * configure.in: Remove references to obsolete variables and...Dan Nicolaescu2008-02-241-1/+0
* * movemail.c:...Dan Nicolaescu2008-01-131-4/+0
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (DIRECTORY_SEP): New macro....YAMAMOTO Mitsuharu2005-05-131-1/+9
* Undo previous change.YAMAMOTO Mitsuharu2005-03-041-1/+1
* make-docfile.c: Include stdlib.h even if WINDOWSNT is not...Steven Tamm2004-12-271-1/+1
* (scan_c_file): Set defvarperbufferflag to silence compiler.Kim F. Storm2004-11-091-0/+1