summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try simple workaround for the POSIX autosplit.ix warning.Jarkko Hietaniemi2003-08-101-2/+2
| | | p4raw-id: //depot/perl@20596
* One more PL_csighandlerp.Jarkko Hietaniemi2003-08-101-1/+1
| | | p4raw-id: //depot/perl@20595
* Further tweaks on perlreref.pod (by Iain Truskett)Rafael Garcia-Suarez2003-08-101-20/+21
| | | p4raw-id: //depot/perl@20594
* Add the perlreref manpage, by Iain TruskettRafael Garcia-Suarez2003-08-105-26/+364
| | | | | | (regular expressions quick reference.) Regenerate the table of contents. p4raw-id: //depot/perl@20593
* Remove ByteLoader from the list of modules whose compilability shouldRafael Garcia-Suarez2003-08-091-1/+0
| | | | | | be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache pointed out.) p4raw-id: //depot/perl@20592
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-099-1/+43
| | | | | Message-ID: <20030809135144.GC4997@fdgroup.com> p4raw-id: //depot/perl@20591
* Regenerate perlapi.pod.Rafael Garcia-Suarez2003-08-091-3/+2
| | | p4raw-id: //depot/perl@20590
* Removing tested modulesMichael G. Schwern2003-08-091-6/+0
| | | | | Message-ID: <20030809203659.GB24919@windhund.schwern.org> p4raw-id: //depot/perl@20589
* Update Jon Orwant's email address as he wants it,Jarkko Hietaniemi2003-08-092-5/+3
| | | | | drop TPJ URL; upate also Doug MacEachern's address. p4raw-id: //depot/perl@20588
* hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where aAbhijit Menon-Sen2003-08-091-0/+4
| | | | | | normal key was replaced by its UTF-8 equivalent. This caused the "Storable problem" RT3 users reported under RH9. p4raw-id: //depot/perl@20587
* Installation on Win32Michael G. Schwern2003-08-091-13/+21
| | | | | Message-ID: <20030809013550.GS1587@windhund.schwern.org> p4raw-id: //depot/perl@20586
* Reintroduce the U_32-ification to pad.c,Jarkko Hietaniemi2003-08-091-7/+7
| | | | | suggested by Dave Mitchell. p4raw-id: //depot/perl@20584
* Change #20578 to SelfLoader is probably also useful to AutoSplit.Rafael Garcia-Suarez2003-08-091-3/+5
| | | p4raw-id: //depot/perl@20583
* Some updates for the memory use debugging section:Jarkko Hietaniemi2003-08-091-6/+17
| | | | | -DL is obsolete, mention Devel::Size, and Purify and valgrind. p4raw-id: //depot/perl@20579
* Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:Jarkko Hietaniemi2003-08-091-3/+5
| | | | | | | | | Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8. which was on old bug unearthed by the change #20559. Basically, qr// + (??{$lexical}) combination is very, VERY broken. Workaround is not to use lexicals. p4raw-link: @20559 on //depot/perl: 2740392c45d51e34cd904b51afcc00544a78cf82 p4raw-id: //depot/perl@20578
* The libcygipc doesn't really work with the Perl SysV IPC testsJarkko Hietaniemi2003-08-091-2/+4
| | | | | so no much point in adding it yet. p4raw-id: //depot/perl@20577
* Retract #20524 since it was due to broken INT32_MIN inJarkko Hietaniemi2003-08-091-7/+7
| | | | | Cygwin 1.5's stdint.h. p4raw-id: //depot/perl@20575
* [ PATCH] Re: strange destruction problem on VMSDave Mitchell2003-08-091-0/+1
| | | | | Message-ID: <20030808212848.GA2628@fdgroup.com> p4raw-id: //depot/perl@20574
* Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=Michael G. Schwern2003-08-091-4/+4
| | | | | Message-ID: <20030808205950.GJ1587@windhund.schwern.org> p4raw-id: //depot/perl@20573
* kill 'INT' doesn't work on WindowsJan Dubois2003-08-091-0/+10
| | | | | Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com> p4raw-id: //depot/perl@20572
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xNicholas Clark2003-08-091-3/+3
| | | | | Message-ID: <20030808233000.B20130@plum.flirble.org> p4raw-id: //depot/perl@20571
* Two more tests for #20566/#20568.Jarkko Hietaniemi2003-08-091-2/+12
| | | p4raw-id: //depot/perl@20570
* Re: UNICODE regexp bugNick Ing-Simmons2003-08-082-9/+22
| | | | | | | | Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com> Better patch (than #20566) from NI-S, one more test (introduce another variable rather than reuse the tmp, though) p4raw-id: //depot/perl@20568
* UNICODE regexp bugNick Ing-Simmons2003-08-082-2/+7
| | | | | Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com> p4raw-id: //depot/perl@20566
* Move the csighandler to be a data variable so thatJarkko Hietaniemi2003-08-085-9/+15
| | | | | | | | things like DLL trampolines can't mess up the code variables the Perl_csighandler (seen in Cygwin: Perl_csighandler in POSIX extension was different than in main executable). p4raw-id: //depot/perl@20565
* Re: main@20537: WinXP build failed op/time.t test 2Steve Hay2003-08-081-1/+1
| | | | | Message-ID: <3F338CA4.3010503@uk.radan.com> p4raw-id: //depot/perl@20564
* maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in ↵Gerrit P. Haase2003-08-083-2/+4
| | | | | | | | searchlist From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <1621817486657.20030808134451@familiehaase.de> p4raw-id: //depot/perl@20563
* Retract PASTHRU* changes as recommended by Schwern.Jarkko Hietaniemi2003-08-083-36/+14
| | | p4raw-id: //depot/perl@20560
* Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicalsDave Mitchell2003-08-072-1/+11
| | | | | Message-ID: <20030807145335.GF26683@fdgroup.com> p4raw-id: //depot/perl@20559
* The #20546 was too ambitious, broke the test.Jarkko Hietaniemi2003-08-072-5/+25
| | | p4raw-id: //depot/perl@20556
* Fw: [PATCH: perl@20512] DBG build tweaks for VMS.Peter Prymmer2003-08-071-8/+4
| | | | | Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com> p4raw-id: //depot/perl@20554
* Some AUTHORS updates.Jarkko Hietaniemi2003-08-071-7/+19
| | | p4raw-id: //depot/perl@20553
* Hint away the semid_ds test in NetBSD/sparc.Jarkko Hietaniemi2003-08-071-0/+5
| | | p4raw-id: //depot/perl@20552
* Allow hinting d_semctl_semun and d_semctl_semid_ds.Jarkko Hietaniemi2003-08-071-24/+31
| | | p4raw-id: //depot/perl@20550
* Test::MoreFergal Daly2003-08-071-1/+1
| | | | | Message-Id: <200308071552.11873.fergal@esatclear.ie> p4raw-id: //depot/perl@20548
* Integrate from maint:Jarkko Hietaniemi2003-08-071-9/+26
| | | | | | | | | [ 20543] Workround for SuSE8.2's -lndbm hack p4raw-link: @20543 on //depot/maint-5.8/perl: d551851b7b11c9bb540da7f8c6e89eeb18e96630 p4raw-id: //depot/perl@20547 p4raw-integrated: from //depot/maint-5.8/perl@20546 'copy in' hints/linux.sh (@18080..)
* [PATCH 5.8.1] Benchmark problemJarkko Hietaniemi2003-08-072-30/+9
| | | | | | | | | | | | From: Radu Greab <rgreab@fx.ro> Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST) Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro> Subject: Re: [PATCH 5.8.1] Benchmark problem From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Thu, 7 Aug 2003 15:48:38 +0200 Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr> p4raw-id: //depot/perl@20546
* Retract #20359: too wide a brush.Jarkko Hietaniemi2003-08-071-5/+0
| | | p4raw-id: //depot/perl@20544
* If no alarm(), skip the subtests.Jarkko Hietaniemi2003-08-071-1/+1
| | | p4raw-id: //depot/perl@20542
* Re: maint @ 20537Philip Newton2003-08-071-3/+3
| | | | | Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com> p4raw-id: //depot/perl@20541
* Re: maint @ 20537Philip Newton2003-08-070-0/+0
| | | | | Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com> p4raw-id: //depot/perl@20540
* NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to haveJarkko Hietaniemi2003-08-071-0/+5
| | | | | broken SysV semaphores. p4raw-id: //depot/perl@20539
* Re: [perl #23030] Error in negative lookahead with alternationsHugo van der Sanden2003-08-072-1/+11
| | | | | Message-Id: <200308070144.h771iN906446@zen.crypt.org> p4raw-id: //depot/perl@20538
* ESUCCESS = 0 is not true, but exists.Jarkko Hietaniemi2003-08-061-1/+2
| | | p4raw-id: //depot/perl@20535
* [pathc] Sys:Syslog.pm::syslog() - Better error messageJari Aalto2003-08-061-1/+2
| | | | | Message-ID: <ekzzowp1.fsf@blue.sea.net> p4raw-id: //depot/perl@20533
* Make code agree with documentation (from Wolfgang Friebel)Jarkko Hietaniemi2003-08-061-0/+1
| | | p4raw-id: //depot/perl@20530
* Various tweaks to help DJGPP builds.Jarkko Hietaniemi2003-08-062-2/+7
| | | p4raw-id: //depot/perl@20529
* More PASTHRU patching from Steve Hay.Jarkko Hietaniemi2003-08-061-6/+7
| | | p4raw-id: //depot/perl@20527
* Cast away gcc 3.3 type conversion pickiness.Jarkko Hietaniemi2003-08-061-2/+2
| | | p4raw-id: //depot/perl@20526
* Re: perl with cygwin 1.5, need helpGerrit P. Haase2003-08-061-7/+7
| | | | | | | | From: "Gerrit P. Haase" <gp@familiehaase.de> Message-ID: <71561410910.20030805143655@familiehaase.de> (needed manual fitting) p4raw-id: //depot/perl@20524