Jonas Maebe
|
28a640f9c1
* synchronised with fixes_3_0 + r32271 to fix compilation after merge
|
hace 9 años |
marco
|
9404acff6e
--- Merging r32264 into '.':
|
hace 9 años |
Jonas Maebe
|
955c8a2e36
* synchronised with FPC 3.0.0 release revision of fixes_3_0 branch
|
hace 10 años |
joost
|
d2853f5962
--- Merging r31329 into '.':
|
hace 10 años |
joost
|
12f41dfb0c
--- Merging r31427 into '.':
|
hace 10 años |
Jonas Maebe
|
698e251b00
* merged all revisions required for Darwin/AArch64 from trunk:
|
hace 10 años |
Jonas Maebe
|
b0c7415f3a
* fixed CharLengthPChar() implementation and added comment (from Windows
|
hace 10 años |
Jonas Maebe
|
63bd65942b
* fall back to UTF-8 for darwin in unixcp.GetSystemCodePage if no LC_*/LANG
|
hace 10 años |
marco
|
2578514853
* first dragonfly patch (existing most). Mantis #27091
|
hace 10 años |
Jonas Maebe
|
bee20f79f0
* save original widestring manager on entry and restore it on exit, so that
|
hace 11 años |
marco
|
0bb6469b80
* remove accidentally inserted BOM, as reported by M. Ring.
|
hace 11 años |
marco
|
ebe262762a
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
|
hace 11 años |
Jonas Maebe
|
ecd3cba02b
* synchronised with trunk up to r24912
|
hace 12 años |
pierre
|
f4b6625145
+ Use __setlocale_mb_len_max_32 for netbsd as suggested by linker warning
|
hace 12 años |
yury
|
2b2a68446d
* Added new unit unixcp. It contains stuff from winiconv.inc - a table to map Windows code page identifiers to locale names on unix. Also GetSystemCodePage function in this unit can be used to detect which code page is used currently.
|
hace 12 años |
Jonas Maebe
|
8bf71af3b1
* fixed compatilation on Haiku Alpha4 (patch by Olivier Coursière,
|
hace 13 años |
Jonas Maebe
|
598d2feeb6
+ rtldefs.inc file for every target that contains defines shared by multiple
|
hace 13 años |
pierre
|
7d82ed4459
+ Add ACCEPT_646 for systems that return '646' for nl_langinfo(CODESET) call
|
hace 13 años |
Jonas Maebe
|
f0b7ce8afe
* fix building for Haiku/BeOS after r20839 (patch by Olivier Coursière)
|
hace 13 años |
Jonas Maebe
|
1e9b92ee50
+ AIX support for cwstring
|
hace 13 años |
Jonas Maebe
|
2c1f98320f
* disable implicit exception frames, no exceptions are raised by this unit
|
hace 13 años |
Jonas Maebe
|
8d8fc0fdee
+ RTL for AIX
|
hace 13 años |
Jonas Maebe
|
d3004d2bf6
* use same defaults for iPhoneSimulator as for iOS (UTF-8 etc, newer
|
hace 13 años |
pierre
|
ff5d25174a
* Fix wide string shared library loading by adding 'lib' prefix if needed
|
hace 13 años |
pierre
|
24d100d164
NetBSD CODESET and LC_ALL added
|
hace 13 años |
sergei
|
e94508d5eb
* Improved utf16 to ucs4 conversion routines: removed function call on every character, allocate memory once and made as much as possible code shared between WideString and UnicodeString versions.
|
hace 13 años |
sergei
|
c862aec17c
* cwstring.pp, Wide2AnsiMove: moved SetCodePage to the end, so it comes after the last SetLength. Necessary after r20209, because SetLength has been modified to always set the code page of its argument. Here it sets code page of 'dest' to CP_NONE, because dest is RawByteString.
|
hace 13 años |
Jonas Maebe
|
eb680bcc5b
* don't try to set the iconv transliterate property in case the iconv
|
hace 13 años |
Jonas Maebe
|
f287cf3f61
* default to UTF-8 as system code page in case nl_langinfo(CODESET) returns
|
hace 13 años |
paul
|
b7185a554c
rtl:
|
hace 14 años |