summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAge
* 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
* (IS_DIRECTORY_SEP): New macro.Eli Zaretskii2004-04-26
* (xmalloc): Fix return type.Stefan Monnier2004-04-07
* (main): For return code, no longer special-case VMS.Thien-Thi Nguyen2003-12-24
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (read_c_string_or_comment): Declare msgno.Dave Love2002-11-14
* (scan_keyword_or_put_char, write_c_args): Use `fn'Stefan Monnier2002-08-19
* (scan_c_file): Warn about missing `usage' info.Stefan Monnier2002-07-15
* Remove unnecessary whitespaces.Pavel Janík2002-01-05
* Comment fixes.Pavel Janík2001-11-15
* (struct rcsoc_state): New type.Miles Bader2001-10-21
* (read_c_string_or_comment): Add SAW_USAGE parameter, and implementMiles Bader2001-10-21
* (put_char): New function.Miles Bader2001-10-17
* (scan_c_file): Handle `new style' doc strings in comments [with `doc:'Miles Bader2001-10-16
* (read_c_string_or_comment): Don't drop a '*'Gerd Moellmann2001-10-15
* (read_c_string_or_comment): Renamed fromGerd Moellmann2001-10-13
* (write_c_args): Print newlines as spaces.Gerd Moellmann2001-01-13
* (scan_lisp_file): Also look for `defsubst'.Andreas Schwab2000-03-29
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-19
* (scan_lisp_file): Fix typo causing infloop.Dave Love1999-09-27
* patched by pjr from diff by rmsPhillip Rulon1999-09-24
* Fix comment about conventions for Lisp files.Dave Love1999-09-04
* Include config.h not ../src/config.h.Richard M. Stallman1999-09-03
* Include <stdlib.h> if available.Andreas Schwab1999-08-30
* Include <unistd.h> for chdir.Andreas Schwab1998-04-27
* (scan_lisp_file): Handle custom-declare-variable.Richard M. Stallman1997-08-31
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* (scan_file): Make sure it never looks at filename[-1].Richard M. Stallman1995-06-21
* (main) [MSDOS]: Do set _fmode.Richard M. Stallman1995-06-21
* (main): On MSDOS, don't change stdout to binary, and insist on an -o option.Richard M. Stallman1995-06-20
* [MSDOS]: #undef chdir.Karl Heuer1995-06-08
* Include config.h.Richard M. Stallman1995-05-04
* (scan_c_file): At end, restore file name last char to its original value.Richard M. Stallman1995-04-13
* (scan_lisp_file): Handle dynamic doc strings.Richard M. Stallman1994-12-21