summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorhunt <hunt>2005-09-23 07:48:18 +0000
committerhunt <hunt>2005-09-23 07:48:18 +0000
commit4a61d60063c01fc969887125868a484c0b1b7e8f (patch)
treeb2eace6fdb835c0525c1913180adf2ab1e2f8a66 /runtime/ChangeLog
parent1f2e747794f9f291139dcc43d9d6f4823af251ea (diff)
downloadsystemtap-steved-4a61d60063c01fc969887125868a484c0b1b7e8f.tar.gz
systemtap-steved-4a61d60063c01fc969887125868a484c0b1b7e8f.tar.xz
systemtap-steved-4a61d60063c01fc969887125868a484c0b1b7e8f.zip
2005-09-23 Martin Hunt <hunt@redhat.com>
* map.c (_stp_cmp): New comparison function for sorts. (_stp_swap): New swap function for bubble sort. (_stp_map_sortn): New function. (_stp_map_sort): New function. (_stp_map_printn): New function. (_stp_map_print): Convert to a macro.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index d0639f58..ddc9dc1e 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,12 @@
+2005-09-23 Martin Hunt <hunt@redhat.com>
+
+ * map.c (_stp_cmp): New comparison function for sorts.
+ (_stp_swap): New swap function for bubble sort.
+ (_stp_map_sortn): New function.
+ (_stp_map_sort): New function.
+ (_stp_map_printn): New function.
+ (_stp_map_print): Convert to a macro.
+
2005-09-22 Martin Hunt <hunt@redhat.com>
* regs.h: PPC64 version from