Jonas Maebe
|
a7e02c7948
* check validity of calling conventions specified using {$calling x}
|
16 years ago |
Jonas Maebe
|
bf7c9361f6
* delay effect of {$calling x} until switches are flushed (mantis #12985)
|
16 years ago |
Jonas Maebe
|
e5920bc2b8
* delay verbosity changes just like localswitches changes
|
16 years ago |
florian
|
c7100799ed
+ forbid usage of $E on targets supporting no fpu emulation
|
18 years ago |
Jonas Maebe
|
4765364816
* don't give a warning for {$u-} (means "Pentium-safe fdiv off", is only
|
18 years ago |
Jonas Maebe
|
c9148d67a9
* support for {$z+/-} (={$z4/1})
|
18 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
2888a21593
* list supported optimization options in -i
|
19 years ago |
peter
|
632bdcd149
* $W switch sets the localswitch cs_generate_stackframes that can be
|
20 years ago |
peter
|
89297d2c39
* move all stabs ($ifdef gdb) code to dbgstabs
|
20 years ago |
florian
|
08f0419e3e
+ $A similiar to $align on/off added
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
olle
|
c2be1fd337
* made macpas switches in sync with turbo switches
|
20 years ago |
peter
|
d763f9e142
browser disabled
|
21 years ago |
olle
|
41bdd6178c
+ added external facilities for macpas
|
21 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
peter
|
bd07b65cfd
* don't turn off debuginfo when line info is requested
|
21 years ago |
peter
|
06ebac4e27
* readded missing revisions
|
23 years ago |
carl
|
21b3a10f02
+ defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
|
23 years ago |
peter
|
2992e1819c
* removed old logs and updated copyright year
|
23 years ago |
peter
|
3bcfe33002
* fixed stackcheck that would be called recursively when a stack
|
23 years ago |
peter
|
7781fca6bd
* read only typed const support, switch $J-
|
24 years ago |
peter
|
1866044949
* $E is moduleswitch (merged)
|
24 years ago |
peter
|
32b9cdb7cf
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
24 years ago |
peter
|
a71e44ac49
* use defines.inc
|
25 years ago |
Jonas Maebe
|
4171877126
+ support for full boolean evaluation (b+/b-), default remains short
|
25 years ago |
peter
|
4c94659743
* moved some util functions from globals,cobjects to cutils
|
25 years ago |