comparison ChangeLog @ 70:38c86048fe2e noffle

[svn] src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and checked with assertions. Return value is time_t and must be checked for (time_t)-1.
author enz
date Sat, 13 May 2000 10:25:56 +0100
parents f76e8586fab6
children 1f6e2a55fc75
comparison
equal deleted inserted replaced
69:21e778b6c3e9 70:38c86048fe2e
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 Sat May 13 2000 Markus Enzenberger <markus.enzenberger@t-online.de> 5 Sat May 13 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
6 6
7 * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output. 7 * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.
8 8 * src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and
9 checked with assertions. Return value is time_t and must be checked
10 for (time_t)-1.
11
9 Sat May 13 06:20:01 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> 12 Sat May 13 06:20:01 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de>
10 13
11 * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources. 14 * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
12 I forgot this in my last commit. Sorry. 15 I forgot this in my last commit. Sorry.
13 16