summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change 29297 omitted a semicolon.Nicholas Clark2006-11-171-1/+1
* Study SUSPEND (and recursion) properlyYves Orton2006-11-172-1316/+1343
* Doc nits to re.pmRafael Garcia-Suarez2006-11-171-17/+17
* add regmust() to re.pm/re.xsYves Orton2006-11-174-35/+103
* Add missing d_ctermid/HAS_CTERMID to Win32 canned configsSteve Hay2006-11-178-0/+28
* Change #27951 added tests to t/op/taint.t involving taint, opening Steve Peters2006-11-171-0/+3
* Fix Extensions_static dependencies to avoid relinking every timeYves Orton2006-11-161-1/+1
* Remove duplicate declarationRafael Garcia-Suarez2006-11-161-2/+0
* Clarifications to close() docs, pointed out by Peter DintelmannRafael Garcia-Suarez2006-11-161-4/+5
* threads 1.51Jerry D. Hedden2006-11-166-54/+60
* Update checkcfgvars.pl: config.ce is in win32/ in 5.9.xSteve Hay2006-11-161-0/+1
* Extended uconfig.sh based on Porting/checkcfgvar.pl findingsH.Merijn Brand2006-11-161-0/+31
* Yet another step in generation a more reliable GlossaryH.Merijn Brand2006-11-162-126/+129
* 1. Less Whoa there, based on a suggestion by Andy DoughertyH.Merijn Brand2006-11-153-4/+70
* Add support for building a perl-static.exe that doesn't depend onVadim Konovalov2006-11-151-6/+48
* Fix tests added by #29248 and #29249Steve Hay2006-11-152-1/+6
* [perl #39026] Tie::Memoize::EXISTS not caching the value Len Weisberg2006-11-151-4/+4
* FAQ syncRafael Garcia-Suarez2006-11-157-95/+122
* Fix a signedness cast warningRafael Garcia-Suarez2006-11-151-1/+1
* Tweaks to the debugger test by Richard Foley,Rafael Garcia-Suarez2006-11-151-6/+12
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-1510-20/+153
* Move the test files for the debugger in a t/ subdirectory, so theyRafael Garcia-Suarez2006-11-152-1/+1
* Re: Fix linker error on Win32Yves Orton2006-11-151-1/+1
* Makefile.SH: lib/re.pm often messes restarted parallel makesJarkko Hietaniemi2006-11-151-0/+1
* debugger test could hang if run with umask 0002Dave Mitchell2006-11-141-0/+3
* A first regression test for the debugger, by Shlomi FishRafael Garcia-Suarez2006-11-143-0/+87
* Fix bug #39037: rcatline doesn't stringify referencesRafael Garcia-Suarez2006-11-142-3/+12
* Doc patch by Thomas O Smailus :Adriano Ferreira2006-11-141-2/+2
* Assert that we don't access strings saved for $1 etc. out of boundsRafael Garcia-Suarez2006-11-141-0/+1
* Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?Ben Tilly2006-11-143-55/+204
* ParseXS.pm: small optimization for "Usage: ..." constant stringsAlexey Tourbin2006-11-141-3/+3
* Fwd: Memory leak with s/// and hashesYves Orton2006-11-143-19/+10
* Allow negative indexing in recursive patternsYves Orton2006-11-144-8/+77
* Embed manifest files in EXEs and DLLs when building with VC++ 8.xSteve Hay2006-11-134-1/+40
* Todo (nice to have): an improvement to ~~Rafael Garcia-Suarez2006-11-131-4/+5
* Upgrade to CPAN-1.88_62Steve Peters2006-11-134-298/+1157
* Fix a bug in the debugger tracing variables when one was eval'ingRafael Garcia-Suarez2006-11-131-5/+6
* The latest regression test to Scalar::Util doesn't pass with threaded perlsRafael Garcia-Suarez2006-11-131-2/+4
* A new regression test from:Paul Marquess2006-11-131-1/+12
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-1311-263/+481
* was RE: Perl_die() / Perl_croak()Robin Barker2006-11-134-8/+22
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-137-212/+232
* Re: [perl #27053] /^/m doesn't match after a newline at the end of the stringYves Orton2006-11-131-1/+2
* Casting nitRafael Garcia-Suarez2006-11-131-4/+4
* POD fixes and nits in re.pmRafael Garcia-Suarez2006-11-131-22/+20
* minor nit in binmode docsPaul Johnson2006-11-131-2/+2
* The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.Steve Peters2006-11-131-1/+1
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-1318-233/+550
* Re-order ops to the implementation order in pp_sys.c - this makes aNicholas Clark2006-11-123-44/+44
* Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep withNicholas Clark2006-11-121-363/+373