summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* The funky final sigma casefolding.Jarkko Hietaniemi2001-12-234-4/+58
| | | p4raw-id: //depot/perl@13866
* Update Changes.Jarkko Hietaniemi2001-12-232-1/+152
| | | p4raw-id: //depot/perl@13865
* Move the \C and \X to pat.t.Jarkko Hietaniemi2001-12-232-4/+8
| | | p4raw-id: //depot/perl@13864
* More logical test ordering.Jarkko Hietaniemi2001-12-231-3/+4
| | | p4raw-id: //depot/perl@13863
* Integrate perlio:Jarkko Hietaniemi2001-12-2312-174/+208
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 13854] Win32 and makedef.pl fall-out of PerlIO/pTHX stuff [ 13853] Put PerlIO stuff inside EXTERN C [ 13852] Add at least the "important" PerlIO_xxxx functions to embed.pl so that they get implicit pTHX_ and we can avoid slow dTHX. p4raw-link: @13854 on //depot/perlio: 3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f p4raw-link: @13853 on //depot/perlio: 582ed04c91818c6c9bf5b51c84f67b7c565925a7 p4raw-link: @13852 on //depot/perlio: e87a358ade5a3dd9a8b192569e18211d76c93743 p4raw-id: //depot/perl@13862
| * Win32 and makedef.pl fall-out of PerlIO/pTHX stuffNick Ing-Simmons2001-12-224-35/+2
| | | | | | p4raw-id: //depot/perlio@13854
| * Put PerlIO stuff inside EXTERN CNick Ing-Simmons2001-12-222-2/+6
| | | | | | p4raw-id: //depot/perlio@13853
| * Add at least the "important" PerlIO_xxxx functions to embed.plNick Ing-Simmons2001-12-228-132/+202
| | | | | | | | | | so that they get implicit pTHX_ and we can avoid slow dTHX. p4raw-id: //depot/perlio@13852
* | Even more \X fixing.Jarkko Hietaniemi2001-12-232-9/+18
| | | | | | p4raw-id: //depot/perl@13861
* | More \X fixing.Jarkko Hietaniemi2001-12-232-10/+28
| | | | | | p4raw-id: //depot/perl@13860
* | Fix encoding pragma.Jarkko Hietaniemi2001-12-231-13/+19
| | | | | | p4raw-id: //depot/perl@13859
* | socketpair emulationNicholas Clark2001-12-2310-2/+389
| | | | | | | | | | Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13858
* | and [BUG] \X and \C fixed, \X still dorked Jeffrey Friedl2001-12-222-0/+5
| | | | | | | | | | | | | | Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com> (partially applied, most of the new tests need to be rethought) p4raw-id: //depot/perl@13857
* | Small tweaks.Jarkko Hietaniemi2001-12-222-5/+14
| | | | | | p4raw-id: //depot/perl@13856
* | Unicode casefolding continues.Jarkko Hietaniemi2001-12-222-41/+148
| | | | | | | | | | (lib/encoding.t still failing.) p4raw-id: //depot/perl@13855
* | Rework the make logic (again).Jarkko Hietaniemi2001-12-221-11/+15
| | | | | | p4raw-id: //depot/perl@13850
* | Integrate perlio:Jarkko Hietaniemi2001-12-223-19/+27
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 13848] The CR at EOF fix earlier broke CR at end-of-buffer. This should be okay for both? [ 13847] Correct checking code which Ilya spotted was tripped by CR at EOF. Also tone down perl -DP tracing of sv_gets. [ 13846] Fix mis-parse of autoloaded usage code by declaring the sub p4raw-link: @13848 on //depot/perlio: a0d1d361c93b39102154ecff3ddb8a1be74034b8 p4raw-link: @13847 on //depot/perlio: ba7abf9d1538e18db741ea51e49e01e9ac1ea8a2 p4raw-link: @13846 on //depot/perlio: f2b27c0ebcd845b38b64790a1a1a6ac3dbdb148e p4raw-id: //depot/perl@13849
| * The CR at EOF fix earlier broke CR at end-of-buffer.Nick Ing-Simmons2001-12-221-5/+15
| | | | | | | | | | This should be okay for both? p4raw-id: //depot/perlio@13848
| * Correct checking code which Ilya spotted was tripped by CR at EOF.Nick Ing-Simmons2001-12-222-10/+6
| | | | | | | | | | Also tone down perl -DP tracing of sv_gets. p4raw-id: //depot/perlio@13847
| * Fix mis-parse of autoloaded usage code by declaring the subNick Ing-Simmons2001-12-221-4/+6
| | | | | | p4raw-id: //depot/perlio@13846
| * Integrate mainline - some fails:Nick Ing-Simmons2001-12-2238-198/+1233
| |\ | |/ |/| | | | | | | | | | | | | Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- ../ext/POSIX/t/posix.t 255 65280 38 9 23.68% 30-38 ../lib/encoding.t 19 2 10.53% 17-18 op/pat.t 770 3 0.39% 754-755 757 p4raw-id: //depot/perlio@13845
* | More Unicode casing fixes.Jarkko Hietaniemi2001-12-222-3/+22
| | | | | | p4raw-id: //depot/perl@13844
* | Unicode casefolding fixes.Jarkko Hietaniemi2001-12-224-15/+53
| | | | | | p4raw-id: //depot/perl@13843
* | __DATA__ and packagesRafael Garcia-Suarez2001-12-211-2/+4
| | | | | | | | | | Message-ID: <20011222000129.A713@rafael> p4raw-id: //depot/perl@13842
* | VOS config from Paul Green.Jarkko Hietaniemi2001-12-211-0/+5
| | | | | | p4raw-id: //depot/perl@13841
* | CreateTTY on OS/2Ilya Zakharevich2001-12-211-41/+49
| | | | | | | | | | Message-ID: <20011221155945.A6806@math.ohio-state.edu> p4raw-id: //depot/perl@13840
* | uninstalled build of modules brokenIlya Zakharevich2001-12-211-3/+4
| | | | | | | | | | Message-ID: <20011221154909.A6760@math.ohio-state.edu> p4raw-id: //depot/perl@13839
* | OS/2 File::* modulesIlya Zakharevich2001-12-212-8/+233
| | | | | | | | | | Message-ID: <20011221154324.A6524@math.ohio-state.edu> p4raw-id: //depot/perl@13838
* | perltie.pod (or what does it mean?)Wolfgang Laun2001-12-211-1/+1
| | | | | | | | | | Message-ID: <3C236353.6625C4C0@alcatel.at> p4raw-id: //depot/perl@13837
* | Further VOS tweaks: the _exe needs to be introducedJarkko Hietaniemi2001-12-212-6/+23
| | | | | | | | | | | | in the very beginning, and the make/gmake needs special VOS logic. p4raw-id: //depot/perl@13835
* | Update Changes.Jarkko Hietaniemi2001-12-212-1/+135
| | | | | | p4raw-id: //depot/perl@13834
* | Also the search for cat needs to be _exe-aware.Jarkko Hietaniemi2001-12-211-5/+5
| | | | | | p4raw-id: //depot/perl@13832
* | ext/B/B/Xref.pm adding "our" recognitionWolfgang Laun2001-12-211-9/+10
| | | | | | | | | | Message-ID: <3C2332C9.7CFED5F2@alcatel.at> p4raw-id: //depot/perl@13831
* | packing I32 with L is not nice, need l; from Wolfgang Laun.Jarkko Hietaniemi2001-12-213-3/+3
| | | | | | p4raw-id: //depot/perl@13830
* | [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-currentH.Merijn Brand2001-12-211-13/+12
| | | | | | | | | | Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@13829
* | A plan is good.Jarkko Hietaniemi2001-12-211-1/+1
| | | | | | p4raw-id: //depot/perl@13828
* | [REPATCH MANIFEST, ext/re/re.t] Tests for re pragmachromatic2001-12-212-0/+66
| | | | | | | | | | Message-ID: <20011220231726.23878.qmail@onion.perl.org> p4raw-id: //depot/perl@13827
* | Synchronize the skippage message.Jarkko Hietaniemi2001-12-211-1/+1
| | | | | | p4raw-id: //depot/perl@13826
* | Tests for ExtUtils::MM_OS2chromatic2001-12-212-0/+271
| | | | | | | | | | Message-ID: <20011220230948.18010.qmail@onion.perl.org> p4raw-id: //depot/perl@13825
* | perlfunc.pod patch re flock via fcntlTye McQueen2001-12-211-0/+4
| | | | | | | | | | Message-Id: <200112202052.fBKKqKH16263@metronet.com> p4raw-id: //depot/perl@13824
* | Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-2112-19/+85
| | | | | | | | | | | | U+...FFFE, U+...FFFF, and characters beyond U+10FFFF (the Unicode maximum code point) warnable offenses. p4raw-id: //depot/perl@13823
* | Sterner admonishment on -t.Jarkko Hietaniemi2001-12-201-4/+5
| | | | | | p4raw-id: //depot/perl@13822
* | minor qr// fixRafael Garcia-Suarez2001-12-201-4/+5
| | | | | | | | | | Message-ID: <20011220225334.A735@rafael> p4raw-id: //depot/perl@13821
* | [PATCH} typo fix in Carp/Heavy.pmRobert Spier2001-12-201-2/+2
| | | | | | | | | | Message-ID: <15394.3416.693353.107334@rls.cx> p4raw-id: //depot/perl@13820
* | Integrate perlio:Jarkko Hietaniemi2001-12-201-10/+11
|\ \ | |/ | | | | | | | | | | | | [ 13815] pTHX_ fixes for :win32 layer p4raw-link: @13815 on //depot/perlio: 5833650dbdc313b4d5a31e4d3a0c7cbd0afff7f2 p4raw-id: //depot/perl@13819
| * pTHX_ fixes for :win32 layerNick Ing-Simmons2001-12-201-10/+11
| | | | | | p4raw-id: //depot/perlio@13815
| * Integrate mainline (mostly) utf8.c does not compile.Nick Ing-Simmons2001-12-2034-280/+808
| | | | | | p4raw-id: //depot/perlio@13814
* | Re: [PATCH pod/perliol.pod] resendStas Bekman2001-12-201-57/+199
| | | | | | | | | | Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org> p4raw-id: //depot/perl@13818
* | Fix up the APIs noone hopefully uses.Jarkko Hietaniemi2001-12-201-3/+15
| | | | | | p4raw-id: //depot/perl@13817
* | Carp.pm caller_info returns wrong info for evalRobert Spier2001-12-202-4/+9
| | | | | | | | | | Message-ID: <15393.4370.605214.548582@rls.cx> p4raw-id: //depot/perl@13816