summaryrefslogtreecommitdiffstats
path: root/Include/ucnhash.h
Commit message (Collapse)AuthorAgeFilesLines
* refactored the unicodeobject/ucnhash interface, to hide theFredrik Lundh2001-01-191-18/+27
| | | | | | | implementation details inside the ucnhash module. also cleaned up the unicode copyright blurb a little; Secret Labs' internal revision history isn't that interesting...
* Fix to use Py_UCS4Marc-André Lemburg2000-07-071-1/+1
|
* Jack Jansen: Use include "" instead of <>; and staticforward declarationsGuido van Rossum2000-06-291-1/+1
|
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-281-0/+20
Exports the C API of the new ucnhash module. By Bill Tutt.