comparison ChangeLog @ 60:defaa632baae noffle

[svn] *** empty log message ***
author enz
date Fri, 12 May 2000 17:52:58 +0100
parents 84e32c84666b
children adf0af5152f7
comparison
equal deleted inserted replaced
59:e612b263934f 60:defaa632baae
1 ------------------------------------------------------------------------------- 1 -------------------------------------------------------------------------------
2 NOFFLE ChangeLog 2 NOFFLE ChangeLog
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 Fri May 12 17:42:03 CEST 2000 Markus Enzenberger <markus.enzenberger@t-online.de> 5 Fri May 12 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
6 6
7 * src/client.c: add some intermediate variables for easier debugging 7 * src/client.c: add some intermediate variables for easier debugging
8 in needsMark(). It seems that thread mode is sometimes not working. 8 in needsMark(). It seems that thread mode is sometimes not working.
9 * src/client.c, src/content.c, src/dynamicstring.h, src/dynamicstring.c,
10 src/util.h, src/util.c, src/protocol.c:
11 Changed some variable types and used some casts to avoid compiler
12 warnings about signedness. In general, int should be used for parameters
13 for allowing a signedness assertion in the function.
14 (see J.Lakos: Large-Scale C++ Software Design, section 9.2).
9 15
10 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> 16 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de>
11 17
12 * configure, configure.in: Only add all those compiler-switches 18 * configure, configure.in: Only add all those compiler-switches
13 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely 19 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely