Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2108 6 h 18 m mateusz.viste /svarlang.lib/trunk/ added /nodef  
2107 7 h 7 m mateusz.viste /svarlang.lib/trunk/test/ added FDISK_DE computation  
2106 7 h 17 m 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 7 h 18 m mateusz.viste /svarlang.lib/trunk/test/ added svarcom and install NLS files for tests  
2104 8 h 20 m mateusz.viste /install/trunk/ adapted to new utf8tocp  
2103 10 h 9 m mateusz.viste /svarlang.lib/trunk/test/ added extra tests  
2102 10 h 48 m mateusz.viste /svarlang.lib/trunk/ improved MVCOMP, support for uncompressed strings  
2101 23 h 1 m bernd.boeckmann / add minimal instructions to readme  
2100 23 h 15 m bernd.boeckmann / add empty readme to silence Github "add a README"  
2099 1 d 2 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 1 d 2 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 1 d 2 h mateusz.viste /tree/trunk/ svarlang upgrade  
2096 1 d 2 h mateusz.viste /svarlang.lib/tags/20240929/ frozen ver 20240929  
2095 1 d 2 h mateusz.viste /svarlang.lib/trunk/ version bump, improved help screen, updated doc, adjusted tests for /nocomp  
2094 1 d 3 h mateusz.viste /svarlang.lib/trunk/ ref lang can be excluded from LNG file with /excref  
2093 1 d 3 h bernd.boeckmann /tree/trunk/nls/ tree: update german translation  
2092 1 d 5 h mateusz.viste /svarlang.lib/trunk/ mvcomp enabled by default + added a help screen  
2091 1 d 7 h mateusz.viste /svarlang.lib/trunk/ history note  
2090 1 d 7 h mateusz.viste /svarlang.lib/trunk/ moved TLUMACZ compression to /comp instead of always generating two files  
2089 1 d 7 h mateusz.viste /svarlang.lib/trunk/ compress lang block only if it is beneficial, otherwise leave uncompressed  
2088 1 d 7 h mateusz.viste /svarlang.lib/trunk/test/ added a few strings so compression becomes interesting  
2087 1 d 7 h mateusz.viste /svarlang.lib/trunk/test/ link to proper deflang.c  
2086 1 d 10 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 1 d 13 h mateusz.viste /svarcom/trunk/ updated makefile for compatibility with latest UTF8TOCP version  
2084 1 d 13 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 2 d 0 h mateusz.viste /svarlang.lib/trunk/ LNG strings may be optionally compressed  
2082 2 d 0 h mateusz.viste /svarlang.lib/trunk/test/ added a simple test application  
2081 2 d 2 h bernd.boeckmann /tree/trunk/nls/ tree: update german translation  
2080 2 d 2 h bernd.boeckmann /tree/trunk/ tree: add german translation  
2079 2 d 23 h bernd.boeckmann /tree/trunk/ make tree makefile Linux compatible  
2078 3 d 0 h mateusz.viste /tree/trunk/ fixed /Dx options parsing  
2077 3 d 0 h bernd.boeckmann /tree/trunk/ fix warning-error when compiling under OW2 (Linux)  
2076 3 d 0 h mateusz.viste /tree/trunk/nls/ fixed invalid-usage-msg  
2075 3 d 0 h mateusz.viste /tree/trunk/ version screen + documented hidden arguments  
2074 3 d 0 h mateusz.viste /tree/trunk/ simplified usage screen output  
2073 3 d 0 h mateusz.viste /tree/trunk/ usage screen does not use printf()  
2072 3 d 1 h mateusz.viste /tree/trunk/ removed obsolete documentation  
2071 3 d 1 h mateusz.viste /tree/trunk/ removed obsolete documentation  
2070 3 d 1 h mateusz.viste /tree/trunk/nls/ help screen does not require "fixing" its parameters at runtime any more  
2069 3 d 1 h mateusz.viste /tree/trunk/ moved from small-model EXE to tiny-model COM