summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use to_uni_fold().Jarkko Hietaniemi2002-02-241-6/+1
| | | p4raw-id: //depot/perl@14855
* Document the new taint behaviour of exec LIST andJarkko Hietaniemi2002-02-241-0/+9
| | | | | system LIST. p4raw-id: //depot/perl@14854
* Re: taint newsRick Delaney2002-02-244-28/+80
| | | | | Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> p4raw-id: //depot/perl@14853
* EBCDIC tweak (native instead of uni) and comment update.Jarkko Hietaniemi2002-02-241-5/+6
| | | p4raw-id: //depot/perl@14852
* Using uninitialized (and wrong) variables is not good.Jarkko Hietaniemi2002-02-241-2/+2
| | | p4raw-id: //depot/perl@14851
* EBCDIC: this seems to calm the last of theJarkko Hietaniemi2002-02-242-24/+28
| | | | | Malformed UTF-8 warnings. p4raw-id: //depot/perl@14850
* EBCDIC: document using Encode for character conversions.Jarkko Hietaniemi2002-02-231-0/+26
| | | p4raw-id: //depot/perl@14849
* EBCDIC: disable also Unicode::Collate andJarkko Hietaniemi2002-02-236-48/+67
| | | | | | Unicode::Normalize for now. Real users of EBCDIC have to decide what they want. p4raw-id: //depot/perl@14848
* AUTHORS updates.Jarkko Hietaniemi2002-02-231-1/+6
| | | p4raw-id: //depot/perl@14847
* Retract #14571: there may be a better solution thanJarkko Hietaniemi2002-02-231-41/+6
| | | | | tweaking the test. p4raw-id: //depot/perl@14846
* $Config{prefixexp} for VMS Craig A. Berry2002-02-231-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]> p4raw-id: //depot/perl@14845
* Also Encode/JP needs to be listed explicitly.Jarkko Hietaniemi2002-02-231-2/+4
| | | | | (Any other sub-Encode extensions?) p4raw-id: //depot/perl@14843
* Document known UNICOS/mk deficiency.Jarkko Hietaniemi2002-02-231-0/+6
| | | p4raw-id: //depot/perl@14842
* README mention version 5.0Audrey Tang2002-02-231-1/+1
| | | | | Message-ID: <20020223013522.GA8694@not.autrijus.org> p4raw-id: //depot/perl@14841
* Old hosts like NeXT Classic don't have sort -k,Jarkko Hietaniemi2002-02-231-2/+2
| | | | | from Paul Eggert. p4raw-id: //depot/perl@14839
* Minor clarifications as suggested by Anton Tagunov.Abhijit Menon-Sen2002-02-221-3/+4
| | | p4raw-id: //depot/perl@14838
* Re: Prototype checking on assignment of coderef to typeglobRafael Garcia-Suarez2002-02-222-3/+19
| | | | | Message-Id: <20020222230107.A15069@rafael> p4raw-id: //depot/perl@14837
* In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.Jarkko Hietaniemi2002-02-221-2/+2
| | | p4raw-id: //depot/perl@14835
* Re: Pyrrhic compression in EncodeMichael G. Schwern2002-02-221-2/+7
| | | | | Message-ID: <20020222171027.GB4181@blackrider> p4raw-id: //depot/perl@14834
* Update Changes.Jarkko Hietaniemi2002-02-222-1/+295
| | | p4raw-id: //depot/perl@14833
* Implement IV/UV/NV/long double pack/unpack withJarkko Hietaniemi2002-02-224-47/+227
| | | | | | template letters j/J/F/D (the latter two have been undocumented aliases of f/d). p4raw-id: //depot/perl@14832
* Re: [PATCH++] Re: [PATCH] go faster for Encode's compileNicholas Clark2002-02-221-29/+28
| | | | | Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14831
* NetWare change from Ananth Kesari.Jarkko Hietaniemi2002-02-223-375/+0
| | | p4raw-id: //depot/perl@14830
* pack with a human face: part ]|[Ilya Zakharevich2002-02-223-29/+139
| | | | | Message-ID: <20020222035513.A894@math.ohio-state.edu> p4raw-id: //depot/perl@14829
* EBCDIC: Disable Encode::JP and Encode::Tcl for now.Jarkko Hietaniemi2002-02-222-0/+10
| | | p4raw-id: //depot/perl@14828
* Make measure_struct a file static.Jarkko Hietaniemi2002-02-221-1/+1
| | | p4raw-id: //depot/perl@14827
* EBCDIC: someone who knows what they are doingJarkko Hietaniemi2002-02-222-0/+8
| | | | | | | | | and whether it is possible at all in the first place needs to figure these tests out on EBCDIC. The CJK encodings heavily abuse their knowledge of ASCII and that may require a translation layer or four to survive UTF-EBCDIC. p4raw-id: //depot/perl@14826
* croak() needs context.Jarkko Hietaniemi2002-02-221-30/+30
| | | p4raw-id: //depot/perl@14825
* pack with a human face: the sequelIlya Zakharevich2002-02-227-22/+267
| | | | | Message-ID: <20020221213337.A23848@math.ohio-state.edu> p4raw-id: //depot/perl@14824
* Re: [PATCH++] Re: [PATCH] go faster for Encode's compileNicholas Clark2002-02-221-29/+84
| | | | | Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14823
* Test for #14795.Jarkko Hietaniemi2002-02-211-1/+17
| | | p4raw-id: //depot/perl@14822
* Testing for ASCII in EBCDIC makes one's brain hurt.Jarkko Hietaniemi2002-02-211-9/+14
| | | p4raw-id: //depot/perl@14821
* next batch of bugfixesRafael Garcia-Suarez2002-02-211-3/+7
| | | | | Message-ID: <20020221235441.A17260@rafael> p4raw-id: //depot/perl@14820
* Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , ↵chromatic2002-02-212-3/+17
| | | | | | | Perl 5.6.1) Message-ID: <20020221211823.80922.qmail@onion.perl.org> p4raw-id: //depot/perl@14819
* Externalization from Jatan Shah <jshah@broadcom.com>.Jarkko Hietaniemi2002-02-211-0/+4
| | | p4raw-id: //depot/perl@14818
* Upgrade to Math::BigInt 1.51.Jarkko Hietaniemi2002-02-2125-301/+3113
| | | p4raw-id: //depot/perl@14817
* Re: [PATCH] 'make clobber' on Cygwin brokenGerrit P. Haase2002-02-211-1/+1
| | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <69510538936.20020221212025@familiehaase.de> p4raw-id: //depot/perl@14816
* grouping in pack/unpackIlya Zakharevich2002-02-219-134/+337
| | | | | Message-ID: <20020221060614.A29836@math.ohio-state.edu> p4raw-id: //depot/perl@14815
* question about fs.tNikola Knezevic2002-02-211-4/+18
| | | | | Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@14814
* 'make clobber' on Cygwin broken Gerrit P. Haase2002-02-211-1/+1
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <13576559576.20020221095428@familiehaase.de> p4raw-id: //depot/perl@14813
* typo correctionMark-Jason Dominus2002-02-211-1/+1
| | | | | Message-Id: <20020221154349.22772.qmail@plover.com> p4raw-id: //depot/perl@14812
* No OPf_SPECIAL on OP_ENTERSUB when readline() is overridenRafael Garcia-Suarez2002-02-212-1/+3
| | | | | Message-Id: <20020221152222.A15095@rafael> p4raw-id: //depot/perl@14811
* cosmetic OS/2 patchesIlya Zakharevich2002-02-212-6/+27
| | | | | | Message-Id: <20020221060248.A29705@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14810
* Revert #14805, didn't quite work.Jarkko Hietaniemi2002-02-211-12/+12
| | | p4raw-id: //depot/perl@14807
* Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-211-11/+11
| | | | | Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com> p4raw-id: //depot/perl@14805
* More advice.Jarkko Hietaniemi2002-02-211-2/+9
| | | p4raw-id: //depot/perl@14804
* Missing MANIFESTation.Jarkko Hietaniemi2002-02-211-1/+2
| | | p4raw-id: //depot/perl@14803
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-206-0/+34
| | | | | Message-Id: <20020220231312.GA775@not.autrijus.org> p4raw-id: //depot/perl@14802
* Re: Make Schwern poor in just 20 easy steps!Abe Timmerman2002-02-201-0/+116
| | | | | | Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com> p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@14801
* In EBCDIC the UNI_TO_NATIVE() macro evaluates its argumentJarkko Hietaniemi2002-02-201-2/+4
| | | | | twice, causing the loop to skip every other character. p4raw-id: //depot/perl@14800