[fpc-pascal] Lazarus 1.0.12 Release

2013-08-26 Thread Mattias Gaertner
The Lazarus team is glad to announce the release of Lazarus 1.0.12. This is a bug fix release, built with fpc 2.6.2. The previous releases 1.0.8 and 1.0.10 were built with fpc 2.6.2 too, while release 1.0.6 was built with fpc 2.6.0. Here is the list of changes for Lazarus and Free Pascal: http:/

[fpc-pascal] compiler -h: -C3 switch

2013-08-26 Thread Dmitry Boyarintsev
Hello, per "fpc -h" -C3_Turn on ieee error checking for constants it appears like is some kind of parameter However, per compiler sources (and documentation on $Irrors directive), -C3 is a boolean switch and doesn't expect any parameters entered. thanks, Dmitry _

Re: [fpc-pascal] compiler -h: -C3 switch

2013-08-26 Thread Florian Klämpfl
Am 26.08.2013 19:40, schrieb Dmitry Boyarintsev: > Hello, > > per "fpc -h" > -C3_Turn on ieee error checking for constants > it appears like is some kind of parameter > > However, per compiler sources (and documentation on $Irrors > directive), -C3 is a boolean switch and doesn't expect any