aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAgeFilesLines
* * 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 andDan 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 notSteven Tamm2004-12-271-1/+1
* (scan_c_file): Set defvarperbufferflag to silence compiler.Kim F. Storm2004-11-091-0/+1
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-081-1/+3
* (IS_DIRECTORY_SEP): New macro.Eli Zaretskii2004-04-261-5/+11
* (xmalloc): Fix return type.Stefan Monnier2004-04-071-3/+21
* (main): For return code, no longer special-case VMS.Thien-Thi Nguyen2003-12-241-4/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
* (read_c_string_or_comment): Declare msgno.Dave Love2002-11-141-0/+1
* (scan_keyword_or_put_char, write_c_args): Use `fn'Stefan Monnier2002-08-191-2/+12
* (scan_c_file): Warn about missing `usage' info.Stefan Monnier2002-07-151-0/+3
* Remove unnecessary whitespaces.Pavel Janík2002-01-051-15/+15
* Comment fixes.Pavel Janík2001-11-151-4/+4
* (struct rcsoc_state): New type.Miles Bader2001-10-211-87/+120
* (read_c_string_or_comment): Add SAW_USAGE parameter, and implementMiles Bader2001-10-211-9/+68
* (put_char): New function.Miles Bader2001-10-171-8/+48
* (scan_c_file): Handle `new style' doc strings in comments [with `doc:'Miles Bader2001-10-161-9/+24
* (read_c_string_or_comment): Don't drop a '*'Gerd Moellmann2001-10-151-1/+7
* (read_c_string_or_comment): Renamed fromGerd Moellmann2001-10-131-32/+83
* (write_c_args): Print newlines as spaces.Gerd Moellmann2001-01-131-7/+10
* (scan_lisp_file): Also look for `defsubst'.Andreas Schwab2000-03-291-1/+3
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-191-5/+1
* (scan_lisp_file): Fix typo causing infloop.Dave Love1999-09-271-1/+1
* patched by pjr from diff by rmsPhillip Rulon1999-09-241-21/+25
* Fix comment about conventions for Lisp files.Dave Love1999-09-041-3/+6
* Include config.h not ../src/config.h.Richard M. Stallman1999-09-031-15/+20