sergei
|
f136e44b6b
- RTL: cleaned up remaining 'decr_ref' routines (not removed completely due to bootstrapping needs, but aliased to 'finalize' ones).
|
před 13 roky |
sergei
|
568ef396fb
* Added fpc_dynarray_assign (a helper for dynamic array assignments), added local access to fpc_intf_assign, and switched fpc_copy to use assignment helpers instead of incr_ref/decr_ref combinations.
|
před 13 roky |
sergei
|
0d3fa2d2db
- Cleaned out VER2_2 defines
|
před 14 roky |
sergei
|
c2ea372682
* Declared types describing RTTI data of arrays and records, and rewrote main RTTI routines using these types. Shorter by about 60 lines, functionality isn't changed.
|
před 14 roky |
sergei
|
1fcd40ee64
Continue fixing open array handling:
|
před 14 roky |
sergei
|
54bc8efa0b
* Fixed reference counting of open array parameters passed by value. RTTI of the array itself is useless in this case, as it does not provide correct element count. Now using dedicated helpers which take RTTI of array element and the element count. Resolves #18859.
|
před 14 roky |
Jonas Maebe
|
749991ec02
+ support extra parameter for initialize() that indicates how many elements
|
před 15 roky |
florian
|
e01e4e5719
* optimized copy(<dyn. array> ...) by checking if the elements are really ref. counted
|
před 15 roky |
marco
|
4104d9f481
* More pluggability of the RTL. Mantis 15124
|
před 16 roky |
yury
|
e82e4ae806
* Fixed WideString on wince. WideString=UnicodeString on wince. Bug #14304.
|
před 16 roky |
Jonas Maebe
|
f9b4d58e98
* set finalized dynarrays to nil (mantis #12048)
|
před 17 roky |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
před 17 roky |
florian
|
f56b741948
* quicker finalization of dyn. arrays, thanks to the hint of Volker Zipfel
|
před 17 roky |
Jonas Maebe
|
dc71827e2e
* procedure version of fpc_copy to avoid errors with {$x-} (mantis #9918)
|
před 18 roky |
florian
|
657ef819e0
* comment fixed
|
před 18 roky |
Jonas Maebe
|
d9284963b3
* fix for fpc_copy on 64 bit systems from Florian
|
před 18 roky |
florian
|
ea97b8b137
* fixed copying of remaining elements
|
před 18 roky |
florian
|
2c4aeefbf4
* fixed copying of automated records
|
před 18 roky |
florian
|
37bd49692e
* proper fix for 8481 et. al.
|
před 18 roky |
yury
|
11576fd24b
* fixed warnings and notes while compiling system unit for wince.
|
před 19 roky |
florian
|
7bff61ce29
* patch from Ales Katona to add a stack size parameter to tthread functions
|
před 20 roky |
michael
|
5cafc069b5
+ Removed NOSAVEREGISTERS define
|
před 20 roky |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
před 20 roky |
michael
|
21425e303c
+ Removed HASVARIANT define
|
před 20 roky |
michael
|
8a226bba52
+ Removed HASWIDESTRING/HASWIDECHAR defines
|
před 20 roky |
michael
|
23ad0ae1ec
+ Removed HASINTF and VER1_0 defines
|
před 20 roky |
peter
|
4ace790492
* remove $Log
|
před 20 roky |
fpc
|
790a4fe2d3
* log and id tags removed
|
před 20 roky |
fpc
|
50778076c3
initial import
|
před 20 roky |
peter
|
e417e34496
* truncate log
|
před 20 roky |