RE: can [[:digit:]] match something other than 0123456789?

2018-05-24 Thread Schwarz, Konrad
> -Original Message- > From: Stephane Chazelas [mailto:stephane.chaze...@gmail.com] > Sent: Sunday, May 20, 2018 10:43 PM > To: Geoff Clare > Cc: austin-group-l@opengroup.org > Subject: Re: can [[:digit:]] match something other than 0123456789? > > Note that having [x-y] be based on

Re: can [[:digit:]] match something other than 0123456789?

2018-05-24 Thread Joerg Schilling
Stephane CHAZELAS wrote: > Is that a POSIX invention (the [a-z] based on collation) by the > way, or does it come from implementations that already existed > at the time? Around 1993, all major UNIX platforms used the same code that was derived from IBM. Maybe

Austin Group teleconference +1-888-426-6840 PIN: 2115756

2018-05-24 Thread Single UNIX Specification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//opengroup.org//NONSGML kigkonsult.se iCalcreator 2.22.1// CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:America/New_York X-LIC-LOCATION:America/New_York BEGIN:DAYLIGHT TZOFFSETFROM:-0500 TZOFFSETTO:-0400 TZNAME:EDT DTSTART:20120311T02

[1003.1(2016)/Issue7+TC2 0001106]: *rand48(): Should this use uint16_t instead of unsigned short?

2018-05-24 Thread Austin Group Bug Tracker
The following issue has been CLOSED. == http://austingroupbugs.net/view.php?id=1106 == Reported By:EdSchouten Assigned To:

[1003.1(2016)/Issue7+TC2 0001106]: *rand48(): Should this use uint16_t instead of unsigned short?

2018-05-24 Thread Austin Group Bug Tracker
A NOTE has been added to this issue. == http://austingroupbugs.net/view.php?id=1106 == Reported By:EdSchouten Assigned To:

[1003.1(2016)/Issue7+TC2 0001107]: *rand48(): We don't explain how the LCG state is 'transformed into the returned value'

2018-05-24 Thread Austin Group Bug Tracker
A NOTE has been added to this issue. == http://austingroupbugs.net/view.php?id=1107 == Reported By:EdSchouten Assigned To:

[1003.1(2016)/Issue7+TC2 0001107]: *rand48(): We don't explain how the LCG state is 'transformed into the returned value'

2018-05-24 Thread Austin Group Bug Tracker
The following issue has been RESOLVED. == http://austingroupbugs.net/view.php?id=1107 == Reported By:EdSchouten Assigned To:

[1003.1(2016)/Issue7+TC2 0001195]: main() should be main(void)

2018-05-24 Thread Austin Group Bug Tracker
The following issue has been SUBMITTED. == http://austingroupbugs.net/view.php?id=1195 == Reported By:eblake Assigned To:

RE: can [[:digit:]] match something other than 0123456789?

2018-05-24 Thread Garrett Wollman
< said: > Also, my feeling is that [[:digit:]] should match just the digits > that are actually relevant for that locale, e.g., just "western" > digits for en_GB. And fractions and superscripts are not digits. Implementations often use the same character definitions for all locales using the