summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The sharedsv_space* are variables, not code. Duh.Jarkko Hietaniemi2001-09-202-3/+3
| | | p4raw-id: //depot/perl@12091
* [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
* New exported symbols.Jarkko Hietaniemi2001-09-191-0/+2
| | | p4raw-id: //depot/perl@12088
* Update Changes.Jarkko Hietaniemi2001-09-192-1/+293
| | | p4raw-id: //depot/perl@12087
* Correct numbering of the tests is useful.Jarkko Hietaniemi2001-09-191-7/+7
| | | p4raw-id: //depot/perl@12086
* More tests now too.Jarkko Hietaniemi2001-09-191-1/+1
| | | p4raw-id: //depot/perl@12085
* More tests now.Jarkko Hietaniemi2001-09-191-1/+1
| | | p4raw-id: //depot/perl@12084
* The test assumed 7-bit ASCII. Now it "just"Jarkko Hietaniemi2001-09-191-2/+2
| | | | | assumes 8-bit whatever. p4raw-id: //depot/perl@12083
* Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-currentH.Merijn Brand2001-09-191-1/+1
| | | | | | | Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl> Lvalue casts are not portable. p4raw-id: //depot/perl@12082
* Make the basic test contain only realy basic API testsArtur Bergman2001-09-191-50/+49
| | | | | Seems to be a problem with detach. p4raw-id: //depot/perl@12081
* [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
* Indent the test a bit.Jarkko Hietaniemi2001-09-191-7/+15
| | | p4raw-id: //depot/perl@12079
* added tainting for getcwd for Win32Nikola Knezevic2001-09-181-0/+4
| | | | | Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@12078
* 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
* Re: [PATCH] t/op/crypt.tMichael G. Schwern2001-09-181-1/+18
| | | | | Message-Id: <20010918184714.I585@blackrider> p4raw-id: //depot/perl@12076
* two test failuresRafael Garcia-Suarez2001-09-181-0/+10
| | | | | | | | Message-ID: <20010918221702.A17408@rafael> partly applied, #12074 already fixed half the patch p4raw-link: @12071 on //depot/perl: 6facdfffe71025525d0728c47e940e0df82f9b65 p4raw-id: //depot/perl@12075
* Fixes test case failure introduced by #12071, the warning isArtur Bergman2001-09-181-1/+1
| | | | | now correctly spelled :-) p4raw-id: //depot/perl@12074
* Make the test behave properly!Artur Bergman2001-09-181-28/+41
| | | p4raw-id: //depot/perl@12073
* OP_RCATLINE is an SVOP, not a BASEOP.Abhijit Menon-Sen2001-09-182-2/+2
| | | p4raw-id: //depot/perl@12072
* Deprecate != Depreciate.Abhijit Menon-Sen2001-09-183-3/+3
| | | p4raw-id: //depot/perl@12071
* Getopt::Std cleanupRafael Garcia-Suarez2001-09-182-52/+59
| | | | | Message-Id: <20010918173213.C777@rafael> p4raw-id: //depot/perl@12070
* Forgot the makefileArtur Bergman2001-09-181-0/+27
| | | p4raw-id: //depot/perl@12069
* Adds the thread 0.05 module. It is now moved to the core from CPAN.Artur Bergman2001-09-187-0/+788
| | | | | | | The test will fail because of Test.pm not knowing about threads. basic needs to be manually tested compile time warnings on IV2PTR conversions need to be fixed p4raw-id: //depot/perl@12068
* DJGPP tweak from Laszlo Molnar.Jarkko Hietaniemi2001-09-181-1/+2
| | | p4raw-id: //depot/perl@12067
* Changed how ownership of mutexes are held. We never hold a mutex only a slot ↵Artur Bergman2001-09-182-4/+21
| | | | | indicating that we own the lock. p4raw-id: //depot/perl@12066
* Strip ^iso- from the Encode filenames to be 8.3-friendly,Jarkko Hietaniemi2001-09-1842-43/+43
| | | | | ditto ^cns. p4raw-id: //depot/perl@12065
* Must Uppercase.Jarkko Hietaniemi2001-09-171-1/+1
| | | p4raw-id: //depot/perl@12064
* Add various encodings.Jarkko Hietaniemi2001-09-1714-6/+1758
| | | p4raw-id: //depot/perl@12063
* lib/unicode relic.Jarkko Hietaniemi2001-09-171-1/+2
| | | p4raw-id: //depot/perl@12062
* Re: filename problemsMichael G. Schwern2001-09-174-6/+6
| | | | | Message-ID: <20010917172626.Q585@blackrider> p4raw-id: //depot/perl@12061
* Explicitly explain the 1e9 seconds, not everybodyJarkko Hietaniemi2001-09-171-11/+12
| | | | | is a C geek. p4raw-id: //depot/perl@12060
* Explain an apparent bug reported byJarkko Hietaniemi2001-09-171-0/+13
| | | | | | Richard J. Barbalace <rjbarbal@MIT.EDU>, with additional explanation from Gisle Aas. p4raw-id: //depot/perl@12059
* new testsRafael Garcia-Suarez2001-09-172-7/+51
| | | | | Message-Id: <20010917224805.C11744@rafael> p4raw-id: //depot/perl@12058
* Its a nit!Abhijit Menon-Sen2001-09-171-1/+1
| | | p4raw-id: //depot/perl@12057
* waitpid enhancements for VMSCraig A. Berry2001-09-171-21/+139
| | | | | Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01> p4raw-id: //depot/perl@12056
* 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
* Update Changes.Jarkko Hietaniemi2001-09-172-1/+246
| | | p4raw-id: //depot/perl@12054
* Adding new files to the MANIFEST is always nice.Jarkko Hietaniemi2001-09-171-0/+1
| | | p4raw-id: //depot/perl@12053
* Reindent the PerlIO files (suggested by NI-S), usedJarkko Hietaniemi2001-09-173-3007/+2948
| | | | | | | | | indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t (GNU indent). Note that wholesale re-indenting might be nice, but that would break nice formatting/alignment of assignments, equality testing, and complex boolean expressions with lots of &s and |s. p4raw-id: //depot/perl@12052
* Add a script for being 8.3-polite.Jarkko Hietaniemi2001-09-172-0/+42
| | | | | The found conflicts are being worked on. p4raw-id: //depot/perl@12051
* Fixes coredump introduced by 11755 and 11790. Thanks to Doug forArtur Bergman2001-09-171-4/+10
| | | | | finding it. p4raw-id: //depot/perl@12050
* Bump up versions because of #12041.Jarkko Hietaniemi2001-09-176-6/+6
| | | p4raw-id: //depot/perl@12049
* Bump the version number because of #12042.Jarkko Hietaniemi2001-09-171-1/+1
| | | p4raw-id: //depot/perl@12048
* Re: [PATCH] turn $a.=<F> into an RCATLINEAbhijit Menon-Sen2001-09-171-3/+5
| | | | | Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org> p4raw-id: //depot/perl@12047
* Re: t/op/ver.t using skip() improperlychromatic2001-09-171-2/+2
| | | | | Message-ID: <20010917062713.47716.qmail@onion.perl.org> p4raw-id: //depot/perl@12046
* Major POD rewrite of constant.pmIlmari Karonen2001-09-170-0/+0
| | | | | | Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka> (And $VERSION = '1.05'.) p4raw-id: //depot/perl@12044
* Re: [BUG?] chdir(undef) == chdir() probably a bugMichael G. Schwern2001-09-173-19/+83
| | | | | | Message-Id: <20010917074904.V1588@blackrider> (Applied with tweaks to chdir.t and pp_sys.c hunks.) p4raw-id: //depot/perl@12043
* 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-1633-33/+33
| | | p4raw-id: //depot/perl@12041