Subversion Repositories SvarDOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1745 117 d 9 h mateusz.viste /svarcom/trunk/ DIR: added DIR_DUMPNLSCOLLATE and removed the "if COUNTRY=1 then ignore NLS" hack  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/makefile
1744 117 d 22 h mateusz.viste /svarcom/trunk/ NLS sorting is enabled only for COUNTRY codes higher than 1 (https://github.com/SvarDOS/bugz/issues/68)  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
1743 118 d 21 h mateusz.viste /svarcom/trunk/ DIR command: sorting is NLS-aware (uses country-specific collating)  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
1742 118 d 22 h mateusz.viste /svarcom/trunk/cmd/ fixed regression: dir crashes when directory contains no displayable entries (eg. because of a restrictive /A:xx), this is caused by a counter being blindly decremented which makes DIR try processing 65535 DTAs that actually point to garbage - issue noticed and reported by Robert - thanks!  
/svarcom/trunk/cmd/dir.c
1741 118 d 22 h mateusz.viste /svarcom/trunk/cmd/ fixed a potential infinite loop issue  
/svarcom/trunk/cmd/dir.c
1740 118 d 22 h mateusz.viste /svarcom/trunk/cmd/ DIR collation table initialization: stupid typo fix  
/svarcom/trunk/cmd/dir.c
1739 118 d 22 h mateusz.viste /svarcom/trunk/cmd/ DIR sorting relies on a collation table (preparation for future NLS support)  
/svarcom/trunk/cmd/dir.c
1726 121 d 21 h mateusz.viste /svarcom/trunk/cmd/ recognizing (supporting) the DIR/O:xxx syntax  
/svarcom/trunk/cmd/dir.c
1725 121 d 22 h mateusz.viste /svarcom/trunk/ DIRCMD support  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
1724 121 d 23 h mateusz.viste /svarcom/trunk/cmd/ dir: refactored cmdline argv processing into a specialized function for easier maintenance  
/svarcom/trunk/cmd/dir.c
1721 122 d 9 h mateusz.viste /svarcom/trunk/cmd/ DIR/O means the same as DIR/OGN  
/svarcom/trunk/cmd/dir.c
1720 122 d 10 h mateusz.viste /svarcom/trunk/cmd/ DIR/-O negation is properly understood  
/svarcom/trunk/cmd/dir.c
1719 122 d 19 h mateusz.viste /svarcom/trunk/ DIR/O[gnesd-] support  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.h
1717 123 d 7 h mateusz.viste /svarcom/trunk/cmd/ dir: reorganized buffer management for easier maintenance  
/svarcom/trunk/cmd/dir.c
1716 123 d 21 h mateusz.viste /svarcom/trunk/ DIR/O support -- preliminary design (without actual sorting yet)  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
1142 815 d 23 h mateusz.viste /svarcom/trunk/cmd/ DIR: file sizes displayed with thousand separator  
/svarcom/trunk/cmd/dir.c
1141 816 d 0 h mateusz.viste /svarcom/trunk/ DIR command: output adapted to 40-columns screen modes  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
1085 826 d 23 h mateusz.viste /svarcom/trunk/ /a:xxx is supported like an equivalent to /axxx [#44077]  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
990 838 d 5 h mateusz.viste /svarcom/trunk/ all SvarCOM messages are available for translation  
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/if.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/vol.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/svarcom.lsm
/svarcom/trunk/svarcom.txt
/svarcom/trunk/todo.txt
542 926 d 21 h mateuszviste /svarcom/trunk/ implemented DIR /A  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/history.txt
/svarcom/trunk/tlumacz/lang/english.txt
/svarcom/trunk/todo.txt
538 928 d 22 h mateuszviste /svarcom/trunk/ DOS errors can be translated now + always output to stderr instead of stdout  
/svarcom/trunk/doserr.c
/svarcom/trunk/doserr.h
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/mkdir.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/rmdir.c
/svarcom/trunk/cmd/time.c
/svarcom/trunk/cmd/type.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/history.txt
/svarcom/trunk/makefile
/svarcom/trunk/redir.c
/svarcom/trunk/tlumacz/lang/english.txt
533 932 d 9 h mateuszviste /svarcom/trunk/ internal commands return an enum + finished implementation of IF ERRORLEVEL  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/cmd/_notimpl.c
/svarcom/trunk/cmd/break.c
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd/cls.c
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/echo.c
/svarcom/trunk/cmd/exit.c
/svarcom/trunk/cmd/if.c
/svarcom/trunk/cmd/mkdir.c
/svarcom/trunk/cmd/path.c
/svarcom/trunk/cmd/pause.c
/svarcom/trunk/cmd/prompt.c
/svarcom/trunk/cmd/rem.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/rmdir.c
/svarcom/trunk/cmd/set.c
/svarcom/trunk/cmd/shift.c
/svarcom/trunk/cmd/time.c
/svarcom/trunk/cmd/type.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/cmd/verify.c
/svarcom/trunk/cmd/vol.c
/svarcom/trunk/command.c
/svarcom/trunk/todo.txt
528 933 d 5 h mateuszviste /svarcom/trunk/ fixed /P pagination computations  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/history.txt
501 936 d 6 h mateuszviste /svarcom/trunk/ improved BUFFER memory tracking  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/time.c
426 949 d 3 h mateuszviste /svarcom/trunk/ improved APIs  
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
425 949 d 7 h mateuszviste /svarcom/trunk/cmd/ removed forgotten debug printf  
/svarcom/trunk/cmd/dir.c
424 949 d 8 h mateuszviste /svarcom/trunk/ DIR: implemented summary info  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/todo.txt
421 949 d 23 h mateuszviste /svarcom/trunk/ documentation improvements and added licensing information to all src files  
/svarcom/trunk/todo.txt
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/cmd/_notimpl.c
/svarcom/trunk/cmd/break.c
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd/cls.c
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/echo.c
/svarcom/trunk/cmd/exit.c
/svarcom/trunk/cmd/mkdir.c
/svarcom/trunk/cmd/path.c
/svarcom/trunk/cmd/pause.c
/svarcom/trunk/cmd/prompt.c
/svarcom/trunk/cmd/rem.c
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd/rmdir.c
/svarcom/trunk/cmd/set.c
/svarcom/trunk/cmd/type.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/cmd/verify.c
/svarcom/trunk/cmd/vol.c
/svarcom/trunk/command.c
/svarcom/trunk/doserr.c
/svarcom/trunk/doserr.h
/svarcom/trunk/env.c
/svarcom/trunk/env.h
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/makefile
/svarcom/trunk/redir.c
/svarcom/trunk/redir.h
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
420 949 d 23 h mateuszviste /svarcom/trunk/ DIR: implemented normal output, /W and /L  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
417 951 d 7 h mateuszviste /svarcom/trunk/cmd/ DIR: fixes for MS-DOS 6.0 compatibility  
/svarcom/trunk/cmd/dir.c
403 954 d 7 h mateuszviste /svarcom/trunk/ copy work-in-progress +buffer handling improvements  
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/dir.c
399 955 d 22 h mateuszviste /svarcom/trunk/ implemented VOL + added vol header to dir  
/svarcom/trunk/cmd/vol.c
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
397 956 d 4 h mateuszviste /svarcom/ moved contents to trunk  
/svarcom/trunk
/svarcom/trunk/cmd
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/doserr.c
/svarcom/trunk/doserr.h
/svarcom/trunk/env.c
/svarcom/trunk/env.h
/svarcom/trunk/file2c.c
/svarcom/trunk/freecom.txt
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/makefile
/svarcom/trunk/rmod.h
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/svarcom.txt
/svarcom/cmd
/svarcom/cmd.c
/svarcom/cmd.h
/svarcom/command.c
/svarcom/doserr.c
/svarcom/doserr.h
/svarcom/env.c
/svarcom/env.h
/svarcom/file2c.c
/svarcom/freecom.txt
/svarcom/helpers.c
/svarcom/helpers.h
/svarcom/makefile
/svarcom/rmod.h
/svarcom/rmodinit.c
/svarcom/rmodinit.h
/svarcom/svarcom.txt
396 956 d 4 h mateuszviste /svarcom/ dir: implemented /P and /?  
/svarcom/cmd/dir.c
/svarcom/helpers.c
/svarcom/helpers.h
393 956 d 10 h mateuszviste /svarcom/cmd/ dir: implemented filespecs  
/svarcom/cmd/dir.c
390 959 d 11 h mateuszviste /svarcom/cmd/ added a message to dir/? to warn about incomplete implementation  
/svarcom/cmd/dir.c
389 959 d 11 h mateuszviste /svarcom/ moved definitions of DOS attributes to helpers.c  
/svarcom/cmd/dir.c
/svarcom/helpers.h
388 960 d 0 h mateuszviste /svarcom/ refactorized findfirst/findnext matching into specialized functions  
/svarcom/cmd/dir.c
/svarcom/helpers.c
/svarcom/helpers.h
384 961 d 7 h mateuszviste /svarcom/cmd/ fix: do not display the last entry twice  
/svarcom/cmd/dir.c
372 963 d 4 h mateuszviste /svarcom/ improved memory management by using an explcit buffer instead of stack space + implemented the PATH command  
/svarcom/cmd/path.c
/svarcom/cmd.c
/svarcom/cmd.h
/svarcom/cmd/cd.c
/svarcom/cmd/dir.c
/svarcom/cmd/exit.c
/svarcom/cmd/prompt.c
/svarcom/cmd/set.c
/svarcom/command.c