svenbarth
|
70a7a09413
* use the correct thread ID when checking for the main thread
|
hace 12 años |
Tomas Hajny
|
e256311188
* GetCPUCount implementation for OS/2 added
|
hace 12 años |
florian
|
962cf1ea10
* patch by Reinier Olislagers: change several types from Longint to Longword in the zip code, resolves #23482
|
hace 12 años |
florian
|
feefcb6d3d
* don't generate dec for case nodes of unsigned types because dec does not set the carry flag, resolves #23503
|
hace 12 años |
ludob
|
7075f7aaa3
pqconnection.pp: use of connection pool instead of creating a new connection for every new transaction.
|
hace 12 años |
svenbarth
|
764f36a179
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
|
hace 12 años |
michael
|
0dd6c1454e
* Patch from Anton to support dotted unit names (Bug ID 22919)
|
hace 12 años |
pierre
|
8b4603ed51
Set OSABI in elf header for openbsd OS, contributed by Pascal Stumpf
|
hace 12 años |
pierre
|
7457a0f321
Use new getdirentriesi49 syscall, contributed by Pascal Stumpf
|
hace 12 años |
michael
|
3588c39a55
* Patch by Graeme Geldenhuys to fix various issues (bug ID 23432)
|
hace 12 años |
pierre
|
bba4932ef9
* Fix commit 23220, by moving declaration from syscallh.inc to syscall.inc
|
hace 12 años |
pierre
|
70a29668a4
Try to fix simply the fpc_threadvar_relocate_proc problem
|
hace 12 años |
yury
|
9b799b9636
* For compatibility with existing cross-platform registry code, add registry constants to Registry unit on Windows. The constants are directly mapped to Windows unit to avoid problems.
|
hace 12 años |
marco
|
80c25bda92
* make onprogress public. Mantis #23476
|
hace 12 años |
marco
|
2b70085b61
* removed debug writeln.
|
hace 12 años |
svenbarth
|
e914ec7f00
Add platform independant support for "GetTickCount" and "GetTickCount64" to unit "SysUtils". "GetTickCount" is declared as deprecated from the beginning and thus "GetTickCount64" should be used instead.
|
hace 12 años |
sergei
|
d967566a37
* Changed TExternalAssembler.CreateSmartLinkPath to use ansistrings (TPathStr), like the rest of file handling routines do.
|
hace 12 años |
sergei
|
27c626245b
* Reuse RecordRTTI to finalize class instances. This is possible because RTTI for classes is the same as for records (except different value of tkKind field), and RecordRTTI ignores tkKind (assuming that required checks are done by its caller).
|
hace 12 años |
marco
|
4dbe24d375
* some position 64-bit fixes found when I did a quick investigation of #23482
|
hace 12 años |
michael
|
3f1111649b
* Small improvement to dumprecord
|
hace 12 años |
michael
|
0602984934
* Compile fpapache24
|
hace 12 años |
michael
|
17ec1d4266
* Version of apache module application that works with Apache 2.4
|
hace 12 años |
michael
|
5180320841
* Avoid nameclash in apr too
|
hace 12 años |
michael
|
26bab0d14f
* Also compile httpd24
|
hace 12 años |
yury
|
2012220aec
* Fixed HKEY_xxx defines for win64. For example HKEY_CLASSES_ROOT should be $FFFFFFFF80000000 on win64 instead of $80000000. Most registry API functions accept invalid HKEY_xxx values. But some registry functions like RegOverridePredefKey() require proper values. I had spent several hours fighting with RegOverridePredefKey() on win64 until I have found what had been wrong.
|
hace 12 años |
michael
|
6ee8cade08
* httpd 2.4 (Apache 2.4) headers by A. Borka
|
hace 12 años |
marco
|
a929eb36cb
* Fix for #23470, also free fcommands
|
hace 12 años |
yury
|
5556fecdf0
* Include regdef.inc only if XMLREG is defined (non-Windows platforms). On Windows it is not needed since the Windows unit is included and it has all necessary declarations. Keeping duplicate declarations in regdef.inc on Windows is dangerous since it leads to out of sync problems.
|
hace 12 años |
sergei
|
1116bc3542
* Fixed incorrect condition (a linked list always has at least one dummy element) which was causing every unit to have a threadvar table, regardless of actual presence of threadvars. For units without code, this was causing creation of .o files which aren't necessary otherwise.
|
hace 12 años |
lacak
|
30f96442ca
fcl-db: postgresql: catalog_name for GetSchemaInfoSQL
|
hace 12 años |