?? changelog
字號:
2003-04-10 21:37 andru * configure.in, bonddebug/debug.c: Release 0.6.32003-04-07 03:37 andru * bonddebug/debug.c, src/Makefile.am, src/dbobject.c: minor modifications nad work2003-04-04 04:29 andru * bonddebug/: debug.c, debug.h: Adding better test suite support.2003-03-20 21:15 andru * Makefile.am, configure.in, bonddebug/.cvsignore, bonddebug/Makefile.am, bonddebug/dbmem.c, bonddebug/dbmem.h, bonddebug/debug.c, bonddebug/debug.h, src/Makefile.am: creating a new library including debugging general code2003-03-03 12:32 andru * src/: Makefile.am, dbcache.h, dbfield.c, dbmapme.c, dbobject.c, dbobjectnav.c, dbsuggest.c: Minor bugfix in dbsuggest, fix warnings.2003-03-03 12:22 francis * src/Makefile.am: Commiting the change2003-02-26 17:03 francis * test/qareporterDB: minor improvement2003-02-26 09:57 francis * configure.in: --enable-gtk-debugnote option does works with ./configure must do "make clean" and rebuild if stale .o files exist.2003-02-26 09:55 francis * src/debug.c: Minor bug fix: line 607: fp -> globalfp2003-02-25 17:28 francis * src/Makefile.am: ng conflict2003-02-25 17:07 andru * src/: bond.conf, debug.c, debug.h: minor changes to trigger report2003-02-25 15:46 andru * src/: Makefile.am, debug.c, debug.h: Fixing bug with header file, Make GTK_DEBUGNOTE define tell bonddb if to enable gtk based debugging or not.2003-02-25 15:33 francis * src/: debug.c, debug.h: commited2003-02-25 11:44 francis * src/dbobjectdel.c: improved comment2003-02-25 11:44 francis * src/dbobjectnav.c: Removed debug info comments improvements2003-02-25 11:41 francis * src/dbtoliet.c: Removed debuging part2003-02-25 11:40 francis * src/dbdefault.c: Paragraphised comment a bit narrower2003-02-25 10:26 francis * src/dbcache.c: Added minor row information to db_cache_debug()2003-01-06 17:40 francis * test/.cvsignore: Should ignore *.txt files from now on2003-01-06 17:25 francis * src/dbobjectnav.c: Minor update2003-01-06 17:24 francis * src/db.c: The section for calling recursively deletion has been updated2003-01-06 17:20 francis * src/dbtoliet.c: a few more pieces of debug checking code were added2003-01-06 17:19 francis * src/: debug.c, debug.h: a few gtk-based popup dialog were added for debugging purpose2003-01-06 17:17 francis * src/dbfilter.c: commented out debug msg output2003-01-06 16:57 francis * src/dbobjectdel.h: Along with the complete change 'dbobjectdel.c', headers are updated.2003-01-06 16:56 francis * src/dbobjectdel.c: The original algorithm seems to have a serious flaw, so Francis has totally rewritten. Actually, after finishing this implementation, Francis has been reminded by one of Francis's colleague that this can done effortlessly at SQL-level using cascade condition!!! Anyway, Francis is submitting this code for compatibility reason and some other unknown possible usefulness.2003-01-06 16:40 francis * src/dbobject.c: Row delete behaviours has been changed2003-01-06 15:56 francis * src/dbpgsql.c: Added rigorous query result checking2002-12-30 18:02 andru * debian/changelog: Release 0.6.2-12002-12-16 12:56 andru * src/dbuniqueid.c: Bug fix to dbuniqueid2002-11-08 15:48 andru * src/dbobject.c: renable sql debugging message on what sql statement is run2002-11-08 15:18 andru * src/dbfilter.c: Fix to remove g_assert on boundary checks2002-11-04 11:36 andru * test/images/: db-test.0, db-test.1, db-test.10, db-test.11, db-test.12, db-test.13, db-test.14, db-test.15, db-test.16, db-test.17, db-test.18, db-test.19, db-test.2, db-test.20, db-test.21, db-test.22, db-test.23, db-test.24, db-test.25, db-test.26, db-test.27, db-test.28, db-test.29, db-test.3, db-test.30, db-test.31, db-test.32, db-test.33, db-test.34, db-test.36, db-test.37, db-test.38, db-test.39, db-test.4, db-test.5, db-test.6, db-test.7, db-test.8, db-test.9: new test results2002-11-03 13:16 andru * bondsql/: lexer.l, parser.y: fixing error in parser.y2002-11-03 13:12 andru * bondsql/: lexer.l, parser.y: undoing recent changes to lexer2002-11-03 13:09 andru * debian/changelog: debian release2002-11-02 18:40 andru * ChangeLog, src/dbobject.c: Release 0.6.22002-11-02 18:33 andru * src/: dbfield.c, dbmapme.h, dbobject.c, dbobject.h, dbobjectnav.c, dbsqlparse.c, dbsqlparse.h, dbuniqueid.c, debug.c: Fixed debug.c for message() code to terminate colours. Fixed warnings in dbobjectnav.c and dbmapme.h Fixed memory leaks in dbfield.c, dbsqlparse.c, dbuniqueid.c Added function to extract fields in failed sql in dbfield.c, dbsqlparse.c Code tidyup dbobject.[ch]2002-10-25 22:14 andru * bondsql/lexer.l, bondsql/parser.y, src/dbfield.c, src/dbsqlparse.c: Working on getting fallback methods for sql_build fails2002-10-25 18:45 andru * src/: dbfield.c, dbuniqueid.c: adding more warning messages into system2002-10-25 14:20 andru * src/: db.c, dbobject.c, debug.h: Changes i have done a while ago but never commited.2002-09-23 11:17 francis * src/dbfilter.c: removed debug info2002-09-23 11:07 francis * src/debug.c: removed some comment2002-09-23 10:33 francis * src/: dbbureaucrat.c, dbcache.c, dbcache.h, dbfilter.c, dbmem.h, dbobject.c, dbobjectdel.c, dbobjectnav.c, dbobjectvalid.c, dbtoliet.c, debug.c, debug.h: debugging calling included2002-09-16 13:05 francis * test/qareporterDB: Fixed test database configuration for createdb option2002-09-11 14:12 francis * src/: db.c, dbbirth.c, dbmem.h, dbobject.c: commit to debug2002-08-22 18:10 francis * src/dbsqlparse.c: Added a simple SQL_function (like date()) support. Note that only a constant function works. The main use is for the showformbyformwithquery() but, still it's messy and temporary hack. so later it should be redesigned Also added >=, <= operation support2002-08-22 18:06 francis * src/dbmethodmodule.c: fixed void arg method invocation to be allowed2002-08-22 18:05 francis * src/dbmethod.c: Removed 'arglist' assertion so that void arg is allowed At this moment, I am not sure if the decision is correct.2002-08-16 16:57 francis * src/dbfilter.c: Improved comments2002-08-16 16:55 francis * bondsql/: lexer.l, parser.y, sql_display.c, sql_parser.h: Added >=, <= operators... The consequence can be catastrophic!2002-08-16 16:29 francis * src/dbobjectnav.c: Fixed db_moveto(). Still not sure this really fixed or introduced another bug2002-08-15 11:19 andru * src/dbsqlparse.c: Bug fix to segfault on showformbyformwithquery2002-08-13 14:12 andru * src/: debug.c, debug.h: Trying not to break binary compitability...2002-08-13 13:00 andru * src/: debug.c, debug.h: Added in some comments. Fixed streams on errors and warnings. Added support for outputting all warnings/errors to the debugstream.2002-08-13 12:15 francis * src/debug.h: Changed to reflect resetting colour2002-08-13 12:09 francis * src/debug.c: Fixed omitting the colur resetting2002-08-13 01:13 andru * src/: debug.c, debug.h: Lots of work has been done on rewriting debug.c and debug.h. I've havn't tested in great detail but i have the new debugging code to become the new principle.2002-08-12 18:15 francis * src/: debug.c, debug.h: Almost ready to replace working version of debug msg function series2002-08-12 18:05 francis * src/: debug.c, debug.h: Swapped to new api2002-08-12 18:04 francis * src/debug.h: Changed to new debug system2002-08-12 17:44 francis * src/debug.c: Changed debug_getdebuginfo() API2002-08-12 17:34 andru * src/: debug.c, debug.h: change debuginfo to globaldebuginfo. wrote wrapper functions to access datastreams2002-08-12 17:28 francis * src/debug.c: Changed the API naming convention back to BOND style2002-08-12 17:22 andru * src/: debug.c, debug.h: Working on debugging code for testing zones and adding comments2002-08-12 17:19 francis * src/debug.c: Fixed preprocessor directive bugs at function body2002-08-12 17:03 francis * src/debug.c: warning and error msg should work correctly with break option2002-08-12 16:58 francis * src/debug.c: 0- 100 level assertion added2002-08-12 16:56 francis * src/: debug.c, debug.h: First submit for new debug API Haven't test it at all yet2002-08-12 12:18 andru * src/: debug.c, debug.h: Updating design specs for new debugging code2002-08-10 15:18 andru * src/: debug.c, debug.h: Starting work on designing new debugging system2002-08-10 15:01 andru * src/: db.c, dblooksee.c: code tidyup's2002-08-02 10:18 francis * src/: dbclient.c, dbfilter.c, dbgather.c, dbgather.h: A few improvement over dbclient.c dbgather.{c,h} dbfilter.c: still need to work on this more2002-08-01 10:51 francis * src/dbfilter.c: Updated API comment for db_filter_sortbypos()2002-07-31 11:20 andru * src/: dbfield.c, dbmethod.h: Fixed memory leak2002-07-31 11:07 francis * src/dbfilter.c: debug output cleanuped version2002-07-29 17:14 francis * src/dbfilter.h: semicolon missing fixed2002-07-29 17:10 francis * src/dbfield.h: Fixed a redeclaration function problem2002-07-29 16:42 francis * src/dbfilter.h: Added the prototype of function db_filter_sortbypos prototype2002-07-29 16:37 francis * src/dbfilter.c: db_filter_sortbypos() added.2002-07-29 12:51 andru * src/: dbfilter.h, dbmem.h, dbmethod.c, dbtoliet.c: code tidying.2002-07-17 08:04 andru * bonddb.spec: Patch by Marco for RPM support2002-07-17 07:24 andru * ChangeLog, debian/changelog: Release 0.6.12002-07-17 07:04 andru * src/dbbirth.c: remove extra memory checking2002-07-12 13:26 francis * src/debug.h: Removed color cos of side fx2002-07-12 12:22 francis * src/debug.h: errormsg and warningmsg will have colours although it may introduce some side effects2002-07-11 05:32 andru * src/: dbconstraint.c, dbconstraint.h: Minor changes, add c function to get all cref2002-07-11 03:39 andru * src/: dbconstraint.c, dbconstraint.h, dbobjectdel.c: Added new function into constrants for getting all the relationships a table has from a master list.2002-07-02 14:35 andru * src/db.h: [no log message]2002-07-02 14:15 francis * src/: Makefile.am, dbmethodmodule.c, dbmethodmodule.h: method module mechanism added2002-07-02 12:09 francis * src/Makefile.am: Updated to dbcommentcallback.h header to be installed2002-07-02 11:48 francis * src/testdbmethod.c: This has been intergrated to dbtest case 422002-07-02 11:44 andru * src/: Makefile.am, db.h: Modifying api to include dbmethod2002-07-02 11:44 francis * src/: dbgather.c, dbpgsqlgather.c, dbtest.c: Proper init for field->method updated2002-07-02 11:27 francis * src/: dbgather.c, dbmethod.c, dbmethod.h, safescanner.c: Updated and removed conflicts2002-07-02 10:44 francis * src/: dbcommentcallback.c, dbcommentcallback.h, dbgather.c, dbgather.h, dbheader.h: Now DbCommentCallbackDef structure has been replaced to DbMethodDef
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -