florian
|
14c33448af
* fixed copy(dyn. array of ansistring)
|
20 years ago |
Jonas Maebe
|
3f30fb7bb6
* fixed getting pointer to nested dynarray types
|
21 years ago |
Jonas Maebe
|
405fb30652
* fixed pointer arithmetic errors
|
21 years ago |
florian
|
b54ea2800a
* fixed fpc_dynarry_copy for arm/sparc
|
21 years ago |
florian
|
4ae980e0bc
* fixed dyn. array handling for 32 bit architectures requiering proper alignment
|
21 years ago |
peter
|
fd759e521f
* saveregisters calling convention is obsolete
|
21 years ago |
michael
|
5cccea2115
+ Fix crash when resizing dynamic array
|
21 years ago |
peter
|
3094258825
* removed warnings
|
21 years ago |
peter
|
962ef697d5
* remove comment warnings
|
21 years ago |
michael
|
f4e0bc3881
+ Patch from peter to fix crash
|
21 years ago |
florian
|
3ef5e89682
* fixed <dyn. array>:=nil;
|
21 years ago |
peter
|
e8f338aa8e
* use freemem() without size
|
21 years ago |
peter
|
48ea64442f
* fixed a:=copy(b)
|
22 years ago |
florian
|
78a00b657b
* fixed copy(<dynarray>, ...)
|
22 years ago |
peter
|
2b6e06bd4a
* fixed dynarray copy
|
23 years ago |
florian
|
b38887e311
+ range checking for dyn. arrays
|
23 years ago |
peter
|
603b3bc48b
* Copy() changed to internal function calling compilerprocs
|
23 years ago |
peter
|
01dfac4a4e
* old logs removed and tabs fixed
|
23 years ago |
peter
|
268e4bb7e7
* use saveregisters for incr routines, saves also problems with
|
23 years ago |
peter
|
0cdf327866
* updated compilerprocs
|
23 years ago |
peter
|
1338dbd992
* updated for dynarr:=nil
|
23 years ago |
Jonas Maebe
|
e27b13b0e4
* correctly check for 0-size dynarray in previous patch
|
23 years ago |
Jonas Maebe
|
f0662a6990
* don't allocate memory when doing a setlength(dynarr,0) when dynarr is
|
23 years ago |
florian
|
5050f1ff66
* init and final code in genrtti.inc updated
|
24 years ago |
Jonas Maebe
|
d601ccd49b
* fixed bug in dynarr_decr_ref I introduced with my previous fixes
|
24 years ago |
Jonas Maebe
|
da09ad93c7
* fixed several bugs, most related to handling multi-dimensional
|
24 years ago |
florian
|
6476fbf2fe
* fixed and added a lot of stuff to get the Jedi DX( headers
|
24 years ago |
Jonas Maebe
|
b9f6efc85b
+ "compproc" helpers
|
24 years ago |
florian
|
23b3c24a01
+ made the ref. couting MT safe
|
24 years ago |
peter
|
46b58ded78
* fixes for the stricter compiler
|
24 years ago |