Subversion Repositories SvarDOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
2092 26 m mateusz.viste /svarlang.lib/trunk/ mvcomp enabled by default + added a help screen  
2091 2 h 37 m mateusz.viste /svarlang.lib/trunk/ history note  
2090 2 h 43 m mateusz.viste /svarlang.lib/trunk/ moved TLUMACZ compression to /comp instead of always generating two files  
2089 2 h 53 m mateusz.viste /svarlang.lib/trunk/ compress lang block only if it is beneficial, otherwise leave uncompressed  
2088 2 h 54 m mateusz.viste /svarlang.lib/trunk/test/ added a few strings so compression becomes interesting  
2087 2 h 54 m mateusz.viste /svarlang.lib/trunk/test/ link to proper deflang.c  
2086 5 h 24 m 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 8 h 7 m mateusz.viste /svarcom/trunk/ updated makefile for compatibility with latest UTF8TOCP version  
2084 8 h 15 m 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 19 h 20 m mateusz.viste /svarlang.lib/trunk/ LNG strings may be optionally compressed  
2082 19 h 53 m mateusz.viste /svarlang.lib/trunk/test/ added a simple test application  
2081 21 h 24 m bernd.boeckmann /tree/trunk/nls/ tree: update german translation  
2080 21 h 29 m bernd.boeckmann /tree/trunk/ tree: add german translation  
2079 1 d 18 h bernd.boeckmann /tree/trunk/ make tree makefile Linux compatible  
2078 1 d 19 h mateusz.viste /tree/trunk/ fixed /Dx options parsing  
2077 1 d 19 h bernd.boeckmann /tree/trunk/ fix warning-error when compiling under OW2 (Linux)  
2076 1 d 19 h mateusz.viste /tree/trunk/nls/ fixed invalid-usage-msg  
2075 1 d 19 h mateusz.viste /tree/trunk/ version screen + documented hidden arguments  
2074 1 d 19 h mateusz.viste /tree/trunk/ simplified usage screen output  
2073 1 d 19 h mateusz.viste /tree/trunk/ usage screen does not use printf()  
2072 1 d 20 h mateusz.viste /tree/trunk/ removed obsolete documentation  
2071 1 d 20 h mateusz.viste /tree/trunk/ removed obsolete documentation  
2070 1 d 20 h mateusz.viste /tree/trunk/nls/ help screen does not require "fixing" its parameters at runtime any more  
2069 1 d 20 h mateusz.viste /tree/trunk/ moved from small-model EXE to tiny-model COM  
2068 1 d 20 h mateusz.viste /tree/trunk/ getdrvserial() moved to inline assembly instead of a pragma aux to avoid linker complaining about segment relocation in tiny model  
2067 1 d 20 h mateusz.viste /tree/trunk/ translations are stored in utf-8 now and converted to codepages at build time  
2066 1 d 21 h mateusz.viste /tree/trunk/ implemented svarlang  
2065 1 d 21 h mateusz.viste /tree/trunk/ removed complex path-processing code used only to display a single error message  
2064 1 d 21 h mateusz.viste /tree/trunk/ simplified argv parsing  
2063 2 d 0 h mateusz.viste /tree/trunk/ clarified hasSubdirectories() filtering  
2062 2 d 0 h mateusz.viste /tree/trunk/ SUBDIRINFO typdef changed to explicit struct  
2061 2 d 1 h mateusz.viste /tree/trunk/ get serial and volume through inline asm, dosdisk.c no longer used  
2060 2 d 2 h mateusz.viste /tree/trunk/ use Watcom _dos_findfirst/findnext instead of what dosdisk.c provides  
2059 2 d 3 h mateusz.viste /tree/trunk/ FindFirstFile and FindNextFile return 0 on success  
2058 2 d 3 h mateusz.viste /tree/trunk/ modified FFDTA members to mimic Watcom find_t  
2057 2 d 3 h mateusz.viste /tree/trunk/ simplified FindNextFile / FindFirstFile inocations  
2056 2 d 4 h mateusz.viste /tree/trunk/ GetFileAttributes() replaced by Watcom _dos_getfileattr()  
2055 2 d 4 h mateusz.viste /tree/trunk/ MAXBUF declaration changed to PATH_MAX when applicable  
2054 2 d 4 h mateusz.viste /tree/trunk/ replaced all BYTE/WORD/DWORD declarations by proper ANSI C equivalents  
2053 2 d 4 h mateusz.viste /tree/trunk/ replaced usage of WIN32_FIND_DATA by a normal DTA struct (FFDTA)