Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 579 → Rev 580

/svarcom/trunk/cmd/ver.c
1,7 → 1,7
/* This file is part of the SvarCOM project and is published under the terms
* of the MIT license.
*
* Copyright (C) 2021 Mateusz Viste
* Copyright (C) 2021-2022 Mateusz Viste
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
26,8 → 26,8
* ver
*/
 
#define PVER "2021.0"
#define COPYRDATE "2021"
#define PVER "2022.0"
#define COPYRDATE "2021-2022"
 
static enum cmd_result cmd_ver(struct cmd_funcparam *p) {
char *buff = p->BUFFER;
/svarcom/trunk/history.txt
3,7 → 3,7
=== SvarCOM's history / changelog ===
 
 
=== ver 2022.0 (xx.xx.2022) ==================================================
=== ver 2022.0 (01.02.2022) ==================================================
 
- added "global executable links" support (new command: LN)
- prompt fixed when current drive becomes invalid (eg. empty diskette drive)
12,7 → 12,7
- DIR: implemented /A
- implemented IF command (IF EXIST, IF ERRORLEVEL, IF str==str)
- added a break handler (running application can be aborted with CTRL+C)
- Error messages are output to stderr
- DOS error messages are output to stderr
 
 
=== ver 2021.0 (24.11.2021) ==================================================
/svarcom/trunk/rmod.asm
1,7 → 1,7
;
; rmod - resident module of the SvarCOM command interpreter (NASM code)
;
; Copyright (C) 2021 Mateusz Viste
; Copyright (C) 2021-2022 Mateusz Viste
; MIT license
;
; this is installed in memory by the transient part of SvarCOM. it has only