4401. [misc] Change LICENSE to MPL 2.0.
added print.h includes, updated copyrights
update copyright notice
1851. [doc] Doxygen comment markup. [RT #11398]
copyright update
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
word wrap copyright notice at column 70
add RCS id string
update_copyrights
202. [func] isc_lex_getsourceline() changed from returning int to returning unsigned long, the type of its underlying counter.
Megacommit of dozens of files. 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. */
Added isc/util.h
added missing #includes
update copyrights
use isc_commandline_parse instead of getopt
turn on ISC_LEXOPT_ESCAPE
isc_lex_getsourcename() isc_lex_getsourceline() convert uint#_tobuffer() to use isc_buffer_putuint#()
reflect latest lexer changes
new number printing; ISC_LEXOPT_MULTILINE support
update
convert to RUNTIME_CHECK
add lex_test