SvarDOS
SvarDOS Packages
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SvarDOS
(root)
/
svarlang.lib
/
trunk
/
svarlang.c
@ 990
– Rev 2122
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2122
23 d 20 h
mateusz.viste
/svarlang.lib/trunk/
MVUCOMP_ASM is controlled through the makefile instead of being hardcoded in the C file
2121
23 d 20 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 21 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 10 h
mateusz.viste
/svarlang.lib/trunk/
experimental version with mvucomp() as a pragma aux
2118
24 d 14 h
mateusz.viste
/svarlang.lib/trunk/
initial version of mvucomp() in x86 assembly
2116
29 d 14 h
mateusz.viste
/svarlang.lib/trunk/
cleaned up variables usage, slightly faster now
2115
29 d 14 h
mateusz.viste
/svarlang.lib/trunk/
experimental: MVCOMP-packed data is loaded to RAM before unpacking (60x faster on an 8086)
2102
31 d 19 h
mateusz.viste
/svarlang.lib/trunk/
improved MVCOMP, support for uncompressed strings
2084
32 d 21 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 8 h
mateusz.viste
/svarlang.lib/trunk/
LNG strings may be optionally compressed
2007
46 d 13 h
mateusz.viste
/svarlang.lib/trunk/
slightly reformatted Bernd's contribution
2006
46 d 13 h
bernd.boeckmann
/svarlang.lib/trunk/
fix last commit (worked by accident)
2005
46 d 14 h
bernd.boeckmann
/svarlang.lib/trunk/
svarlang.lib: harden svarlang_strid against underflow / overflow
fixes
https://github.com/SvarDOS/bugz/issues/119
1783
247 d 16 h
mateusz.viste
/svarlang.lib/trunk/
bumped copyr date + set the new version string
1782
248 d 7 h
mateusz.viste
/svarlang.lib/trunk/
replaced FREAD() by a pragma aux
1781
248 d 7 h
mateusz.viste
/svarlang.lib/trunk/
replaced FSEEK() by a pragma aux + fixed FOPEN
1780
248 d 7 h
mateusz.viste
/svarlang.lib/trunk/
replaced FCLOSE() by a pragma aux
1779
248 d 7 h
mateusz.viste
/svarlang.lib/trunk/
replaced FOPEN() by a pragma aux
1377
459 d 10 h
mateusz.viste
/svarlang.lib/trunk/
removed unnecessary register push/pop pairs around asm-only functions
1376
459 d 10 h
mateusz.viste
/svarlang.lib/trunk/
remove multiple FCLOSE() calls by a single place where code jumps for cleanup (saves 6 bytes of footprint)
←Prev
1
2
Next→
Show All