diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-04 12:33:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-04 12:33:59 +0000 |
commit | 3c5edd4dc680911b5dd1bd9a0c2b55cc134b6a46 (patch) | |
tree | 084f88fb4c54c55864087c54d94bc7940a6c02b0 /malloc | |
parent | dcac8408e04f993354bbc3a89a1a100d4a15baf0 (diff) | |
download | glibc-3c5edd4dc680911b5dd1bd9a0c2b55cc134b6a46.tar.gz glibc-3c5edd4dc680911b5dd1bd9a0c2b55cc134b6a46.tar.xz glibc-3c5edd4dc680911b5dd1bd9a0c2b55cc134b6a46.zip |
Update.
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.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/mtrace.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index 3cd217c098..f6b26aaccb 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -1,9 +1,9 @@ #! @PERL@ eval "exec @PERL@ -S $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. -# Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1997. +# Contributed by Ulrich Drepper <drepper@gnu.org>, 1997. # Based on the mtrace.awk script. # 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 "--versio" || $ARGV[0] eq "--version") { 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 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; print "Written by Ulrich Drepper <drepper\@gnu.org>\n"; |