marco
|
94e03df0e1
* Applied patch from Lacak2 that improved compare() functionality for
|
14 lat temu |
marco
|
5955d90a40
* pass fieldnamequotechars to proxy, mantis #20507
|
14 lat temu |
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 lat temu |
pierre
|
95ea87d797
* Fix tar option for OpenBSD
|
14 lat temu |
pierre
|
5f77ff8a18
* Do not define FPC_HAS_UNDERSCORE_PREFIX for i386 OpenBSD anymore
|
14 lat temu |
sergei
|
9b2614684e
* Return values of get_caller_addr and get_caller_frame was undefined for nil argument.
|
14 lat temu |
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 lat temu |
florian
|
80b5100bf6
* don't check array ranges for being constant in generic declarations, resolves #20028
|
14 lat temu |
florian
|
2887065c9d
* forgotten test for last commit
|
14 lat temu |
florian
|
3323f1b3ea
* use sra instead of srl when doing overflow checking on sparc, resolves #20396
|
14 lat temu |
florian
|
ace6bfd4e9
* check environment variable LOCALAPPDATA on windows as a possible cache location for instantfpc
|
14 lat temu |
marco
|
f005d71110
* propagate ixDescending in bufdataset. Patch by Hert van Zwietering, Mantis #20043
|
14 lat temu |
marco
|
43e9ffca3b
* add bufdataset to test framework, Mantis #20081, patch by bigchimp
|
14 lat temu |
Jonas Maebe
|
293f09e41d
* corrected test (only "overload" differences between interface/
|
14 lat temu |
Jonas Maebe
|
2423105956
* mark dbf unit as deprecated because abandoned by maintainer, along with a
|
14 lat temu |
Jonas Maebe
|
d8b008b0b0
* require that "overload" is present in the interface if it's used in the
|
14 lat temu |
florian
|
73a084d662
* fixes bootstrapping with 2.6.0
|
14 lat temu |
Jonas Maebe
|
5122411409
* mark strcopy/strlcopy as "overload" in the interface of the strings unit
|
14 lat temu |
marco
|
91f8ee8b89
* improve mapping of db type char to relative new ftfixedchar fieldtype. + tests. Mantis #20483, patch by Lacak2
|
14 lat temu |
Jonas Maebe
|
c7b83717cb
- removed stray "overload" modifiers in the implementation for strcopy and
|
14 lat temu |
marco
|
e13a6d9999
* added patch from mantis #19226 as far as not already committed as part of
|
14 lat temu |
Jonas Maebe
|
f2823a1d68
* r17629 changed the condition for generating safecall code on x64 and ARM
|
14 lat temu |
Tomas Hajny
|
5a5d6668a0
* fpunits.conf -> fpunits.cfg
|
14 lat temu |
marco
|
98ac246990
* fix for leaking handles in parameter buffers, Mantis #17260, patch by Ludo Brands.
|
14 lat temu |
sergei
|
018fdaf839
- Removed unnecessary operations: SetLength before widestringmanager calls (widestringmanager does the allocation) and zero-termination after SetLength (SetLength does zero-termination).
|
14 lat temu |
sergei
|
b36a930f26
- Cleaned out REGCALL defines
|
14 lat temu |
joost
|
bbbc85bbf6
* Use DW_TAG_class_type for classes instead of DW_TAG_structure_type
|
14 lat temu |
paul
|
89416ab0f5
tests: remove UTF8 bom from 2 test units which does not expect to get UTF8 encoded strings
|
14 lat temu |
sergei
|
0d3fa2d2db
- Cleaned out VER2_2 defines
|
14 lat temu |
sergei
|
ea571ba1a3
* Use variables instead of direct indexing into stack, eliminates warnings at compilation.
|
14 lat temu |