summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
AgeCommit message (Expand)Author
2005-03-04Undo previous change.YAMAMOTO Mitsuharu
2004-12-27make-docfile.c: Include stdlib.h even if WINDOWSNT is notSteven Tamm
2004-11-09(scan_c_file): Set defvarperbufferflag to silence compiler.Kim F. Storm
2004-05-08Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen
2004-04-26(IS_DIRECTORY_SEP): New macro.Eli Zaretskii
2004-04-07(xmalloc): Fix return type.Stefan Monnier
2003-12-24(main): For return code, no longer special-case VMS.Thien-Thi Nguyen
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-14(read_c_string_or_comment): Declare msgno.Dave Love
2002-08-19(scan_keyword_or_put_char, write_c_args): Use `fn'Stefan Monnier
2002-07-15(scan_c_file): Warn about missing `usage' info.Stefan Monnier
2002-01-05Remove unnecessary whitespaces.Pavel Janík
2001-11-15Comment fixes.Pavel Janík
2001-10-21(struct rcsoc_state): New type.Miles Bader
2001-10-21(read_c_string_or_comment): Add SAW_USAGE parameter, and implementMiles Bader
2001-10-17(put_char): New function.Miles Bader
2001-10-16(scan_c_file): Handle `new style' doc strings in comments [with `doc:'Miles Bader
2001-10-15(read_c_string_or_comment): Don't drop a '*'Gerd Moellmann
2001-10-13(read_c_string_or_comment): Renamed fromGerd Moellmann
2001-01-13(write_c_args): Print newlines as spaces.Gerd Moellmann
2000-03-29(scan_lisp_file): Also look for `defsubst'.Andreas Schwab
1999-10-19Add support for large files. Merge glibc 2.1.2.Paul Eggert
1999-09-27(scan_lisp_file): Fix typo causing infloop.Dave Love
1999-09-24patched by pjr from diff by rmsPhillip Rulon
1999-09-04Fix comment about conventions for Lisp files.Dave Love
1999-09-03Include config.h not ../src/config.h.Richard M. Stallman
1999-08-30Include <stdlib.h> if available.Andreas Schwab
1998-04-27Include <unistd.h> for chdir.Andreas Schwab
1997-08-31(scan_lisp_file): Handle custom-declare-variable.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-06-21(scan_file): Make sure it never looks at filename[-1].Richard M. Stallman
1995-06-21(main) [MSDOS]: Do set _fmode.Richard M. Stallman
1995-06-20(main): On MSDOS, don't change stdout to binary, and insist on an -o option.Richard M. Stallman
1995-06-08[MSDOS]: #undef chdir.Karl Heuer
1995-05-04Include config.h.Richard M. Stallman
1995-04-13(scan_c_file): At end, restore file name last char to its original value.Richard M. Stallman
1994-12-21(scan_lisp_file): Handle dynamic doc strings.Richard M. Stallman
1994-11-01(main) [WINDOWSNT]: Now sets _fmode and stdout to O_BINARY.Richard M. Stallman
1994-10-21(main): Don't process one input file twice.Richard M. Stallman
1994-10-12Eliminate some -Wall warnings.David J. MacKenzie
1994-05-19(write_c_args): Put `default' in upper case.Richard M. Stallman
1994-01-16Make the argument list output look more like the Lisp docstrings do.Roland McGrath
1994-01-06[MSDOS]: Use text/binary mode as appropriate.Richard M. Stallman
1993-12-24(scan_lisp_file): Don't add newline at end of string.Richard M. Stallman
1993-11-12(read_c_string): For "", concatenate the two strings.Richard M. Stallman
1993-06-09Apply typo patches from Paul Eggert.Jim Blandy
1993-05-24* make-docfile.c: Doc fix.Jim Blandy
1993-05-22(scan_lisp_file): Recognize defalias like fset.Richard M. Stallman
1993-05-15Install patches from David J. Mackenzie to make the srcdir optionJim Blandy