This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is...
[perl5.git] / proto.h
2000-11-26 Jarkko HietaniemiMake utf8_length() and utf8_distance() (the latter...
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-25 Jens HamischUndo the SOCKS workarounds, instead start using PerlIO
2000-11-23 Jarkko HietaniemiSOCKS wrestling continues, patches from Jens Hamisch.
2000-11-22 Jarkko HietaniemiMore SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-21 Jarkko HietaniemiExport the SOCKS workaround symbols only if necessary.
2000-11-20 Jarkko HietaniemiAdd a workaround to SOCKS 64-bit problems.
2000-11-18 Jarkko HietaniemiIntroduce Perl_utf8_length(). Use it.
2000-11-18 Ilya Zakharevich[PATCH 5.7.0] make regcomp reenterable
2000-11-04 Nick Ing-SimmonsIntegrate mainline again
2000-11-04 Vadim KonovalovLocales support (setlocale) fixes
2000-10-28 Jarkko HietaniemiThe reëntrant version shouldn't be needed unless USE_PU...
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-25 Jarkko HietaniemiAllow poking holes at the UTF-8 decoding strictness.
2000-10-24 Jarkko HietaniemiMissed the header file changes from #7425.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-21 John TobeyRe: Creating const subs for constants.
2000-10-20 Roca, IgnasiMake scan_num() reëntrant, as suggested in
2000-10-20 Roca, IgnasiReëntrancy fix.
2000-10-20 Charles BaileySYN SYN
2000-10-02 Robin BarkerRetract #7091 as suggested in
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko HietaniemiPart of #7081 didn't come through.
2000-09-14 Robin Barkercontinued -Wformat support
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-09-01 Mike GuyFix vec() / utf8 (was Re: bitvec ops still broken...
2000-08-15 Gurusamy Sarathymagic callbacks all need to have same type signature
2000-08-15 Jarkko Hietaniemimagic_regdatum_set() is void, not int.
2000-08-14 Mike GuyRe: [PATCH] @+, @- readonly
2000-08-05 Ronald F. Guilmette[ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy SarathyRemove the extraneous "main::" prefix from all the
2000-07-31 Jarkko HietaniemiThe swallow_bom() saga continues. The #23 of require.t
2000-07-14 Gurusamy Sarathytypos in change#6399, regen headers
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-11 Gurusamy Sarathyintegrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl change#6250 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6242..6249 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6231..6240 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyadjust change#6299
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyfix memory leak on Windows (PL_sys_intern contents...
2000-06-29 Doug MacEachernxsub attributes
2000-06-29 Jarkko HietaniemiRegen headers for #6261 (and update embed.pl for this...
2000-06-28 Simon Cozenstr///, help wanted.
2000-06-28 Doug MacEachernRe: [PATCH] support 'my __PACKAGE__ $obj = ...'
2000-06-27 Simon Cozensis_utf8_string
2000-06-27 Simon Cozensbytes<->utf8 fixes
2000-06-25 Jarkko HietaniemiRegen headers.
2000-06-06 Dan SugalskiThreadsafe patches
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-05-28 Gurusamy SarathyMacOS support, part 1 (from Matthias Neeracher
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-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-13 Gurusamy Sarathymake the is_utf8_*() safe for use on invalid utf8 ...
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-08 Gurusamy Sarathyabstract code for C<use Foo 1.23 @ary;> into a Perl_loa...
2000-03-07 Gurusamy Sarathyseparate options to incpush() for adding version direct...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
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-25 Gurusamy Sarathyfix missing perl_alloc() declaration under PERL_IMPLICI...
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
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-14 Gurusamy Sarathyfix small interpreter leaks identified by Purify
2000-02-14 Gurusamy Sarathyremove outdated -DPURIFY code--it reports bogus errors...
2000-02-09 Charles BaileyResync with mainline
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-22 Gurusamy Sarathyfix deeply nested closures that have no references...
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...
2000-01-02 Gurusamy Sarathyusethreads build fixups for NeXTstep (as suggested...
1999-12-31 Gurusamy Sarathymissing files in previous submit
1999-12-30 Gurusamy Sarathyenable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy Sarathychange#4721 needed line number adjustments
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy Sarathyavoid mismatched expectation <-> int types for C++...
1999-12-08 Gurusamy Sarathyapply change#4618 again along with Ilya's patch to...
1999-12-08 Gurusamy Sarathyintroduce save_I8() for saving byte values
1999-12-07 Gurusamy Sarathytypos in change#4660
1999-12-06 Gurusamy Sarathytweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathymake uninitialized value warnings report opcode
1999-12-03 Gurusamy Sarathyrevert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:...
1999-12-02 Ilya Zakharevichapplied suggested patch with prototype changes
1999-12-01 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-16 Jarkko HietaniemiIntegrate with Sarathy.
next