- 08 Jun, 2005 1 commit
-
-
Mark Andrews authored
-
- 29 Apr, 2005 1 commit
-
-
Mark Andrews authored
-
- 27 Apr, 2005 1 commit
-
-
Rob Austein authored
-
- 05 Mar, 2004 1 commit
-
-
Mark Andrews authored
-
- 30 Nov, 2001 1 commit
-
-
Andreas Gustafsson authored
standards; add exceptions to the coding standards for cases where this is not desirable
-
- 27 Nov, 2001 1 commit
-
-
Andreas Gustafsson authored
-
- 04 Jun, 2001 1 commit
-
-
David Lawrence authored
-
- 09 Jan, 2001 1 commit
-
-
Brian Wellington authored
-
- 01 Aug, 2000 1 commit
-
-
David Lawrence authored
own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
-
- 27 Jul, 2000 1 commit
-
-
David Lawrence authored
-
- 22 Jun, 2000 1 commit
-
-
David Lawrence authored
-
- 01 Jun, 2000 1 commit
-
-
David Lawrence authored
Mostly, several functions that take pointers as arguments, almost always char * pointers, had those pointers qualified with "const". Those that returned pointers to previously const-qualified arguments had their return values qualified as const. Some structure members were qualified as const to retain that attribute from the variables from which they were assigned. The macro DE_CONST was added to isc/util.h to deal with a handful of very special places where something is qualified as const but really needs to have its const qualifier removed. Also cleaned up a few places where variable names clashed with reserved identifiers. (Which mostly works fine, but strictly speaking is undefined by the standard.) Minor other ISC style cleanups.
-
- 08 May, 2000 1 commit
-
-
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. */
-
- 28 Apr, 2000 1 commit
-
-
Bob Halley authored
-
- 03 Feb, 2000 1 commit
-
-
Bob Halley authored
-
- 23 Jun, 1999 1 commit
-
-
Bob Halley authored
-