| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | (write_c_args): Put `default' in upper case. | Richard M. Stallman | 1994-05-19 | 1 | -1/+1 |
| | | |||||
| * | Make the argument list output look more like the Lisp docstrings do. | Roland McGrath | 1994-01-16 | 1 | -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. Stallman | 1994-01-06 | 1 | -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. Stallman | 1993-12-24 | 1 | -1/+0 |
| | | |||||
| * | (read_c_string): For "", concatenate the two strings. | Richard M. Stallman | 1993-11-12 | 1 | -4/+1 |
| | | |||||
| * | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | | |||||
| * | * make-docfile.c: Doc fix. | Jim Blandy | 1993-05-24 | 1 | -1/+1 |
| | | |||||
| * | (scan_lisp_file): Recognize defalias like fset. | Richard M. Stallman | 1993-05-22 | 1 | -1/+2 |
| | | |||||
| * | Install patches from David J. Mackenzie to make the srcdir option | Jim Blandy | 1993-05-15 | 1 | -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 Blandy | 1993-04-08 | 1 | -1/+17 |
| | | | | | as "default". | ||||
| * | * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes | Jim Blandy | 1992-12-12 | 1 | -0/+17 |
| | | | | | | a different number of arguments than other DEFVARs, recognize it specially, and expect the right number of commas. | ||||
| * | entered into RCS | Jim Blandy | 1992-09-29 | 1 | -20/+31 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-09-23 | 1 | -11/+11 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-07-08 | 1 | -347/+221 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-19 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-05-10 | 1 | -3/+9 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-01-26 | 1 | -3/+8 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-01-14 | 1 | -2/+162 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1991-01-13 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Joseph Arceneaux | 1989-10-31 | 1 | -12/+12 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1989-05-08 | 1 | -0/+608 |