Search
Quotes I love
I don't mind explaining, the first time. After that you've just told me my time isn't worth as much as yours.
-Anonymous
-Anonymous
Tech News
(dkl) gfxlib: Make ImageCreate() set Err() value on failure
FreeBASIC Updates -
5 hours 44 min ago
on fbc:master :: r0ef5b1d / (changelog.txt gfxlib2/image.c): (link) (dkl) gfxlib: Make ImageCreate() set Err() value on failure
Categories: Tech News
(dkl) gfxlib: Fix GFX_SHAPED_WINDOW trouble on some WMs (fix by Sisophon2001)
FreeBASIC Updates -
Fri, 2012-02-03 17:35
on fbc:master :: r14046ab / (changelog.txt gfxlib2/x11.c): (link) (dkl) gfxlib: Fix GFX_SHAPED_WINDOW trouble on some WMs (fix by Sisophon2001)
Categories: Tech News
2 commits: (dkl) frontend: Use 8.3 compatible fallback output file name (dkl)...
FreeBASIC Updates -
Fri, 2012-02-03 13:35
on fbc:master :: rad089a2 / (compiler/fbc.bas include/curl.bi): (link) 2 commits:
(dkl) frontend: Use 8.3 compatible fallback output file name
(dkl) headers: Update libcurl to 7.24.0
Categories: Tech News
(dkl) For fbc in MinGW: Help ld find MinGW's lib/ in case C:\MinGW dir is...
FreeBASIC Updates -
Fri, 2012-02-03 07:23
on fbc:master :: rad9fb1e /compiler/fbc.bas: (link) (dkl) For fbc in MinGW: Help ld find MinGW's lib/ in case C:\MinGW dir is renamed
Categories: Tech News
2 commits: (dkl) Delete HeaderStatus.txt, all added to the wiki now (at...
FreeBASIC Updates -
Thu, 2012-02-02 21:15
on fbc:master :: r62d80bc / (238 files in 2 dirs): (link) 2 commits:
(dkl) Delete HeaderStatus.txt, all added to the wiki now (at ExtLibTOC)
(dkl) doc: Wiki snapshot
Categories: Tech News
(dkl) rtlib: Clear fixstr remainders during SWAP, like '=' (real #3476021 fix)
FreeBASIC Updates -
Thu, 2012-02-02 12:35
on fbc:master :: r864dc17 / (6 files in 4 dirs): (link) (dkl) rtlib: Clear fixstr remainders during SWAP, like '=' (real #3476021 fix)
Categories: Tech News
(dkl) rtlib: Make SWAP handle differenly sized strings (closes #3476021)
FreeBASIC Updates -
Thu, 2012-02-02 10:46
on fbc:master :: rb3f787f / (4 files in 3 dirs): (link) (dkl) rtlib: Make SWAP handle differenly sized strings (closes #3476021)
Categories: Tech News
(dkl) parser: SWAP/LET() allowed on string constants (closes #3476028)
FreeBASIC Updates -
Tue, 2012-01-31 18:30
on fbc:master :: r5389eec / (21 files in 3 dirs): (link) (dkl) parser: SWAP/LET() allowed on string constants (closes #3476028)
Categories: Tech News
(dkl) parser: Disallow '*' on procedure pointers
FreeBASIC Updates -
Tue, 2012-01-31 13:23
on fbc:master :: r0415fdb / (5 files in 3 dirs): (link) (dkl) parser: Disallow '*' on procedure pointers
Categories: Tech News
(dkl) gengas: Fix EDI/ESI not being preserved sometimes (due to plain typos)
FreeBASIC Updates -
Mon, 2012-01-30 22:37
on fbc:master :: r720dd05 / (changelog.txt compiler/emit_x86.bas): (link) (dkl) gengas: Fix EDI/ESI not being preserved sometimes (due to plain typos)
Categories: Tech News
(dkl) Fix #2824381: Show error for UDTs with methods inside scopes
FreeBASIC Updates -
Mon, 2012-01-30 14:24
on fbc:master :: r82fe8d2 / (2 files in 2 dirs): (link) (dkl) Fix #2824381: Show error for UDTs with methods inside scopes
Categories: Tech News
(dkl) Fix #3466156: SWAP inconsistencies
FreeBASIC Updates -
Mon, 2012-01-30 13:30
on fbc:master :: r8fedeb7 / (6 files in 3 dirs): (link) (dkl) Fix #3466156: SWAP inconsistencies
Categories: Tech News
4 commits: (dkl) gengas: Fix POPing to byte/short (closes SWAP bug #3215431)...
FreeBASIC Updates -
Sun, 2012-01-29 23:14
on fbc:master :: r593787e / (6 files in 2 dirs): (link) 4 commits:
(dkl) gengas: Fix POPing to byte/short (closes SWAP bug #3215431)
(dkl) parser: Handle ERASE/SWAP separately, they have nothing in common
(dkl) parser: Move SWAP special case code out of rtlMemSwap()
(dkl) Fix SWAP on bitfields to work with -gen gcc and use less temp vars
Categories: Tech News
(dkl) parser: Disallow CONST strings in SWAP
FreeBASIC Updates -
Sat, 2012-01-28 10:49
on fbc:master :: reb540d0 / (10 files in 3 dirs): (link) (dkl) parser: Disallow CONST strings in SWAP
Categories: Tech News
2 commits: (dkl) parser: Change cVarOrDeref() to use flags (dkl) parser: Change...
FreeBASIC Updates -
Sat, 2012-01-28 01:18
on fbc:master :: rc211494 / (9 files in 2 dirs): (link) 2 commits:
(dkl) parser: Change cVarOrDeref() to use flags
(dkl) parser: Change SWAP to refuse function calls
Categories: Tech News
2 commits: (dkl) Allow skipping the *(@x + offset) optimization if...
FreeBASIC Updates -
Fri, 2012-01-27 15:37
on fbc:master :: r0f78358 / (6 files in 4 dirs): (link) 2 commits:
(dkl) Allow skipping the *(@x + offset) optimization if astIncOffset() fails
(dkl) Skip non-converting casts in *(@x + offset) optimizations
Categories: Tech News
(dkl) build: Begin adding 'make release'
FreeBASIC Updates -
Fri, 2012-01-27 00:08
on fbc:master :: r5461e47 /makefile: (link) (dkl) build: Begin adding 'make release'
Categories: Tech News
(dkl) build: Merge include lists, copy headers during "make" and "make install"
FreeBASIC Updates -
Thu, 2012-01-26 21:51
on fbc:master :: r2cd8664 / (9 files): (link) (dkl) build: Merge include lists, copy headers during "make" and "make install"
Categories: Tech News
(dkl) Fix ERASE crash on arrays of UDTs with ctor but no dtor
FreeBASIC Updates -
Thu, 2012-01-26 20:29
on fbc:master :: r1af5dd2 / (3 files in 3 dirs): (link) (dkl) Fix ERASE crash on arrays of UDTs with ctor but no dtor
Categories: Tech News
(dkl) Update pcre regex example
FreeBASIC Updates -
Tue, 2012-01-24 23:02
on fbc:master :: r66b6e4c /examples/libraries/regex/CRegex/ (CRegex.bas CRegex.bi test.bas): (link) (dkl) Update pcre regex example
Categories: Tech News
