# # patch "ChangeLog" # from [d512a4bbd574b20be372041d26c6a463168efc6e] # to [eaab45a3ef75181bc54c19e92325f94d87e6d720] # ======================================================================== --- ChangeLog d512a4bbd574b20be372041d26c6a463168efc6e +++ ChangeLog eaab45a3ef75181bc54c19e92325f94d87e6d720 @@ -1,3 +1,26 @@ +2005-08-11 Patrick Mauritz + + * INSTALL: remove section about crypto++ on solaris + * config.rpath, mkinstalldirs, po/Makefile.in.in, + various files in m4, ABOUT-NLS: + remove as they're autogenerated + * hash_map.hh, m4/gnucxxhashmap.m4, m4/stlporthashmap.m4: + new files, abstraction over hash_map differences in STL impls. + * m4/externtemplate.m4: new file, check if compiler is happy + with "extern template" + * configure.ac: hook up the new autoconf tests + * Makefile.am: remove -Wall + * botan/gzip.cpp, botan/mutex.cpp: add includes + * constants.*: move values to .hh if used for array sizes + * interner.hh, xdelta.cc: use hash_map.hh + * merkle_tree.cc, unix/inodeprint.cc: make array size truly + constant + * sanity.hh: work-around for missing typeof() and + __PRETTY_FUNCTIONS on non-gcc compilers + * schema_migration.cc, transforms.cc: moved dynamically + initialized array to heap + * transforms.hh, vocab.hh: use externtemplate autoconf test + 2005-08-09 Richard Li * std_hooks.lua (merge2, merge3): explain a little better why