summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.vserver')
-rw-r--r--ChangeLog.vserver20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.vserver b/ChangeLog.vserver
index 187d49e..e98b2a8 100644
--- a/ChangeLog.vserver
+++ b/ChangeLog.vserver
@@ -1,6 +1,26 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2
+ 09 Dec 2005; Christian Heim <phreak@gentoo.org>:
+ Importing latest baselayout/trunk changes. This is a merge with
+ revision 1752.
+
+ ChangeLog | 10 +
+ ChangeLog.vserver | 20 ++
+ sbin/functions.sh | 36 ++-
+ src/core/librcscripts/api/debug.h | 10 -
+ src/core/librcscripts/api/dynbuf.h | 15 -
+ src/core/librcscripts/api/parse.h | 6
+ src/core/librcscripts/api/runlevels.h | 2
+ src/core/librcscripts/depend.c | 18 -
+ src/core/librcscripts/dynbuf.c | 105 +++++++++-
+ src/core/librcscripts/misc.c | 86 +++-----
+ src/core/librcscripts/parse.c | 177 ++++++++----------
+ src/core/librcscripts/runlevels.c | 2
+ src/core/librcscripts/scripts.c | 32 +--
+ src/core/librcscripts/simple-regex.c | 38 +--
+ 14 files changed, 326 insertions(+), 231 deletions(-)
+
06 Dec 2005; Christian Heim <phreak@gentoo.org>:
Importing latest baselayout/trunk changes. Merging revision 1733.