Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1997 11 d 0 h mateusz.viste /svarcom/trunk/ batch execution in step-by-step mode accepts the RETURN key as "Yes"  
1988 19 d 1 h mateusz.viste /svarcom/trunk/ moved the "DOSDIR not defined" message to when user executed the ln command (it is no longer displayed at every command)  
1881 32 d 9 h mateusz.viste /svarcom/trunk/ int24h messages are translatable  
1823 53 d 12 h mateusz.viste /svarcom/trunk/ SvarCOM PROMPT supports $d and $t  
1629 243 d 1 h mateusz.viste /svarcom/trunk/ adaptations for new svarlang version + trying to load LNG from DOSDIR/SVARCOM.LNG and then DOSDIR/BIN/SVARCOM.LNG  
1137 911 d 13 h mateusz.viste /svarcom/trunk/ refactored nls-uppercase-string asm into common nls_strtoup()  
1072 921 d 1 h mateusz.viste /svarcom/trunk/ only COM, EXE and BAT files are allowed for execution  
1046 924 d 0 h mateusz.viste /svarcom/trunk/ ln add outputs an error message when link already exists  
1044 924 d 1 h mateusz.viste /svarcom/trunk/ ln creates %DOSDIR%\LINKS when necessary  
1043 924 d 1 h mateusz.viste /svarcom/trunk/ ln warns about non-existing %DOSDIR%\LINKS directory  
1001 930 d 22 h mateusz.viste /svarcom/trunk/ step by step execution of batch files with /Y  
985 931 d 14 h mateusz.viste /svarcom/trunk/ svarlang_strid() returns empty strings on error, not NULL values  
968 934 d 0 h mateusz.viste /svarcom/trunk/ SvarCOM relies on SvarLANG for multi-lang support  
965 934 d 1 h mateusz.viste /svarcom/trunk/ removed the custom tlumacz build, replaced by the one from svarlang.lib + nlsgen moved to the makefile so it is all in one place  
959 934 d 23 h mateusz.viste /svarcom/trunk/ DOS errors are output to stdout, and also to stderr if stdout is redirected  
571 962 d 0 h mateuszviste /svarcom/trunk/ support for "global executable links" (new command: ln)  
542 1019 d 23 h mateuszviste /svarcom/trunk/ implemented DIR /A  
538 1021 d 23 h mateuszviste /svarcom/trunk/ DOS errors can be translated now + always output to stderr instead of stdout  
530 1026 d 4 h mateuszviste /svarcom/trunk/ imatch() replaced by a more powerful imatchlen()  
445 1039 d 0 h mateuszviste /svarcom/trunk/ optimized the output routine  
437 1039 d 5 h mateuszviste /svarcom/trunk/ enabled support for NLS translations  
430 1042 d 1 h mateuszviste /svarcom/trunk/ atous() improved: on failure the correctly parsed part is guaranteed to land in result (similar to what atoi does)  
426 1042 d 5 h mateuszviste /svarcom/trunk/ improved APIs  
423 1042 d 10 h mateuszviste /svarcom/trunk/ nls_format_number() works on unsigned values only now  
421 1043 d 0 h mateuszviste /svarcom/trunk/ documentation improvements and added licensing information to all src files  
420 1043 d 1 h mateuszviste /svarcom/trunk/ DIR: implemented normal output, /W and /L  
416 1044 d 9 h mateuszviste /svarcom/trunk/ moved curpathfordrv() to helpers  
415 1044 d 10 h mateuszviste /svarcom/trunk/ move addbkslash_if_dir() to helpers  
410 1045 d 23 h mateuszviste /svarcom/trunk/ replaced atoi() calls by a custom atous() routine  
406 1047 d 0 h mateuszviste /svarcom/trunk/ implemented REN/RENAME  
399 1049 d 0 h mateuszviste /svarcom/trunk/ implemented VOL + added vol header to dir  
397 1049 d 6 h mateuszviste /svarcom/ moved contents to trunk  
396 1049 d 6 h mateuszviste /svarcom/ dir: implemented /P and /?  
392 1050 d 4 h mateuszviste /svarcom/ implemented del/erase  
388 1053 d 2 h mateuszviste /svarcom/ refactorized findfirst/findnext matching into specialized functions  
369 1057 d 0 h mateuszviste /svarcom/ replaced printf() calls by outputnl()  
352 1062 d 7 h mateuszviste /svarcom/ reorganized source code into more modules