summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More regression tests for caller() and fix one bug of #16658.Rafael Garcia-Suarez2002-05-172-10/+29
| | | p4raw-id: //depot/perl@16662
* Integrate perlio:Jarkko Hietaniemi2002-05-173-7/+24
|\ | | | | | | | | | | | | | | | | | | | | [ 16657] Fix the crlf.t buffer leak - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf flagged it because it is more often popped without stream being closed. - Define non-noop PerlIOBuf_popped(), use it and export it. p4raw-link: @16657 on //depot/perlio: 44798d05173226aecbb6247375cc88a9dd809540 p4raw-id: //depot/perl@16661
| * Fix the crlf.t buffer leakNick Ing-Simmons2002-05-173-7/+24
| | | | | | | | | | | | | | | | - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf flagged it because it is more often popped without stream being closed. - Define non-noop PerlIOBuf_popped(), use it and export it. p4raw-id: //depot/perlio@16657
| * Integrate mainlineNick Ing-Simmons2002-05-1728-232/+578
| |\ | | | | | | p4raw-id: //depot/perlio@16655
| * \ Integrate mainlineNick Ing-Simmons2002-05-1740-162/+364
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@16645
* | | | Add a note about Cwd::fastcwd() returning tainted data.Rafael Garcia-Suarez2002-05-171-11/+15
| | | | | | | | | | | | | | | | | | | | Sort modules alphabetically. p4raw-id: //depot/perl@16660
* | | | Remove O from the untested modules list.Rafael Garcia-Suarez2002-05-171-1/+0
| | | | | | | | | | | | p4raw-id: //depot/perl@16659
* | | | Fix bug 20020517.003 : segfault with caller().Rafael Garcia-Suarez2002-05-173-4/+58
| | | | | | | | | | | | | | | | | | | | Add regression tests for caller. p4raw-id: //depot/perl@16658
* | | | PERL_HASH() casting games so that our hashed data is "unsignedJarkko Hietaniemi2002-05-175-17/+24
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | char" but old code using just a "char" doesn't need changes. (The change is using a temporary pointer instead of a direct cast to unsigned char* which would blindly cast anything, not just char pointers.) (The problem arose in MacOS Classic, as seen by Pudge, the cure by Nicholas Clark.) p4raw-id: //depot/perl@16656
* | | Update Changes.Jarkko Hietaniemi2002-05-172-1/+295
| | | | | | | | | p4raw-id: //depot/perl@16654
* | | FAQ sync.Jarkko Hietaniemi2002-05-172-9/+31
| | | | | | | | | p4raw-id: //depot/perl@16653
* | | Forgot from #16628.Jarkko Hietaniemi2002-05-171-0/+1
| | | | | | | | | p4raw-id: //depot/perl@16652
* | | STDERR noise.Jarkko Hietaniemi2002-05-171-1/+1
| | | | | | | | | p4raw-id: //depot/perl@16644
* | | Upgrade to Switch 2.07.Jarkko Hietaniemi2002-05-176-146/+160
| | | | | | | | | p4raw-id: //depot/perl@16643
* | | Missed hunk in #16641.Jarkko Hietaniemi2002-05-171-0/+15
| | | | | | | | | p4raw-id: //depot/perl@16642
* | | Upgrade to Filter::Simple 0.78.Jarkko Hietaniemi2002-05-177-14/+27
| | | | | | | | | | | | | | | (Keep #14432, let Damian know of it.) p4raw-id: //depot/perl@16641
* | | More Third Degree.Jarkko Hietaniemi2002-05-171-3/+4
| | | | | | | | | p4raw-id: //depot/perl@16640
* | | Third Degree tweaks.Jarkko Hietaniemi2002-05-172-17/+6
| | | | | | | | | p4raw-id: //depot/perl@16639
* | | Purify: dl_last_error was leaking.Jarkko Hietaniemi2002-05-161-10/+4
| | | | | | | | | p4raw-id: //depot/perl@16638
* | | perltoc ref.Chris Ball2002-05-161-0/+3
| | | | | | | | | | | | | | | Message-ID: <86lmajvpkp.fsf@void.printf.net> p4raw-id: //depot/perl@16637
* | | lib/ExtUtils/t/Constant.t on VMSCraig A. Berry2002-05-161-1/+2
| | | | | | | | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01> p4raw-id: //depot/perl@16636
* | | Make Cwd::fastcwd() return a tainted value.Rafael Garcia-Suarez2002-05-163-13/+20
| | | | | | | | | | | | | | | | | | Add regression tests for taint-safety of the *cwd() functions. p4raw-id: //depot/perl@16635
* | | Re: AIX warning in hints regarding gccH.Merijn Brand2002-05-161-20/+12
| |/ |/| | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16634
* | Update the test statuses.Jarkko Hietaniemi2002-05-161-4/+15
| | | | | | p4raw-id: //depot/perl@16633
* | The UDP sockpair failure seems to have magicallyJarkko Hietaniemi2002-05-161-2/+1
| | | | | | | | | | | | disappeared from both UNICOSes. (One gets "UNEXPECTEDLY SUCCEEDED".) p4raw-id: //depot/perl@16632
* | Brokenness of restricted hashes with Storable on EBCDICJarkko Hietaniemi2002-05-161-5/+0
| | | | | | | | | | seems to be an artifact of the downgrade.t. p4raw-id: //depot/perl@16631
* | Document the odd slowdown of ext/Encode/t/Unicode.t underJarkko Hietaniemi2002-05-161-1/+9
| | | | | | | | | | memory debuggers. p4raw-id: //depot/perl@16630
* | Re: [ PATCH ] AIX 4.3 / gcc / threadsH.Merijn Brand2002-05-164-8/+17
| | | | | | | | | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl> gcc 3 version parsing proofing. p4raw-id: //depot/perl@16629
* | good day for WinCE port of perl.Vadim Konovalov2002-05-1614-86/+54
| | | | | | | | | | Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad> p4raw-id: //depot/perl@16628
* | do not use "udp" on some platforms for Sys::SyslogSlaven Rezic2002-05-161-1/+4
| | | | | | | | | | Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de> p4raw-id: //depot/perl@16627
* | Re: [PATCH] allow use threads qw(yield)Dave Mitchell2002-05-161-1/+1
| | | | | | | | | | Message-ID: <20020515232626.E28924@fdgroup.com> p4raw-id: //depot/perl@16626
* | [ PATCH ] AIX 4.3 / gcc / threadsH.Merijn Brand2002-05-161-5/+23
| | | | | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16625
* | OS/2 tr (well, GNU textutils 2.0 tr) probing tweakJarkko Hietaniemi2002-05-161-1/+6
| | | | | | | | | | from John Poltorak <jp@eyup.org>. p4raw-id: //depot/perl@16623
* | DJGPP doesn't have \r\n delimited files (it has \r).Jarkko Hietaniemi2002-05-161-1/+1
| | | | | | p4raw-id: //depot/perl@16622
* | 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.Jarkko Hietaniemi2002-05-162-17/+10
| | | | | | | | | | | | | | 2. Doing a s///g instead of tr/// works better for CR-delimited files, like in DJGPP (since <FH> doesn't correctly pull in CR-delimited lines). p4raw-id: //depot/perl@16621
* | Don't test $! with like() since one may haveJarkko Hietaniemi2002-05-161-6/+9
| | | | | | | | | | a non-English locale, or simply AIX :-) p4raw-id: //depot/perl@16620
* | DJGPP updates from Laszlo Molnar.Jarkko Hietaniemi2002-05-164-2/+4
| | | | | | p4raw-id: //depot/perl@16619
* | Integrate perlio:Jarkko Hietaniemi2002-05-163-2/+57
|\ \ | |/ | | | | | | | | | | [ 16613] Make open fail when layer string does not parse. p4raw-link: @16613 on //depot/perlio: 0cff2cf3dc85787c2786f644ac6406c6b5148dad p4raw-id: //depot/perl@16618
| * Make open fail when layer string does not parse.Nick Ing-Simmons2002-05-153-2/+57
| | | | | | p4raw-id: //depot/perlio@16613
| * Integrate mainlineNick Ing-Simmons2002-05-156-4/+278
| |\ | | | | | | p4raw-id: //depot/perlio@16612
| * \ Integrate mainlineNick Ing-Simmons2002-05-1537-282/+501
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@16607
| * \ \ Integrate mainlineNick Ing-Simmons2002-05-1319-29/+352
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@16576
| * \ \ \ Integrate MainlineNick Ing-Simmons2002-05-1357-1187/+4178
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@16571
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2002-05-1112-155/+880
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16541
| * \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-05-1022-283/+306
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16533
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-05-091-13/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16516
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-05-0926-113/+210
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | p4raw-id: //depot/perlio@16515
* | | | | | | | | avoid 64 bit SEGV for debugging StorableNicholas Clark2002-05-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16617
* | | | | | | | | Two down, ten to go.Jarkko Hietaniemi2002-05-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16616
* | | | | | | | | Fix some of the EBCDIC vs Storable failures, from Nicholas Clark.Jarkko Hietaniemi2002-05-152-15/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16615