Mysql extension: corrected method name mysql_next_row to mysql_fetch_row
Mysql extension: corrected method name mysql_next_row to mysql_fetch_row
added a new version of sqlite3
added a new version of sqlite3
changed std::cout to std::cerr
no type limits for linux
ported extension tests from ObjectiveScript main project to extension project
ported apache library from ObjectiveScript main project
MessageQueue: added option to wait for incoming messages
MessageQueue: added overloaded method msgget() which accepts an int as queue ID
MessageQueue: added extension to use UNIX System V message queues
Pipe extension
Pipe: added extension to read and write UNIX pipes (work in progress)
Sqlite3: minor bug fixes and code formatting changes
Mysql: fixed dependencies
Sqlite3: prevented use of sqlite3 system include files by setting include path by hand
Sqlite3: refactored how data is read from sqlite3 library
Sqlite3: added a lot of methods to traverse a sqlite result set
renamed some parameters
Sqlite3: added a simple and uncomplete version of a sqlite3 extension
Mysql: removed "ObjectiveScript_" from all include guards
Mysql: removed "ObjectiveScript_" from all include guards
Core: set up build system
Add initial directories