added Node::first() and Node::last() to get the first or last child

This commit is contained in:
Marc Wäckerlin
2015-05-08 22:00:16 +00:00
parent ad7d4cddeb
commit 72be1818f1
3 changed files with 51 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
2015-03-24 08:03 marc
* README: typo
2015-03-03 10:22 marc
* configure.ac: a=\\PACKAGEPACKAGE_VERSION\; b=\\PACKAGE_VERSION\;
for f in $(grep --exclude-dir=.svn --exclude=\\*~\ -lr "$a"); do
sed -i "s,$a,$b,g" "$f"; done
2015-02-23 10:29 marc
* ChangeLog, src/xml-cxx/xml.hxx: make check fixed - now warnings
deprecated std::auto_ptr → to be fixed later; refs #14
2015-02-19 08:45 marc
* AUTHORS, ChangeLog, INSTALL, README, ax_cxx_compile_stdcxx_11.m4,