| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add the madly parser. I believe that this is all the C code. Now to | Nicholas Clark | 2006-03-09 | 1 | -0/+1 |
* | It helps to run embed.pl in the correct directory. (not the symlink | Nicholas Clark | 2006-03-09 | 1 | -0/+3 |
* | MAD changes for bare skipspace() | Nicholas Clark | 2006-03-09 | 1 | -0/+12 |
* | Almost all the MAD changes for op.c | Nicholas Clark | 2006-03-08 | 1 | -0/+34 |
* | MAD changes to dump.c | Nicholas Clark | 2006-03-08 | 1 | -0/+48 |
* | Add MAD changes to pad code (new function Perl_pad_peg) | Nicholas Clark | 2006-03-08 | 1 | -0/+5 |
* | Change hv_name_set to take U32 length and flags parameters. | Nicholas Clark | 2006-03-05 | 1 | -1/+1 |
* | Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. | Nicholas Clark | 2006-03-05 | 1 | -0/+3 |
* | Non-null optimizations | Andy Lester | 2006-03-02 | 1 | -2/+2 |
* | ptr_table_find() is only defined with ithreads | Rafael Garcia-Suarez | 2006-02-27 | 1 | -0/+2 |
* | Perl_save_aelem can't be const | Andy Lester | 2006-02-24 | 1 | -1/+1 |
* | Remove get magic from typeglobs. This means that PVGVs holding | Nicholas Clark | 2006-02-23 | 1 | -4/+5 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 1 | -1/+1 |
* | The return value from S_hv_auxinit can be ignored, as it's also stored | Nicholas Clark | 2006-02-10 | 1 | -1/+0 |
* | A better fix than 27148 | Steve Hay | 2006-02-10 | 1 | -7/+7 |
* | Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS | Steve Hay | 2006-02-10 | 1 | -7/+7 |
* | Really regenerate headers | Rafael Garcia-Suarez | 2006-02-09 | 1 | -51/+82 |
* | Fixed embed.fnc entry for S_forbid_setid() and picked up a change in | Steve Peters | 2006-02-05 | 1 | -1/+1 |
* | [patch] arena rework - arena sets | Jim Cromie | 2006-02-04 | 1 | -0/+5 |
* | S_find_beginning is only called from one place, so by hoisting the | Nicholas Clark | 2006-02-03 | 1 | -1/+1 |
* | And as we've now got to the point where all calls to Perl_moreswitches | Nicholas Clark | 2006-02-03 | 1 | -1/+1 |
* | Eliminating PL_suidscript is more tricky, and requires changing the | Nicholas Clark | 2006-02-03 | 1 | -6/+7 |
* | Passing the flag to S_forbit_setid as a single char rather than a | Nicholas Clark | 2006-02-03 | 1 | -3/+1 |
* | Oops. I *thought* that I had checked that all changed files were open. | Nicholas Clark | 2006-02-03 | 1 | -2/+2 |
* | Eliminate save_threadsv, as it is never linked to, and all it does | Nicholas Clark | 2006-01-31 | 1 | -3/+0 |
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 1 | -0/+4 |
* | Un-const magic virtual tables; this consting breaks the nasty | Rafael Garcia-Suarez | 2006-01-23 | 1 | -1/+1 |
* | Gisle points out that it's ok to ignore the return value of newSVrv. | Rafael Garcia-Suarez | 2006-01-17 | 1 | -2/+0 |
* | Re: cloning and foo_dup functions | Yitzchak Scott-Thoennes | 2006-01-12 | 1 | -13/+0 |
* | Refactor S_vdie_common so that Perl_vwarn can use it too. | Nicholas Clark | 2006-01-11 | 1 | -1/+1 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -1/+0 |
* | Run regen.pl (Just updating copyright years) | Steve Hay | 2006-01-04 | 1 | -1/+1 |
* | RMAGIC on symbol tables is bad, m'kay. | Nicholas Clark | 2005-12-30 | 1 | -0/+15 |
* | Actual real consting of parms | Andy Lester | 2005-12-29 | 1 | -2/+2 |
* | av.c cleanup, plus! | Andy Lester | 2005-12-29 | 1 | -9/+25 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+7 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -4/+11 |
* | Take care in toke.c not to convert constant subroutine reference | Nicholas Clark | 2005-12-20 | 1 | -1/+5 |
* | Re: [PATCH] Make the 'sort' pragma lexically scoped | Robin Houston | 2005-12-19 | 1 | -0/+3 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -0/+44 |
* | Prevent require() from attempting to open directories and block | Steve Peters | 2005-12-15 | 1 | -0/+5 |
* | Update embed.fnc and headers after change 26345 (spotted by Rafael) | Nicholas Clark | 2005-12-13 | 1 | -8/+0 |
* | All args in embed.fnc should be named | Andy Lester | 2005-12-07 | 1 | -16/+16 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -1/+20 |
* | Better variable names make code clearer | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -1/+1 |
* | NULL is a legal value for newXS()'s name parameter. | Marcus Holland-Moritz | 2005-12-04 | 1 | -1/+0 |
* | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-30 | 1 | -0/+4 |
* | Sort subs now in embed.fnc | Andy Lester | 2005-11-17 | 1 | -0/+39 |
* | Suppress gcc warnings when ignoring the return value of io_close(), | Rafael Garcia-Suarez | 2005-11-14 | 1 | -1/+0 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -0/+6 |