summaryrefslogtreecommitdiffstats
path: root/Modules/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue an explicit error when we can't find an appropriate type forGuido van Rossum2002-05-291-0/+2
| | | | UINT4.
* This is patchMichael W. Hudson2002-05-291-7/+3
| | | | | | | [ 558914 ] Build md5.c fails on Cray T3E I've also deleted a comment that I didn't understand. Feel free to put it back if it makes/made sense to you.
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-12/+5
| | | | | | | | Add definitions of INT_MAX and LONG_MAX to pyport.h. Remove includes of limits.h and conditional definitions of INT_MAX and LONG_MAX elsewhere. This closes SourceForge patch #101659 and bug #115323.
* Guido said include these in the Great ANSI-fication, so here they are!Fred Drake2000-07-101-28/+6
|
* Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BITGuido van Rossum1996-07-211-5/+4
|
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-241-0/+7
|
* 64-bit patchGuido van Rossum1996-01-121-0/+15
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+3
|
* Simplify life for md5: include (slightly modified) md5.h and md5c.cGuido van Rossum1993-11-011-0/+69
from RFC 1321 here, and point to that RFC instead of a non-existant incompatible file on rsa.com.