summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Integrate mainlineNick Ing-Simmons2002-01-251-13/+9
| | | | | All but ../lib/Unicode/UCD.t pass. p4raw-id: //depot/perlio@14412
* thread::shared nearly working again - remaining issueNick Ing-Simmons2002-01-231-0/+1
| | | | | | | is references withing shared space. Added bulk test with no threads involved (for debugging) Tuned tests to skip those needing _thrcnt p4raw-id: //depot/perlio@14387
* XS side of new threads::shared designed, coded and compiles,Nick Ing-Simmons2002-01-211-0/+1
| | | | | | and mostly commented but is totaly untested. submit in case anyone wants a preview. p4raw-id: //depot/perlio@14372
* Add new threads/typemap to MANIFESTNick Ing-Simmons2002-01-201-0/+1
| | | p4raw-id: //depot/perlio@14363
* Integrate MANIFESTNick Ing-Simmons2002-01-201-0/+1
| | | | p4raw-id: //depot/perlio@14361 p4raw-integrated: from //depot/perl@14357 'edit in' MANIFEST (@14325..)
* #14352 deleted ext/threads/threads.hJarkko Hietaniemi2002-01-201-1/+0
| | | p4raw-id: //depot/perlio@14357
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-2/+0
| | | | | submit-ing to get to Win32, and as "off site" backup. p4raw-id: //depot/perlio@14352
* Syncing with bleadperl Michael G. Schwern2002-01-181-1/+3
| | | | | Message-ID: <20020118080432.GC7226@blackrider> p4raw-id: //depot/perl@14325
* MM check_hints testMichael G. Schwern2002-01-181-0/+1
| | | | | Message-ID: <20020118012557.GE32762@blackrider> p4raw-id: //depot/perl@14323
* Rename kill_perl to fresh_perl; replace fresh_perl()Jarkko Hietaniemi2002-01-171-1/+1
| | | | | with fresh_perl_is() and fresh_perl_like(). p4raw-id: //depot/perl@14309
* Jeffrey's Unicode adventure continues: unify the In/*.plJarkko Hietaniemi2002-01-161-288/+259
| | | | | | and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce Canonical.pl and Exact.pl. p4raw-id: //depot/perl@14294
* Jeffrey is trying very hard to avoid working on hisJarkko Hietaniemi2002-01-151-7/+8
| | | | | | book, it would seem :-) (better naming, better comments in the files) p4raw-id: //depot/perl@14289
* MM_BeOS from Tels.Jarkko Hietaniemi2002-01-151-0/+2
| | | p4raw-id: //depot/perl@14285
* Throwback.Jarkko Hietaniemi2002-01-151-1/+1
| | | p4raw-id: //depot/perl@14275
* A couple of additional character classes from Jeffrey,Jarkko Hietaniemi2002-01-151-1/+4
| | | | | | | | | | | | hopefully useful in future for internal use for implementing some special cases of casing. Also regenerate once more all the character classes, now without the timestamp. A timestamp would be kind of nice but it's not: having a timestamp in a file means that even if the effective contents of file really didn't change, the file looks as if it changed. p4raw-id: //depot/perl@14274
* Big mktables rewrite from Jeffrey;Jarkko Hietaniemi2002-01-141-182/+171
| | | | | documentation not yet updated. p4raw-id: //depot/perl@14254
* Start a new test category: uni. Much of t/op/patJarkko Hietaniemi2002-01-131-2/+2
| | | | | | | | | should probably be moved here, but holding on that until Jeffrey finishes his big mktables rewrite. Bits and pieces of op/split, op/pack, op/append, op/join, could probably be moved to respective uni tests, too. p4raw-id: //depot/perl@14249
* B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xsMattia Barbon2002-01-121-0/+2
| | | | | Message-ID: <3C3F756C.4581.2E2A938@localhost> p4raw-id: //depot/perl@14216
* Add a new test for is-sprintf-preserving Unicodeness:Jarkko Hietaniemi2002-01-111-0/+1
| | | | | | | #14194 and an old one from kill_perl.t (I could have used sprintf.t, but it's format was quite fixed, and I didn't feel like breaking the format) p4raw-id: //depot/perl@14198
* Re: Magic numbers in B::ConciseStephen McCamant2002-01-111-0/+1
| | | | | Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu> p4raw-id: //depot/perl@14190
* Test::Harness 2.01Michael G. Schwern2002-01-111-3/+16
| | | | | Message-ID: <20020111021123.GA30666@blackrider> p4raw-id: //depot/perl@14182
* Test::Simple/More/Builder/Tutorial 0.41Michael G. Schwern2002-01-111-0/+2
| | | | | Message-ID: <20020111005623.GA13192@blackrider> p4raw-id: //depot/perl@14178
* [Patch @14129] fixes Unicode::NormalizeSADAHIRO Tomoyuki2002-01-091-1/+0
| | | | | Message-Id: <20020110010110.690B.BQW10602@nifty.com> p4raw-id: //depot/perl@14156
* Forgot stress_re.t from MANIFEST.Jarkko Hietaniemi2002-01-091-0/+1
| | | p4raw-id: //depot/perl@14147
* unifold is really an op test since it requiresJarkko Hietaniemi2002-01-081-5/+5
| | | | | | | no external modules for its actual testing: only the unicore CaseFold.txt file, and File::Spec to portably access that file. p4raw-id: //depot/perl@14138
* Math-BigInt v1.49 releasedTels2002-01-081-0/+4
| | | p4raw-id: //depot/perl@14131
* Finish up (ha!) the Unicode case folding;Jarkko Hietaniemi2002-01-051-0/+1
| | | | | enhance regex dumping code. p4raw-id: //depot/perl@14096
* Till the system tests do something non-Win*, better renameJarkko Hietaniemi2002-01-041-1/+1
| | | | | | the test so that people on other platforms don't get confused. (Not win32system, because assumedly there's win64, too.) p4raw-id: //depot/perl@14059
* + Docs and test Abe Timmerman2002-01-041-0/+1
| | | | | Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com> p4raw-id: //depot/perl@14056
* File::Spec & NetWareDave Rolsky2002-01-031-1/+0
| | | | | Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org> p4raw-id: //depot/perl@14045
* threads::shared disablingAndy Bussey2002-01-021-0/+1
| | | | | | | Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com> p4raw-link: @14015 on //depot/perl: 38b0d3dc02713f3c8313d8d82d06f680810942d4 p4raw-id: //depot/perl@14030
* Simon's new perlapi scheme, I hope I got all the pieces.Jarkko Hietaniemi2002-01-021-0/+2
| | | p4raw-id: //depot/perl@14029
* Upgrade to podlators-1.19.Abhijit Menon-Sen2002-01-021-0/+2
| | | p4raw-id: //depot/perl@14013
* Forgotten file.Jarkko Hietaniemi2001-12-311-0/+1
| | | p4raw-id: //depot/perl@13987
* Fix ppport.h for Unix.Jarkko Hietaniemi2001-12-301-3/+4
| | | p4raw-id: //depot/perl@13960
* More Cwd tidy upNick Ing-Simmons2001-12-301-1/+1
| | | p4raw-id: //depot/perl@13947
* Integrate mainlineNick Ing-Simmons2001-12-301-2/+2
| | | p4raw-id: //depot/perl@13945
* Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>Abe Timmerman2001-12-291-0/+1
| | | p4raw-id: //depot/perl@13924
* : ExtUtils::MM_* and File::Spec Dave Rolsky2001-12-241-0/+2
| | | | | Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org> p4raw-id: //depot/perl@13880
* socketpair emulationNicholas Clark2001-12-231-0/+1
| | | | | Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13858
* [REPATCH MANIFEST, ext/re/re.t] Tests for re pragmachromatic2001-12-211-0/+1
| | | | | Message-ID: <20011220231726.23878.qmail@onion.perl.org> p4raw-id: //depot/perl@13827
* Tests for ExtUtils::MM_OS2chromatic2001-12-211-0/+1
| | | | | Message-ID: <20011220230948.18010.qmail@onion.perl.org> p4raw-id: //depot/perl@13825
* Upgrade to Net::Ping 2.09.Jarkko Hietaniemi2001-12-191-0/+9
| | | p4raw-id: //depot/perl@13804
* B::Assembler/B::Disassembler patches and test;Jarkko Hietaniemi2001-12-191-0/+1
| | | | | | | from Wolfgang Laun. TODO: getting perlcc working. p4raw-id: //depot/perl@13802
* portability snagMichael G. Schwern2001-12-191-0/+1
| | | | | Message-ID: <20011219124254.GF8630@blackrider> p4raw-id: //depot/perl@13799
* New test warrants a MANIFEST entry.Jarkko Hietaniemi2001-12-171-0/+1
| | | p4raw-id: //depot/perl@13745
* s/UNIX/Unix/Jarkko Hietaniemi2001-12-171-1/+1
| | | p4raw-id: //depot/perl@13734
* Move ExtUtils tests to lib/ExtUtils/t.Jarkko Hietaniemi2001-12-171-13/+13
| | | p4raw-id: //depot/perl@13733
* [PATCH] MM_Unix tests, and some questionsTels2001-12-171-0/+1
| | | | | | | | | | | Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET) Message-Id: <200112162132.XAA12694@tiku.hut.fi> Subject: Re: [PATCH] MM_Unix tests, and some questions From: Tels <perl_dummy@bloodgate.com> Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET) Message-Id: <200112162332.BAA25411@tiku.hut.fi> p4raw-id: //depot/perl@13732
* Add tests for ExtUtils::Installedchromatic2001-12-161-0/+1
| | | | | Message-ID: <20011216062507.71492.qmail@onion.perl.org> p4raw-id: //depot/perl@13717