X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=intl%2FChangeLog;h=172f44cec1d071ec5221bfb850e0372e0c43fb96;hb=c09b15a991e38b10d7234b25add5b8e57cf32c80;hp=ecff6f6b2cd79d5d6038b27f75c9d1f0f4e71197;hpb=e98fe4f7b54cbdf29aef9287bbb1bea8801dd05a;p=deliverable%2Fbinutils-gdb.git diff --git a/intl/ChangeLog b/intl/ChangeLog index ecff6f6b2c..172f44cec1 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,87 @@ +2005-05-13 Nick Clifton + + * Update the address and phone number of the FSF organization in + the GPL notices in the following files: + Makefile.in, bindtextdom.c, cat-compat.c, dcgettext.c, + dgettext.c, explodename.c, finddomain.c, gettext.c, gettext.h, + gettextP.h, hash-string.h, intl-compat.c, intlh.inst.in, + l10nflist.c, libgettext.h, libintl.glibc, linux-msg.sed, + loadinfo.h, loadmsgcat.c, localealias.c, po2tbl.sed.in, + textdomain.c, xopen-msg.sed + +2004-11-30 Tero Niemela + + * Makefile.in: Change LOCALEDIR to $(datadir)/share. + +2002-01-21 Thomas Klausner + + * linux-msg.sed: Comment typo fix. + * xopen-msg.sed: Likewise. + +1998-04-29 Ulrich Drepper + + * intl/localealias.c (read_alias_file): Use unsigned char for + local variables. Remove unused variable tp. + * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char * + for type of codeset. For loosing Solaris systems. + * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset. + * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable + len if not needed. + Patches by Jim Meyering. + +1998-04-28 Ulrich Drepper + + * loadmsgcat.c (_nl_load_domain): Don't assign the element use_mmap if + mmap is not supported. + + * hash-string.h: Don't include . + +1998-04-27 Ulrich Drepper + + * textdomain.c: Use strdup is available. + + * localealias.c: Define HAVE_MEMPCPY so that we can use this + function. Define and use semapahores to protect modfication of + global objects when compiling for glibc. Add code to allow + freeing alias table. + + * l10nflist.c: Don't assume stpcpy not being a macro. + + * gettextP.h: Define internal_function macri if not already done. + Use glibc byte-swap macros instead of defining SWAP when compiled + for glibc. + (struct loaded_domain): Add elements to allow unloading. + + * Makefile.in (distclean): Don't remove libintl.h here. + + * bindtextdomain.c: Carry over changes from glibc. Use strdup if + available. + + * dcgettext.c: Don't assume stpcpy not being a macro. Mark internal + functions. Add memory freeing code for glibc. + + * dgettext.c: Update copyright. + + * explodename.c: Include stdlib.h and string.h only if they exist. + Use strings.h eventually. + + * finddomain.c: Mark internal functions. Use strdup if available. + Add memory freeing code for glibc. + +1997-10-10 20:00 Ulrich Drepper + + * libgettext.h: Fix dummy textdomain and bindtextdomain macros. + They should return reasonable values. + Reported by Tom Tromey . + +1997-09-16 03:33 Ulrich Drepper + + * libgettext.h: Define PARAMS also to `args' if __cplusplus is defined. + * intlh.inst.in: Likewise. + Reported by Jean-Marc Lasgouttes . + + * libintl.glibc: Update from current glibc version. + 1997-09-06 02:10 Ulrich Drepper * intlh.inst.in: Reformat copyright.