summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+4
* Include <unistd.h> for chdir.Andreas Schwab1998-04-271-0/+4
* (scan_lisp_file): Handle custom-declare-variable.Richard M. Stallman1997-08-311-1/+62
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (scan_file): Make sure it never looks at filename[-1].Richard M. Stallman1995-06-211-2/+2
* (main) [MSDOS]: Do set _fmode.Richard M. Stallman1995-06-211-1/+1
* (main): On MSDOS, don't change stdout to binary, and insist on an -o option.Richard M. Stallman1995-06-201-2/+9
* [MSDOS]: #undef chdir.Karl Heuer1995-06-081-0/+6
* Include config.h.Richard M. Stallman1995-05-041-2/+5
* (scan_c_file): At end, restore file name last char to its original value.Richard M. Stallman1995-04-131-1/+5
* (scan_lisp_file): Handle dynamic doc strings.Richard M. Stallman1994-12-211-41/+148
* (main) [WINDOWSNT]: Now sets _fmode and stdout to O_BINARY.Richard M. Stallman1994-11-011-4/+15
* (main): Don't process one input file twice.Richard M. Stallman1994-10-211-3/+13
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-2/+11
* (write_c_args): Put `default' in upper case.Richard M. Stallman1994-05-191-1/+1
* Make the argument list output look more like the Lisp docstrings do.Roland McGrath1994-01-161-7/+20
* [MSDOS]: Use text/binary mode as appropriate.Richard M. Stallman1994-01-061-10/+26
* (scan_lisp_file): Don't add newline at end of string.Richard M. Stallman1993-12-241-1/+0