use gcc if CC not set
freezed v1.0.4 into tags
make clean removes also object files
removed useless copy command from the FreeDOS p...
added a link file for FreeDOS
prepared for release, and automated freedos pac...
wcl makefile uses an *.exe target while actuall...
fixed potential crashes when empty string searc...
error messages about failed loading file are no...
freezed v1.0.3 into tags
updated docs for release
trimming useless code
replaced puts() by printf() to eliminate puts()...
watcom makefile creates a tiny model COM file
replaced peekb by MK_FP again for wcl compatibi...
search bug fixed, and plenty of micro optimizat...
documentation converted to CR/LF
micro optimizations to shave a few bytes of the...
explicit assignment of default params to 0 repl...
optimization - removal of the unnecessary 'foun...
replaced all MODULO operations by (much faster)...
micro-optimization (removed an unnecessary strl...
micro-optimization (one memcpy call less)
replaced malloc()+strcpy() by a single strdup()...
a few code reformating changes, and added check...
implemented a read disk cache to limit the numb...
slight reformatting
screen width is detected via INT10,F instead of...
implemented direct video memory access for fast...
added a wcl makefile (by Alexey Voskov)
updated docs
screen height detection is performed only on EG...
added the win32 (thanks to Alexey Voskov)
special color for unsaved changes (contributed ...
freezed v1.0.2 into tags
comments and doc fixes
multiple documentation-oriented fixes
relicensed uHex from GNU GPL to the BSD 2-claus...
versioning changed from 1.02 to 1.0.2
added curse support for PAGEUP/PAGEDOWN/HOME/EN...
curses displays only chars 32-126, and backgrou...
fixed null dereferencing (often leading to cras...
added a curses driver, as well as a linux makefile
added color init routine for easier curses inte...
replaced write() by fwrite()
replaced read() by fread()
replaced some sprintf() by strcpy(), added miss...
updated copyright dates
code cleanup and slight reorganisation
added historical v1.0 and v1.01 to tags
moved development to trunk
added trunk and tags directories