Commit Graph

55013 Commits

Author SHA1 Message Date
marco
04f9d8b350 * problems reported by nanobit mantis 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
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
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
git-svn-id: trunk@40804 -
2019-01-08 04:15:38 +00:00
michael
db29d01c15 * Applied patch by Bart Broersma to fix bug ID
git-svn-id: trunk@40803 -
2019-01-08 03:55:32 +00:00
michael
49ff0a1235 * Fix bug , 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
Mattias Gaertner
d9ccc42cc4 pastojs: docs
git-svn-id: trunk@40799 -
2019-01-07 17:02:27 +00:00
pierre
090a2cf371 Commit automatically updated file after commit 40753
git-svn-id: trunk@40798 -
2019-01-07 16:55:11 +00:00
Mattias Gaertner
d1edbac29b pastojs:
- changed records from function to Object
- added $new, $assign, $clone, $eq
- passig records to var argument now passes directly instead of temp setter
- using $assign for aRecord:= copying values, keeping object, needed by pointer of record
- advanced records: methods, class vars, const, property, array property, default property, RTTI

git-svn-id: trunk@40797 -
2019-01-07 16:01:35 +00:00
Mattias Gaertner
ad75e44a7c fcl-js: debug comment
git-svn-id: trunk@40796 -
2019-01-07 15:55:08 +00:00
Mattias Gaertner
5efbfcc2b0 fcl-passrc: parser: local and anonymous records cannot be advanced, resolver: adv records: recordvalues, class methods must be static, sub class
git-svn-id: trunk@40795 -
2019-01-07 15:54:33 +00:00
Károly Balogh
d6891557d3 haiku: add sighnd.inc for x86_64, the i386 version with minimal changes, probably needs to be better adapted for 64bit
git-svn-id: trunk@40793 -
2019-01-07 13:47:46 +00:00
Károly Balogh
1a26c381f9 haiku: cleanup of some interface definitions, verify structures against the actual haiku code, so it should work both on 32bit and 64bit
git-svn-id: trunk@40792 -
2019-01-07 13:01:08 +00:00
Károly Balogh
9ce876e2ae haiku: move i386 also to internal sysinit
git-svn-id: trunk@40791 -
2019-01-07 12:58:02 +00:00
Jonas Maebe
51e68eb302 * fixed several places where the interface crc could change:
o unsetting po_inline while parsing the implementation for various reasons
     (interprocedural goto/label, accessing a local in a parent frame,
      having nested procedures)
   o instead handle this via the pio_inline_not_possible flag
   o noreturn can no longer be specified only in the implementation

git-svn-id: trunk@40789 -
2019-01-06 20:35:56 +00:00