summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add tests, clean up Tie::Scalarchromatic2001-09-292-1/+77
| | | | | Message-ID: <20010929032543.58322.qmail@onion.perl.org> p4raw-id: //depot/perl@12265
* Allow for more flexibility in the \p{In...} names, nowJarkko Hietaniemi2001-09-295-703/+1032
| | | | | | | case doesn't matter, and any space or dash can be matched by any space, dash, underbar, or empty. (may be going too far on leniency) p4raw-id: //depot/perl@12264
* Add tests for open.pmchromatic2001-09-281-0/+68
| | | | | Message-ID: <20010928234521.14178.qmail@onion.perl.org> p4raw-id: //depot/perl@12263
* [DOC PATCH] Carp.pm pod typoRafael Garcia-Suarez2001-09-281-1/+1
| | | | | Message-ID: <20010928231451.E16889@rafael> p4raw-id: //depot/perl@12261
* Integrate changes #12241 and #12242 from macperl:Jarkko Hietaniemi2001-09-271-8/+8
| | | | | | | | | | | Remove unneeded disabling of umask() calls Note (get|set)sockopt are available. p4raw-link: @12241 on //depot/maint-5.6/macperl: 113e0f7d7f04be69474441a252121e8e322dfb7e p4raw-id: //depot/perl@12245 p4raw-integrated: from //depot/maint-5.6/macperl@12244 'copy in' lib/File/Temp.pm (@11813..) pod/perlport.pod (@12214..)
* Manual integration error in #12235.Jarkko Hietaniemi2001-09-261-2/+2
| | | p4raw-id: //depot/perl@12237
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-2610-238/+894
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12192 11817 11815 11813 11778 11775 Update CPAN.pm to work with new Mac::BuildTools instead of ExtUtils::MM_MacOS "orphan" functions Fix test Make syntax check report in MPW style, fix tests to use Mac::err=unix to get normal-style error messages. More module and test ports from Thomas Wegner et al Fix open of /dev/null for Mac OS Allow for platforms to override formatting of errors on output from Matthias Neeracher (core files) p4raw-id: //depot/perl@12235 p4raw-edited: from //depot/maint-5.6/macperl@12234 'edit in' lib/File/DosGlob.pm t/op/magic.t (@11007..) p4raw-integrated: from //depot/maint-5.6/macperl@12234 'copy in' lib/File/Spec/Mac.pm lib/File/Temp.pm (@11007..) 'merge in' ext/File/Glob/Glob.pm lib/CPAN.pm (@11007..) ext/File/Glob/bsd_glob.c t/base/term.t (@11185..) t/op/runlevel.t (@11198..) t/pod/testp2pt.pl (@11500..) p4raw-integrated: from //depot/maint-5.6/macperl@11815 'merge in' perl.c (@11806..) p4raw-integrated: from //depot/maint-5.6/macperl@11775 'merge in' perl.h pp_ctl.c util.c (@11007..)
* Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)Nicholas Clark2001-09-251-10/+25
| | | | | Message-Id: <20010926012020.B48092@plum.flirble.org> p4raw-id: //depot/perl@12218
* Fixing mysterious TEST failure. (wasMichael G. Schwern2001-09-251-1/+1
| | | | | | Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.) Message-Id: <20010926003821.A627@blackrider> p4raw-id: //depot/perl@12216
* fix test.deparseMichael G. Schwern2001-09-252-9/+12
| | | | | Message-ID: <20010925174349.B19534@blackrider> p4raw-id: //depot/perl@12215
* AutoSplit.t (was Re: Untested libraries update)Nicholas Clark2001-09-251-0/+372
| | | | | | Message-Id: <20010925003740.S4971@plum.flirble.org> (Further changes expected.) p4raw-id: //depot/perl@12197
* Retract #12136, the warnings::register is alreadyJarkko Hietaniemi2001-09-242-96/+0
| | | | | | tested by t/lib/warnings/9enabled, as pointed out by Paul Marquess. p4raw-id: //depot/perl@12185
* File::Spec::catfile() canonifies everything to blackslashes onGurusamy Sarathy2001-09-241-0/+1
| | | | | windows :-( p4raw-id: //depot/perl@12183
* [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in ↵Michael G. Schwern2001-09-241-8/+9
| | | | | | | maniread() on VMS Message-ID: <20010924111213.G27885@blackrider> p4raw-id: //depot/perl@12178
* Clarifying comment to #12164.Jarkko Hietaniemi2001-09-241-1/+2
| | | p4raw-id: //depot/perl@12170
* Re: What sort of Makefile.PL should h2xs write?Nicholas Clark2001-09-242-31/+118
| | | | | | | Message-ID: <20010923230055.Y4971@plum.flirble.org> (with "sample_constants" changed to "fallback") p4raw-id: //depot/perl@12169
* local $/ = "\n";Jeff Pinyan2001-09-241-0/+1
| | | | | Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@12164
* Add Tests forchromatic2001-09-231-0/+51
| | | | | | filetest Pragma Message-Id: <20010923181223.32427.qmail@onion.perl.org> p4raw-id: //depot/perl@12161
* PATCH lib/ExtUtils/Command.tAbe Timmerman2001-09-231-1/+1
| | | | | Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com> p4raw-id: //depot/perl@12159
* Fixing lib/File/Find/t/taint.t on VMSMichael G. Schwern2001-09-231-12/+3
| | | | | Message-Id: <20010923033439.E7005@blackrider> p4raw-id: //depot/perl@12152
* Add tests forchromatic2001-09-232-9/+300
| | | | | | Dumpvalue.pm Message-Id: <20010923014628.7739.qmail@onion.perl.org> p4raw-id: //depot/perl@12150
* Try ExtUtils::Command.t everywhere, not just on Win32Jarkko Hietaniemi2001-09-221-7/+17
| | | | | | (as suggested by NI-S). Also allow running it either in t/ or in the main directory. p4raw-id: //depot/perl@12143
* (Retracted by #12185)chromatic2001-09-222-0/+96
| | | | | | | Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm] Add Tests for warnings::register, Doc Update Message-Id: <20010922154815.32004.qmail@onion.perl.org> p4raw-id: //depot/perl@12136
* Restore things as they were beforeJarkko Hietaniemi2001-09-211-0/+3
| | | | | the backward compatibility police notices. p4raw-id: //depot/perl@12117
* More Cwd from Schwern: make also OS/2 and DOSJarkko Hietaniemi2001-09-211-2/+1
| | | | | | | Cwd agree with File::Spec (that is, native path syntax using \ instead of / -- backward compatibility polic warning) and stop Win32 from using bsd_realpath(). p4raw-id: //depot/perl@12116
* RE: Untested libraries updatePaul Marquess2001-09-211-0/+11
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk> p4raw-id: //depot/perl@12115
* Re: And now the Cwd problem (was Re: chdir.t problem...)Michael G. Schwern2001-09-211-1/+0
| | | | | Message-ID: <20010920225402.A3611@blackrider> p4raw-id: //depot/perl@12114
* avoid v-strings with require/useRonald J. Kimball2001-09-2138-38/+41
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113
* Command.t patch had some errors... sorry.Nikola Knezevic2001-09-201-1/+3
| | | | | Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@12100
* Change #12044 didn't.Abhijit Menon-Sen2001-09-201-130/+119
| | | p4raw-id: //depot/perl@12097
* [patch lib/lib_pm.PL]Stas Bekman2001-09-201-1/+1
| | | | | | Message-Id: <3BA9C995.6010302@stason.org> (Applied by hand.) p4raw-id: //depot/perl@12090
* Only 21 tests, skipping or not.Jarkko Hietaniemi2001-09-201-2/+3
| | | p4raw-id: //depot/perl@12089
* More tests now too.Jarkko Hietaniemi2001-09-191-1/+1
| | | p4raw-id: //depot/perl@12085
* [PATCH] Syncing with Test::Simple 0.19Michael G. Schwern2001-09-1910-21/+61
| | | | | | | | | | | Date: Tue, 18 Sep 2001 19:53:48 -0400 Message-Id: <20010918195348.M585@blackrider> Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST From: Michael G Schwern <schwern@pobox.com> Date: Tue, 18 Sep 2001 22:07:13 -0400 Message-Id: <20010918220713.B19616@blackrider> p4raw-id: //depot/perl@12080
* stat access time is wrong on Win95Nikola Knezevic2001-09-182-7/+5
| | | | | Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@12077
* Deprecate != Depreciate.Abhijit Menon-Sen2001-09-181-1/+1
| | | p4raw-id: //depot/perl@12071
* Getopt::Std cleanupRafael Garcia-Suarez2001-09-182-52/+59
| | | | | Message-Id: <20010918173213.C777@rafael> p4raw-id: //depot/perl@12070
* Re: filename problemsMichael G. Schwern2001-09-171-2/+2
| | | | | Message-ID: <20010917172626.Q585@blackrider> p4raw-id: //depot/perl@12061
* Make CPAN.pm use Digest::MD5Gisle Aas2001-09-172-12/+12
| | | | | | Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com> (Applied by hand.) p4raw-id: //depot/perl@12055
* Bump up versions because of #12041.Jarkko Hietaniemi2001-09-173-3/+3
| | | p4raw-id: //depot/perl@12049
* Bump the version number because of #12042.Jarkko Hietaniemi2001-09-171-1/+1
| | | p4raw-id: //depot/perl@12048
* Re: CPAN.pm needs some hacking chromatic2001-09-171-14/+36
| | | | | Message-ID: <20010916225113.5606.qmail@onion.perl.org> p4raw-id: //depot/perl@12042
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-1626-26/+26
| | | p4raw-id: //depot/perl@12041
* Bump up version numbers.Jarkko Hietaniemi2001-09-1624-24/+24
| | | | | | | | | | | TODO 1: double check that pre-5.6.1 CPAN.pm:s don't try to download 5.8.0 because of the version numbers. Mainly this means using _00 in the core version numbers. TODO 2: the "use 5.005_64" in many modules needs to be changed to, say, "use 5.6.1". p4raw-id: //depot/perl@12040
* Re: Core module version numbers reviewPeter Scott2001-09-161-1/+1
| | | | | Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com> p4raw-id: //depot/perl@12038
* Integrate change #12024 from maintperlJarkko Hietaniemi2001-09-141-7/+6
| | | | | | | | | (a local() precedence bug) p4raw-link: @12024 on //depot/maint-5.6/perl: 1076fa75f4e1273e689e52f8c683e00d5f9f011c p4raw-id: //depot/perl@12025 p4raw-integrated: from //depot/maint-5.6/perl@12023 'copy in' lib/ExtUtils/Install.pm (@9706..)
* Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 onchromatic2001-09-141-1/+1
| | | | | Message-ID: <20010914154936.70059.qmail@onion.perl.org> p4raw-id: //depot/perl@12022
* Hopefully better skipping of the Complete.t testsJarkko Hietaniemi2001-09-141-1/+14
| | | | | in case of not a tty. p4raw-id: //depot/perl@12021
* Execute files of debugger commandsPeter Scott2001-09-141-0/+14
| | | | | Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com> p4raw-id: //depot/perl@12014
* Do stty only if we have stty.Jarkko Hietaniemi2001-09-131-6/+14
| | | | | TODO: non-UNIX platforms. Solaris and /usr/ucb/stty? p4raw-id: //depot/perl@12011