[fpc-pascal] FPC & Lazarus GIT mirrors

2012-03-05 Thread Graeme Geldenhuys
On 5 March 2012 12:48, Alexander Shishkin  wrote:
> Out of synch again.


Yes, thank you. I was rebuilding two of our servers over the weekend.
One server was running the fpc & lazarus git mirror sync scripts. I'm
now adding the final touches to the new servers, and checking
everything over before they go live. They should be up and running
later today, or early tomorrow morning (GMT+2).

Sorry for any inconvenience.


-- 
Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Trim(): incompatibility with Delphi

2012-03-05 Thread Bart
Hi,

Brought up in Lazarus forums.

Fpc Trim(): Trim whitespace from the ends of a string.
Delphi Trim(): Trims leading and trailing spaces and control
characters from a string.

Bug or by design?

Bart
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Re: Trim(): incompatibility with Delphi

2012-03-05 Thread leledumbo
> Fpc Trim(): Trim whitespace from the ends of a string. 

Where did you get that? The documentation
(http://www.freepascal.org/docs-html/rtl/sysutils/trim.html) doesn't say
so...

--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Trim-incompatibility-with-Delphi-tp5539086p5539702.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Re: Trim(): incompatibility with Delphi

2012-03-05 Thread Flávio Etrusco
On Mon, Mar 5, 2012 at 11:36 PM, leledumbo  wrote:
>> Fpc Trim(): Trim whitespace from the ends of a string.
>
> Where did you get that? The documentation
> (http://www.freepascal.org/docs-html/rtl/sysutils/trim.html) doesn't say
> so...
>

And a simple test confirms the docs (FPC 2.6):

  ShowMessage(Trim('test ') + Trim ('   !'));

-Flávio
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal