paul
|
21ac5dfb3b
compiler: output ansistring constants in explicit codepage if codepage is explicitly defined using either $codepage directive or compiler switch or for SystemCodepage modeswitch
|
14 gadi atpakaļ |
sergei
|
b997094755
+ Generate unwind bytecode for function prologues on win64.
|
14 gadi atpakaļ |
paul
|
828367bebd
compiler:
|
14 gadi atpakaļ |
paul
|
4d3da666db
compiler: replace string codepage comparison to numeric. store codepage as number in current settings
|
14 gadi atpakaļ |
paul
|
8a4634a7b1
merge r13481 from cpstrnew branch by florian
|
14 gadi atpakaļ |
paul
|
a95512f0ec
merge cpstrnew branch r13480 by florian:
|
14 gadi atpakaļ |
florian
|
a08dfdf803
o slightly modified patch by John Clymer:
|
14 gadi atpakaļ |
pierre
|
d09389ac79
Implement support for $WARN XXX ON/OFF/ERROR
|
14 gadi atpakaļ |
florian
|
6ea8eb7dc2
+ changes precedence of unary minus operator in mac and iso mode, resolves #17710
|
14 gadi atpakaļ |
florian
|
13285ab264
o several strings changed into ansistrings, resolves #19318, no compilation speed degrations measurable
|
14 gadi atpakaļ |
florian
|
3ce9ff93f1
+ patch by Jeppe Johansen to support automatic interrupt table generation by using the interrupt directive with an offset. Not activated yet because it requires to change also the startup code of the different mcus.
|
14 gadi atpakaļ |
florian
|
fcd3872d88
+ introduction of tcgint
|
15 gadi atpakaļ |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
15 gadi atpakaļ |
paul
|
27bb39a1ca
compiler: comment tblock_type members
|
15 gadi atpakaļ |
paul
|
327b570ea4
compiler: rename extended records to advanced records
|
15 gadi atpakaļ |
paul
|
86d3e41442
compiler: replace MODESWTICH POINTERARITHMETICS with $POINTERMATH directive, disable pointer arithmetic in delphi mode by default (compatible with delphi), enable pointer arithmetic in fpc/objfpc modes as they had it enabled by default before, add has_pointer_math field to tpointerdef to allow pointer arithmetic with such pointer even if pointer math mode is off (delphi compatible) + tests
|
15 gadi atpakaļ |
paul
|
726ea27bc0
compiler:
|
15 gadi atpakaļ |
florian
|
38b90c987b
+ enable non local goto in macpas mode, test/tmacnonlocalgoto.pp does not fail anymore
|
15 gadi atpakaļ |
florian
|
0085c22c59
- NaN floating point constants do not anymore cause an error when $Q or $R is active (resolves #16315 and #14757)
|
15 gadi atpakaļ |
florian
|
bacd6fb71b
* disable reg. vars in subroutines with interprocedural used labels
|
15 gadi atpakaļ |
florian
|
ad23569cf1
* renamed pi_has_goto into pi_has_label because the problematic thing is if a procedure has a label as target and not if it has some goto
|
15 gadi atpakaļ |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 gadi atpakaļ |
florian
|
ced4f95c56
+ introduce iso mode
|
15 gadi atpakaļ |
florian
|
138c5d1570
+ feature switch RESOURCES
|
15 gadi atpakaļ |
Jonas Maebe
|
835899524b
+ support for Objective-Pascal for-in loops ("fast enumerations")
|
15 gadi atpakaļ |
paul
|
1b614b526a
compiler:
|
15 gadi atpakaļ |
paul
|
49d94c5a16
compiler: implement {$VARPROPSETTER ON/OFF} support which is required for COM (D7 compatibility):
|
15 gadi atpakaļ |
Jonas Maebe
|
025ec34e4d
+ "CExtended" type that is the same as "extended", but conforming to the
|
16 gadi atpakaļ |
paul
|
a8381c8b32
fpc: compiler:
|
16 gadi atpakaļ |
paul
|
8166148a37
compiler: 'static' keyword:
|
16 gadi atpakaļ |