| Commit message (Expand) | Author | Age | Files | Lines |
* | #12370 forgot to modify is_gv_magical(). | Abhijit Menon-Sen | 2001-10-09 | 1 | -2/+5 |
* | Re: [PATCH mg.c gv.c and others] ${^TAINT} | Michael G. Schwern | 2001-10-08 | 1 | -1/+7 |
* | make __ANON__ global | Robin Barker | 2001-09-27 | 1 | -1/+1 |
* | Re: [PATCH gv.c] @& sets PL_sawampersand | Jeff Pinyan | 2001-09-04 | 1 | -1/+0 |
* | @& sets PL_sawampersand | Jeff Pinyan | 2001-09-04 | 1 | -12/+9 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -5/+5 |
* | Re: [PATCH gv.c] allow ${"1f"} to be non-regex var | Jeff Pinyan | 2001-07-17 | 1 | -0/+11 |
* | Re: [PATH] shared -> unique; | Abhijit Menon-Sen | 2001-07-02 | 1 | -3/+3 |
* | win32 fixes: fix various syntax errors ("no preprocessor directives | Gurusamy Sarathy | 2001-07-02 | 1 | -14/+6 |
* | Code cleanup based on turning off the -woffs in IRIX. | Jarkko Hietaniemi | 2001-06-30 | 1 | -17/+34 |
* | Add support for $^N, the most-recently closed group. | Jarkko Hietaniemi | 2001-06-30 | 1 | -0/+2 |
* | "lose the looses", from Abhijit Menon-Sen. | Jarkko Hietaniemi | 2001-06-27 | 1 | -1/+1 |
* | Missed from #10925. | Jarkko Hietaniemi | 2001-06-25 | 1 | -1/+1 |
* | anonymous stashes | Abhijit Menon-Sen | 2001-06-12 | 1 | -3/+1 |
* | -Wall cleanups: perl.c, gv.c, Storable.xs | Abhijit Menon-Sen | 2001-05-31 | 1 | -1/+1 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -6/+5 |
* | stash autovivification and method call error messages | Ilmari Karonen | 2001-05-25 | 1 | -3/+12 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -17/+21 |
* | The Time::Piece conspiracy unmasked!!! | Jarkko Hietaniemi | 2001-04-26 | 1 | -1/+1 |
* | Re: Short test case for undef %stash:: crash | Benjamin Sugars | 2001-04-26 | 1 | -0/+2 |
* | [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS | Chris Nandor | 2001-04-17 | 1 | -1/+6 |
* | Smoke out dTHR, spotted by by Stephen P. Potter. | Jarkko Hietaniemi | 2001-04-08 | 1 | -1/+0 |
* | RE: 5.6.0 BUG: Lexical warnings aren't lexical | Paul Marquess | 2001-03-28 | 1 | -1/+2 |
* | Autoloading Errno.pm when %! is encountered | Robin Houston | 2001-03-27 | 1 | -13/+37 |
* | Retract #8893, zero-initializing may be costly, maybe reintroduce | Jarkko Hietaniemi | 2001-02-23 | 1 | -1/+1 |
* | (Retracted by #8915.) | Jarkko Hietaniemi | 2001-02-22 | 1 | -1/+1 |
* | Integrate pureperl changes #8844,8845,8850 to mainline | Jarkko Hietaniemi | 2001-02-20 | 1 | -1/+1 |
* | [patch] -Wall | Doug MacEachern | 2001-02-17 | 1 | -2/+1 |
* | [patch] GvSHARED | Doug MacEachern | 2001-02-10 | 1 | -1/+7 |
* | overload int() | Ilya Zakharevich | 2001-01-25 | 1 | -0/+1 |
* | "Safe" signals - trial implementation. | Nick Ing-Simmons | 2001-01-17 | 1 | -3/+4 |
* | Define SIG_SIZE, the number of elements in the sig_name and | Jarkko Hietaniemi | 2001-01-17 | 1 | -5/+4 |
* | Provide infrastructure for PERL_ASYNC_CHECK() style safe signals. | Nick Ing-Simmons | 2001-01-16 | 1 | -0/+1 |
* | Fix "scalars leaked" bugs caused by overload magic | Nick Ing-Simmons | 2001-01-08 | 1 | -8/+18 |
* | [patch] xsub AUTOLOAD fix/optimization | Doug MacEachern | 2001-01-08 | 1 | -1/+15 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | Re: [PATCH blead] Fix segfault in gv_handler/mg_find | Daniel Chetlin | 2000-12-28 | 1 | -1/+4 |
* | Some compilers get huffy if you do not cast a const pointer | Jarkko Hietaniemi | 2000-12-15 | 1 | -1/+1 |
* | speeding up object creation/destruction 4x times | Ilya Zakharevich | 2000-12-15 | 1 | -7/+37 |
* | cosmetic change to overloading | Ilya Zakharevich | 2000-12-15 | 1 | -79/+21 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -12/+0 |
* | Re: [ID 20001122.006] weird behaviour of $| | Benjamin Holzman | 2000-11-27 | 1 | -1/+5 |
* | Lexical use open ... support: | Nick Ing-Simmons | 2000-11-18 | 1 | -2/+11 |
* | More %{} and other deref special casing - do not pass to 'nomethod'. | Nick Ing-Simmons | 2000-09-02 | 1 | -38/+51 |
* | Part of the solution. | Mike Guy | 2000-09-01 | 1 | -3/+3 |
* | Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_o... | Spider Boardman | 2000-08-26 | 1 | -1/+8 |
* | @+, @- readonly (was Re: @<punct> interpolating in "") | Mike Guy | 2000-08-14 | 1 | -0/+2 |
* | Allow "no Module;" even if there is no 'unimport'. | Mark-Jason Dominus | 2000-08-02 | 1 | -1/+1 |
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+25 |
* | Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance, | Jarkko Hietaniemi | 2000-07-26 | 1 | -0/+3 |