summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Localize $\ before changing it, so as not to affect print statements inNicholas Clark2007-12-271-6/+9
* Test that we can clone regexps into new threads, and fix the bug inNicholas Clark2007-12-272-1/+14
* "Automate" change 32648 (ensure that -E always loads the latestNicholas Clark2007-12-271-1/+2
* You can't coerce a typeglob to a string. (Restore the error message -Nicholas Clark2007-12-272-2/+27
* assert() that the sv_unmagic() in S_regmatch() is unneeded.Nicholas Clark2007-12-271-2/+12
* You don't need $(DYNALOADER) to make $(nonxs_ext)Nicholas Clark2007-12-271-1/+1
* Regexps are now orange.Nicholas Clark2007-12-277-7/+36
* Remove the last Null(...) from x2p/*Nicholas Clark2007-12-271-1/+1
* Tweak Perl_sv_upgrade() so that references can upgrade to SVt_PVNicholas Clark2007-12-261-6/+7
* Take code that occurs in three places to take a scalar and ready it toNicholas Clark2007-12-264-20/+18
* Remove two warnings (sub diag() was redefined, and implict split isNicholas Clark2007-12-261-2/+2
* Upgrade to File-Temp-0.20Steve Peters2007-12-262-12/+18
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-2613-110/+163
* Better diagnostics by removing an && from an ok() and converting it toNicholas Clark2007-12-261-3/+4
* change/correction to 32246Robin Barker2007-12-261-3/+3
* Linking a RT ticket to an open TODO.Steve Peters2007-12-261-1/+2
* docs: list of places where $_ is usedGabor Szabo2007-12-261-4/+13
* docs: replace FH by my $fh in openGabor Szabo2007-12-261-4/+12
* 64-bit fix for Time::LocalJan Dubois2007-12-261-6/+3
* Pod::Html: fix markup errors with (nested) definition listsBrendan O'Dea2007-12-264-72/+79
* Use print rather than diag(), as these routine messages shouldn't beNicholas Clark2007-12-261-1/+3