Subversion Repositories SvarDOS

Rev

Rev 607 | Rev 611 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 607 Rev 610
1
localcfg history file
1
localcfg history file
2
 
2
 
3
* localcfg ver 20220203
3
* localcfg ver 20220203
4
 - NLS (translations) support through the SvarLANG library
4
 - NLS (translations) support through the SvarLANG library
-
 
5
 - memory usage optimizations
5
 
6
 
6
* localcfg ver 20220202 (merged into the SvarDOS project)
7
* localcfg ver 20220202 (merged into the SvarDOS project)
7
 - country.sys path is optional, defaults to %DOSDIR%\CFG\COUNTRY.SYS
8
 - country.sys path is optional, defaults to %DOSDIR%\CFG\COUNTRY.SYS
8
 - COUNTRY=xxx example contains the actual codepage and path to COUNTRY.SYS
9
 - COUNTRY=xxx example contains the actual codepage and path to COUNTRY.SYS
9
 - improved loading/saving routines so they rely on memory structures
10
 - improved loading/saving routines so they rely on memory structures
10
 - relicensed from BSD 2-clause to MIT
11
 - relicensed from BSD 2-clause to MIT
11
 - moved from Turbo C to OpenWatcom
12
 - moved from Turbo C to OpenWatcom
12
 
13
 
13
* localcfg v0.90 [02 June 2015]
14
* localcfg v0.90 [02 June 2015]
14
 - first public release
15
 - first public release
15
 
16