• Show log

    Commit

  • Hash : da905bea
    Author : Akim Demaille
    Date : 2018-10-11T17:54:35

    timevar: expect that getrusage is available
    
    Don't keep both times and getrusage as backend: both are guaranteed by
    gnulib, a single one suffices.  Using getrusage is open to possibly
    tracking other types of resources in the future.
    
    * modules/timevar (Depends-on): Add getrusage.
    (configure.ac): Remove gl_TIMEVAR.
    (Files): Remove m4/timevar.m4.
    * m4/timevar.m4: Remove, rely on gnulib for getrusage.
    * lib/timevar.h (timevar_enabled): Clarify documentation.
    * lib/timevar.c: Remove all the code about times.
    Remove all the CPP guards about getrusage: expect it to be present
    (courtesy of gnulib).
    

  • README

  • This directory contains metainformation about the gnulib modules, one or two
    files per module. These files are used by gnulib-tool.
    
    For every module,
      - the file <module> is the metainformation about the library code of the
        module,
      - the file <module>-tests is the metainformation about the unit test of
        the module (optional but recommended).
    
    All the files in this directory are distributed under the following copyright:
    
      Copyright (C) 2002-2018 Free Software Foundation, Inc.
      Copying and distribution of this file, with or without modification,
      in any medium, are permitted without royalty provided the copyright
      notice and this notice are preserved.