summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Allow a zero timeout on IO::Socket accept and connect--John Holdsworth2001-04-301-9/+17
* Doc fixes.Abigail2001-04-291-2/+2
* non-block scopesRobin Houston2001-04-281-1/+18
* Human-readable pragmas &cRobin Houston2001-04-271-7/+52
* Add LOG_PERROR; prettify the "removed".Jarkko Hietaniemi2001-04-271-37/+45
* Deparse nits.Jarkko Hietaniemi2001-04-261-2/+2
* formats must be flush leftRobin Houston2001-04-261-3/+3
* [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constantChris Bongaarts2001-04-261-1/+1
* Further cuts and more docs from Graham Barr.Jarkko Hietaniemi2001-04-262-25/+16
* DB_File-1.77Paul Marquess2001-04-264-18/+214
* fix easy bugsRobin Houston2001-04-261-5/+24
* Dethinko from Robin Houston.Jarkko Hietaniemi2001-04-261-1/+1
* C<$x = /(.)/> ne C<($x) = /(.)/>Robin Houston2001-04-261-1/+3
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+1
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+2
* The Time::Piece conspiracy unmasked!!!Jarkko Hietaniemi2001-04-263-109/+0
* [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-4/+4
* filetests, open(my $x,...), warnings, formats &cRobin Houston2001-04-261-61/+45
* Beginnings of strptime(). Do not touch the wet paint.Jarkko Hietaniemi2001-04-261-83/+220
* Re: [PATCH: perl@9841] fix a typo for Cwd.xsBenjamin Sugars2001-04-261-1/+0
* re 'debug' was broken by #9084.Jarkko Hietaniemi2001-04-261-1/+1
* Re: [PATCH 5.7.1] B::Concise and extra variablesPaul Johnson2001-04-251-3/+60
* fix a typo for Cwd.xsPeter Prymmer2001-04-251-1/+1
* abs_path() didn't terminate the filename correctly,Jarkko Hietaniemi2001-04-251-16/+29
* The tzname[] bit is not needed by util.c -- and causesJarkko Hietaniemi2001-04-251-3/+8
* Mac OS X patch for missing tzname definition from Paul Schinder.Jarkko Hietaniemi2001-04-241-0/+5
* Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld...Tim Jenness2001-04-241-17/+18
* Re: [ID 20010423.006] Test failed in perl@9794Robin Houston2001-04-241-0/+4
* Retract #9811.Jarkko Hietaniemi2001-04-241-4/+0
* (Retracted by #9812.)Jarkko Hietaniemi2001-04-241-0/+4
* Implement Cwd::abs_path in XSBenjamin Sugars2001-04-231-0/+99
* Deparse nitRobin Houston2001-04-231-2/+5
* Time::Piece work continues. $t->day removed sinceJarkko Hietaniemi2001-04-232-70/+295
* Distinguish package variables, if necessaryRobin Houston2001-04-221-4/+63
* Support BEGIN blocks in B::Deparse (& more)Robin Houston2001-04-223-66/+280
* IO::Socket::INET patchandrew deryabin2001-04-221-2/+4
* B::walksymtable improperly documented?Michael G. Schwern2001-04-211-4/+16
* PerlIO and Encode doc cleanup and tweaks.Jarkko Hietaniemi2001-04-213-174/+215
* Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s...Robin Houston2001-04-202-9/+18
* Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s...Robin Houston2001-04-191-4/+7
* void close_dir portability fix for Cwd.xsPeter Prymmer2001-04-191-0/+4
* Document and test Time::Piece.Jarkko Hietaniemi2001-04-193-50/+125
* PATCH: Propagate low byte of hints in cop.op_privateRobin Houston2001-04-191-1/+1
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-195-0/+900
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-191-59/+3
* Move the init_tm() and mini_mktime() up from POSIX.xs to util.cJarkko Hietaniemi2001-04-181-240/+0
* Declare hints only if needed.Jarkko Hietaniemi2001-04-181-1/+1
* some pragma supportRobin Houston2001-04-181-15/+85
* XS::Typemap - T_OPAQUETim Jenness2001-04-183-19/+71
* Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)David Dyck2001-04-181-1/+10