• Show log

    Commit

  • Hash : e2ee61c4
    Author : Bruno Haible
    Date : 2012-01-14T15:15:28

    New module 'random'.
    
    * lib/stdlib.in.h (random, srandom, initstate, setstate): New
    declarations.
    * lib/random.c: New file, based on glibc/stdlib/random.c.
    * m4/random.m4: New file.
    * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RANDOM,
    HAVE_RANDOM.
    * modules/stdlib (Makefile.am): Substitute GNULIB_RANDOM, HAVE_RANDOM.
    * modules/random: New file.
    * config/srclist.txt: Add an entry for random.c.
    * doc/posix-functions/random.texi: Mention the 'random' module.
    * doc/posix-functions/initstate.texi: Likewise.
    * doc/posix-functions/setstate.texi: Likewise.
    * doc/posix-functions/srandom.texi: Likewise.
    

  • 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-2012 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.