summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Missing prototype behaviourAbigail2001-04-172-0/+4
* Re: Deparse - parenthesise args to undeclared subsRobin Houston2001-04-171-0/+3
* utf8 literal strings (and possibly a unicode/regex bug)Robin Houston2001-04-172-1/+3
* Deparse - parenthesise args to undeclared subsRobin Houston2001-04-171-3/+15
* ambient pragmasRobin Houston2001-04-171-10/+224
* multiple B::* changesRobin Houston2001-04-174-19/+98
* Thread-awareness from Doug MacEachern.Jarkko Hietaniemi2001-04-171-2/+2
* [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OSChris Nandor2001-04-171-8/+12
* Add interval timer (setitimer, getitimer) support to Time::HiRes.Jarkko Hietaniemi2001-04-152-27/+184
* Add Scalar-List-Utils 1.02, from Graham Barr.Jarkko Hietaniemi2001-04-156-0/+861
* Fix core dump on binmode($fh,'Scalar')Nick Ing-Simmons2001-04-131-15/+30
* This is at least 5.005.Jarkko Hietaniemi2001-04-121-2/+0
* Integrate Time::Hires 1.20 from Douglas E. Wegscheid.Jarkko Hietaniemi2001-04-124-0/+661
* Digest::MD5 on UTF8 stringsGisle Aas2001-04-121-4/+2
* Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNI...Gisle Aas2001-04-121-7/+1
* Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNI...Calle Dybedahl2001-04-111-1/+1
* Integrate changes #9678,9679 from maintline into mainperl.Jarkko Hietaniemi2001-04-113-21/+29
* Integrate changes #9675,9676 from maintperl into mainline.Jarkko Hietaniemi2001-04-114-107/+184
* Integrate change #9646 from maintperl into mainline.Jarkko Hietaniemi2001-04-092-1/+16
* fix IO.xs compile failure on VMSCraig A. Berry2001-04-081-2/+1
* atmark() code cleanaup.Jarkko Hietaniemi2001-04-071-7/+11
* Cleanup correction for failed :Via() layer, also set an error code.Nick Ing-Simmons2001-04-071-2/+12
* Quote $VERSION in Encode.pm.Nick Ing-Simmons2001-04-061-1/+1
* Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.Jarkko Hietaniemi2001-04-061-4/+6
* suppress "unintialized value" warningsRobin Houston2001-04-051-0/+4
* regex quoting, and a minor milestoneRobin Houston2001-04-051-2/+8
* binmode is no longer an UNOPRobin Houston2001-04-051-1/+1
* "${foo}bar", "${foo}[1]" etc.Robin Houston2001-04-051-1/+7
* cope with SVf_IVisUV, and cope with $^^ and friendsRobin Houston2001-04-053-8/+31
* lexical variables with ridiculously long names that are used in list assignmentsRobin Houston2001-04-051-12/+1