paul
|
a068e0cae2
tests: add test for TEncoding class
|
14 年之前 |
paul
|
09fa98a564
rtl: forgotten files
|
14 年之前 |
paul
|
abf9816a09
rtl: add basic implementation of TEncoding class
|
14 年之前 |
paul
|
836889fc64
rtl: move some CP_xxx constants from syswin into systemh for generic use, redeclare UTF8Sting, RawByteString using constant identifiers instead of pure numbers. replace comparison with $ffff codepage to CP_NONE
|
14 年之前 |
paul
|
0bfb83b06c
rtl: add HashName function based on implementation of Hash() from objpas. It uses case case-insensitive hash generation. This function is added for compatibility with delphi (although it generates different hash in delphi and fpc for same strings). It is also needed for codepage search in hash array.
|
14 年之前 |
paul
|
8fc6af7fde
rtl: cleanup
|
14 年之前 |
pierre
|
7654fe6aba
* Try to update i386/openbsd port
|
14 年之前 |
pierre
|
7f69e6426d
* Try to update i386/openbsd port
|
14 年之前 |
pierre
|
7e87ca4c3c
* Comment about mingw tlssup.c added
|
14 年之前 |
pierre
|
82fc72ea8d
* New code to handle zip file containing longlog instead of invidual comp/execute log/elg files
|
14 年之前 |
pierre
|
732adeaa66
* Added TU_CATEGORY_FK and Svn revs to RunOverview
|
14 年之前 |
pierre
|
68a8746f8e
* Add some macros to support compilation by old Borland C compiler
|
14 年之前 |
pierre
|
537217b2a2
+ Added CPUs supported by darwin OS target
|
14 年之前 |
pierre
|
85e343a2ad
+ Added some comment about unneeded cdecl modifier
|
14 年之前 |
florian
|
df75368d0b
--- Merging r19281 into '.':
|
14 年之前 |
florian
|
94adf3992d
--- Merging r19292 into '.':
|
14 年之前 |
florian
|
c6a0cafdb0
* don't generate implicit exception frames for pure assembler routines, resolves #20075
|
14 年之前 |
Tomas Hajny
|
f35aa5db26
* fix for breakage under Unix platforms - see also bug #20400
|
14 年之前 |
Legolas
|
fe84a76d0a
* Updated libogcfpc to ver.1.8.8
|
14 年之前 |
florian
|
7bb1c642dd
* fix division by zero in alignment code, should resolve #20265 an #20240
|
14 年之前 |
florian
|
77c3477b91
* modified patch by LacaK2 to add overloaded versions of string handling routines, which works with WideChar null terminated strings, resolves #19989
|
14 年之前 |
sekelsenmat
|
5e55e13570
Ops, fixing wrong previous commit
|
14 年之前 |
sekelsenmat
|
c35cf265c0
Disables compiling fpvectorial
|
14 年之前 |
paul
|
6384fa2a19
rtl: revert r19330. We probably need to create a separate encoding<->codepage table.
|
14 年之前 |
pierre
|
24d489f7f7
* Lowercase CompilerCPU and CompilerTarget
|
14 年之前 |
paul
|
a0e7196ae9
rtl: move winiconv.inc into general inc directory and rename it to wincodepages.inc, also rename win2iconv, iconv2win to CodePageToCodePageName, CodePageNameToCodePage.
|
14 年之前 |
paul
|
c4fcdfce29
tests: fix tstrutils2 by Alexander Shishkin (mantis #0020390)
|
14 年之前 |
paul
|
33a67704ac
compiler: allow type conversions for ordinal types inside type declarations e.g inside enumerations like: Byte(0)..Byte(15)
|
14 年之前 |
Tomas Hajny
|
3bce487e30
* uses and resourcestrings moved to platform specific includes
|
14 年之前 |
joost
|
853f35757d
* Use the same logic for Dwarf-3 and Dwarf-2 output regarding symbol names. Solves problems resolving self in gdb and Dwarf-3.
|
14 年之前 |