Mattias Gaertner
|
391f268bbb
instantfpc: fixed compilation for 2.4.4
|
14 rokov pred |
sergei
|
ad94e5e719
* Link TLS directory and callbacks only into executables. It is not necessary for DLLs, because callback functionality is contained in DllMain. Moreover, DLLs with TLS directory cannot be dynamically loaded in Windows versions prior to Vista.
|
14 rokov pred |
michael
|
888ea8121c
* Patch from Reinier Olislaegers to handle multiline data
|
14 rokov pred |
michael
|
f0bbea9319
* Tester for XSD export
|
14 rokov pred |
michael
|
03133e4980
* fpxmlxsdexport.pp(2285,41) Error: Illegal type conversion: "LongInt" to "AnsiString"
|
14 rokov pred |
sergei
|
c9f92c0323
* Excluded oso_executable from attributes of user sections. User sections may currently be specified only for variables and typed consts, which are not executable.
|
14 rokov pred |
marco
|
134f941937
* widestring fields for odbc. Patch from Mantis #19773
|
14 rokov pred |
marco
|
e7375bf76f
* add some wide* cases to bufdataset index building, fixes bug #19807
|
14 rokov pred |
marco
|
eef37e69c5
* use ctypes types in structs, fixes Mantis #19778 and 64-bit linux
|
14 rokov pred |
sergei
|
32c868d83e
* Modified test so recent Windows TLS changes do not break it (these changes cause threadvar Output to move from .bss to thread-local storage, and heaptrc no longer treats it as a valid pointer). Adding support for tls pointer checks to heaptrc could solve this, too (and would be fine anyway), but it is a separate issue. This test is about checking pointers from .data and .bss.
|
14 rokov pred |
sergei
|
ef48f93d85
* win/systhrd.inc: modified ThreadMain so it initializes RTL if not already done, allowing TLS callbacks to be optional.
|
14 rokov pred |
sergei
|
24c3a43b35
* Call SysFlushStdio from FlushThread, instead of duplicating its functionality.
|
14 rokov pred |
sergei
|
4d0e8ca896
* Fixed compilation of the test after r16326
|
14 rokov pred |
Jonas Maebe
|
cb1da8de85
* fixed getcopy order for ttempcreatenode in case it has tempinitcode
|
14 rokov pred |
florian
|
95ad75c7bf
* hack to set stack top for atmega128
|
14 rokov pred |
florian
|
57613d1bb9
+ add avr-embedded to systems_embedded
|
14 rokov pred |
florian
|
5c9e0a7a1b
+ V is avr help screen option
|
14 rokov pred |
florian
|
57cdf34a6b
* put -Wpxxxx switch on the help screen
|
14 rokov pred |
florian
|
ecb04d1620
* use tcgint instead of aint in ttempcreatenode
|
14 rokov pred |
florian
|
aae20fd488
* enable loading of the stack pointer
|
14 rokov pred |
florian
|
98d3007580
+ support to parse hi8/lo8(...) in inline assembler
|
14 rokov pred |
Mattias Gaertner
|
e18d5e1f61
avltree: made nodemgr protected
|
14 rokov pred |
florian
|
04e2321724
* avr cpuflags renames
|
14 rokov pred |
florian
|
ac17ee8acb
* fix compilation of atmega128 startup code, not working yet
|
14 rokov pred |
michael
|
840b158eb8
* Fixed DeleteKey. Deleting the last key does not delete the section (Delphi/Windows compatible)
|
14 rokov pred |
michael
|
066a001afe
* Fixed WriteString to be Windows/Delphi compatible. Writing an empty value does not delete the value
|
14 rokov pred |
Jonas Maebe
|
d85ccd7418
* fixed compilation on targets where tthreadid is not an integer type after
|
14 rokov pred |
sergei
|
5c3aca5148
* thread.inc, DoneThread: allow CurrentTM.ReleaseThreadVars to be unassigned and reset ThreadID (in preparation to support Windows native threadvars)
|
14 rokov pred |
sekelsenmat
|
e21749d6d4
fpvectorial: Finishes fixing the colors in the PostScript reader
|
14 rokov pred |
sekelsenmat
|
d37d0ae1a4
fpvectorial: Fixes some bugs in the PostScript interpreter, previously it didnt run some procedures, and adds more commands to it
|
14 rokov pred |