florian
644c47e121
* when deciding about the case code generation in case of size optimization, the number of labels is relevant, not the covered range, resolves #34818
...
git-svn-id: trunk@40851 -
2019-01-13 10:32:00 +00:00
florian
dd072ce76b
+ seek for typefiles in iso mode, resolves #34848
...
git-svn-id: trunk@40850 -
2019-01-12 23:29:20 +00:00
florian
b223d1c304
* modified patch by Gareth Moreton to make ie unique, resolves #34849
...
git-svn-id: trunk@40849 -
2019-01-12 14:44:54 +00:00
florian
8fceba4493
* properly allocate parameter registers for constants on avr, resolves #33932
...
git-svn-id: trunk@40848 -
2019-01-12 13:28:09 +00:00
marcus
7421d9301d
Fixed compilation after r40846
...
git-svn-id: trunk@40847 -
2019-01-11 22:14:13 +00:00
michael
c54d380f39
* Fix calling convention of _PKCS7 functions
...
git-svn-id: trunk@40846 -
2019-01-11 21:28:38 +00:00
Károly Balogh
b2dafed7c5
haiku: drop the old OpenElf32Beos function, and have a platform specific GetModuleByAddr, this fixes lineinfo on stacktraces (both i386-stabs and x86_64-dwarf2)
...
git-svn-id: trunk@40845 -
2019-01-11 19:51:13 +00:00
Károly Balogh
7947f1d7a9
haiku: pass SA_SIGINFO flag to the signal handler. This seems correct ucontext IP and BP register contents, for valid stacktraces on signals
...
git-svn-id: trunk@40844 -
2019-01-11 19:46:10 +00:00
Károly Balogh
d3c0762af0
haiku: pass the stackpointer from the startup code. this adjust stacktop to be closer to the actual stacktop, and fixes shallow stacktraces
...
git-svn-id: trunk@40843 -
2019-01-11 19:40:08 +00:00
marco
04f9d8b350
* problems reported by nanobit mantis #34850 corrected.
...
- (probably Copy and paste) error in emrpolyline16
- EMREXTCREATEFONTINDIRECTW.elfw is of a W type
- a few missing ^ pointer to's.
git-svn-id: trunk@40842 -
2019-01-11 14:01:15 +00:00
michael
91420c7d93
* Call inherited constructor
...
git-svn-id: trunk@40841 -
2019-01-11 10:53:45 +00:00
michael
9d048470f6
* Patch from margers, to fix alt-backspace
...
git-svn-id: trunk@40839 -
2019-01-10 22:16:50 +00:00
michael
fa94c4dfb2
* Fix stack overflow
...
git-svn-id: trunk@40838 -
2019-01-10 22:11:33 +00:00
nickysn
2c6d41f8fe
+ added the 24-bit color modes, as defined by VBE 1.x, behind ifdef
...
FPC_GRAPH_SUPPORTS_TRUECOLOR (not enabled yet)
git-svn-id: trunk@40837 -
2019-01-10 16:09:34 +00:00
nickysn
80762bc302
* define ColorType as LongWord if FPC_GRAPH_SUPPORTS_TRUECOLOR is defined
...
git-svn-id: trunk@40836 -
2019-01-10 15:56:53 +00:00
pierre
1b16ff3629
Change default debugging format for x86_64-haiku to dwarf-2, as stabs is normally disabled on 64-bit systems
...
git-svn-id: trunk@40835 -
2019-01-10 14:40:05 +00:00
pierre
3e2b102a44
Add missing support for -PriscvXX and -Psparc64
...
git-svn-id: trunk@40833 -
2019-01-10 12:18:22 +00:00
marco
846c708df6
* editor mousewheel support patch from mantis #12081
...
git-svn-id: trunk@40832 -
2019-01-10 10:51:09 +00:00
Károly Balogh
a6aa3cc092
haiku: removed old i386 specific syscalls assembler code and no-libc startup code, copied from the BeOS port initially, and was never in use on Haiku. kept the libc-version of assembly startup code for now for reference.
...
git-svn-id: trunk@40831 -
2019-01-10 07:34:52 +00:00
Károly Balogh
fa624e1ba5
haiku: i386 build fix
...
git-svn-id: trunk@40830 -
2019-01-10 06:55:41 +00:00
Károly Balogh
cc68e36efc
haiku: made signal handling properly support x86_64 as well, and sync'd SigContextRec and related structures with current Haiku code
...
git-svn-id: trunk@40829 -
2019-01-10 06:47:24 +00:00
Károly Balogh
72ee37e03b
haiku: fix clib value in sysos.inc
...
git-svn-id: trunk@40828 -
2019-01-10 06:44:44 +00:00
Károly Balogh
9c2b113497
haiku: added cpu specific signal handler register contexts
...
git-svn-id: trunk@40827 -
2019-01-10 06:44:16 +00:00
Károly Balogh
93ee468fcb
haiku: zapped the old bethreads unit. it's apparently just an ancient version of cthreads, and haiku seems to use cthreads itself since day one.
...
git-svn-id: trunk@40826 -
2019-01-10 04:20:04 +00:00
Károly Balogh
8b424b0867
haiku: copyright header for suuid.inc, minor cleanups, no functional change
...
git-svn-id: trunk@40825 -
2019-01-10 04:17:24 +00:00
Károly Balogh
c061f1480a
haiku: zapped syscalls support code, using the syscall interface directly on Haiku is discouraged, and it was never really supported with FPC
...
git-svn-id: trunk@40824 -
2019-01-10 03:53:44 +00:00
Károly Balogh
e547dfa837
haiku: update baseunix unit, remove syscalls code, flock() and nanosleep() is actually supported on Haiku for a long time now, so lets use it
...
git-svn-id: trunk@40823 -
2019-01-10 03:51:35 +00:00
Károly Balogh
66dc27d6b6
haiku: cleaned up the decade old leftovers from 1.x and early 2.x times from system unit, mainly old bits of heap management no longer in use, old defines and workarounds, also added a copyright header.
...
git-svn-id: trunk@40822 -
2019-01-10 03:45:25 +00:00
pierre
22ea2bd624
Avoid warnings with -O4 option
...
git-svn-id: trunk@40821 -
2019-01-09 22:48:08 +00:00
pierre
193df0204a
Add x86_64-haiku target to some Makefile's
...
git-svn-id: trunk@40820 -
2019-01-09 22:43:56 +00:00
Mattias Gaertner
64cb8424ee
pastojs: refute to read olf precompiled records, comments
...
git-svn-id: trunk@40819 -
2019-01-09 20:53:40 +00:00
michael
3956d22d31
* Add PEM_write_bio_PKCS7, bug ID #0034842
...
git-svn-id: trunk@40818 -
2019-01-09 15:04:04 +00:00
marcus
3241fd257e
Fix compilation after r40816
...
git-svn-id: trunk@40817 -
2019-01-09 10:45:46 +00:00
michael
6bcf5c56c0
* Add samples
...
git-svn-id: trunk@40816 -
2019-01-09 10:27:09 +00:00
michael
efdabcd0cc
* Sample program from Silvio Clecio to generate server certificate
...
git-svn-id: trunk@40815 -
2019-01-09 10:26:55 +00:00
michael
fdff42dd9e
* Soem simplification and reformatting
...
git-svn-id: trunk@40814 -
2019-01-09 10:22:28 +00:00
michael
e14c231d60
* Added makefiles for GnuTLS
...
git-svn-id: trunk@40813 -
2019-01-09 10:19:51 +00:00
michael
0a76d2af4f
* Cosmetic patch from Silvio
...
git-svn-id: trunk@40812 -
2019-01-09 10:19:27 +00:00
marco
2c4ef5512c
* patch from Marģers that fixes parameter arrays formatstr, mantis 34839
...
git-svn-id: trunk@40811 -
2019-01-09 10:18:36 +00:00
Jonas Maebe
2b3fb18327
* fixed thlcg2ll.location_force_mmregscalar() after r40633
...
git-svn-id: trunk@40810 -
2019-01-08 19:23:20 +00:00
Mattias Gaertner
3ed38ef3fa
pastojs: doc: records missing features
...
git-svn-id: trunk@40809 -
2019-01-08 10:04:27 +00:00
Mattias Gaertner
8506f9dbf7
pastojs: doc
...
git-svn-id: trunk@40808 -
2019-01-08 09:42:49 +00:00
Mattias Gaertner
2e11b23883
pastojs: renamed rtl.createTRecord to rtl.recNewT, constructor added return this
...
git-svn-id: trunk@40807 -
2019-01-08 09:41:17 +00:00
Mattias Gaertner
5b7f1b1edb
fcl-passrc: resolver: obj:=obj.create
...
git-svn-id: trunk@40806 -
2019-01-08 09:40:04 +00:00
nickysn
72a9c94b49
+ introduced the ColorType (=word) to the graph unit. This is the type, used to
...
represent a color. This is intended to make it easier to add support for
24-bit and 32-bit color to the graph unit on platforms that support it.
git-svn-id: trunk@40805 -
2019-01-08 08:50:44 +00:00
michael
a9696520fb
* Apply patch from Margers to fix bug ID #6496
...
git-svn-id: trunk@40804 -
2019-01-08 04:15:38 +00:00
michael
db29d01c15
* Applied patch by Bart Broersma to fix bug ID #34277
...
git-svn-id: trunk@40803 -
2019-01-08 03:55:32 +00:00
michael
49ff0a1235
* Fix bug #22435 , using provided patch by alex biasi
...
git-svn-id: trunk@40802 -
2019-01-08 03:50:33 +00:00
pierre
3a52fdf997
Add FPC_SYSTEM_EXIT_NO_RETURN macro for embedded target
...
git-svn-id: trunk@40801 -
2019-01-07 21:41:18 +00:00
michael
2ceb5c9683
* Add X509 functions and example from Silvio Clecio to generate private key
...
git-svn-id: trunk@40800 -
2019-01-07 19:59:22 +00:00