Improved Borland compatibility and 64-bit portability in time functions.
Index: packages/libc/src/glue.inc
===
--- packages/libc/src/glue.inc (revision 10498)
+++ packages/libc/src/glue.inc (working copy)
@@ -26,8 +26,8 @@
__sig
> >
> Hups sorry, it's a "clear" patch, apply only the second one.
Done to 2.1.1
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
Ales Katona wrote:
Apply after the 1st one. This patch fixes crypto function in libc unit.
Ales
Index: crypth.inc
===
--- crypth.inc (revision 1156)
+++ cr
Apply after the 1st one. This patch fixes crypto function in libc unit.
Ales
Index: crypth.inc
===
--- crypth.inc (revision 1156)
+++ crypth.inc (working copy)
@@ -1,9 +1,9 @@
{ defined earlier in unistdh.inc...
-function cryp
This fixes dynamic link methods in libc unit. thanks to scamp for
pointing it out.
Ales
Index: dlfcnh.inc
===
--- dlfcnh.inc (revision 1156)
+++ dlfcnh.inc (working copy)
@@ -3,10 +3,10 @@
RTLD_NEXT = Pointer(-1);
RTLD_DEFAU