summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING overrideCraig A. Berry2001-06-131-1/+2
| | | | | Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com> p4raw-id: //depot/perl@10575
* It would be also be good if I could type.Jarkko Hietaniemi2001-06-131-2/+2
| | | p4raw-id: //depot/perl@10573
* A non-empty default is a good thing.Jarkko Hietaniemi2001-06-131-1/+2
| | | p4raw-id: //depot/perl@10571
* Add Configure directive -Dusereentrant for Artur's ithreads work,Jarkko Hietaniemi2001-06-1315-6/+38
| | | | | extremely experimental, not even prompted for. p4raw-id: //depot/perl@10569
* FAQ tweak for Vanina Arca <varca@baufest.com>.Jarkko Hietaniemi2001-06-131-1/+1
| | | p4raw-id: //depot/perl@10568
* Integrate perlio:Jarkko Hietaniemi2001-06-136-109/+163
|\ | | | | | | | | | | | | | | | | [ 10564] Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish and using that instead (name lookups are sequential search for now). p4raw-link: @10564 on //depot/perlio: fcf2db383b9625d65c84a8308e9be05a073bed3b p4raw-id: //depot/perl@10567
| * Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ishNick Ing-Simmons2001-06-136-105/+161
| | | | | | | | | | and using that instead (name lookups are sequential search for now). p4raw-id: //depot/perlio@10564
| * Integrate mainlineNick Ing-Simmons2001-06-1120-3127/+3912
| |\ | | | | | | p4raw-id: //depot/perlio@10509
* | | Re: ext/ + -WallDoug MacEachern2001-06-133-4/+16
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10566
* | | Similar logic as DB_File.xs, using the modern macros andJarkko Hietaniemi2001-06-131-5/+7
| | | | | | | | | | | | | | | | | | defines them to older ones for older Perls where PERL_VERSION is not defined, from Doug MacEachern. p4raw-id: //depot/perl@10565
* | | Re: [ID 20010526.001] localized glob loses value when assigned toRichard Soderberg2001-06-132-6/+9
| | | | | | | | | | | | | | | Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net> p4raw-id: //depot/perl@10563
* | | make ext/re play nice with DEBUGGING overrideCraig A. Berry2001-06-132-7/+11
| | | | | | | | | | | | | | | Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]> p4raw-id: //depot/perl@10562
* | | Hide __attribute__((unused)) behind PERL_UNUSED_DECL asJarkko Hietaniemi2001-06-133-3/+9
| | | | | | | | | | | | | | | suggested by NI-S. p4raw-id: //depot/perl@10561
* | | Regen toc.Jarkko Hietaniemi2001-06-131-37/+34
| | | | | | | | | p4raw-id: //depot/perl@10560
* | | [patch] perl.gprof controlDoug MacEachern2001-06-132-0/+12
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10559
* | | Re: ext/ + -WallDoug MacEachern2001-06-132-15/+62
| | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net> Document ax and break up dXSARGS. p4raw-id: //depot/perl@10558
* | | More AIX tweakage from Merijn.Jarkko Hietaniemi2001-06-131-1/+1
| | | | | | | | | p4raw-id: //depot/perl@10557
* | | make VMS autosplit earlier in buildCraig A. Berry2001-06-131-1/+1
| | | | | | | | | | | | | | | Message-Id: <a05101001b74c943d7af4@[192.168.56.160]> p4raw-id: //depot/perl@10556
* | | Re: hacking util.c, attrs.xs, and re.xs to compile on VMSCraig A. Berry2001-06-132-4/+3
| | | | | | | | | | | | | | | Message-Id: <a05101000b74c8698483b@[172.16.52.1]> p4raw-id: //depot/perl@10555
* | | New AIX dynaloading code from Jens-Uwe Mager.Jarkko Hietaniemi2001-06-133-16/+55
| | | | | | | | | | | | | | | Does break binary compatibility. p4raw-id: //depot/perl@10554
* | | VMS DEC C compiler found nits by Peter Prymmer.Jarkko Hietaniemi2001-06-131-2/+3
| | | | | | | | | p4raw-id: //depot/perl@10553
* | | fix for file locking and filecomp testPeter Prymmer2001-06-131-2/+10
| | | | | | | | | | | | | | | Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com> p4raw-id: //depot/perl@10552
* | | I wonder how many $CONFIGs still lurk in the shadows.Jarkko Hietaniemi2001-06-132-3/+3
| | | | | | | | | p4raw-id: //depot/perl@10551
* | | Grok three kinds of line endings, should fix [ID 20010612.003]Jarkko Hietaniemi2001-06-131-1/+1
| | | | | | | | | p4raw-id: //depot/perl@10550
* | | Use __attribute__((unused)) to silence -Wall on unused ax.Jarkko Hietaniemi2001-06-133-8/+10
| | | | | | | | | p4raw-id: //depot/perl@10549
* | | [patch] rid local_patches warningsDoug MacEachern2001-06-132-4/+10
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10548
* | | Re: ext/ + -WallDoug MacEachern2001-06-131-1/+0
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10547
* | | perlretut.pod: unterminated C<>Ronald J. Kimball2001-06-131-1/+1
| | | | | | | | | | | | | | | Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@10546
* | | Re: [ID 20010612.001] out of memory during regex compilationMike Guy2001-06-131-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Tue, 12 Jun 2001 19:10:31 +0100 Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk> Subject: Re: [ID 20010612.001] out of memory during regex compilation From: Mike Guy <mjtg@cam.ac.uk> Date: Tue, 12 Jun 2001 19:21:01 +0100 Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10545
* | | AIX tweaks from Merijn H. Brand.Jarkko Hietaniemi2001-06-131-4/+4
| | | | | | | | | p4raw-id: //depot/perl@10544
* | | Small bcopy cleanupAndy Dougherty2001-06-137-16/+8
| | | | | | | | | | | | | | | Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@10542
* | | Re: ext/ + -WallNicholas Clark2001-06-132-1537/+3464
| | | | | | | | | | | | | | | Message-ID: <20010613000430.M5901@plum.flirble.org> p4raw-id: //depot/perl@10541
* | | Re: [PATCH] ExtUtils::ConstantNicholas Clark2001-06-132-88/+204
| | | | | | | | | | | | | | | Message-ID: <20010612235307.L5901@plum.flirble.org> p4raw-id: //depot/perl@10540
* | | MPE/iX tweaks from Mark Bixby.Jarkko Hietaniemi2001-06-123-0/+5
| | | | | | | | | p4raw-id: //depot/perl@10539
* | | Update Changes.Jarkko Hietaniemi2001-06-122-1/+150
| | | | | | | | | p4raw-id: //depot/perl@10538
* | | One less -Wall whine (found under DEBUGGING).Jarkko Hietaniemi2001-06-122-1/+2
| | | | | | | | | p4raw-id: //depot/perl@10537
* | | s/case-independent/case-insensitive/gJarkko Hietaniemi2001-06-121-2/+2
| | | | | | | | | p4raw-id: //depot/perl@10536
* | | As suggested in Gurusamy Sarathy2001-06-124-1/+14
| | | | | | | | | | | | | | | | | | Subject: Re: ext/ + -Wall Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com> p4raw-id: //depot/perl@10535
* | | ext/ + -WallDoug MacEachern2001-06-1220-44/+102
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net> p4raw-id: //depot/perl@10534
* | | anonymous stashesAbhijit Menon-Sen2001-06-124-12/+9
| | | | | | | | | | | | | | | Message-ID: <20010612124704.A29029@lustre.linux.in> p4raw-id: //depot/perl@10533
* | | One more test for $^S.Jarkko Hietaniemi2001-06-121-2/+3
| | | | | | | | | p4raw-id: //depot/perl@10532
* | | $^S almost entirely broken with 5.6.1Abhijit Menon-Sen2001-06-122-1/+6
| | | | | | | | | | | | | | | Message-ID: <20010612173555.A32426@lustre.linux.in> p4raw-id: //depot/perl@10531
* | | Re: [ID 20010612.001] out of memory during regex compilationMike Guy2001-06-121-4/+15
| | | | | | | | | | | | | | | Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10530
* | | AUTHORS updates.Jarkko Hietaniemi2001-06-121-3/+3
| | | | | | | | | p4raw-id: //depot/perl@10529
* | | rhapsody/darwin minor cleanupWilfredo Sánchez2001-06-123-5/+6
| | | | | | | | | | | | | | | | | | Content-Transfer-Encoding: 7bit Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu> p4raw-id: //depot/perl@10528
* | | [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperlPhilip Newton2001-06-121-1/+1
| | | | | | | | | | | | | | | Message-Id: <200106120802.LAA08992@taas.iki.fi> p4raw-id: //depot/perl@10527
* | | Cleanup the a2p.c for -Wall.Jarkko Hietaniemi2001-06-122-10/+18
| | | | | | | | | p4raw-id: //depot/perl@10526
* | | File::Find update for MacOS from Chris Nandor.Jarkko Hietaniemi2001-06-122-348/+1127
| | | | | | | | | p4raw-id: //depot/perl@10525
* | | gcc -Wall nits picked out by a non-UNIX systemJarkko Hietaniemi2001-06-127-97/+99
| | | | | | | | | | | | | | | (courtesy of Mark Bixby) p4raw-id: //depot/perl@10524
* | | Buglet found by Mark Bixby: "./try >&2 >/dev/null" shouldJarkko Hietaniemi2001-06-111-3/+3
| | | | | | | | | | | | | | | be "./try 2>&1 >/dev/null". p4raw-id: //depot/perl@10522