Re: [fpc-pascal] ParamStr(0) buggy?

2005-09-08 Thread Luiz Américo
Hans-Juergen Taenzer wrote: Hello, at the end of ParamStr(0) there is a wrong character. A small testprogramm: <--> Program t1; var i : longint ; begin Writeln( 'paramstr(0): <' + paramstr(0) + '>'); Writeln( 'Count other Parms:

[fpc-pascal] ParamStr(0) buggy?

2005-09-08 Thread Hans-Juergen Taenzer
Hello, at the end of ParamStr(0) there is a wrong character. A small testprogramm: <--> Program t1; var i : longint ; begin Writeln( 'paramstr(0): <' + paramstr(0) + '>'); Writeln( 'Count other Parms: ', ParamCount); Writeln( '

Re: [fpc-pascal] File dates on the FPC server

2005-09-08 Thread Tony Pelton
hi, i'm a gentoo user. is anyone on these lists by any chance a maintainer of any of the gentoo ebuilds for fpc ? just curious. the ebuilds for gentoo seem a little behind, are masked, and they seem a little redundant/confusing. thanks for any info, Tony __

[fpc-pascal] File dates on the FPC server

2005-09-08 Thread Marcel Martin
Hello, Maybe this has no importance but some file dates are not correct on the server : ftp://ftp.freepascal.org/pub/fpc/snapshot/v20/i386-win32 File: base.i386-win32.zip 8496 KB 31/08/2004 01:28:00 ^ ftp://ftp.freepascal.org/pub/fpc/snapshot/v21/

[fpc-pascal] FPC 64bit

2005-09-08 Thread Roberto Della Pasqua
Hi kind users, I like ask how is the status of FPC64 under linux. About: - reliability (can be used to build 24x365 system tcp daemons?) - speed (how perform the executable code) - rtl (is good or we need call directly libc for every thing?) Does somebody has very positive experience in FPC64 to

Re: [fpc-pascal] Reading past end of file, no error

2005-09-08 Thread Tom Verhoeff
On Wed, Sep 07, 2005 at 07:12:37PM +0200, Jonas Maebe wrote: > > On 07 Sep 2005, at 17:13, Tom Verhoeff wrote: > > >At some point in the 1.9 branch, this changed (and now it bites me). > >Now it silently assigns 0 to i on the second read. Even with -Ci as > >option or {$I+}. > > This was a bug

Re: [fpc-pascal] XMLcfg question

2005-09-08 Thread Thomas Zastrow
Sebastian Günther wrote: [EMAIL PROTECTED] schrieb: I'm working with XMLcfg to do read and write to XML files. I want to extract data from the following XML file where element name is "second", how can I achieve that?? You cannot. Perhaps the XPath implementation can fulfil your requ

Re: [fpc-pascal] fpGetRUsage

2005-09-08 Thread Jonas Maebe
On 7 sep 2005, at 20:21, Paul Davidson wrote: Trying to get fpGetRusage to work WITH DARWIN. Using: function fpGetRUsage( who : cint; data : pRUsage ) : cint; cdecl; external 'c' name 'getrusage'; But this gives silly results. Any hints? How did you declare prusage/trusage? fu

Re: [fpc-pascal] fpGetRUsage

2005-09-08 Thread Paul Davidson
On Sep 7, 2005, at 13:45, Jonas Maebe wrote: On 31 Aug 2005, at 15:52, Paul Davidson wrote: Trying to get fpGetRusage to work WITH DARWIN. Using: function fpGetRUsage( who : cint; data : pRUsage ) : cint; cdecl; external 'c' name 'getrusage'; But this gives silly results. Any hints? How