aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/update-game-score.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-06-22Use unlocked stdio more systematicallyPaul Eggert1-1/+2
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-30Limit <config.h>’s includesPaul Eggert1-1/+0
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-01-21Allow update-game-score to run sgid instead of suid.Ulrich Müller1-14/+19
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-25Prefer stpcpy to strcatPaul Eggert1-7/+5
2014-05-18Remove dependencies on getdelim and getline.Paul Eggert1-166/+149
2014-04-16Fix the MSDOS build.Eli Zaretskii1-2/+2
2014-01-22Fix MS-Windows build in lib-src broken by last commit.Eli Zaretskii1-0/+6
2014-01-22Fix miscellaneous update-game-score bugs.Paul Eggert1-12/+8
2014-01-19update-game-score fixes for -m and integer overflowPaul Eggert1-85/+136
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-08-05Fix bugs in update-game-score, on MS-Windows and elsewhere.Eli Zaretskii1-20/+24
2013-08-04Fix some minor races in hosts lacking mkostemp.Paul Eggert1-6/+6
2013-03-30Finished with lib-src compilation, except emacsclientw and emacsclient.res.Eli Zaretskii1-0/+4
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-11-17Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert1-2/+0
2012-07-10Assume strerror.Paul Eggert1-16/+0
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert1-9/+3
2012-04-15Assume less-ancient POSIX support.Paul Eggert1-4/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-17Spelling fixes.Paul Eggert1-1/+1
2011-08-28* update-game-score.c: Include <limits.h>Paul Eggert1-10/+5
2011-07-09* lib-src/update-game-score.c (usage): Update usage line.Andreas Schwab1-3/+2
2011-07-06Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert1-7/+0
2011-03-21update-game-score: fix bug with -rPaul Eggert1-6/+8
2011-02-21Declare file-scope functions and variables static if not exported.Paul Eggert1-25/+25
2011-01-26Refill some long/short copyright headers.Glenn Morris1-2/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-1/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-08-11Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D1-4/+5
2010-07-24Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu1-0/+2
2010-07-07Remove leftover P_ macros.Dan Nicolaescu1-7/+0
2010-07-02Convert function definitions to standard C.Dan Nicolaescu1-44/+14
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D1-12/+12
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-09-24Fix typo in comment.Juanma Barranquero1-1/+1
2009-09-11(main): Sort scores before trimming them,Stefan Monnier1-3/+3
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1