Commit graph

31 commits

Author SHA1 Message Date
Anthony J. Bentley
1352435076 Don't error on “make clean” if nothing has been built. 2013-11-12 03:03:22 -07:00
devinacker
66233bc3a9 s->t 2013-10-29 08:47:27 -04:00
devinacker
f8ed01c458 use copy loops instead of memcpy/memmove
because different versions of gcc seem to disagree on how both of these
functions should handle overlapping memory. thanks stallman
2013-10-26 14:41:21 -04:00
devinacker
e8fb851b50 fix up compress.h
so that it can be used with c++ more conveniently
2013-10-26 14:25:23 -04:00
devinacker
cfb89888c1 Merge branch 'master' of https://github.com/devinacker/exhal 2013-10-24 22:12:55 -04:00
devinacker
be7d47c797 add github link to readme
since i don't feel like including the source in the binary download
anymore
2013-10-24 22:12:48 -04:00
devinacker
63f24f754a add source link to readme
since i don't feel like including the source in the binary download
2013-10-24 22:08:05 -04:00
devinacker
7e3566b588 markdown sucks 2013-10-24 17:59:15 -04:00
devinacker
d39f07390e fix small bug w/ 16-bit RLE, adjust some printfs 2013-10-24 17:55:41 -04:00
devinacker
e473e62dc3 update docs for 1.10 release
i determined that the small size difference mentioned previously seems
to actually have been a small bug in the original, which got
"accidentally" fixed. that said, i think this faster version is ready
for release
2013-10-24 17:54:38 -04:00
devinacker
cf3dda681f massive LZ search optimization (needs tweaking)
output is now a couple of bytes larger sometimes for some reason but
seems to decompress fine, and the compression is 3-4x faster which is
great
2013-10-24 01:08:16 -04:00
devinacker
23c4b03c56 remove some old stupid code 2013-10-23 10:51:58 -04:00
devinacker
cb1dc07f6f makefile tweak 2013-10-22 19:00:57 -04:00
devinacker
81b5638389 fix up markdown formatting
third time's the charm
2013-10-22 17:24:06 -04:00
devinacker
fc9d97fe7e help how do i use markdown 2013-10-22 17:12:11 -04:00
devinacker
9a019912cc add markdown docs 2013-10-22 17:05:18 -04:00
devinacker
11a23403bc misc cleanup for real release 2013-10-22 17:02:37 -04:00
devinacker
361ee95fac Merge pull request #1 from Tiiffi/fixes
Corrections to make it compile on Mac OS X.
2013-06-20 04:39:00 -07:00
Tiiffi
987a133735 Added correct delete command for unix systems. 2013-06-20 11:56:57 +03:00
Tiiffi
5e65e9abb5 Corrected printf formatting. 2013-06-20 11:54:55 +03:00
Tiiffi
f7864927f2 Corrected printf formatting.
Wrong formatting specifiers were causing compiler warnings.
2013-06-20 11:53:50 +03:00
Tiiffi
49920d517f Fixed argument type in function definition.
Mismatching argument type in header file caused compiling error on Mac OS X.
2013-06-20 11:51:56 +03:00
Devin Acker
d71c472c49 uppercase doc names 2/2 2013-06-05 23:00:10 -04:00
Devin Acker
8562d43981 uppercase doc names 1/2 2013-06-05 22:59:41 -04:00
Devin Acker
a337a43f69 seek the correct file when decompressing 2013-06-05 21:37:22 -04:00
Devin Acker
cdb9a5edc8 use unpack from file method that i forgot about 2013-06-05 21:32:03 -04:00
Devin Acker
640d86bc2e add -fast to readme 2013-06-05 19:57:06 -04:00
Devin Acker
c9e004e18b add "fast" compression mode 2013-06-05 19:50:07 -04:00
Devin Acker
b19637c39a add compression time, change ratio to percentage 2013-06-05 19:14:09 -04:00
Devin Acker
23a609086f this is where I try out the github windows client
Ten years ago we had Steve Jobs, Johnny Cash, and Bob Hope. Now, we have
no jobs, no cash, and no hope.
2013-06-04 21:56:07 -04:00
devinacker
ad569f3242 Initial commit 2013-06-04 18:22:50 -07:00