paul
|
e379daaf9c
compiler, rtl: move cpXXXX.pas files from compiler to RTL\charmaps directory and cleanup them, enable charmaps building for the majority of targets
|
пре 12 година |
yury
|
849095f5e5
+ Added Greek code page 1253 to the compiler to have support for the third modern code page (in addition to cp1251 and cp1252). It is needed to be able to define "type AnsiString(1253)" in tests. Previously I used cp1252 for tests with Euro symbol conversions. But for unknown reason cp1252 does not have the Euro symbol with code $80 on Unix systems (libiconv bug?). In other hand cp1253 has the Euro symbol with code $80 as expected.
|
пре 12 година |
paul
|
32fc7118d4
compiler: add US-ASCII codepage
|
пре 13 година |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
пре 13 година |
florian
|
73a084d662
* fixes bootstrapping with 2.6.0
|
пре 14 година |
paul
|
a99ffb3097
compiler: apply patches from Inoussa and Jonas:
|
пре 14 година |
florian
|
a6d01c09aa
* make compiler compilable with 2.4.4 rtl
|
пре 14 година |
paul
|
4d3da666db
compiler: replace string codepage comparison to numeric. store codepage as number in current settings
|
пре 14 година |
paul
|
1db610ecbd
merge r17434 from cpstrnew branch by michael:
|
пре 14 година |
Jonas Maebe
|
446d91eaab
+ ansistring support. Items of note:
|
пре 14 година |
Jonas Maebe
|
45d25bbe77
* fixed storing/loading widestring constant nodes into/from ppu files
|
пре 15 година |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
пре 17 година |
Jonas Maebe
|
3f81a4ed65
* make code page name parsing case insensitive (mantis #8930)
|
пре 18 година |
Jonas Maebe
|
815cd2b39d
+ support for widestring manager based widechar conversions
|
пре 18 година |
peter
|
c020d709b4
* default widestring-ansistring conversion needs to use the same algorithm
|
пре 18 година |
florian
|
9f56a89617
+ added cyrillic code page tables
|
пре 18 година |
florian
|
85d63d9fa9
* settings refactored
|
пре 19 година |
peter
|
d07f470b71
* remove ifdef fpc
|
пре 19 година |
Jonas Maebe
|
d593c10adf
* fixed crashes in asciichar2unicode() and ascii2unicode() in case
|
пре 19 година |
Jonas Maebe
|
9b4ce0a501
* donewidestring has var instead of out parameter
|
пре 19 година |
florian
|
0907a1ef80
* fixed compilerwidestring concatenation
|
пре 19 година |
florian
|
9c717f2a35
* some warning about uninitialized vars fixed by using out instead of var
|
пре 20 година |
fpc
|
790a4fe2d3
* log and id tags removed
|
пре 20 година |
fpc
|
50778076c3
initial import
|
пре 20 година |
peter
|
e417e34496
* truncate log
|
пре 20 година |
mazen
|
581b52422c
- remove $IFDEF DELPHI and related code
|
пре 21 година |
florian
|
8a9758c5e2
* logs truncated
|
пре 21 година |
florian
|
588e2c38bf
* dwarf branch merged
|
пре 21 година |
peter
|
12efb6d19e
* strlenint is replaced with sizeint
|
пре 21 година |
carl
|
67486c96c3
* fixes for Delphi 6 compilation
|
пре 23 година |