Skip to content

Commit

Permalink
* posix/getconf.c: Update copyright year.
Browse files Browse the repository at this point in the history
	* nss/getent.c: Likewise.
	* iconv/iconvconfig.c: Likewise.
	* iconv/iconv_prog.c: Likewise.
	* elf/ldconfig.c: Likewise.
	* catgets/gencat.c: Likewise.
	* csu/version.c: Likewise.
	* elf/ldd.bash.in: Likewise.
	* elf/sprof.c (print_version): Likewise.
	* locale/programs/locale.c: Likewise.
	* locale/programs/localedef.c: Likewise.
	* nscd/nscd.c (print_version): Likewise.
	* debug/xtrace.sh: Likewise.
	* malloc/memusage.sh: Likewise.
	* malloc/mtrace.pl: Likewise.
	* debug/catchsegv.sh: Likewise.

	* resolv/res_debug.c (latlon2ul): Use ISO C function definition.
	(getanswer): Use ISO C function definition.
  • Loading branch information
Ulrich Drepper committed Jan 1, 2006
1 parent e56bad6 commit cc79212
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 21 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2006-01-01 Ulrich Drepper <drepper@redhat.com>

* posix/getconf.c: Update copyright year.
* nss/getent.c: Likewise.
* iconv/iconvconfig.c: Likewise.
* iconv/iconv_prog.c: Likewise.
* elf/ldconfig.c: Likewise.
* catgets/gencat.c: Likewise.
* csu/version.c: Likewise.
* elf/ldd.bash.in: Likewise.
* elf/sprof.c (print_version): Likewise.
* locale/programs/locale.c: Likewise.
* locale/programs/localedef.c: Likewise.
* nscd/nscd.c (print_version): Likewise.
* debug/xtrace.sh: Likewise.
* malloc/memusage.sh: Likewise.
* malloc/mtrace.pl: Likewise.
* debug/catchsegv.sh: Likewise.

2005-12-31 Andreas Jaeger <aj@suse.de>

[BZ #1395]
Expand All @@ -7,14 +26,14 @@

2005-12-29 Andreas Jaeger <aj@suse.de>

* resolv/res_debug.c (latlon2ul): Use ISO C function declaration.
* resolv/res_debug.c (latlon2ul): Use ISO C function definition.
(precsize_aton): Likewise.
(precsize_ntoa): Likewise.

* resolv/gethnamaddr.c (_gethtbyname): Remove extra prototype.
(gethostbyname2): Likewise.
(gethostbyaddr): Likewise.
(getanswer): Use ISO C function declaration.
(getanswer): Use ISO C function definition.

2005-12-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>

Expand Down
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-01-01 Ulrich Drepper <drepper@redhat.com>

* version.c: Update copyright year.

2005-12-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Remove explicit
Expand Down

0 comments on commit cc79212

Please sign in to comment.