summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAge
* 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
* (main) [WINDOWSNT]: Now sets _fmode and stdout to O_BINARY.Richard M. Stallman1994-11-01
* (main): Don't process one input file twice.Richard M. Stallman1994-10-21
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-12
* (write_c_args): Put `default' in upper case.Richard M. Stallman1994-05-19
* Make the argument list output look more like the Lisp docstrings do.Roland McGrath1994-01-16
* [MSDOS]: Use text/binary mode as appropriate.Richard M. Stallman1994-01-06
* (scan_lisp_file): Don't add newline at end of string.Richard M. Stallman1993-12-24
* (read_c_string): For "", concatenate the two strings.Richard M. Stallman1993-11-12