diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-05 14:27:23 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-05 14:27:23 +0200 |
commit | 8f1156f66fd15cad9f92d21a6f4a539ae00fb08d (patch) | |
tree | a65ccaaef36cabb17e25976c8fb06df61e48d9e8 /FICS/ratings.c | |
parent | 5e964ff145835108189dcbb4b7fdae43cf682dbe (diff) |
Updated the revision history
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r-- | FICS/ratings.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index 079f0af..7922919 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -21,7 +21,10 @@ vek leeds@math.gatech.edu 95/04/05 Glicko system, with sterr Markus Uhlin 23/12/17 Fixed the includes Markus Uhlin 23/12/17 Usage of 'time_t' - Markus Uhlin 24/04/05 Reformatted ALL functions + Markus Uhlin 24/04/05 Reformatted ALL functions and + reenabled disabled code. + Markus Uhlin 24/04/05 Replaced unbounded string + handling functions. */ #include "stdinclude.h" |