Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1719 91 d 22 h mateusz.viste /svarcom/trunk/ DIR/O[gnesd-] support  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.h
1629 119 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 787 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 838 d 2 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 896 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 898 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 902 d 5 h mateuszviste /svarcom/trunk/ imatch() replaced by a more powerful imatchlen()  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
445 915 d 1 h mateuszviste /svarcom/trunk/ optimized the output routine  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
437 915 d 7 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 918 d 2 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 918 d 6 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 918 d 12 h mateuszviste /svarcom/trunk/ nls_format_number() works on unsigned values only now  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
421 919 d 2 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 919 d 2 h mateuszviste /svarcom/trunk/ DIR: implemented normal output, /W and /L  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
416 920 d 10 h mateuszviste /svarcom/trunk/ moved curpathfordrv() to helpers  
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
415 920 d 11 h mateuszviste /svarcom/trunk/ move addbkslash_if_dir() to helpers  
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
410 922 d 0 h mateuszviste /svarcom/trunk/ replaced atoi() calls by a custom atous() routine  
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/command.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
406 923 d 1 h mateuszviste /svarcom/trunk/ implemented REN/RENAME  
/svarcom/trunk/cmd/rename.c
/svarcom/trunk/cmd.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/svarcom.txt
399 925 d 1 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 925 d 7 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

Show All