]> git.neil.brown.name Git - metad.git/log
metad.git
17 years agoAssorted reformating master origin
Neil Brown [Wed, 7 Jun 2006 11:44:49 +0000 (21:44 +1000)]
Assorted reformating

 - { to end of line
 - space issues
 - declations to metad.h
 - misc other stuff

17 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.

17 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.

17 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)

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

17 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

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