summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-2/+2
* avoid mg_ptr in '*' magicDoug MacEachern2000-06-271-1/+1
* Mopup for #6207 and #6209.Jarkko Hietaniemi2000-06-071-0/+5
* Threadsafe patchesDan Sugalski2000-06-061-0/+4
* 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
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-25/+26
* avoid gv_check() recursive pitGurusamy Sarathy1999-05-291-1/+1
* emit more appropriate diagnostic for failed glob (variantGurusamy Sarathy1999-05-171-1/+1
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-1/+1
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-5/+5
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* exempt $foo::a,$foo::b from warnings only if sort() was seen in package fooGraham Barr1999-03-041-6/+0
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-16/+16
* remove OVERLOAD conditionalsJan Dubois1999-02-121-5/+0
* Fix incorrect "used only once" warningsIlya Zakharevich1999-02-021-1/+1
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-2/+3
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-0/+1
* prefer IO::Handle for IO if FileHandle:: is empty (as suggested byGurusamy Sarathy1998-11-291-1/+2
* Implement $^C to allow perl access to -c flag - I think this Nick Ing-Simmons1998-11-281-0/+1
* fix a location affected by change#2191, add note about POPSTACKGurusamy Sarathy1998-11-051-0/+1
* s/sv_upgrade/SvUPGRADE/ a couple of placesGurusamy Sarathy1998-11-041-2/+2
* Overloaded <> and deref againIlya Zakharevich1998-10-301-0/+9