paul
|
451e48a033
rtl: replace PChar -> PAnsiChar, Char -> AnsiChar in astrings.inc routines
|
14 éve |
paul
|
bcb0317209
rtl: eat $ffff encoding in more routines, fix Insert() procedure to preserve destination string codepage
|
14 éve |
paul
|
36851c86de
rtl: replace AnsiString to RawByteString arguments for Val() functions
|
14 éve |
paul
|
485695d4e6
compiler, rtl: pass codepage argument to all ansistring str() helpers to return result with correct codepage
|
14 éve |
paul
|
647218fd13
rtl: patch from Inoussa to complete TCharacter class implementation (mantis #0020302):
|
14 éve |
florian
|
9d31a0e2f8
* don't evaluate sizeof(<type param>) as a constant to avoid arithmetic errors in constant folding, resolves #20192
|
14 éve |
paul
|
6f185f2184
compiler: replace {$ifdef FPC_FULLVERSION<20700} with {$ifdef VER2_4} for including ccharset as in other compiler places
|
14 éve |
paul
|
a769ef0ad2
compiler: don't return te_eual when we convert from RawByteString to another codepage
|
14 éve |
michael
|
d766e671a9
* Remove using reverse search, speed up free
|
14 éve |
michael
|
4a8914cbb0
* Implemented IndexOfItem, reversed search again in IndexOf
|
14 éve |
pierre
|
05c83ab538
* Also default to PIC code using -Cg option for x86_64 BSD targets
|
14 éve |
pierre
|
33604a6a49
* Shared library dllrpt0.as init code for i386 and x86_64 CPUs
|
14 éve |
sergei
|
d5b8210359
* typo ($ifdef window -> $ifdef windows)
|
14 éve |
florian
|
b93f4b8096
* whitespace fixes
|
14 éve |
joost
|
0bc58de578
* Forgot to commit file in r19272.
|
14 éve |
joost
|
7a3503870c
* Pass binutilsprefix to compiler when building fpmake. For now only enabled for fcl-web.
|
14 éve |
marco
|
27f39e4bad
* "out" parameters for Oracle, Mantis #18133
|
14 éve |
florian
|
ce61891ca3
* offset used by A_LDF,A_STF,A_FLDS,A_FLDD,A_FSTS,A_FSTD must be dividable by 4
|
14 éve |
florian
|
a6d01c09aa
* make compiler compilable with 2.4.4 rtl
|
14 éve |
michael
|
39d8ee1136
* Reverse IndexOf. Increases speed of freeing collection with a factor N^2
|
14 éve |
marco
|
448e3db450
* fixes Mantis #14730 dealing with oldvalue=null
|
14 éve |
florian
|
08c97e81bf
* remove spaces at eol
|
14 éve |
pierre
|
f799019982
Missing freebsd x86_64 objects added
|
14 éve |
Mattias Gaertner
|
eb15e42e80
instantfpc: compiler output: replace cache file name with source file name
|
14 éve |
marco
|
0db7b03ec0
* Added some missing fieldtypes to bufdataset, Mantis #19930 (_safe patch)
|
14 éve |
paul
|
4cf5e36ce7
compiler:
|
14 éve |
Legolas
|
8ce243eafd
* Fixed libndsfpc building
|
14 éve |
pierre
|
f3626b4b80
* Sort test source files, needed of freebsd at least
|
14 éve |
sergei
|
6ee77d9088
+ ogelf.pas: support relocation of type R_X86_64_32 which is apparently used by DWARF3 debug info.
|
14 éve |
marco
|
962db07cf6
* Patch from Ludo Brands for Mantis #18240. Fixes some float issues which have
|
14 éve |