log lib-src/update-game-score.c @ 111419:898b96cf89b3

age author description
2010-08-11 Jan D Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).
2010-07-24 Dan Nicolaescu Add NO_RETURN specifiers to functions in lib-src.
2010-07-08 Dan Nicolaescu Remove leftover P_ macros.
2010-07-03 Dan Nicolaescu Convert function definitions to standard C.
2010-07-02 Jan D Remove __P and P_ from .c and .m files and definition of P_
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-09-24 Juanma Barranquero Fix typo in comment.
2009-09-11 Stefan Monnier (main): Sort scores before trimming them,
2009-01-08 Glenn Morris Add 2009 to copyright years.
2008-05-09 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-01-26 Miles Bader Merge from emacs--devo--0
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2004-06-28 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
2004-04-16 Kenichi Handa Sync to HEAD
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-07 Glenn Morris Add 2008 to copyright years.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2004-05-08 Thien-Thi Nguyen Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.
2003-09-01 Miles Bader Add arch taglines
2003-05-22 Dave Love (difftime) [!HAVE_DIFFTIME]: Define.
2003-04-27 Juanma Barranquero (read_scores): Fix corruption of score files.
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2003-02-04 Richard M. Stallman (push_score, read_scores): Cast values of malloc and realloc.
2003-02-04 Richard M. Stallman Whitespace changes.
2002-11-18 Dave Love Include unistd.h, string.h, stdlib.h,
2002-08-01 Colin Walters (P_): New macro. Use it for all prototypes.
2002-04-29 Colin Walters (SCORE_FILE_PREFIX): Delete.
2002-04-23 Colin Walters (read_score) [HAVE_GETDELIM]: Trim trailing space.
2002-04-16 Eli Zaretskii Move config.h before the other headers, to prevent compiler warnings
2002-04-14 Colin Walters (lock_file): If the lock file is older than an hour, delete it. Reset
2002-04-14 Andreas Schwab (read_score): Fix type of second parameter
2002-04-10 Colin Walters (toplevel): Include stdarg.h.
2002-04-07 Colin Walters update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
2002-04-05 Colin Walters Actually make previous changes work (oops).
2002-04-05 Colin Walters (toplevel): Include pwd.h.
2002-03-27 Colin Walters Initial version.