Add at least the "important" PerlIO_xxxx functions to embed.pl
[p5sagit/p5-mst-13.2.git] / global.sym
2001-12-22 Nick Ing-Simmons Add at least the "important" PerlIO_xxxx functions...
2001-12-21 Jarkko Hietaniemi Make using U+FDD0..U+FDEF (noncharacters since Unicode...
2001-12-03 Jarkko Hietaniemi Make sharepvn a macro since all it does is a deref.
2001-11-28 Jarkko Hietaniemi Fix for "a\x{100}" =~ /A/i.
2001-11-23 Jarkko Hietaniemi regen_headers.
2001-11-21 Jarkko Hietaniemi Implement the sort pragma. Split sort code from pp_ctl.c
2001-11-19 Jarkko Hietaniemi The _uni_display should not be in dump.c since they
2001-11-15 John Peacock v-strings as Objects Step 1
2001-11-07 Doug MacEachern making do_sprintf public
2001-11-06 Jarkko Hietaniemi Oops. Luckily nothing was using this symbol yet.
2001-10-31 Jarkko Hietaniemi Enable -Mencoding=foobar also for string literals.
2001-10-25 Jarkko Hietaniemi Since pv_uni_display and sv_uni_display are now used
2001-10-21 Jarkko Hietaniemi Implement multicharacter case mappings where a single
2001-10-20 Nick Ing-Simmons Add a new flag character 'm' to embed.pl set to represent
2001-10-09 Jarkko Hietaniemi Make the toupper/lower/title API for Unicode not right
2001-09-30 Brian Ingerson Patch to put qsortsv in the public API
2001-09-05 Nicholas Clark Re: [ID 20010825.006] -DCRIPPLED_CC is broken
2001-08-27 Artur Bergman Removed tripple definitions of CUSTOM_OP functions.
2001-08-13 Jarkko Hietaniemi [PATHC] sharedsv.[c|h]
2001-07-20 Gurusamy Sarathy Make perl fork()-safe (in a slightly limited way) even on
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Gurusamy Sarathy rename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-06-20 Jarkko Hietaniemi Regen headers.
2001-06-10 Jarkko Hietaniemi Move the grok_number and its lieutenant grok_numeric_radix
2001-06-03 Simon Cozens APIfy op_clear
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Hugo van der Sanden Re: [ID 20010529.006] String plus zero inconsistent...
2001-06-01 Doug MacEachern [patch] Cwd.xs optimizations/abstraction
2001-05-26 Hugo van der Sanden Re: 5.6.*, bleadperl: bugs in pp_concat
2001-05-26 Jarkko Hietaniemi Regen headers for #10221.
2001-04-30 Jarkko Hietaniemi Change PL_numeric_radix to PL_numeric_radix_sv (and...
2001-04-06 Jarkko Hietaniemi Integrate changes #9584,9587 from maintperl into mainline.
2001-03-24 Nick Ing-Simmons Generated files.
2001-03-14 Jarkko Hietaniemi Integrate change #9154 from maintperl to mainline.
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-02-21 Jarkko Hietaniemi Put back the #8840, it was innocent.
2001-02-20 Jarkko Hietaniemi Retract the #8838 and #8840 for now because of
2001-02-19 Doug MacEachern [patch] add sv_setref_uv
2001-02-08 Charles Bailey SYN SYN
2001-02-08 Nick Ing-Simmons Generated files form 8713 etc.
2001-01-28 Jarkko Hietaniemi Patch from Inaba Hiroto:
2001-01-24 Charles Bailey SYN SYN
2001-01-21 Nick Ing-Simmons Fixup after integrate:
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-19 Nick Ing-Simmons Integrate mainline.
2000-12-17 Jarkko Hietaniemi Uncheckedin generated files.
2000-12-16 Jarkko Hietaniemi Few uncheckedin files.
2000-12-07 Nick Ing-Simmons Various oddities p4 diff -se showed up
2000-11-25 Gurusamy Sarathy C<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-19 Nick Ing-Simmons diff -se shows these as different
2000-10-25 Dan Sugalski Add non-blocking thread doneness checking
2000-10-20 Charles Bailey SYN SYN
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-08-08 Jarkko Hietaniemi Regen global.sym.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-25 Simon Cozens av.c apidoc
2000-07-14 Jarkko Hietaniemi Fix the BOM bug: not a byteorder bug, a signedness...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-07-04 Gurusamy Sarathy adjust change#6299
2000-07-04 Gurusamy Sarathy fix memory leak on Windows (PL_sys_intern contents...
2000-07-04 Gurusamy Sarathy fix large memory leak that has been around for ever...
2000-06-29 Doug MacEachern xsub attributes
2000-06-27 Simon Cozens is_utf8_string
2000-06-25 Jarkko Hietaniemi Regen headers.
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-03 Dan Sugalski VMS fixups so we can build with MULTIPLICITY
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-11 Gurusamy Sarathy PL_sys_intern was being initialized too late on windows
2000-04-24 Jarkko Hietaniemi Integrate with Sarathy.
2000-04-24 Gurusamy Sarathy add rsignal(), whichsig() and do_join() to public API...
2000-03-18 Jarkko Hietaniemi Add newSVuv().
2000-03-17 Gurusamy Sarathy export cv_undef() and cv_const_sv() (mod_perl uses...
2000-03-16 Gurusamy Sarathy due to an oversight during PERL_OBJECT migration, hosts...
2000-03-13 Gurusamy Sarathy make the is_utf8_*() safe for use on invalid utf8 ...
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
next