nickysn
b5f7a01804
* more PIC fixes in OpenBSD's x86_64 cprt0.as
...
git-svn-id: trunk@41671 -
2019-03-10 16:53:47 +00:00
nickysn
cfa9410b56
* more PIC fixes in OpenBSD's x86_64 cprt0.as
...
git-svn-id: trunk@41670 -
2019-03-10 16:20:33 +00:00
nickysn
b05b43fe35
* some PIC fixes in OpenBSD x86_64 cprt0.as
...
* use the correct section type for .eh_frame
git-svn-id: trunk@41669 -
2019-03-10 16:08:46 +00:00
nickysn
ac86980f8a
+ pass the -dynamic-linker option to the linker even when making a static binary
...
on OpenBSD, because that seems to be needed in order to produce a static
position independent executable in the correct format for that platform
git-svn-id: trunk@41668 -
2019-03-10 15:56:09 +00:00
florian
d657373933
* patch by J. Gareth Moreton which avoids that the optimizer causes reads of invalid memory, resolves #35187
...
git-svn-id: trunk@41667 -
2019-03-10 10:48:50 +00:00
Mattias Gaertner
f52ea868dd
pas2js: compileserver: fall back mime.types
...
git-svn-id: trunk@41666 -
2019-03-10 08:11:33 +00:00
Mattias Gaertner
fa87f8870c
pastojs: fixed accessing Self in anonymous function
...
git-svn-id: trunk@41665 -
2019-03-10 08:07:54 +00:00
michael
492c0d58d8
* Use exposed TDOMWriter to create reduced XML (non-humanreadable)
...
git-svn-id: trunk@41664 -
2019-03-09 20:01:27 +00:00
michael
4dd27d4d03
* Allow ADO output
...
git-svn-id: trunk@41663 -
2019-03-09 20:00:40 +00:00
michael
992d945b0a
* Expose TDOMWriter and TXMLWriter
...
git-svn-id: trunk@41662 -
2019-03-09 19:46:46 +00:00
michael
2c7f278615
* Support for TBufDataset XML format
...
git-svn-id: trunk@41661 -
2019-03-09 18:42:51 +00:00
nickysn
9fc701c75e
* changed the type of the .eh_frame section to 'unwind'
...
git-svn-id: trunk@41660 -
2019-03-09 18:30:31 +00:00
nickysn
6713f943c2
* use PIC in the eh_frame section as well
...
git-svn-id: trunk@41659 -
2019-03-09 17:48:28 +00:00
michael
d1a180b386
* Fix failure to compile due to dynamic HTTP statuses. Make option to enforce XML output
...
git-svn-id: trunk@41658 -
2019-03-09 17:39:12 +00:00
michael
e32d18977c
* Small command-line client that shows how to load data from SQLDB Rest Bridge into TBufDataset
...
git-svn-id: trunk@41657 -
2019-03-09 17:36:30 +00:00
michael
aee381c14b
* Small compatibility fix for width
...
git-svn-id: trunk@41656 -
2019-03-09 17:34:49 +00:00
michael
663d004db9
* Add small SQL shell demo program. Allows to dump results in XML file
...
git-svn-id: trunk@41655 -
2019-03-09 17:34:13 +00:00
nickysn
692a3fe3e4
* fixed bug, due to a typo in the previous commit
...
git-svn-id: trunk@41654 -
2019-03-09 16:58:25 +00:00
nickysn
2771e8c717
* PIC fixes in OpenBSD's prt0.as for x86_64
...
git-svn-id: trunk@41653 -
2019-03-09 16:54:39 +00:00
nickysn
3a58a6261a
* link with -nopie on OpenBSD only if PIC code generation is disabled
...
git-svn-id: trunk@41652 -
2019-03-09 16:11:52 +00:00
Jonas Maebe
cb5b407e89
* fixed taarch64abi.pp so it doens't rely on undefined behaviour between the
...
end of an inline assembly block and the end of a routine
git-svn-id: trunk@41651 -
2019-03-09 16:11:34 +00:00
Jonas Maebe
d34e0b091b
* fixed aarch64 shifterop parsing in inline assembly
...
git-svn-id: trunk@41650 -
2019-03-09 16:11:31 +00:00
nickysn
f7ee1a1da9
- removed duplicated ".note.openbsd.ident" sections, committed erroneously in r41645
...
git-svn-id: trunk@41649 -
2019-03-09 15:40:34 +00:00
michael
ea5ca774a1
* Fix bug #35211 , open mode when unzipping
...
git-svn-id: trunk@41648 -
2019-03-09 14:58:53 +00:00
nickysn
75bc15868e
* applied the OpenGL library name fixes from the OpenBSD ports tree, but
...
modified in a way, that doesn't break other platforms
git-svn-id: trunk@41647 -
2019-03-09 14:57:07 +00:00
nickysn
8716b7321e
* refactored the OpenGL library name ifdef sequence to avoid nested ifdefs
...
git-svn-id: trunk@41646 -
2019-03-09 14:53:47 +00:00
nickysn
85981b0a32
* applied all the OpenBSD startup code patches from the OpenBSD ports tree
...
git-svn-id: trunk@41645 -
2019-03-09 14:33:25 +00:00
nickysn
7b00c732b8
* Adjust for OpenBSD struct changes in the 'dir' structure. Based on OpenBSD
...
ports patch patch-fpcsrc_rtl_bsd_ostypes_inc
git-svn-id: trunk@41643 -
2019-03-08 16:26:40 +00:00
nickysn
2564588bf7
* Adjust for OpenBSD struct changes in the 'dirent' structure. Based on OpenBSD
...
ports patch patch-fpcsrc_rtl_bsd_ostypes_inc
git-svn-id: trunk@41642 -
2019-03-08 16:22:53 +00:00
nickysn
c183b49125
* refactored the ifdefs around the dirent structure
...
git-svn-id: trunk@41641 -
2019-03-08 16:18:17 +00:00
nickysn
d9509a22ad
* Adjust for OpenBSD struct changes in the 'stat' structure. Based on OpenBSD
...
ports patch patch-fpcsrc_rtl_bsd_ostypes_inc
git-svn-id: trunk@41640 -
2019-03-08 16:14:40 +00:00
nickysn
b659720f04
* Do not link to /usr/libexec/ld.so as a shared library on OpenBSD. Based on 3/3
...
of OpenBSD ports patch patch-fpcsrc_compiler_systems_t_bsd_pas
git-svn-id: trunk@41639 -
2019-03-08 16:04:48 +00:00
nickysn
bd9f6170cd
* always add -nopie to linker flags on OpenBSD. Based on 2/3 of OpenBSD ports
...
patch patch-fpcsrc_compiler_systems_t_bsd_pas
git-svn-id: trunk@41638 -
2019-03-08 16:01:30 +00:00
nickysn
c3c9e07867
* Correct library search path for OpenBSD. Based on 1/3 of OpenBSD ports patch
...
patch-fpcsrc_compiler_systems_t_bsd_pas
git-svn-id: trunk@41637 -
2019-03-08 15:59:00 +00:00
svenbarth
a735dc28ae
* fix for Mantis #35204 : TThreadID is a DWord even on Windows 64-bit, so declare it accordingly
...
git-svn-id: trunk@41636 -
2019-03-08 14:47:25 +00:00
svenbarth
9ddf90b059
+ fix for Mantis #35203 : add TLS_OUT_OF_INDEXES constant to Windows unit
...
git-svn-id: trunk@41635 -
2019-03-08 14:47:22 +00:00
michael
a5f257ad20
* Firebird sample DB script, same for sqlite
...
git-svn-id: trunk@41634 -
2019-03-08 10:38:24 +00:00
Mattias Gaertner
183c0837cc
pastojs: fixed loading precompiled units by default
...
git-svn-id: trunk@41633 -
2019-03-07 22:46:24 +00:00
Mattias Gaertner
ba36a27d84
pastojs: pass class var to var argument
...
git-svn-id: trunk@41632 -
2019-03-07 14:48:25 +00:00
michael
7a39e38e5a
* Remove unused variable
...
git-svn-id: trunk@41631 -
2019-03-07 13:35:21 +00:00
michael
b9abb510b8
* Add configconnection to TSQLDBRestConnection
...
git-svn-id: trunk@41630 -
2019-03-07 13:35:01 +00:00
yury
b0535d8d0f
* ppudump: Fixed a warning regarding text clipping.
...
git-svn-id: trunk@41628 -
2019-03-07 10:36:05 +00:00
yury
54756c0f60
* ppudump: Fixed formatting of a error message.
...
git-svn-id: trunk@41627 -
2019-03-07 10:33:04 +00:00
yury
37941d03cc
* ppudump: Avoid using GetLastOSError on platforms that doesn't support it (e.g. go32v2).
...
git-svn-id: trunk@41625 -
2019-03-07 10:18:15 +00:00
michael
da4d2e2712
* CORS credentials corrections
...
git-svn-id: trunk@41624 -
2019-03-07 08:39:39 +00:00
Mattias Gaertner
614755f6da
pastojs: allow typecast extclass to extclass in mode delphi
...
git-svn-id: trunk@41623 -
2019-03-06 21:11:21 +00:00
Mattias Gaertner
9e6f50413b
pastojs: fixed include file search in module directory
...
git-svn-id: trunk@41622 -
2019-03-06 18:11:47 +00:00
Mattias Gaertner
94bb523217
fcl-passrc: test helper for double
...
git-svn-id: trunk@41621 -
2019-03-06 18:10:52 +00:00
michael
2869e9216f
* Build ADO output format as well
...
git-svn-id: trunk@41619 -
2019-03-06 09:49:09 +00:00
michael
0fb747857e
* Add ADO packet data streamer
...
git-svn-id: trunk@41618 -
2019-03-06 08:22:37 +00:00