summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Handy script for when one forgets to "dmake clean"Nick Ing-Simmons2000-12-211-0/+1
| | | p4raw-id: //depot/perlio@8226
* This seems to be a stage sane and stable enough to checkin.Jarkko Hietaniemi2000-12-151-12/+9
| | | | | (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124) p4raw-id: //depot/perl@8125
* Integrate perlio:Jarkko Hietaniemi2000-12-141-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8117] Win32 tweaks to get Encode to build - temp hack to makedef.pl till PerlIO is properly "exported". - MSVC dislikes static encpage_t foo[]; so make 'em extern for now. [ 8116] Document the new files p4raw-link: @8117 on //depot/perlio: 18b7339f76ca9f2454845b454e0d2168c487e8ee p4raw-link: @8116 on //depot/perlio: 9a5ca08e7f5b67208359eefb1f4b7db6c2880dcb p4raw-id: //depot/perl@8118
| * Document the new filesNick Ing-Simmons2000-12-141-0/+3
| | | | | | p4raw-id: //depot/perlio@8116
* | MANIFEST new files of #8114.Jarkko Hietaniemi2000-12-141-0/+3
|/ | | p4raw-id: //depot/perl@8115
* Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)Andreas König2000-12-101-0/+1
| | | | | Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de> p4raw-id: //depot/perl@8069
* Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-0/+1
| | | | | | | | | | | | | | | (sysread, recv and write i.e. formats still to do...) Allow :utf8 or :bytes in PerlIO_apply_layers() so that open($fh,">:utf8","name") etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer, so no extra overhead is involved. Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM to a non-utf8 stream. Add initial io/utf8.t Fix SvPVutf8() - sv_2pv() was not expecting to be called with something that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead. p4raw-id: //depot/perlio@8054
* Add ISO 8859-16 encoding. Not a standard yet but seems to beJarkko Hietaniemi2000-12-081-0/+1
| | | | | at the final draft stage. p4raw-id: //depot/perl@8044
* [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS supportAndy Dougherty2000-12-081-0/+1
| | | | | | | | | | | Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST) Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu> Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support From: Andy Dougherty <doughera@lafayette.edu> Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST) Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8036
* Cnt spl.Jarkko Hietaniemi2000-12-081-1/+1
| | | p4raw-id: //depot/perl@8031
* Add test for reverse().Jarkko Hietaniemi2000-12-081-0/+1
| | | p4raw-id: //depot/perl@8030
* Default MANIFEST.SKIP]Michael G. Schwern2000-12-061-0/+1
| | | | | | | | Message-ID: <20001205192121.A6473@blackrider.aocn.com> Add a default MANIFEST skip that ignores things like version control files, editor temporary files, and the Makefile. p4raw-id: //depot/perl@8008
* Continue utf8 dispersal.Jarkko Hietaniemi2000-12-051-0/+1
| | | p4raw-id: //depot/perl@8004
* Split off the UTF-8 decoder tests, make them to check alsoJarkko Hietaniemi2000-12-051-0/+1
| | | | | the error message. p4raw-id: //depot/perl@7996
* Start migrating bits of pragma/utf8 to elsewhereJarkko Hietaniemi2000-12-051-0/+1
| | | | | (since the long term plan is to obsolete 'use utf8'). p4raw-id: //depot/perl@7995
* Get the three different space character classes right under utf8.Jarkko Hietaniemi2000-12-011-0/+2
| | | p4raw-id: //depot/perl@7940
* Forgot to MANIFEST the new Net::hostent test.Jarkko Hietaniemi2000-11-291-0/+1
| | | p4raw-id: //depot/perl@7923
* Make "use Class::Struct 'struct';" work again (broken by #7617);Jarkko Hietaniemi2000-11-291-0/+1
| | | | | add a test for Class::Struct. p4raw-id: //depot/perl@7919
* Add the Encoding table format documentation.Jarkko Hietaniemi2000-11-291-0/+1
| | | p4raw-id: //depot/perl@7908
* Push Filter::Util::Call one level deeper.Jarkko Hietaniemi2000-11-231-5/+5
| | | p4raw-id: //depot/perl@7839
* Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.Jarkko Hietaniemi2000-11-221-0/+6
| | | p4raw-id: //depot/perl@7820
* [perl 7711: EPOC] updatesOlaf Flebbe2000-11-201-0/+1
| | | | | Message-ID: <25575.974658810@www23.gmx.net> p4raw-id: //depot/perl@7758
* ext/re/hints/MSWin32.pl seems to be missing from perlio.Jarkko Hietaniemi2000-11-201-1/+0
| | | p4raw-id: //depot/perl@7757
* Integrate perlio:Jarkko Hietaniemi2000-11-141-1/+3
|\ | | | | | | | | | | | | | | [ 7684] PerlIO #include and #ifdef re-work. p4raw-link: @7684 on //depot/perlio: 76ced9add7b621dfc9d4ecb534aeea8e131a418a p4raw-id: //depot/perl@7685
| * PerlIO #include and #ifdef re-work.Nick Ing-Simmons2000-11-141-1/+3
| | | | | | p4raw-id: //depot/perlio@7684
* | Get PerlIO building on Win32Benjamin Stuhl2000-11-141-0/+1
| | | | | | | | | | Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7679
* | Fix the re extension building for Win32.Benjamin Stuhl2000-11-141-0/+1
| | | | | | | | | | | | Subject: [PATCH perl@7638] Get PerlIO building on Win32 Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com> p4raw-id: //depot/perl@7678
* | Couple of tests from #7660 salvaged.Jarkko Hietaniemi2000-11-131-1/+0
| | | | | | p4raw-id: //depot/perl@7664
* | (Subsumed by #7664)Jarkko Hietaniemi2000-11-121-0/+1
|/ | | p4raw-id: //depot/perl@7660
* Add more encoding tables.Jarkko Hietaniemi2000-11-111-0/+8
| | | p4raw-id: //depot/perl@7640
* README.solarisAndy Dougherty2000-11-101-0/+1
| | | | | Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@7639
* Merge mainlineNick Ing-Simmons2000-11-041-0/+6
|\ | | | | p4raw-id: //depot/perlio@7543
| * Fix the problem discussed inJarkko Hietaniemi2000-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions) Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) Message-Id: <200010160148.EAA14523@alpha.hut.fi> originally from Linc Madison. Also Andreas König's comments taken into account. Some other problems with Tie::SubstrHash fixed: didn't croak when the table exceeded the requested number of entries (as documented) but instead when the number of entries exceeded the size of the table, a croak() had an unnecessary \n, didn't have a CLEAR method, documented that there is no exists(). Didn't fix to be strict-proof because the module uses &foo; and dynamic scope. Added a test script exercizing both first tamely the basic functionality, and then the failure cases reported by Linc Madison. p4raw-id: //depot/perl@7530
| * Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),Edward Avis2000-11-021-0/+1
| | | | | | | | | | | | | | | | fix a autovivification bug in Tie::RefHash, add tests for both. Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk> p4raw-id: //depot/perl@7527
| * add three new EBCDIC Encode-ings && many testsPeter Prymmer2000-10-311-0/+3
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com> p4raw-id: //depot/perl@7498
| * generalize AIX ccversion hack for re extensionPeter Prymmer2000-10-311-0/+1
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com> p4raw-id: //depot/perl@7495
* | PerlIO infrastructure complete.Nick Ing-Simmons2000-11-041-0/+1
|/ | | p4raw-id: //depot/perlio@7539
* The #7476 needs a MANIFEST change, too.Jarkko Hietaniemi2000-10-291-1/+0
| | | p4raw-id: //depot/perl@7477
* Add the repository doc by Malcolm, Sarathy, and by Simon,Jarkko Hietaniemi2000-10-281-0/+1
| | | | | name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>. p4raw-id: //depot/perl@7471
* Retract #7459, the script needs more work.Jarkko Hietaniemi2000-10-271-1/+0
| | | p4raw-id: //depot/perl@7461
* (Retracted by #7461)Jarkko Hietaniemi2000-10-271-0/+1
| | | | | | | Add a shell script for creating/removing symbolic link farms, useful for keeping the source code read-only and doing the builds somewhere else. p4raw-id: //depot/perl@7459
* Do away with the fix_pl.Jarkko Hietaniemi2000-10-271-1/+0
| | | p4raw-id: //depot/perl@7458
* Stratus VOS updates from Paul Green.Jarkko Hietaniemi2000-10-241-3/+6
| | | p4raw-id: //depot/perl@7428
* Tweak the Is* definitions of Unicode character classesJarkko Hietaniemi2000-10-221-1/+1
| | | | | | | | to better match the official categorizations; embrace the official categorizations; add the combining marks as alpha (and -numeric); fix DCinital (a typo and edito) to be DCmedial. p4raw-id: //depot/perl@7394
* Re: [ID 20001020.002] Tie::Array SPLICE method is buggyDaniel Chetlin2000-10-211-0/+1
| | | | | Message-ID: <20001021025703.A2115@darkstar.chetlin.org> p4raw-id: //depot/perl@7393
* NonStop-UX patches from Tom Bates <tom.bates@compaq.com>Jarkko Hietaniemi2000-10-191-0/+1
| | | p4raw-id: //depot/perl@7371
* Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2H.Merijn Brand2000-10-181-0/+1
| | | | | Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7360
* Upgrade to Storable 1.0.3, from Raphael Manfredi.Jarkko Hietaniemi2000-10-031-0/+2
| | | p4raw-id: //depot/perl@7132
* Encode nits.Jarkko Hietaniemi2000-10-031-0/+1
| | | p4raw-id: //depot/perl@7131
* Add encoding tables from tcl8.3.2 and perl code in Encode.pmNick Ing-Simmons2000-10-011-4/+73
| | | | | | To read and use them. Add a lib/encode.t which checks a few things. p4raw-id: //depot/perl@7105