• Show log

    Commit

  • Hash : 68dd9ac9
    Author : Bruno Haible
    Date : 2011-08-23T08:40:27

    tmpdir: Use a good default directory on native Windows.
    
    * lib/tmpdir.c: Include <windows.h>, pathmax.h.
    (P_tmpdir): Default to _P_tmpdir on native Windows.
    (path_search): On native Windows, try the value returned by GetTempPath
    before trying P_tmpdir.
    * modules/tmpdir (Depends-on): Add pathmax.
    Suggested by John Darrington <john@darrington.wattle.id.au>.
    

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