Subversion Repositories SvarDOS

Rev

Rev 1251 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1251 Rev 1252
1
 
1
 
2
20230629
2
20230629
3
- deflang.c has each message on a different line so it is nicer to VCSes
3
- deflang.c has each message on a different line so it is nicer to VCSes
4
 
4
 
5
20230628
5
20230628
6
- added support for \e sequences in translation strings
6
- added support for \e sequences in translation strings
7
- implemented svarlang_getver()
7
- implemented svarlang_getver()
8
 
8
 
9
20220314
9
20220314
10
- 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
11
 
11
 
12
20220309
12
20220309
13
- 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
14
  (was: twice the size of the reference language)
14
  (was: twice the size of the reference language)
15
 
15
 
16
20220226
16
20220226
17
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
17
- replaced fopen() and friends by direct DOS calls (smaller memory footprint)
18
 
18