This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ISO 10646-1:2000 published / __STDC_ISO_10646__ patch


Argl, I finally got my copy of ISO/IEC 10646-1:2000(E) today, and the
publication date printed on the cover is 2000-09-15 (and not the final
stage date 2000-10-05 shown on http://www.iso.ch/cate/d29819.html).
Therefore we'll have to reduce __STDC_ISO_10646__ by one month. Patch
attached.

Markus

-- 
Markus G. Kuhn, Computer Laboratory, University of Cambridge, UK
Email: mkuhn at acm.org,  WWW: <http://www.cl.cam.ac.uk/~mgk25/>

Index: features.h
===================================================================
RCS file: /cvs/glibc/libc/include/features.h,v
retrieving revision 1.24
diff -u -r1.24 features.h
--- features.h	2000/10/07 22:26:34	1.24
+++ features.h	2000/10/12 13:50:56
@@ -243,8 +243,8 @@
 #define __STDC_IEC_559__		1
 #define __STDC_IEC_559_COMPLEX__	1
 
-/* wchar_t uses ISO 10646-1:2000 / Unicode 3.0 */
-#define __STDC_ISO_10646__		200010L
+/* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.0 */
+#define __STDC_ISO_10646__		200009L
 
 /* This macro indicates that the installed library is the GNU C Library.
    For historic reasons the value now is 6 and this will stay from now

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]