Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
2223 9 d 4 h mateusz.viste /svarcom/trunk/ ustoa() fixlen changed to minlen  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
2222 9 d 4 h mateusz.viste /svarcom/trunk/ vol: removed sprintf() dependencies  
/svarcom/trunk/cmd/vol.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/lang/br-utf8.txt
/svarcom/trunk/lang/de-utf8.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/fr-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/lang/tr-utf8.txt
2220 10 d 4 h mateusz.viste /svarcom/trunk/ helpers module does not need stdio + implemented ustoa()  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
2218 10 d 7 h mateusz.viste /svarcom/trunk/ eliminated _strlwr() and memset() dependencies  
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
2213 10 d 8 h mateusz.viste /svarcom/trunk/ eliminated some libc dependencies  
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/for.c
/svarcom/trunk/command.c
/svarcom/trunk/env.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/redir.c
/svarcom/trunk/rmodinit.c
2195 13 d 4 h mateusz.viste /svarcom/trunk/ own implementation of deterministic memcpy() for left-to-right and right-to-left operations  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
1881 77 d 10 h mateusz.viste /svarcom/trunk/ int24h messages are translatable  
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/lang/de-utf8.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.h
1823 98 d 13 h mateusz.viste /svarcom/trunk/ SvarCOM PROMPT supports $d and $t  
/svarcom/trunk/cmd/date.c
/svarcom/trunk/cmd/time.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/history.txt
1719 260 d 22 h mateusz.viste /svarcom/trunk/ DIR/O[gnesd-] support  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.h
1629 288 d 2 h mateusz.viste /svarcom/trunk/ adaptations for new svarlang version + trying to load LNG from DOSDIR/SVARCOM.LNG and then DOSDIR/BIN/SVARCOM.LNG  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/history.txt
/svarcom/trunk/makefile
1137 956 d 14 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
571 1007 d 1 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 1065 d 0 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 1067 d 0 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 1071 d 5 h mateuszviste /svarcom/trunk/ imatch() replaced by a more powerful imatchlen()  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
445 1084 d 1 h mateuszviste /svarcom/trunk/ optimized the output routine  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
437 1084 d 6 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 1087 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)  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
426 1087 d 5 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 1087 d 11 h mateuszviste /svarcom/trunk/ nls_format_number() works on unsigned values only now  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h

Show All