Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpuffs
Module Name: src
Committed By: pooka
Date: Sun Jul 1 18:39:39 UTC 2007
Modified Files:
src/lib/libpuffs: dispatcher.c null.c pnode.c puffs.h puffs_priv.h
Log Message:
Instead of requesting various pieces of information from node-creating
methods using "please fill me"-pointers, pass "struct puffs_newinfo *"
and provide methods to fill in new node info.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libpuffs/dispatcher.c
cvs rdiff -r1.20 -r1.21 src/lib/libpuffs/null.c
cvs rdiff -r1.7 -r1.8 src/lib/libpuffs/pnode.c
cvs rdiff -r1.68 -r1.69 src/lib/libpuffs/puffs.h
cvs rdiff -r1.15 -r1.16 src/lib/libpuffs/puffs_priv.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index