michael
300db70983
* Updated from latest service descriptions
...
git-svn-id: trunk@33777 -
2016-05-24 08:35:58 +00:00
michael
4d671cd49d
* Fix bug #30174 , by default allow additional properties
...
git-svn-id: trunk@33776 -
2016-05-24 08:33:45 +00:00
michael
1d54f9f3e7
* Improved code generator to take care of some corner cases (duplicate identifiers, linefeeds in descriptions)
...
git-svn-id: trunk@33775 -
2016-05-24 08:32:58 +00:00
michael
2121a3ae39
* Improved code generator to take care of some corner cases
...
git-svn-id: trunk@33774 -
2016-05-24 08:32:10 +00:00
pierre
345361beef
Revert commit 33771 and directly replace cpu8086 by cpui8086 which is always defined by ppc8086 compiler
...
git-svn-id: trunk@33773 -
2016-05-24 06:52:17 +00:00
michael
904b28bde2
* Small patch from Graeme Geldenhuys to make coding style more coherent (bug id 30114)
...
git-svn-id: trunk@33772 -
2016-05-24 06:49:18 +00:00
pierre
ba509152b8
Also define CPUSMALL macro if CPUI8086 is defined
...
git-svn-id: trunk@33771 -
2016-05-23 21:07:11 +00:00
pierre
6646a0d29f
Correct tseg.pp test for i8086 CPPU for which seg/cseg/dseg/sseg should NOT return zero values
...
git-svn-id: trunk@33770 -
2016-05-23 20:58:37 +00:00
pierre
74b3481918
Use small number for Blocks constant for i8086 CPU also
...
git-svn-id: trunk@33769 -
2016-05-23 20:51:07 +00:00
nickysn
0a9bcf0369
+ added the new test/units/windows directory to the list of dirs, searched for tests by the makefile
...
git-svn-id: trunk@33763 -
2016-05-23 17:22:07 +00:00
pierre
4ff01e1f41
Modify tnodeutils.insertbsssym method to generate indirect symbol only if flags contains tf_supports_packages
...
git-svn-id: trunk@33762 -
2016-05-23 15:31:18 +00:00
lacak
33d48897d7
fcl-db: sqldb: when parsing SQL end of /* comment */ is not detected if ends with **/. Bug #30171
...
git-svn-id: trunk@33761 -
2016-05-23 07:25:21 +00:00
florian
57f93ed40d
* correctly generate accesses to jump tables if it contains negative entries, resolves issue #30119
...
git-svn-id: trunk@33760 -
2016-05-22 21:02:49 +00:00
Károly Balogh
963c4aa1f8
* fixed the sign handling of i386 fpc_div_int64 helper (Mantis 30166)
...
git-svn-id: trunk@33753 -
2016-05-22 16:57:30 +00:00
nickysn
bffe9480f4
+ added the winapi functions, structures and constants for raw keyboard and mouse input
...
git-svn-id: trunk@33746 -
2016-05-22 01:59:27 +00:00
Károly Balogh
e2b3c6389f
fcl-net: fixed the build after r33728 on everything which is non-Unix and non-Windows...
...
git-svn-id: trunk@33745 -
2016-05-22 01:02:48 +00:00
Károly Balogh
5acd04d284
m68k: some experimental code for the unaligned access support on plain 68000. work in progress, inactive code for now
...
git-svn-id: trunk@33744 -
2016-05-22 00:32:41 +00:00
Károly Balogh
a6ee4a2ded
m68k: cleaned up second_addordinal and included OP_SUB in the common codepath
...
git-svn-id: trunk@33743 -
2016-05-21 18:43:26 +00:00
michael
07073c09a6
* Added Proxy support: bug ID #26270
...
git-svn-id: trunk@33742 -
2016-05-21 18:19:38 +00:00
Károly Balogh
47621f81cd
m68k: implemented second_addordinal; for the most trivial cases. this allows the right node to be a reference. falls back to the generic implementation for nontrivial cases.
...
git-svn-id: trunk@33741 -
2016-05-21 16:46:12 +00:00
nickysn
dd9ea88b79
* TObjSection.MemPos reverted back to qword after r33692, since it breaks the
...
i8086-msdos internal linker for .exe files larger than 64kb (thanks pierre for
investigating this issue)
git-svn-id: trunk@33740 -
2016-05-21 16:45:36 +00:00
Károly Balogh
786aecabeb
m68k: improved a_op_reg_ref, to support more operations. implemented a_op_ref_reg
...
git-svn-id: trunk@33739 -
2016-05-21 16:41:13 +00:00
Jonas Maebe
0e9d232d2a
* fixed indentation in previous commit
...
git-svn-id: trunk@33738 -
2016-05-21 14:51:24 +00:00
Jonas Maebe
fe5cf94e10
* moved generation of initialisation/finalisation nodes from the code
...
generator to psub and ngenutil
o removed dependence of hlcgobj on pass_1
git-svn-id: trunk@33737 -
2016-05-21 14:48:34 +00:00
Jonas Maebe
60d75fa97e
* fixed (harmless) range error in 64 bit BSD-based RTLs
...
git-svn-id: trunk@33736 -
2016-05-21 14:48:32 +00:00
michael
bd06efefa2
* Support for AcceptIdleTimeout, correct termination when running threaded (bug ID 29879)
...
git-svn-id: trunk@33735 -
2016-05-21 10:59:09 +00:00
michael
c05373bfe1
* Do not raise error if a connection was created during accept, silently drop the connection
...
git-svn-id: trunk@33734 -
2016-05-21 10:58:08 +00:00
Jonas Maebe
46166c89cb
- removed no longer used and unsafe ttemprefnode.create_offset()
...
functionality
git-svn-id: trunk@33733 -
2016-05-21 10:28:28 +00:00
Jonas Maebe
712e4f90d6
- removed (unnecessary) use of ctemprefnode.create_offset() while parsing
...
array constructors
git-svn-id: trunk@33732 -
2016-05-21 10:28:25 +00:00
Jonas Maebe
661be0baad
* replaced ctemprefnode.create_offset() usage in variant array indexing
...
operations
git-svn-id: trunk@33731 -
2016-05-21 10:28:22 +00:00
michael
6a07c59280
* Implement idle timeout demo
...
git-svn-id: trunk@33730 -
2016-05-21 09:44:39 +00:00
michael
e39a964239
* Implement Idle timeout for accepting connections
...
git-svn-id: trunk@33729 -
2016-05-21 09:43:31 +00:00
michael
a03999cb79
* Implement Idle timeout for accepting connections
...
git-svn-id: trunk@33728 -
2016-05-21 09:42:44 +00:00
marcus
a25663d64f
MorphOS: fixed sockets inside threads
...
git-svn-id: trunk@33727 -
2016-05-20 20:53:24 +00:00
Jonas Maebe
9d2bba1917
* create a separate type and def for the LLVM "i1" type, because reusing
...
pasbool8type for this results in too much trouble (we mustn't use i1
for parameters, because then LLVM will try to apply the ABI convention
for passing "1 bit" values, or in records because then this may
result in unwanted bitpacking). Downside: the new LLVMBool1 type is
also exposed in the system unit, because we need it to define LLVM
intrinsics...
git-svn-id: trunk@33726 -
2016-05-20 20:51:44 +00:00
Jonas Maebe
a29524800f
* converted variant dispatch parameter construction from a hacked temp
...
to a plain record (gets rid of ttemprefnode.create_offset())
git-svn-id: trunk@33725 -
2016-05-20 20:51:41 +00:00
Jonas Maebe
abe8d44f37
* changed allocating a temp with type sinttype and size sinttype*dims for
...
with a ctemprefnode.create_offset() hack into a proper array, because
the old way does not work at all with LLVM (and is ugly)
git-svn-id: trunk@33724 -
2016-05-20 20:51:38 +00:00
Jonas Maebe
ffe4e7fada
* addition to r32779: also fix the type correctness of the array parameter
...
to fpc_initialize_array()
git-svn-id: trunk@33723 -
2016-05-20 20:51:35 +00:00
Jonas Maebe
04c5d2ee6e
* generate indirect symbols for LLVM too
...
git-svn-id: trunk@33722 -
2016-05-20 20:51:31 +00:00
Jonas Maebe
44839ba0c0
* handle AB_INDIRECT and AB_EXTERNAL_INDIRECT in the llvm assembler writer
...
git-svn-id: trunk@33721 -
2016-05-20 20:51:28 +00:00
Jonas Maebe
4fff9645af
* use tasmbind for llvm aliases and derive llvm flags from that
...
git-svn-id: trunk@33720 -
2016-05-20 20:51:25 +00:00
svenbarth
e15816e35b
Fix for Mantis #30110 . Speed up finalization of array of primitive/simple records (aka records not containing managed types).
...
rtl/inc/dynarr.inc:
+ add elType field to tdynarraytypedata (this tells us whether a finalization is needed)
* fpc_dynarray_clear: don't finalize the array elements if elType is Nil
* fpc_dynarray_setlength: only call int_addref() and int_finalizearray() if elType is set
* fpc_dynarray_copy: don't check for tkManagedTypes, but instead check whether elType is assigned
git-svn-id: trunk@33719 -
2016-05-20 16:04:14 +00:00
pierre
7fd805c5d8
* Fix compilation for win16 OS with -dSYSTEMDEBUG
...
git-svn-id: trunk@33718 -
2016-05-20 15:58:27 +00:00
pierre
e4a9e0ceea
* Fix compilation for msdos OS with -dSYSTEMDEBUG
...
git-svn-id: trunk@33717 -
2016-05-20 15:46:46 +00:00
pierre
14359cffec
Fix system compilation for win16 OS by setting FPC_NO_DEFAULT_MEMORYMANAGER and adding dummy FinalizeHeap
...
git-svn-id: trunk@33716 -
2016-05-20 15:20:46 +00:00
pierre
06b0bb56c1
Disable SysFreeMem call for argv for win16 OS, which does not use SysFreeMem
...
git-svn-id: trunk@33715 -
2016-05-20 15:19:18 +00:00
svenbarth
e522affbf6
Regenerate NativeNT Makefile after recent Makefile.fpc changes in r33711, r33712 and r33713
...
git-svn-id: trunk@33714 -
2016-05-20 13:22:39 +00:00
svenbarth
8a42ef764d
Fix compilation of NativeNT target, patch by Karl-Michael Schindler. Fixes Mantis #30149 .
...
rtl/nativent/Makefile.fpc:
+ add rule for ISO Extended Pascal unit
rtl/nativent/sysutils.pp:
* add dummy implementations of the RawByteString and UnicodeString variants of ExecuteProcess
packages/fcl-pdf/fpmake.pp:
* don't compile fcl-pdf for NativeNT
git-svn-id: trunk@33713 -
2016-05-20 13:21:08 +00:00
svenbarth
d3b936073a
+ add rule for the ISO Pascal unit
...
git-svn-id: trunk@33712 -
2016-05-20 13:18:21 +00:00
svenbarth
8927b8f6b1
* use the dummy DOS unit from the Embedded target so that we can use it for the ExtPas unit
...
git-svn-id: trunk@33711 -
2016-05-20 13:17:46 +00:00