Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * configure.in: Remove references to obsolete variables and | Dan Nicolaescu | 2008-02-24 | 1 | -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 Nicolaescu | 2008-01-13 | 1 | -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 Morris | 2008-01-07 | 1 | -1/+2 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (DIRECTORY_SEP): New macro. | YAMAMOTO Mitsuharu | 2005-05-13 | 1 | -1/+9 |
| | | | | (IS_DIRECTORY_SEP): Use it. | ||||
* | Undo previous change. | YAMAMOTO Mitsuharu | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | make-docfile.c: Include stdlib.h even if WINDOWSNT is not | Steven Tamm | 2004-12-27 | 1 | -1/+1 |
| | | | | defined. | ||||
* | (scan_c_file): Set defvarperbufferflag to silence compiler. | Kim F. Storm | 2004-11-09 | 1 | -0/+1 |
| | |||||
* | Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'. | Thien-Thi Nguyen | 2004-05-08 | 1 | -1/+3 |
| | | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | ||||
* | (IS_DIRECTORY_SEP): New macro. | Eli Zaretskii | 2004-04-26 | 1 | -5/+11 |
| | | | | | (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP instead of a literal '/'. | ||||
* | (xmalloc): Fix return type. | Stefan Monnier | 2004-04-07 | 1 | -3/+21 |
| | | | | | (put_filename): New fun. (scan_file): Use it. | ||||
* | (main): For return code, no longer special-case VMS. | Thien-Thi Nguyen | 2003-12-24 | 1 | -4/+2 |
| | | | | Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (read_c_string_or_comment): Declare msgno. | Dave Love | 2002-11-14 | 1 | -0/+1 |
| | |||||
* | (scan_keyword_or_put_char, write_c_args): Use `fn' | Stefan Monnier | 2002-08-19 | 1 | -2/+12 |
| | | | | for the function name in the usage info. | ||||
* | (scan_c_file): Warn about missing `usage' info. | Stefan Monnier | 2002-07-15 | 1 | -0/+3 |
| | |||||
* | Remove unnecessary whitespaces. | Pavel Janík | 2002-01-05 | 1 | -15/+15 |
| | |||||
* | Comment fixes. | Pavel Janík | 2001-11-15 | 1 | -4/+4 |
| | |||||
* | (struct rcsoc_state): New type. | Miles Bader | 2001-10-21 | 1 | -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 implement | Miles Bader | 2001-10-21 | 1 | -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 Bader | 2001-10-17 | 1 | -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 Bader | 2001-10-16 | 1 | -9/+24 |
| | | | | keyword prefix]. | ||||
* | (read_c_string_or_comment): Don't drop a '*' | Gerd Moellmann | 2001-10-15 | 1 | -1/+7 |
| | | | | in a C doc comment. | ||||
* | (read_c_string_or_comment): Renamed from | Gerd Moellmann | 2001-10-13 | 1 | -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 Moellmann | 2001-01-13 | 1 | -7/+10 |
| | |||||
* | (scan_lisp_file): Also look for `defsubst'. | Andreas Schwab | 2000-03-29 | 1 | -1/+3 |
| | |||||
* | Add support for large files. Merge glibc 2.1.2. | Paul Eggert | 1999-10-19 | 1 | -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 Love | 1999-09-27 | 1 | -1/+1 |
| | |||||
* | patched by pjr from diff by rms | Phillip Rulon | 1999-09-24 | 1 | -21/+25 |
| | |||||
* | Fix comment about conventions for Lisp files. | Dave Love | 1999-09-04 | 1 | -3/+6 |
| | |||||
* | Include config.h not ../src/config.h. | Richard M. Stallman | 1999-09-03 | 1 | -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 Schwab | 1999-08-30 | 1 | -0/+4 |
| | |||||
* | Include <unistd.h> for chdir. | Andreas Schwab | 1998-04-27 | 1 | -0/+4 |
| | |||||
* | (scan_lisp_file): Handle custom-declare-variable. | Richard M. Stallman | 1997-08-31 | 1 | -1/+62 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | (scan_file): Make sure it never looks at filename[-1]. | Richard M. Stallman | 1995-06-21 | 1 | -2/+2 |
| | |||||
* | (main) [MSDOS]: Do set _fmode. | Richard M. Stallman | 1995-06-21 | 1 | -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. Stallman | 1995-06-20 | 1 | -2/+9 |
| | |||||
* | [MSDOS]: #undef chdir. | Karl Heuer | 1995-06-08 | 1 | -0/+6 |
| | |||||
* | Include config.h. | Richard M. Stallman | 1995-05-04 | 1 | -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. Stallman | 1995-04-13 | 1 | -1/+5 |
| | |||||
* | (scan_lisp_file): Handle dynamic doc strings. | Richard M. Stallman | 1994-12-21 | 1 | -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. Stallman | 1994-11-01 | 1 | -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. Stallman | 1994-10-21 | 1 | -3/+13 |
| | | | | Never use exit code > 1. | ||||
* | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 1 | -2/+11 |
| |