This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
doc tweak (from Michael G Schwern <schwern@pobox.com>)
[perl5.git] / gv.c
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathyruntime now looks at the SVf_UTF8 bit on the SV to...
2000-01-30 Gurusamy Sarathyintroduce $^V (eq chr($revision) . chr($version) ....
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
1999-12-30 Gurusamy Sarathychange#4705 breaks code that interpolates $], so leave...
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-13 Gurusamy Sarathycloned interpreters now actually run and pass all but...
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-09-25 Larry WallRe: [PATCH 5.005_61] "our" declarations
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-08-29 Spider Boardmansub : attrlist
1999-08-29 Jarkko HietaniemiRename warning to warnings, from Paul Marquess.
1999-07-26 Gurusamy SarathyINSTALL =~ s/5.006/5.6/; delay loading Errno until...
1999-07-08 Gurusamy Sarathyfixes for logical bugs in the lexwarn patch; other...
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy. perldiag.pod required manual...
1999-07-07 Ilya ZakharevichRe: [ID 19990705.001] Overloading boolean conversion
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-05-29 Gurusamy Sarathyavoid gv_check() recursive pit
1999-05-17 Gurusamy Sarathyemit more appropriate diagnostic for failed glob (variant
1999-05-11 Gurusamy Sarathyavoid creating spurious subroutine stubs on failed...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-03-04 Graham Barrexempt $foo::a,$foo::b from warnings only if sort(...
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-12 Jan Duboisremove OVERLOAD conditionals
1999-02-02 Ilya ZakharevichFix incorrect "used only once" warnings
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-29 Gurusamy Sarathyprefer IO::Handle for IO if FileHandle:: is empty ...
1998-11-28 Nick Ing-SimmonsImplement $^C to allow perl access to -c flag - I think...
1998-11-05 Gurusamy Sarathyfix a location affected by change#2191, add note about...
1998-11-04 Gurusamy Sarathys/sv_upgrade/SvUPGRADE/ a couple of places
1998-10-30 Ilya ZakharevichOverloaded <> and deref again
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathyvarious win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gurusamy Sarathyavoid "mysterious" compile-time failures without messages
1998-10-23 Larry WallProgram with utf8 identifiers fails to compile
1998-10-15 Gurusamy Sarathycheck in all confperl changes as of change#1964 into...
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-08-09 Gurusamy Sarathyadd missing dTHR; notes for test failures due to small...
1998-08-09 Paul Marquesslexical warnings; tweaks to places that didn't apply...
1998-08-04 Gurusamy Sarathyremove useless 'rcsid' (extension of a suggestion by
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-08-01 Ilya Zakharevichfixes for overloading bugs and docs, tweaked some
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-18 Gurusamy Sarathyfix another CvMUTEXP() leak
1998-07-10 Joshua Pritikinadd more correct version of change#1350 (as yet untested)
1998-07-08 Gurusamy Sarathychange#1350 breaks things, back it out
1998-07-06 Joshua Pritikinadd patch to improve method caching, regen headers
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Gurusamy Sarathyadd comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-28 Joshua Pritikinimprove recursive error messages!
1998-06-21 Graham Barrapplied 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
1998-03-03 Tkil[win32] merge another conflicting maintpatch to op.c
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-09 Gurusamy Sarathy[win32] fix misapplied hunks in 5.004_58
1998-02-06 Malcolm BeattieFix up problem with gv.c from change 477.
1998-02-06 Malcolm BeattieFaster gv_fetchpv() for nested packages
1998-02-06 Chip SalzenbergSome Chip patches (some tweaked to match _5x source):
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-11-07 Nick Ing-SimmonsReverse integrate Malcolm's chanes into local
1997-11-06 Malcolm BeattiePer-thread magicals now stored in their own thr->magica...
1997-11-05 Malcolm BeattiePer-thread magicals mostly working (and localisable...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-11-01 Nick Ing-SimmonsIntegrate mainline @ 18:15 CST 31 Oct 1997
1997-10-31 Malcolm BeattieHalf way through moving per-thread magicals into per...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-24 Malcolm BeattieImprove internal threading API. Introduce win32/win32th...
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
next