X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=e92778cb3d0187b902e7fbd0fac6b2c6da4b9a62;hb=d2a96ae99e49b5264ca68ace469e20fa5e2e605b;hp=4d3df1353bd9c5c1db9bb4feba48cf2a7fa28274;hpb=37802756c76db95313a42db5938bb9a560f35055;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 4d3df1353b..e92778cb3d 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,49 @@ +2007-06-06 Ben Pfaff + + * array.c (binary_search): Fix assertion. + +2007-06-06 Ben Pfaff + + Add error propagation layer. Patch #5916, slightly revised. + + * automake.mk: Add new files. + + * taint.c: New file. + + * taint.h: New file. + +2007-06-03 Ben Pfaff + + Add ability for reverse iteration to tower code. + + * tower.c (tower_last): New function. + (tower_prev): New function. + (abt_to_tower_node): New function. + (first_node): Use abt_to_tower_node. + (last_node): New function. + (next_ndoe): Use abt_to_tower_node. + (prev_node): New function. + +2007-06-03 Ben Pfaff + + * tower.c: Cache repeated lookups of a single tower element. This + turns such lookups into O(1) operations without harming the big-O + of other operations. + + * tower.h (struct tower): Add members for caching. + + * range-set.c (range_set_clone): New function. + + * array.c (insert_range): New function. + (insert_element): New function. + (move_range): New function. + +2007-04-25 Ben Pfaff + + * model-checker.c: Don't use type sighandler_t, which is a GNU + extension. Reported by "Daniel E WILLIAMS" + . + 2007-04-25 John Darrington * i18n.c: Fixed bug converting long strings