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)
/
svarcom
/
trunk/
– 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
9 h 52 m
berki.yenigun
/
A few translation updates & typo fixes
2247
2 d 10 h
berki.yenigun
/
Some French & Turkish translation updates. Many thanks to Willy Spiegl for pinging me
2246
4 d 3 h
mateusz.viste
/svarcom/trunk/cmd/
avoid multiplication of longs, use 8086 math instead (avoids linking to Watcom __U4M)
2245
4 d 3 h
mateusz.viste
/svarcom/trunk/
avoid division of longs, use obscure 16-bit math instead (avoids linking to Watcom __U4D)
2244
5 d 4 h
mateusz.viste
/svarcom/trunk/
linking against WMINCRT
2243
5 d 13 h
mateusz.viste
/svarcom/trunk/
DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now
2242
6 d 5 h
mateusz.viste
/svarcom/trunk/
replaced qsort() from libc by own implementation of a selective sort (slower, but requires no auxiliary memory and no stack)
2241
6 d 6 h
mateusz.viste
/svarcom/trunk/cmd/
max amount of sortable files is limited by how many TINYDTA structs I can fit in a single 64K block
2230
8 d 5 h
mateusz.viste
/svarcom/trunk/
replaced _fmalloc() by inline assembly
2229
8 d 5 h
mateusz.viste
/svarcom/trunk/
replaced dos.h by i86.h
2228
8 d 5 h
mateusz.viste
/svarcom/trunk/
ver: no sprintf() dependency, SvarCOM is free of stdio now
2225
9 d 5 h
mateusz.viste
/svarcom/trunk/cmd/
DIR: removed sprintf() dependency
2224
9 d 5 h
mateusz.viste
/svarcom/trunk/
copy: removed sprintf() dependency
2223
9 d 5 h
mateusz.viste
/svarcom/trunk/
ustoa() fixlen changed to minlen
2222
9 d 5 h
mateusz.viste
/svarcom/trunk/
vol: removed sprintf() dependencies
2221
9 d 14 h
mateusz.viste
/svarcom/trunk/cmd/
chcp: removed sprintf() call dependency
2220
10 d 5 h
mateusz.viste
/svarcom/trunk/
helpers module does not need stdio + implemented ustoa()
2219
10 d 8 h
mateusz.viste
/svarcom/trunk/
removed unecessary string.h include
2218
10 d 8 h
mateusz.viste
/svarcom/trunk/
eliminated _strlwr() and memset() dependencies
2217
10 d 8 h
mateusz.viste
/svarcom/trunk/cmd/
eliminated _fmemcpy() dependencies
2216
10 d 8 h
mateusz.viste
/svarcom/trunk/cmd/
eliminated strcpy() dependencies
2215
10 d 9 h
mateusz.viste
/svarcom/trunk/
eliminated strcat() dependencies
2214
10 d 9 h
mateusz.viste
/svarcom/trunk/cmd/
eliminated strlen() and memmove() dependencies
2213
10 d 9 h
mateusz.viste
/svarcom/trunk/
eliminated some libc dependencies
2212
10 d 12 h
mateusz.viste
/svarcom/trunk/
removed some libc dependencies
2210
10 d 14 h
mateusz.viste
/svarcom/
lsm version bump
2208
10 d 14 h
mateusz.viste
/svarcom/trunk/
doc update
2207
10 d 14 h
mateusz.viste
/svarcom/trunk/
/b hides . and .. entries
2206
10 d 14 h
mateusz.viste
/svarcom/trunk/cmd/
/B displays full path when used in combination with /S
2205
10 d 14 h
mateusz.viste
/svarcom/trunk/
print base directory when nothing found with /S
2204
10 d 15 h
mateusz.viste
/svarcom/trunk/
fixed bad printing of "directory of ..." when a file pattern has been used
2203
11 d 5 h
mateusz.viste
/svarcom/trunk/cmd/
in /s do not list directorieswith no match
2202
11 d 5 h
mateusz.viste
/svarcom/trunk/cmd/
fixed pagination with /S mode
2201
11 d 5 h
mateusz.viste
/svarcom/trunk/
added a global summary with /S
2200
12 d 5 h
mateusz.viste
/svarcom/trunk/cmd/
with /s disk free space is displayed only once, at the end
2199
12 d 5 h
mateusz.viste
/svarcom/trunk/
findnext() always sets the dta to the one provided in argument
2198
12 d 5 h
mateusz.viste
/svarcom/trunk/cmd/
print current dir for each directory when /s is used
2197
13 d 4 h
mateusz.viste
/svarcom/trunk/cmd/
dir/s work in progress
2196
13 d 5 h
mateusz.viste
/svarcom/trunk/cmd/
dir/s work in progress
2195
13 d 5 h
mateusz.viste
/svarcom/trunk/
own implementation of deterministic memcpy() for left-to-right and right-to-left operations