svenbarth
|
a2c9c75e97
Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures.
|
9 years ago |
Jonas Maebe
|
a100309350
* made utf8tostring() Delphi-compatible (mantis #29585):
|
9 years ago |
michael
|
6d051892e5
* Added Offset argument to Pos (exists in wide and ansi/short, forgotten for unicode)
|
9 years ago |
michael
|
ee2f34588d
* Fix bug #28258, missing UTF8ToString, patch by Stocki
|
9 years ago |
Jonas Maebe
|
21a4a9034d
* commented out all untested (and on non-Win32: unimplemened) TCompareOption
|
9 years ago |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
9 years ago |
Jonas Maebe
|
ff583bde6c
* made setstring() a compiler intrinsic so it can set the compile-time
|
10 years ago |
Jonas Maebe
|
aaa5bb48de
+ ToSingleByteFileSystemEncodedFileName(array of widechar) overload for more
|
12 years ago |
Jonas Maebe
|
3694b4f003
* moved ToSingleByteFileSystemEncodedFileName() to the system unit and
|
12 years ago |
Jonas Maebe
|
598d2feeb6
+ rtldefs.inc file for every target that contains defines shared by multiple
|
13 years ago |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 years ago |
sergei
|
7ff76caa73
* Removed 'inline' attribute from 6 overloaded pos() functions which contain a managed typecast. Inlining it leads to noticeable increase in code size without any sensible speed improvement.
|
13 years ago |
paul
|
270fb09e87
rtl: add WideStringManager.GetStandardCodePageProc method to retrieve system ansi and console code pages
|
13 years ago |
paul
|
6384fa2a19
rtl: revert r19330. We probably need to create a separate encoding<->codepage table.
|
14 years ago |
paul
|
a0e7196ae9
rtl: move winiconv.inc into general inc directory and rename it to wincodepages.inc, also rename win2iconv, iconv2win to CodePageToCodePageName, CodePageNameToCodePage.
|
14 years ago |
paul
|
631c545423
merge r19075 from cpstrnew branch by paul:
|
14 years ago |
paul
|
ad8195e9ae
merge r14136 from cpstrnew branch by paul:
|
14 years ago |
paul
|
2162add8ac
merge r14132 from cpstrnew branch by paul:
|
14 years ago |
paul
|
ae0d732c8f
merge r13485 from cpstrnew branch by florian:
|
14 years ago |
paul
|
28627482c5
merge r13483 from cpstrnew branch by florian:
|
14 years ago |
paul
|
8a4634a7b1
merge r13481 from cpstrnew branch by florian
|
14 years ago |
Jonas Maebe
|
3a423b331c
* full implementation of all routines in rtl/inc/ustringh.inc (except for
|
14 years ago |
Jonas Maebe
|
1403e3df29
* renamed fpc_WChar_To_ShortStr() compilerproc to fpc_UChar_To_ShortStr() for
|
14 years ago |
Jonas Maebe
|
f4c31ecf3c
+ widestringmanager.codepointlengthproc added, which can be used to
|
14 years ago |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
17 years ago |