summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAge
* [ChangeLog]Paul Eggert2011-05-28
* * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.Paul Eggert2011-04-01
* * make-docfile.c (scan_c_file): Refactor local variable decls to make their s...Paul Eggert2011-02-25
* * make-docfile.c (write_globals): Change char * to char const *Paul Eggert2011-02-25
* * make-docfile.c (input_buffer): Rename variables to avoid shadowing.Paul Eggert2011-02-21
* Merge from mainline.Paul Eggert2011-02-21
|\
| * * make-docfile.c (scan_c_file): Adapt to the new BVAR macro.Ben Key2011-02-21
* | Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-21
|/
* * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.Paul Eggert2011-02-08
* Make globals.h a generated headerTom Tromey2011-02-08
* make-docfile: don't corrupt heap for an invalid .elc fileJim Meyering2011-01-30
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Check return values of some library calls.Paul Eggert2011-01-22
* Merge from mainline.Paul Eggert2011-01-17
|\
| * Nuke arch-tags.Glenn Morris2011-01-15
* | Merge from mainline.Paul Eggert2011-01-14
|\|
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
|/ /
* | Fix compilation warnings.Dan Nicolaescu2010-10-03
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-11
* | * make-docfile.c (write_c_args): Warn for old-style empty arglist ().Juanma Barranquero2010-07-29
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-24
* | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".Juanma Barranquero2010-07-23
* | * make-docfile.c (write_c_args): Restructure scanning loop.Andreas Schwab2010-07-09
* | Make make-docfile understand DEFUN arguments written in standard C.Dan Nicolaescu2010-07-08
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-02
* | Convert some prototypes to standard C.Dan Nicolaescu2010-07-02
|/
* Fix typos in comments.Juanma Barranquero2010-01-18
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.Dan Nicolaescu2009-11-04
* Remove useless if-before-free test.Jim Meyering2009-06-29
* Add 2009 to copyright years.Glenn Morris2009-01-08
* (scan_lisp_file): Use xmalloc instead of malloc.Dan Nicolaescu2008-12-01
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-15
* American English spelling fix.Glenn Morris2008-07-01
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-09
* * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-24
* * movemail.c:Dan Nicolaescu2008-01-13
* Add 2008 to copyright years.Glenn Morris2008-01-07
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (DIRECTORY_SEP): New macro.YAMAMOTO Mitsuharu2005-05-13
* Undo previous change.YAMAMOTO Mitsuharu2005-03-04
* make-docfile.c: Include stdlib.h even if WINDOWSNT is notSteven Tamm2004-12-27
* (scan_c_file): Set defvarperbufferflag to silence compiler.Kim F. Storm2004-11-09
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-08