1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00
1999-01-04  Ulrich Drepper  <drepper@cygnus.com>

	* catgets/gencat.c: Update year in copyright message text.
	* db2/makedb.c: Likewise.
	* debug/catchsegv.sh: Likewise.
	* elf/ldd.bash.in: Likewise.
	* iconv/iconv_prog.c: Likewise.
	* locale/programs/locale.c: Likewise.
	* locale/programs/localedef.c: Likewise.
	* malloc/mtrace.pl: Likewise.
	* nscd/nscd.c: Likewise.

1999-01-02  Philip Blundell  <philb@gnu.org>

	* sunrpc/Makefile: Ensure that we really use the right path for cpp.

1999-01-03  Philip Blundell  <philb@gnu.org>

	* Makefile (tests-clean): New test output files.
	* Makerules (do-tests-clean): New rule to support the above.
	* Rules (subdir_testclean): Likewise.

1999-01-03  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* iconv/Makefile: Use install-others instead of explicit
	dependency on subdir_install.

1999-01-02  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* iconv/gconv_db.c (find_derivation): Release lock before
	returning.
	(__gconv_find_transform): Likewise.

1999-01-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* inet/ether_ntoa.c (ether_ntoa): Make `asc' static since that's
	what we return.

1999-01-01  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* Makerules: Remove all references to obsolete variables
	tests-static and test-srcs-static.
	* Make-dist: Likewise.
	* Rules: Likewise.  Remove rules to generate obsolete
	empty.{c,o*}.

1999-01-03  Philip Blundell  <philb@gnu.org>

	* sysdeps/unix/sysv/linux/arm/pread.c: Use the i386 implementation.
	* sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
	* sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
	* sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
This commit is contained in:
Ulrich Drepper
1999-01-04 12:33:59 +00:00
parent dcac8408e0
commit 3c5edd4dc6
21 changed files with 120 additions and 82 deletions

View File

@@ -1,3 +1,56 @@
1999-01-04 Ulrich Drepper <drepper@cygnus.com>
* catgets/gencat.c: Update year in copyright message text.
* db2/makedb.c: Likewise.
* debug/catchsegv.sh: Likewise.
* elf/ldd.bash.in: Likewise.
* iconv/iconv_prog.c: Likewise.
* locale/programs/locale.c: Likewise.
* locale/programs/localedef.c: Likewise.
* malloc/mtrace.pl: Likewise.
* nscd/nscd.c: Likewise.
1999-01-02 Philip Blundell <philb@gnu.org>
* sunrpc/Makefile: Ensure that we really use the right path for cpp.
1999-01-03 Philip Blundell <philb@gnu.org>
* Makefile (tests-clean): New test output files.
* Makerules (do-tests-clean): New rule to support the above.
* Rules (subdir_testclean): Likewise.
1999-01-03 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* iconv/Makefile: Use install-others instead of explicit
dependency on subdir_install.
1999-01-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* iconv/gconv_db.c (find_derivation): Release lock before
returning.
(__gconv_find_transform): Likewise.
1999-01-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* inet/ether_ntoa.c (ether_ntoa): Make `asc' static since that's
what we return.
1999-01-01 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* Makerules: Remove all references to obsolete variables
tests-static and test-srcs-static.
* Make-dist: Likewise.
* Rules: Likewise. Remove rules to generate obsolete
empty.{c,o*}.
1999-01-03 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/arm/pread.c: Use the i386 implementation.
* sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
1998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> 1998-12-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression

View File

@@ -149,9 +149,9 @@ ifdef subdir
foo:=$(shell echo subdir foo >&2) foo:=$(shell echo subdir foo >&2)
+tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \ +tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \
$(addsuffix .c,$(others) $(tests) $(tests-static) $(test-srcs)) \ $(addsuffix .c,$(others) $(tests) $(test-srcs)) \
$(wildcard $(addsuffix .input,$(tests) (tests-static) $(test-srcs)) \ $(wildcard $(addsuffix .input,$(tests) $(test-srcs)) \
$(addsuffix .args,$(tests) $(tests-static) $(test-srcs))) $(addsuffix .args,$(tests) $(test-srcs)))
+tardeps := $(strip $(+tsrcs)) +tardeps := $(strip $(+tsrcs))
verbose = v verbose = v

View File

@@ -1,4 +1,4 @@
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. # Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@@ -57,6 +57,7 @@ configure: configure.in aclocal.m4; $(autoconf-it)
subdir_distinfo \ subdir_distinfo \
subdir_echo-headers subdir_echo-distinfo \ subdir_echo-headers subdir_echo-distinfo \
subdir_install \ subdir_install \
subdir_testclean \
$(addprefix install-, no-libc.a bin lib data headers others) $(addprefix install-, no-libc.a bin lib data headers others)
headers := errno.h sys/errno.h bits/errno.h limits.h values.h \ headers := errno.h sys/errno.h bits/errno.h limits.h values.h \
@@ -184,7 +185,8 @@ $(all-subdirs-targets):
# Targets to clean things up to various degrees. # Targets to clean things up to various degrees.
.PHONY: clean realclean distclean distclean-1 parent-clean parent-mostlyclean .PHONY: clean realclean distclean distclean-1 parent-clean parent-mostlyclean \
tests-clean
# Subroutines of all cleaning targets. # Subroutines of all cleaning targets.
parent-mostlyclean: common-mostlyclean # common-mostlyclean is in Makerules. parent-mostlyclean: common-mostlyclean # common-mostlyclean is in Makerules.
@@ -207,6 +209,9 @@ mostlyclean: parent-mostlyclean
@$(MAKE) subdir_mostlyclean no_deps=t @$(MAKE) subdir_mostlyclean no_deps=t
-rm -f $(postclean) -rm -f $(postclean)
tests-clean:
@$(MAKE) subdir_testclean no_deps=t
# The realclean target is just like distclean for the parent, but we want # The realclean target is just like distclean for the parent, but we want
# the subdirs to know the difference in case they care. # the subdirs to know the difference in case they care.
realclean distclean: parent-clean realclean distclean: parent-clean

View File

@@ -1,4 +1,4 @@
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. # Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@@ -444,7 +444,7 @@ endif
+depfiles := $(sources:.c=.d) \ +depfiles := $(sources:.c=.d) \
$(patsubst %.o,%.d,$(filter %.o,$(extra-objs:.os=.o))) \ $(patsubst %.o,%.d,$(filter %.o,$(extra-objs:.os=.o))) \
$(addsuffix .d,$(tests) $(test-srcs) $(tests-static)) $(addsuffix .d,$(tests) $(test-srcs))
ifeq ($(build-programs),yes) ifeq ($(build-programs),yes)
+depfiles += $(addsuffix .d,$(others) $(sysdep-others)) +depfiles += $(addsuffix .d,$(others) $(sysdep-others))
endif endif
@@ -879,20 +879,22 @@ echo-headers:
# Common cleaning targets. # Common cleaning targets.
.PHONY: common-mostlyclean common-clean mostlyclean clean .PHONY: common-mostlyclean common-clean mostlyclean clean do-tests-clean
clean: common-clean clean: common-clean
mostlyclean: common-mostlyclean mostlyclean: common-mostlyclean
do-tests-clean:
-rm -f $(addprefix $(objpfx),$(addsuffix .out,$(tests) $(test-srcs)) \
$(addsuffix .sout,$(tests-static)))
# Remove the object files. # Remove the object files.
common-mostlyclean: common-mostlyclean:
-rm -f $(addprefix $(objpfx),$(tests) $(test-srcs) $(others) \ -rm -f $(addprefix $(objpfx),$(tests) $(test-srcs) $(others) \
$(sysdep-others) $(tests-static) stubs \ $(sysdep-others) stubs \
$(addsuffix .o,$(tests) $(test-srcs) \ $(addsuffix .o,$(tests) $(test-srcs) \
$(tests-static) \
$(others) \ $(others) \
$(sysdep-others)) \ $(sysdep-others)) \
$(addsuffix .out,$(tests) $(test-srcs)) \ $(addsuffix .out,$(tests) $(test-srcs))
$(addsuffix .sout,$(tests-static)))
-rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \ -rm -f $(addprefix $(objpfx),$(extra-objs) $(install-lib) \
$(install-lib.so) \ $(install-lib.so) \
$(install-lib.so:%.so=%_pic.a)) $(install-lib.so:%.so=%_pic.a))
@@ -959,7 +961,7 @@ echo > $@.new 'subdir := $(subdir)'
$(foreach var,subdir-dirs sources elided-routines sysdep_routines \ $(foreach var,subdir-dirs sources elided-routines sysdep_routines \
headers sysdep_headers distribute dont_distribute generated \ headers sysdep_headers distribute dont_distribute generated \
others tests test-srcs extra-libs $(extra-libs:%=%-routines) \ others tests test-srcs extra-libs $(extra-libs:%=%-routines) \
tests-static versioned \ versioned \
$(addprefix install-,lib lib.so data bin sbin others), $(addprefix install-,lib lib.so data bin sbin others),
echo >> $@.new '$(subdir)-$(var) := $($(var))' echo >> $@.new '$(subdir)-$(var) := $($(var))'
echo >> $@.new '$(var) = $$($(subdir)-$(var))') echo >> $@.new '$(var) = $$($(subdir)-$(var))')

48
Rules
View File

@@ -1,4 +1,4 @@
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. # Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@@ -75,10 +75,7 @@ endef
$(common-objpfx)dummy.c: $(common-objpfx)dummy.c:
rm -f $@ rm -f $@
echo 'void __dummy__ (void) { }' > $@ echo 'void __dummy__ (void) { }' > $@
$(common-objpfx)empty.c: common-generated += dummy.o dummy.c
cp -f /dev/null $@
common-generated += dummy.o dummy.c empty.c \
$(addprefix empty,$(object-suffixes))
# This makes all the auxiliary and test programs. # This makes all the auxiliary and test programs.
@@ -90,22 +87,16 @@ others: $(addprefix $(objpfx),$(extra-objs))
endif endif
ifeq ($(cross-compiling),yes) ifeq ($(cross-compiling),yes)
tests: $(addprefix $(objpfx),$(tests) $(test-srcs)) tests: $(addprefix $(objpfx),$(tests) $(test-srcs))
ifeq ($(build-static),yes)
tests: $(addprefix $(objpfx),$(tests-static))
endif
else else
tests: $(tests:%=$(objpfx)%.out) tests: $(tests:%=$(objpfx)%.out)
ifeq ($(build-static),yes)
tests: $(tests-static:%=$(objpfx)%.sout)
endif
endif endif
ifeq ($(build-programs),yes) ifeq ($(build-programs),yes)
binaries-all = $(others) $(sysdep-others) $(tests) $(test-srcs) binaries-all = $(others) $(sysdep-others) $(tests) $(test-srcs)
binaries-static = $(others-static) $(tests-static) $(test-srcs-static) binaries-static = $(others-static)
else else
binaries-all = $(tests) $(test-srcs) binaries-all = $(tests) $(test-srcs)
binaries-static = $(tests-static) $(test-srcs-static) binaries-static =
endif endif
binaries-shared = $(filter-out $(binaries-static), $(binaries-all)) binaries-shared = $(filter-out $(binaries-static), $(binaries-all))
@@ -136,26 +127,14 @@ $(objpfx)%.out: %.input $(objpfx)%
$(objpfx)%.out: /dev/null $(objpfx)% # Make it 2nd arg for canned sequence. $(objpfx)%.out: /dev/null $(objpfx)% # Make it 2nd arg for canned sequence.
$($*-ENV) $(built-program-cmd) > $@ $($*-ENV) $(built-program-cmd) > $@
endif # tests endif # tests
ifneq "$(strip $(tests-static) $(test-static-srcs))" ""
# These are the implicit rules for making test outputs
# from the test programs and whatever input files are present.
$(objpfx)%.sout: %.args $(objpfx)% %.input
$($*-ENV) $(built-program-file) `cat $(word 1,$^)` < $(word 3,$^) > $@
$(objpfx)%.sout: %.args $(objpfx)%
$($*-ENV) $(built-program-file) `cat $(word 1,$^)` > $@
$(objpfx)%.sout: %.input $(objpfx)%
$($*-ENV) $(built-program-file) < $(word 1,$^) > $@
$(objpfx)%.sout: /dev/null $(objpfx)% # Make it 2nd arg for canned sequence.
$($*-ENV) $(built-program-file) > $@
endif # tests
.PHONY: distclean realclean subdir_distclean subdir_realclean \ .PHONY: distclean realclean subdir_distclean subdir_realclean \
subdir_clean subdir_mostlyclean subdir_clean subdir_mostlyclean subdir_testclean
subdir_mostlyclean: mostlyclean subdir_mostlyclean: mostlyclean
subdir_clean: clean subdir_clean: clean
subdir_distclean: distclean subdir_distclean: distclean
subdir_realclean: realclean subdir_realclean: realclean
subdir_testclean: do-tests-clean
realclean: distclean realclean: distclean
distclean: clean distclean: clean
@@ -187,19 +166,8 @@ generated: $(addprefix $(common-objpfx),$(common-generated)) \
.PHONY: before-compile .PHONY: before-compile
before-compile: $(before-compile) before-compile: $(before-compile)
define o-iterator-doit $(common-objpfx)dummy.o: $(common-objpfx)dummy.c $(before-compile);
$(common-objpfx)empty$o: $(common-objpfx)empty.c $(before-compile); $(compile-command.c)
$$(compile-command.c)
endef
object-suffixes-left := $(object-suffixes)
include $(o-iterator)
define o-iterator-doit
$(common-objpfx)dummy$o: $(common-objpfx)dummy.c $(before-compile);
$$(compile-command.c)
endef
object-suffixes-left := $(object-suffixes)
include $(o-iterator)
# There's no good place to put this - here will do. # There's no good place to put this - here will do.
# The dependencies are wrong if it's run from the top level. # The dependencies are wrong if it's run from the top level.

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. /* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
@@ -237,7 +237,7 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s Free Software Foundation, Inc.\n\ Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\ This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
"), "1996, 1997"); "), "1999");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
} }

View File

@@ -1,5 +1,5 @@
/* Create simple DB database from textual input. /* Create simple DB database from textual input.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -243,7 +243,7 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s Free Software Foundation, Inc.\n\ Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\ This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
"), "1996, 1997, 1998"); "), "1999");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
} }

View File

@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Copyright (C) 1998 Free Software Foundation, Inc. # Copyright (C) 1998, 1999 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -39,7 +39,7 @@ if test $# -eq 0; then
;; ;;
--v | --ve | --ver | --vers | --versi | --versio | --version) --v | --ve | --ver | --vers | --versi | --versio | --version)
echo 'catchsegv (GNU libc) @VERSION@' echo 'catchsegv (GNU libc) @VERSION@'
echo 'Copyright (C) 1998 Free Software Foundation, Inc. echo 'Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Ulrich Drepper.' Written by Ulrich Drepper.'

View File

@@ -1,6 +1,6 @@
#! @BASH@ #! @BASH@
# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. # Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@@ -37,7 +37,7 @@ while test $# -gt 0; do
case "$1" in case "$1" in
--vers | --versi | --versio | --version) --vers | --versi | --versio | --version)
echo 'ldd (GNU libc) @VERSION@' echo 'ldd (GNU libc) @VERSION@'
echo $"Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. echo $"Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper." Written by Roland McGrath and Ulrich Drepper."

View File

@@ -37,12 +37,11 @@ endif
distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c distribute = gconv_builtin.h gconv_int.h loop.c skeleton.c
others = iconv_prog others = iconv_prog
install-others = $(inst_bindir)/iconv
CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"' CFLAGS-gconv_conf.c = -DGCONV_PATH='"$(gconvdir)"'
include ../Rules include ../Rules
subdir_install: $(inst_bindir)/iconv
$(inst_bindir)/iconv: $(objpfx)iconv_prog $(+force) $(inst_bindir)/iconv: $(objpfx)iconv_prog $(+force)
$(do-install-program) $(do-install-program)

View File

@@ -294,7 +294,10 @@ find_derivation (const char *toset, const char *toset_expand,
result = derivation_lookup (fromset_expand ?: fromset, toset_expand ?: toset, result = derivation_lookup (fromset_expand ?: fromset, toset_expand ?: toset,
handle, nsteps); handle, nsteps);
if (result == GCONV_OK) if (result == GCONV_OK)
{
__libc_lock_unlock (lock);
return result; return result;
}
/* ### TODO /* ### TODO
For now we use a simple algorithm with quadratic runtime behaviour. For now we use a simple algorithm with quadratic runtime behaviour.
@@ -527,7 +530,10 @@ __gconv_find_transform (const char *toset, const char *fromset,
/* If we don't have a module database return with an error. */ /* If we don't have a module database return with an error. */
if (__gconv_modules_db == NULL) if (__gconv_modules_db == NULL)
{
__libc_lock_unlock (lock);
return GCONV_NOCONV; return GCONV_NOCONV;
}
/* See whether the names are aliases. */ /* See whether the names are aliases. */
if (__gconv_alias_db != NULL) if (__gconv_alias_db != NULL)

View File

@@ -1,5 +1,5 @@
/* Convert text in given files from the specified from-set to the to-set. /* Convert text in given files from the specified from-set to the to-set.
Copyright (C) 1998 Free Software Foundation, Inc. Copyright (C) 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -295,7 +295,7 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s Free Software Foundation, Inc.\n\ Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\ This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
"), "1998"); "), "1999");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
} }

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. /* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -24,7 +24,7 @@
char * char *
ether_ntoa (const struct ether_addr *addr) ether_ntoa (const struct ether_addr *addr)
{ {
char asc[18]; static char asc[18];
return ether_ntoa_r (addr, asc); return ether_ntoa_r (addr, asc);
} }

View File

@@ -1,5 +1,5 @@
/* Implementation of the locale program according to POSIX 9945-2. /* Implementation of the locale program according to POSIX 9945-2.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
@@ -268,7 +268,7 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s Free Software Foundation, Inc.\n\ Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\ This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
"), "1995, 1996, 1997, 1998"); "), "1999");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
} }

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. /* Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
@@ -404,7 +404,7 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s Free Software Foundation, Inc.\n\ Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\ This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
"), "1995, 1996, 1997"); "), "1999");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
} }

View File

@@ -1,9 +1,9 @@
#! @PERL@ #! @PERL@
eval "exec @PERL@ -S $0 $*" eval "exec @PERL@ -S $0 $*"
if 0; if 0;
# Copyright (C) 1997, 1998 Free Software Foundation, Inc. # Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1997. # Contributed by Ulrich Drepper <drepper@gnu.org>, 1997.
# Based on the mtrace.awk script. # Based on the mtrace.awk script.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@@ -44,7 +44,7 @@ arglist: while (@ARGV) {
$ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" || $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
$ARGV[0] eq "--versio" || $ARGV[0] eq "--version") { $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
print "mtrace (GNU $PACKAGE) $VERSION\n"; print "mtrace (GNU $PACKAGE) $VERSION\n";
print "Copyright (C) 1997, 1998 Free Software Foundation, Inc.\n"; print "Copyright (C) 1999 Free Software Foundation, Inc.\n";
print "This is free software; see the source for copying conditions. There is NO\n"; print "This is free software; see the source for copying conditions. There is NO\n";
print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
print "Written by Ulrich Drepper <drepper\@gnu.org>\n"; print "Written by Ulrich Drepper <drepper\@gnu.org>\n";

View File

@@ -1,4 +1,4 @@
/* Copyright (c) 1998 Free Software Foundation, Inc. /* Copyright (c) 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
@@ -224,7 +224,7 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s Free Software Foundation, Inc.\n\ Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\ This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
"), "1998"); "), "1999");
fprintf (stream, gettext ("Written by %s.\n"), fprintf (stream, gettext ("Written by %s.\n"),
"Thorsten Kukuk and Ulrich Drepper"); "Thorsten Kukuk and Ulrich Drepper");
} }

View File

@@ -1,4 +1,4 @@
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # Copyright (C) 1994, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
# This file is part of the GNU C Library. # This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or # The GNU C Library is free software; you can redistribute it and/or
@@ -149,7 +149,8 @@ $(rpcsvc:%.x=$(objpfx)rpcsvc/%.h): $(objpfx)rpcsvc/%.h: $(objpfx)rpcsvc/%.stmp
$(objpfx)rpcsvc/%.stmp: rpcsvc/%.x $(objpfx)rpcgen $(objpfx)rpcsvc/%.stmp: rpcsvc/%.x $(objpfx)rpcgen
$(make-target-directory) $(make-target-directory)
-@rm -f ${@:stmp=T} $@ -@rm -f ${@:stmp=T} $@
$(rpcgen-cmd) -Y `$(CC) -print-file-name=.` -h $< -o ${@:stmp=T} $(rpcgen-cmd) -Y `$(CC) -print-file-name=cpp | sed "s|/cpp$$||"` \
-h $< -o ${@:stmp=T}
$(move-if-change) $(@:stmp=T) $(@:stmp=h) $(move-if-change) $(@:stmp=T) $(@:stmp=h)
touch $@ touch $@
@@ -158,7 +159,8 @@ $(rpcsvc:%.x=$(objpfx)x%.c): $(objpfx)x%.c: $(objpfx)x%.stmp
@: @:
$(objpfx)x%.stmp: rpcsvc/%.x $(objpfx)rpcgen $(objpfx)x%.stmp: rpcsvc/%.x $(objpfx)rpcgen
-@rm -f ${@:stmp=T} $@ -@rm -f ${@:stmp=T} $@
$(rpcgen-cmd) -Y `$(CC) -print-file-name=.` -c $< -o ${@:stmp=T} $(rpcgen-cmd) -Y `$(CC) -print-file-name=cpp | sed "s|/cpp$$||"` \
-c $< -o ${@:stmp=T}
$(move-if-change) $(@:stmp=T) $(@:stmp=c) $(move-if-change) $(@:stmp=T) $(@:stmp=c)
touch $@ touch $@

View File

@@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/pread64.c>

View File

@@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/pwrite.c>

View File

@@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/pwrite64.c>