The unified diff between revisions [89c06fb2..] and [e72f4c79..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'ChangeLog'
# # # patch "ChangeLog" # from [18f91c619bcb31f36bea3975ee59db89506fb1f3] # to [ad6fd4f45864658c74465e6f96ba7325069ee676] # ============================================================ --- ChangeLog 18f91c619bcb31f36bea3975ee59db89506fb1f3 +++ ChangeLog ad6fd4f45864658c74465e6f96ba7325069ee676 @@ -1,14 +1,19 @@ +2005-09-03 Matthew Gregan <kinetik@orcon.net.nz> + + * annotate.cc (build_parent_lineage): Don't access uninitialized + memory--use resize() rather than reserve(). + 2005-09-02 Matthew Gregan <kinetik@orcon.net.nz> * monotone.cc: Use consistent case in option descriptions. 2005-09-02 Matt Johnston <matt@ucc.asn.au> - * lua.cc (monotone_guess_binary_file_contents_for_lua): use a temporary - char* buffer rather than &string[], extra copying seems to have negligible - performance impact. - - * tests/perf-test.sh: change path from tests/ to contrib/, make executable. + * lua.cc (monotone_guess_binary_file_contents_for_lua): use a + temporary char* buffer rather than &string[], extra copying seems + to have negligible performance impact. + * tests/perf-test.sh: change path from tests/ to contrib/, make + executable. * tests/parse-accounting.pl: make executable. 2005-09-01 Timothy Brownawell <tbrownaw@gmail.com>