Jonas Maebe
|
936bd3c902
* fixed definitions/uses of asmsymbols: always explicitly define local
|
12 lat temu |
paul
|
4c23d2281a
rtl: fpwidestring:
|
12 lat temu |
paul
|
2cb8125bfc
tests: fix test to use fpwidestring manager (by Inoussa, mantis #0024890)
|
12 lat temu |
paul
|
d375cc88a1
rtl: apply patch of Inoussa which fixes undefined result of UnicodeToLower and UnicodeToUpper (mantis #0024889)
|
12 lat temu |
lacak
|
99e67d19cc
fcl-db: bufdataset: partialy fixes TestOpeningNonExistingDataset. See also #22030.
|
12 lat temu |
lacak
|
4237cbcfd8
fcl-db: bufdataset: formatting
|
12 lat temu |
paul
|
e913ab1f9f
rtl: apply patch of Inoussa which drops unicode manager dependency on SysUtils (issue #0024887)
|
12 lat temu |
paul
|
ec7be0d231
test: add more fpwidestring tests by Inoussa
|
12 lat temu |
florian
|
6606955b88
+ basic support for pic on arm-linux
|
12 lat temu |
paul
|
7ac3647ff2
rtl: apply patch of Inoussa with Incremental Implementation of the Unicode Collation Algorithm (mantis #0024873)
|
12 lat temu |
paul
|
f285948fcb
rtl, utils: apply patch of Inoussa:
|
12 lat temu |
lacak
|
721d695ae4
fcl-db: base: implements AsBytes for TBlobField
|
12 lat temu |
lacak
|
9cf1ef90cd
fcl-db: base: formatting (char-case)
|
12 lat temu |
nickysn
|
a1fa1954b8
* i8086 medium model fixes in Tresourcestrings.CreateResourceStringData
|
12 lat temu |
masta
|
dad4079e0c
Fix shift128Right in rtl/inc/softfpu.pp
|
12 lat temu |
nickysn
|
e4f84b0f5d
* i8086 medium model fixes in tnodeutils.InsertResourceTablesTable
|
12 lat temu |
florian
|
2806947a8f
+ FindRegAllocBackward
|
12 lat temu |
florian
|
bca6dafbc5
* mark the current procedure if it has a non local exit, not the targetted one
|
12 lat temu |
florian
|
bb397e2b2f
+ has_sse2_support for i386
|
12 lat temu |
nickysn
|
10db067372
* specify Tasmsymtype=AT_FUNCTION and use Create_nil_codeptr when generating the code pointers in the InitFinal table
|
12 lat temu |
florian
|
e147895f80
* make symbols generated in procedures global when auto-inlining is on
|
12 lat temu |
paul
|
17ef986b17
compiler: don't treat methods without self node (static class methods, class contructors, destructors, operators) as method pointers, fix comparison of procdef and procvardef to allow assignment of a static class method to a regular procedural variable (issue #24486)
|
12 lat temu |
florian
|
a2a405581c
* don't call the ansistring val variant for a zero based array if not necessary to avoid ansistring usage in embedded applications
|
12 lat temu |
florian
|
38f3448e22
* applied patch by Cyrax to fix #24722, revertes partially r25054 which was wrong
|
12 lat temu |
paul
|
dc95ba5b07
compiler: handle other places where we check current_procdef for self node
|
12 lat temu |
paul
|
4b76782691
compiler: fix property access from a nested routine of the static class method and extend a test
|
12 lat temu |
sergei
|
38058505ba
* Changed linking infrastructure to look like assembler one:
|
12 lat temu |
sergei
|
9e3d17778d
- Removed TAbstractAssembler and TAbstractAssemblerClass, they are not used anymore.
|
12 lat temu |
sergei
|
eec8129738
* TInternalLinker.Load_ReadStaticLibrary: exit if error has occurred while opening a static library or dynamic object, continuing can cause other errors/crashes in this case.
|
12 lat temu |
nickysn
|
088c06d308
* fixed class VMT generation for the i8086 medium memory model (near code, far data) by setting correctly the Tasmsymtype to each symbol according to whether it points to code or data
|
12 lat temu |