Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-16 | 1 | -2/+2 |
| | | | | 2001). | ||||
* | (fatal): Drop second parameter and treat first | Andreas Schwab | 2006-07-20 | 1 | -5/+5 |
| | | | | parameter as a plain string. Callers changed. | ||||
* | (read_header): Give fatal error if input has no header. | Richard M. Stallman | 2006-04-29 | 1 | -0/+2 |
| | |||||
* | * lib-src/b2m.c (main): Don't include <limits.h>. | Paul Eggert | 2006-04-04 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | (TM_YEAR_BASE): New macro. (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so that s/ files can override this. Use the more-conservative range 1000-9999. (main): Check for asctime returning NULL. * lib-src/fakemail.c: Likewise. * src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to ../lib-src/b2m.c and ../lib-src/editfns.c. (Fcurrent_time_string): Use it. Document that the year might not consume 4 columns if it's outside the range 1000-9999. Check for asctime failure. Don't assume that the output string length is always exactly 24. | ||||
* | * b2m.c: Include <limits.h>. | Paul Eggert | 2006-03-27 | 1 | -1/+20 |
| | | | | | | (TM_YEAR_IN_ASCTIME_RANGE): New macro. (main): Check for out-of-range time stamps. * fakemail.c: Likewise. | ||||
* | 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 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'. | Thien-Thi Nguyen | 2004-05-08 | 1 | -3/+5 |
| | | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Include <config.h>. | Pavel Janík | 2002-01-01 | 1 | -1/+1 |
| | |||||
* | Conditionally include config.h. | Pavel Janík | 2001-12-19 | 1 | -7/+9 |
| | | | | Clean-up whitespaces. | ||||
* | Include "config.h", not <../src/config.h>. | Dave Love | 2001-12-18 | 1 | -5/+2 |
| | | | | (_XOPEN_SOURCE): Define as 500. | ||||
* | (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 |