From bfca1619d658bc30835f4fb29c53ddfe206f4b17 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 28 Feb 2016 05:40:41 +0200 Subject: Fix copy-paste error in profiler's else handling. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8ac6f192..0b8c5e0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-02-28 Arnold D. Robbins + + * profile.c (pprint): Fix copy-paste error in else handling. + Thanks to Michal Jaegermann for the report. + 2016-02-23 Arnold D. Robbins * config.guess, config.rpath, config.sub: Update to latest -- cgit v1.2.3 From 21b584ce481970c9022c08148a6adbc0e489c432 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 29 Feb 2016 21:34:57 +0200 Subject: Fix profiling bug - printf with no arguments. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0b8c5e0f..67d81cf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-02-29 Arnold D. Robbins + + * profile.c (pp_list): Handle the case of nargs equal to zero. + Thanks to Hermann Peifer for the report. + 2016-02-28 Arnold D. Robbins * profile.c (pprint): Fix copy-paste error in else handling. -- cgit v1.2.3