mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/wchar-h: Renamed from modules/wchar. * modules/wchar-h-tests: Renamed from modules/wchar-tests. * modules/wchar-h-c++-tests: Renamed from modules/wchar-c++-tests. * tests/test-wchar-h.c: Renamed from tests/test-wchar.c. * tests/test-wchar-h-c++.cc: Renamed from tests/test-wchar-c++.cc. * tests/test-wchar-h-c++2.cc: Renamed from tests/test-wchar-c++2.cc. * tests/test-wchar-h-c++3.cc: Renamed from tests/test-wchar-c++3.cc. * doc/posix-headers/wchar.texi: Update. * modules/* (Depends-on): Update. * modules/wchar: New file.
26 lines
371 B
Plaintext
26 lines
371 B
Plaintext
Description:
|
|
Native Windows specific wgetcwd function. Like _wgetcwd, but also ensure
|
|
that wgetcwd(NULL, 0) returns a buffer allocated by the malloc() function.
|
|
|
|
Files:
|
|
lib/wgetcwd-lgpl.c
|
|
|
|
Depends-on:
|
|
wchar-h
|
|
free-posix
|
|
|
|
configure.ac:
|
|
gl_WCHAR_MODULE_INDICATOR([wgetcwd])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += wgetcwd-lgpl.c
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|