peter
|
60407e302b
* fpc_shortstr_concat is now the same for all targets
|
22 years ago |
florian
|
35bb4d682f
* fixed generic shortstr_compare
|
22 years ago |
peter
|
7a2f4e9e26
* ifdef HAS_GENERICCONSTRUCTOR
|
22 years ago |
peter
|
1e86b585f9
* changed address parameter/return values to pointer instead
|
22 years ago |
Jonas Maebe
|
15419c49a6
- removed buggy i386-specific FPC_CHARARRAY_TO_SHORTSTR
|
22 years ago |
mazen
|
675f2770da
+ defining FPC_SYSTEM_HAS_DECLOCKED and FPC_SYSTEM_HAS_INCLOCKED to avoid
|
23 years ago |
peter
|
69ec4efe4d
* fix possible overflow when array len > 255 when converting to
|
23 years ago |
peter
|
8bb7e03d19
* fixed return value when len=0 for indexchar,indexword
|
23 years ago |
carl
|
dec8b274f3
* avoid crashes with negative len counts on fills/moves
|
23 years ago |
carl
|
9afe6d5835
* Replace 220 -> 219
|
23 years ago |
peter
|
5fff238567
* threads unit added for thread support
|
23 years ago |
peter
|
ea8118b37c
* fpc_pchar_length compilerproc and strlen alias
|
23 years ago |
peter
|
603b3bc48b
* Copy() changed to internal function calling compilerprocs
|
23 years ago |
carl
|
5ed7522ade
- removed unused defines
|
23 years ago |
peter
|
9f31783a0a
* old logs removed and tabs fixed
|
23 years ago |
peter
|
685caf03b6
* add alias for fpc_dispose_class so it can be called from
|
23 years ago |
peter
|
c3af3cda9b
* SYSTEMINLINE define that will add inline directives for small
|
23 years ago |
florian
|
3f2a82784e
* changed multi threading define: it's MT instead of MTRTL
|
23 years ago |
carl
|
dfa44b9f00
+ added TEST_GENERIC to test generic version
|
23 years ago |
carl
|
2604402b16
+ TEST_GENERIC to test generic versions of code
|
23 years ago |
Jonas Maebe
|
0d606ac980
* fixed memory corruption bug in fpc_help_constructor
|
23 years ago |
peter
|
90ff7a6db8
* fpc_freemem and fpc_getmem compilerproc
|
23 years ago |
carl
|
fe48bc8f27
- no need for runerror 203, already fixed!
|
23 years ago |
carl
|
16b2fe5095
* cause runtime error 203 on failed class creation
|
23 years ago |
peter
|
7484da248d
* freemem(var) -> freemem(value)
|
24 years ago |
carl
|
901072c39e
* bugfix #1639 (IsMultiThread varialbe setting)
|
24 years ago |
Jonas Maebe
|
41a57028b9
* converted adding/comparing of strings to compileproc. Note that due
|
24 years ago |
Jonas Maebe
|
06f9cd4c96
* some fixes in compilerprocs for chararray to string conversions
|
24 years ago |
Jonas Maebe
|
fc92c3b336
+ compilerproc implementation of most string-related type conversions
|
24 years ago |
Jonas Maebe
|
b9f6efc85b
+ "compproc" helpers
|
24 years ago |