Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 520 → Rev 521

/svarcom/trunk/cmd/ver.c
95,7 → 95,7
outputnl("Copyright (C) " COPYRDATE " Mateusz Viste");
outputnl("");
outputnl("Program ten dedykuje Milenie i Mojmirowi. Zycze wam, byscie w swoim zyciu");
outputnl("potrafili docenic wartosci czasu minionego, jednoczesnie czerpiac radosc");
outputnl("potrafili docenic wartosci minionych pokolen, jednoczesnie czerpiac radosc");
outputnl("z prostych przyjemnosci dnia codziennego. Lair, jesien 2021.");
return(-1);
}
/svarcom/trunk/history.txt
0,0 → 1,10
 
 
=== SvarCOM's history / changelog ===
 
 
=== ver 2021.0 (2021.11.24) ==================================================
- first public release, after roughly a month of work
 
 
====================================================================== EOF ===
/svarcom/trunk/internal.txt
1,4 → 1,5
 
 
=== SvarCOM implementation notes ===
 
 
40,4 → 41,4
the process.
 
 
====================================================================== EOF ===
===================================================================== EOF ====
/svarcom/trunk/svarcom.txt
1,4 → 1,5
 
 
=== SVARCOM ===
 
 
16,9 → 17,9
Since SvarCOM is a work-in-progress effort, it is missing a few things yet:
- pipes (cmd.exe | more) and stdin redirections (cmd.exe < file)
- advanced batch constructs (conditionals, errorlevels...)
- a few internal commands missing: CALL, CTTY, GOTO, IF, LH, SHIFT
- a few internal commands missing: CALL, CTTY, GOTO, IF, LH
- DIR misses a few switches (/S, /O, /A)
- ... (see TODO.TXT for more information)
- ... (see TODO.TXT for more details)
 
SvarCOM is minimalist and I'd like to keep it that way. It aims to be
functionaly equivalent to COMMAND.COM from MS-DOS 5.x/6.x. No LFN support.
57,6 → 58,7
REN/RENAME - renames a file or files
RMDIR - removes (deletes) a directory
SET - displays, sets or removes DOS environment variables
SHIFT - changes the position of arguments in a batch file
TIME - displays or sets the system time
TYPE - displays the contents of a text file
VER - displays the DOS version
89,4 → 91,4
SOFTWARE.
 
 
==================================================================== [EOF] ===
====================================================================== EOF ===
/svarcom/trunk/todo.txt
17,7 → 17,7
=== MEDIUM PRIORITY ==========================================================
 
provide unopened FCBs to launched applications
completed EN translation strings
complete EN translation strings
translations should be cached in rmod-owned memory
if translations reloading fails, do not retry after every command
DIR /O
28,10 → 28,11
 
=== NICE TO HAVE =============================================================
 
respawn COMMAND.COM entirely from memory if it survived last application
DIR %DIRCMD% lookup
COPY /V
COPY /Y
COPY ASCII mode support
COPY ASCII mode support?
"notify pending command" support (INT 2F,AX=AE00)
INT 2F,AX=5500 support
COMSPEC self-setting does not work under MS-DOS 5/6 (no exepath in env block)
42,4 → 43,4
tlumacz: detect incomplete translation files and fill missing strings with EN
 
 
==================================================================== [EOF] ===
====================================================================== EOF ===