summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change PL_debug behaviour so that string eval lines are saved wheneverNicholas Clark2008-12-022-7/+6
* Implement PERLDBf_SAVESRC_INVALID, which saves source lines for stringNicholas Clark2008-12-023-36/+23
* Codify the current behaviour of evals which define subroutines beforeNicholas Clark2008-12-021-1/+22
* Unwind change 31976 then applyRainer Tammer2008-12-021-6/+21
* Silence a compiler warning introduced by 34963Steve Hay2008-12-022-2/+2
* Followup to change 34979. Tests are good, m'kay. Particularly when theyNicholas Clark2008-12-023-17/+60
* Remove last reference to PERLDB_ASSERTIONNicholas Clark2008-12-021-2/+1
* Add two more flags, PERLDBf_SAVESRC_NOSUBS and PERLDBf_SAVESRC_INVALID,Nicholas Clark2008-12-022-3/+8
* Avoid warnings from exacting C compilers when -DNO_MATHOMS is in force.Nicholas Clark2008-12-021-1/+7
* setsid() returns -1 on failure.Steve Peters2008-12-021-1/+1
* Add diagnostics for "No such hook: %s".Steve Peters2008-12-021-0/+5
* The temporary SV created in Perl_save_helem_flags() to store the keyNicholas Clark2008-12-011-2/+1
* Convention seems to be that static definitions are also made visible byNicholas Clark2008-12-013-56/+56
* Eliminate setenv_getix()Jerry D. Hedden2008-12-014-45/+8
* Change 34966 should also have removed the SSCHECK(4); fromNicholas Clark2008-12-011-1/+0
* In Perl_ss_dup(), case SAVEt_FREEPV can be rolled into caseNicholas Clark2008-12-011-4/+2
* Implement Perl_save_delete() using save_pushptri32ptr().Nicholas Clark2008-12-011-5/+1
* Re-order Perl_save_delete() to PTR, INT, PTR.Nicholas Clark2008-12-012-3/+6
* Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints()Nicholas Clark2008-12-014-9/+38
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2008-12-015-16/+28
* For SAVEHINTS(), re-order the savestack to be (?:PTR, )? INT, PTR.Nicholas Clark2008-12-013-9/+9
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2008-12-015-25/+8
* Re: 5.8.9 RC1 / 5.10.x / bleed patches for README.aixRainer Tammer2008-12-011-3/+8
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2008-12-015-11/+9
* Refactor all of the code of the formNicholas Clark2008-11-304-23/+25
* Re-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNINGS(),Nicholas Clark2008-11-301-18/+3
* Refactor all of the code of the formNicholas Clark2008-11-304-56/+43
* Convert all the scope save functions of the formNicholas Clark2008-11-307-67/+65
* This feels like a more robust location than that of change 34954.Nicholas Clark2008-11-301-2/+2
* Proposed fix for -T -d:NYTProf regression. Probably this is a "missing"Nicholas Clark2008-11-301-0/+2
* Upgrade to IPC::SysV 2.00_02Marcus Holland-Moritz2008-11-299-19/+27
* And (hopefully) the actual change for 34951. Sigh.Craig A. Berry2008-11-281-0/+1
* [patch@34950]configure.com fix usedevelJohn E. Malmberg2008-11-280-0/+0
* could we add usedevel to config.h?H.Merijn Brand2008-11-2816-2/+37
* Errors to STDERR pleaseH.Merijn Brand2008-11-281-1/+1
* S_mro_get_linear_isa_*() should have an *un*signed level.Nicholas Clark2008-11-273-7/+7
* av_fake is undead. :-(Nicholas Clark2008-11-271-1/+0
* Note (hopefully) all the use cases of all the rest of the non-public butNicholas Clark2008-11-271-14/+39
* Small eval documentation tweakBo Lindbergh2008-11-271-1/+2
* av_fake() isn't in the public API, and isn't used anywhere, so it canNicholas Clark2008-11-274-36/+0
* [perl #32979] [PATCH] perlrun #!/bin/sh incantation n.g. 4 linuxSteve Peters2008-11-271-3/+4
* Note where (nearly) all the other private non-static functions are used.Nicholas Clark2008-11-262-5/+147
* ywarn() is actually only used inside toke.c, so it can be static.Nicholas Clark2008-11-264-6/+18
* setenv_getix() is not used anywhere other than util.c (and the "specialNicholas Clark2008-11-264-10/+10
* Change 34931 missed a second update to perlintern.podNicholas Clark2008-11-261-1/+1
* sv_add_arena() is now only called from sv.c, so it can be static.Nicholas Clark2008-11-264-6/+15
* Perl_oopsCV() is not part of the public API, not used anywhere, so canNicholas Clark2008-11-264-24/+0
* Upgrade to IPC::SysV 2.00_01Marcus Holland-Moritz2008-11-267-14/+24
* rxres_free() and rxres_restore() are only used in pp_ctl.c, so can beNicholas Clark2008-11-265-16/+31
* Just s/Perl_/S_/ isn't good enough - you also need to add the C<static>Nicholas Clark2008-11-264-10/+10