Changeset 465:0e88fc30c913 for intl
- Timestamp:
- 1998-10-15 13:33:03 (10 years ago)
- Branch:
- HEAD
- Tags:
- mutt-0-94-13-rel
- Location:
- intl
- Files:
-
- 12 modified
-
bindtextdom.c (modified) (1 diff)
-
cat-compat.c (modified) (1 diff)
-
dcgettext.c (modified) (1 diff)
-
dgettext.c (modified) (1 diff)
-
explodename.c (modified) (1 diff)
-
finddomain.c (modified) (1 diff)
-
gettext.c (modified) (1 diff)
-
intl-compat.c (modified) (1 diff)
-
l10nflist.c (modified) (1 diff)
-
loadmsgcat.c (modified) (1 diff)
-
localealias.c (modified) (1 diff)
-
textdomain.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
intl/bindtextdom.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Implementation of the bindtextdomain(3) function 3 3 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -
intl/cat-compat.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Compatibility code for gettext-using-catgets interface. 3 3 Copyright (C) 1995, 1997 Free Software Foundation, Inc. -
intl/dcgettext.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Implementation of the dcgettext(3) function. 3 3 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -
intl/dgettext.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Implementation of the dgettext(3) function 3 3 Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. -
intl/explodename.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 3 3 Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. -
intl/finddomain.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Handle list of needed message catalogs 3 3 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -
intl/gettext.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Implementation of gettext(3) function. 3 3 Copyright (C) 1995, 1997 Free Software Foundation, Inc. -
intl/intl-compat.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* intl-compat.c - Stub functions to call gettext functions from GNU gettext 3 3 Library. -
intl/l10nflist.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Handle list of needed message catalogs 3 3 Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. -
intl/loadmsgcat.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Load needed message catalogs. 3 3 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -
intl/localealias.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Handle aliases for locale names. 3 3 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -
intl/textdomain.c
r437 r465 1 static c har rcsid[]="$Id$";1 static const char rcsid[]="$Id$"; 2 2 /* Implementation of the textdomain(3) function. 3 3 Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
