Once again syncing after too long an absence
[p5sagit/p5-mst-13.2.git] / global.sym
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-10-20 Charles Bailey SYN SYN
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-08 Gurusamy Sarathy abstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-26 Gurusamy Sarathy support for version vectors in UNIVERSAL::VERSION(...
2000-02-19 Gurusamy Sarathy make comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathy provide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-09 Charles Bailey Resync with mainline
2000-02-01 Gurusamy Sarathy export pregexec(), Tk uses it
2000-01-28 Gurusamy Sarathy more exported symbols needed for build on windows
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
1999-12-28 Gurusamy Sarathy change#4721 needed line number adjustments
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathy add a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-14 Gurusamy Sarathy cosmetic tweaks
1999-11-08 Gurusamy Sarathy preliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-10-24 Gurusamy Sarathy remove unused interpreter globals
1999-10-16 Nick Ing-Simmons Resolve utfperl branch against mainline as of _62
1999-10-10 Gurusamy Sarathy revert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-02 Nick Ing-Simmons Incremental merge of mainline
1999-09-29 Charles Bailey resync with mainline
1999-09-20 Gurusamy Sarathy queue errors due to strictures rather than printing...
1999-08-29 Spider Boardman sub : attrlist
1999-08-19 Jarkko Hietaniemi Removed duplicated code (in pp.c and mg.c) by introducing
1999-07-27 Ilya Zakharevich applied suggested patch; added missing prototype changes to
1999-07-26 Stephen McCamant allow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-17 Ilya Zakharevich Segfaults if $^P
1999-07-17 Ilya Zakharevich make system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-06 Jarkko Hietaniemi POSIX [[:character class:]] support for standard, locale,
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Ilya Zakharevich applied slightly tweaked version of suggested patch for
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-17 Jarkko Hietaniemi Fixed two long-standing locale bugs.
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-06-04 Gurusamy Sarathy clean up some stray "global" symbols
1999-05-28 Tom Hughes ByteLoader mark 2
1999-05-13 Jarkko Hietaniemi Still fflushing strong.
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberg gutsupport for C++ exceptions
1999-05-10 Gurusamy Sarathy "weak" references internals, still needs perlguts docum...
1999-05-10 Ilya Zakharevich Re: [PATCH 5.005_56] Make open(F,"command |") return...
1999-04-03 Gurusamy Sarathy grow PL_tmps_stack more efficiently; make it more amena...
1999-04-03 Gurusamy Sarathy remove duplicate code and an extra branch in sv_setsv...
1999-03-08 Gurusamy Sarathy remove bogus symbols from global.sym
1999-02-14 Jan Dubois provide SvPV_nolen(sv) to avoid use of PL_na
1999-02-08 Gurusamy Sarathy make safesysmalloc() etc., always available; safemalloc...
1999-01-17 Gurusamy Sarathy various tweaks for clean build and test on win32
1999-01-17 Gurusamy Sarathy change#2572 is not applicable; undo, retaining scan_bin...
1999-01-06 Jan Dubois Based on
1998-12-03 Hans Mulder Initial VMS patches
1998-11-28 Ilya Zakharevich regcolors
1998-11-27 Jan Dubois add ext/Devel/Peek
1998-11-17 Gurusamy Sarathy s/Perl_utf8skip/PL_utf8skip/g
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy properly restore PL_rsfp_filters after require
1998-10-03 Gurusamy Sarathy make C<use> recognize C<require> overrides; allow C...
1998-09-24 Gurusamy Sarathy move yyglobal decls from perly.c to perlvars.h, regen...
1998-09-23 Albert Dvornik SSNEW() API for allocating memory on the savestack
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-08-10 Gurusamy Sarathy various tweaks: fix signed vs. unsigned problems that...
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1998-08-08 Gurusamy Sarathy integrate maint-5.005 changes into mainline
1998-08-04 Gurusamy Sarathy remove useless 'rcsid' (extension of a suggestion by
1998-07-26 Gurusamy Sarathy add new files to MANIFEST; add missing prototypes to...
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.
1998-07-18 Gurusamy Sarathy fix lvalue leaks stemming from failure to free LvTARG(sv)
1998-07-13 Graham Barr added patch, tweaked PERL_OBJECT things
1998-07-11 Ilya Zakharevich add patch, along with all the missing bits, and doc...
1998-07-09 Gurusamy Sarathy get it building again on win32
1998-07-08 Ilya Zakharevich add patch for C<use re 'debug'>
1998-07-06 Gurusamy Sarathy undo ck_sysread() changes#1319,1337 in preparation...
1998-07-05 Gurusamy Sarathy add ck_sysread() for better sysread/read/recv sanity
1998-07-04 Gisle Aas applied patch with tweaks to prose
1998-06-29 Ilya Zakharevich added patch for overloading constants, made PERL_OBJECT...
1998-06-23 Ilya Zakharevich applied patch, regen headers
1998-06-20 Joshua Pritikin added patch, tweaked missed files, excised comment...
1998-06-18 Gurusamy Sarathy back out problematic change#1105, tweak perlsub.pod
1998-06-15 Gurusamy Sarathy back out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikin added patch, fixed typo, reworked documentation
1998-06-10 Ilya Zakharevich Applied patch, followed by tweaks to *.sym and `perl...
1998-05-30 Gurusamy Sarathy [win32] change#1060 was inexplicably missing some of...
1998-05-29 Gurusamy Sarathy [asperl] integrate mainline changes
1998-05-23 Gurusamy Sarathy [win32] merge change#1015 from maintbranch (must revisi...
1998-05-18 Gurusamy Sarathy [asperl] integrate mainline changes (untested)
1998-05-15 Gurusamy Sarathy [win32] merge changes#906,907,909,910 from maintbranch
1998-05-14 Gurusamy Sarathy [win32] merge change#886 from maintbranch
next