1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/wgetcwd-lgpl
Bruno Haible fae9498888 Rename module wchar to wchar-h.
* 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.
2024-12-27 23:43:27 +01:00

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