summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lib/Time is non-empty, let's not rmdir it.Jarkko Hietaniemi2001-04-191-1/+1
| | | p4raw-id: //depot/perl@9760
* Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same ↵Robin Houston2001-04-191-4/+7
| | | | | | | string.] Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9759
* void close_dir portability fix for Cwd.xsPeter Prymmer2001-04-191-0/+4
| | | | | Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com> p4raw-id: //depot/perl@9758
* Document and test Time::Piece.Jarkko Hietaniemi2001-04-194-55/+413
| | | p4raw-id: //depot/perl@9756
* A better fix for the \x{12345678} trouble from NI-S.Jarkko Hietaniemi2001-04-191-11/+1
| | | p4raw-id: //depot/perl@9755
* PATCH: Propagate low byte of hints in cop.op_privateRobin Houston2001-04-192-2/+2
| | | | | Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9754
* h2ph test suite bugfix and refactoringKurt D. Starsinic2001-04-193-20/+49
| | | | | Message-ID: <20010419011141.A5798@cpan.org> p4raw-id: //depot/perl@9753
* The new time utils need to be thread-aware, too.Jarkko Hietaniemi2001-04-191-3/+3
| | | p4raw-id: //depot/perl@9752
* Compilation nit noticed by AIX compiler.Jarkko Hietaniemi2001-04-191-2/+3
| | | p4raw-id: //depot/perl@9751
* The new time utils need to be public.Jarkko Hietaniemi2001-04-191-3/+3
| | | p4raw-id: //depot/perl@9750
* Regen toc.Jarkko Hietaniemi2001-04-191-15/+123
| | | p4raw-id: //depot/perl@9749
* Add Time::Piece, a slight rewrite of Time::Object,Jarkko Hietaniemi2001-04-1914-15/+959
| | | | | from Matt Sergeant. p4raw-id: //depot/perl@9748
* Move the strftime() wrapper from POSIX.xs to util.cJarkko Hietaniemi2001-04-1921-66/+131
| | | | | as my_strftime(), requires HAS_STRFTIME. p4raw-id: //depot/perl@9746
* Move the init_tm() and mini_mktime() up from POSIX.xs to util.cJarkko Hietaniemi2001-04-185-240/+249
| | | | | in preparation of Time::Piece. p4raw-id: //depot/perl@9745
* fix new exporter test to work OK on VMSPeter Prymmer2001-04-181-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com> p4raw-id: //depot/perl@9744
* Fwd: pod2html leaves cache files lying around?Rajesh Vaidheeswarran2001-04-181-5/+18
| | | | | Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org> p4raw-id: //depot/perl@9743
* Update Changes.Jarkko Hietaniemi2001-04-182-1/+183
| | | p4raw-id: //depot/perl@9742
* Declare hints only if needed.Jarkko Hietaniemi2001-04-181-1/+1
| | | p4raw-id: //depot/perl@9741
* Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/lengthJarkko Hietaniemi2001-04-182-2/+21
| | | | | | | | bug noticed by Robin Houston; basically the code of detecting value wraparound was acting differently under different compilers and platforms. The workaround is to remove the overflow check for now, a real fix would be to do the overflow (portably) right. p4raw-id: //depot/perl@9740
* some pragma supportRobin Houston2001-04-181-15/+85
| | | | | Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9739
* Test case for C<undef %File::Glob::>Benjamin Sugars2001-04-181-1/+11
| | | | | Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9738
* XS::Typemap - T_OPAQUETim Jenness2001-04-185-27/+94
| | | | | Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu> p4raw-id: //depot/perl@9737
* The #9735 also changes the subtest 12.Jarkko Hietaniemi2001-04-181-1/+1
| | | p4raw-id: //depot/perl@9736
* Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)David Dyck2001-04-181-1/+10
| | | | | Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com> p4raw-id: //depot/perl@9735
* foreach defelem magic should only be applied to PL_sv_undefGisle Aas2001-04-182-1/+10
| | | | | Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com> p4raw-id: //depot/perl@9734
* Missing prototype behaviourAbigail2001-04-172-0/+4
| | | | | Message-ID: <20010417231746.21657.qmail@foad.org> p4raw-id: //depot/perl@9733
* Re: Deparse - parenthesise args to undeclared subsRobin Houston2001-04-171-0/+3
| | | | | Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9732
* utf8 literal strings (and possibly a unicode/regex bug)Robin Houston2001-04-172-1/+3
| | | | | Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9730
* Deparse - parenthesise args to undeclared subsRobin Houston2001-04-171-3/+15
| | | | | Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9729
* Re: [PATCH] Fix cwd.t when libpth contains symlinksBenjamin Sugars2001-04-171-23/+23
| | | | | Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain> p4raw-id: //depot/perl@9728
* ambient pragmasRobin Houston2001-04-172-10/+234
| | | | | Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9727
* multiple B::* changesRobin Houston2001-04-174-19/+98
| | | | | Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9725
* Thread-awareness from Doug MacEachern.Jarkko Hietaniemi2001-04-171-2/+2
| | | p4raw-id: //depot/perl@9724
* Make the test more portable.Jarkko Hietaniemi2001-04-171-19/+24
| | | p4raw-id: //depot/perl@9723
* Fix cwd.t when libpth contains symlinksBenjamin Sugars2001-04-171-2/+2
| | | | | Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain> p4raw-id: //depot/perl@9722
* Fix core dump from undef %File::Glob::Benjamin Sugars2001-04-171-0/+1
| | | | | Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9721
* [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OSChris Nandor2001-04-172-9/+18
| | | | | Message-Id: <p05100207b701768712de@[10.0.1.177]> p4raw-id: //depot/perl@9720
* Tweten->WestCasey West2001-04-175-6/+6
| | | | | Message-ID: <20010416121122.B14554@stupid.geeknest.com> p4raw-id: //depot/perl@9719
* Update Changes.Jarkko Hietaniemi2001-04-162-1/+135
| | | p4raw-id: //depot/perl@9718
* Regen toc.Jarkko Hietaniemi2001-04-161-9/+162
| | | p4raw-id: //depot/perl@9717
* updates to apidoc in utf8.cPrymmer/Kahn2001-04-161-20/+25
| | | | | Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9716
* Re: Net::Ping patch, adds stream protocolScott Bronson2001-04-151-116/+281
| | | | | Message-ID: <20010410235833.N29719@rinspin.com> p4raw-id: //depot/perl@9715
* Printing out the ok messages helps successful testing.Jarkko Hietaniemi2001-04-151-3/+10
| | | p4raw-id: //depot/perl@9714
* Update Douglas Wegscheid's email.Jarkko Hietaniemi2001-04-151-1/+1
| | | p4raw-id: //depot/perl@9713
* Testing ExporterMichael G. Schwern2001-04-153-3/+149
| | | | | Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@9712
* Exit via last, part 1Michael G. Schwern2001-04-151-1/+22
| | | | | Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@9711
* Doesn't skip RCS filesMichael G. Schwern2001-04-151-1/+1
| | | | | Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@9710
* Integrate changes #9706,9707 from maintperl into mainline.Jarkko Hietaniemi2001-04-152-18/+45
| | | | | | | | | | | | | | | change#7210 broke .packlist generation ExtUtils::Installed doesn't quote regex metacharacters in paths before using them in match; also make it work for dosish platforms p4raw-link: @9707 on //depot/maint-5.6/perl: db42da4c9800ba185697f6472eccf880cdf1ccee p4raw-link: @9706 on //depot/maint-5.6/perl: cb820f7234868a6a8a82c3314f11a1c3d25756a4 p4raw-link: @7210 on //depot/perl: a9d83807f0f0b611a2eea3bda7bb80eac9d5b104 p4raw-id: //depot/perl@9709 p4raw-integrated: from //depot/maint-5.6/perl@9708 'copy in' lib/ExtUtils/Install.pm (@8642..) 'merge in' lib/ExtUtils/Installed.pm (@5902..)
* Test also the scalar aspect of getitimer().Jarkko Hietaniemi2001-04-151-3/+3
| | | p4raw-id: //depot/perl@9708
* Add interval timer (setitimer, getitimer) support to Time::HiRes.Jarkko Hietaniemi2001-04-153-30/+220
| | | p4raw-id: //depot/perl@9705