marco
|
e13a6d9999
* added patch from mantis #19226 as far as not already committed as part of
|
před 14 roky |
Jonas Maebe
|
f2823a1d68
* r17629 changed the condition for generating safecall code on x64 and ARM
|
před 14 roky |
Tomas Hajny
|
5a5d6668a0
* fpunits.conf -> fpunits.cfg
|
před 14 roky |
marco
|
98ac246990
* fix for leaking handles in parameter buffers, Mantis #17260, patch by Ludo Brands.
|
před 14 roky |
sergei
|
018fdaf839
- Removed unnecessary operations: SetLength before widestringmanager calls (widestringmanager does the allocation) and zero-termination after SetLength (SetLength does zero-termination).
|
před 14 roky |
sergei
|
b36a930f26
- Cleaned out REGCALL defines
|
před 14 roky |
joost
|
bbbc85bbf6
* Use DW_TAG_class_type for classes instead of DW_TAG_structure_type
|
před 14 roky |
paul
|
89416ab0f5
tests: remove UTF8 bom from 2 test units which does not expect to get UTF8 encoded strings
|
před 14 roky |
sergei
|
0d3fa2d2db
- Cleaned out VER2_2 defines
|
před 14 roky |
sergei
|
ea571ba1a3
* Use variables instead of direct indexing into stack, eliminates warnings at compilation.
|
před 14 roky |
pierre
|
e366c013e3
* fix -rpath passing to linker for Windows OS by
|
před 14 roky |
paul
|
37432368e5
tests: test tw7758 assumes that all conversions are made in UTF8 codepage. this change is needed to prevent conversion to system codepage (which also happens while testing with delphi).
|
před 14 roky |
paul
|
56ecf146be
compiler: fix error in length retrieving during the unicode to utf8 conversion
|
před 14 roky |
Tomas Hajny
|
39b5babdeb
* added support for ufppkg
|
před 14 roky |
paul
|
85c2f195d6
compiler: convert string constants from and to codepage 0. use compiler codepage during the conversion + test
|
před 14 roky |
sergei
|
0b16c3565a
* Don't reject IMAGE_REL_ARM_SECREL relocations, Mantis #20467
|
před 14 roky |
paul
|
5bf39cd1c1
rtl: remove ver2_2 define
|
před 14 roky |
paul
|
6131a9188c
rtl: fix wince compilation, reimplement WinCEWide2AnsiMove, WinCEAnsi2WideMove by copying win32 code
|
před 14 roky |
paul
|
e4abb1731c
tests: apply Inoussa patches to fix errors in his tests
|
před 14 roky |
pierre
|
216113e80d
Fix compilation error introduced in my last patch for non-openbsd systems
|
před 14 roky |
pierre
|
6bf4bf8043
* Correct StatFS record to fix crash in test/units/dos/tdos.pp test
|
před 14 roky |
marco
|
eea81b4ef4
* Better support for required in the case of "not null", default value or auto increment colomns
|
před 14 roky |
sergei
|
369725f2c4
* Get8087CW: Make sure that high bits of result are clear.
|
před 14 roky |
sergei
|
9df8be501a
- Removed outdated FPC_HAS_RIP_RELATIVE defines, these seem to be the last ones in RTL.
|
před 14 roky |
sergei
|
4a3c7f7ef4
* Get8087CW: use fixed stack.
|
před 14 roky |
paul
|
21ac5dfb3b
compiler: output ansistring constants in explicit codepage if codepage is explicitly defined using either $codepage directive or compiler switch or for SystemCodepage modeswitch
|
před 14 roky |
paul
|
6ec879219e
compiler: fix tstringconstnode.changestringtype() for case of unicode to ansi conversion. remove hackish and incorrect change of ansistring def
|
před 14 roky |
sergei
|
1404b7397a
- Win64, EXE_Entry: removed messing with gs:[0], it won't work anyway.
|
před 14 roky |
paul
|
b1b0b2bb1f
compiler: move ansistring codepage number replacement code from the asm generator to one level up. output both 0 and CP_NONE ansistring constants as constants with codepage 0. codepage 0 means CP_ACP and it will be properly understood of RTL routines while codepage CP_NONE means no codepage. For delphi unicode mode output them in compiler codepage as before.
|
před 14 roky |
paul
|
9bc540e1c2
compiler: cleanup old code
|
před 14 roky |