Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sun, 22 Apr 2012 23:51:04 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Help establishing wctype character classes

And here's a quick implementation of the iswalnum set generator. At
this point it just generates a dumb lookup table without doing any
multi-level table optimizations or compression, and dumps the table to
stdout in a visual form. I need to run some analysis on the table to
determine the best way to get it down to a reasonable size.

Rich

View attachment "gen_ctype_alpha.c" of type "text/plain" (1047 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.