| Commit message (Expand) | Author | Age | Files | Lines |
* | A couple of POD fixes by Steven Schubiger | Rafael Garcia-Suarez | 2008-01-16 | 1 | -1/+1 |
* | Fix prototype in regexp code following #32851, and regen | Steve Hay | 2008-01-09 | 1 | -1/+1 |
* | BER is all very well, but it turns out that it's better to store the | Nicholas Clark | 2008-01-05 | 1 | -4/+20 |
* | There's no need to handle 'set' magic in the mX?PUSH macros. | Marcus Holland-Moritz | 2008-01-04 | 1 | -27/+17 |
* | Run regen.pl (fixes build on Win32, at least) | Steve Hay | 2008-01-04 | 1 | -0/+35 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -3/+4 |
* | Add HeUTF8() to complement HePV() and then immediately suggest that | Nicholas Clark | 2008-01-03 | 1 | -1/+19 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -0/+30 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -2/+2 |
* | Regen some files... | Steve Peters | 2007-12-20 | 1 | -2/+2 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+13 |
* | POD cleanups | David Landgren | 2007-10-04 | 1 | -1/+1 |
* | API spelling patch, by Jerry D. Hedden | Rafael Garcia-Suarez | 2007-09-26 | 1 | -4/+4 |
* | Change 31849 forgot to regenerate the documentation - removing a | Nicholas Clark | 2007-09-19 | 1 | -38/+0 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -5/+5 |
* | Make Perl_find_runcv a member of the public API | Rafael Garcia-Suarez | 2007-07-07 | 1 | -0/+22 |
* | s/\bunicode\b/Unicode/; # For everything not dual life | Nicholas Clark | 2007-06-24 | 1 | -3/+3 |
* | SvRX() and SvRXOK() macros | Ævar Arnfjörð Bjarmason | 2007-06-18 | 1 | -0/+44 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -66/+66 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -14/+19 |
* | Fix mro docs. | Brandon Black | 2007-04-26 | 1 | -0/+93 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -7/+11 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -1/+1 |
* | Upgrade to version.pm 0.71, by John Peacock | Rafael Garcia-Suarez | 2007-03-19 | 1 | -3/+4 |
* | Regenerates internal and external API docs | Rafael Garcia-Suarez | 2007-03-07 | 1 | -2/+2 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 1 | -1/+1 |
* | blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking | Jarkko Hietaniemi | 2007-02-19 | 1 | -0/+11 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | signbit detection (was [perl #39875] -0.0 loses signedness upon numeric compa... | Andy Dougherty | 2007-02-10 | 1 | -0/+31 |
* | Fix Pod errors. | Nicholas Clark | 2007-02-09 | 1 | -1/+1 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 1 | -0/+29 |
* | Stop S_incline needing to temporarily write a '\0' into its passed-in | Nicholas Clark | 2007-01-26 | 1 | -0/+12 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -14/+13 |
* | Fix a typo and some doubled spaces in comments. | Nicholas Clark | 2007-01-22 | 1 | -2/+2 |
* | Yves spotted that I'd not regenerated perlapi.pod when I added | Nicholas Clark | 2007-01-19 | 1 | -5/+18 |
* | Change the API doc for some of the SvXXX testing macros. | Rafael Garcia-Suarez | 2007-01-08 | 1 | -24/+24 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -0/+4 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -1/+1 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 1 | -0/+2 |
* | Better fix than #29479 for exporting refcounted_he_chain_2hv | Steve Hay | 2006-12-06 | 1 | -14/+0 |
* | Re: [PATCH] User pragmas now accessible from B | Yves Orton | 2006-12-06 | 1 | -0/+14 |
* | Make S_readpipe_override() compile with threads; regenerate perlapi.pod | Rafael Garcia-Suarez | 2006-10-31 | 1 | -3/+9 |
* | In vim, modelines are not taken into account if they begin on the | Rafael Garcia-Suarez | 2006-10-30 | 1 | -1/+1 |
* | Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod | Nicholas Clark | 2006-10-29 | 1 | -0/+9 |
* | const sv_reftype | Jarkko Hietaniemi | 2006-10-03 | 1 | -1/+1 |
* | Re: Fix loads of warnings from the last escaping patch... | Yves Orton | 2006-07-16 | 1 | -12/+60 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -0/+56 |
* | Re: [PATCH] Hash::Util::FieldHash | Anno Siegel | 2006-06-23 | 1 | -1/+2 |
* | Add the new method UNIVERSAL::DOES() and the API function sv_does() | chromatic | 2006-06-12 | 1 | -0/+11 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -1/+1 |