michael
|
f2ee6bcb77
* Fixed bug ID #23444, improved example to show elapsed time
|
12 years ago |
michael
|
b3de56a540
* Fixed compilation for version 5.5 of mysql
|
12 years ago |
michael
|
33b6b8eef5
* No PIPE signal on darwin
|
12 years ago |
florian
|
a2edcfc4e0
* patch by olivier to fix BeOS compilation, resolves #23545
|
12 years ago |
florian
|
728c074bd6
* accept with statements with generic variables having a generic parameter type, resolves #21329
|
12 years ago |
pierre
|
cd0c8a173e
CustHttpApp.pp has no resource strings
|
12 years ago |
florian
|
f6b78719bc
* fix trealconstnode.dogetcopy and trealconstnode.docompare, taking care of all fields, resolves #23486
|
12 years ago |
svenbarth
|
e240856e43
* rtl/m68k/setjumph.inc:
|
12 years ago |
Tomas Hajny
|
2f25717e67
* GetTickCount(64) implementation for OS/2 added
|
12 years ago |
michael
|
91c8177890
* Better error handling, continue to serve requests (bug ID 22260)
|
12 years ago |
michael
|
764b132645
* Implemented some server socket options
|
12 years ago |
svenbarth
|
70a7a09413
* use the correct thread ID when checking for the main thread
|
12 years ago |
Tomas Hajny
|
e256311188
* GetCPUCount implementation for OS/2 added
|
12 years ago |
florian
|
962cf1ea10
* patch by Reinier Olislagers: change several types from Longint to Longword in the zip code, resolves #23482
|
12 years ago |
florian
|
feefcb6d3d
* don't generate dec for case nodes of unsigned types because dec does not set the carry flag, resolves #23503
|
12 years ago |
ludob
|
7075f7aaa3
pqconnection.pp: use of connection pool instead of creating a new connection for every new transaction.
|
12 years ago |
svenbarth
|
764f36a179
Extend TThread with (class) methods and (class) properties from Delphi 2007 and newer.
|
12 years ago |
michael
|
0dd6c1454e
* Patch from Anton to support dotted unit names (Bug ID 22919)
|
12 years ago |
pierre
|
8b4603ed51
Set OSABI in elf header for openbsd OS, contributed by Pascal Stumpf
|
12 years ago |
pierre
|
7457a0f321
Use new getdirentriesi49 syscall, contributed by Pascal Stumpf
|
12 years ago |
michael
|
3588c39a55
* Patch by Graeme Geldenhuys to fix various issues (bug ID 23432)
|
12 years ago |
pierre
|
bba4932ef9
* Fix commit 23220, by moving declaration from syscallh.inc to syscall.inc
|
12 years ago |
pierre
|
70a29668a4
Try to fix simply the fpc_threadvar_relocate_proc problem
|
12 years ago |
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.
|
12 years ago |
marco
|
80c25bda92
* make onprogress public. Mantis #23476
|
12 years ago |
marco
|
2b70085b61
* removed debug writeln.
|
12 years ago |
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.
|
12 years ago |
sergei
|
d967566a37
* Changed TExternalAssembler.CreateSmartLinkPath to use ansistrings (TPathStr), like the rest of file handling routines do.
|
12 years ago |
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).
|
12 years ago |
marco
|
4dbe24d375
* some position 64-bit fixes found when I did a quick investigation of #23482
|
12 years ago |