Mercurial > noffle
comparison ChangeLog @ 61:adf0af5152f7 noffle
[svn] Renamed some variables and function names, because they caused compiler
warnings because of shadowing global variables from system include files
(index, stat, serv).
| author | enz | 
|---|---|
| date | Fri, 12 May 2000 18:19:38 +0100 | 
| parents | defaa632baae | 
| children | b455e14ebc5d | 
   comparison
  equal
  deleted
  inserted
  replaced
| 60:defaa632baae | 61:adf0af5152f7 | 
|---|---|
| 10 src/util.h, src/util.c, src/protocol.c: | 10 src/util.h, src/util.c, src/protocol.c: | 
| 11 Changed some variable types and used some casts to avoid compiler | 11 Changed some variable types and used some casts to avoid compiler | 
| 12 warnings about signedness. In general, int should be used for parameters | 12 warnings about signedness. In general, int should be used for parameters | 
| 13 for allowing a signedness assertion in the function. | 13 for allowing a signedness assertion in the function. | 
| 14 (see J.Lakos: Large-Scale C++ Software Design, section 9.2). | 14 (see J.Lakos: Large-Scale C++ Software Design, section 9.2). | 
| 15 * src/client.c, src/database.c, src/database.h, src/fetch.c, src/fetchlist.c, | |
| 16 src/fetchlist.h, src/group.c, src/group.h, src/noffle.c, src/server.c | |
| 17 src/server.h: | |
| 18 Renamed some variables, because they caused compiler warnings because | |
| 19 of shadowing global variables from system include files | |
| 20 (index, stat, serv). | |
| 15 | 21 | 
| 16 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> | 22 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> | 
| 17 | 23 | 
| 18 * configure, configure.in: Only add all those compiler-switches | 24 * configure, configure.in: Only add all those compiler-switches | 
| 19 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely | 25 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely | 
