michael
|
4faff70448
* Patch from Ludo Brands to fix compilation (bug 20537)
|
14 years ago |
Jonas Maebe
|
01b980a462
* added "inc" extension to {$i winiconv}
|
14 years ago |
Jonas Maebe
|
2b63a7d66f
* fixed compilation on darwin/arm after r19522
|
14 years ago |
Tomas Hajny
|
80d08fd5be
* InstantFPC built only for some targets rather than all
|
14 years ago |
olivier
|
07eed52fd8
* fix some pthread declarations probably inherited from the BeOS port.
|
14 years ago |
pierre
|
7d867d16bc
Fix problem with QueryHook leading to crashes
|
14 years ago |
Jonas Maebe
|
a228b211c4
* allow local type definitions for "file of xx" component types
|
14 years ago |
paul
|
110119e398
compiler: use globalsymtable for units to store ansistring replacement def (fixes bug #0020529)
|
14 years ago |
paul
|
5d7d143300
rtl: transliterate characters if possible intead of replacing them with "?" chars while converting between codepages
|
14 years ago |
Tomas Hajny
|
3b3f1ac8a5
* additional case insensitive platforms
|
14 years ago |
Tomas Hajny
|
2724a93195
* fixes for additional non-unix platforms
|
14 years ago |
paul
|
c1866d5c17
compiler:
|
14 years ago |
marco
|
22f98e3259
* aspell enabled for windows, patch from Barlone, Mantis #20521
|
14 years ago |
sergei
|
e2d43fcb30
- tcgonnode: don't store exception object in temp if it is not used.
|
14 years ago |
marco
|
047cff3944
* Initial (var)binary field support for mysql and sqlite, patch by Lacak2,
|
14 years ago |
marco
|
4703b63c19
* IShellFolder2.columnstart -> IShellFolder2.columnstate, as per Mantis #20519
|
14 years ago |
sergei
|
964eb8772a
* Fixed tcallnode.expectloc for x87 floating-point results
|
14 years ago |
sergei
|
f4023ef49e
- Removed outdated VER2_0 defines
|
14 years ago |
pierre
|
d3e50e9aa8
* Values outside signed 32-bit can only be assigned to a 64-bit register in one instruction, not to memory
|
14 years ago |
paul
|
f5d2c3a446
tests: fix test for unixes
|
14 years ago |
paul
|
c6ca9e5091
compiler:
|
14 years ago |
paul
|
212b14a46b
rtl: set string codepage for all cases in fpc_AnsiStr_Concat
|
14 years ago |
marco
|
94e03df0e1
* Applied patch from Lacak2 that improved compare() functionality for
|
14 years ago |
marco
|
5955d90a40
* pass fieldnamequotechars to proxy, mantis #20507
|
14 years ago |
sergei
|
a32fdc3ae6
+ Added a simple helper tcg.g_call, intended to replace allocallcpuregisters+a_call_name+deallocallcpuregisters sequence which is used all over the place.
|
14 years ago |
pierre
|
95ea87d797
* Fix tar option for OpenBSD
|
14 years ago |
pierre
|
5f77ff8a18
* Do not define FPC_HAS_UNDERSCORE_PREFIX for i386 OpenBSD anymore
|
14 years ago |
sergei
|
9b2614684e
* Return values of get_caller_addr and get_caller_frame was undefined for nil argument.
|
14 years ago |
sergei
|
8e41ecfd54
* Made a stupid mistake in r19460: restoring rbp from rbp-relative reference will obviously crash. This went unnoticed however, because PASCALMAIN does not return and wrong code is never executed. Fixed by storing rbp in non-volatile register instead of local var.
|
14 years ago |
florian
|
80b5100bf6
* don't check array ranges for being constant in generic declarations, resolves #20028
|
14 years ago |