Changed every instance of BYTE to uby8 to avoid conflicts
Eliminated SPEED macro from makeall and source tree
Continued ANSIfication, and other fixes and clarifications.
Added grouping parens to reduce ambiguity warnings.
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.
Changed (char *) casts for memory copies to (void *) and other fixes
Added (void *) cast to realloc calls
Changes and check-in for 3.5 release Includes new source files and modifications not recorded for many years See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release
added static function definitions
added Anthony Dekker's neural net color quantization code
added dith_colrs() reset to new_clrtab() function
changed dith_colrs() so it can be reset by dith_colrs(NULL, NULL, 0)
another 16-bit integer fix in mktabent()
changed int to long in split() (16-bit bug fix)
bug fix -- overflow problem in mktabent()
made CLOSEST define dependent on value of SPEED
changed ra_t8 to use clrtab.c
added closest color calculation
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.