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 |
peter
|
ca8d604964
* various widestring updates, it works now mostly without charset
|
24 years ago |
florian
|
a4755024cc
* some fixes for widestrings and variants
|
24 years ago |
peter
|
64b57cd77d
* add nop after popa (merged)
|
24 years ago |
peter
|
73a59b9ca3
* merged popal fix
|
24 years ago |
Jonas Maebe
|
547bc5f275
* optimized FPC_HELP_CONSTRUCTOR a bit
|
24 years ago |
Jonas Maebe
|
ab2ea0a472
* moved implementations of strlen and strpas to separate include files
|
24 years ago |
Jonas Maebe
|
18de59f50c
* fixed all implementations of strpas
|
24 years ago |
Jonas Maebe
|
af38291233
* simplified and optimized range checking code, FPC_BOUNDCHECK is no longer necessary
|
24 years ago |
florian
|
5da658c6db
* interfaces basically running
|
25 years ago |
florian
|
f79644d9ca
+ AfterConstruction and BeforeDestruction implemented
|
25 years ago |
michael
|
586c4cea50
+ Conditionals fixed
|
25 years ago |
michael
|
650fbb86aa
+ removed logs
|
25 years ago |
michael
|
e7aca136a1
+ Initial import
|
25 years ago |
Jonas Maebe
|
be0deb8185
- removed fpc_strconcat_len for -dnewoptimizations since it's not
|
25 years ago |
marco
|
f5fd205ab5
* Changed move (var source;var dest) to move (const source;var dest)
|
25 years ago |
pierre
|
bf20aa47d9
* fix ingnored assembler error in IndexDWord
|
25 years ago |