view modules/README @ 40216:02ed6264c100

strfmon_l: Fix -fsanitize=address finding. * lib/strfmon_l.c: Include <errno.h>, <stdbool.h>, <stdlib.h>, <string.h>. (MAX_ARGS): Renamed from MAX_ARG_WORDS. (directive_t, directives_t): New types. (fmon_parse): New function. (rpl_strfmon_l): Don't call va_arg more often than needed for the format string. Consume 'long double' arguments in places where the format string indicates so. * modules/strfmon_l (Depends-on): Add 'stdbool'.
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Mar 2019 23:30:40 +0100
parents b06060465f09
children
line wrap: on
line source

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-2019 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.