summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Keep It Simple and Stupid version of readonly hash support.Nick Ing-Simmons2001-11-061-0/+1
| | | | | | | | | - Test for SvREAONLY(hv) at a few spots in hv.c - add the error message to perldiag.pod - (dubious) add access::readonly() to univeral.c - add test using above - fixup ext/B/t/stash.t to account for access:: existing p4raw-id: //depot/perlio@12874
* Forgot from #12843.Jarkko Hietaniemi2001-11-041-1/+2
| | | p4raw-id: //depot/perl@12844
* Upgrade to Math::BigInt 1.45; from Tels.Jarkko Hietaniemi2001-11-041-12/+14
| | | | | | NOTE: some of the tests are failing but that's because the core integration is not yet done. p4raw-id: //depot/perl@12843
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-0/+2
| | | | | | | from the native eight bit data to Unicode. TODO: \x.. and \0... literals. \N{}. chr()? ord()? p4raw-id: //depot/perl@12750
* Integrate change #12747 from maintperl;Jarkko Hietaniemi2001-10-281-0/+2
| | | | | | | | | | | | | | | | | | | finishing touches to system() fixes on windows: * detect cmd shell correctly even if it had full path in it * more quoting needed for single-arg system if the argument really had multiple quoted arguments within it * be smarter about not calling the shell when the executable has spaces, but otherwise does not need shell involvement * add a testsuite (windows-specific currently) p4raw-link: @12747 on //depot/maint-5.6/perl: 2bab9a31df533a6c8068e22c59c8dfb29a47c95e p4raw-id: //depot/perl@12748 p4raw-branched: from //depot/maint-5.6/perl@12746 'branch in' t/op/system.t t/op/system_tests p4raw-edited: from //depot/maint-5.6/perl@12746 'ignore' pod/perltodo.pod (@8171..) MANIFEST (@11426..) p4raw-integrated: from //depot/maint-5.6/perl@12746 'merge in' win32/win32.c (@12725..)
* Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destructNick Ing-Simmons2001-10-281-0/+1
| | | | | | bug as lib/ExtUtils/Embed.t which tests that and some aspects of ExtUtils::Embed. p4raw-id: //depot/perlio@12729
* Unicode: add the case folding table.Jarkko Hietaniemi2001-10-261-0/+1
| | | p4raw-id: //depot/perl@12689
* Add tests for references in hashes.Artur Bergman2001-10-261-0/+1
| | | p4raw-id: //depot/perl@12670
* Tests shared hashes.Artur Bergman2001-10-251-0/+1
| | | p4raw-id: //depot/perl@12641
* Add support for basic support for AVs, references not supported yet.Artur Bergman2001-10-241-0/+1
| | | | | | | Add test for AVs. Add more tests to sv_refs Fix documentation issues. p4raw-id: //depot/perl@12622
* Implement multicharacter case mappings where a singleJarkko Hietaniemi2001-10-211-3/+0
| | | | | Unicode character can be mapped into several. p4raw-id: //depot/perl@12546
* First support of threads::shared, support shared svs and references.Artur Bergman2001-10-211-0/+6
| | | p4raw-id: //depot/perl@12545
* perlpodspec and perlpod rewrite, draft 3 "final"Sean M. Burke2001-10-211-0/+1
| | | | | Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net> p4raw-id: //depot/perl@12542
* Add the lib/unicore/To/Spec*.pl to the MANIFEST.Jarkko Hietaniemi2001-10-181-0/+3
| | | p4raw-id: //depot/perl@12493
* Add perlintro, from Skud.Jarkko Hietaniemi2001-10-181-0/+1
| | | p4raw-id: //depot/perl@12487
* Test::Simple 0.32Michael G. Schwern2001-10-171-2/+12
| | | | | Message-ID: <20011017034241.A25038@blackrider> p4raw-id: //depot/perl@12472
* perlmodstyle as a patchKirrily Robert2001-10-171-0/+1
| | | | | Message-ID: <20011016224723.A20673@infotrope.net> p4raw-id: //depot/perl@12468
* WIN64 (Itanium) port of Perl 5.6.1Randolf Werner2001-10-161-0/+3
| | | | | Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de> p4raw-id: //depot/perl@12457
* More MANIFEST anomalies.Jarkko Hietaniemi2001-10-131-0/+3
| | | p4raw-id: //depot/perl@12430
* Not that many.Jarkko Hietaniemi2001-10-131-1/+0
| | | p4raw-id: //depot/perl@12429
* Rewrite mktables from scratch.Jarkko Hietaniemi2001-10-131-28/+11
| | | | | | | | | | | | | | | | | | | - Cleaner. - Faster: 15-20 seconds as opposed to several minutes. - More dynamic: the names of the various categories such as the linebreak ones are dynamic, not static. - Is.pl: long names for the general category properties are now available. - Ranges (<... ,First>, <..., Last>) from the general categories work now. - No more mktables.PL because the mktables.PL is not and never has been run to create a mktables. - syllables.txt and Is/Syl*.pl removed: non-standard (not part of the Unicode), and the whole concept is being reworked (http://syllabary.sourceforge.net/), the old way wouldn't even work with the new Syllables.txt (it would result in 1000+ new categories) p4raw-id: //depot/perl@12427
* Upgrade to Math::BigInt 1.44 from Tels andJarkko Hietaniemi2001-10-121-1/+5
| | | | | further fixes from John Peacock. p4raw-id: //depot/perl@12413
* Add Tests for ExtUtils::Packlistchromatic2001-10-111-0/+1
| | | | | Message-ID: <20011010215140.8913.qmail@onion.perl.org> p4raw-id: //depot/perl@12397
* Add Tests forchromatic2001-10-091-0/+1
| | | | | | ExtUtils::Mkbootstrap Message-Id: <20011009061432.46666.qmail@onion.perl.org> p4raw-id: //depot/perl@12374
* Give up the fantasy of having lib/Unicode and lib/unicode:Jarkko Hietaniemi2001-10-071-1/+1
| | | | | | | doesn't work on Mac OS X 10.1 (when unpacking the tar the latter gets renamed as lib/unicode:1, assumedly for security reasons not to overwrite stuff) p4raw-id: //depot/perl@12349
* Add Tests for CPAN::Noxchromatic2001-10-071-0/+1
| | | | | Message-Id: <20011007034754.21057.qmail@onion.perl.org> p4raw-id: //depot/perl@12348
* Add Tests for sigtrap.pmchromatic2001-10-071-0/+1
| | | | | Message-Id: <20011007005801.98381.qmail@onion.perl.org> p4raw-id: //depot/perl@12347
* Yet more Unicode properties.Jarkko Hietaniemi2001-10-041-0/+26
| | | p4raw-id: //depot/perl@12334
* Add the 'Common' Unicode property (code points notJarkko Hietaniemi2001-10-031-0/+1
| | | | | explicitly assigned to any other script). p4raw-id: //depot/perl@12318
* Add tests for Term::Cap chromatic2001-10-011-0/+1
| | | | | Message-ID: <20010930221540.67279.qmail@onion.perl.org> p4raw-id: //depot/perl@12283
* Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.Jarkko Hietaniemi2001-09-301-0/+1
| | | p4raw-id: //depot/perl@12279
* Add tests, clean up Tie::Scalarchromatic2001-09-291-0/+1
| | | | | Message-ID: <20010929032543.58322.qmail@onion.perl.org> p4raw-id: //depot/perl@12265
* Add tests for open.pmchromatic2001-09-281-0/+1
| | | | | Message-ID: <20010928234521.14178.qmail@onion.perl.org> p4raw-id: //depot/perl@12263
* Move the B tests to B/t.Jarkko Hietaniemi2001-09-281-8/+8
| | | p4raw-id: //depot/perl@12256
* Add tests for B::Tersechromatic2001-09-281-0/+1
| | | | | Message-ID: <20010928052747.56587.qmail@onion.perl.org> p4raw-id: //depot/perl@12254
* Increase the amount of time we spend in each thread, and add one that uses ↵Artur Bergman2001-09-261-0/+1
| | | | | | | an anonymous sub. We are using a "delay" here because we do not want to depend on thread synchronization issues. p4raw-id: //depot/perl@12230
* Add in stress_string.t to stress test threads a bit more.Artur Bergman2001-09-261-0/+1
| | | p4raw-id: //depot/perl@12226
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-251-1/+2
| | | | | Note: io/binmode is failing, have to figure out why. p4raw-id: //depot/perl@12198
* AutoSplit.t (was Re: Untested libraries update)Nicholas Clark2001-09-251-0/+1
| | | | | | Message-Id: <20010925003740.S4971@plum.flirble.org> (Further changes expected.) p4raw-id: //depot/perl@12197
* Retract #12136, the warnings::register is alreadyJarkko Hietaniemi2001-09-241-1/+0
| | | | | | tested by t/lib/warnings/9enabled, as pointed out by Paul Marquess. p4raw-id: //depot/perl@12185
* Re: What sort of Makefile.PL should h2xs write?Nicholas Clark2001-09-241-0/+2
| | | | | | | Message-ID: <20010923230055.Y4971@plum.flirble.org> (with "sample_constants" changed to "fallback") p4raw-id: //depot/perl@12169
* Add Tests forchromatic2001-09-231-0/+1
| | | | | | filetest Pragma Message-Id: <20010923181223.32427.qmail@onion.perl.org> p4raw-id: //depot/perl@12161
* Add tests forchromatic2001-09-231-0/+1
| | | | | | Dumpvalue.pm Message-Id: <20010923014628.7739.qmail@onion.perl.org> p4raw-id: //depot/perl@12150
* (Retracted by #12185)chromatic2001-09-221-0/+1
| | | | | | | 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
* More 8.3-cleanup: there isn't an encoding called macRumanian,Jarkko Hietaniemi2001-09-221-1/+1
| | | | | | but the name comes from the inside the file, not from the file name, and Rumanian is the name of the language. p4raw-id: //depot/perl@12133
* Rename perltootc as perltooc for 8.3-friedliness.Jarkko Hietaniemi2001-09-221-1/+1
| | | p4raw-id: //depot/perl@12132
* Find more conflicts by lowercasing.Jarkko Hietaniemi2001-09-221-2/+2
| | | p4raw-id: //depot/perl@12131
* Adds the thread 0.05 module. It is now moved to the core from CPAN.Artur Bergman2001-09-181-0/+7
| | | | | | | 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
* Strip ^iso- from the Encode filenames to be 8.3-friendly,Jarkko Hietaniemi2001-09-181-41/+41
| | | | | ditto ^cns. p4raw-id: //depot/perl@12065
* Add various encodings.Jarkko Hietaniemi2001-09-171-0/+12
| | | p4raw-id: //depot/perl@12063