CIA.vc
FreeBASIC Extended Library
Extended Library for FreeBASIC
Stats » Projects » FreeBASIC Extended Library
information
Photo
The FreeBASIC Extended Library aims to provide a portable, community-driven set of libraries designed exclusively for FreeBASIC development, and includes many commonly used game-oriented and general purpose APIs written by the community and licensed under a BSD type license to maximize user freedom.
syndicateUTC clock
15:36 on Feb 23, 2012
event counters
The last message was received 2.16 months ago at 19:23 on Dec 20, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
1086 messages since the first one, 4.37 years ago, for an average of 1.47 days between messages
recent messages
dateReversed sort columnprojectcontentlink
02:10 on Nov 13, 2011fb-ext-lib
Commit by ebben.feagan :: r1057 /trunk/src/modules/strings/libext-strings-insertinto.bas:
Fixed: insertinto was allowing at to be longer then the length of the string.
#
23:31 on Nov 11, 2011fb-ext-lib
Commit by ebben.feagan :: r1056 /trunk/tests/strings/insert.bas:
Added Testcase for new InsertInto function.
#
23:24 on Nov 11, 2011fb-ext-lib
Commit by ebben.feagan :: r1055 /trunk/ (2 files in 2 dirs):
Added new function InsertInto for inserting a string into another string.
#
08:16 on Nov 09, 2011fb-ext-lib
Commit by ebben.feagan :: r1054 /trunk/src/modules/xml/libext-xml-dom.bas:
All allocations in the XML module now check for correct allocation and call setError on failure.
#
08:04 on Nov 09, 2011fb-ext-lib
Commit by ebben.feagan :: r1053 /trunk/ (2 files in 2 dirs):
Added functions for library error processing beyond return codes.
#
05:54 on Nov 05, 2011fb-ext-lib
Commit by ebben.feagan :: r1052 /trunk/ (2 files in 2 dirs):
Adding some helper functions for xpath function, currently does not build due to template error.
#
04:42 on Nov 05, 2011fb-ext-lib
Commit by ebben.feagan :: r1051 /trunk/src/modules/xml/ (libext-xml-dom.bas libext-xml-xpath.bas):
Fixed build issues related to recent xml.node changes.
#
08:03 on Oct 28, 2010fb-ext-lib
Commit by laananfisher :: r1024 /trunk/ (2 files in 2 dirs):
fixed: fbext_Pair compiles and tests. Btw, the logic for the relop overloads looks strange (see the test), what is the intended behavior ?
#
07:53 on Aug 12, 2010fb-ext-lib
Commit by ebben.feagan :: r1023 /trunk/ (2 files in 2 dirs):
Still working on getting Pair working.
#
08:23 on Jul 08, 2010fb-ext-lib
Commit by ebben.feagan :: r1022 /trunk/inc/ext/file/directory.bi:
Initial commit of file/directory.bi a Directory management class similiar to Qt's QDir class.
#
07:12 on Jun 29, 2010fb-ext-lib
Commit by ebben.feagan@gmail.com :: r1021 /trunk/ (4 files in 3 dirs):
Added MySQL driver to Database module.
Bind functionality currently is not supported and will result in a program crash if used.
Functionality has not been tested yet due to lack of local MySQL server.
Driver attempts to provide some protection from bad input by calling mysql_real_escape_string before querying the server.
#
21:30 on Jun 24, 2010fb-ext-lib
Commit by ebben.feagan@gmail.com :: r1020 /trunk/src/modules/strings/libext-strings-replace.bas:
Replaced strings.replace with working version provided by John Milton.
#
20:38 on Jun 22, 2010fb-ext-lib
Commit by ebben.feagan :: r1019 /trunk/ (2 files in 2 dirs):
Added fromSpritesheet function to Sprite class.
#
12:44 on Jun 22, 2010fb-ext-lib
Commit by ebben.feagan :: r1018 /trunk/src/modules/hash/libext-hash-crc32.bas:
fixed: hashes.crc32 crashes if a null buffer is passed.
#
00:46 on Mar 24, 2010fb-ext-lib
Commit by ebben.feagan :: r1017 /trunk/docs/Menu.auto:
Fixed Docs menu to auto update revision. DEV_RELEASE
#
00:42 on Mar 24, 2010fb-ext-lib
Commit by ebben.feagan :: r1016 /trunk/inc/ext/ (4 files in 3 dirs):
Documentation fixes. This will be Dev Release 3-23-10
#
00:36 on Mar 24, 2010fb-ext-lib
Commit by ebben.feagan :: r1015 /trunk/docs/ (4 files):
Trying out new color scheme for documentation. Updated Docs menu to be more user friendly i hope.
#
22:56 on Mar 23, 2010fb-ext-lib
Commit by ebben.feagan :: r1014 /trunk/inc/ext/database/drivers/sqlite3driver_int.bi:
Fixed warning message, forgot cdecl on a sub declare
#
22:31 on Mar 23, 2010fb-ext-lib
Commit by ebben.feagan@gmail.com :: r1013 /trunk/ (287 files in 55 dirs):
Updated Copyright date.
#
06:17 on Mar 23, 2010fb-ext-lib
Commit by ebben.feagan@gmail.com :: r1012 /trunk/ (6 files in 4 dirs):
Fixed: ext.strings.tokenize wasn't properly not-eating delimiters.
Fixed: Xstring.instr default index parameter of 0 was leading to incorrect results, changed to 1.
removed caveman debugging output from testsuite.
Xstring.arg still fails on linux.
#