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
424 970 d 5 h mateuszviste /svarcom/trunk/ DIR: implemented summary info  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/todo.txt
423 970 d 6 h mateuszviste /svarcom/trunk/ nls_format_number() works on unsigned values only now  
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
422 970 d 19 h mateuszviste /svarcom/trunk/ doc update  
/svarcom/trunk/todo.txt
421 970 d 20 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 970 d 20 h mateuszviste /svarcom/trunk/ DIR: implemented normal output, /W and /L  
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
419 971 d 3 h mateuszviste /svarcom/trunk/ allocated a pointer in rmod memory for the batch chain  
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmod.h
/svarcom/trunk/rmodinit.h
418 971 d 5 h mateuszviste /svarcom/trunk/cmd/ debug outputs for COPY turned off  
/svarcom/trunk/cmd/copy.c
417 972 d 4 h mateuszviste /svarcom/trunk/cmd/ DIR: fixes for MS-DOS 6.0 compatibility  
/svarcom/trunk/cmd/dir.c
416 972 d 5 h mateuszviste /svarcom/trunk/ moved curpathfordrv() to helpers  
/svarcom/trunk/cmd/cd.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
415 972 d 5 h mateuszviste /svarcom/trunk/ move addbkslash_if_dir() to helpers  
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
414 972 d 6 h mateuszviste /svarcom/trunk/cmd/ improved NLSFUNC detection  
/svarcom/trunk/cmd/chcp.c
413 973 d 0 h mateuszviste /svarcom/trunk/cmd/ note about COPY /A and /B being no-ops  
/svarcom/trunk/cmd/copy.c
412 973 d 2 h mateuszviste /svarcom/trunk/cmd/ COPY: work in progress  
/svarcom/trunk/cmd/copy.c
411 973 d 19 h mateuszviste /svarcom/trunk/ doc improved  
/svarcom/trunk/svarcom.txt
410 973 d 19 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
409 973 d 20 h mateuszviste /svarcom/trunk/ COPY work in progress  
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/svarcom.txt
408 974 d 3 h mateuszviste /svarcom/trunk/ implemented BREAK  
/svarcom/trunk/cmd/break.c
/svarcom/trunk/cmd.c
407 974 d 4 h mateuszviste /svarcom/trunk/ implemented CHCP  
/svarcom/trunk/cmd/chcp.c
/svarcom/trunk/cmd.c
/svarcom/trunk/svarcom.txt
406 974 d 19 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 975 d 0 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 975 d 2 h mateuszviste /svarcom/trunk/ implemented CLS  
/svarcom/trunk/cmd/cls.c
/svarcom/trunk/cmd.c
/svarcom/trunk/svarcom.txt
403 975 d 4 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
402 975 d 21 h mateuszviste /svarcom/trunk/ basic support for stdout redirections  
/svarcom/trunk/redir.c
/svarcom/trunk/redir.h
/svarcom/trunk/command.c
/svarcom/trunk/makefile
/svarcom/trunk/svarcom.txt
401 975 d 21 h mateuszviste /svarcom/trunk/cmd/ versioning scheme changed to YEAR.MINOR  
/svarcom/trunk/cmd/ver.c
400 976 d 8 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 976 d 19 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
398 977 d 1 h mateuszviste /svarcom/ moved rmod to trunk  
/svarcom/trunk/rmod.asm
/svarcom/rmod.asm
397 977 d 1 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 977 d 1 h mateuszviste /svarcom/ dir: implemented /P and /?  
/svarcom/cmd/dir.c
/svarcom/helpers.c
/svarcom/helpers.h
395 977 d 3 h mateuszviste /svarcom/ improved documentation  
/svarcom/freecom.txt
/svarcom/svarcom.txt
394 977 d 3 h mateuszviste /svarcom/ added pkg target  
/svarcom/makefile
393 977 d 7 h mateuszviste /svarcom/cmd/ dir: implemented filespecs  
/svarcom/cmd/dir.c
392 978 d 0 h mateuszviste /svarcom/ implemented del/erase  
/svarcom/cmd/del.c
/svarcom/cmd.c
/svarcom/helpers.c
/svarcom/helpers.h
391 980 d 6 h mateuszviste /svarcom/ doc update  
/svarcom/svarcom.txt
390 980 d 8 h mateuszviste /svarcom/cmd/ added a message to dir/? to warn about incomplete implementation  
/svarcom/cmd/dir.c
389 980 d 9 h mateuszviste /svarcom/ moved definitions of DOS attributes to helpers.c  
/svarcom/cmd/dir.c
/svarcom/helpers.h
388 980 d 21 h mateuszviste /svarcom/ refactorized findfirst/findnext matching into specialized functions  
/svarcom/cmd/dir.c
/svarcom/helpers.c
/svarcom/helpers.h
387 981 d 22 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 981 d 22 h mateuszviste /svarcom/ implemented VERIFY  
/svarcom/cmd/verify.c
/svarcom/cmd.c
385 982 d 4 h mateuszviste /svarcom/ implemented mkdir and rmdir  
/svarcom/cmd/mkdir.c
/svarcom/cmd/rmdir.c
/svarcom/cmd.c