| Commit message (Expand) | Author | Age | Files | Lines |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -6/+1 |
* | Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH] | Gisle Aas | 2005-05-18 | 1 | -3/+8 |
* | perl 5.9.x (@ 24471): Symbian update | Jarkko Hietaniemi | 2005-05-17 | 1 | -3/+3 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -5/+5 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+9 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -2/+2 |
* | Perl_croak uses perl's printf, so can pass in SVs direct - no need for | Nicholas Clark | 2005-05-08 | 1 | -2/+1 |
* | Don't pretend SIGZERO exists [#35291]. | Abhijit Menon-Sen | 2005-05-06 | 1 | -1/+1 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -12/+3 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -42/+34 |
* | [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set | glasser@tang-eleven-seventy-nine.mit.edu | 2005-04-20 | 1 | -2/+1 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -4/+4 |
* | Down with C++ reserved names | Nicholas Clark | 2005-04-05 | 1 | -5/+5 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -1/+1 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | Need to return something when the compiler doesn't know that a | Nicholas Clark | 2005-03-26 | 1 | -0/+5 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -11/+36 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -0/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -9/+9 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -54/+43 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -5/+5 |
* | to improve -DCHECK_FORMAT | Robin Barker | 2005-01-07 | 1 | -1/+1 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -9/+4 |
* | Update copyright years. | Nicholas Clark | 2005-01-04 | 1 | -1/+1 |
* | Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale | Nicholas Clark | 2005-01-04 | 1 | -1/+3 |
* | SuSE's perl safe_putenf diff | Michael Schroeder | 2004-11-17 | 1 | -0/+2 |
* | Fix [perl #31971] local $^D gives noise | Rafael Garcia-Suarez | 2004-10-14 | 1 | -1/+1 |
* | SvO?OK_off()'s return value | Marcus Holland-Moritz | 2004-09-08 | 1 | -5/+5 |
* | more typo fixes for change 3176 (comments at top of .c files) | Dave Mitchell | 2004-08-03 | 1 | -2/+2 |
* | shut up a warning in mg.c | Dave Mitchell | 2004-07-31 | 1 | -1/+1 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+18 |
* | remove the return stack PL_retstack, and store return ops in the CX | Dave Mitchell | 2004-07-23 | 1 | -8/+0 |
* | t/op/tie.t test 23 is failing when run with utf8 everywhere. | Nicholas Clark | 2004-07-05 | 1 | -16/+18 |
* | Abolish the "Tied variable freed while still in use" error - I have | Nicholas Clark | 2004-06-22 | 1 | -5/+17 |
* | Include variable names in "Use of uninitialized value" warnings | Dave Mitchell | 2004-04-23 | 1 | -2/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Re: [perl #24346] pulling in stuff from outside the substr lvalue | Graham Barr | 2004-02-29 | 1 | -2/+7 |
* | make the bison-based parser threadsafe and capable of deep | Dave Mitchell | 2004-02-28 | 1 | -3/+0 |
* | change #22071 (taint bug in $^0) introduced a potential double | Dave Mitchell | 2004-01-19 | 1 | -3/+3 |
* | [perl #24674] | Dave Mitchell | 2004-01-05 | 1 | -2/+6 |
* | fix [perl #24660], [perl #24663]. | Adrian M. Enache | 2003-12-20 | 1 | -2/+2 |
* | Remove incorrect guards around inclusion of <signal.h> | Alan Burlison | 2003-12-15 | 1 | -3/+0 |
* | Modify the common guard for the signal.h header, because | Alan Burlison | 2003-12-12 | 1 | -1/+1 |
* | #21866 was wrong. another try to plumb that damn leak. | Adrian M. Enache | 2003-12-11 | 1 | -1/+1 |
* | iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in... | Tassilo von Parseval | 2003-12-08 | 1 | -5/+0 |
* | SCALAR/FIRSTKEY for tied hashes in scalar context | Tassilo von Parseval | 2003-12-06 | 1 | -0/+41 |
* | $^P, eval and caller | Paul Johnson | 2003-12-05 | 1 | -1/+2 |
* | setting $0 still broken | Jan Dubois | 2003-12-02 | 1 | -3/+3 |
* | restore_magic needs to undo COW | Nicholas Clark | 2003-11-22 | 1 | -0/+7 |