Subversion Repositories SvarDOS

Rev

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

Rev 1248 Rev 1251
1
 
1
 
-
 
2
20230629
-
 
3
- deflang.c has each message on a different line so it is nicer to VCSes
-
 
4
 
2
20230628
5
20230628
3
- added support for \e sequences in translation strings
6
- added support for \e sequences in translation strings
4
- implemented svarlang_getver()
7
- implemented svarlang_getver()
5
 
8
 
6
20220314
9
20220314
7
- added support for flagging strings as being "dirty", eg: ?1.1:Hello, World
10
- added support for flagging strings as being "dirty", eg: ?1.1:Hello, World
8
 
11
 
9
20220309
12
20220309
10
- static lib buffer is sized to fit the largest lang block +5% of margin
13
- static lib buffer is sized to fit the largest lang block +5% of margin
11
  (was: twice the size of the reference language)
14
  (was: twice the size of the reference language)
12
 
15
 
13
20220226
16
20220226
14
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
17
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
15
 
18