This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate mainline
[perl5.git] / global.sym
2001-10-25 Jarkko HietaniemiSince pv_uni_display and sv_uni_display are now used
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-20 Nick Ing-SimmonsAdd a new flag character 'm' to embed.pl set to represent
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-09-30 Brian IngersonPatch to put qsortsv in the public API
2001-09-05 Nicholas ClarkRe: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-08-27 Artur BergmanRemoved tripple definitions of CUSTOM_OP functions.
2001-08-13 Jarkko Hietaniemi[PATHC] sharedsv.[c|h]
2001-07-20 Gurusamy SarathyMake perl fork()-safe (in a slightly limited way) even on
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-20 Jarkko HietaniemiRegen headers.
2001-06-10 Jarkko HietaniemiMove the grok_number and its lieutenant grok_numeric_radix
2001-06-03 Simon CozensAPIfy op_clear
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Hugo van der SandenRe: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Doug MacEachern[patch] Cwd.xs optimizations/abstraction
2001-05-26 Hugo van der SandenRe: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 Jarkko HietaniemiRegen headers for #10221.
2001-04-30 Jarkko HietaniemiChange PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-03-24 Nick Ing-SimmonsGenerated files.
2001-03-14 Jarkko HietaniemiIntegrate change #9154 from maintperl to mainline.
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-02-21 Jarkko HietaniemiPut back the #8840, it was innocent.
2001-02-20 Jarkko HietaniemiRetract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern[patch] add sv_setref_uv
2001-02-08 Charles BaileySYN SYN
2001-02-08 Nick Ing-SimmonsGenerated files form 8713 etc.
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-24 Charles BaileySYN SYN
2001-01-21 Nick Ing-SimmonsFixup after integrate:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiUncheckedin generated files.
2000-12-16 Jarkko HietaniemiFew uncheckedin files.
2000-12-07 Nick Ing-SimmonsVarious oddities p4 diff -se showed up
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-19 Nick Ing-Simmonsdiff -se shows these as different
2000-10-25 Dan SugalskiAdd non-blocking thread doneness checking
2000-10-20 Charles BaileySYN SYN
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-08 Jarkko HietaniemiRegen global.sym.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-07-25 Simon Cozensav.c apidoc
2000-07-14 Jarkko HietaniemiFix the BOM bug: not a byteorder bug, a signedness...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-07-04 Gurusamy Sarathyadjust change#6299
2000-07-04 Gurusamy Sarathyfix memory leak on Windows (PL_sys_intern contents...
2000-07-04 Gurusamy Sarathyfix large memory leak that has been around for ever...
2000-06-29 Doug MacEachernxsub attributes
2000-06-27 Simon Cozensis_utf8_string
2000-06-25 Jarkko HietaniemiRegen headers.
2000-06-06 Dan SugalskiThreadsafe patches
2000-06-03 Dan SugalskiVMS fixups so we can build with MULTIPLICITY
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-11 Gurusamy SarathyPL_sys_intern was being initialized too late on windows
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathyadd rsignal(), whichsig() and do_join() to public API...
2000-03-18 Jarkko HietaniemiAdd newSVuv().
2000-03-17 Gurusamy Sarathyexport cv_undef() and cv_const_sv() (mod_perl uses...
2000-03-16 Gurusamy Sarathydue to an oversight during PERL_OBJECT migration, hosts...
2000-03-13 Gurusamy Sarathymake the is_utf8_*() safe for use on invalid utf8 ...
2000-03-08 Gurusamy Sarathyabstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-03 Gurusamy Sarathysupport for list assignment to pseudohashes (from John...
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-26 Gurusamy Sarathysupport for version vectors in UNIVERSAL::VERSION(...
2000-02-19 Gurusamy Sarathymake comparisons promote to utf8 as necessary (from...
2000-02-15 Gurusamy Sarathyprovide malloc stats via get_mstats() (from Ilya Zakhar...
2000-02-09 Charles BaileyResync with mainline
2000-02-01 Gurusamy Sarathyexport pregexec(), Tk uses it
2000-01-28 Gurusamy Sarathymore exported symbols needed for build on windows
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
1999-12-28 Gurusamy Sarathychange#4721 needed line number adjustments
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-08 Gurusamy Sarathyintroduce save_I8() for saving byte values
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathyadd a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-14 Gurusamy Sarathycosmetic tweaks
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-10-16 Nick Ing-SimmonsResolve utfperl branch against mainline as of _62
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-02 Nick Ing-SimmonsIncremental merge of mainline
1999-09-29 Charles Baileyresync with mainline
1999-09-20 Gurusamy Sarathyqueue errors due to strictures rather than printing...
1999-08-29 Spider Boardmansub : attrlist
1999-08-19 Jarkko HietaniemiRemoved duplicated code (in pp.c and mg.c) by introducing
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-26 Stephen McCamantallow arrow omission in $foo[10]->('foo') etc. (but...
1999-07-17 Ilya ZakharevichSegfaults if $^P
1999-07-17 Ilya Zakharevichmake system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
next