summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Add RX_UTF8(), which is effectively SvUTF8() but for regexps.Nicholas Clark2008-01-051-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-3/+0
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-0/+3
* Add a new function newSVpvn_flags(), which takes a third parameter ofNicholas Clark2008-01-021-0/+4
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-7/+7
* Convert some "regexp" and "struct regexp" to REGEXP where they areNicholas Clark2008-01-021-3/+3
* As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API,Nicholas Clark2007-12-311-10/+0
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-4/+6
* Change Perl_av_iter_p() to return IV* rather than I32* (which meansNicholas Clark2007-12-291-1/+1
* For 5.12 we can simply exterminate! the private functionNicholas Clark2007-12-211-6/+0
* Implement each @array.Nicholas Clark2007-12-201-0/+12
* Correct the embed.fnc descriptions of newAV() and newHV() - they do notNicholas Clark2007-12-201-2/+0
* Similiarly Perl_newHV() can become a mathom by making newHV() aNicholas Clark2007-12-201-2/+2
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2007-12-201-2/+2
* Perl_magic_setglob() is a mathom.Nicholas Clark2007-12-201-0/+2
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+1
* make PERLSYS_TERM not require a contextDave Mitchell2007-11-031-1/+1
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-0/+3
* Inline and eliminate S_incl_perldb(), as it's only called on one place.Nicholas Clark2007-10-181-1/+0
* Where possible, change gv_fetchfile() to gv_fetchfile_flags(),Nicholas Clark2007-10-181-1/+1
* Pass in explicit lengths for the key and type arguments toNicholas Clark2007-10-161-2/+2
* If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call toNicholas Clark2007-10-091-0/+2
* Remove the strlen in doopen_pm() by passing in the length. (As we knowNicholas Clark2007-10-091-6/+4
* Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)Brandon Black2007-10-081-0/+3
* Finally! Worked out how to const Perl_moreswitches().Nicholas Clark2007-10-061-1/+1
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-1/+0
* With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can beNicholas Clark2007-10-051-1/+0
* S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it aNicholas Clark2007-10-041-3/+0
* [perl #45513] Test failures on amd64-freebsd 6.2 Slaven Rezic2007-10-031-2/+2
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-251-0/+11
* fifth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-3/+0
* Get mad compiling as C++. (At least for me)Nicholas Clark2007-09-201-1/+1
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-8/+11
* Switch Perl_hv_common() to returning void * rather than HE *.Nicholas Clark2007-09-201-1/+1
* Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() andNicholas Clark2007-09-201-7/+7
* Make hv_fetch_common() non-static, and change its name to hv_common(),Nicholas Clark2007-09-201-1/+1
* Inline and abolish S_hv_magic_uvar_xkey().Nicholas Clark2007-09-191-4/+0
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-191-3/+2
* Remove dead functions:Nicholas Clark2007-09-171-6/+0
* mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have staticNicholas Clark2007-09-121-2/+4
* fourth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-07-161-2/+0
* really really fix S_emulate_eaccess compiler warning (#31536 didn't)Dave Mitchell2007-07-121-1/+1
* Fix assertion failure on failed magic eval - eg FETCH {eval'('}Dave Mitchell2007-07-101-3/+1
* Fix commented out function names in proto.hJan Dubois2007-07-071-14/+14
* /p vs (?p)Abigail2007-06-301-0/+4
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-4/+0
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-0/+4
* fix S_emulate_eaccess compiler warningDave Mitchell2007-06-181-0/+2
* SvRX() and SvRXOK() macrosÆvar Arnfjörð Bjarmason2007-06-181-1/+1
* miscellaneaJarkko Hietaniemi2007-06-151-2/+2