summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* h2xsNicholas Clark2001-07-071-3/+4
| | | | | Message-ID: <20010706232514.X59620@plum.flirble.org> p4raw-id: //depot/perl@11189
* Re: bleedperl perl_alloc..free leakageRadu Greab2001-07-071-3/+3
| | | | | | | Message-ID: <15173.60406.308246.456184@ix.netsoft.ro> Leak-be-gone. p4raw-id: //depot/perl@11188
* QNX patch extended for NTONorton T. Allen2001-07-061-1/+3
| | | | | Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> p4raw-id: //depot/perl@11184
* The #11166 needed also these updated.Jarkko Hietaniemi2001-07-062-192/+200
| | | p4raw-id: //depot/perl@11182
* Update Changes.Jarkko Hietaniemi2001-07-062-5/+255
| | | p4raw-id: //depot/perl@11181
* Regen toc.Jarkko Hietaniemi2001-07-061-23/+50
| | | p4raw-id: //depot/perl@11180
* Nit from Abhijit.Jarkko Hietaniemi2001-07-061-1/+1
| | | p4raw-id: //depot/perl@11179
* Retract #11172.Jarkko Hietaniemi2001-07-061-32/+2
| | | p4raw-id: //depot/perl@11178
* QNX patch extended for NTONorton T. Allen2001-07-061-1/+1
| | | | | Message-Id: <200107061339.JAA12582@bottesini.harvard.edu> p4raw-id: //depot/perl@11177
* (Accidentally empty check-in.)Jarkko Hietaniemi2001-07-060-0/+0
| | | p4raw-id: //depot/perl@11176
* Retract #11165 since Sarathy pointed out it'll notJarkko Hietaniemi2001-07-061-1/+1
| | | | | | | work properly under threads, the problem should be solved using "the savestack, either via SSNEW() or using a newSVpv()+SAVEFREESV() combo." p4raw-id: //depot/perl@11175
* Retract #11125 since NI-S pointed out it'll not work inJarkko Hietaniemi2001-07-061-1/+1
| | | | | | cases where the extension has their own handcrafted INC et alia. p4raw-id: //depot/perl@11174
* RE: [PATCH] -I and MakeMaker againVadim Konovalov2001-07-063-3/+6
| | | | | | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U> p4raw-id: //depot/perl@11173
* (Retracted by #11178)Piers Cawley2001-07-061-2/+32
| | | | | | Subject: [PATCH t/op/method.t] SUPER:: strangeness Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk> p4raw-id: //depot/perl@11172
* VOS README update from Paul Green.Jarkko Hietaniemi2001-07-061-19/+20
| | | p4raw-id: //depot/perl@11171
* Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>Norton T. Allen2001-07-062-12/+14
| | | p4raw-id: //depot/perl@11170
* Doc patch for Tie::HashArtur Bergman2001-07-061-2/+2
| | | | | Message-ID: <B76A9FE6.1F04%artur@contiller.se> p4raw-id: //depot/perl@11169
* perlfaq4.podDave Liney2001-07-061-1/+1
| | | | | Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02> p4raw-id: //depot/perl@11168
* Make warnings handling more robustRobin Houston2001-07-061-7/+13
| | | | | Message-ID: <20010705183321.A27345@robin.kitsite.com> p4raw-id: //depot/perl@11167
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-0612-59/+100
| | | | | | Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11166
* (Retracted by #11175)Norton T. Allen2001-07-061-1/+1
| | | | | | Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX Message-Id: <200107051734.NAA13375@bottesini.harvard.edu> p4raw-id: //depot/perl@11165
* Unterminated C< (noticed by Richard Hatch), and few otherJarkko Hietaniemi2001-07-061-6/+7
| | | | | small Unicode doc tweaks. p4raw-id: //depot/perl@11164
* More flexible argument understanding; add charblocks() andJarkko Hietaniemi2001-07-052-49/+249
| | | | | | | charscripts(); make charblock() and charscript() two-way; add charinrange(); separate the $Unicode::UCD::VERSION and the version of the Unicode by adding UnicodeVersion(). p4raw-id: //depot/perl@11163
* Update Unicode::UCD on \p{In...}.Jarkko Hietaniemi2001-07-051-54/+23
| | | p4raw-id: //depot/perl@11162
* Re: [PATCH lib/ExtUtils.t] Extra Files for QNXNorton T. Allen2001-07-051-0/+7
| | | | | Message-Id: <200107051357.JAA06285@bottesini.harvard.edu> p4raw-id: //depot/perl@11161
* POSIX-BC tweaks from Thomas Dorner.Jarkko Hietaniemi2001-07-052-4/+6
| | | p4raw-id: //depot/perl@11160
* Module updates for the delta.Jarkko Hietaniemi2001-07-051-1/+9
| | | p4raw-id: //depot/perl@11159
* for QNXNorton T. Allen2001-07-051-3/+9
| | | | | Message-Id: <200107050259.WAA06843@bottesini.harvard.edu> p4raw-id: //depot/perl@11158
* Quick fixesSimon Cozens2001-07-051-14/+15
| | | | | Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror> p4raw-id: //depot/perl@11157
* (retracted by #13533)Radu Greab2001-07-053-9/+31
| | | | | | Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match Message-ID: <15171.27355.895094.128142@ix.netsoft.ro> p4raw-id: //depot/perl@11156
* -I and MakeMaker againMichael G. Schwern2001-07-052-11/+15
| | | | | | | Message-ID: <20010704150307.I20340@blackrider> (and retract #11145) p4raw-id: //depot/perl@11155
* Re: PERFORCE change 11142 for reviewPhilip Newton2001-07-051-2/+2
| | | | | Message-Id: <200107041841.VAA25380@taas.iki.fi> p4raw-id: //depot/perl@11154
* Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with ↵Jonathan Stowe2001-07-051-30/+58
| | | | | | | 'strict' and 'warnings') Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com> p4raw-id: //depot/perl@11153
* fix the binary compatibility issue when building with/withoutGurusamy Sarathy2001-07-055-11/+34
| | | | | | | | | | usemymalloc by exporting Perl_malloc() et al as simple wrappers around the system functions (this allows most extensions built using one mode to coexist with perls built in the other mode) XXX the Perl_mfree() wrapper might need to do return(free()) on platforms where Free_t isn't "void" p4raw-id: //depot/perl@11152
* perl built with USE_ITHREADS can deadlock during fork() or backticksGurusamy Sarathy2001-07-053-0/+40
| | | | | | | | | | | | | since it doesn't ensure threads other than the one calling fork() aren't holding any locks; the fix is to use pthread_atfork() to hold global locks building perl with -Dusemymalloc exacerbates the problem since Perl_malloc() holds a mutex, and perl's exec() calls New() XXX the code in win32thread.h may be needed on platforms that have no pthread_atfork() p4raw-id: //depot/perl@11151
* Update Changes.Jarkko Hietaniemi2001-07-042-1/+348
| | | p4raw-id: //depot/perl@11148
* Somehow the #ifdefs of the added code (in #11093) madeJarkko Hietaniemi2001-07-041-7/+1
| | | | | | | HP-UX to fail the fcntl locking test, without the ifdefs the test seems to be working again. Reason unknown: HP-UX cc doesn't complain either way. p4raw-id: //depot/perl@11146
* (Retracted by #11155) PERLRUNINST needed in some spots.Jarkko Hietaniemi2001-07-041-3/+3
| | | p4raw-id: //depot/perl@11145
* gcc -Wall nit.Jarkko Hietaniemi2001-07-041-2/+2
| | | p4raw-id: //depot/perl@11144
* When removing tests updating the test count is a good idea, too.Jarkko Hietaniemi2001-07-041-1/+1
| | | p4raw-id: //depot/perl@11143
* Document #11134 and add the new symbols to the list ofJarkko Hietaniemi2001-07-041-7/+32
| | | | | of MakeMaker known ones. p4raw-id: //depot/perl@11142
* Microperl update.Jarkko Hietaniemi2001-07-041-0/+6
| | | p4raw-id: //depot/perl@11141
* Update the libnet tests as per #11138.Jarkko Hietaniemi2001-07-043-34/+0
| | | p4raw-id: //depot/perl@11140
* Regen toc and modlib.Jarkko Hietaniemi2001-07-042-99/+33
| | | p4raw-id: //depot/perl@11139
* Remove DummyInetd, PH, and SNPP from the libnet, as perJarkko Hietaniemi2001-07-044-1349/+0
| | | | | Graham's request. p4raw-id: //depot/perl@11138
* Add the OS/390 harness results to the delta.Jarkko Hietaniemi2001-07-041-0/+34
| | | p4raw-id: //depot/perl@11137
* Avoid the two study tests in OS/390 until the bug has been solved.Jarkko Hietaniemi2001-07-041-2/+7
| | | p4raw-id: //depot/perl@11136
* DOS/DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-07-044-5/+4
| | | p4raw-id: //depot/perl@11135
* Fixing extra -I's with PERL_COREMichael G. Schwern2001-07-043-29/+48
| | | | | Message-ID: <20010704000116.C591@blackrider> p4raw-id: //depot/perl@11134
* The #11132 missed singleton characters (not partJarkko Hietaniemi2001-07-0429-2/+236
| | | | | of a unilo..unihi range) in Unicode scripts. p4raw-id: //depot/perl@11133