Jonas Maebe
|
60d75fa97e
* fixed (harmless) range error in 64 bit BSD-based RTLs
|
9 years ago |
michael
|
bd06efefa2
* Support for AcceptIdleTimeout, correct termination when running threaded (bug ID 29879)
|
9 years ago |
michael
|
c05373bfe1
* Do not raise error if a connection was created during accept, silently drop the connection
|
9 years ago |
Jonas Maebe
|
46166c89cb
- removed no longer used and unsafe ttemprefnode.create_offset()
|
9 years ago |
Jonas Maebe
|
712e4f90d6
- removed (unnecessary) use of ctemprefnode.create_offset() while parsing
|
9 years ago |
Jonas Maebe
|
661be0baad
* replaced ctemprefnode.create_offset() usage in variant array indexing
|
9 years ago |
michael
|
6a07c59280
* Implement idle timeout demo
|
9 years ago |
michael
|
e39a964239
* Implement Idle timeout for accepting connections
|
9 years ago |
michael
|
a03999cb79
* Implement Idle timeout for accepting connections
|
9 years ago |
marcus
|
a25663d64f
MorphOS: fixed sockets inside threads
|
9 years ago |
Jonas Maebe
|
9d2bba1917
* create a separate type and def for the LLVM "i1" type, because reusing
|
9 years ago |
Jonas Maebe
|
a29524800f
* converted variant dispatch parameter construction from a hacked temp
|
9 years ago |
Jonas Maebe
|
abe8d44f37
* changed allocating a temp with type sinttype and size sinttype*dims for
|
9 years ago |
Jonas Maebe
|
ffe4e7fada
* addition to r32779: also fix the type correctness of the array parameter
|
9 years ago |
Jonas Maebe
|
04c5d2ee6e
* generate indirect symbols for LLVM too
|
9 years ago |
Jonas Maebe
|
44839ba0c0
* handle AB_INDIRECT and AB_EXTERNAL_INDIRECT in the llvm assembler writer
|
9 years ago |
Jonas Maebe
|
4fff9645af
* use tasmbind for llvm aliases and derive llvm flags from that
|
9 years ago |
svenbarth
|
e15816e35b
Fix for Mantis #30110. Speed up finalization of array of primitive/simple records (aka records not containing managed types).
|
9 years ago |
pierre
|
7fd805c5d8
* Fix compilation for win16 OS with -dSYSTEMDEBUG
|
9 years ago |
pierre
|
e4a9e0ceea
* Fix compilation for msdos OS with -dSYSTEMDEBUG
|
9 years ago |
pierre
|
14359cffec
Fix system compilation for win16 OS by setting FPC_NO_DEFAULT_MEMORYMANAGER and adding dummy FinalizeHeap
|
9 years ago |
pierre
|
06b0bb56c1
Disable SysFreeMem call for argv for win16 OS, which does not use SysFreeMem
|
9 years ago |
svenbarth
|
e522affbf6
Regenerate NativeNT Makefile after recent Makefile.fpc changes in r33711, r33712 and r33713
|
9 years ago |
svenbarth
|
8a42ef764d
Fix compilation of NativeNT target, patch by Karl-Michael Schindler. Fixes Mantis #30149.
|
9 years ago |
svenbarth
|
d3b936073a
+ add rule for the ISO Pascal unit
|
9 years ago |
svenbarth
|
8927b8f6b1
* use the dummy DOS unit from the Embedded target so that we can use it for the ExtPas unit
|
9 years ago |
Jonas Maebe
|
f1dad33217
* file forgotten to commit in r33708
|
9 years ago |
Károly Balogh
|
25c34aedc2
m68k: implemented tcpucasenode.genlinearlist. 68k doesn't need cmp after sub, as sub sets the flags as expected. results in simpler, faster and more compact code
|
9 years ago |
Jonas Maebe
|
f0753d85ad
* fix the Upgrade to Unicode version 7 and CLDR 27 from r32814
|
9 years ago |
Károly Balogh
|
b6242d14ed
* use currpara.paraloc[calleeside].def instead of currpara.vardef when copying parameters to local registers in ncgutil. this mimics hlcgobj behavior and fixes parameters passed by reference to be allocated into intregs on m68k. among others, this has a big impact on OOP code, because of self, for example
|
9 years ago |