From d90a5a5fcfd899f32eae6fd3ce87b082ff221df8 Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Sun, 11 May 2008 10:15:14 +0000 Subject: Merge from Balbir's and Dhaval's branches Makefile | 13 ++ api.c | 335 ++++++++++++++++++++++++++++++++++++++++----------------------- libcg.h | 42 +++++-- 3 files changed, 255 insertions(+), 135 deletions(-) Signed-off-by: Balbir Singh git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@24 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- scripts/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/README (limited to 'scripts/README') diff --git a/scripts/README b/scripts/README new file mode 100644 index 0000000..8007b60 --- /dev/null +++ b/scripts/README @@ -0,0 +1,4 @@ +NOTE: These are temporary intermediate scripts, till libcg is up and running +on its own. The current parser works, but has a lot of band-aid around it. +We need a good cleanroom implementation of the parser. Doing so, would +enable us to build a good daemon and a set of init scripts around it. -- cgit