aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/make-docfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* (scan_lisp_file): Use xmalloc instead of malloc.Dan Nicolaescu2008-12-011-1/+1
|
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-1/+10
|
* American English spelling fix.Glenn Morris2008-07-011-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+5
|
* * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* * movemail.c:Dan Nicolaescu2008-01-131-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+2
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* 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
| | | | (IS_DIRECTORY_SEP): Use it.
* 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
| | | | defined.
* (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
| | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
* (IS_DIRECTORY_SEP): New macro.Eli Zaretskii2004-04-261-5/+11
| | | | | (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP instead of a literal '/'.
* (xmalloc): Fix return type.Stefan Monnier2004-04-071-3/+21
| | | | | (put_filename): New fun. (scan_file): Use it.
* (main): For return code, no longer special-case VMS.Thien-Thi Nguyen2003-12-241-4/+2
| | | | Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
* 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
| | | | for the function name in the usage info.
* (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): Use a variable of type `rcsoc_state' to hold most of our state. (put_char): Add STATE parameter, and remove all other parameters except CH. Use STATE to get access to all needed state. (scan_keyword_or_put_char): New function.
* (read_c_string_or_comment): Add SAW_USAGE parameter, and implementMiles Bader2001-10-211-9/+68
| | | | | | scanning for a `usage:' keyword. (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. Don't output a usage-string if there was one in the doc string.
* (put_char): New function.Miles Bader2001-10-171-8/+48
| | | | (read_c_string_or_comment): Strip trailing spaces and newlines.
* (scan_c_file): Handle `new style' doc strings in comments [with `doc:'Miles Bader2001-10-161-9/+24
| | | | keyword prefix].
* (read_c_string_or_comment): Don't drop a '*'Gerd Moellmann2001-10-151-1/+7
| | | | in a C doc comment.
* (read_c_string_or_comment): Renamed fromGerd Moellmann2001-10-131-32/+83
| | | | | read_c_string. Add parameter COMMENT. Read C-style comments. (scan_c_file): Handle doc strings in C comments.
* (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
| | | | | | | | | | | | | | | | | | * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, movemail.c, pop.c: Do not include <stdlib.h>, as <config.h> does this now. * b2m.c, emacsserver.c, etags.c, profile.c: Include <config.h> before any system include files. * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, test-distrib.c: (read, write, open, close): Do not undef. * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: (const): Do not define if HAVE_CONFIG_H; that's config.h's job. * getopt.h: Adopt glibc 2.1.2.
* (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
| | | | | | (main, fopen, chdir): Add #undef. (read_c_string, scan_c_file, skip_white, read_lisp_symbol) (scan_lisp_file): Handle \r like \n.
* 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
| | | | 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 *.