summaryrefslogtreecommitdiffstats
path: root/Modules/unicodedata.c
Commit message (Expand)AuthorAgeFilesLines
* Kill a warning on the SGI compiler.Fred Drake2001-07-191-1/+1
* Be a bit more strict in setting up the export of the C API for thisFred Drake2001-03-031-6/+6
* renamed internal functions to avoid name clashes under OpenVMSFredrik Lundh2001-02-181-17/+18
* stupid typo (for some reason, this only caused problems on OpenVMS).Fredrik Lundh2001-02-181-1/+1
* Move uchhash functionality into unicodedata (after the recentFredrik Lundh2001-01-241-19/+226
* Unicode nits: Don't include unicodedatabase.h no more. And make sureFredrik Lundh2001-01-211-1/+0
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-79/+94
* unicode database compression, step 2:Fredrik Lundh2000-09-251-28/+18
* unicode database compression, step 1:Fredrik Lundh2000-09-241-11/+1
* Changing the CNRI copyright notice according to CNRI's instructions.Guido van Rossum2000-08-031-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Marc-Andre Lemburg: The large unicode database table is broken inGuido van Rossum2000-03-311-7/+17
* Module unicodedata -- Provides access to the Unicode 3.0 data base.Guido van Rossum2000-03-101-0/+269