Legolas
|
41b69d793c
* libogc improved by adding some helper functions
|
14 年之前 |
sergei
|
1fcd40ee64
Continue fixing open array handling:
|
14 年之前 |
marco
|
7c1f4b8f20
* pass format string to doformaterror procedure. Mantis 16253
|
14 年之前 |
marco
|
7b8c319e3e
* Patch from "gvs" Mantis 17543. Fixes some bugs in implementation parsing
|
14 年之前 |
marco
|
75cdb5b244
* fixed minor logic errors in pqconnection that lead to double free (actually pqclear()). Mantis 17784 by Andrew Brunner
|
14 年之前 |
marco
|
d08662c1ba
* expanded a ifdef mysql50 to 5.0 and 5.1. Mantis 0017661
|
14 年之前 |
marco
|
9a722411ab
* patch from Paul for further vista/win64 API enhancements (mantis 17958)
|
14 年之前 |
marco
|
448e708fd7
* fix from mantis 17308 "memds" misses ftFixedChar when cloning a dataset field and ftDateTime when copying data.
|
14 年之前 |
marco
|
1932f04719
* fix (outline)testmetric. A+W 32+64. Mantis 17727 and mantis 18835
|
14 年之前 |
michael
|
6342ab15c6
* Better error checking in case of errors reading/writing to socket
|
14 年之前 |
sergei
|
9e3731c0e0
* Added 'HaltOnNotReleased:=True', without it a memory leak won't register as a test failure.
|
14 年之前 |
sergei
|
37d5a6c354
* tcg.g_array_rtti_helper(): When converting 'high' to 'length', use an intermediate register to do the increment, so that the original value of 'high' parameter is preserved regardless of platform and optimization settings. Should fix regressions introduced by r17068.
|
14 年之前 |
sergei
|
54bc8efa0b
* Fixed reference counting of open array parameters passed by value. RTTI of the array itself is useless in this case, as it does not provide correct element count. Now using dedicated helpers which take RTTI of array element and the element count. Resolves #18859.
|
14 年之前 |
Jonas Maebe
|
4be36c4b2b
* fixed a number of missing label reference removals when deleting
|
14 年之前 |
michael
|
70e9e5b478
* FreeNotification was not always set for session, sometimes leading to errors if fastcgi is terminated
|
14 年之前 |
michael
|
fb6095ebfe
* SetTypedParam: Clear parameter if data is empty and not a string. Fixed bug with GetNewID - undid virtual, moved to DoGetNewID to correctly save Last inert ID
|
14 年之前 |
marco
|
f0fee289c9
* fix for older GAS assemblers that don't parse (rex64Z) "lock cmpxchg8b (%r8)" properly, as used on FreeBSD7 and up till 8.2.
|
14 年之前 |
Legolas
|
5d906a8f1d
* Workaround for untranslated functions in libogc. Fixed a couple of Makefile.fpc
|
14 年之前 |
michael
|
95862b957f
* GetNewID should be virtual so it can be overridden
|
14 年之前 |
michael
|
40a6490e2d
* In some cases, a looking for a non-existing provider did not return Nil
|
14 年之前 |
michael
|
58905ec7d9
* Terminate when socket cannot be created/bound/accepted.
|
14 年之前 |
Jonas Maebe
|
42cfebd653
* fixed fcl-registry dependency of winunits-jedi (was missing all/release/...
|
14 年之前 |
marco
|
ee31bd0b62
* added getfsstat
|
14 年之前 |
marco
|
d9773a2ee0
* added alias for statsfs
|
14 年之前 |
Legolas
|
23d4e04c5c
* Added Wii support to fpcmake
|
14 年之前 |
Legolas
|
5fc349eda7
* Fixed stacksize for Wii
|
14 年之前 |
Jonas Maebe
|
e78f195422
+ new test that should fail to compile, but doesn't yet
|
14 年之前 |
tom_at_work
|
b0bd6a13ec
Fixed argc/argv/envp for arm/linux shared libraries. They are by default in registers a1/a2/a3 as per ABI: the first arguments when calling a method (in this case the FPC_SHARED_LIB_START) are passed via registers, not on the stack.
|
14 年之前 |
florian
|
5abdfb6f7e
* aint -> asizeint changes
|
14 年之前 |
florian
|
fcd3872d88
+ introduction of tcgint
|
14 年之前 |