Recent

Author Topic: FPC 2.6.4 released!  (Read 41959 times)

Tomas Hajny

  • Moderator
  • New Member
  • *****
  • Posts: 45
Re: FPC 2.6.4 released!
« Reply #15 on: October 31, 2014, 12:37:20 am »
Not quite; versions ending with odd numbers are interim snapshots, no releases. See http://www.freepascal.org/faq.var#versions for more information about version numbering. Also, project "fpc-cross" on SourceForge.net is not run or owned by the FPC team. However, there is information clarifying the hosted content on its homepage (http://sourceforge.net/projects/fpc-cross/) which explicitly mentions that the provided version is a compilation of a development version.

x2nie

  • Hero Member
  • *****
  • Posts: 515
  • Impossible=I don't know the way
    • impossible is nothing - www.x2nie.com
Re: FPC 2.6.4 released!
« Reply #16 on: March 12, 2015, 03:42:34 pm »
Is there a newer FPC  has landed?  :o
(I did not read fpc mailist)


sorry for naive question.
When you were logged in, you can see attachments.
Lazarus Github @ UbuntuCinnamon-v22.04.1 + LinuxMintDebianEdition5

Tomas Hajny

  • Moderator
  • New Member
  • *****
  • Posts: 45
Re: FPC 2.6.4 released!
« Reply #17 on: March 12, 2015, 06:00:22 pm »
No, not yet (see the main page http://www.freepascal.org for the current information on the latest available version).

Tomas

Roland57

  • Sr. Member
  • ****
  • Posts: 416
    • msegui.net
Re: FPC 2.6.4 released!
« Reply #18 on: March 14, 2015, 06:31:19 pm »
Hello!

I just noticed (why today, I don't know) that there is an unneeded white space in compiler output:

Quote
294 lines compiled, 0.7 sec , 63424 bytes code, 12972 bytes data

Can you see it?  ;)
My projects are on Gitlab and on Codeberg.

Basile B.

  • Guest
Re: FPC 2.6.4 released!
« Reply #19 on: March 14, 2015, 06:38:33 pm »
Hello!

I just noticed (why today, I don't know) that there is an unneeded white space in compiler output:

Quote
294 lines compiled, 0.7 sec , 63424 bytes code, 12972 bytes data

Can you see it?  ;)

After sec, of course.
That's clearly unacceptable... >:(

CM630

  • Hero Member
  • *****
  • Posts: 1076
  • Не съм сигурен, че те разбирам.
    • http://sourceforge.net/u/cm630/profile/
Re: FPC 2.6.4 released!
« Reply #20 on: March 18, 2015, 09:24:05 am »
This useful Split function is in TAChartUtils

Code: [Select]
function Split(AString: String; ADest: TStrings = nil; ADelimiter: Char = '|'): TStrings;

...
I doubt this could be the function from the  TAChartUtils, because  it uses Char as a delimeter, and *carmarri  uses #13#10, which is a string. Am I wrong?
Anyway, he should better report the bug to the author of the third party function.
 
...
Code: [Select]
mylist := Split(#13#10, mytext);
...
Лазар 3,0 32 bit (sometimes 64 bit); FPC3,2,2; rev: Lazarus_3_0 on Win10 64bit.

 

TinyPortal © 2005-2018