Tag 'debian/0.16.105' created by An-Cheng Huang <[email protected]> at
2010-07-28 22:31 -0700
0.16.105
Changes since debian/0.16.104:
An-Cheng Huang (3):
handle single quotes in comp_help
add new cstore library
0.16.105
Michael Larson (1):
first commit to mendocino!
Stephen Hemminger (1):
Add range and ipv6range as val_help types
---
debian/autogen.sh | 11
debian/linda | 1
debian/lintian | 6
lib/Vyatta/ConfigDOMTree.pm | 366 ----
scripts/vyatta-activate-config.pl | 163 --
scripts/vyatta-comment-config.pl | 92 -
src/delete.c | 391 -----
src/set.c | 498 ------
.gitignore | 4
Makefile.am | 58
configure.ac | 2
debian/changelog | 16
debian/control | 20
debian/libvyatta-cfg-dev.install | 3
debian/rules | 125 -
debian/vyatta-cfg.install | 3
debian/vyatta-cfg.lintian-overrides | 5
debian/vyatta-cfg.postinst.in | 25
debian/vyatta-cfg.postrm.in | 4
etc/bash_completion.d/20vyatta-cfg | 1119 ++-------------
etc/default/vyatta-cfg | 11
lib/Vyatta/Config.pm | 1309 ++++++-----------
lib/Vyatta/ConfigLoad.pm | 23
lib/Vyatta/ConfigOutput.pm | 230 +--
perl_dmod/.gitignore | 2
perl_dmod/Cstore/.gitignore | 5
perl_dmod/Cstore/Changes | 6
perl_dmod/Cstore/Cstore.xs | 299 ++++
perl_dmod/Cstore/MANIFEST | 7
perl_dmod/Cstore/Makefile.PL | 88 +
perl_dmod/Cstore/README | 33
perl_dmod/Cstore/lib/Cstore.pm | 96 +
perl_dmod/Cstore/t/Cstore.t | 15
perl_dmod/Cstore/typemap | 68
perl_dmod/Makefile.am | 25
scripts/vyatta-cfg-cmd-wrapper | 216 --
scripts/vyatta-load-config.pl | 38
src/cli_bin.cpp | 237 +++
src/cli_def.l | 7
src/cli_new.c | 343 +++-
src/cli_parse.y | 47
src/cli_shell_api.cpp | 316 ++++
src/cli_val.h | 19
src/cli_val_engine.c | 112 -
src/cli_val_engine.h | 7
src/cstore/cstore-c.cpp | 159 ++
src/cstore/cstore-c.h | 55
src/cstore/cstore-varref.cpp | 288 +++
src/cstore/cstore-varref.hpp | 48
src/cstore/cstore.cpp | 2496 ++++++++++++++++++++++++++++++++++
src/cstore/cstore.hpp | 409 +++++
src/cstore/unionfs/cstore-unionfs.cpp | 1078 ++++++++++++++
src/cstore/unionfs/cstore-unionfs.hpp | 217 ++
53 files changed, 7359 insertions(+), 3862 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn