Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2116 2 d 3 h mateusz.viste /svarlang.lib/trunk/ cleaned up variables usage, slightly faster now  
2115 2 d 4 h mateusz.viste /svarlang.lib/trunk/ experimental: MVCOMP-packed data is loaded to RAM before unpacking (60x faster on an 8086)  
2114 2 d 6 h mateusz.viste /svarlang.lib/trunk/test/ added a timing test to measure svarload() times  
2113 2 d 7 h mateusz.viste /svarlang.lib/trunk/ explicit mention of MVCOMP in TLUMACZ usage screen  
2112 2 d 7 h mateusz.viste /svarlang.lib/trunk/ updated mvcomp function with latest mvcomp reference code  
2111 3 d 6 h mateusz.viste /website/ clarified what EDR is, as suggested by Bernd  
2110 3 d 11 h mateusz.viste /website/ nicer <code> styling  
2109 3 d 11 h mateusz.viste /website/ links to github edr repo and core mirror  
2108 4 d 4 h mateusz.viste /svarlang.lib/trunk/ added /nodef  
2107 4 d 4 h mateusz.viste /svarlang.lib/trunk/test/ added FDISK_DE computation  
2106 4 d 4 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 4 d 5 h mateusz.viste /svarlang.lib/trunk/test/ added svarcom and install NLS files for tests  
2104 4 d 6 h mateusz.viste /install/trunk/ adapted to new utf8tocp  
2103 4 d 7 h mateusz.viste /svarlang.lib/trunk/test/ added extra tests  
2102 4 d 8 h mateusz.viste /svarlang.lib/trunk/ improved MVCOMP, support for uncompressed strings  
2101 4 d 20 h bernd.boeckmann / add minimal instructions to readme  
2100 4 d 20 h bernd.boeckmann / add empty readme to silence Github "add a README"  
2099 4 d 23 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 5 d 0 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 5 d 0 h mateusz.viste /tree/trunk/ svarlang upgrade  
2096 5 d 0 h mateusz.viste /svarlang.lib/tags/20240929/ frozen ver 20240929  
2095 5 d 0 h mateusz.viste /svarlang.lib/trunk/ version bump, improved help screen, updated doc, adjusted tests for /nocomp  
2094 5 d 1 h mateusz.viste /svarlang.lib/trunk/ ref lang can be excluded from LNG file with /excref  
2093 5 d 1 h bernd.boeckmann /tree/trunk/nls/ tree: update german translation  
2092 5 d 3 h mateusz.viste /svarlang.lib/trunk/ mvcomp enabled by default + added a help screen  
2091 5 d 5 h mateusz.viste /svarlang.lib/trunk/ history note  
2090 5 d 5 h mateusz.viste /svarlang.lib/trunk/ moved TLUMACZ compression to /comp instead of always generating two files  
2089 5 d 5 h mateusz.viste /svarlang.lib/trunk/ compress lang block only if it is beneficial, otherwise leave uncompressed  
2088 5 d 5 h mateusz.viste /svarlang.lib/trunk/test/ added a few strings so compression becomes interesting  
2087 5 d 5 h mateusz.viste /svarlang.lib/trunk/test/ link to proper deflang.c  
2086 5 d 8 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 5 d 10 h mateusz.viste /svarcom/trunk/ updated makefile for compatibility with latest UTF8TOCP version  
2084 5 d 10 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 22 h mateusz.viste /svarlang.lib/trunk/ LNG strings may be optionally compressed  
2082 5 d 22 h mateusz.viste /svarlang.lib/trunk/test/ added a simple test application  
2081 6 d 0 h bernd.boeckmann /tree/trunk/nls/ tree: update german translation  
2080 6 d 0 h bernd.boeckmann /tree/trunk/ tree: add german translation  
2079 6 d 21 h bernd.boeckmann /tree/trunk/ make tree makefile Linux compatible  
2078 6 d 21 h mateusz.viste /tree/trunk/ fixed /Dx options parsing  
2077 6 d 22 h bernd.boeckmann /tree/trunk/ fix warning-error when compiling under OW2 (Linux)