commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas ChangeLog


From: Daniel E. Baumann
Subject: gnue/geas ChangeLog
Date: Fri, 24 Aug 2001 16:08:48 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Daniel E. Baumann <address@hidden>      01/08/24 16:08:47

Modified files:
        geas           : ChangeLog 

Log message:
        Update the ChangeLog.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/ChangeLog.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gnue/geas/ChangeLog
diff -u gnue/geas/ChangeLog:1.5 gnue/geas/ChangeLog:1.6
--- gnue/geas/ChangeLog:1.5     Wed Jun 13 15:15:08 2001
+++ gnue/geas/ChangeLog Fri Aug 24 16:08:47 2001
@@ -1,3 +1,474 @@
+2001-08-24 17:43  ntiffin
+
+       * src/mac/geas-mac.pbproj/ntiffin.pbxuser,
+       tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser: Fix bugs related to
+       separating dependencies between slaes and accounting packages.  
+
+2001-08-24 16:59  reinhard
+
+       * NEWS, TODO, configure.in: Prepared for 0.0.6 release 
+
+2001-08-24 16:47  reinhard
+
+       * Makefile.am: Add src/mac and tools/mac subdirectories to
+       distribution 
+
+2001-08-24 16:46  reinhard
+
+       * examples/python/addrbook.py: Commented out call of method because
+       methods don't work yet 
+
+2001-08-24 16:45  reinhard
+
+       * examples/businessobjects/addrbook.gcd: Commented out method
+       because methods don't work yet 
+
+2001-08-24 16:43  reinhard
+
+       * lib/classdefs/yparser.y: removed last remains of help file
+       processing 
+
+2001-08-24 16:30  ntiffin
+
+       * lib/classdefs/gcdparser.h, lib/classdefs/lparser.l,
+       tools/gcdverifier.c, tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser: 
+       Clean up some more code related to help processing and remove an
+       unused declaration in gcdverifier.  
+
+2001-08-24 16:16  ntiffin
+
+       * lib/classdefs/yparser.y,
+       tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser: Fix bug in compile
+       regarding help removal.  
+
+2001-08-24 14:36  ntiffin
+
+       * lib/classdefs/gcdparser.c, lib/classdefs/gcdparser.h,
+       lib/classdefs/yparser.y, src/mac/geas-mac.pbproj/ntiffin.pbxuser,
+       tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser,
+       tools/mac/gcdVerifier.pbproj/project.pbxproj: Remove help and
+       tooltip processing from geas, remove from .gcd files, and fix syntax
+       error in invoice.gcd.  
+
+2001-08-23 19:34  ntiffin
+
+       * src/mac/geas-mac.pbproj/: ntiffin.pbxuser, project.pbxproj: 
+       Change absolute references to relative.  
+
+2001-08-23 19:07  ntiffin
+
+       * src/mac/: mac.h, geas-mac.pbproj/ntiffin.pbxuser,
+       geas-mac.pbproj/project.pbxproj: Add Mac OS X Project builder
+       project files.  
+
+2001-08-23 18:30  ntiffin
+
+       * doc/faq.txt: Clean up faq.txt.  
+
+2001-08-23 18:02  ntiffin
+
+       * examples/python/: addrbook.py, memtest.py, methods.py,
+       querytest.py, test.py, test2.py, test3.py, test4.py, timetest.py,
+       transaction.py: Change message for the source of orbit-python.  
+
+2001-08-23 11:21  reinhard
+
+       * tools/geas-oidgen.c: Fixed includes for non-gnu systems 
+
+2001-08-23 10:48  reinhard
+
+       * TODO: now we updated the documentation :) 
+
+2001-08-23 10:45  reinhard
+
+       * NEWS, doc/faq.txt, doc/overview.txt,
+       doc/applications/debugging.txt, doc/applications/geas.txt,
+       doc/internals/console.output.txt, doc/internals/objectstore.txt,
+       doc/notes/classdefs.txt: updated documentation 
+
+2001-08-23 10:41  ntiffin
+
+       * doc/apple_mac_osx.txt: Update mac OS X docs.  
+
+2001-08-23 10:31  ntiffin
+
+       * tools/: gcdverifier.c, mac/gcdVerifier.pbproj/ntiffin.pbxuser,
+       mac/gcdVerifier.pbproj/project.pbxproj: Update gcdverifier to
+       display compile date and update mac project for new structure.  
+
+2001-08-23 09:53  reinhard
+
+       * TODO: Added parser fixing to 0.1.0 tasks 
+
+2001-08-23 07:54  reinhard
+
+       * lib/classdefs/yparser.y: Quick fix to clean up syntax for NOT NUL 
+
+2001-08-21 16:24  reinhard
+
+       * configure.in: Fixed compiling parameters for python 
+
+2001-08-21 16:23  reinhard
+
+       * examples/businessobjects/methods/addrbook.py: Changed example so
+       that others can understand what i wanted actually :) 
+
+2001-08-21 16:21  reinhard
+
+       * examples/: businessobjects/addrbook.gcd,
+       businessobjects/methods/addrbook.py, python/addrbook.py: Added
+       python method to addressbook sample to test code 
+
+2001-08-21 16:20  reinhard
+
+       * src/: Makefile.am, methods/methods.c, methods/methods_unstable.h: 
+       Tried to fix python methods code. Doesn't work yet.  
+
+2001-08-21 13:38  reinhard
+
+       * configure.in: Fixed type in checking which sort of methods to
+       compile 
+
+2001-08-12 15:08  reinhard
+
+       * INSTALL, Makefile.am, NEWS, README, geas.spec.in: Documentation
+       updates 
+
+2001-08-09 23:49  jamest
+
+       * FAQ, TODO, configure.in, doc/dia/dependencies.dia,
+       lib/classdefs/Makefile.am, lib/classdefs/classdata.h,
+       lib/classdefs/classdata_database.c,
+       lib/classdefs/classdata_database.h, lib/classdefs/lparser.h,
+       src/Makefile.am, src/collectiondata.c, src/dataobject.c,
+       src/geas-server.c, src/geas-skeleton.c, src/objectlist.c,
+       src/security.c, src/methods/methods_glibmodule.h,
+       src/objectcache/objectcache.c, src/objectstore/Makefile.am,
+       src/objectstore/compare.c, src/objectstore/compare.h,
+       src/objectstore/mysql.c, src/objectstore/objectstore_private.h,
+       src/objectstore/postgresql.c, tools/.cvsignore, tools/Makefile.am,
+       tools/geas-oidgen.c, tools/gen_uuid.c, tools/parse_load_sql.py: 
+       Merged changes from head into the branch (did not move back to head
+       yet) Fixed misc bugs More than likely introduced more bugs than you
+       can imagine (may jcater forgive me) 
+
+2001-07-26 14:07  reinhard
+
+       * FAQ: Added file to collect error message and the respective
+       solutions 
+
+2001-07-25 15:07  reinhard
+
+       * TODO: updated 
+
+2001-07-25 14:57  reinhard
+
+       * src/: Makefile.am, dataobject.c: Fixed another compiler warning,
+       and fixed comments in Makefile.am 
+
+2001-07-25 12:48  reinhard
+
+       * src/: collectiondata.c, dataobject.c, geas-server.c,
+       objectlist.c, security.c, methods/methods_glibmodule.h: Removed
+       some debugging messages 
+
+2001-07-25 12:03  reinhard
+
+       * lib/classdefs/lparser.h: prototyped yylex to fix compiler
+       warnings 
+
+2001-07-25 10:40  reinhard
+
+       * src/: dataobject.c, objectcache/objectcache.c,
+       objectstore/mysql.c: Fixed some compiler warnings 
+
+2001-07-25 10:29  reinhard
+
+       * configure.in: Check for libmysqlclient.a instead of
+       libmysqlclient.so 
+
+2001-07-25 09:53  reinhard
+
+       * src/objectstore/compare.c: Fixed quoting in comparsion.  
+
+2001-07-25 07:51  reinhard
+
+       * src/objectstore/: compare.c, compare.h, mysql.c, postgresql.c: 
+       Quote table and column names before comparing class definition and
+       database scheme 
+
+2001-07-24 16:19  reinhard
+
+       * lib/classdefs/Makefile.am, lib/classdefs/classdata.h,
+       lib/classdefs/classdata_database.c,
+       lib/classdefs/classdata_database.h, src/objectstore/Makefile.am,
+       src/objectstore/compare.c, src/objectstore/compare.h,
+       src/objectstore/objectstore_private.h: Moved the former
+       classdata_database.[ch] files from lib/classdefs to src/objectstore
+       and renamed them to compare.[ch] because they actually compare the
+       current database schema to the class definitions.  This step was
+       necessary to be able to add database specific code to that
+       comparsion routine.  
+
+2001-07-23 17:10  reinhard
+
+       * tools/: .cvsignore, Makefile.am, geas-oidgen.c, gen_uuid.c,
+       parse_load_sql.py: Renamed gen_uuid to geas-oidgen; cosmetic fixes.  
+       geas-oidgen.c can now serve as an example for parsing of command
+       line options.  
+
+2001-07-23 15:45  reinhard
+
+       * configure.in: Added checks for getopt_long function and for
+       getopt.h header 
+
+2001-07-22 16:16  reinhard
+
+       * src/geas-skeleton.c: Fixed lenth of uuid buffer 
+
+2001-07-20 12:30  reinhard
+
+       * configure.in: Check if lib/mysql contains libmysqlclient.so - on
+       Mandrake /usr/lib/mysql exists but libmysqlclient.so is stored in
+       /usr/lib 
+
+2001-07-20 05:33  reinhard
+
+       * tools/: Makefile.am, parse_load_sql.py: Replaced gen_uuid by
+       standard uuidgen which comes with libuuid 
+
+2001-07-20 04:39  reinhard
+
+       * doc/dia/dependencies.dia: Updated diagramm to reflect changes in
+       dependency structure 
+
+2001-07-07 11:48  ntiffin
+
+       * tools/parse_load_sql.py: Take away 2.0 deps.  
+
+2001-07-07 11:25  ntiffin
+
+       * tools/Makefile.am: Update for gen_uuid program.  
+
+2001-07-07 10:28  ntiffin
+
+       * tools/: Makefile.am, mac/gcdVerifier.pbproj/ntiffin.pbxuser: 
+       Makefile.am 
+
+2001-07-07 09:43  ntiffin
+
+       * tools/parse_load_sql.py: Add instructions for running from cvs
+       and the need to have gen_uuid program compiled and in same dir.  
+
+2001-07-07 09:02  ntiffin
+
+       * tools/parse_load_sql.py: Add checks for inputs and TODOs.  
+
+2001-07-06 21:44  ntiffin
+
+       * tools/gen_uuid.c: Bug Fix: uuid string was too short, geas may
+       have simular problem.  
+
+2001-07-06 21:29  ntiffin
+
+       * tools/parse_load_sql.py: Mostly working now.  
+
+2001-07-06 18:27  ntiffin
+
+       * tools/parse_load_sql.py: First working version.  
+
+2001-07-06 12:46  ntiffin
+
+       * tools/parse_load_sql.py: Outline of program to parse and load SQL
+       files.  
+
+2001-07-06 09:03  ntiffin
+
+       * tools/: gen_uuid.c, mac/gcdVerifier.pbproj/ntiffin.pbxuser: 
+       create uuid generator tool.  
+
+2001-07-05 23:48  dneighbors
+
+       * src/geas-server.h: switched #define parameter list to (x,
+       dummy...) so would compile 
+       
+       ** IF THIS IS WRONG PLEASE LET ME KNOW others had same problem and
+       this fixed.  
+
+2001-07-05 21:36  ntiffin
+
+       * tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser: Update SQL default
+       data.  
+
+2001-07-05 20:38  ntiffin
+
+       * lib/classdefs/classdata.c: Fix minor space problem with verifier
+       output.  
+
+2001-07-05 14:06  ntiffin
+
+       * tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser: Fix gcd errors that
+       only showed up in creating database.  
+
+2001-07-04 13:04  ntiffin
+
+       * lib/classdefs/gcdparser.c: General update, no feature changes,
+       match gcd to docs, flush out docs.  
+
+2001-07-02 14:44  ntiffin
+
+       * lib/classdefs/yparser.y: Remove debug print statements.  
+
+2001-07-02 12:23  ntiffin
+
+       * lib/classdefs/yparser.y, tools/mac/build/make-parser.sh,
+       tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser: Horrible patch to
+       make NOT NULL work.  
+
+2001-07-02 03:20  treshna
+
+       * src/: connection.c, oql/oql.c: bug fix for compile error of
+       reverse lists 
+
+2001-07-01 22:57  ntiffin
+
+       * examples/python/schema.py: Bug Fix: Correct spelling error.  
+
+2001-06-29 05:37  ntiffin
+
+       * idl/typedefs.idl: Correct spelling error.  
+
+2001-06-28 23:08  treshna
+
+       * examples/python/querytest.py, lib/classdefs/classdata.c,
+       lib/classdefs/gcdparser.c, lib/classdefs/gcdparser.h,
+       lib/classdefs/lparser.l, lib/classdefs/yparser.y, src/connection.c,
+       src/query.c, src/oql/oql.c: new feature: in GCD files, a class's
+       ORDER BY may have an optional DESC after the field name, causing
+       sorting to be done in reverse order.  
+
+2001-06-27 17:28  treshna
+
+       * doc/faq.txt, lib/classdefs/classdata_database.c,
+       src/objectcache/objectcache.c: edited docs bugfix: g_assert()
+       removed, as a NULL was a valid input hack: now cache count will
+       ignore geas internal classes (ie, if you don't free resources, the
+       debugging output is now not very helpful) 
+
+2001-06-27 13:48  ntiffin
+
+       * doc/apple_mac_osx.txt,
+       tools/mac/gcdVerifier.pbproj/ntiffin.pbxuser: Update mac specific
+       instructions.  
+
+2001-06-27 13:46  ntiffin
+
+       * lib/classdefs/: classdata.c, classdata_database.c, gcdparser.c: 
+       Correct problem with assert on enum and some typos.  
+
+2001-06-25 22:01  treshna
+
+       * src/: collectiondata.c, connection.c, dataobject.c,
+       geas-server.c, geas-server.h, geas-skeleton.c, objectlist.c,
+       objectcache/objectcache.c, objectcache/objectcache.h,
+       objectstore/postgresql.c: mostly hacks that are attempting to make
+       things faster/more stable. no guarantees of success, though 
+
+2001-06-22 16:39  ntiffin
+
+       * lib/classdefs/classdata.c: Make error reporting more robust for
+       detecting use of types when references wanted and correct errors in
+       gcd.  
+
+2001-06-22 11:16  reinhard
+
+       * src/objectstore/postgresql.c: Use postgres datatype varchar
+       instead of text for geas datatype char 
+
+2001-06-22 09:50  ntiffin
+
+       * tools/mac/build/make-parser.sh: Forgot the flex bison build
+       script.  
+
+2001-06-22 09:31  ntiffin
+
+       * tools/mac/gcdVerifier.pbproj/: ntiffin.pbxuser, project.pbxproj: 
+       Add mac tools for building standalone gcdverifier without libraries.  
+
+2001-06-22 01:35  reinhard
+
+       * src/objectstore/: mysql.c, postgresql.c: Don't use g_critical as
+       it is not always defined (bug in glib 1.2) 
+
+2001-06-21 02:45  reinhard
+
+       * TODO: updated 
+
+2001-06-21 02:28  reinhard
+
+       * README: Updated description 
+
+2001-06-20 17:26  reinhard
+
+       * CVSVERSION, TODO, autogen.sh, configure.in, doc/overview.txt,
+       doc/internals/objectstore.txt, src/geas-server.c,
+       src/objectstore/objectstore.c: Cleaned up configure.in; removed
+       references to libgda everywhere 
+
+2001-06-20 15:25  reinhard
+
+       * NEWS, TODO: updated doc to reflect finished tasks 
+
+2001-06-20 08:08  reinhard
+
+       * TODO: Test checkin due to cvs problems 
+
+2001-06-19 16:21  reinhard
+
+       * TODO: minor change 
+
+2001-06-19 15:48  reinhard
+
+       * src/: schema.c, objectstore/mysql.c, objectstore/postgresql.c: 
+       new datatypes 
+
+2001-06-19 15:46  reinhard
+
+       * idl/typedefs.idl: New Datatypes 
+
+2001-06-19 15:38  reinhard
+
+       * src/dataobject.c: Implemented new datatypes int16, int32, int64,
+       and boolean, as well as fixed some SQL datatypes for existing geas
+       datatypes 
+
+2001-06-19 15:33  reinhard
+
+       * examples/python/addrbook.py: Implemented new datatypes int16,
+       int32, int64, and boolean, as well as fixed some SQL datatypes for
+       existing geas datatypes 
+
+2001-06-19 15:01  reinhard
+
+       * examples/businessobjects/addrbook.gcd: Implemented new datatypes
+       int16, int32, int64, and boolean, as well as fixed some SQL
+       datatypes for existing geas datatypes 
+
+2001-06-19 14:47  reinhard
+
+       * TODO: Updated according to discussion 
+
+2001-06-16 03:12  reinhard
+
+       * README: Updated general project description 
+
+2001-06-13 17:15  baumannd
+
+       * ChangeLog, NEWS, configure.in: 
+       * ChangeLog: Updated form cvs.  
+       * NEWS: Added news for 0.0.5 release.  
+       * configure.in: Bumped version to 0.0.5.  
+
 2001-06-13 08:28  baumannd
 
        * src/collectiondata.c: Fix warnings for unused variables.  
@@ -1173,15 +1644,6 @@
        * src/geas-skeleton.c: a temporary fix, about to repair it - but
        want to make sure this version is safely in CVS before editing 
 
-2001-04-02 08:48  ntiffin
-
-       * doc/gcd/gcd.txt: Added not about laymans version in Module Guide.  
-
-2001-04-02 08:45  ntiffin
-
-       * doc/gcd/gcd_simple_desc.txt: File as been replaced by info in
-       Module Guide.  
-
 2001-04-01 17:55  treshna
 
        * src/connection.c: more validation checks 
@@ -1238,10 +1700,6 @@
        * doc/api/: dataobject.txt, objectlist.txt, usage/lists.txt,
        usage/lookups.txt: added even more docs!   this is getting scary..  
 
-2001-03-28 19:50  ntiffin
-
-       * doc/gcd/gcd_simple_desc.txt: Noted depreciated.  
-
 2001-03-28 19:15  treshna
 
        * src/: collectiondata.c, connection.c: a little more debugging
@@ -1262,18 +1720,13 @@
 2001-03-27 22:18  treshna
 
        * doc/: .cvsignore, api/.cvsignore, api/usage/.cvsignore,
-       applications/.cvsignore, dia/.cvsignore, gcd/.cvsignore,
-       internals/.cvsignore, notes/.cvsignore: added new .cvsignore files 
+       applications/.cvsignore, dia/.cvsignore, internals/.cvsignore,
+       notes/.cvsignore: added new .cvsignore files 
 
 2001-03-27 22:15  treshna
 
        * doc/: gcd.txt, geas.gcd: and these are moved too!   CVS doesn't
        make it trivial to move files..  
-
-2001-03-27 22:14  treshna
-
-       * doc/gcd/: gcd.txt, gcd_simple_desc.txt: and actually put them
-       into the server 
 
 2001-03-27 22:14  treshna
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]