| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+1 |
* | make PERLSYS_TERM not require a context | Dave Mitchell | 2007-11-03 | 1 | -1/+1 |
* | Fix overloading for 64-bit ints (revised) | Jerry D. Hedden | 2007-10-19 | 1 | -0/+1 |
* | Inline and eliminate S_incl_perldb(), as it's only called on one place. | Nicholas Clark | 2007-10-18 | 1 | -1/+0 |
* | Where possible, change gv_fetchfile() to gv_fetchfile_flags(), | Nicholas Clark | 2007-10-18 | 1 | -1/+1 |
* | Pass in explicit lengths for the key and type arguments to | Nicholas Clark | 2007-10-16 | 1 | -2/+4 |
* | If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to | Nicholas Clark | 2007-10-09 | 1 | -0/+2 |
* | Remove the strlen in doopen_pm() by passing in the length. (As we know | Nicholas Clark | 2007-10-09 | 1 | -2/+2 |
* | Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure) | Brandon Black | 2007-10-08 | 1 | -0/+1 |
* | Finally! Worked out how to const Perl_moreswitches(). | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -1/+0 |
* | With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be | Nicholas Clark | 2007-10-05 | 1 | -1/+0 |
* | S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a | Nicholas Clark | 2007-10-04 | 1 | -1/+0 |
* | [perl #45513] Test failures on amd64-freebsd 6.2 | Slaven Rezic | 2007-10-03 | 1 | -2/+2 |
* | make PERL_SYS_INIT/INIT3/TERM into functions | Dave Mitchell | 2007-09-25 | 1 | -0/+4 |
* | fifth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-09-24 | 1 | -1/+0 |
* | Get mad compiling as C++. (At least for me) | Nicholas Clark | 2007-09-20 | 1 | -1/+2 |
* | Add a new function Perl_hv_common_key_len(), which contains the | Nicholas Clark | 2007-09-20 | 1 | -7/+12 |
* | Switch Perl_hv_common() to returning void * rather than HE *. | Nicholas Clark | 2007-09-20 | 1 | -1/+1 |
* | Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and | Nicholas Clark | 2007-09-20 | 1 | -4/+4 |
* | Make hv_fetch_common() non-static, and change its name to hv_common(), | Nicholas Clark | 2007-09-20 | 1 | -2/+3 |
* | Inline and abolish S_hv_magic_uvar_xkey(). | Nicholas Clark | 2007-09-19 | 1 | -4/+0 |
* | Call the key transformation function for hv_delete(). | Nicholas Clark | 2007-09-19 | 1 | -1/+4 |
* | Remove dead functions: | Nicholas Clark | 2007-09-17 | 1 | -2/+0 |
* | mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static | Nicholas Clark | 2007-09-12 | 1 | -2/+4 |
* | fourth attempt to silence S_emulate_eaccess compiler warning | Dave Mitchell | 2007-07-16 | 1 | -2/+0 |
* | really really fix S_emulate_eaccess compiler warning (#31536 didn't) | Dave Mitchell | 2007-07-12 | 1 | -1/+1 |
* | Fix assertion failure on failed magic eval - eg FETCH {eval'('} | Dave Mitchell | 2007-07-10 | 1 | -1/+1 |
* | Make Perl_find_runcv a member of the public API | Rafael Garcia-Suarez | 2007-07-07 | 1 | -1/+1 |
* | really fix S_emulate_eaccess compiler warning (#31418 didn't) | Dave Mitchell | 2007-07-04 | 1 | -1/+1 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -0/+2 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -1/+0 |
* | Re: [perl #43357] *DESTROY = sub {} at runtime | Brandon Black | 2007-06-28 | 1 | -0/+1 |
* | fix S_emulate_eaccess compiler warning | Dave Mitchell | 2007-06-18 | 1 | -0/+2 |
* | SvRX() and SvRXOK() macros | Ævar Arnfjörð Bjarmason | 2007-06-18 | 1 | -1/+1 |
* | miscellanea | Jarkko Hietaniemi | 2007-06-15 | 1 | -2/+2 |
* | mad-const patch | Jim Cromie | 2007-06-12 | 1 | -1/+1 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -1/+10 |
* | Change #31270 should have updated proto.h to match | Steve Hay | 2007-05-25 | 1 | -1/+1 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+1 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -4/+6 |
* | Remove unused parms in S_isa_lookup | Andy Lester | 2007-05-09 | 1 | -1/+1 |
* | Fix breakages caused by #31130: | Steve Hay | 2007-05-03 | 1 | -1/+1 |
* | Silence some VC6 compiler warnings in the regex code | Steve Hay | 2007-05-03 | 1 | -1/+1 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -2/+6 |
* | The revenge of the consts | Andy Lester | 2007-05-03 | 1 | -1/+1 |
* | tweak some regexp params to avoid warnings | Yves Orton | 2007-05-02 | 1 | -1/+1 |
* | Fix threaded builds (broken by change #31112) | Steve Hay | 2007-05-02 | 1 | -1/+1 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -0/+1 |
* | Re: [PATCH] Cleanup of the regexp API | Ævar Arnfjörð Bjarmason | 2007-04-30 | 1 | -9/+9 |