This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[patch] make hv_fetch{_ent} SvGMAGICAL aware
[perl5.git] / ext /
2001-05-09 Robin HoustonShow string for PVOP, and referent for RV
2001-05-09 Robin HoustonB::Deparse tester
2001-05-09 Benjamin SugarsTest offset when reading from a PerlIO::Scalar
2001-05-08 Robin HoustonDocument known bugs
2001-05-07 Robin HoustonGive (?{...}) a taste of its own medicine
2001-05-07 Robin Houstonundefined folded constants
2001-05-07 Robin Houstonuse Foo (sub {...});
2001-05-06 Robin Houstonscoping
2001-05-04 Robin Barkerlong =item
2001-05-04 Jarkko HietaniemiEncode/IO doc tweaks.
2001-05-03 Benjamin SugarsAllow clobbering of a PerlIO::Scalar and more tests
2001-05-03 Jarkko HietaniemiIntegrate perlio:
2001-05-03 Jarkko HietaniemiRemove unused files; noted by Sarathy.
2001-05-03 Nick Ing-SimmonsAllow $answer = encode($object,$text); like it says...
2001-05-03 Nick Ing-SimmonsFix latin1 etc. alias code - (bit rot?) - the @latin2is...
2001-05-02 Jarkko HietaniemiFix for a segfault, from Marc Lehmann.
2001-05-02 Dan SugalskiMultiplicity and thread fixes for VMS
2001-05-02 Benjamin SugarsRe: [PATCH] Allow appending on a PerlIO::Scalar
2001-05-02 Jarkko HietaniemiAdditional note on the encoding example: one cannot
2001-05-02 Jarkko HietaniemiAdd an encoding conversion example.
2001-05-02 Jarkko HietaniemiAnother coat of paint but still nowhere finished.
2001-05-01 Benjamin SugarsAllow appending on a PerlIO::Scalar
2001-05-01 Benjamin SugarsMultiple consecutive writes on PerlIO::Scalar
2001-05-01 Robin Houstonoptimised sort
2001-05-01 Robin Houstonfor(;;), sort
2001-05-01 Robin Houstondo, warn, use
2001-04-30 Robin Houstonsuppress warning
2001-04-30 John HoldsworthAllow a zero timeout on IO::Socket accept and connect--
2001-04-29 AbigailDoc fixes.
2001-04-28 Robin Houstonnon-block scopes
2001-04-27 Robin HoustonHuman-readable pragmas &c
2001-04-27 Jarkko HietaniemiAdd LOG_PERROR; prettify the "removed".
2001-04-26 Jarkko HietaniemiDeparse nits.
2001-04-26 Robin Houstonformats must be flush left
2001-04-26 Chris Bongaarts[ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
2001-04-26 Jarkko HietaniemiFurther cuts and more docs from Graham Barr.
2001-04-26 Paul MarquessDB_File-1.77
2001-04-26 Robin Houstonfix easy bugs
2001-04-26 Jarkko HietaniemiDethinko from Robin Houston.
2001-04-26 Robin HoustonC<$x = /(.)/> ne C<($x) = /(.)/>
2001-04-26 Robin HoustonRe: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin HoustonRe: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Jarkko HietaniemiThe Time::Piece conspiracy unmasked!!!
2001-04-26 Robin Houston[PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houstonfiletests, open(my $x,...), warnings, formats &c
2001-04-26 Jarkko HietaniemiBeginnings of strptime(). Do not touch the wet paint.
2001-04-26 Benjamin SugarsRe: [PATCH: perl@9841] fix a typo for Cwd.xs
2001-04-26 Jarkko Hietaniemire 'debug' was broken by #9084.
2001-04-25 Paul JohnsonRe: [PATCH 5.7.1] B::Concise and extra variables
2001-04-25 Peter Prymmerfix a typo for Cwd.xs
2001-04-25 Jarkko Hietaniemiabs_path() didn't terminate the filename correctly,
2001-04-25 Jarkko HietaniemiThe tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko HietaniemiMac OS X patch for missing tzname definition from Paul...
2001-04-24 Tim JennessRe: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717...
2001-04-24 Robin HoustonRe: [ID 20010423.006] Test failed in perl@9794
2001-04-24 Jarkko HietaniemiRetract #9811.
2001-04-24 Jarkko Hietaniemi(Retracted by #9812.)
2001-04-23 Benjamin SugarsImplement Cwd::abs_path in XS
2001-04-23 Robin HoustonDeparse nit
2001-04-23 Jarkko HietaniemiTime::Piece work continues. $t->day removed since
2001-04-22 Robin HoustonDistinguish package variables, if necessary
2001-04-22 Robin HoustonSupport BEGIN blocks in B::Deparse (& more)
2001-04-22 andrew deryabinIO::Socket::INET patch
2001-04-21 Michael G. SchwernB::walksymtable improperly documented?
2001-04-21 Jarkko HietaniemiPerlIO and Encode doc cleanup and tweaks.
2001-04-20 Robin HoustonRe: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Robin HoustonRe: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Peter Prymmervoid close_dir portability fix for Cwd.xs
2001-04-19 Jarkko HietaniemiDocument and test Time::Piece.
2001-04-19 Robin HoustonPATCH: Propagate low byte of hints in cop.op_private
2001-04-19 Jarkko HietaniemiAdd Time::Piece, a slight rewrite of Time::Object,
2001-04-19 Jarkko HietaniemiMove the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko HietaniemiMove the init_tm() and mini_mktime() up from POSIX...
2001-04-18 Jarkko HietaniemiDeclare hints only if needed.
2001-04-18 Robin Houstonsome pragma support
2001-04-18 Tim JennessXS::Typemap - T_OPAQUE
2001-04-18 David DyckDeparse.pm of split(" ") decodes as /\s+/ (with PATCH)
2001-04-17 AbigailMissing prototype behaviour
2001-04-17 Robin HoustonRe: Deparse - parenthesise args to undeclared subs
2001-04-17 Robin Houstonutf8 literal strings (and possibly a unicode/regex...
2001-04-17 Robin HoustonDeparse - parenthesise args to undeclared subs
2001-04-17 Robin Houstonambient pragmas
2001-04-17 Robin Houstonmultiple B::* changes
2001-04-17 Jarkko HietaniemiThread-awareness from Doug MacEachern.
2001-04-17 Chris Nandor[MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for...
2001-04-15 Jarkko HietaniemiAdd interval timer (setitimer, getitimer) support to...
2001-04-15 Jarkko HietaniemiAdd Scalar-List-Utils 1.02, from Graham Barr.
2001-04-13 Nick Ing-SimmonsFix core dump on binmode($fh,'Scalar')
2001-04-12 Jarkko HietaniemiThis is at least 5.005.
2001-04-12 Jarkko HietaniemiIntegrate Time::Hires 1.20 from Douglas E. Wegscheid.
2001-04-12 Gisle AasDigest::MD5 on UTF8 strings
2001-04-12 Gisle AasRe: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on...
2001-04-11 Calle DybedahlRe: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on...
2001-04-11 Jarkko HietaniemiIntegrate changes #9678,9679 from maintline into mainperl.
2001-04-11 Jarkko HietaniemiIntegrate changes #9675,9676 from maintperl into mainline.
2001-04-09 Jarkko HietaniemiIntegrate change #9646 from maintperl into mainline.
2001-04-08 Craig A. Berryfix IO.xs compile failure on VMS
2001-04-07 Jarkko Hietaniemiatmark() code cleanaup.
2001-04-07 Nick Ing-SimmonsCleanup correction for failed :Via() layer, also set...
2001-04-06 Nick Ing-SimmonsQuote $VERSION in Encode.pm.
next