Use the unchecked thread-specific key fetch also in Tru64.
[p5sagit/p5-mst-13.2.git] / ext /
2001-05-16 Jarkko Hietaniemi Move the stack desire definition to thread.h.
2001-05-16 Jarkko Hietaniemi DG-UX threading patches, including a README.dgux,
2001-05-16 Robin Houston More on /x regexes
2001-05-16 Jarkko Hietaniemi Document that the core time() may be rounding rather
2001-05-15 Jarkko Hietaniemi Half of #10107 got lost.
2001-05-15 Robin Houston Lvaluable method calls
2001-05-15 Robin Houston C<$foo =~ give_me_a_regex>; /x modifier
2001-05-15 Robin Houston "${foo}_bar"
2001-05-11 Jarkko Hietaniemi Remove the 'asciir' re subpragma. Should instead implement
2001-05-11 Robin Houston $foo->bar(0)
2001-05-11 Jarkko Hietaniemi A nicely working combination for UTS from Hal Morris.
2001-05-10 Robin Houston Extend tr/\0-\377/blah/c support
2001-05-10 Robin Houston t/op/64bitint.t
2001-05-10 Jarkko Hietaniemi Retract #10070, not ready yet.
2001-05-10 Hugo van der Sanden (Retracted by #10073)
2001-05-10 Robin Houston our() lists and foreach loops
2001-05-10 Robin Houston Fix tr///ansliteration
2001-05-09 Robin Houston Show string for PVOP, and referent for RV
2001-05-09 Robin Houston B::Deparse tester
2001-05-09 Benjamin Sugars Test offset when reading from a PerlIO::Scalar
2001-05-08 Robin Houston Document known bugs
2001-05-07 Robin Houston Give (?{...}) a taste of its own medicine
2001-05-07 Robin Houston undefined folded constants
2001-05-07 Robin Houston use Foo (sub {...});
2001-05-06 Robin Houston scoping
2001-05-04 Robin Barker long =item
2001-05-04 Jarkko Hietaniemi Encode/IO doc tweaks.
2001-05-03 Benjamin Sugars Allow clobbering of a PerlIO::Scalar and more tests
2001-05-03 Jarkko Hietaniemi Integrate perlio:
2001-05-03 Jarkko Hietaniemi Remove unused files; noted by Sarathy.
2001-05-03 Nick Ing-Simmons Allow $answer = encode($object,$text); like it says...
2001-05-03 Nick Ing-Simmons Fix latin1 etc. alias code - (bit rot?) - the @latin2is...
2001-05-02 Jarkko Hietaniemi Fix for a segfault, from Marc Lehmann.
2001-05-02 Dan Sugalski Multiplicity and thread fixes for VMS
2001-05-02 Benjamin Sugars Re: [PATCH] Allow appending on a PerlIO::Scalar
2001-05-02 Jarkko Hietaniemi Additional note on the encoding example: one cannot
2001-05-02 Jarkko Hietaniemi Add an encoding conversion example.
2001-05-02 Jarkko Hietaniemi Another coat of paint but still nowhere finished.
2001-05-01 Benjamin Sugars Allow appending on a PerlIO::Scalar
2001-05-01 Benjamin Sugars Multiple consecutive writes on PerlIO::Scalar
2001-05-01 Robin Houston optimised sort
2001-05-01 Robin Houston for(;;), sort
2001-05-01 Robin Houston do, warn, use
2001-04-30 Robin Houston suppress warning
2001-04-30 John Holdsworth Allow a zero timeout on IO::Socket accept and connect--
2001-04-29 Abigail Doc fixes.
2001-04-28 Robin Houston non-block scopes
2001-04-27 Robin Houston Human-readable pragmas &c
2001-04-27 Jarkko Hietaniemi Add LOG_PERROR; prettify the "removed".
2001-04-26 Jarkko Hietaniemi Deparse nits.
2001-04-26 Robin Houston formats must be flush left
2001-04-26 Chris Bongaarts [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
2001-04-26 Jarkko Hietaniemi Further cuts and more docs from Graham Barr.
2001-04-26 Paul Marquess DB_File-1.77
2001-04-26 Robin Houston fix easy bugs
2001-04-26 Jarkko Hietaniemi Dethinko from Robin Houston.
2001-04-26 Robin Houston C<$x = /(.)/> ne C<($x) = /(.)/>
2001-04-26 Robin Houston Re: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houston Re: [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Jarkko Hietaniemi The Time::Piece conspiracy unmasked!!!
2001-04-26 Robin Houston [PATCH B::Deparse] fix string uninterpretation
2001-04-26 Robin Houston filetests, open(my $x,...), warnings, formats &c
2001-04-26 Jarkko Hietaniemi Beginnings of strptime(). Do not touch the wet paint.
2001-04-26 Benjamin Sugars Re: [PATCH: perl@9841] fix a typo for Cwd.xs
2001-04-26 Jarkko Hietaniemi re 'debug' was broken by #9084.
2001-04-25 Paul Johnson Re: [PATCH 5.7.1] B::Concise and extra variables
2001-04-25 Peter Prymmer fix a typo for Cwd.xs
2001-04-25 Jarkko Hietaniemi abs_path() didn't terminate the filename correctly,
2001-04-25 Jarkko Hietaniemi The tzname[] bit is not needed by util.c -- and causes
2001-04-24 Jarkko Hietaniemi Mac OS X patch for missing tzname definition from Paul...
2001-04-24 Tim Jenness Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717...
2001-04-24 Robin Houston Re: [ID 20010423.006] Test failed in perl@9794
2001-04-24 Jarkko Hietaniemi Retract #9811.
2001-04-24 Jarkko Hietaniemi (Retracted by #9812.)
2001-04-23 Benjamin Sugars Implement Cwd::abs_path in XS
2001-04-23 Robin Houston Deparse nit
2001-04-23 Jarkko Hietaniemi Time::Piece work continues. $t->day removed since
2001-04-22 Robin Houston Distinguish package variables, if necessary
2001-04-22 Robin Houston Support BEGIN blocks in B::Deparse (& more)
2001-04-22 andrew deryabin IO::Socket::INET patch
2001-04-21 Michael G. Schwern B::walksymtable improperly documented?
2001-04-21 Jarkko Hietaniemi PerlIO and Encode doc cleanup and tweaks.
2001-04-20 Robin Houston Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Robin Houston Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-19 Peter Prymmer void close_dir portability fix for Cwd.xs
2001-04-19 Jarkko Hietaniemi Document and test Time::Piece.
2001-04-19 Robin Houston PATCH: Propagate low byte of hints in cop.op_private
2001-04-19 Jarkko Hietaniemi Add Time::Piece, a slight rewrite of Time::Object,
2001-04-19 Jarkko Hietaniemi Move the strftime() wrapper from POSIX.xs to util.c
2001-04-18 Jarkko Hietaniemi Move the init_tm() and mini_mktime() up from POSIX...
2001-04-18 Jarkko Hietaniemi Declare hints only if needed.
2001-04-18 Robin Houston some pragma support
2001-04-18 Tim Jenness XS::Typemap - T_OPAQUE
2001-04-18 David Dyck Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
2001-04-17 Abigail Missing prototype behaviour
2001-04-17 Robin Houston Re: Deparse - parenthesise args to undeclared subs
2001-04-17 Robin Houston utf8 literal strings (and possibly a unicode/regex...
2001-04-17 Robin Houston Deparse - parenthesise args to undeclared subs
2001-04-17 Robin Houston ambient pragmas
2001-04-17 Robin Houston multiple B::* changes
next