Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1137 788 d 20 h mateusz.viste /svarcom/trunk/ refactored nls-uppercase-string asm into common nls_strtoup()  
/svarcom/trunk/cmd/set.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
1072 798 d 7 h mateusz.viste /svarcom/trunk/ only COM, EXE and BAT files are allowed for execution  
/svarcom/trunk/helpers.c
/svarcom/trunk/history.txt
1046 801 d 6 h mateusz.viste /svarcom/trunk/ ln add outputs an error message when link already exists  
/svarcom/trunk/helpers.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/en-utf8.txt
1044 801 d 7 h mateusz.viste /svarcom/trunk/ ln creates %DOSDIR%\LINKS when necessary  
/svarcom/trunk/helpers.c
/svarcom/trunk/history.txt
1043 801 d 8 h mateusz.viste /svarcom/trunk/ ln warns about non-existing %DOSDIR%\LINKS directory  
/svarcom/trunk/cmd/ln.c
/svarcom/trunk/helpers.c
/svarcom/trunk/history.txt
1001 808 d 4 h mateusz.viste /svarcom/trunk/ step by step execution of batch files with /Y  
/svarcom/trunk/cmd/del.c
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
985 808 d 20 h mateusz.viste /svarcom/trunk/ svarlang_strid() returns empty strings on error, not NULL values  
/svarcom/trunk/helpers.c
968 811 d 6 h mateusz.viste /svarcom/trunk/ SvarCOM relies on SvarLANG for multi-lang support  
/svarcom/trunk/helpers.c
/svarcom/trunk/makefile
965 811 d 7 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  
/svarcom/trunk/lang
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/fr-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/svarlang.lib
/svarcom/trunk/lang/english.txt
/svarcom/trunk/lang/french.txt
/svarcom/trunk/lang/polish.txt
/svarcom/trunk/tlumacz
/svarcom/trunk/helpers.c
/svarcom/trunk/makefile
959 812 d 5 h mateusz.viste /svarcom/trunk/ DOS errors are output to stdout, and also to stderr if stdout is redirected  
/svarcom/trunk/helpers.c
/svarcom/trunk/history.txt
571 839 d 7 h mateuszviste /svarcom/trunk/ support for "global executable links" (new command: ln)  
/svarcom/trunk/cmd/ln.c
/svarcom/trunk/cmd.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/history.txt
/svarcom/trunk/internal.txt
/svarcom/trunk/svarcom.txt
542 897 d 5 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 899 d 6 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
530 903 d 10 h mateuszviste /svarcom/trunk/ imatch() replaced by a more powerful imatchlen()  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
445 916 d 6 h mateuszviste /svarcom/trunk/ optimized the output routine  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
437 916 d 12 h mateuszviste /svarcom/trunk/ enabled support for NLS translations  
/svarcom/trunk/cmd/pause.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/tlumacz/tlumacz.c
/svarcom/trunk/todo.txt
430 919 d 7 h mateuszviste /svarcom/trunk/ atous() improved: on failure the correctly parsed part is guaranteed to land in result (similar to what atoi does)  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
426 919 d 11 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
423 919 d 17 h mateuszviste /svarcom/trunk/ nls_format_number() works on unsigned values only now  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
421 920 d 7 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

Show All