summaryrefslogtreecommitdiffstats
path: root/Modules/cjkcodecs/cjkcodecs.h
Commit message (Expand)AuthorAgeFilesLines
* Modified PyImport_Import and PyImport_ImportModule to always use absolute imp...Christian Heimes2008-01-031-1/+1
* Fix a few bugs on cjkcodecs found by Oren Tirosh:Hye-Shik Chang2006-09-051-7/+10
* Check NULL if Py_InitModule fails.Hye-Shik Chang2006-03-061-1/+2
* - Modernize code to use Py_ssize_t more intensively.Hye-Shik Chang2006-03-041-10/+10
* Change the internal "undefined codepoint" mark for CJKCodecs decodersHye-Shik Chang2005-10-061-1/+4
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-191-2/+2
* Replace an extern magic to assigning declared pointer from array's.Hye-Shik Chang2004-07-181-26/+12
* Added a comment explaining the extern ugliness.Tim Peters2004-07-181-0/+6
* Changed the "predefinitions" of codec_list and mapping_list from staticTim Peters2004-07-181-2/+2
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-0/+399