Skeleton of "PerlIO_dup" coded.
[p5sagit/p5-mst-13.2.git] / proto.h
2000-11-18 Jarkko Hietaniemi Introduce Perl_utf8_length(). Use it.
2000-11-18 Ilya Zakharevich [PATCH 5.7.0] make regcomp reenterable
2000-11-04 Nick Ing-Simmons Integrate mainline again
2000-11-04 Vadim Konovalov Locales support (setlocale) fixes
2000-10-28 Jarkko Hietaniemi The reëntrant version shouldn't be needed unless USE_PU...
2000-10-25 Jarkko Hietaniemi Continue the internal UTF-8 API tweaking.
2000-10-25 Jarkko Hietaniemi Allow poking holes at the UTF-8 decoding strictness.
2000-10-24 Jarkko Hietaniemi Missed the header file changes from #7425.
2000-10-24 Jarkko Hietaniemi Make the UTF-8 decoding stricter and more verbose when
2000-10-21 John Tobey Re: Creating const subs for constants.
2000-10-20 Roca, Ignasi Make scan_num() reëntrant, as suggested in
2000-10-20 Roca, Ignasi Reëntrancy fix.
2000-10-20 Charles Bailey SYN SYN
2000-10-02 Robin Barker Retract #7091 as suggested in
2000-09-30 Nick Ing-Simmons Re-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko Hietaniemi Part of #7081 didn't come through.
2000-09-14 Robin Barker continued -Wformat support
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-03 Nick Ing-Simmons Hash lookup of constant strings optimization:
2000-09-01 Mike Guy Fix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-15 Gurusamy Sarathy magic callbacks all need to have same type signature
2000-08-15 Jarkko Hietaniemi magic_regdatum_set() is void, not int.
2000-08-14 Mike Guy Re: [PATCH] @+, @- readonly
2000-08-05 Ronald F. Guilmette [ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy Sarathy Remove the extraneous "main::" prefix from all the
2000-07-31 Jarkko Hietaniemi The swallow_bom() saga continues. The #23 of require.t
2000-07-14 Gurusamy Sarathy typos in change#6399, regen headers
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-11 Gurusamy Sarathy integrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6250 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy adjust change#6299
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix memory leak on Windows (PL_sys_intern contents...
2000-06-29 Doug MacEachern xsub attributes
2000-06-29 Jarkko Hietaniemi Regen headers for #6261 (and update embed.pl for this...
2000-06-28 Simon Cozens tr///, help wanted.
2000-06-28 Doug MacEachern Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2000-06-27 Simon Cozens is_utf8_string
2000-06-27 Simon Cozens bytes<->utf8 fixes
2000-06-25 Jarkko Hietaniemi Regen headers.
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-05-28 Gurusamy Sarathy MacOS support, part 1 (from Matthias Neeracher
2000-05-28 Gurusamy Sarathy change#2879 broke rvalue autovivification of magicals...
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-13 Gurusamy Sarathy make the is_utf8_*() safe for use on invalid utf8 ...
2000-03-09 Gurusamy Sarathy support binmode(F,":crlf") and use open IN => ":raw...
2000-03-08 Gurusamy Sarathy abstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-07 Gurusamy Sarathy separate options to incpush() for adding version direct...
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
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-25 Gurusamy Sarathy fix missing perl_alloc() declaration under PERL_IMPLICI...
2000-02-20 Gurusamy Sarathy make change#3386 a build-time option (avoids problems...
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-14 Gurusamy Sarathy fix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathy remove outdated -DPURIFY code--it reports bogus errors...
2000-02-09 Charles Bailey Resync with mainline
2000-01-22 Gurusamy Sarathy add patch for printf-style format typechecks (from...
2000-01-22 Gurusamy Sarathy fix deeply nested closures that have no references...
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...
2000-01-02 Gurusamy Sarathy usethreads build fixups for NeXTstep (as suggested...
1999-12-31 Gurusamy Sarathy missing files in previous submit
1999-12-30 Gurusamy Sarathy enable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy Sarathy change#4721 needed line number adjustments
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy avoid mismatched expectation <-> int types for C++...
1999-12-08 Gurusamy Sarathy apply change#4618 again along with Ilya's patch to...
1999-12-08 Gurusamy Sarathy introduce save_I8() for saving byte values
1999-12-07 Gurusamy Sarathy typos in change#4660
1999-12-06 Gurusamy Sarathy tweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathy make uninitialized value warnings report opcode
1999-12-03 Gurusamy Sarathy revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevich applied suggested patch with prototype changes
1999-12-01 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-16 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-15 Gurusamy Sarathy add a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-15 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-14 Jarkko Hietaniemi Ilya's "hopscotch" patch, reworked by Ilya to fit.
1999-11-14 Gurusamy Sarathy tweak for win32 build
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
next