Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1134 → Rev 1135

/svarcom/trunk/cmd/ver.c
26,7 → 26,7
* ver
*/
 
#define PVER "2022.3"
#define PVER "2022.4"
#define COPYRDATE "2021-2022"
 
static enum cmd_result cmd_ver(struct cmd_funcparam *p) {
/svarcom/trunk/history.txt
6,6 → 6,12
(ticket numbers at https://osdn.net/projects/svardos/ticket/ in [] brackets)
 
 
=== ver 2022.4 (xx.xx.202x) ==================================================
 
- SET command: fixed upcasing of variable names with high-ASCII chars (bttr)
- SET command: accepts tab character between SET and variable name (bttr)
 
 
=== ver 2022.3 (13.03.2022) ==================================================
 
- fixed stdin redirection handling (was broken since 2022.1) [#44027]
/svarcom/trunk/svarcom.lsm
1,2 → 1,2
Description: the SvarDOS command line interpreter (COMMAND.COM shell)
Version: 2022.3
Version: 2022.4