summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* Quieten pgcc 2.91.66 worries.Jarkko Hietaniemi2001-11-141-1/+1
* Re: [ID 20011106.083] $dbline[$i] == 0 generates warningsMark-Jason Dominus2001-11-071-0/+1
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-1/+5
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-2/+2
* #12370 forgot to modify is_gv_magical().Abhijit Menon-Sen2001-10-091-2/+5
* Re: [PATCH mg.c gv.c and others] ${^TAINT}Michael G. Schwern2001-10-081-1/+7
* make __ANON__ globalRobin Barker2001-09-271-1/+1
* Re: [PATCH gv.c] @& sets PL_sawampersandJeff Pinyan2001-09-041-1/+0
* @& sets PL_sawampersandJeff Pinyan2001-09-041-12/+9
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-5/+5
* Re: [PATCH gv.c] allow ${"1f"} to be non-regex var Jeff Pinyan2001-07-171-0/+11
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-3/+3
* win32 fixes: fix various syntax errors ("no preprocessor directivesGurusamy Sarathy2001-07-021-14/+6
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-301-17/+34
* Add support for $^N, the most-recently closed group.Jarkko Hietaniemi2001-06-301-0/+2
* "lose the looses", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
* Missed from #10925.Jarkko Hietaniemi2001-06-251-1/+1
* anonymous stashesAbhijit Menon-Sen2001-06-121-3/+1
* -Wall cleanups: perl.c, gv.c, Storable.xsAbhijit Menon-Sen2001-05-311-1/+1
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-6/+5
* stash autovivification and method call error messagesIlmari Karonen2001-05-251-3/+12
* [LARGE!] symbolic magicDave Mitchell2001-05-201-17/+21
* The Time::Piece conspiracy unmasked!!!Jarkko Hietaniemi2001-04-261-1/+1
* Re: Short test case for undef %stash:: crashBenjamin Sugars2001-04-261-0/+2
* [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OSChris Nandor2001-04-171-1/+6
* Smoke out dTHR, spotted by by Stephen P. Potter.Jarkko Hietaniemi2001-04-081-1/+0
* RE: 5.6.0 BUG: Lexical warnings aren't lexicalPaul Marquess2001-03-281-1/+2
* Autoloading Errno.pm when %! is encounteredRobin Houston2001-03-271-13/+37
* Retract #8893, zero-initializing may be costly, maybe reintroduceJarkko Hietaniemi2001-02-231-1/+1
* (Retracted by #8915.)Jarkko Hietaniemi2001-02-221-1/+1
* Integrate pureperl changes #8844,8845,8850 to mainlineJarkko Hietaniemi2001-02-201-1/+1
* [patch] -WallDoug MacEachern2001-02-171-2/+1
* [patch] GvSHAREDDoug MacEachern2001-02-101-1/+7
* overload int()Ilya Zakharevich2001-01-251-0/+1
* "Safe" signals - trial implementation.Nick Ing-Simmons2001-01-171-3/+4
* Define SIG_SIZE, the number of elements in the sig_name andJarkko Hietaniemi2001-01-171-5/+4
* Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.Nick Ing-Simmons2001-01-161-0/+1
* Fix "scalars leaked" bugs caused by overload magicNick Ing-Simmons2001-01-081-8/+18
* [patch] xsub AUTOLOAD fix/optimizationDoug MacEachern2001-01-081-1/+15
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Re: [PATCH blead] Fix segfault in gv_handler/mg_findDaniel Chetlin2000-12-281-1/+4
* Some compilers get huffy if you do not cast a const pointerJarkko Hietaniemi2000-12-151-1/+1
* speeding up object creation/destruction 4x timesIlya Zakharevich2000-12-151-7/+37
* cosmetic change to overloadingIlya Zakharevich2000-12-151-79/+21
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-12/+0
* Re: [ID 20001122.006] weird behaviour of $|Benjamin Holzman2000-11-271-1/+5
* Lexical use open ... support:Nick Ing-Simmons2000-11-181-2/+11
* More %{} and other deref special casing - do not pass to 'nomethod'.Nick Ing-Simmons2000-09-021-38/+51