]> git.neil.brown.name Git - metad.git/log
metad.git
19 years agoFull prototype for class methods.
Neil Brown [Wed, 7 Jun 2006 11:19:35 +0000 (21:19 +1000)]
Full prototype for class methods.

Helps type checking.

19 years agoSplit init_state out of copy_state
Neil Brown [Wed, 7 Jun 2006 11:14:26 +0000 (21:14 +1000)]
Split init_state out of copy_state

copy_state was used to initial class-specific data (from==NULL)
and to copy state data from a previous instance.
These are quite different, and the later was implemented badly.

So split this into two separate methods and get it right.

19 years agoActually add the Makefile (which works nicely now)
Neil Brown [Tue, 6 Jun 2006 11:40:04 +0000 (21:40 +1000)]
Actually add the Makefile (which works nicely now)

19 years agoLots of reformatting
Neil Brown [Tue, 6 Jun 2006 11:21:07 +0000 (21:21 +1000)]
Lots of reformatting

19 years agoCreate Makefile and get it to compile with -Wall
Neil Brown [Tue, 6 Jun 2006 10:33:03 +0000 (20:33 +1000)]
Create Makefile and get it to compile with -Wall

19 years agoInitial checking
Neil F. Brown [Tue, 6 Jun 2006 09:26:41 +0000 (19:26 +1000)]
Initial checking