- 09 May, 2000 2 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
- 08 May, 2000 37 commits
-
-
David Lawrence authored
cc: "mem.c", line 173: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 180: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 188: warning 714: Function "free_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 194: warning 714: Function "free_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 205: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 212: warning 714: Function "malloc_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 222: warning 714: Function "realloc_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 228: warning 714: Function "realloc_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 236: warning 714: Function "free_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 242: warning 714: Function "free_debug_func" called with no prototype or definition in scope. cc: "mem.c", line 258: warning 714: Function "set_debug_options_func" called with no prototype or definition in scope. cc: "mem.c", line 264: warning 714: Function "get_debug_options_func" called with no prototype or definition in scope.
-
David Lawrence authored
cc: "stack.c", line 231: warning 714: Function called with no prototype or definition in scope. cc: "stack.c", line 275: warning 714: Function "func" called with no prototype or definition in scope.
-
David Lawrence authored
cc: "lhash.c", line 294: warning 714: Function "func" called with no prototype or definition in scope. cc: "lhash.c", line 401: warning 714: Function called with no prototype or definition in scope. cc: "lhash.c", line 422: warning 714: Function called with no prototype or definition in scope.
-
David Lawrence authored
cc: "algchoic.h", line 74: warning 617: Redeclaration of tag "B_AlgorithmInfoType" ignored. cc: "algchoic.h", line 74: warning 617: Redeclaration of tag "B_AlgorithmInfoType" ignored. by removing: struct B_AlgorithmInfoType; because balgmeth.h already defines that struct tag. (So does balg.h, but that isn't causing warnings.)
-
David Lawrence authored
warning 541: Integer overflow during conversion. when their own SIO* macros are used in ioctl calls.
-
Michael Sawyer authored
Added 1.2.3.4-> 4.3.2.1.in-addr.arpa translation to host Added +defname, +aaonly, +cmd, +nostats, +qr flags to dig Reviewed (and changed) result codes of dig.
-
David Lawrence authored
-
James Brister authored
-
James Brister authored
Error messages changed to 'cannot redefine xxx'
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
Michael Graff authored
-
David Lawrence authored
* Compilers that use an older prototype for recvfrom() will * warn about the type of the sixth parameter, fromlen. It * is now standardized as unsigned, specifically as socklen_t. */ (... but the code itself still uses unsigned int. This comment was added because HP/UX is complaining now even as other compilers stopped complaining when it was changed from signed int to unsigned int.)
-
James Brister authored
-
David Lawrence authored
-
David Lawrence authored
compilers do not warn about the missing str*/mem* prototypes.
-
David Lawrence authored
because it was causing HP/UX to barf up eight lines of: cc: "adb.c", line 2219: warning 509: Condition always evaluates to true: If clause will always be executed.
-
James Brister authored
-
James Brister authored
-
James Brister authored
missing.
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
since rdata.c is including string.h, the individual rdata files do not need to.
-
David Lawrence authored
Cleanup of redundant/useless header file inclusion. ISC style lint, primarily for function declarations and standalone comments -- ie, those that appear on a line without any code, which should be written as follows: /* * This is a comment. */
-
David Lawrence authored
discuss, since I think I'm the only one who has ever run this or probably ever will. Still far from perfect, of course. It's just an auxiliary tool that whose output needs human interpretation. But basically ... see whether a public header will compile stand-alone. recommend ISC_MAGIC_VALID where appropriate. use "print" consistent throughout, instead of print/warn. ignore a couple of special files. fixed some conditions that caused premature termination of checking
-
David Lawrence authored
-
David Lawrence authored
Wrapped a line that was exactly 80 columns. CVe: ----------------------------------------------------------------------
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
James Brister authored
-
Mark Andrews authored
-
- 06 May, 2000 1 commit
-
-
Michael Graff authored
-