added a README note about what versions of curs...
Hello Fab, indeed no version indication is provided about curses requirements, that's...
information wanted on ncurses version
added the complete licence file to hexcompare's...
technically it doesn't really matter where you put your executable, as long as it...
After a bit of searching, I'll place it into usr (Unix system resources) under local...
make command failing with error message
OK, very good. The one without the '-dev' was preinstalled. Now both are. ~/Downloads/Editors/hexcompare-1.0.4/hexcompare-1.0.4...
Hi Mateurs, I have Linux Mint, Rosa -- a derivative of Ubuntu. So far the closest...
Hi Mateurs, I have Linux Mint, Rosa -- a derivative of Ubuntu. So far the closest...
libncurses5-dev sounds perfect - I'm pretty sure this will be it. apt-get install...
Hi Mateurs, I have Linux Mint, Rosa -- a derivative of Ubuntu. So far the closest...
Hello RonCam, this is not related to hexcompare itself, but rather to your environment....
make command failing with error message
freezed trunk into v1.0.4
added post-build upxing for the DOS binary
small adjustments so it compiles fine on MSDOS ...
added an explanation comment about my nc_getmou...
added licensing headers into each source file
fixed offset_jump when computing offsets addres...
avoid recomputing largest_file_size several times
make sure that additional blocks at EOF are alw...
structs are passed by pointer reference now, in...
free the block cache at exit to avoid memory le...
actually this is not right - hexcompare uses a char array to hold indexes that are...
wrongful assumption that chtype fits in 8 bits
replaced strcmp() by integer comparison when po...
code reformatting to improve readability
moved messages[] to main(), because global vari...
some small improvements to visual appearance
hello, I replaced clear() with erase() - I don't see any difference, but it might...
offset margin is computed as to accomodate the ...
marked all private functions as statis, and fix...
replaced clear() by erase() to avoid flicker on...
reformated the README file, changelog sorted an...
DOS port
DOS compatibility Makefile added to svn
converted all line endings to CR/LF for wider c...
hello Rene, this has been quite a long time :) I'm not sure where this bug report...
done
mouse compatibility with pdcurses
mouse compatibility with pdcurses
applied to upstream.
fixed help messages
improved the help messages, and added version info
ESC allows to quit
applied to upstream.
hexcompare quits both on 'q' and 'ESC'
Recognize both slash AND backslash as directory separators
applied to upstream.
both forward- and back-slash are recognized as ...
applied.
hexcompare should refuse to run on a monochrome terminal (or support it plainly)
checking color support - if no color terminal, ...
include curses.h instead of ncurses.h
accepted.
replaced the ncurses.h include by a more generi...
applied to svn. thanks!
bool dependency removal
removed dependencies on bool types
ISO C90 compliance
Thanks for your contribution, Mateusz. I applied your patch to the upstream svn right...
removed the unnecessary -lm from the Makefile
removed unused variables, general code cleanup,...
imported a trunk version from v1.0.3
imported historical versions to svn
added the basic trunk/tags directory structure
DOS port
Recognize both slash AND backslash as directory separators
fixed help messages
mouse compatibility with pdcurses
ESC allows to quit
wrongful assumption that chtype fits in 8 bits
hexcompare should refuse to run on a monochrome terminal (or support it plainly)
include curses.h instead of ncurses.h
bool dependency removal
one additional note (that's the last one, I promise!): the Makefile links hexcompare...
...and here is a better version of the patch, where I also cleaned up all function...
ISO C90 compliance
Hi Rene, Thank you very much for the input. I'll amend the file and compute the offset...
some small improvements to visual appearance