aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/profile.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-9/+7
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-081-3/+5
| | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* Remove unnecessary whitespaces.Pavel Janík2001-12-301-3/+3
|
* Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.Pavel Janík2001-10-081-2/+2
|
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-191-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. Stallman1997-08-131-1/+1
|
* Declare main as int, not void.Karl Heuer1996-07-151-1/+1
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-12/+13
|
* (gettimeofday): New function, defined if necessary.Richard M. Stallman1995-07-301-0/+17
|
* (get_time): Fix up whitespace.Richard M. Stallman1994-11-281-1/+1
|
* (TV1, TV2): Use EMACS_TIME as type.Richard M. Stallman1994-11-101-8/+3
| | | | (get_time): Use EMACS_SUB_TIME.
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-1/+1
|
* (reset_watch, get_time): Use EMACS_GET_TIME.Richard M. Stallman1994-07-251-11/+2
| | | | (tzp): Var deleted.
* (gettimeofday): If system doesn't have this, define it to give a fatal error.Richard M. Stallman1994-04-141-0/+8
|
* (main, get_time): Don't crash on invalid input.Karl Heuer1994-02-231-5/+8
|
* (get_time): Simplify; avoid calling index.Karl Heuer1994-02-221-7/+3
| | | | (main): exit on EOF.
* Initial revisionRichard M. Stallman1994-02-071-0/+93