adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/intl ChangeLog,1.2,1.3 VERSION,1.2,1.


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/intl ChangeLog,1.2,1.3 VERSION,1.2,1.3 config.charset,1.2,1.3 eval-plural.h,1.2,1.3 localename.c,1.2,1.3 os2compat.c,1.2,1.3
Date: Mon, 15 Apr 2002 09:02:37 -0400

Update of /cvsroot/adonthell/adonthell/intl
In directory subversions:/tmp/cvs-serv14482/intl

Modified Files:
        ChangeLog VERSION config.charset eval-plural.h localename.c 
        os2compat.c 
Log Message:
UPDATED to gettext 0.11.1
FIXED src/Makefile.am


Index: ChangeLog
===================================================================
RCS file: /cvsroot/adonthell/adonthell/intl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ChangeLog   7 Apr 2002 09:51:28 -0000       1.2
--- ChangeLog   15 Apr 2002 13:02:35 -0000      1.3
***************
*** 1,4 ****
! 2002-01-31  GNU  <address@hidden>
  
!       * Version 0.11 released.
  
--- 1,4 ----
! 2002-03-12  GNU  <address@hidden>
  
!       * Version 0.11.1 released.
  

Index: VERSION
===================================================================
RCS file: /cvsroot/adonthell/adonthell/intl/VERSION,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** VERSION     7 Apr 2002 09:51:28 -0000       1.2
--- VERSION     15 Apr 2002 13:02:35 -0000      1.3
***************
*** 1 ****
! GNU gettext library from gettext-0.11
--- 1 ----
! GNU gettext library from gettext-0.11.1

Index: config.charset
===================================================================
RCS file: /cvsroot/adonthell/adonthell/intl/config.charset,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** config.charset      7 Apr 2002 09:51:28 -0000       1.2
--- config.charset      15 Apr 2002 13:02:35 -0000      1.3
***************
*** 273,276 ****
--- 273,290 ----
        echo "ko_KR.EUC EUC-KR"
        ;;
+     netbsd*)
+       echo "646 ASCII"
+       echo "ISO8859-1 ISO-8859-1"
+       echo "ISO8859-2 ISO-8859-2"
+       echo "ISO8859-4 ISO-8859-4"
+       echo "ISO8859-5 ISO-8859-5"
+       echo "ISO8859-15 ISO-8859-15"
+       echo "eucCN GB2312"
+       echo "eucJP EUC-JP"
+       echo "eucKR EUC-KR"
+       echo "eucTW EUC-TW"
+       echo "BIG5 BIG5"
+       echo "SJIS SHIFT_JIS"
+       ;;
      beos*)
        # BeOS has a single locale, and it has UTF-8 encoding.
***************
*** 397,402 ****
        echo "mk CP866"    # not CP855 ??
        echo "mk_MK CP866" # not CP855 ??
!       echo "ru KOI8-R"    # not CP866 ??
!       echo "ru_RU KOI8-R" # not CP866 ??
        # ISO-8859-6 languages
        echo "ar CP864"
--- 411,416 ----
        echo "mk CP866"    # not CP855 ??
        echo "mk_MK CP866" # not CP855 ??
!       echo "ru CP866"
!       echo "ru_RU CP866"
        # ISO-8859-6 languages
        echo "ar CP864"

Index: eval-plural.h
===================================================================
RCS file: /cvsroot/adonthell/adonthell/intl/eval-plural.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** eval-plural.h       7 Apr 2002 09:51:28 -0000       1.2
--- eval-plural.h       15 Apr 2002 13:02:35 -0000      1.3
***************
*** 1,18 ****
  /* Plural expression evaluation.
!    Copyright (C) 2000, 2001 Free Software Foundation, Inc.
  
!    This program is free software; you can redistribute it and/or modify
!    it under the terms of the GNU General Public License as published by
!    the Free Software Foundation; either version 2, or (at your option)
     any later version.
  
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
!    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
!    GNU General Public License for more details.
  
!    You should have received a copy of the GNU General Public License
!    along with this program; if not, write to the Free Software Foundation,
!    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
  
  #ifndef STATIC
--- 1,19 ----
  /* Plural expression evaluation.
!    Copyright (C) 2000-2002 Free Software Foundation, Inc.
  
!    This program is free software; you can redistribute it and/or modify it
!    under the terms of the GNU Library General Public License as published
!    by the Free Software Foundation; either version 2, or (at your option)
     any later version.
  
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
!    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!    Library General Public License for more details.
  
!    You should have received a copy of the GNU Library General Public
!    License along with this program; if not, write to the Free Software
!    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
!    USA.  */
  
  #ifndef STATIC

Index: localename.c
===================================================================
RCS file: /cvsroot/adonthell/adonthell/intl/localename.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** localename.c        7 Apr 2002 09:51:28 -0000       1.2
--- localename.c        15 Apr 2002 13:02:35 -0000      1.3
***************
*** 1,18 ****
  /* Determine the current selected locale.
!    Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
  
!    This program is free software; you can redistribute it and/or modify
!    it under the terms of the GNU General Public License as published by
!    the Free Software Foundation; either version 2, or (at your option)
     any later version.
  
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
!    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
!    GNU General Public License for more details.
  
!    You should have received a copy of the GNU General Public License
!    along with this program; if not, write to the Free Software Foundation,
!    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
  
  /* Written by Ulrich Drepper <address@hidden>, 1995.  */
--- 1,19 ----
  /* Determine the current selected locale.
!    Copyright (C) 1995-1999, 2000-2002 Free Software Foundation, Inc.
  
!    This program is free software; you can redistribute it and/or modify it
!    under the terms of the GNU Library General Public License as published
!    by the Free Software Foundation; either version 2, or (at your option)
     any later version.
  
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
!    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!    Library General Public License for more details.
  
!    You should have received a copy of the GNU Library General Public
!    License along with this program; if not, write to the Free Software
!    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
!    USA.  */
  
  /* Written by Ulrich Drepper <address@hidden>, 1995.  */

Index: os2compat.c
===================================================================
RCS file: /cvsroot/adonthell/adonthell/intl/os2compat.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** os2compat.c 7 Apr 2002 09:51:28 -0000       1.2
--- os2compat.c 15 Apr 2002 13:02:35 -0000      1.3
***************
*** 38,52 ****
  }
  
! char _nl_default_dirname[] =  /* a 260+1 bytes large buffer */
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
!   "\0\0\0\0"
  #define LOCALEDIR_MAX 260
  
  char *_os2_libdir = NULL;
--- 38,44 ----
  }
  
! /* A fixed size buffer.  */
  #define LOCALEDIR_MAX 260
+ char _nl_default_dirname__[LOCALEDIR_MAX+1];
  
  char *_os2_libdir = NULL;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]