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)
/
sved/
– Rev 1808
Rev
Go to most recent revision
|
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
1788
247 d 11 h
mateusz.viste
/sved/tags/2024.1/
frozen ver 2024.1 to tags
1787
247 d 11 h
mateusz.viste
/sved/trunk/
upgraded svarlang to ver 20240227
1778
249 d 0 h
mateusz.viste
/sved/trunk/mdr/
updated mdr doc
1777
249 d 0 h
mateusz.viste
/sved/trunk/mdr/
updated mdr
1776
249 d 0 h
mateusz.viste
/sved/trunk/
refactored fopen into a dedicated pragma to save 40 bytes of RAM + preserving DX during savefile to avoid register trashing
1775
249 d 1 h
mateusz.viste
/sved/trunk/
version bump to 2024.1
1774
249 d 1 h
mateusz.viste
/sved/trunk/mdr/
updated mdr
1773
249 d 3 h
mateusz.viste
/sved/trunk/
fixed /t, no more freezing
1770
250 d 1 h
mateusz.viste
/sved/trunk/
NLS messages are automatically regenerated when needed
1769
250 d 1 h
mateusz.viste
/sved/trunk/
an EDIT.BAT placeholder is automatically added to release svp
1768
250 d 1 h
mateusz.viste
/sved/trunk/
fixed LSM computing so it does not contain ugly trailing spaces
1767
250 d 2 h
mateusz.viste
/sved/trunk/
bumped copyr date
1762
252 d 1 h
mateusz.viste
/sved/tags/2024.0/
frozen sved 2024.0 to tags
1761
252 d 1 h
mateusz.viste
/sved/trunk/
adjusted makefile to new version string
1760
252 d 1 h
mateusz.viste
/sved/trunk/
slight reorganization to save a few bytes and get the UPXed binary back under 6K
1759
252 d 2 h
mateusz.viste
/sved/trunk/
tab inserts blanks until nearest 8-chars boundary
1654
280 d 16 h
mateusz.viste
/sved/trunk/
replaced the hard copy of svarlang with a symlink
1653
280 d 16 h
mateusz.viste
/sved/trunk/
added credits to Roberts for updated DE translations
1652
281 d 3 h
bttr
/sved/trunk/nls/
Sved: fixed German translation
1585
351 d 4 h
mateusz.viste
/sved/tags/2023.5/
frozen ver 2023.5 to tags
1584
351 d 4 h
mateusz.viste
/sved/trunk/
doc update before release
1583
351 d 4 h
mateusz.viste
/sved/trunk/
include asm in source release package
1582
351 d 8 h
mateusz.viste
/sved/trunk/
upgraded startup routine from Bernd's WMINCRT
1581
351 d 9 h
mateusz.viste
/sved/trunk/
doc update
1580
351 d 9 h
mateusz.viste
/sved/trunk/
renamed a few functions for better consistency
1579
351 d 9 h
mateusz.viste
/sved/trunk/
fmemmove() handles memory overlaps
1578
351 d 10 h
mateusz.viste
/sved/trunk/
dos_write() moved to a pragma aux routine
1577
351 d 11 h
mateusz.viste
/sved/trunk/
moved dos_write() to main sved.c file
1576
351 d 11 h
mateusz.viste
/sved/trunk/
dos_resizeblock() moved to a pragma aux routine
1575
351 d 12 h
mateusz.viste
/sved/trunk/
moved couple of memory-related functions to main sved.c file
1574
351 d 12 h
mateusz.viste
/sved/trunk/
dos_read() moved to a pragma aux routine
1573
351 d 13 h
mateusz.viste
/sved/trunk/
dos_fclose() moved to a pragma aux routine
1572
351 d 13 h
mateusz.viste
/sved/trunk/
dos_allocmem and dos_freemem functions replaced by pragma aux routines
1571
351 d 14 h
mateusz.viste
/sved/trunk/
bzero() made slightly more compact
1568
353 d 2 h
mateusz.viste
/sved/trunk/
fmemmove: smaller footprint
1566
353 d 2 h
mateusz.viste
/sved/trunk/
optimized strlen() for smaller footprint
1565
353 d 2 h
mateusz.viste
/sved/trunk/
replaced fopen with an inline asm routine (smaller codesize)
1560
353 d 3 h
mateusz.viste
/
rollback of erronouse rev 1559
1559
353 d 3 h
mateusz.viste
/
added a directory for wmincrt by Bernd Boeckmann
1558
353 d 4 h
mateusz.viste
/sved/trunk/
fixed BSS clearing (huge thanks to Bernd Boeckmann!)