Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (readline): Cast buffer to "long *" to pacify | Eli Zaretskii | 2001-01-02 | 1 | -1/+1 |
| | | | | over-zealous compilers. | ||||
* | (get_keyword): Make sure that isspace and | Gerd Moellmann | 2000-12-15 | 1 | -4/+4 |
| | | | | similar aren't called with a negative argument. | ||||
* | Add support for large files. Merge glibc 2.1.2. | Paul Eggert | 1999-10-19 | 1 | -12/+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. | ||||
* | Include <stdlib.h> if available. | Andreas Schwab | 1999-08-30 | 1 | -0/+4 |
| | |||||
* | (_XOPEN_SOURCE): Define for declaration of cuserid. | Andreas Schwab | 1998-04-06 | 1 | -0/+4 |
| | | | | (parse_header): Explicitly declare return type. | ||||
* | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1997-07-17 | 1 | -3/+8 |
| | |||||
* | Replaced all BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 1 | -1/+1 |
| | |||||
* | Whitespace fix. | Richard M. Stallman | 1996-09-04 | 1 | -2/+2 |
| | |||||
* | Declare main as int, not void. | Karl Heuer | 1996-07-15 | 1 | -3/+5 |
| | |||||
* | [WINDOWSNT]: Include ntlib.h. | Richard M. Stallman | 1996-04-28 | 1 | -0/+4 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | (xrealloc): Change cast to match return type. | Karl Heuer | 1995-08-12 | 1 | -1/+1 |
| | |||||
* | (xmalloc, xrealloc): Use return-type long *. | Richard M. Stallman | 1995-08-11 | 1 | -6/+6 |
| | |||||
* | (xmalloc, xrealloc): Add casts. | Richard M. Stallman | 1994-12-26 | 1 | -25/+96 |
| | | | | | | (add_field): Handle <...> and "..." syntax. (setup_files, get_keyword): Clean up parens and line breaks. (args_size): Likewise. | ||||
* | Don't declare malloc, since we include config.h. | David J. MacKenzie | 1994-10-20 | 1 | -1/+0 |
| | |||||
* | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 1 | -0/+2 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | |||||
* | (readline): Fix updating of p when buffer grows. | Richard M. Stallman | 1994-04-20 | 1 | -1/+1 |
| | |||||
* | (readline): When extending the buffer, | Richard M. Stallman | 1994-04-19 | 1 | -1/+1 |
| | | | | calculate end afresh using the new size. | ||||
* | Update GPL. | David J. MacKenzie | 1994-02-27 | 1 | -1/+1 |
| | |||||
* | (put_line): Don't break the line if it all fits. | Richard M. Stallman | 1994-02-16 | 1 | -9/+14 |
| | |||||
* | (main) [MSDOS]: Dummy stub just to make the file compile. | Richard M. Stallman | 1994-01-06 | 1 | -0/+6 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | (put_line): Don't output \n\t unless more text follows. | Richard M. Stallman | 1993-05-28 | 1 | -1/+2 |
| | |||||
* | entered into RCS | Jim Blandy | 1989-10-31 | 1 | -13/+12 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1989-01-25 | 1 | -3/+37 |
| | |||||
* | Initial revision | Richard M. Stallman | 1988-12-09 | 1 | -0/+627 |