Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2176 16 d 8 h mateusz.viste /svarlang.lib/trunk/ shutting stupid gcc warnings (https://github.com/SvarDOS/bugz/issues/133)  
2147 21 d 11 h mateusz.viste /svarlang.lib/tags/20241010/ 20241010  
2146 21 d 11 h mateusz.viste /svarlang.lib/trunk/ version bump  
2145 21 d 11 h mateusz.viste /svarlang.lib/trunk/ last doc update  
2144 21 d 11 h mateusz.viste /svarlang.lib/ moved tests out of trunk  
2143 21 d 11 h mateusz.viste /svarlang.lib/trunk/ removed explicit CR from printf() calls, it is added automatically by OW before every LF (in DOS at least)  
2123 23 d 10 h mateusz.viste /svarlang.lib/trunk/ tlumacz reports the size of the depacking buffer that is needed for in-place decompression of mvcomp langs  
2122 23 d 15 h mateusz.viste /svarlang.lib/trunk/ MVUCOMP_ASM is controlled through the makefile instead of being hardcoded in the C file  
2121 23 d 15 h mateusz.viste /svarlang.lib/trunk/ use dx as a counter instead of dl because dec dx has a 1 byte shorter encoding than dec dl  
2120 23 d 16 h mateusz.viste /svarlang.lib/trunk/ fixed bad comment that disabled one asm line as a nasty side effect (thx Bernd for spotting it)  
2119 24 d 5 h mateusz.viste /svarlang.lib/trunk/ experimental version with mvucomp() as a pragma aux  
2118 24 d 8 h mateusz.viste /svarlang.lib/trunk/ initial version of mvucomp() in x86 assembly  
2117 24 d 11 h mateusz.viste /svarlang.lib/trunk/ updated mvcomp to latest version + deflang buffer calculated closely to match worst-case mvcomp scenario  
2116 29 d 9 h mateusz.viste /svarlang.lib/trunk/ cleaned up variables usage, slightly faster now  
2115 29 d 9 h mateusz.viste /svarlang.lib/trunk/ experimental: MVCOMP-packed data is loaded to RAM before unpacking (60x faster on an 8086)  
2114 29 d 12 h mateusz.viste /svarlang.lib/trunk/test/ added a timing test to measure svarload() times  
2113 29 d 13 h mateusz.viste /svarlang.lib/trunk/ explicit mention of MVCOMP in TLUMACZ usage screen  
2112 29 d 13 h mateusz.viste /svarlang.lib/trunk/ updated mvcomp function with latest mvcomp reference code  
2108 31 d 9 h mateusz.viste /svarlang.lib/trunk/ added /nodef  
2107 31 d 10 h mateusz.viste /svarlang.lib/trunk/test/ added FDISK_DE computation  
2106 31 d 10 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 31 d 10 h mateusz.viste /svarlang.lib/trunk/test/ added svarcom and install NLS files for tests  
2103 31 d 13 h mateusz.viste /svarlang.lib/trunk/test/ added extra tests  
2102 31 d 14 h mateusz.viste /svarlang.lib/trunk/ improved MVCOMP, support for uncompressed strings  
2096 32 d 6 h mateusz.viste /svarlang.lib/tags/20240929/ frozen ver 20240929  
2095 32 d 6 h mateusz.viste /svarlang.lib/trunk/ version bump, improved help screen, updated doc, adjusted tests for /nocomp  
2094 32 d 6 h mateusz.viste /svarlang.lib/trunk/ ref lang can be excluded from LNG file with /excref  
2092 32 d 8 h mateusz.viste /svarlang.lib/trunk/ mvcomp enabled by default + added a help screen  
2091 32 d 10 h mateusz.viste /svarlang.lib/trunk/ history note  
2090 32 d 10 h mateusz.viste /svarlang.lib/trunk/ moved TLUMACZ compression to /comp instead of always generating two files  
2089 32 d 11 h mateusz.viste /svarlang.lib/trunk/ compress lang block only if it is beneficial, otherwise leave uncompressed  
2088 32 d 11 h mateusz.viste /svarlang.lib/trunk/test/ added a few strings so compression becomes interesting  
2087 32 d 11 h mateusz.viste /svarlang.lib/trunk/test/ link to proper deflang.c  
2086 32 d 13 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  
2084 32 d 16 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 33 d 3 h mateusz.viste /svarlang.lib/trunk/ LNG strings may be optionally compressed  
2082 33 d 4 h mateusz.viste /svarlang.lib/trunk/test/ added a simple test application  
2018 41 d 15 h bernd.boeckmann /svarlang.lib/trunk/ svarlang: make makefile compatible with Linux / Mac  
2017 42 d 8 h bernd.boeckmann /svarlang.lib/trunk/asm/ svarlang.asm: implement svarlang_strid  
2016 42 d 9 h bernd.boeckmann /svarlang.lib/trunk/ tlumacz: make numbers decimal for deflang.inc

This fixes assembly errors if numbers start with a letter.