svenbarth
|
a2b58b842b
+ add support for threadvars in records
|
há 7 anos atrás |
svenbarth
|
c3ca96279a
+ add support for threadvars inside classes
|
há 7 anos atrás |
svenbarth
|
019ebe598a
* regenerate msg*.inc files after addition of the message about threadvars inside classes/records without
|
há 7 anos atrás |
svenbarth
|
0a45d7a774
+ add a message that is used when a threadvar section is started inside a class or record without the "class"
|
há 7 anos atrás |
svenbarth
|
89f42fcdae
* handle vd_threadvar inside read_record_fields()
|
há 7 anos atrás |
Mattias Gaertner
|
821182d518
pas2js: docs
|
há 7 anos atrás |
Mattias Gaertner
|
db9d1aa547
pastojs: assignation using constant array, + operator arrays, clone static arrays, ref sets, adapted copy(), concat(), insert()
|
há 7 anos atrás |
Mattias Gaertner
|
115e34eb51
fcl-passrc: resolver: assignation using constant array, + operator arrays, modeswitch arrayoperators, mode delphi: dyn arrays requires square bracket
|
há 7 anos atrás |
Mattias Gaertner
|
7b96b931b3
fcl-passrc: modeswitch arrayoperators
|
há 7 anos atrás |
svenbarth
|
ff407c56d9
* extend scanning of $modeswitch to support not only + and -, but also ON and OFF like other switches
|
há 7 anos atrás |
nickysn
|
f036e67d8f
* fixed the reading of OMF groups by the internal linker. Previously, it only
|
há 7 anos atrás |
nickysn
|
46b82e3208
+ added the necessary changes for section based smartlinking to the msdos
|
há 7 anos atrás |
nickysn
|
45337b67fe
+ when using the i8086 with section based smartlinking, create OMF section
|
há 7 anos atrás |
nickysn
|
f07658d3dc
* get rid of TOmfRelocation.GetGroupIndex; instead, read the index property of
|
há 7 anos atrás |
nickysn
|
c8fc7c84c8
* avoid adding a section to a group twice in TOmfObjData.createsection
|
há 7 anos atrás |
michael
|
dae7d20d69
* Fix bug #33880
|
há 7 anos atrás |
nickysn
|
8a34bd22b8
* pass a TObjSectionGroup object as parameter to TOmfObjOutput.AddGroup, instead
|
há 7 anos atrás |
nickysn
|
d3db9e101a
* don't check for the presence of the group in TOmfObjOutput.AddSegmentToGroup,
|
há 7 anos atrás |
nickysn
|
9a0eca52cb
* changed the type of TOmfObjSection.PrimaryGroup from string to
|
há 7 anos atrás |
nickysn
|
42f06acaeb
+ also create the primary section group and add the newly created section to it
|
há 7 anos atrás |
nickysn
|
f4e26f382f
+ added an 'index' field to TObjSectionGroup, specifying the index of the group
|
há 7 anos atrás |
nickysn
|
ab47c8b899
+ introduce the omf_section_primary_group function. Use it instead of
|
há 7 anos atrás |
pierre
|
ddf0aab494
Explicitly disabled overflow and range check
|
há 7 anos atrás |
pierre
|
e518bd52ba
Explicitly disabled overflow and range check for these two tests
|
há 7 anos atrás |
svenbarth
|
3f96c0baed
* use reverse_longword() instead of reverse_byte(); fixes the management operators of records inside classes on big endian systems
|
há 7 anos atrás |
svenbarth
|
af6f094420
+ add reverse_longword() function that reverses the bit pattern for a longword, just like reverse_byte() and reverse_word() do for Byte and Word respectively
|
há 7 anos atrás |
svenbarth
|
1c9ea4c120
* enable modeswitch arrayoperators for the tests
|
há 7 anos atrás |
svenbarth
|
fa0765d131
* regenerate msg*.inc files after addition of the warning for array operators
|
há 7 anos atrás |
svenbarth
|
fa78bb0e89
* warn if the compiler hides an eventual "+" operator overload if modeswitch ArrayOperators is active
|
há 7 anos atrás |
svenbarth
|
7522a34a67
+ add a message that can be used if an internal operator hides an existing operator overload
|
há 7 anos atrás |