summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Collapse)AuthorAgeFilesLines
* (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
| | | | This undoes part of the previous change.
* (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
| | | | | (NO_SHORTNAMES): New definition. (xmalloc): Return long *.
* (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
| | | | | | (xmalloc, fatal, error): New functions. (progname): New variable. (main): Set progname.
* (main) [WINDOWSNT]: Now sets _fmode and stdout to O_BINARY.Richard M. Stallman1994-11-011-4/+15
| | | | | [WINDOWSNT]: Include the NT headers. (READ_TEXT, READ_BINARY): Test DOS_NT, not MS_DOS.
* (main): Don't process one input file twice.Richard M. Stallman1994-10-211-3/+13
| | | | Never use exit code > 1.
* 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
| | | | | | (write_c_args): Take new arg FUNC. Make output look like lisp call prototypes: (function ARG1 ARG2), upcasing arg names. (scan_c_file): Pass BUF to write_c_args for FUNC arg.
* [MSDOS]: Use text/binary mode as appropriate.Richard M. Stallman1994-01-061-10/+26
| | | | (scan_c_file, scan_lisp_file): Extra parameter for the mode to open with.
* (scan_lisp_file): Don't add newline at end of string.Richard M. Stallman1993-12-241-1/+0
|
* (read_c_string): For "", concatenate the two strings.Richard M. Stallman1993-11-121-4/+1
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* * make-docfile.c: Doc fix.Jim Blandy1993-05-241-1/+1
|
* (scan_lisp_file): Recognize defalias like fset.Richard M. Stallman1993-05-221-1/+2
|
* Install patches from David J. Mackenzie to make the srcdir optionJim Blandy1993-05-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | work. * Makefile.in (srcdir, VPATH): Get this value from the top-level Makefile. (INSTALLABLES): Split this into two lists - INSTALLABLES and INSTALLABLE_SCRIPTS. (INSTALLABLE_SCRIPTS): New list. (EXECUTABLES): Include INSTALLABLE_SCRIPTS. (${archlibdir}): The scripts to be installed live in the source tree, not in the object tree. (test-distrib): Note that the data file lives in the source tree, not the object tree. (GETOPTDEPS): Note that getopt.h lives in the source tree. (all other targets): Change references to source files to use ${srcdir}, except for config.h, which lives in the object dir. (timer.o): Note that this depends on ../src/config.h. * make-docfile.c (main): Add a -d option, to tell it where to find the source files. * test-distrib.c (main): Take the name of the distribution file to test from the command line.
* * make-docfile.c (write_c_args): Print an argument named "defalt"Jim Blandy1993-04-081-1/+17
| | | | as "default".
* * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takesJim Blandy1992-12-121-0/+17
| | | | | a different number of arguments than other DEFVARs, recognize it specially, and expect the right number of commas.
* entered into RCSJim Blandy1992-09-291-20/+31
|
* *** empty log message ***Jim Blandy1992-09-231-11/+11
|
* *** empty log message ***Jim Blandy1992-07-081-347/+221
|
* *** empty log message ***Jim Blandy1992-05-191-1/+1
|
* *** empty log message ***Jim Blandy1992-05-101-3/+9
|
* *** empty log message ***Jim Blandy1991-01-261-3/+8
|
* *** empty log message ***Jim Blandy1991-01-141-2/+162
|
* *** empty log message ***Jim Blandy1991-01-131-0/+1
|
* *** empty log message ***Joseph Arceneaux1989-10-311-12/+12
|
* Initial revisionRichard M. Stallman1989-05-081-0/+608