summaryrefslogtreecommitdiffstats
path: root/Modules/regexpr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2094/+0
* Replace abort with Py_FatalError.Martin v. Löwis2002-08-071-1/+1
* Python.h: Don't attempt to redefine NDEBUG if it's already defined.Tim Peters2001-07-151-1/+0
* bug #232815Fredrik Lundh2001-07-031-1/+1
* 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-59/+19
* casts for picky compilers.Guido van Rossum1999-04-101-1/+2
* Fix a benign problem found by a picky SGI compiler (unreachable breakGuido van Rossum1998-07-071-1/+0
* Make new gcc -Wall happyGuido van Rossum1998-04-101-5/+10
* Small bugfixes for broken old style use of the syntax table. AMK, ofGuido van Rossum1997-12-021-6/+6
* Get rid of most silly #include and #ifdefs near the top; these are allGuido van Rossum1997-09-051-55/+59
* Change [_Py_]re_compile_pattern() to return a char*.Guido van Rossum1997-09-031-9/+9
* Casts by Jack to shut up the Mac compiler.Guido van Rossum1997-08-181-8/+8
* Last minute changes for \B. AMK.Guido van Rossum1997-08-151-2/+2
* 1.5a3 prerelease 1 from AMKGuido van Rossum1997-08-131-60/+109
* Fix bug with \< (AMK).Guido van Rossum1997-08-131-1/+1
* Add syntax for hex,octalGuido van Rossum1997-08-131-1/+7
* Jeffrey's latestsGuido van Rossum1997-07-171-26/+28
* Reformatted.Guido van Rossum1997-07-151-1557/+1548
* New versions straight from Jeffrey Ollie's web siteGuido van Rossum1997-07-101-117/+267
* Fix showstopping bug (^ wouldn't match after \n). Jeffrey Ollie.Guido van Rossum1997-05-141-1/+1
* Add a cast to a malloc to shut up the DEC Unix compiler.Guido van Rossum1997-05-141-1/+1
* Keep picky compilers happy.Guido van Rossum1997-05-131-4/+3
* Latest from Jeffrey Ollie.Guido van Rossum1997-05-091-1454/+1679
* Oops, missed some renamings.Guido van Rossum1997-05-071-5/+5
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-2/+2
* Always include config.hGuido van Rossum1996-08-191-2/+0
* Need config.h (for Win etc.)Guido van Rossum1996-08-081-0/+4
* Subtle Windows changesGuido van Rossum1996-05-231-2/+2
* * Modules/{Setup.in,Makefile.pre.in}: renamed some modules toGuido van Rossum1994-08-051-0/+7
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-4/+4
* Lint fluffGuido van Rossum1992-03-271-1/+12
* Ported to THINK C.Guido van Rossum1992-01-271-2/+15
* Retract the rage bugfix, but change the range assertion.Guido van Rossum1992-01-261-1/+2
* #ifdef'ed an unreachable line out.Guido van Rossum1992-01-191-0/+2
* Initial revisionGuido van Rossum1992-01-191-0/+1668