summaryrefslogtreecommitdiff
path: root/lib-src/update-game-score.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Assume strerror.Paul Eggert2012-07-101-16/+0
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-9/+3
* Assume less-ancient POSIX support.Paul Eggert2012-04-151-4/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* * update-game-score.c: Include <limits.h>Paul Eggert2011-08-281-10/+5
* Merge from trunk.Paul Eggert2011-07-101-3/+2
|\
| * * lib-src/update-game-score.c (usage): Update usage line.Andreas Schwab2011-07-091-3/+2
* | Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-7/+0
|/
* update-game-score: fix bug with -rPaul Eggert2011-03-211-6/+8
* Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-211-25/+25
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-111-4/+5
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-241-0/+2
* | Remove leftover P_ macros.Dan Nicolaescu2010-07-071-7/+0
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-021-44/+14
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-12/+12
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Fix typo in comment.Juanma Barranquero2009-09-241-1/+1
* (main): Sort scores before trimming them,Stefan Monnier2009-09-111-3/+3
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-9/+11
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+2
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* 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/+1
* 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-6/+8
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (difftime) [!HAVE_DIFFTIME]: Define.Dave Love2003-05-221-1/+23
* (read_scores): Fix corruption of score files.Juanma Barranquero2003-04-271-1/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-14/+14
* (push_score, read_scores): Cast values of malloc and realloc.Richard M. Stallman2003-02-041-6/+8
* Whitespace changes.Richard M. Stallman2003-02-041-125/+122
* Include unistd.h, string.h, stdlib.h,Dave Love2002-11-181-11/+17
* (P_): New macro. Use it for all prototypes.Colin Walters2002-08-011-46/+84
* (SCORE_FILE_PREFIX): Delete.Colin Walters2002-04-291-45/+41
* (read_score) [HAVE_GETDELIM]: Trim trailing space.Colin Walters2002-04-231-0/+2
* Move config.h before the other headers, to prevent compiler warningsEli Zaretskii2002-04-161-1/+2
* (lock_file): If the lock file is older than an hour, delete it. ResetColin Walters2002-04-141-1/+9
* (read_score): Fix type of second parameterAndreas Schwab2002-04-141-3/+3