florian
|
63f6afffd5
+ make empty proc. removal switchable by removeemptyprocs
|
12 жил өмнө |
florian
|
bcd48ac1a1
+ patch by Justin Smyth to support the lpc1343, resolves #23844
|
12 жил өмнө |
florian
|
3b7a9543c6
* updates of german message files by Karl-Michael Schindler
|
12 жил өмнө |
yury
|
9ef9c395c6
* Cleanup on exit.
|
12 жил өмнө |
yury
|
eae9c8df3c
* Fixed typo.
|
12 жил өмнө |
yury
|
6b2fbff155
* Use cp1253 instead of cp1252 for tests. For unknown reason there is no Euro symbol in cp1252 on Unix systems (libiconv bug?). Greek cp1253 has Euro symbol as expected.
|
12 жил өмнө |
yury
|
849095f5e5
+ Added Greek code page 1253 to the compiler to have support for the third modern code page (in addition to cp1251 and cp1252). It is needed to be able to define "type AnsiString(1253)" in tests. Previously I used cp1252 for tests with Euro symbol conversions. But for unknown reason cp1252 does not have the Euro symbol with code $80 on Unix systems (libiconv bug?). In other hand cp1253 has the Euro symbol with code $80 as expected.
|
12 жил өмнө |
yury
|
fd873c2ee0
* Fixed compilation on targets where sizeof(cextended)=12.
|
12 жил өмнө |
paul
|
fe4b5ea82d
compiler: convert unicode constants which are > 127 to AnsiString (except UTF8String) in runtime to prevent conversion to wrong codepage (read issue #0021195)
|
12 жил өмнө |
yury
|
f103808e09
* Updated makefile.
|
12 жил өмнө |
yury
|
677c890aff
+ Added test obj files for android-i386.
|
12 жил өмнө |
sergei
|
58f8a00814
* MIPS fppipe(): added error handling, and fixed parameter location (assembler procedures should not modify initial location of parameters, but one of MIPS code generator hacks copies parameters to stack. That hack is subject to remove).
|
12 жил өмнө |
yury
|
cf52a07470
* Updated makefiles.
|
12 жил өмнө |
yury
|
b3862eb4b1
* Use standard Android NDK prefixes for binutils by default.
|
12 жил өмнө |
yury
|
92b2ef2059
* Android: Quote a path to crt object files if needed. It fixes linking when a library path contains spaces.
|
12 жил өмнө |
yury
|
22116ce9be
* Revert changes to java-related files by r23604.
|
12 жил өмнө |
yury
|
4758d513de
* Regenerated 2 makefiles for consistency.
|
12 жил өмнө |
yury
|
e88bc322bc
+ Merge the targetandroid branch. Support for arm and i386 android targets.
|
12 жил өмнө |
paul
|
2a3618fb6c
compiler: set apptype using new SetAppType routine, add 'CONSOLE' define for console apptype.
|
12 жил өмнө |
paul
|
f9277d2043
compiler: add comment for all application types
|
12 жил өмнө |
paul
|
8db6118965
compiler: define FPC_UNICODESTRINGS when UnicodeString is a default string type (for issue #0023861)
|
12 жил өмнө |
paul
|
0be1f4d23d
rtl: missing FPC_UNICODESTRING_TYPE_DEFINED define
|
12 жил өмнө |
lacak
|
b12fad63d4
fcl-db: bufdataset: rename local variable (to avoid confusion between FFilterBufer and FilterBuffer and Buffer vs. Record)
|
12 жил өмнө |
lacak
|
81f15610d6
fcl-db: bufdataset: small reprocessing
|
12 жил өмнө |
svenbarth
|
12f3a21f09
Fix passing of Doubles on m68k processors that don't have FPU support.
|
12 жил өмнө |
svenbarth
|
489e038379
Disallow "protected" and "strict protected" in extended records (Delphi compatible).
|
12 жил өмнө |
lacak
|
7dc1814b7a
fcl-db: formatting (charcase, method ordering)
|
12 жил өмнө |
michael
|
aca21b0b60
* Attempt to create directory, fail if not possible
|
12 жил өмнө |
lacak
|
1b9842c33a
fcl-db: bufdataset: when new record is inserted or existing edited and some sorted index is presented record is moved to proper position in index. (introduces OrderCurrentRecord method). Small drawback is than in case of inserting record new record is first inserted before current record and then moved to proper position.(but it takes only few memory operations in current implementation).
|
12 жил өмнө |
florian
|
5a81601565
* type casting could force pointers into sub registers, so handle them when converting the pointer to an array
|
12 жил өмнө |