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
/
tags
/
20230730
/
svarlang.c
– Rev 1382
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
1382
461 d 23 h
mateusz.viste
/svarlang.lib/tags/20230730/
frozen ver 20230730 in tags
1377
462 d 0 h
mateusz.viste
/svarlang.lib/trunk/
removed unnecessary register push/pop pairs around asm-only functions
1376
462 d 0 h
mateusz.viste
/svarlang.lib/trunk/
remove multiple FCLOSE() calls by a single place where code jumps for cleanup (saves 6 bytes of footprint)
1375
462 d 0 h
mateusz.viste
/svarlang.lib/trunk/
merged two conditions into one check - saves 11 bytes of footprint
1374
462 d 0 h
mateusz.viste
/svarlang.lib/trunk/
shortened lang-reading loop for better readability
1373
462 d 1 h
mateusz.viste
/svarlang.lib/trunk/
reading header and string count in one fread call, saves 36 bytes of footprint
1300
475 d 21 h
mateusz.viste
/svarlang.lib/trunk/
code formatting
1299
475 d 21 h
mateusz.viste
/svarlang.lib/trunk/
removed useless string.h
1298
475 d 21 h
mateusz.viste
/svarlang.lib/trunk/
removed useless stdlib.h + code formatting fixes
1293
475 d 23 h
mateusz.viste
/svarlang.lib/trunk/
changed file format signature to SvL\x1a to bring it to 4 bytes, allowing for faster check and avoiding a memcmp() call
1290
479 d 1 h
bernd.boeckmann
/svarlang.lib/trunk/
svarlang file format refinement
use sorted dictionary to speed up searches
breaking change!
1281
481 d 22 h
mateusz.viste
/svarlang.lib/trunk/
file access relies on fopen() when svarlang is compiled with -DWITHSTDIO
1277
482 d 21 h
mateusz.viste
/svarlang.lib/trunk/
nlspath parsing moved out from svarlang_load() to svarlang_autoload_nls() so the basic svarlang_load() is as lean as possible
1251
493 d 20 h
mateusz.viste
/svarlang.lib/trunk/
deflang.c has each message on a different line so it is nicer to VCSes
971
981 d 20 h
mateusz.viste
/svarlang.lib/trunk/
replaced fopen() and friends by direct DOS calls
969
981 d 20 h
mateusz.viste
/svarlang.lib/
moved SvarLANG head to a trunk directory
816
989 d 22 h
mateusz.viste
/svarlang.lib/
trailing backslash is added only to non-empty paths (because an empty path is supposed to mean "current working directory"
814
989 d 22 h
mateusz.viste
/svarlang.lib/
path can be NULL or it can contain several paths separated by a semi colon + documentation improved
623
1002 d 22 h
mateuszviste
/svarlang.lib/
support for very long messages (longer than 256 bytes)
599
1004 d 10 h
mateuszviste
/svarlang.lib/
svarlang is an actual library now
←Prev
1
2
Next→
Show All