summaryrefslogtreecommitdiffstats
path: root/Modules/rgbimgmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Another bulky set of minor changes.Guido van Rossum1995-01-021-1/+1
| | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads.
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-3/+5
|
* Integers are specified as "i" and not as "d".Sjoerd Mullender1994-01-071-1/+1
|
* Added function ttob.Sjoerd Mullender1993-12-241-4/+41
|
* ANSIfied somewhat.Sjoerd Mullender1993-12-241-21/+22
|
* rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.Sjoerd Mullender1993-12-211-0/+712
Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler.