summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-0214-77/+119
* Silly Nick - change 32804 missed updating the list of global functions.Nicholas Clark2008-01-021-1/+2
* Small documentation nitsSébastien Aperghis-Tramoni2008-01-022-7/+7
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-0218-183/+224
* Convert some "regexp" and "struct regexp" to REGEXP where they areNicholas Clark2008-01-024-14/+14
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-0213-222/+250
* shield t/test.pl functions from global print modifiersMichael G. Schwern2008-01-021-17/+28
* Upgrade to constant-1.15Steve Peters2008-01-012-2/+2
* Upgrade to Sys-Syslog-0.24Steve Peters2008-01-012-2/+5
* Upgrade to CGI.pm-3.32. Retain the version bump since bug fixes Steve Peters2008-01-011-2/+2
* Missing test, adding $ to the other testsH.Merijn Brand2008-01-011-3/+3
* Bring back the platforms that do not support -fstack-protectorH.Merijn Brand2008-01-011-11/+16
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-0121-5/+201
* Needed one more cast after 32760. The VMS compiler complainedCraig A. Berry2007-12-311-1/+1
* Fix VMS::Stdio bug introduced in 32713.Craig A. Berry2007-12-311-1/+1
* As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API,Nicholas Clark2007-12-314-42/+0
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-316-31/+47
* assert() that we're not trying to free scalars a second time.Nicholas Clark2007-12-311-0/+1
* Upgrade to AutoLoader-5.64Steve Peters2007-12-315-9/+147
* Upgrade to Math-Complex-1.38Steve Peters2007-12-314-8/+8
* Change 32783 was generating warnings from gcc about an extra semicolonNicholas Clark2007-12-301-1/+1
* Add script to check source code for ANSI-C violations.Marcus Holland-Moritz2007-12-302-0/+112
* factor out duplicate code in struct xpv*Marcus Holland-Moritz2007-12-305-464/+127
* Add file to MANIFEST that hitched a ride with change #32750. ItSteve Peters2007-12-301-0/+1
* Include SVf_UTF8 in the bitmask when checking the SvFLAGS inMarcus Holland-Moritz2007-12-301-1/+1
* Upgrade to IPC::SysV 2.00Marcus Holland-Moritz2007-12-307-11/+16
* Typo in op.cVincent Pit2007-12-292-8/+47
* In sv_chop(), write sentinals over the part of the buffer that isNicholas Clark2007-12-291-0/+23
* Move all code that relies on reading the to-be-thrown-away buffer aheadNicholas Clark2007-12-292-6/+2
* Change 32760 needed to add a cast to avoid a warning.Nicholas Clark2007-12-291-1/+3
* Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into theNicholas Clark2007-12-293-86/+86
* The position of the modifier flag bits is actually encoded by a rightNicholas Clark2007-12-293-2/+5
* Sync after metaconfig backports. Some reorders were doneH.Merijn Brand2007-12-293-37/+38
* Perl_sv_chop() can return early if it's being asked to do nothing.Nicholas Clark2007-12-291-0/+4
* die if multiple macros in regexp.h attempt to use the same flag bit.Nicholas Clark2007-12-291-3/+9
* Fix Perl #49190, tests from Abigail, codefix from me.Yves Orton2007-12-292-8/+15
* Change Perl_av_iter_p() to return IV* rather than I32* (which meansNicholas Clark2007-12-294-5/+12
* Note to future self about moving the regexp flag bits around.Nicholas Clark2007-12-292-2/+5
* Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() andNicholas Clark2007-12-294-11/+15
* Eliminate prelen from struct regexp. Possibly we are hardcoding a bitNicholas Clark2007-12-282-3/+4
* Replace 3 uses of RX_PRELEN(r) with plen, which has the same value.Nicholas Clark2007-12-281-3/+3
* Eliminate precomp from struct regexp. Store the offset of precomp fromNicholas Clark2007-12-282-8/+5
* Silly Nick. There was a bug in change 30757 whereby the precomp of aNicholas Clark2007-12-281-1/+4
* Wrap all accesses to the members precomp and prelen of struct regexp inNicholas Clark2007-12-289-27/+31
* Dump the REGEXP member of SVt_REGEXP.Nicholas Clark2007-12-282-1/+6
* First class regexps.Nicholas Clark2007-12-2816-80/+132
* SvPVX_const() triggers an assertion that when the sv isn't a PV.Steve Peters2007-12-282-1/+275
* Better diagnostics for the tests for #20683.Nicholas Clark2007-12-271-2/+2
* scalars used in postponed subexpressions aren't first class regexps,Nicholas Clark2007-12-272-2/+10
* Proper $TODO support in &ok() and &iseq() in pat.tNicholas Clark2007-12-271-6/+11