This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Delta delta.
[perl5.git] / gv.c
2001-06-30 Jarkko HietaniemiAdd support for $^N, the most-recently closed group.
2001-06-27 Jarkko Hietaniemi"lose the looses", from Abhijit Menon-Sen.
2001-06-25 Jarkko HietaniemiMissed from #10925.
2001-06-12 Abhijit Menon-Senanonymous stashes
2001-05-31 Nick Ing-SimmonsIntegrate mainline.
2001-05-31 Abhijit Menon-Sen-Wall cleanups: perl.c, gv.c, Storable.xs
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-25 Ilmari Karonenstash autovivification and method call error messages
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-04-26 Jarkko HietaniemiThe Time::Piece conspiracy unmasked!!!
2001-04-26 Benjamin SugarsRe: Short test case for undef %stash:: crash
2001-04-17 Chris Nandor[MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for...
2001-04-08 Jarkko HietaniemiSmoke out dTHR, spotted by by Stephen P. Potter.
2001-03-28 Paul MarquessRE: 5.6.0 BUG: Lexical warnings aren't lexical
2001-03-27 Robin HoustonAutoloading Errno.pm when %! is encountered
2001-02-23 Jarkko HietaniemiRetract #8893, zero-initializing may be costly, maybe...
2001-02-22 Jarkko Hietaniemi(Retracted by #8915.)
2001-02-20 Jarkko HietaniemiIntegrate pureperl changes #8844,8845,8850 to mainline
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-10 Doug MacEachern[patch] GvSHARED
2001-02-08 Charles BaileySYN SYN
2001-01-25 Ilya Zakharevichoverload int()
2001-01-24 Charles BaileySYN SYN
2001-01-17 Nick Ing-Simmons"Safe" signals - trial implementation.
2001-01-17 Jarkko HietaniemiDefine SIG_SIZE, the number of elements in the sig_name and
2001-01-16 Nick Ing-SimmonsProvide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Nick Ing-SimmonsFix "scalars leaked" bugs caused by overload magic
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-08 Doug MacEachern[patch] xsub AUTOLOAD fix/optimization
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-28 Daniel ChetlinRe: [PATCH blead] Fix segfault in gv_handler/mg_find
2000-12-15 Jarkko HietaniemiSome compilers get huffy if you do not cast a const...
2000-12-15 Ilya Zakharevichspeeding up object creation/destruction 4x times
2000-12-15 Ilya Zakharevichcosmetic change to overloading
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-27 Benjamin HolzmanRe: [ID 20001122.006] weird behaviour of $|
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-10-20 Charles BaileySYN SYN
2000-09-02 Nick Ing-SimmonsMore %{} and other deref special casing - do not pass...
2000-09-01 Mike GuyPart of the solution.
2000-08-26 Spider BoardmanRe: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL...
2000-08-14 Mike Guy@+, @- readonly (was Re: @<punct> interpolating in "")
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Mark-Jason DominusAllow "no Module;" even if there is no 'unimport'.
2000-08-02 Gurusamy SarathyRemove the extraneous "main::" prefix from all the
2000-07-26 Jarkko HietaniemiAllow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-06-27 Doug MacEachernavoid mg_ptr in '*' magic
2000-06-07 Jarkko HietaniemiMopup for #6207 and #6209.
2000-06-06 Dan SugalskiThreadsafe patches
2000-05-28 Gurusamy Sarathychange#2879 broke rvalue autovivification of magicals...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-16 Gurusamy Sarathyintroduce illegal symbols into null package so that...
2000-03-21 Gurusamy Sarathymake parenthetic warnings look consistent; make diagnos...
2000-03-13 Gurusamy Sarathymake the is_utf8_*() safe for use on invalid utf8 ...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-29 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-29 Gurusamy Sarathyfix pods to reflect newer canonical names for call_sv...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathythinko in change#5029
2000-02-07 Gurusamy Sarathychange $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy${^Warnings} renamed to ${^WARNING_BITS}
2000-02-07 Gurusamy Sarathypod fixes (from Abigail and M J T Guy)
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
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-20 Charles Bailey Quick integration of mainline changes to date
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-29 Charles Baileyresync with mainline
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
next