mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Rename module 'warn-on-use' to 'snippet/warn-on-use'.
* modules/snippet/warn-on-use: Renamed from modules/warn-on-use. (Files, Makefile.am): Update. * build-aux/snippet/warn-on-use.h: Renamed from build-aux/warn-on-use.h. * modules/arpa_inet (Depends-on): Update. * modules/ctype (Depends-on): Update. * modules/dirent (Depends-on): Update. * modules/fcntl-h (Depends-on): Update. * modules/glob (Depends-on): Update. * modules/iconv-h (Depends-on): Update. * modules/inttypes-incomplete (Depends-on): Update. * modules/langinfo (Depends-on): Update. * modules/locale (Depends-on): Update. * modules/math (Depends-on): Update. * modules/netdb (Depends-on): Update. * modules/poll-h (Depends-on): Update. * modules/pty (Depends-on): Update. * modules/search (Depends-on): Update. * modules/signal (Depends-on): Update. * modules/spawn (Depends-on): Update. * modules/stdio (Depends-on): Update. * modules/stdlib (Depends-on): Update. * modules/string (Depends-on): Update. * modules/strings (Depends-on): Update. * modules/sys_file (Depends-on): Update. * modules/sys_ioctl (Depends-on): Update. * modules/sys_select (Depends-on): Update. * modules/sys_socket (Depends-on): Update. * modules/sys_stat (Depends-on): Update. * modules/sys_time (Depends-on): Update. * modules/sys_times (Depends-on): Update. * modules/sys_utsname (Depends-on): Update. * modules/sys_wait (Depends-on): Update. * modules/termios (Depends-on): Update. * modules/time (Depends-on): Update. * modules/unistd (Depends-on): Update. * modules/wchar (Depends-on): Update. * modules/wctype-h (Depends-on): Update. * MODULES.html.sh (Support for building libraries and executables): Update.
This commit is contained in:
43
ChangeLog
43
ChangeLog
@@ -1,3 +1,46 @@
|
|||||||
|
2011-07-12 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Rename module 'warn-on-use' to 'snippet/warn-on-use'.
|
||||||
|
* modules/snippet/warn-on-use: Renamed from modules/warn-on-use.
|
||||||
|
(Files, Makefile.am): Update.
|
||||||
|
* build-aux/snippet/warn-on-use.h: Renamed from build-aux/warn-on-use.h.
|
||||||
|
* modules/arpa_inet (Depends-on): Update.
|
||||||
|
* modules/ctype (Depends-on): Update.
|
||||||
|
* modules/dirent (Depends-on): Update.
|
||||||
|
* modules/fcntl-h (Depends-on): Update.
|
||||||
|
* modules/glob (Depends-on): Update.
|
||||||
|
* modules/iconv-h (Depends-on): Update.
|
||||||
|
* modules/inttypes-incomplete (Depends-on): Update.
|
||||||
|
* modules/langinfo (Depends-on): Update.
|
||||||
|
* modules/locale (Depends-on): Update.
|
||||||
|
* modules/math (Depends-on): Update.
|
||||||
|
* modules/netdb (Depends-on): Update.
|
||||||
|
* modules/poll-h (Depends-on): Update.
|
||||||
|
* modules/pty (Depends-on): Update.
|
||||||
|
* modules/search (Depends-on): Update.
|
||||||
|
* modules/signal (Depends-on): Update.
|
||||||
|
* modules/spawn (Depends-on): Update.
|
||||||
|
* modules/stdio (Depends-on): Update.
|
||||||
|
* modules/stdlib (Depends-on): Update.
|
||||||
|
* modules/string (Depends-on): Update.
|
||||||
|
* modules/strings (Depends-on): Update.
|
||||||
|
* modules/sys_file (Depends-on): Update.
|
||||||
|
* modules/sys_ioctl (Depends-on): Update.
|
||||||
|
* modules/sys_select (Depends-on): Update.
|
||||||
|
* modules/sys_socket (Depends-on): Update.
|
||||||
|
* modules/sys_stat (Depends-on): Update.
|
||||||
|
* modules/sys_time (Depends-on): Update.
|
||||||
|
* modules/sys_times (Depends-on): Update.
|
||||||
|
* modules/sys_utsname (Depends-on): Update.
|
||||||
|
* modules/sys_wait (Depends-on): Update.
|
||||||
|
* modules/termios (Depends-on): Update.
|
||||||
|
* modules/time (Depends-on): Update.
|
||||||
|
* modules/unistd (Depends-on): Update.
|
||||||
|
* modules/wchar (Depends-on): Update.
|
||||||
|
* modules/wctype-h (Depends-on): Update.
|
||||||
|
* MODULES.html.sh (Support for building libraries and executables):
|
||||||
|
Update.
|
||||||
|
|
||||||
2011-07-12 Bruno Haible <bruno@clisp.org>
|
2011-07-12 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Rename module 'unused-parameter' to 'snippet/unused-parameter'.
|
Rename module 'unused-parameter' to 'snippet/unused-parameter'.
|
||||||
|
@@ -3459,7 +3459,7 @@ func_all_modules ()
|
|||||||
func_module relocatable-prog
|
func_module relocatable-prog
|
||||||
func_module relocatable-prog-wrapper
|
func_module relocatable-prog-wrapper
|
||||||
func_module relocatable-script
|
func_module relocatable-script
|
||||||
func_module warn-on-use
|
func_module snippet/warn-on-use
|
||||||
func_module warnings
|
func_module warnings
|
||||||
func_end_table
|
func_end_table
|
||||||
|
|
||||||
|
@@ -9,8 +9,8 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
sys_socket
|
sys_socket
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_ARPA_INET
|
gl_HEADER_ARPA_INET
|
||||||
|
@@ -8,7 +8,7 @@ m4/ctype.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_CTYPE_H
|
gl_CTYPE_H
|
||||||
|
@@ -10,7 +10,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_DIRENT_H
|
gl_DIRENT_H
|
||||||
|
@@ -11,8 +11,8 @@ extensions
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
unistd
|
unistd
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_FCNTL_H
|
gl_FCNTL_H
|
||||||
|
@@ -12,7 +12,7 @@ Depends-on:
|
|||||||
extensions
|
extensions
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
alloca [test -n "$GLOB_H"]
|
alloca [test -n "$GLOB_H"]
|
||||||
d-type [test -n "$GLOB_H"]
|
d-type [test -n "$GLOB_H"]
|
||||||
dirfd [test -n "$GLOB_H"]
|
dirfd [test -n "$GLOB_H"]
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_ICONV_H
|
gl_ICONV_H
|
||||||
|
@@ -9,8 +9,8 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
multiarch
|
multiarch
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
|
snippet/warn-on-use
|
||||||
stdint
|
stdint
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_INTTYPES_INCOMPLETE
|
gl_INTTYPES_INCOMPLETE
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
extensions
|
extensions
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LANGINFO_H
|
gl_LANGINFO_H
|
||||||
|
@@ -10,8 +10,8 @@ extensions
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
stddef
|
stddef
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_LOCALE_H
|
gl_LOCALE_H
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_MATH_H
|
gl_MATH_H
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
sys_socket
|
sys_socket
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
extensions
|
extensions
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_POLL_H
|
gl_POLL_H
|
||||||
|
@@ -8,7 +8,7 @@ m4/pty_h.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_PTY_H
|
gl_PTY_H
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SEARCH_H
|
gl_SEARCH_H
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
extensions
|
extensions
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -15,11 +15,12 @@ configure.ac:
|
|||||||
Makefile.am:
|
Makefile.am:
|
||||||
BUILT_SOURCES += warn-on-use.h
|
BUILT_SOURCES += warn-on-use.h
|
||||||
# The warn-on-use.h that gets inserted into generated .h files is the same as
|
# The warn-on-use.h that gets inserted into generated .h files is the same as
|
||||||
# build-aux/warn-on-use.h, except that it has the copyright header cut off.
|
# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
|
||||||
warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
|
# off.
|
||||||
|
warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
|
||||||
$(AM_V_GEN)rm -f $@-t $@ && \
|
$(AM_V_GEN)rm -f $@-t $@ && \
|
||||||
sed -n -e '/^.ifndef/,$$p' \
|
sed -n -e '/^.ifndef/,$$p' \
|
||||||
< $(top_srcdir)/build-aux/warn-on-use.h \
|
< $(top_srcdir)/build-aux/snippet/warn-on-use.h \
|
||||||
> $@-t && \
|
> $@-t && \
|
||||||
mv $@-t $@
|
mv $@-t $@
|
||||||
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
|
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
|
@@ -10,7 +10,7 @@ include_next
|
|||||||
sched
|
sched
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SPAWN_H
|
gl_SPAWN_H
|
||||||
|
@@ -9,8 +9,8 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
stddef
|
stddef
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDIO_H
|
gl_STDIO_H
|
||||||
|
@@ -10,9 +10,9 @@ _Noreturn
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
stddef
|
stddef
|
||||||
unistd
|
unistd
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_STDLIB_H
|
gl_STDLIB_H
|
||||||
|
@@ -10,8 +10,8 @@ extensions
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
stddef
|
stddef
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_STRING_H
|
gl_HEADER_STRING_H
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_STRINGS_H
|
gl_HEADER_STRINGS_H
|
||||||
|
@@ -7,7 +7,7 @@ m4/sys_file_h.m4
|
|||||||
|
|
||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_SYS_FILE_H
|
gl_HEADER_SYS_FILE_H
|
||||||
|
@@ -8,8 +8,8 @@ m4/sys_ioctl_h.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
unistd
|
unistd
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SYS_IOCTL_H
|
gl_SYS_IOCTL_H
|
||||||
|
@@ -10,8 +10,8 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
signal
|
signal
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
sys_time
|
sys_time
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_SYS_SELECT
|
gl_HEADER_SYS_SELECT
|
||||||
|
@@ -12,9 +12,9 @@ errno
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
socklen
|
socklen
|
||||||
sys_uio
|
sys_uio
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_SYS_SOCKET
|
gl_HEADER_SYS_SOCKET
|
||||||
|
@@ -10,8 +10,8 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
time
|
time
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_SYS_STAT_H
|
gl_HEADER_SYS_STAT_H
|
||||||
|
@@ -9,7 +9,7 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_HEADER_SYS_TIME_H
|
gl_HEADER_SYS_TIME_H
|
||||||
|
@@ -8,7 +8,7 @@ m4/sys_times_h.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SYS_TIMES_H
|
gl_SYS_TIMES_H
|
||||||
|
@@ -8,7 +8,7 @@ m4/sys_utsname_h.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SYS_UTSNAME_H
|
gl_SYS_UTSNAME_H
|
||||||
|
@@ -8,7 +8,7 @@ m4/sys_wait_h.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_SYS_WAIT_H
|
gl_SYS_WAIT_H
|
||||||
|
@@ -8,7 +8,7 @@ m4/termios_h.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_TERMIOS_H
|
gl_TERMIOS_H
|
||||||
|
@@ -10,7 +10,7 @@ extensions
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
stddef
|
stddef
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
|
@@ -9,8 +9,8 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
stddef
|
stddef
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_UNISTD_H
|
gl_UNISTD_H
|
||||||
|
@@ -10,8 +10,8 @@ Depends-on:
|
|||||||
include_next
|
include_next
|
||||||
snippet/arg-nonnull
|
snippet/arg-nonnull
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
|
snippet/warn-on-use
|
||||||
stddef
|
stddef
|
||||||
warn-on-use
|
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_WCHAR_H
|
gl_WCHAR_H
|
||||||
|
@@ -9,7 +9,7 @@ m4/wint_t.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
include_next
|
include_next
|
||||||
snippet/c++defs
|
snippet/c++defs
|
||||||
warn-on-use
|
snippet/warn-on-use
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gl_WCTYPE_H
|
gl_WCTYPE_H
|
||||||
|
Reference in New Issue
Block a user