summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-056-11/+12
* Add a 'test-reonly' target to the standard Makefile for *nix. (Not quite as c...Yves Orton2008-01-051-3/+6
* Remove IPC::SysV constant files from the MANIFEST.Marcus Holland-Moritz2008-01-051-2/+0
* Build const-(c|xs).inc in IPC::SysV on the fly.Marcus Holland-Moritz2008-01-053-1180/+4
* Abolish wraplen from struct regexp. We're already storing it in SvCUR.Nicholas Clark2008-01-052-5/+4
* Remove a comment that is no longer necessary since Perl Object bitNicholas Clark2008-01-051-3/+0
* Abolish RXp_PRELEN(rx) and RXp_WRAPLEN()Nicholas Clark2008-01-052-16/+14
* Make ext/re/t/re_funcs.t warnings clean.Nicholas Clark2008-01-051-1/+2
* Abolish wrapped in struct regexp - store the wrapped pattern pointerNicholas Clark2008-01-054-10/+19
* Add RX_UTF8(), which is effectively SvUTF8() but for regexps.Nicholas Clark2008-01-055-20/+23
* Protect me (and my fellow muppets) from screens of "syntax errors" ifNicholas Clark2008-01-053-2/+7
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-058-74/+101
* Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart from the tenaciousNicholas Clark2008-01-053-11/+13
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-047-46/+115
* Oops. Forgot to propagate the rename of Perl_re_dup to Perl_re_dup_gutsNicholas Clark2008-01-041-1/+1
* Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn_flags(), whichNicholas Clark2008-01-041-2/+2
* Add a small program that gets the C pre-processor to expand the macroNicholas Clark2008-01-042-0/+59
* Notice of git tag retraction; also, [PATCH] correct Module::CoreListSam Vilain2008-01-041-1/+1
* SelfLoader is dual-livedRafael Garcia-Suarez2008-01-041-0/+7
* Upgrade to SelfLoader 1.13_03Rafael Garcia-Suarez2008-01-043-21/+105
* Move the SelfLoader test files in their own subdirectoryRafael Garcia-Suarez2008-01-043-2/+2
* Follow up on change #32680. This fixes compilationMarcus Holland-Moritz2008-01-041-1/+1
* Upgrade to Devel::PPPort 3.13_01Marcus Holland-Moritz2008-01-0476-343/+614
* Upgrade to CGI.pm-3.33. There are still differences between theSteve Peters2008-01-041-1/+2
* Upgrade to IO-Zlib-1.09.Steve Peters2008-01-041-1/+1
* There's no need to handle 'set' magic in the mX?PUSH macros.Marcus Holland-Moritz2008-01-042-62/+42
* Run regen.pl (fixes build on Win32, at least)Steve Hay2008-01-043-4/+36
* Re: SV leak?Vincent Pit2008-01-046-35/+35
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-0414-163/+175
* Missed three sv_2mortal(newSVpvn(...))s in the headers.Nicholas Clark2008-01-033-4/+4
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-0312-26/+34
* 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