[fpc-devel] libc patch

2008-03-18 Thread petr . kristan
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

Re: [fpc-devel] Libc patch 2

2005-09-23 Thread Marco van de Voort
> > > 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

Re: [fpc-devel] Libc patch 2

2005-09-23 Thread Ales Katona
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

[fpc-devel] Libc patch 2

2005-09-23 Thread Ales Katona
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

[fpc-devel] LibC patch for 'dl' methods

2005-09-23 Thread Ales Katona
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