| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <20010706232514.X59620@plum.flirble.org>
p4raw-id: //depot/perl@11189
|
|
|
|
|
|
|
| |
Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
Leak-be-gone.
p4raw-id: //depot/perl@11188
|
|
|
|
|
| |
Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
p4raw-id: //depot/perl@11184
|
|
|
| |
p4raw-id: //depot/perl@11182
|
|
|
| |
p4raw-id: //depot/perl@11181
|
|
|
| |
p4raw-id: //depot/perl@11180
|
|
|
| |
p4raw-id: //depot/perl@11179
|
|
|
| |
p4raw-id: //depot/perl@11178
|
|
|
|
|
| |
Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
p4raw-id: //depot/perl@11177
|
|
|
| |
p4raw-id: //depot/perl@11176
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
cases where the extension has their own handcrafted INC
et alia.
p4raw-id: //depot/perl@11174
|
|
|
|
|
|
| |
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
p4raw-id: //depot/perl@11173
|
|
|
|
|
|
| |
Subject: [PATCH t/op/method.t] SUPER:: strangeness
Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
p4raw-id: //depot/perl@11172
|
|
|
| |
p4raw-id: //depot/perl@11171
|
|
|
| |
p4raw-id: //depot/perl@11170
|
|
|
|
|
| |
Message-ID: <B76A9FE6.1F04%artur@contiller.se>
p4raw-id: //depot/perl@11169
|
|
|
|
|
| |
Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
p4raw-id: //depot/perl@11168
|
|
|
|
|
| |
Message-ID: <20010705183321.A27345@robin.kitsite.com>
p4raw-id: //depot/perl@11167
|
|
|
|
|
|
| |
Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11166
|
|
|
|
|
|
| |
Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
p4raw-id: //depot/perl@11165
|
|
|
|
|
| |
small Unicode doc tweaks.
p4raw-id: //depot/perl@11164
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@11162
|
|
|
|
|
| |
Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
p4raw-id: //depot/perl@11161
|
|
|
| |
p4raw-id: //depot/perl@11160
|
|
|
| |
p4raw-id: //depot/perl@11159
|
|
|
|
|
| |
Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
p4raw-id: //depot/perl@11158
|
|
|
|
|
| |
Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
p4raw-id: //depot/perl@11157
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Message-ID: <20010704150307.I20340@blackrider>
(and retract #11145)
p4raw-id: //depot/perl@11155
|
|
|
|
|
| |
Message-Id: <200107041841.VAA25380@taas.iki.fi>
p4raw-id: //depot/perl@11154
|
|
|
|
|
|
|
| |
'strict' and 'warnings')
Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@11153
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@11148
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@11145
|
|
|
| |
p4raw-id: //depot/perl@11144
|
|
|
| |
p4raw-id: //depot/perl@11143
|
|
|
|
|
| |
of MakeMaker known ones.
p4raw-id: //depot/perl@11142
|
|
|
| |
p4raw-id: //depot/perl@11141
|
|
|
| |
p4raw-id: //depot/perl@11140
|
|
|
| |
p4raw-id: //depot/perl@11139
|
|
|
|
|
| |
Graham's request.
p4raw-id: //depot/perl@11138
|
|
|
| |
p4raw-id: //depot/perl@11137
|
|
|
| |
p4raw-id: //depot/perl@11136
|
|
|
| |
p4raw-id: //depot/perl@11135
|
|
|
|
|
| |
Message-ID: <20010704000116.C591@blackrider>
p4raw-id: //depot/perl@11134
|
|
|
|
|
| |
of a unilo..unihi range) in Unicode scripts.
p4raw-id: //depot/perl@11133
|