summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Integrate perlio:Jarkko Hietaniemi2001-03-241-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 9322] Routine Win32 regen_config_h - no real changes. [ 9321] PerlIO fixups for Win32: - provide win33_popenlist() - non-functional as yet. - avoid need for aTHX in PerlIO_debug calls - even if not enabled args are still evaluated so Win32 has trouble during fork(). - Add PerlIO/Scalar to list of extensions in win32/makefile.mk - Fixup makedef.pl for latest set of symbols. [ 9320] POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined was gibberish - broke it on WIn32 at least. [ 9319] Generated files. [ 9318] Implement: 1. open($fh,"+<",undef); # add test to t/io/open.t 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t p4raw-link: @9322 on //depot/perlio: e009d45070febfef5a59a9468c3cb4e6ad05051f p4raw-link: @9321 on //depot/perlio: 8c0134a884f927d58f584b87281e5a27133cbf8f p4raw-link: @9320 on //depot/perlio: 5dd1177c222be3aa5f44de160a952953bc5703a5 p4raw-link: @9319 on //depot/perlio: c60e0e098045567c2313456d074b4094292b050c p4raw-link: @9318 on //depot/perlio: f6c77cf1bf4d7cb2c7a64dd7608120b471f84062 p4raw-id: //depot/perl@9323
| * Implement:Nick Ing-Simmons2001-03-241-0/+4
| | | | | | | | | | | | 1. open($fh,"+<",undef); # add test to t/io/open.t 2. open($fh,"+<",\$var); # New test t/lib/io_scalar.t p4raw-id: //depot/perlio@9318
* | Integrate perlio:Jarkko Hietaniemi2001-03-231-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 9314] Perlio internals re-organized. - open process creates AV of layer/arg pairs (appends layers from open() or open.pm to default list). - push arg is now an SV. - layer ->Open get passed the AV - open is no longer mandatory method. - topmost layer that has ->Open method does the open - any layers above are pushed once that returns. - vtable re-ordered so dummy layers need only provide push/pop methods. [ 9313] Check in a stable (working) version before next round of tweaks. Changes include: - Move default layers code out of doio.c and into perlio.c - Single routine for parsing layer specification strings. - Skeleton support for demand loading of layers - Core-dump avoidance if PERLIO environment specifies loadable layer (does not _work_ as need IO to load and need load to do IO ...) [ 9305] Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff. [ 9304] Render -Duseperlio functional again. - this is "quick fix" which calls PerlIO_apply_layers after opening, which is what old scheme did. New scheme needs to change that to make open(...,\$scalar) etc. work but this will do for now. [ 9303] Avoid "reopen" semantics for time being. Fix bug in dup logic. -Uuseperlio now works again. -Duseperlio is still poorly. Don't merge yet... [ 9302] Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!") type code. - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which is its main caller. In particular now has access to "extra" args, and can tell when an open handle is "reopened" (or duped?). - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn(). - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on PerlIO_open() et. al. (i.e. other way round). - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open with args close to PerlIO_openn(). p4raw-link: @9314 on //depot/perlio: e3f3bf95bcb81efe35cb0f0d3e3528d5c002dcec p4raw-link: @9313 on //depot/perlio: 1141d9f89ca1cb89e46951e8afc784c7b4862cd2 p4raw-link: @9305 on //depot/perlio: a999f61be32148694ba1c2837b1a303e42fd96b1 p4raw-link: @9304 on //depot/perlio: 5e334b7bcf49bf053aa25da896a1ff98c12dd228 p4raw-link: @9303 on //depot/perlio: 6e60e805618a52942747f76233ecc85135a964e3 p4raw-link: @9302 on //depot/perlio: ee518936bd3eee0065c20591f5182f733dadd4bd p4raw-id: //depot/perl@9316
| * Check in a stable (working) version before next round of tweaks.Nick Ing-Simmons2001-03-231-0/+1
| | | | | | | | | | | | | | | | | | | | Changes include: - Move default layers code out of doio.c and into perlio.c - Single routine for parsing layer specification strings. - Skeleton support for demand loading of layers - Core-dump avoidance if PERLIO environment specifies loadable layer (does not _work_ as need IO to load and need load to do IO ...) p4raw-id: //depot/perlio@9313
* | Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.Jarkko Hietaniemi2001-03-231-1/+0
| | | | | | p4raw-id: //depot/perl@9311
* | Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.Jarkko Hietaniemi2001-03-231-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - bump the version to 2.14 - drop the base64 tests since they require MIME::Base64 - drop the rfc1321.txt - drop the hints/dec_osf.pl since it's only needed for pre-5.005_03 Perls Todo: - the U32 alignment testing is now removed; it needs to be reintroduced as as a Config variable (meaning also as a Configure test) - get the new EBCDIC md5sum for MD5.pm - test in Win32 to see how badly I botched the makefiles p4raw-id: //depot/perl@9308
* | Integrate perlio:Jarkko Hietaniemi2001-03-171-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 9186] MANIFEST addition :-( [ 9185] Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e. a superset of ASCII are invariant under the encoding. This is EBCDIC friendly as an encoded string can be looked at as being EBCDIC by lexer sprintf("0",...) etc. in same manner that a UTF-8 string be considered ASCII on ASCII machines. - re-arrange utf8.h to get ASCII specific vs Unicode generic bits seperate. - Add some more macros to comprehend different shift amounts and possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them. - add utfebcdic.h which provides UTF-EBCDIC versions of the macros, and conditionally #include it. EBCDIC build as yet untested. ASCII still fails the one test. [ 9184] Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT p4raw-link: @9186 on //depot/perlio: 57ce1777e628f108f670a828f77ce6475bb81e32 p4raw-link: @9185 on //depot/perlio: 1d72bdf6104ef56ab17c3abedf522be0125851c7 p4raw-link: @9184 on //depot/perlio: d742c382eed38a7010c93d369ad6896d826c21d6 p4raw-id: //depot/perl@9188
| * MANIFEST addition :-(Nick Ing-Simmons2001-03-171-0/+1
| | | | | | p4raw-id: //depot/perlio@9186
| * Integrate mainline.Nick Ing-Simmons2001-03-171-0/+11
| |\ | |/ |/| p4raw-id: //depot/perlio@9181
| * Integrate mainlineNick Ing-Simmons2001-03-141-0/+1
| |\ | | | | | | p4raw-id: //depot/perlio@9159
| * \ Integrate mainline.Nick Ing-Simmons2001-03-131-1/+13
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@9127
| * \ \ Integrate mainline.Nick Ing-Simmons2001-03-121-0/+1
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@9111
| * \ \ \ Integrate mainline (does not build - sv_catpvf issue in dump.c)Nick Ing-Simmons2001-03-091-0/+2
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@9093
* | | | | | Re: Another Borland C++ problem.Vadim Konovalov2001-03-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad> Borland filename case problem. p4raw-id: //depot/perl@9171
* | | | | | Add Locale::Codes 1.06, from Neil Bowers.Jarkko Hietaniemi2001-03-151-0/+10
| |_|_|_|/ |/| | | | | | | | | p4raw-id: //depot/perl@9170
* | | | | Re: [ID 20010309.004] my-variables lose values while goto'ing within a ↵Robin Houston2001-03-141-0/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | for(;;)-loop Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9139
* | | | Add Switch 2.01, resort MANIFEST (forgot that in #9117)Jarkko Hietaniemi2001-03-131-11/+13
| | | | | | | | | | | | p4raw-id: //depot/perl@9118
* | | | Add Text::Balanced 1.83.Jarkko Hietaniemi2001-03-131-0/+10
| |_|/ |/| | | | | p4raw-id: //depot/perl@9117
* | | Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-121-0/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix memory leak in C<sub X { sub {} }> arising from a refcount loop between the outer sub and the inner prototype anonsub this also enables closures returned by subroutines that subsequently get redefined to work without generating coredumps :) completely removed the free_closures() hack--it shouldn't be needed anymore p4raw-link: @9108 on //depot/maint-5.6/perl: 1cf1f64f42eb50a67f2427ff9d6d24023a2b9997 p4raw-id: //depot/perl@9109 p4raw-branched: from //depot/maint-5.6/perl@9107 'branch in' t/op/anonsub.t p4raw-integrated: from //depot/maint-5.6/perl@9107 'merge in' sv.c (@8871..) embed.h (@8886..) pod/perlapi.pod proto.h (@8993..) embed.pl (@8995..) MANIFEST (@9030..) op.c op.h (@9055..) pp_ctl.c (@9076..)
* | A modified version ofanders@broadcom.com2001-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [ID 20010307.005] POSIX::sigaction has various problems Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com> Currently the sigaction.t test #6 fails (and is fudged to look like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86). This may well be a genuine bug in Linux sigaction() (since at least Tru64, Solaris, and HP-UX disagree with Linux). Anyone with POSIX / SUSv2 tome handy? The problem is that the flags of the oldaction don't match with the flags in the previously installed disposition. p4raw-id: //depot/perl@9086
* | It's Scripts.txt, not Script.txt.Jarkko Hietaniemi2001-03-081-1/+1
| | | | | | p4raw-id: //depot/perl@9080
* | Upgrade to Unicode 3.1 beta 2001-03-01.Jarkko Hietaniemi2001-03-081-0/+1
| | | | | | p4raw-id: //depot/perl@9077
* | Integrate perlio:Jarkko Hietaniemi2001-03-051-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | [ 9052] skipping USE_PERLIO symbols correction. [ 9051] More Encode alias tidying. p4raw-link: @9052 on //depot/perlio: 5138f91426baaaf2b1b29e96c14ea3e0fa029755 p4raw-link: @9051 on //depot/perlio: 016cb72cf9c105870bee6a8400914494bc6b9d12 p4raw-id: //depot/perl@9053
| * More Encode alias tidying.Nick Ing-Simmons2001-03-051-0/+1
| | | | | | p4raw-id: //depot/perlio@9051
* | Integrate perlio:Jarkko Hietaniemi2001-03-051-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | [ 9043] Update MANIFEST for new test. [ 9042] Some tests for Camel 3rd edition features. Make gethostbyaddr() test in above work. p4raw-link: @9043 on //depot/perlio: ddc2b5face5a2af5dff28b9b205dfa4b76f5c8e1 p4raw-link: @9042 on //depot/perlio: 595ae48196d4b0901d4a1aee37333fa960a6031f p4raw-id: //depot/perl@9046
| * Update MANIFEST for new test.Nick Ing-Simmons2001-03-051-0/+1
|/ | | p4raw-id: //depot/perlio@9043
* Missed added file.Nick Ing-Simmons2001-03-051-0/+1
| | | p4raw-id: //depot/perlio@9039
* Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-281-1/+0
| | | | | | | retract toke.c/qu parts of #8583, retract #8485, retract or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl, op/length.t, and MANIFEST, and delete t/op/qu.t. p4raw-id: //depot/perl@8967
* fixing t/pod/find.t, running t/podMichael G. Schwern2001-02-241-0/+1
| | | | | | | Message-ID: <20010223032137.A26022@magnonel.guild.net> plus Charles Lane's fixes, plus tweaks. p4raw-id: //depot/perl@8921
* Adding in TestSetup.pm to replace BEGIN preamble on tests.Michael G. Schwern2001-02-181-0/+1
| | | | | | | Message-ID: <20010218134435.A17544@magnonel.guild.net> Applied, but as t/TestInit.pm. p4raw-id: //depot/perl@8829
* Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)Michael G. Schwern2001-02-181-0/+1
| | | | | | | Message-ID: <20010218011135.A19957@magnonel.guild.net> Revive mjd's and Simon's PERL5OPT fix. p4raw-id: //depot/perl@8822
* Re: Why t/TEST and not Test::Harness?Michael G. Schwern2001-02-181-1/+0
| | | | | | | Message-ID: <20010217224444.A6679@magnonel.guild.net> Replace UTEST with TEST -utf8. p4raw-id: //depot/perl@8821
* Sort the MANIFEST.Jarkko Hietaniemi2001-02-131-1/+1
| | | p4raw-id: //depot/perl@8795
* Merge ebcdic.c (only one function, ebcdic_control()) into util.c.Jarkko Hietaniemi2001-02-131-1/+0
| | | p4raw-id: //depot/perl@8783
* Re: [PATCH] pod/perlclib.pod - Replacements for C library functionsSimon Cozens2001-02-111-0/+1
| | | | | Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk> p4raw-id: //depot/perl@8772
* Upgrade to Unicode 3.1 beta 2001-02-11.Jarkko Hietaniemi2001-02-111-3/+5
| | | | | | | | | | | | | Blocks-4d3.beta.txt CaseFolding-3d4.beta.txt CompositionExclusions-3d6.beta.txt EastAsianWidth-4d4.beta.txt LineBreak-6d3.beta.txt NamesList-3.1.0d1.beta.txt PropList-3.1.0d4.beta.txt SpecialCasing-4d1.beta.txt UnicodeData-3.1.0d6.beta.txt p4raw-id: //depot/perl@8771
* Rename README.posix-bc to README.bs2000 to avoid confusionJarkko Hietaniemi2001-02-091-1/+1
| | | | | | when people think that perlposix-bc.pod tells anything about Perl and POSIX. Regen toc. p4raw-id: //depot/perl@8730
* provide EBCDIC CGI::Util::escape() and testPeter Prymmer2001-02-091-0/+1
| | | | | Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com> p4raw-id: //depot/perl@8726
* New improved test harnessMichael G. Schwern2001-02-041-0/+13
| | | | | | Subject: Re: [PATCH Test::Harness] Third time's a charm? Message-Id: <20010204080120.G10493@blackrider.aocn.com> p4raw-id: //depot/perl@8691
* Add pod/perliol.pod to MANIFEST :-(Nick Ing-Simmons2001-01-281-1/+2
| | | p4raw-id: //depot/perlio@8582
* Add the .ucm encoding tables to the MANIFEST.Jarkko Hietaniemi2001-01-221-0/+21
| | | p4raw-id: //depot/perl@8513
* partial support for dynaloading on OS/390Peter Prymmer2001-01-201-0/+1
| | | | | Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com> p4raw-id: //depot/perl@8487
* Document and test the new qu operator.Jarkko Hietaniemi2001-01-201-0/+1
| | | p4raw-id: //depot/perl@8485
* Add Schwern's 1_compile test. The compile_module script renamedJarkko Hietaniemi2001-01-181-0/+2
| | | | | to be a bit shorter for the 8.3 people. p4raw-id: //depot/perl@8471
* B::Concise -- an improved replacement for B::Terse Stephen McCamant2001-01-121-0/+1
| | | | | Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu> p4raw-id: //depot/perl@8424
* more UTF8 test suites and an UTF8 patchInaba Hiroto2000-12-301-0/+1
| | | | | | | | Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> Just the patch part for now, and the pragma renamed as unicode::distinct. p4raw-id: //depot/perl@8267
* podlators 1.06 releasedRuss Allbery2000-12-291-0/+1
| | | | | Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@8259
* 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