summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add Tests for sigtrap.pmchromatic2001-10-071-0/+104
| | | | | Message-Id: <20011007005801.98381.qmail@onion.perl.org> p4raw-id: //depot/perl@12347
* Memoize testsNicholas Clark2001-10-0619-18/+81
| | | | | Message-Id: <20011006180421.J38756@plum.flirble.org> p4raw-id: //depot/perl@12345
* PATCH: Tie::SubstrHashHugo van der Sanden2001-10-041-1/+1
| | | | | Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> p4raw-id: //depot/perl@12336
* Unicode properties saga continues.Jarkko Hietaniemi2001-10-045-493/+466
| | | p4raw-id: //depot/perl@12335
* Yet more Unicode properties.Jarkko Hietaniemi2001-10-0430-328/+4640
| | | p4raw-id: //depot/perl@12334
* 2 more VMS test tweaksCraig A. Berry2001-10-041-0/+1
| | | | | | | Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01> (the lib/Term/Complete.t patched differently by #12332) p4raw-id: //depot/perl@12333
* Restore only if something to restore.Jarkko Hietaniemi2001-10-041-3/+3
| | | p4raw-id: //depot/perl@12332
* Unicode properties: fix L& (the #12319 didn't allow L&,Jarkko Hietaniemi2001-10-031-2/+2
| | | | | | only IsL&) and Inherited (negative lookahead good); add tests for Common, Inherited, and L&. p4raw-id: //depot/perl@12320
* Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.Jarkko Hietaniemi2001-10-031-7/+8
| | | | | (The Unicode standard uses L& quite often.) p4raw-id: //depot/perl@12319
* Add the 'Common' Unicode property (code points notJarkko Hietaniemi2001-10-033-0/+393
| | | | | explicitly assigned to any other script). p4raw-id: //depot/perl@12318
* makemaker@perl.orgMichael G. Schwern2001-10-021-0/+3
| | | | | Message-Id: <20011002170049.A9955@blackrider> p4raw-id: //depot/perl@12312
* Unicode properties: allow also intra(wordbreak)name whitespace,Jarkko Hietaniemi2001-10-022-94/+94
| | | | | not just one single space. p4raw-id: //depot/perl@12309
* Pod::Html makes a poor guess at authorRobert Spier2001-10-021-1/+0
| | | | | Message-ID: <15289.23712.422087.878224@rls.cx> p4raw-id: //depot/perl@12304
* Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)chromatic2001-10-011-44/+47
| | | | | Message-ID: <20011001183251.89148.qmail@onion.perl.org> p4raw-id: //depot/perl@12298
* Better Locale Flutzigation (was Re: lib/open.t and locale tests)chromatic2001-10-011-14/+21
| | | | | Message-ID: <20011001162731.40639.qmail@onion.perl.org> p4raw-id: //depot/perl@12296
* Nuke also the LANG because of glibc.Jarkko Hietaniemi2001-10-011-5/+5
| | | p4raw-id: //depot/perl@12294
* Further tweaks to the Unicode properties.Jarkko Hietaniemi2001-10-011-0/+1
| | | p4raw-id: //depot/perl@12286
* Retract #12284.Jarkko Hietaniemi2001-10-011-1/+1
| | | p4raw-id: //depot/perl@12285
* (Retracted by #12285)Jarkko Hietaniemi2001-10-011-1/+1
| | | p4raw-id: //depot/perl@12284
* Add tests for Term::Cap chromatic2001-10-011-0/+191
| | | | | Message-ID: <20010930221540.67279.qmail@onion.perl.org> p4raw-id: //depot/perl@12283
* Use stty -g to restore the terminal state, do not evenJarkko Hietaniemi2001-10-011-4/+8
| | | | | try to run the tests if stty -g is not available. p4raw-id: //depot/perl@12282
* Cleanup utf8_heavy; allow dropping the In prefix fromJarkko Hietaniemi2001-09-301-41/+43
| | | | | Unicode script/block properties. p4raw-id: //depot/perl@12281
* Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.Jarkko Hietaniemi2001-09-303-24/+146
| | | p4raw-id: //depot/perl@12279
* #12272 wasn't right, it introduced an extra ().Jarkko Hietaniemi2001-09-301-1/+1
| | | p4raw-id: //depot/perl@12278
* Nasty recursion trap if one would match Unicode.Jarkko Hietaniemi2001-09-291-1/+1
| | | p4raw-id: //depot/perl@12272
* More leniency to the \p and \P: now can have whitespaceJarkko Hietaniemi2001-09-291-1/+1
| | | | | | | between the property definition and the curlies; now can invert the property by having a caret between the open curly and the property. p4raw-id: //depot/perl@12269
* 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