Jonas Maebe
|
60d75fa97e
* fixed (harmless) range error in 64 bit BSD-based RTLs
|
před 9 roky |
michael
|
bd06efefa2
* Support for AcceptIdleTimeout, correct termination when running threaded (bug ID 29879)
|
před 9 roky |
michael
|
c05373bfe1
* Do not raise error if a connection was created during accept, silently drop the connection
|
před 9 roky |
Jonas Maebe
|
46166c89cb
- removed no longer used and unsafe ttemprefnode.create_offset()
|
před 9 roky |
Jonas Maebe
|
712e4f90d6
- removed (unnecessary) use of ctemprefnode.create_offset() while parsing
|
před 9 roky |
Jonas Maebe
|
661be0baad
* replaced ctemprefnode.create_offset() usage in variant array indexing
|
před 9 roky |
michael
|
6a07c59280
* Implement idle timeout demo
|
před 9 roky |
michael
|
e39a964239
* Implement Idle timeout for accepting connections
|
před 9 roky |
michael
|
a03999cb79
* Implement Idle timeout for accepting connections
|
před 9 roky |
marcus
|
a25663d64f
MorphOS: fixed sockets inside threads
|
před 9 roky |
Jonas Maebe
|
9d2bba1917
* create a separate type and def for the LLVM "i1" type, because reusing
|
před 9 roky |
Jonas Maebe
|
a29524800f
* converted variant dispatch parameter construction from a hacked temp
|
před 9 roky |
Jonas Maebe
|
abe8d44f37
* changed allocating a temp with type sinttype and size sinttype*dims for
|
před 9 roky |
Jonas Maebe
|
ffe4e7fada
* addition to r32779: also fix the type correctness of the array parameter
|
před 9 roky |
Jonas Maebe
|
04c5d2ee6e
* generate indirect symbols for LLVM too
|
před 9 roky |
Jonas Maebe
|
44839ba0c0
* handle AB_INDIRECT and AB_EXTERNAL_INDIRECT in the llvm assembler writer
|
před 9 roky |
Jonas Maebe
|
4fff9645af
* use tasmbind for llvm aliases and derive llvm flags from that
|
před 9 roky |
svenbarth
|
e15816e35b
Fix for Mantis #30110. Speed up finalization of array of primitive/simple records (aka records not containing managed types).
|
před 9 roky |
pierre
|
7fd805c5d8
* Fix compilation for win16 OS with -dSYSTEMDEBUG
|
před 9 roky |
pierre
|
e4a9e0ceea
* Fix compilation for msdos OS with -dSYSTEMDEBUG
|
před 9 roky |
pierre
|
14359cffec
Fix system compilation for win16 OS by setting FPC_NO_DEFAULT_MEMORYMANAGER and adding dummy FinalizeHeap
|
před 9 roky |
pierre
|
06b0bb56c1
Disable SysFreeMem call for argv for win16 OS, which does not use SysFreeMem
|
před 9 roky |
svenbarth
|
e522affbf6
Regenerate NativeNT Makefile after recent Makefile.fpc changes in r33711, r33712 and r33713
|
před 9 roky |
svenbarth
|
8a42ef764d
Fix compilation of NativeNT target, patch by Karl-Michael Schindler. Fixes Mantis #30149.
|
před 9 roky |
svenbarth
|
d3b936073a
+ add rule for the ISO Pascal unit
|
před 9 roky |
svenbarth
|
8927b8f6b1
* use the dummy DOS unit from the Embedded target so that we can use it for the ExtPas unit
|
před 9 roky |
Jonas Maebe
|
f1dad33217
* file forgotten to commit in r33708
|
před 9 roky |
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
|
před 9 roky |
Jonas Maebe
|
f0753d85ad
* fix the Upgrade to Unicode version 7 and CLDR 27 from r32814
|
před 9 roky |
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
|
před 9 roky |