| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts | Dave Mitchell | 2001-03-09 | 1 | -3/+3 |
* | Re: [patch] context for 'U' magic functions | Doug MacEachern | 2001-02-12 | 1 | -2/+2 |
* | Microperl sync. | Jarkko Hietaniemi | 2001-01-30 | 1 | -0/+2 |
* | "Safe" signals - trial implementation. | Nick Ing-Simmons | 2001-01-17 | 1 | -12/+37 |
* | Provide infrastructure for PERL_ASYNC_CHECK() style safe signals. | Nick Ing-Simmons | 2001-01-16 | 1 | -0/+9 |
* | Missing from #8439. | Jarkko Hietaniemi | 2001-01-15 | 1 | -1/+1 |
* | More UTF-8 patches from Inaba Hiroto. | Jarkko Hietaniemi | 2001-01-15 | 1 | -16/+19 |
* | -Wformat | Robin Barker | 2001-01-12 | 1 | -1/+1 |
* | Add sigprocmask() probe, regen Configure, regen toc. | Jarkko Hietaniemi | 2001-01-12 | 1 | -1/+1 |
* | Remove variables that were used in experiments. | Nick Ing-Simmons | 2001-01-11 | 1 | -2/+0 |
* | Catch die in %SIG handler and unblock the signal before re-dying. | Nick Ing-Simmons | 2001-01-11 | 1 | -1/+20 |
* | Fix UTF-8 lval substr(). | Jarkko Hietaniemi | 2001-01-11 | 1 | -4/+14 |
* | Fix "scalars leaked" bugs caused by overload magic | Nick Ing-Simmons | 2001-01-08 | 1 | -1/+3 |
* | environ nit | Simon Cozens | 2001-01-08 | 1 | -0/+2 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | more UTF8 test suites and an UTF8 patch | Inaba Hiroto | 2000-12-30 | 1 | -1/+13 |
* | Re: [PATCH blead] Fix segfault in gv_handler/mg_find | Daniel Chetlin | 2000-12-28 | 1 | -0/+2 |
* | MULTIPLICITY nit. | Nick Ing-Simmons | 2000-12-17 | 1 | -1/+1 |
* | Polymorphic regexps. | Jarkko Hietaniemi | 2000-12-17 | 1 | -12/+10 |
* | UTF8 output prework. | Nick Ing-Simmons | 2000-12-09 | 1 | -15/+12 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -24/+0 |
* | Go ahead and #include <unistd.h> in perl.h. | Jarkko Hietaniemi | 2000-11-22 | 1 | -5/+0 |
* | Lexical use open ... support: | Nick Ing-Simmons | 2000-11-18 | 1 | -28/+44 |
* | cygwin port | Fifer, Eric | 2000-11-07 | 1 | -6/+0 |
* | restore change#7202 | Gurusamy Sarathy | 2000-10-12 | 1 | -0/+2 |
* | another test of the Emergency Broadcast System--back out | Gurusamy Sarathy | 2000-10-12 | 1 | -2/+0 |
* | (submitted on behalf of Jarkko) | Gurusamy Sarathy | 2000-10-12 | 1 | -0/+2 |
* | Epoc update | Olaf Flebbe | 2000-10-03 | 1 | -1/+1 |
* | Inside require() $^S was always left undefined. | Ilya Zakharevich | 2000-10-03 | 1 | -3/+1 |
* | Part of the solution. | Mike Guy | 2000-09-01 | 1 | -1/+2 |
* | Missed a change in #6869. | Jarkko Hietaniemi | 2000-08-29 | 1 | -7/+11 |
* | magic callbacks all need to have same type signature | Gurusamy Sarathy | 2000-08-15 | 1 | -1/+3 |
* | magic_regdatum_set() is void, not int. | Jarkko Hietaniemi | 2000-08-15 | 1 | -1/+1 |
* | Re: [PATCH] @+, @- readonly | Mike Guy | 2000-08-14 | 1 | -1/+7 |
* | @+, @- readonly (was Re: @<punct> interpolating in "") | Mike Guy | 2000-08-14 | 1 | -0/+1 |
* | debugger "d" command doesnt check line number | Mike Guy | 2000-08-11 | 1 | -2/+0 |
* | The new setproctitle() feature is available only in | Jarkko Hietaniemi | 2000-08-02 | 1 | -3/+3 |
* | In new BSDs changes to argv[] do not show up in ps(1) output, | Paul Saab | 2000-08-02 | 1 | -3/+24 |
* | Use setproctitle() if available to modify $0. | Jeffrey Friedl | 2000-07-27 | 1 | -0/+3 |
* | enable UTF-16 filter by default if relevant BOM is seen; various | Gurusamy Sarathy | 2000-07-14 | 1 | -1/+1 |
* | integrate cfgperl changes#6325..6373 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+3 |
* | Signals-be-gone for microperl. | Jarkko Hietaniemi | 2000-06-01 | 1 | -0/+2 |
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -3/+3 |
* | reenable fake signal handling on Windows, bugs and all | Gurusamy Sarathy | 2000-05-17 | 1 | -0/+8 |
* | fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess) | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | make return values from match in a list context, as well as $& et | Gurusamy Sarathy | 2000-03-18 | 1 | -5/+21 |
* | STRLEN != int. | Jarkko Hietaniemi | 2000-03-13 | 1 | -2/+1 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -16/+25 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -14/+8 |
* | fix segfault on C<local ${^WARNING_BITS}> | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+5 |