florian
|
a7f1ce2e98
* patch by Dmitry Boyarintsev: initialize dyn. arrays more cleverly in a setlength call with ref. count>1, resolves issue #29250
|
9 years ago |
florian
|
1857fd513e
* osuinttype and ossinttype must match OS_INT and OS_UINT on avr as well
|
9 years ago |
Jonas Maebe
|
99aaec5431
* handle typed constant definitions of variant records using different fields
|
9 years ago |
Jonas Maebe
|
926e62c886
+ tai_aggregatetypedconst.changetorecord() to change the type of an
|
9 years ago |
Jonas Maebe
|
00c777e51a
* add padding byte fields all as unsigned, as that is also how we
|
9 years ago |
Jonas Maebe
|
abcf441c00
* moved tllvmshadowsymtable items default property from private to public
|
9 years ago |
Jonas Maebe
|
f83f9168ee
* emit all resource strings and internal dynamic string data using the
|
9 years ago |
Jonas Maebe
|
787caf4dda
* treat records with {$packrecords c} the same as other records for LLVM
|
9 years ago |
Jonas Maebe
|
f57a94b5aa
* explicitly name the fields we add in llvmgettemprecorddef()
|
9 years ago |
Jonas Maebe
|
5774238887
* always keep track of the field about to be emitted in curfield, as we
|
9 years ago |
Károly Balogh
|
c7ea73dccf
morphunits: removed things which belong to internal input.device API accidentally exposed in the public headers
|
9 years ago |
Károly Balogh
|
6bbc078ef8
morphunits: added input.device and keyboard.device interfaces, based on fpc-triforce
|
9 years ago |
Károly Balogh
|
336e054bb0
morphunits: renamed WriteStr macro to dosWriteStr, to avoid clash with WriteStr in system unit
|
9 years ago |
Károly Balogh
|
1f88db0bd3
morphunits: removed KVM unit, which was never meant for public use, and it's no longer used internally in the keyboard/video/mouse units.
|
9 years ago |
Jonas Maebe
|
8f645fdc83
* removed hack to disable dircache for DragonFly BSD now that its dirent
|
9 years ago |
Jonas Maebe
|
f8f03ac4ad
* fixed dirent handling for DragonFly BSD (patch by John Marino,
|
9 years ago |
Károly Balogh
|
d866e0be32
amunits: fixed error to be PLongInt instead of PCxObj in CxBroker. Shouldn't make a big actual difference, but for the sake of correctness...
|
9 years ago |
Károly Balogh
|
21352ca934
amunits: actually, the DoMethodA() fix by Marcus added in r32699 is correct, and the old version was wrong. so remove remark about TODO, and leftovers of the old code.
|
9 years ago |
Károly Balogh
|
c10272d879
amunits, arosunits, morphunits: don't pass the calculated object address through a local var in OCLASS, it's not needed really. also allow inlining of the macros. this results in better code generated
|
9 years ago |
Károly Balogh
|
5d7b08d28f
amunits: fixed CreateCxObj argument locations in commodities
|
9 years ago |
Károly Balogh
|
bafefd52f6
morphunits: amigalib rework
|
9 years ago |
Károly Balogh
|
d196f8f341
morphunits: added some of the EmulHandle magic for exec unit, which will be required for some upcoming amigalib cleanup
|
9 years ago |
marcus
|
26e19330f5
Amiga: DoMethodA repaired (crashed always)
|
9 years ago |
marcus
|
fe87417345
Amiga: Added DoMethod varargs version
|
9 years ago |
nickysn
|
55a38bf895
* increased the default dosbox timeout to 60 seconds
|
9 years ago |
nickysn
|
61d76e837f
+ support specifying the dosbox timeout (the maximal amount of time a test is
|
9 years ago |
Károly Balogh
|
ddc387891b
amunits: removed pastoc dependency from workbench unit. this was the last unit which depend on pastoc in coreunits
|
9 years ago |
Károly Balogh
|
49e4ea153a
amunits: removed pastoc dependency from icon unit. also removed two BumpRevision() overlays which were simply broken since day 1. (newname is an output buffer the caller must allocate, not an input parameter)
|
9 years ago |
Károly Balogh
|
61e60bd46f
amunits: syscallified reqtools, and zapped dependency on pastoc unit
|
9 years ago |
Tomas Hajny
|
b48b758a23
* fix for bug #29158 - added definition of REMOTE_NAME_INFOW (and REMOTE_NAME_INFOA), the W version used in ExpandUNCFileName now
|
9 years ago |