summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-22/+27
* fix pods to reflect newer canonical names for call_sv() etc.Gurusamy Sarathy2000-02-291-2/+2
* thinko in change#5029Gurusamy Sarathy2000-02-071-2/+2
* change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;Gurusamy Sarathy2000-02-071-2/+2
* ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-071-2/+2
* pod fixes (from Abigail and M J T Guy)Gurusamy Sarathy2000-02-071-1/+1
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-0/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-3/+1
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-301-12/+19
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+77
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-1/+1
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-1/+0
* change#4705 breaks code that interpolates $], so leave string valueGurusamy Sarathy1999-12-301-2/+5
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-4/+2
* integrate mainline changesGurusamy Sarathy1999-12-121-29/+44
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-0/+1
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-19/+8
* sub : attrlistSpider Boardman1999-08-291-0/+4
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-2/+4
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-261-1/+1
* fixes for logical bugs in the lexwarn patch; other tweaks to avoidGurusamy Sarathy1999-07-081-3/+5
* Re: [ID 19990705.001] Overloading boolean conversionIlya Zakharevich1999-07-071-1/+1
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-4/+8
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-39/+39