change#2879 broke rvalue autovivification of magicals such as ${$num}
[p5sagit/p5-mst-13.2.git] / gv.c
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-16 Gurusamy Sarathy introduce illegal symbols into null package so that...
2000-03-21 Gurusamy Sarathy make parenthetic warnings look consistent; make diagnos...
2000-03-13 Gurusamy Sarathy make the is_utf8_*() safe for use on invalid utf8 ...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-29 Gurusamy Sarathy fix pods to reflect newer canonical names for call_sv...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy thinko in change#5029
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy ${^Warnings} renamed to ${^WARNING_BITS}
2000-02-07 Gurusamy Sarathy pod fixes (from Abigail and M J T Guy)
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy runtime now looks at the SVf_UTF8 bit on the SV to...
2000-01-30 Gurusamy Sarathy introduce $^V (eq chr($revision) . chr($version) ....
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathy nailed "our" declarations, and better warnings on duplicate
1999-12-30 Gurusamy Sarathy change#4705 breaks code that interpolates $], so leave...
1999-12-24 Gurusamy Sarathy support for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-02 Jarkko Hietaniemi Initial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathy macros for COP.cop_filegv access
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-09-29 Charles Bailey resync with mainline
1999-09-25 Larry Wall Re: [PATCH 5.005_61] "our" declarations
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-08-29 Spider Boardman sub : attrlist
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-07-26 Gurusamy Sarathy INSTALL =~ s/5.006/5.6/; delay loading Errno until...
1999-07-08 Gurusamy Sarathy fixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko Hietaniemi Integrate with Sarathy. perldiag.pod required manual...
1999-07-07 Ilya Zakharevich Re: [ID 19990705.001] Overloading boolean conversion
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-05-29 Gurusamy Sarathy avoid gv_check() recursive pit
1999-05-17 Gurusamy Sarathy emit more appropriate diagnostic for failed glob (variant
1999-05-11 Gurusamy Sarathy avoid creating spurious subroutine stubs on failed...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-22 Gurusamy Sarathy update copyright years
1999-03-04 Graham Barr exempt $foo::a,$foo::b from warnings only if sort(...
1999-02-15 Gurusamy Sarathy add const qualifier to most char* prototypes, handle...
1999-02-12 Jan Dubois remove OVERLOAD conditionals
1999-02-02 Ilya Zakharevich Fix incorrect "used only once" warnings
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathy various fixes for race conditions under threads: mutex...
1998-11-29 Gurusamy Sarathy prefer IO::Handle for IO if FileHandle:: is empty ...
1998-11-28 Nick Ing-Simmons Implement $^C to allow perl access to -c flag - I think...
1998-11-05 Gurusamy Sarathy fix a location affected by change#2191, add note about...
1998-11-04 Gurusamy Sarathy s/sv_upgrade/SvUPGRADE/ a couple of places
1998-10-30 Ilya Zakharevich Overloaded <> and deref again
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathy various win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gurusamy Sarathy avoid "mysterious" compile-time failures without messages
1998-10-23 Larry Wall Program with utf8 identifiers fails to compile
1998-10-15 Gurusamy Sarathy check in all confperl changes as of change#1964 into...
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-08-09 Gurusamy Sarathy add missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-04 Gurusamy Sarathy remove useless 'rcsid' (extension of a suggestion by
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-08-01 Ilya Zakharevich fixes for overloading bugs and docs, tweaked some
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ stuff for threads
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathy fix another CvMUTEXP() leak
1998-07-10 Joshua Pritikin add more correct version of change#1350 (as yet untested)
1998-07-08 Gurusamy Sarathy change#1350 breaks things, back it out
1998-07-06 Joshua Pritikin add patch to improve method caching, regen headers
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Gurusamy Sarathy add comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-28 Joshua Pritikin improve recursive error messages!
1998-06-21 Graham Barr applied patch, modified logic to avoid reentering lexer...
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy [win32] merge changes#1014,1038 from maintbranch
1998-05-21 Ilya Zakharevich [win32] fix problematic change#965 from maintbranch
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-17 Gurusamy Sarathy [win32] sundry whitespace cleanups from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge changes#982,984 from maintbranch
1998-05-15 Gurusamy Sarathy [win32] merge change#981 from maintbranch, add XXX...
1998-05-15 Gurusamy Sarathy [win32] merge changes#922,944,949,965,970 from maintbranch
1998-04-08 Gurusamy Sarathy [asperl] integrate mainline changes
1998-04-03 Gurusamy Sarathy [win32] implement stack-of-stacks so that magic invocat...
1998-03-07 Gurusamy Sarathy [win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-03 Chip Salzenberg [win32] merge problematic maintpatch to op.c
next