From: <br...@br...> - 2004-04-12 18:39:25
|
Ok, you're all set up. Ummm, ground rules (nothing too onerous) 1. Keep the ChangeLog current. If you checked it in, it should have a ChangeLog line. 2. API additions/changes in libmdb should be posted to the list first for comments. For one liners and simple bug fixes, just commit it. 3. For ODBC stuff, just post a summary of what you did to the list after commiting (for big stuff). Since the API is externally defined, there's not much to worry about as far as those decisions go. The driver currently only works with unixODBC, but I'd like to leave the door open to fixing the iODBC problems, so please ifdef any unixODBC'isms. That's about it. Style as you have seen is basically K&R with the exception of return types on the preceeding line from the function name. Generally, I'm not a big fan of the GNU style. Variables are lower_case not mixedCase or MixedCase. Tabs, not spaces. Other questions on style, just ask. Brian On Mon, 12 Apr 2004 09:12:54 -0700 (PDT), Jeff Smith wrote: > > Brian, > Yes, I will accept your gracious offer. :-) > I have several things in the works in addition to what I have sent to > the list, so commit access would make the process a lot smoother. > > -- Jeff Smith > > > --- br...@br... wrote: > > Jeff, > > > > I commited this but haven't gotten to the other 4 just yet, today > > probably. You seem to be in it for the long haul, do you want commit > > rights? > > > > Brian > > > > On Sun, 11 Apr 2004 21:51:29 -0700 (PDT), Jeff Smith wrote: > > > > > > > > fixing a memory leak in mdb_exit > > __________________________________ > Do you Yahoo!? > Yahoo! Tax Center - File online by April 15th > http://taxes.yahoo.com/filing.html > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |