Subversion Repositories SvarDOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1141 786 d 9 h mateusz.viste /svarcom/trunk/ DIR command: output adapted to 40-columns screen modes  
1140 788 d 9 h mateusz.viste /svarcom/trunk/ PATH command: path is always upcased  
1138 788 d 21 h mateusz.viste /svarcom/trunk/ tabs are accepted as command-line separators (and removed bttr's ugly hack)  
1135 790 d 8 h bttr /svarcom/trunk/ bump SvarCOM version number  
1100 795 d 19 h mateusz.viste /svarcom/trunk/ last pre-release doc edits  
1091 796 d 16 h mateusz.viste /svarcom/trunk/ minor reformatting  
1090 796 d 16 h mateusz.viste /svarcom/trunk/ implemented CTTY and LOADHIGH/LH as no-ops (LH loads programs low)  
1085 797 d 8 h mateusz.viste /svarcom/trunk/ /a:xxx is supported like an equivalent to /axxx [#44077]  
1084 797 d 11 h bttr /svarcom/trunk/ fixed and improved English help screens (todo: sync to sources)  
1083 797 d 11 h bttr /svarcom/trunk/ added ticket numbers to history.txt  
1073 798 d 8 h bttr /svarcom/trunk/ updated FOR help screen and SvarCOM changelog  
1072 798 d 8 h mateusz.viste /svarcom/trunk/ only COM, EXE and BAT files are allowed for execution  
1057 800 d 8 h mateusz.viste /svarcom/trunk/ REN command: allows renaming directory names  
1056 800 d 8 h mateusz.viste /svarcom/trunk/ VER command: displays DOS revision and memory area location  
1055 800 d 8 h mateusz.viste /svarcom/trunk/ FOR command: patterns without wildcards are processed as messages  
1054 800 d 9 h mateusz.viste /svarcom/trunk/ FOR command accepts control characters as pattern delimiters  
1049 800 d 17 h mateusz.viste /svarcom/trunk/ completed Polish translations  
1047 801 d 7 h mateusz.viste /svarcom/trunk/ added Turkish translations, submitted by Berki Yenigün (thraex)  
1046 801 d 7 h mateusz.viste /svarcom/trunk/ ln add outputs an error message when link already exists  
1045 801 d 8 h mateusz.viste /svarcom/trunk/ implemented TRUENAME  
1044 801 d 8 h mateusz.viste /svarcom/trunk/ ln creates %DOSDIR%\LINKS when necessary  
1043 801 d 9 h mateusz.viste /svarcom/trunk/ ln warns about non-existing %DOSDIR%\LINKS directory  
1042 801 d 15 h mateusz.viste /svarcom/trunk/ version bump and added note about German translations  
1041 801 d 18 h mateusz.viste /svarcom/trunk/ fixed stdin redirection handling  
1040 801 d 19 h mateusz.viste /svarcom/trunk/ fixes and adaptations to the French translations  
1025 805 d 5 h mateusz.viste /svarcom/trunk/ doc update  
1024 805 d 6 h mateusz.viste /svarcom/trunk/ added FOR support  
1012 806 d 20 h mateusz.viste /svarcom/trunk/ fixed %var% matching within batch files to be case-insensitive (reported through https://osdn.net/projects/svardos/ticket/44000)  
1007 806 d 21 h mateusz.viste /svarcom/trunk/ fixed parsing of /C and /K arguments  
1001 808 d 5 h mateusz.viste /svarcom/trunk/ step by step execution of batch files with /Y  
990 808 d 14 h mateusz.viste /svarcom/trunk/ all SvarCOM messages are available for translation  
989 808 d 18 h mateusz.viste /svarcom/trunk/ many new strings are localizeable now  
988 808 d 20 h mateusz.viste /svarcom/trunk/ doc update  
987 808 d 21 h mateusz.viste /svarcom/trunk/ improved stack overflow protection so it is allows stack overflow as long as it does not touches actual data  
983 809 d 9 h mateusz.viste /svarcom/trunk/ smart stack overflow detection: damages only the commandline history and degrades gracefully  
975 811 d 5 h mateusz.viste /svarcom/trunk/ transient shell follows the int23h vector to locate RMOD (LINK/LN compatibility workaround)  
964 811 d 10 h mateusz.viste /svarcom/trunk/ goto implementation  
959 812 d 6 h mateusz.viste /svarcom/trunk/ DOS errors are output to stdout, and also to stderr if stdout is redirected  
958 812 d 6 h mateusz.viste /svarcom/trunk/ fixed batch processing with /C (was executing only first command)  
957 812 d 6 h mateusz.viste /svarcom/trunk/ CALL support for calling batch files from within batch files