The Real cha0s
Order emerges out of cha0s :)

FreeBASIC Updates

Syndicate content
CIA Stats
Updated: 3 min 48 sec ago

global destructors could be EXPORT'ed due to a typo

Wed, 03/10/2010 - 23:39
Commit by dkls :: r5323 /trunk/FreeBASIC/ (2 files in 2 dirs): (link) global destructors could be EXPORT'ed due to a typo
Categories: Tech News

added more division by constant zero checks, see bug #2961790

Mon, 03/08/2010 - 20:01
Commit by dkls :: r5322 /trunk/FreeBASIC/src/compiler/ast-node-bop.bas: (link) added more division by constant zero checks, see bug #2961790
Categories: Tech News

fix uninitialized variable, bug #2876567

Mon, 03/08/2010 - 19:26
Commit by dkls :: r5321 /trunk/FreeBASIC/src/compiler/parser-decl-symb-init.bas: (link) fix uninitialized variable, bug #2876567
Categories: Tech News

update changelog too

Thu, 03/04/2010 - 00:25
Commit by dkls :: r5320 /trunk/FreeBASIC/changelog.txt: (link) update changelog too
Categories: Tech News

adjust fb_FileInputNextToken() to do hReadChar() for the last char, so it's not...

Wed, 03/03/2010 - 23:29
Commit by dkls :: r5319 /trunk/FreeBASIC/src/rtlib/ (2 files): (link) adjust fb_FileInputNextToken() to do hReadChar() for the last char, so it's not stored in the put-back-buffer and read again later; fixes bug #2914509 "INPUT command generates spurious data on 4096 byte boundary."
Categories: Tech News

parser: correctly keep track of current compound statement, fixes bug #2776255...

Wed, 03/03/2010 - 23:01
Commit by dkls :: r5318 /trunk/FreeBASIC/src/compiler/ (inc/parser.bi parser-compound.bas): (link) parser: correctly keep track of current compound statement, fixes bug #2776255 "extern, type and overload bug?"
Categories: Tech News

set svn:eol-style=LF for rtlib's config.in

Wed, 03/03/2010 - 22:25
Commit by dkls :: r5317 /trunk/FreeBASIC/src/rtlib/config.in: (link) set svn:eol-style=LF for rtlib's config.in
Categories: Tech News

fixed: the returned type was not been checked for UDTs when emitting function...

Mon, 02/01/2010 - 09:30
Commit by v1ctor :: r5316 /trunk/FreeBASIC/src/compiler/ir-hlc.bas: (link) fixed: the returned type was not been checked for UDTs when emitting function prototypes (gcc emitter)
Categories: Tech News

Fix for #2939523: SIZEOF() errors inside ASM blocks

Sun, 01/31/2010 - 03:18
Commit by counting_pine :: r5315 /trunk/FreeBASIC/src/compiler/parser-quirk-math.bas: (link) Fix for #2939523: SIZEOF() errors inside ASM blocks
Categories: Tech News

fixed (gcc emitter): UDTs with same name in different namespaces; functions...

Sat, 01/23/2010 - 02:12
Commit by v1ctor :: r5314 /trunk/FreeBASIC/src/compiler/ (18 files in 2 dirs): (link) fixed (gcc emitter): UDTs with same name in different namespaces; functions returning UDTs
Categories: Tech News

fixed (gcc emitter): function pointers w/o prototypes; float to ubyte casting

Fri, 01/22/2010 - 20:11
Commit by v1ctor :: r5313 /trunk/FreeBASIC/src/compiler/ir-hlc.bas: (link) fixed (gcc emitter): function pointers w/o prototypes; float to ubyte casting
Categories: Tech News

fixed (gcc emitter): function pointers w/o prototypes; float to ubyte casting

Fri, 01/22/2010 - 20:09
Commit by v1ctor :: r5312 /trunk/FreeBASIC/src/compiler/ (4 files in 2 dirs): (link) fixed (gcc emitter): function pointers w/o prototypes; float to ubyte casting
Categories: Tech News

fixed (gcc emitter): local UDTs

Fri, 01/22/2010 - 18:15
Commit by v1ctor :: r5311 /trunk/FreeBASIC/src/compiler/ (5 files): (link) fixed (gcc emitter): local UDTs
Categories: Tech News

fixed (gcc emitter): imported (dll) symbols

Fri, 01/22/2010 - 17:27
Commit by v1ctor :: r5310 /trunk/FreeBASIC/src/compiler/ (ir-hlc.bas symb-mangling.bas): (link) fixed (gcc emitter): imported (dll) symbols
Categories: Tech News

merged with the "v0_21-gengcc" branch

Fri, 01/22/2010 - 16:06
Commit by v1ctor :: r5309 /trunk/FreeBASIC/src/compiler/ (62 files in 2 dirs): (link) merged with the "v0_21-gengcc" branch
Categories: Tech News

fixed: DATA stmt (gcc emitter)

Fri, 01/22/2010 - 14:31
Commit by v1ctor :: r5308 /branches/v0_21-gengcc/ (5 files in 2 dirs): (link) fixed: DATA stmt (gcc emitter)
Categories: Tech News

fixed (gcc emitter): unicode literals; static initialized string arrays;...

Thu, 01/21/2010 - 18:37
Commit by v1ctor :: r5307 /branches/v0_21-gengcc/ (14 files in 2 dirs): (link) fixed (gcc emitter): unicode literals; static initialized string arrays; functions returning UDTs
Categories: Tech News

fixed (gcc emitter): UTF literal strings

Thu, 01/21/2010 - 01:16
Commit by v1ctor :: r5306 /branches/v0_21-gengcc/ (TODO.txt ir-hlc.bas): (link) fixed (gcc emitter): UTF literal strings
Categories: Tech News

fixed (gcc emitter): SWAP; static local vars; invalid C symbol names (lang -qb)

Wed, 01/20/2010 - 22:24
Commit by v1ctor :: r5305 /branches/v0_21-gengcc/ (8 files in 2 dirs): (link) fixed (gcc emitter): SWAP; static local vars; invalid C symbol names (lang -qb)
Categories: Tech News

fixed: debugging support (gcc emitter)

Wed, 01/20/2010 - 19:18
Commit by v1ctor :: r5304 /branches/v0_21-gengcc/ (TODO.txt ir-hlc.bas): (link) fixed: debugging support (gcc emitter)
Categories: Tech News