comparison ChangeLog @ 57:84e32c84666b noffle

[svn] add some intermediate variables for easier debugging in needsMark(). It seems that thread mode is sometimes not working.
author enz
date Fri, 12 May 2000 16:47:29 +0100
parents 688bd51704e0
children defaa632baae
comparison
equal deleted inserted replaced
56:688bd51704e0 57:84e32c84666b
1 ------------------------------------------------------------------------------- 1 -------------------------------------------------------------------------------
2 NOFFLE ChangeLog 2 NOFFLE ChangeLog
3 ------------------------------------------------------------------------------- 3 -------------------------------------------------------------------------------
4 4
5 5 Fri May 12 17:42:03 CEST 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
6
7 * src/client.c: add some intermediate variables for easier debugging
8 in needsMark(). It seems that thread mode is sometimes not working.
9
6 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> 10 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de>
7 11
8 * configure, configure.in: Only add all those compiler-switches 12 * configure, configure.in: Only add all those compiler-switches
9 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely 13 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely
10 to have those switches. 14 to have those switches.