summaryrefslogtreecommitdiffstats
path: root/Modules/rgbimgmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-53/+19
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-6/+6
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Purported fixes for 64-bit platforms with help from John JorgensenGuido van Rossum1998-04-231-42/+54
* Apply two changes, systematically:Guido van Rossum1997-10-011-4/+2
* Partial(?) 64bit patch (AMK).Guido van Rossum1997-05-221-6/+6
* Keep Microsoft VC happy.Guido van Rossum1997-04-111-10/+10
* (Jack:) fopen arg typo (?) "rw" changed to "rb".Guido van Rossum1997-04-111-1/+1
* Change all three fopen calls to use binary mode.Guido van Rossum1997-02-211-3/+3
* Primarily formatting changes, but I also plugged a couple of potentialBarry Warsaw1997-01-091-302/+308
* Reindented.Roger E. Masse1997-01-031-516/+546
* Grandly renamed.Barry Warsaw1996-12-111-50/+52
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+1
* Declare a bunch of internal routines as returning void.Guido van Rossum1996-08-191-13/+13
* Another bulky set of minor changes.Guido van Rossum1995-01-021-1/+1
* 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