maciej-izak
|
d83889c6d2
* Rename for management operators (proposed by Florian): AddRef -> Copy and Copy -> Clone
|
пре 9 година |
maciej-izak
|
e4aad22223
Copy operator (if declared) is executed instead of default fpc_Copy code (any other behavior has no sense).
|
пре 9 година |
maciej-izak
|
8e80538d2c
RTL support for new management operators AddRef and Copy (NOTE: names can be changed). AddRef operator is used when record is passed as parameter to method/function by value (for records to large to copy (when only the address is pushed)). AddRef is used also for dynamic array operations (temporary for SetLength operation and for Copy operation for already copied data by move).
|
пре 9 година |
maciej-izak
|
9ee63395a5
Missing conversion token/operator for new management operators AddRef and Copy for previous commit r33469
|
пре 9 година |
maciej-izak
|
27b003253d
New tokens, proper parsing and new VMT slots for new management operators: AddRef and Copy. New operators require changes to RTL (that will be committed next time).
|
пре 9 година |
maciej-izak
|
6b8d33862c
merge to trunk r33457
|
пре 9 година |
michael
|
1a4dd1b9b2
* Fixed typo in russian message (Ondrej Pokorny)
|
пре 9 година |
Károly Balogh
|
4ed3a3f09a
* re-read the libbase already pushed on the stack for AROS syscalls, instead of trying to re-resolve it. should fix threadvar libbases on AROS.
|
пре 9 година |
florian
|
90b284e169
+ generate .debug_aranges sections for dwarf debug info: enables faster address to debug info translation
|
пре 9 година |
michael
|
897547b115
* More fixes from Graeme, hopefully UTF16 works now fully
|
пре 9 година |
svenbarth
|
f8e9b33f99
Merge first batch of package handling related revisions from the packages branch
|
пре 9 година |
svenbarth
|
0f9e556c80
* regenerate message files after r33450
|
пре 9 година |
svenbarth
|
cde95b0e4a
Merge all message related changes from the package branch
|
пре 9 година |
svenbarth
|
5be046d8dc
Consider the revisions for indirectly loading global variables as merged.
|
пре 9 година |
svenbarth
|
9857a27ad8
Generate and use an indirect symbol for VMTs.
|
пре 9 година |
svenbarth
|
140f5b5f94
Write indirect symbols for the RTTI (basically a merge of r28238, but using the typed constant builder and the new indirect asmbinds)
|
пре 9 година |
Károly Balogh
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
пре 9 година |
Károly Balogh
|
96fe4313dd
m68k: fixed spilling code interfering with some ADDQ/SUBQ/MOV3Q instructions, fixes paszlib failing since r32830
|
пре 9 година |
yury
|
a934312e4f
* pas2jni: Minor fix to exe extension.
|
пре 9 година |
yury
|
288f7285a3
* pas2jni: Fixed exit code.
|
пре 9 година |
marco
|
39f1244041
* fix mantis #29970
|
пре 9 година |
michael
|
438995b249
* Fix some hints
|
пре 9 година |
Legolas
|
3f80e9e221
* libndsfpc updated to ver. 1.5.12
|
пре 9 година |
michael
|
3c9f25c987
* Some Fixes/Improvements from Graeme
|
пре 9 година |
lacak
|
e75cc6626b
fcl-db: bufdataset: cosmetic (remove unused/unneeded parts of code)
|
пре 9 година |
marco
|
71386f02cd
* another msgtyp
|
пре 9 година |
lacak
|
8833c043b3
fcl-db: bufdataset: reimplement re-linking of records in update buffer.
|
пре 9 година |
lacak
|
a820b5997b
fcl-db: bufdataset: efficient implementation of SameBookmarks method
|
пре 9 година |
lacak
|
68f626f725
fcl-db: bufdataset: implement RevertRecord method for canceling one record cached update.
|
пре 9 година |
sergei
|
f73b3c6e4b
* Also assign the ErrorCode variable, which is being checked by some tests like test/tstack.pp.
|
пре 9 година |