Version 1.09h-wfms (September 10, 2005) [x] Remove sys_errlist references in lib/output.c and use strerror(). [x] Removed -DBSD in lib/termset.c and #if 0'd the code, as it may no longer be applicable in most modern OS's [x] Add Mac OSX to the list of supported operating systems, based on a patch provided by Jeffrey Friedl [x] Merge some patches from Debian downstream maintainer, Ludovic Drolez , particularly a potentially nasty bug in xmalloc() [x] Code cleanups using GCC compilers up to 3.4.2. Version 1.09g-wfms (July 3, 2004 - Not publically released) [x] Fix compilation errors in lib/termset.c for FreeBSD 5.x. [x] Adjust Makefile to allow -DBSD to be defined to catch #ifdef's for termset.c [x] Added version checking within the server in lookup.c. Version 1.09f-wfms (July 28, 2002) [x] Unofficial release to merge in a diff based on Hayao Nakahara's diffs against 1.08b. His diff against lib/jregex is far cleaner than my hack. This fixes a compile problem with lib/jregex.c [x] Fix the good old problematic -whatever stuff (me and Nakahara - the former based on a patch from late 1997). Untested on other platforms. [x] lookup.h MAX_LOADED_FILES set to 100 to allow more than the default 10 files to be searched [x] bah! process_input_line() expects only 10 files in the bounds-checking if statements. This especially breaks the server! [x] Added missing setsockopt() call so we can restart the lookup server quickly [x] Added Solaris Support. [x] Merged-in important diffs from Thierry Emery: One from late 1997, another similar to Nakahara's.