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
/
cmd
/
dir.c
@ 2248
– Rev 2246
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
2246
4 d 13 h
mateusz.viste
/svarcom/trunk/cmd/
avoid multiplication of longs, use 8086 math instead (avoids linking to Watcom __U4M)
2243
5 d 23 h
mateusz.viste
/svarcom/trunk/
DIR uses the global buffer instead of a dyn alloc, SvarCOM free of stdlib dependencies now
2242
6 d 15 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 16 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 15 h
mateusz.viste
/svarcom/trunk/
replaced _fmalloc() by inline assembly
2225
9 d 15 h
mateusz.viste
/svarcom/trunk/cmd/
DIR: removed sprintf() dependency
2218
10 d 18 h
mateusz.viste
/svarcom/trunk/
eliminated _strlwr() and memset() dependencies
2217
10 d 18 h
mateusz.viste
/svarcom/trunk/cmd/
eliminated _fmemcpy() dependencies
2216
10 d 18 h
mateusz.viste
/svarcom/trunk/cmd/
eliminated strcpy() dependencies
2215
10 d 18 h
mateusz.viste
/svarcom/trunk/
eliminated strcat() dependencies
2214
10 d 19 h
mateusz.viste
/svarcom/trunk/cmd/
eliminated strlen() and memmove() dependencies
2213
10 d 19 h
mateusz.viste
/svarcom/trunk/
eliminated some libc dependencies
2207
11 d 0 h
mateusz.viste
/svarcom/trunk/
/b hides . and .. entries
2206
11 d 0 h
mateusz.viste
/svarcom/trunk/cmd/
/B displays full path when used in combination with /S
2205
11 d 0 h
mateusz.viste
/svarcom/trunk/
print base directory when nothing found with /S
2204
11 d 1 h
mateusz.viste
/svarcom/trunk/
fixed bad printing of "directory of ..." when a file pattern has been used
2203
11 d 14 h
mateusz.viste
/svarcom/trunk/cmd/
in /s do not list directorieswith no match
2202
11 d 15 h
mateusz.viste
/svarcom/trunk/cmd/
fixed pagination with /S mode
2201
11 d 15 h
mateusz.viste
/svarcom/trunk/
added a global summary with /S
2200
12 d 15 h
mateusz.viste
/svarcom/trunk/cmd/
with /s disk free space is displayed only once, at the end
←Prev
1
2
Next→
Show All