summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-0316-75/+82
* Forgot to remove dTARGET with change #32816.Marcus Holland-Moritz2008-01-031-1/+0
* Fix memory leaks in XS_PerlIO_get_layers() by mortalizingMarcus Holland-Moritz2008-01-031-8/+8
* We can now sv_upgrade(sv, SVt_PVHV), so do so, to simplify the code.Nicholas Clark2008-01-031-10/+3
* Upgrade to Net-Ping-2.34Steve Peters2008-01-032-2/+2
* Possible future bugs found by the creation of newSVpvn_flags().Nicholas Clark2008-01-034-9/+6
* Add HeUTF8() to complement HePV() and then immediately suggest thatNicholas Clark2008-01-032-2/+34
* Typo spotted by Jarkko.Nicholas Clark2008-01-031-1/+1
* Fixes to get MAD working after change 32804, and some newSVpvn_utf8()sNicholas Clark2008-01-031-10/+8
* RE: How to load a "loadable object" that has a non-default file extension ?Jan Dubois2008-01-031-14/+19
* OP_THREADSV was removed by #29727Rafael Garcia-Suarez2008-01-031-3/+0
* 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