summaryrefslogtreecommitdiff
path: root/lib-src/update-game-score.c
Commit message (Expand)AuthorAge
...
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-11
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-24
* | Remove leftover P_ macros.Dan Nicolaescu2010-07-07
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-02
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Fix typo in comment.Juanma Barranquero2009-09-24
* (main): Sort scores before trimming them,Stefan Monnier2009-09-11
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-09
* Add 2008 to copyright years.Glenn Morris2008-01-07
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-08
* Add arch taglinesMiles Bader2003-09-01
* (difftime) [!HAVE_DIFFTIME]: Define.Dave Love2003-05-22
* (read_scores): Fix corruption of score files.Juanma Barranquero2003-04-27
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (push_score, read_scores): Cast values of malloc and realloc.Richard M. Stallman2003-02-04
* Whitespace changes.Richard M. Stallman2003-02-04
* Include unistd.h, string.h, stdlib.h,Dave Love2002-11-18
* (P_): New macro. Use it for all prototypes.Colin Walters2002-08-01
* (SCORE_FILE_PREFIX): Delete.Colin Walters2002-04-29
* (read_score) [HAVE_GETDELIM]: Trim trailing space.Colin Walters2002-04-23
* Move config.h before the other headers, to prevent compiler warningsEli Zaretskii2002-04-16
* (lock_file): If the lock file is older than an hour, delete it. ResetColin Walters2002-04-14
* (read_score): Fix type of second parameterAndreas Schwab2002-04-14
* (toplevel): Include stdarg.h.Colin Walters2002-04-10
* update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.Colin Walters2002-04-07
* Actually make previous changes work (oops).Colin Walters2002-04-05
* (toplevel): Include pwd.h.Colin Walters2002-04-05
* Initial version.Colin Walters2002-03-27