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
406 982 d 14 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
405 982 d 19 h mateuszviste /svarcom/trunk/ implemented ECHO  
/svarcom/trunk/cmd/echo.c
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmod.h
/svarcom/trunk/rmodinit.h
/svarcom/trunk/svarcom.txt
404 982 d 21 h mateuszviste /svarcom/trunk/ implemented CLS  
/svarcom/trunk/cmd/cls.c
/svarcom/trunk/cmd.c
/svarcom/trunk/svarcom.txt
403 982 d 23 h mateuszviste /svarcom/trunk/ copy work-in-progress +buffer handling improvements  
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd/dir.c
401 983 d 16 h mateuszviste /svarcom/trunk/cmd/ versioning scheme changed to YEAR.MINOR  
/svarcom/trunk/cmd/ver.c
400 984 d 3 h mateuszviste /svarcom/trunk/ implemented PAUSE and REM  
/svarcom/trunk/cmd/pause.c
/svarcom/trunk/cmd/rem.c
/svarcom/trunk/cmd.c
/svarcom/trunk/svarcom.txt
399 984 d 14 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 984 d 20 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
396 984 d 20 h mateuszviste /svarcom/ dir: implemented /P and /?  
/svarcom/cmd/dir.c
/svarcom/helpers.c
/svarcom/helpers.h
393 985 d 2 h mateuszviste /svarcom/cmd/ dir: implemented filespecs  
/svarcom/cmd/dir.c
392 985 d 19 h mateuszviste /svarcom/ implemented del/erase  
/svarcom/cmd/del.c
/svarcom/cmd.c
/svarcom/helpers.c
/svarcom/helpers.h
390 988 d 3 h mateuszviste /svarcom/cmd/ added a message to dir/? to warn about incomplete implementation  
/svarcom/cmd/dir.c
389 988 d 3 h mateuszviste /svarcom/ moved definitions of DOS attributes to helpers.c  
/svarcom/cmd/dir.c
/svarcom/helpers.h
388 988 d 16 h mateuszviste /svarcom/ refactorized findfirst/findnext matching into specialized functions  
/svarcom/cmd/dir.c
/svarcom/helpers.c
/svarcom/helpers.h
387 989 d 17 h mateuszviste /svarcom/ commands use cmd_ishlp() to detect /? in argv list  
/svarcom/cmd.c
/svarcom/cmd/cd.c
/svarcom/cmd/exit.c
/svarcom/cmd/mkdir.c
/svarcom/cmd/path.c
/svarcom/cmd/prompt.c
/svarcom/cmd/rmdir.c
/svarcom/cmd/set.c
/svarcom/cmd/type.c
/svarcom/cmd/ver.c
/svarcom/cmd/verify.c
386 989 d 17 h mateuszviste /svarcom/ implemented VERIFY  
/svarcom/cmd/verify.c
/svarcom/cmd.c
385 989 d 23 h mateuszviste /svarcom/ implemented mkdir and rmdir  
/svarcom/cmd/mkdir.c
/svarcom/cmd/rmdir.c
/svarcom/cmd.c
384 990 d 0 h mateuszviste /svarcom/cmd/ fix: do not display the last entry twice  
/svarcom/cmd/dir.c
382 990 d 4 h mateuszviste /svarcom/ TYPE implementation  
/svarcom/cmd/type.c
/svarcom/cmd.c
380 990 d 17 h mateuszviste /svarcom/ added a "not implemented yet" handler for commands that are not available yet  
/svarcom/cmd/_notimpl.c
/svarcom/cmd.c
379 990 d 18 h mateuszviste /svarcom/ ver implementation  
/svarcom/cmd/ver.c
/svarcom/cmd.c
378 991 d 0 h mateuszviste /svarcom/cmd/ set /? implementation  
/svarcom/cmd/set.c
376 991 d 1 h mateuszviste /svarcom/cmd/ revmoved extra cr/lfs at end of commands  
/svarcom/cmd/exit.c
/svarcom/cmd/prompt.c
375 991 d 1 h mateuszviste /svarcom/cmd/ refactored and removed printf call  
/svarcom/cmd/cd.c
374 991 d 3 h mateuszviste /svarcom/cmd/ implemented CD /?  
/svarcom/cmd/cd.c
373 991 d 20 h mateuszviste /svarcom/cmd/ display No Path when no path present + removed debug output  
/svarcom/cmd/path.c
372 991 d 20 h mateuszviste /svarcom/ improved memory management by using an explcit buffer instead of stack space + implemented the PATH command  
/svarcom/cmd/path.c
/svarcom/cmd.c
/svarcom/cmd.h
/svarcom/cmd/cd.c
/svarcom/cmd/dir.c
/svarcom/cmd/exit.c
/svarcom/cmd/prompt.c
/svarcom/cmd/set.c
/svarcom/command.c
371 991 d 22 h mateuszviste /svarcom/ PROMPT command  
/svarcom/cmd/prompt.c
/svarcom/cmd.c
/svarcom/cmd/set.c
369 992 d 15 h mateuszviste /svarcom/ replaced printf() calls by outputnl()  
/svarcom/cmd/cd.c
/svarcom/cmd/dir.c
/svarcom/cmd/exit.c
/svarcom/cmd/set.c
/svarcom/command.c
/svarcom/helpers.c
/svarcom/helpers.h
/svarcom/rmodinit.c
368 992 d 16 h mateuszviste /svarcom/ minimalist DIR support  
/svarcom/cmd/dir.c
/svarcom/cmd.c
364 995 d 17 h mateuszviste /svarcom/ command-line parsing is different for internal and external commands (typically: trailing dots are not considered part of the command)  
/svarcom/cmd/exit.c
/svarcom/doserr.c
/svarcom/doserr.h
/svarcom/cmd.c
/svarcom/cmd.h
/svarcom/cmd/cd.c
/svarcom/cmd/set.c
/svarcom/command.c
363 996 d 15 h mateuszviste /svarcom/ CD/CHDIR implementation  
/svarcom/cmd/cd.c
/svarcom/cmd.c
/svarcom/makefile
361 996 d 20 h mateuszviste /svarcom/ implemented set var=value  
/svarcom/env.c
/svarcom/env.h
/svarcom/cmd/set.c
/svarcom/makefile
357 997 d 15 h mateuszviste /svarcom/ work in progress implementation of SET var=value  
/svarcom/cmd.c
/svarcom/cmd.h
/svarcom/cmd/set.c
/svarcom/command.c
352 997 d 21 h mateuszviste /svarcom/ reorganized source code into more modules  
/svarcom/cmd
/svarcom/cmd.c
/svarcom/cmd.h
/svarcom/cmd/set.c
/svarcom/helpers.c
/svarcom/helpers.h
/svarcom/command.c
/svarcom/makefile