summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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