delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
List-Post: | <mailto:cygwin-developers AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-developers-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin-developers AT sources DOT redhat DOT com |
Message-ID: | <3A7A510E.59F98F16@ece.gatech.edu> |
Date: | Fri, 02 Feb 2001 01:17:50 -0500 |
From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
X-Mailer: | Mozilla 4.75 [en] (Windows NT 5.0; U) |
X-Accept-Language: | en |
MIME-Version: | 1.0 |
To: | newlib AT sources DOT redhat DOT com |
CC: | cygwin-developers AT sources DOT redhat DOT com |
Subject: | LC_MESSAGES definition in newlib/libc/include/locale.h |
Please apply the following patch which adds LC_MESSAGES to locale.h. For more information, see the following thread on cygwin-developers: http://sources.redhat.com/ml/cygwin-developers/2001-02/msg00007.html Please CC: me on any replies as I am not subscribed to the newlib list. --Chuck 2001-02-02 Charles Wilson <cwilson AT ece DOT gatech DOT edu> * libc/include/locale.h: add LC_MESSAGES definition Index: locale.h =================================================================== RCS file: /cvs/src/src/newlib/libc/include/locale.h,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 locale.h --- locale.h 2000/02/17 19:39:46 1.1.1.1 +++ locale.h 2001/02/02 06:08:00 @@ -22,6 +22,7 @@ #define LC_MONETARY 3 #define LC_NUMERIC 4 #define LC_TIME 5 +#define LC_MESSAGES 6 struct lconv {
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |