Subversion Repositories SvarDOS

Rev

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

Rev 1244 Rev 1248
1
 
1
 
-
 
2
20230628
-
 
3
- added support for \e sequences in translation strings
-
 
4
- implemented svarlang_getver()
-
 
5
 
2
20220314
6
20220314
3
- added support for flagging strings as being "dirty", eg: ?1.1:Hello, World
7
- added support for flagging strings as being "dirty", eg: ?1.1:Hello, World
4
 
8
 
5
20220309
9
20220309
6
- static lib buffer is sized to fit the largest lang block +5% of margin
10
- static lib buffer is sized to fit the largest lang block +5% of margin
7
  (was: twice the size of the reference language)
11
  (was: twice the size of the reference language)
8
 
12
 
9
20220226
13
20220226
10
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
14
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
11
 
15