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)
/
pkg/
@ 1165
– Rev 2248
Rev
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
2248
8 h 54 m
berki.yenigun
/
A few translation updates & typo fixes
2247
2 d 9 h
berki.yenigun
/
Some French & Turkish translation updates. Many thanks to Willy Spiegl for pinging me
2240
7 d 6 h
bernd.boeckmann
/pkg/trunk/nls_utf8/
PKG: indicate variable cmdline parameters as such in usage info
2239
7 d 6 h
bernd.boeckmann
/pkg/trunk/nls_utf8/
PKG: indicate varable cmdline parameters as such in DE translation
2236
7 d 10 h
bernd.boeckmann
/pkg/trunk/
PKG: change Makfile for make release to work under unix
2235
7 d 10 h
bernd.boeckmann
/pkg/trunk/
PKG: make it build under UNIX / OW2
2234
7 d 10 h
bernd.boeckmann
/pkg/trunk/
PKG: adjust Makefile to newer utf8tocp, upgrade svarlang
2232
7 d 11 h
bernd.boeckmann
/pkg/trunk/
PKG: strcasecmp is defined in strings.h
2231
8 d 1 h
bernd.boeckmann
/pkg/trunk/nls_utf8/
PKG: add one missing string in german translation
2226
8 d 6 h
bernd.boeckmann
/pkg/trunk/nls_utf8/
PKG: update german translation
1980
68 d 2 h
mateusz.viste
/pkg/trunk/
added an undocumented "inowarn" action for installation with warnings muted
1979
68 d 3 h
mateusz.viste
/pkg/trunk/
descriptions in pkg list are nicely aligned
1978
68 d 3 h
mateusz.viste
/pkg/trunk/
simplified action parsing
1977
68 d 4 h
mateusz.viste
/pkg/trunk/
bumped version
1976
68 d 4 h
mateusz.viste
/pkg/trunk/
when unzip fails with a Z_MEM_ERROR code display an "out of memory" message
1975
68 d 4 h
mateusz.viste
/pkg/trunk/
crc32 sums are initialized with a defined constant, no need to use a special function for that
1974
68 d 4 h
mateusz.viste
/pkg/trunk/
when unzip fails with a Z_MEM_ERROR code display an "out of memory" message
1972
68 d 23 h
mateusz.viste
/pkg/trunk/
"pkg list" shows also package description
1971
69 d 2 h
mateusz.viste
/pkg/trunk/
replaced last putchar() by output()
1969
69 d 2 h
mateusz.viste
/pkg/trunk/
bumped version
1968
69 d 2 h
mateusz.viste
/pkg/trunk/
check crc action is entirely translatable
1967
69 d 3 h
mateusz.viste
/pkg/trunk/nls_utf8/
improved translation strings
1966
69 d 3 h
mateusz.viste
/pkg/trunk/
removed all dependencies on printf()
1965
69 d 3 h
mateusz.viste
/pkg/trunk/
removed the kitten_printf() wrapper, replaced by proper svarlang calls
1964
69 d 4 h
mateusz.viste
/pkg/trunk/
removed malloc() for unzip operations, replaced by a static (reusable) buffer
1963
69 d 7 h
mateusz.viste
/pkg/trunk/
replaced all puts() calls with outputnl()
1962
69 d 8 h
mateusz.viste
/pkg/trunk/
help screen improved
1961
69 d 8 h
mateusz.viste
/pkg/trunk/
healtcheck+ and system-wide healthcheck implemented
1959
70 d 1 h
mateusz.viste
/pkg/trunk/
healthcheck prototype
1958
70 d 3 h
mateusz.viste
/pkg/trunk/
added short descriptions of actions in help screen + prepared a new "checkhealth" action
1957
70 d 4 h
mateusz.viste
/pkg/trunk/
when installing the LSM file, output the path without the filename, for consistency with how other files are displayed
1956
70 d 4 h
mateusz.viste
/pkg/trunk/
renamed "pkg remove" to "pkg del" - it is shorter to type, plus DOS user know very well what DEL means
1933
73 d 10 h
mateusz.viste
/pkg/tags/20240819/
frozen ver 20240819 to tags
1931
73 d 10 h
mateusz.viste
/pkg/trunk/
PKG.CFG is looked at in %DOSDIR%\PKG.CFG now (instead of %DOSDIR%\CFG\PKG.CFG
1896
76 d 11 h
mateusz.viste
/pkg/tags/20240816/
frozen ver 20240816 to tags
1895
76 d 11 h
mateusz.viste
/pkg/trunk/
bumped version string
1894
76 d 11 h
mateusz.viste
/pkg/trunk/
using output() instead of printf() also for appinfo installation, so it is consistent with later files
1893
76 d 11 h
mateusz.viste
/pkg/trunk/
using direct DOS print to avoid printf() buffering
1892
76 d 12 h
mateusz.viste
/pkg/trunk/
boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)
1891
76 d 13 h
mateusz.viste
/pkg/trunk/
installed files are dispayed while being uncompressed + simplified NLS by reusing the same error string for both unzip and install operations