Tag 'debian/0.18.90' created by An-Cheng Huang <[email protected]> at 
2011-03-17 19:50 -0700

0.18.90

Changes since debian/0.18.89:
An-Cheng Huang (3):
      remove another copied-and-pasted function
      add config path abstraction and high-level caching
      0.18.90

---
 debian/changelog                      |    7 
 perl_dmod/Cstore/Cstore.xs            |  145 +--
 perl_dmod/Cstore/typemap              |   15 
 src/cli_bin.cpp                       |   25 
 src/cli_cstore.h                      |    2 
 src/cli_shell_api.cpp                 |   92 +-
 src/cnode/cnode-algorithm.cpp         |  126 +--
 src/cnode/cnode-algorithm.hpp         |   16 
 src/cnode/cnode.cpp                   |   25 
 src/cnode/cnode.hpp                   |   26 
 src/cparse/cparse.ypp                 |   25 
 src/cstore/cpath.hpp                  |   88 ++
 src/cstore/cstore-c.cpp               |   33 
 src/cstore/cstore-varref.cpp          |   69 +
 src/cstore/cstore-varref.hpp          |   10 
 src/cstore/cstore.cpp                 | 1250 ++++++++++++++++------------------
 src/cstore/cstore.hpp                 |  214 ++---
 src/cstore/ctemplate.hpp              |    9 
 src/cstore/svector.hpp                |  345 +++++++++
 src/cstore/unionfs/cstore-unionfs.cpp |  407 +++++------
 src/cstore/unionfs/cstore-unionfs.hpp |  117 +--
 src/cstore/unionfs/fspath.hpp         |   92 ++
 src/exe_action.c                      |   15 
 23 files changed, 1851 insertions(+), 1302 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to