summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Part of the solution.Mike Guy2000-09-011-3/+3
* Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_o...Spider Boardman2000-08-261-1/+8
* @+, @- readonly (was Re: @<punct> interpolating in "")Mike Guy2000-08-141-0/+2
* Allow "no Module;" even if there is no 'unimport'.Mark-Jason Dominus2000-08-021-1/+1
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-0/+25
* Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,Jarkko Hietaniemi2000-07-261-0/+3
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-2/+2
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-1/+1
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+9
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-0/+107
* introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)Gurusamy Sarathy2000-04-161-3/+3
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-1/+1
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-6/+6