summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Better debugging info.Jarkko Hietaniemi2002-02-201-8/+14
| | | p4raw-id: //depot/perl@14799
* Re: [PATCH] go faster for Encode's compileNicholas Clark2002-02-201-68/+165
| | | | | Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14798
* Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hostsPaul Eggert2002-02-201-1/+1
| | | | | Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com> p4raw-id: //depot/perl@14797
* Re: Re-posts of some unresolved bleadperl bugreportsHugo van der Sanden2002-02-201-0/+1
| | | | | Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk> p4raw-id: //depot/perl@14795
* perl/Makefile.SH -- care with question markPaul Green2002-02-201-1/+5
| | | | | Message-Id: <200202201723.MAA24639@mailhub1.stratus.com> p4raw-id: //depot/perl@14794
* Forgot from #14790.Jarkko Hietaniemi2002-02-201-2/+21
| | | p4raw-id: //depot/perl@14793
* Update Changes.Jarkko Hietaniemi2002-02-202-1/+238
| | | p4raw-id: //depot/perl@14792
* Integrate change #14778 from maintperl;Jarkko Hietaniemi2002-02-202-0/+10
| | | | | | | | | | | constant folding on the range operator had the effect of disabling peephole optimizations in all the siblings of the range OP; the effect of this was that barewords could escape strictures when they were hiding in such places p4raw-link: @14778 on //depot/maint-5.6/perl: 0ef6625236721d79a74c662bb0d14b11d0d775c2 p4raw-id: //depot/perl@14791 p4raw-integrated: from //depot/maint-5.6/perl@14790 'merge in' op.c (@14439..)
* Re: [ID 20020220.001] pack w with objectsUlrich Pfeifer2002-02-201-1/+7
| | | | | Message-ID: <p5g03wcv38.fsf@de.uu.net> p4raw-id: //depot/perl@14790
* Re: [PATCH] go faster for Encode's compileNicholas Clark2002-02-201-23/+34
| | | | | Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14789
* Regen Glossary.Jarkko Hietaniemi2002-02-203-17/+24
| | | p4raw-id: //depot/perl@14788
* d_Gconvert hints and GlossaryYitzchak Scott-Thoennes2002-02-2010-25/+26
| | | | | Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
* [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-205-9/+9
| | | | | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> p4raw-id: //depot/perl@14784
* [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)Gerrit P. Haase2002-02-201-2/+2
| | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <70348722516.20020220002329@familiehaase.de> p4raw-id: //depot/perl@14782
* Re: Lexical scoping bug with EXPR for EXPR?Nicholas Clark2002-02-201-6/+6
| | | | | | | Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net> (with modifications) p4raw-id: //depot/perl@14781
* NetWare tweak from Ananth Kesari.Jarkko Hietaniemi2002-02-201-3/+4
| | | p4raw-id: //depot/perl@14780
* Fix suggested by Anton Tagunov <tagunov@motor.ru>.Abhijit Menon-Sen2002-02-201-1/+1
| | | p4raw-id: //depot/perl@14779
* Re: Cannot handle date (0, 0, 0, 2, 0, 1970)Graham Barr2002-02-201-5/+4
| | | | | Message-Id: <20020219230847.G66560@pobox.com> p4raw-id: //depot/perl@14777
* [DOCPATCH] C<< >> in Tie::HashNicholas Clark2002-02-191-1/+1
| | | | | Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14776
* Regen doc, regen toc.Jarkko Hietaniemi2002-02-193-117/+151
| | | p4raw-id: //depot/perl@14775