summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-14/+14
* various win32 tweaks; disable new xs_cpp section (it createsGurusamy Sarathy1998-10-261-1/+3
* avoid "mysterious" compile-time failures without messagesGurusamy Sarathy1998-10-251-1/+1
* Program with utf8 identifiers fails to compileLarry Wall1998-10-231-1/+1
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-2/+3
* support match indices via special variables @- and @+Ilya Zakharevich1998-09-231-2/+19
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-0/+2
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-7/+10
* remove useless 'rcsid' (extension of a suggestion byGurusamy Sarathy1998-08-041-2/+0
* support OE/MVSJarkko Hietaniemi1998-08-021-18/+12
* fixes for overloading bugs and docs, tweaked someIlya Zakharevich1998-08-011-9/+32
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-1/+1
* PL_ stuff for threadsNick Ing-Simmons1998-07-181-3/+3
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-65/+65
* fix another CvMUTEXP() leakGurusamy Sarathy1998-07-181-1/+2
* add more correct version of change#1350 (as yet untested)Joshua Pritikin1998-07-101-2/+8
* change#1350 breaks things, back it outGurusamy Sarathy1998-07-081-8/+2
* add patch to improve method caching, regen headersJoshua Pritikin1998-07-061-2/+8
* rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headersGurusamy Sarathy1998-07-061-1/+1
* add comments on GV_FOO constants, s/8/GV_ADDINEVAL/Gurusamy Sarathy1998-07-051-2/+2
* PUSHSTACK renovationJoshua Pritikin1998-06-281-2/+2
* improve recursive error messages!Joshua Pritikin1998-06-281-1/+2
* applied patch, modified logic to avoid reentering lexer at compile-timeGraham Barr1998-06-211-2/+2