Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2116 1 d 8 h mateusz.viste /svarlang.lib/trunk/ cleaned up variables usage, slightly faster now  
2115 1 d 8 h mateusz.viste /svarlang.lib/trunk/ experimental: MVCOMP-packed data is loaded to RAM before unpacking (60x faster on an 8086)  
2114 1 d 11 h mateusz.viste /svarlang.lib/trunk/test/ added a timing test to measure svarload() times  
2113 1 d 12 h mateusz.viste /svarlang.lib/trunk/ explicit mention of MVCOMP in TLUMACZ usage screen  
2112 1 d 12 h mateusz.viste /svarlang.lib/trunk/ updated mvcomp function with latest mvcomp reference code  
2111 2 d 11 h mateusz.viste /website/ clarified what EDR is, as suggested by Bernd  
2110 2 d 16 h mateusz.viste /website/ nicer <code> styling  
2109 2 d 16 h mateusz.viste /website/ links to github edr repo and core mirror  
2108 3 d 8 h mateusz.viste /svarlang.lib/trunk/ added /nodef  
2107 3 d 9 h mateusz.viste /svarlang.lib/trunk/test/ added FDISK_DE computation  
2106 3 d 9 h mateusz.viste /svarlang.lib/trunk/ once a literal string starts, adding chars is cheap so I should not be too easily tempted to break it  
2105 3 d 9 h mateusz.viste /svarlang.lib/trunk/test/ added svarcom and install NLS files for tests  
2104 3 d 10 h mateusz.viste /install/trunk/ adapted to new utf8tocp  
2103 3 d 12 h mateusz.viste /svarlang.lib/trunk/test/ added extra tests  
2102 3 d 13 h mateusz.viste /svarlang.lib/trunk/ improved MVCOMP, support for uncompressed strings  
2101 4 d 1 h bernd.boeckmann / add minimal instructions to readme  
2100 4 d 1 h bernd.boeckmann / add empty readme to silence Github "add a README"  
2099 4 d 4 h mateusz.viste /tree/trunk/ reverted the universal makefile from Bernd, which is actually working fine (rm -f is natively handled by wmake so it works in DOS, too)  
2098 4 d 5 h mateusz.viste /tree/trunk/ moved Linux makefile to a separate file to avoid multi-platform mess (and broken rm -f), reverted the DOS makefile from r2069  
2097 4 d 5 h mateusz.viste /tree/trunk/ svarlang upgrade  
2096 4 d 5 h mateusz.viste /svarlang.lib/tags/20240929/ frozen ver 20240929  
2095 4 d 5 h mateusz.viste /svarlang.lib/trunk/ version bump, improved help screen, updated doc, adjusted tests for /nocomp  
2094 4 d 5 h mateusz.viste /svarlang.lib/trunk/ ref lang can be excluded from LNG file with /excref  
2093 4 d 6 h bernd.boeckmann /tree/trunk/nls/ tree: update german translation  
2092 4 d 7 h mateusz.viste /svarlang.lib/trunk/ mvcomp enabled by default + added a help screen  
2091 4 d 10 h mateusz.viste /svarlang.lib/trunk/ history note  
2090 4 d 10 h mateusz.viste /svarlang.lib/trunk/ moved TLUMACZ compression to /comp instead of always generating two files  
2089 4 d 10 h mateusz.viste /svarlang.lib/trunk/ compress lang block only if it is beneficial, otherwise leave uncompressed  
2088 4 d 10 h mateusz.viste /svarlang.lib/trunk/test/ added a few strings so compression becomes interesting  
2087 4 d 10 h mateusz.viste /svarlang.lib/trunk/test/ link to proper deflang.c  
2086 4 d 12 h mateusz.viste /svarlang.lib/trunk/ look for a back reference as close as possible instead of starting at the farthest point (cosmetic, does not change the efficiency) + disabled mvcomp debug output  
2085 4 d 15 h mateusz.viste /svarcom/trunk/ updated makefile for compatibility with latest UTF8TOCP version  
2084 4 d 15 h mateusz.viste /svarlang.lib/trunk/ offset and matchlen are stored with -1 to allow for 16 bytes of matching and back references up to -4096  
2083 5 d 2 h mateusz.viste /svarlang.lib/trunk/ LNG strings may be optionally compressed  
2082 5 d 3 h mateusz.viste /svarlang.lib/trunk/test/ added a simple test application  
2081 5 d 4 h bernd.boeckmann /tree/trunk/nls/ tree: update german translation  
2080 5 d 4 h bernd.boeckmann /tree/trunk/ tree: add german translation  
2079 6 d 2 h bernd.boeckmann /tree/trunk/ make tree makefile Linux compatible  
2078 6 d 2 h mateusz.viste /tree/trunk/ fixed /Dx options parsing  
2077 6 d 2 h bernd.boeckmann /tree/trunk/ fix warning-error when compiling under OW2 (Linux)