summaryrefslogtreecommitdiff
path: root/lib/hard-locale.c
AgeCommit message (Collapse)Author
2005-05-14Update FSF postal mail address.Jim Meyering
2004-12-02Assume <locale.h> exists.Paul Eggert
Include "strdup.h". (GLIBC_VERSION): New macro. (hard_locale): Assume setlocale exists. Rewrite to avoid #ifdef. Use strdup rather than malloc + strcpy.
2004-08-02hard-locale.c (hard_locale): Return bool, not int.Paul Eggert
2003-09-10Include hard-locale.h first.Jim Meyering
Include <stdlib.h>, <string.h> unconditionally.
2002-04-30Upgrade to version used in GNU Diffutils 2.8.1.Jim Meyering
2001-10-22(alloca): Define to __builtin_alloca if __GNUC__,Jim Meyering
to avoid a warning if -Wall.
2000-10-24(hard_locale): Revert last change -- it was simplyJim Meyering
wrong. That set_locale call must not have any side effects. From Paul Eggert.
2000-10-16(hard_locale): Use "", not 0 as 2nd arg to setlocale.Jim Meyering
From Jan Fedak.
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1999-07-04.Jim Meyering