summaryrefslogtreecommitdiff
path: root/lib-src/make-docfile.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (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