- 14 May, 2000 5 commits
-
-
David Lawrence authored
It was removed and the function call that set it (getword) was cast to void. In the context in which it was being used, the return value was not needed.
-
David Lawrence authored
line 84: remark(1692): prototyped function redeclared without prototype line 137: remark(1692): prototyped function redeclared without prototype The missing prototypes were added.
-
David Lawrence authored
"unsigned char": rounding, sign extension, or loss of accuracy may result Fixed by ensuring suitable range before assignment.
-
David Lawrence authored
Fixed.
-
David Lawrence authored
to "long": rounding, sign extension, or loss of accuracy may result Fixed by ensuring unsigned long ctx->timeout does not overflow the signed long timeout.tv_sec.
-
- 13 May, 2000 1 commit
-
-
David Lawrence authored
to better clarify what is going on with regard to the symbol.
-
- 10 May, 2000 1 commit
-
-
David Lawrence authored
-
- 09 May, 2000 3 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
Mark Andrews authored
stage.
-
- 08 May, 2000 4 commits
-
-
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.)
-
David Lawrence authored
compilers do not warn about the missing str*/mem* prototypes.
-
David Lawrence authored
-
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. */
-
- 03 May, 2000 1 commit
-
-
Andreas Gustafsson authored
-
- 02 May, 2000 3 commits
-
-
James Brister authored
-
Michael Graff authored
-
Michael Graff authored
-
- 28 Apr, 2000 1 commit
-
-
David Lawrence authored
-
- 26 Apr, 2000 1 commit
-
-
Michael Graff authored
-
- 25 Apr, 2000 1 commit
-
-
Michael Graff authored
-
- 17 Apr, 2000 1 commit
-
-
Michael Graff authored
-
- 23 Mar, 2000 1 commit
-
-
Bob Halley authored
-
- 12 Mar, 2000 1 commit
-
-
Michael Graff authored
simplifies code at the expense of copying more. It is, however, the easiest way to get sortlist working correctly. ipv6 addresses now sort as well.
-
- 10 Mar, 2000 1 commit
-
-
Michael Graff authored
was needed to make adding the sortlist code, which will be checked in in a few minutes.
-
- 24 Feb, 2000 1 commit
-
-
Michael Graff authored
-
- 23 Feb, 2000 6 commits
-
-
Andreas Gustafsson authored
of static library archive files in Makefile rules
-
Andreas Gustafsson authored
two conflicting rules for building liblwres.la when using libtool (RT #62)
-
Andreas Gustafsson authored
-
Michael Graff authored
-
Michael Graff authored
-
Michael Graff authored
-
- 18 Feb, 2000 2 commits
-
-
Michael Graff authored
-
Michael Graff authored
-
- 16 Feb, 2000 4 commits
-
-
Bob Halley authored
-
James Brister authored
-
James Brister authored
-
James Brister authored
-
- 08 Feb, 2000 1 commit
-
-
Bob Halley authored
-
- 07 Feb, 2000 1 commit
-
-
Bob Halley authored
-