summaryrefslogtreecommitdiffstats
path: root/Modules/regexpr.h
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
| | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
* Change [_Py_]re_compile_pattern() to return a char*.Guido van Rossum1997-09-031-2/+2
| | | | | Since it only returns an error message (or NULL) there's no reason for it to be unsigned char *, and various compilers like this better.
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-131-25/+13
|
* Add syntax for hex,octalGuido van Rossum1997-08-131-0/+2
|
* Jeffrey's latestsGuido van Rossum1997-07-171-0/+12
|
* New versions straight from Jeffrey Ollie's web siteGuido van Rossum1997-07-101-52/+58
|
* Latest from Jeffrey Ollie.Guido van Rossum1997-05-091-19/+1
| | | | Infinite failure stack, some bugs fixed (fastmap, star_jump, register bug).
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-241-0/+14
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-5/+5
|
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
| | | | | | | * Makefile: change location of FORMS library. * posixmodule.c: turn #if 0 into #ifdef MSDOS (stuff in unistd.h or not) * Almost all .h files: added CPP magic to avoid duplicate inclusions and to support inclusion from C++.
* (I suggest a recompile after getting this, the ceval.c bugfix may be crucial!)Guido van Rossum1993-04-151-1/+1
| | | | | | | * Makefile: removed superfluous AR=ar, fixed misleading comment. * ceval.c: fixed debugging code; save/restore errors in locals_2_fast. * intrcheck.c: for SunOS etc., turn off syscall resumption. * regexpr.h: bump number of registers to 100.
* Change prototypes decision.Guido van Rossum1992-01-271-3/+8
|
* Initial revisionGuido van Rossum1992-01-191-0/+135