Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | and a couple of functions that were missed in the previous batches. Not terribly tested, but very carefully scrutinized, three times. All these were found by the little findkrc.py that I posted to python-dev, which means there might be more lurking. Cases such as this: long func(a, b) long a; long b; /* flagword */ { and other cases where the last ; in the argument list isn't followed by a newline and an opening curly bracket. Regexps to catch all are welcome, of course ;) | ||||
* | Patch by Mark Hammond to avoid certain header files on Windows/CE. | Guido van Rossum | 1999-08-27 | 1 | -0/+2 |
| | |||||
* | Patches by William Lewis for Nextstep descendants. | Guido van Rossum | 1999-01-27 | 1 | -2/+2 |
| | |||||
* | Include macbuildno.h here (mac only) (Jack) | Guido van Rossum | 1997-10-08 | 1 | -0/+4 |
| | |||||
* | Include config.h so it can define const away for K&R. | Guido van Rossum | 1997-05-20 | 1 | -0/+2 |
| | |||||
* | work build# into version string | Guido van Rossum | 1997-01-20 | 1 | -0/+30 |