bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 00/12] timevar: clean up, for a possible integration to gnulib


From: Akim Demaille
Subject: [PATCH 00/12] timevar: clean up, for a possible integration to gnulib
Date: Sat, 22 Sep 2018 13:49:36 +0200

See https://lists.gnu.org/archive/html/bug-gnulib/2018-09/msg00100.html.

Akim Demaille (12):
  timevar: remove remains of GCC
  timevar: assume ANSI C
  timevar: prefer #elif
  timevar: we don't care about backward compatibility
  timevar: rename init_timevar as timevar_init
  timevar: remove useless 'extern' for prototypes
  timevar: document in the header, not in the implementation
  timevar: reduce scopes
  timevar: rename get_time as set_to_current_time
  timevar: introduce and use get_current_time
  timevar: get rid of a useless macro
  timevar: don't declare getrusage if we don't use it

 lib/timevar.c | 280 +++++++++++++++-----------------------------------
 lib/timevar.h |  59 ++++++++---
 src/main.c    |   4 +-
 3 files changed, 130 insertions(+), 213 deletions(-)

-- 
2.19.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]