Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | 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). | ||||
* | 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 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary whitespaces. | Pavel Janík | 2001-12-30 | 1 | -3/+3 |
| | |||||
* | Include config.h, not ../src/config.h and systime.h, not ../src/systime.h. | Pavel Janík | 2001-10-08 | 1 | -2/+2 |
| | |||||
* | Add support for large files. Merge glibc 2.1.2. | Paul Eggert | 1999-10-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * 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. | ||||
* | (get_time): Cast arg to fprintf. | Richard M. Stallman | 1997-08-13 | 1 | -1/+1 |
| | |||||
* | Declare main as int, not void. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -12/+13 |
| | |||||
* | (gettimeofday): New function, defined if necessary. | Richard M. Stallman | 1995-07-30 | 1 | -0/+17 |
| | |||||
* | (get_time): Fix up whitespace. | Richard M. Stallman | 1994-11-28 | 1 | -1/+1 |
| | |||||
* | (TV1, TV2): Use EMACS_TIME as type. | Richard M. Stallman | 1994-11-10 | 1 | -8/+3 |
| | | | | (get_time): Use EMACS_SUB_TIME. | ||||
* | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 1 | -1/+1 |
| | |||||
* | (reset_watch, get_time): Use EMACS_GET_TIME. | Richard M. Stallman | 1994-07-25 | 1 | -11/+2 |
| | | | | (tzp): Var deleted. | ||||
* | (gettimeofday): If system doesn't have this, define it to give a fatal error. | Richard M. Stallman | 1994-04-14 | 1 | -0/+8 |
| | |||||
* | (main, get_time): Don't crash on invalid input. | Karl Heuer | 1994-02-23 | 1 | -5/+8 |
| | |||||
* | (get_time): Simplify; avoid calling index. | Karl Heuer | 1994-02-22 | 1 | -7/+3 |
| | | | | (main): exit on EOF. | ||||
* | Initial revision | Richard M. Stallman | 1994-02-07 | 1 | -0/+93 |