Jarkko Hietaniemi [Fri, 6 Jul 2001 01:38:55 +0000]
VOS README update from Paul Green.
p4raw-id: //depot/perl@11171
Norton T. Allen [Thu, 5 Jul 2001 13:55:11 +0000]
Message-Id: <
200107051755.NAA21422@bottesini.harvard.edu>
p4raw-id: //depot/perl@11170
Artur Bergman [Thu, 5 Jul 2001 22:51:18 +0000]
Doc patch for Tie::Hash
Message-ID: <
B76A9FE6.1F04%artur@contiller.se>
p4raw-id: //depot/perl@11169
Dave Liney [Thu, 5 Jul 2001 18:44:10 +0000]
perlfaq4.pod
Message-ID: <
1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
p4raw-id: //depot/perl@11168
Robin Houston [Thu, 5 Jul 2001 18:33:21 +0000]
Make warnings handling more robust
Message-ID: <
20010705183321.A27345@robin.kitsite.com>
p4raw-id: //depot/perl@11167
Abhijit Menon-Sen [Fri, 6 Jul 2001 01:26:32 +0000]
(Retracted by #11285.)
Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
Message-ID: <
20010706012632.A28327@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11166
Norton T. Allen [Thu, 5 Jul 2001 13:34:51 +0000]
(Retracted by #11175)
Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
Message-Id: <
200107051734.NAA13375@bottesini.harvard.edu>
p4raw-id: //depot/perl@11165
Jarkko Hietaniemi [Fri, 6 Jul 2001 00:14:57 +0000]
Unterminated C< (noticed by Richard Hatch), and few other
small Unicode doc tweaks.
p4raw-id: //depot/perl@11164
Jarkko Hietaniemi [Thu, 5 Jul 2001 19:33:34 +0000]
More flexible argument understanding; add charblocks() and
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
Jarkko Hietaniemi [Thu, 5 Jul 2001 13:38:36 +0000]
Update Unicode::UCD on \p{In...}.
p4raw-id: //depot/perl@11162
Norton T. Allen [Thu, 5 Jul 2001 09:57:14 +0000]
Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
Message-Id: <
200107051357.JAA06285@bottesini.harvard.edu>
p4raw-id: //depot/perl@11161
Jarkko Hietaniemi [Thu, 5 Jul 2001 13:06:53 +0000]
POSIX-BC tweaks from Thomas Dorner.
p4raw-id: //depot/perl@11160
Jarkko Hietaniemi [Thu, 5 Jul 2001 04:17:18 +0000]
Module updates for the delta.
p4raw-id: //depot/perl@11159
Norton T. Allen [Wed, 4 Jul 2001 22:59:00 +0000]
for QNX
Message-Id: <
200107050259.WAA06843@bottesini.harvard.edu>
p4raw-id: //depot/perl@11158
Simon Cozens [Wed, 4 Jul 2001 20:22:12 +0000]
Quick fixes
Message-ID: <
20010704202212.A3690@deep-dark-truthful-mirror>
p4raw-id: //depot/perl@11157
Radu Greab [Wed, 4 Jul 2001 22:13:31 +0000]
(retracted by #13533)
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
Michael G. Schwern [Wed, 4 Jul 2001 15:03:07 +0000]
-I and MakeMaker again
Message-ID: <
20010704150307.I20340@blackrider>
(and retract #11145)
p4raw-id: //depot/perl@11155
Philip Newton [Wed, 4 Jul 2001 20:46:26 +0000]
Re: PERFORCE change 11142 for review
Message-Id: <
200107041841.VAA25380@taas.iki.fi>
p4raw-id: //depot/perl@11154
Jonathan Stowe [Mon, 2 Jul 2001 20:45:53 +0000]
Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
Message-ID: <Pine.LNX.4.33.
0107022042570.8640-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@11153
Gurusamy Sarathy [Thu, 5 Jul 2001 00:52:57 +0000]
fix the binary compatibility issue when building with/without
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
Gurusamy Sarathy [Thu, 5 Jul 2001 00:42:49 +0000]
perl built with USE_ITHREADS can deadlock during fork() or backticks
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
Jarkko Hietaniemi [Wed, 4 Jul 2001 17:14:51 +0000]
Update Changes.
p4raw-id: //depot/perl@11148
Jarkko Hietaniemi [Wed, 4 Jul 2001 16:36:31 +0000]
Somehow the #ifdefs of the added code (in #11093) made
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
Jarkko Hietaniemi [Wed, 4 Jul 2001 16:08:00 +0000]
(Retracted by #11155) PERLRUNINST needed in some spots.
p4raw-id: //depot/perl@11145
Jarkko Hietaniemi [Wed, 4 Jul 2001 16:07:35 +0000]
gcc -Wall nit.
p4raw-id: //depot/perl@11144
Jarkko Hietaniemi [Wed, 4 Jul 2001 15:08:26 +0000]
When removing tests updating the test count is a good idea, too.
p4raw-id: //depot/perl@11143
Jarkko Hietaniemi [Wed, 4 Jul 2001 14:57:51 +0000]
Document #11134 and add the new symbols to the list of
of MakeMaker known ones.
p4raw-id: //depot/perl@11142
Jarkko Hietaniemi [Wed, 4 Jul 2001 14:34:11 +0000]
Microperl update.
p4raw-id: //depot/perl@11141
Jarkko Hietaniemi [Wed, 4 Jul 2001 14:32:27 +0000]
Update the libnet tests as per #11138.
p4raw-id: //depot/perl@11140
Jarkko Hietaniemi [Wed, 4 Jul 2001 14:14:33 +0000]
Regen toc and modlib.
p4raw-id: //depot/perl@11139
Jarkko Hietaniemi [Wed, 4 Jul 2001 14:10:38 +0000]
Remove DummyInetd, PH, and SNPP from the libnet, as per
Graham's request.
p4raw-id: //depot/perl@11138
Jarkko Hietaniemi [Wed, 4 Jul 2001 14:06:35 +0000]
Add the OS/390 harness results to the delta.
p4raw-id: //depot/perl@11137
Jarkko Hietaniemi [Wed, 4 Jul 2001 13:59:01 +0000]
Avoid the two study tests in OS/390 until the bug has been solved.
p4raw-id: //depot/perl@11136
Jarkko Hietaniemi [Wed, 4 Jul 2001 13:49:08 +0000]
DOS/DJGPP tweaks from Laszlo Molnar.
p4raw-id: //depot/perl@11135
Michael G. Schwern [Wed, 4 Jul 2001 00:01:16 +0000]
Fixing extra -I's with PERL_CORE
Message-ID: <
20010704000116.C591@blackrider>
p4raw-id: //depot/perl@11134
Jarkko Hietaniemi [Wed, 4 Jul 2001 01:55:20 +0000]
The #11132 missed singleton characters (not part
of a unilo..unihi range) in Unicode scripts.
p4raw-id: //depot/perl@11133
Jarkko Hietaniemi [Wed, 4 Jul 2001 01:32:11 +0000]
Support preferentially the Unicode 'scripts' definition
in the \p{In...} notation since according to Unicode the
scripts concept is more natural for matching than using
the somewhat artificial block names. The block names are
still available, though, and if there's a name conflict,
the scripts one wins and the blocks one has to do with
'Block' appended to its name. For more information see
http://www.unicode.org/unicode/reports/tr24/
p4raw-id: //depot/perl@11132
Jarkko Hietaniemi [Tue, 3 Jul 2001 23:02:02 +0000]
Better document the difference between a block and a script.
p4raw-id: //depot/perl@11131
Elaine -HFB- Ashton [Tue, 3 Jul 2001 15:04:23 +0000]
[ perl 5.6.1 ] CPAN.pm doc patch
Message-ID: <
20010703150423.C9787@chaos.wustl.edu>
p4raw-id: //depot/perl@11130
Jarkko Hietaniemi [Tue, 3 Jul 2001 22:45:41 +0000]
Add tests for charscript().
p4raw-id: //depot/perl@11129
Jarkko Hietaniemi [Tue, 3 Jul 2001 20:41:54 +0000]
Add charscript() to get the UTR#24 script names of characters.
p4raw-id: //depot/perl@11128
Jarkko Hietaniemi [Tue, 3 Jul 2001 19:53:29 +0000]
Todo updates.
p4raw-id: //depot/perl@11127
Jarkko Hietaniemi [Tue, 3 Jul 2001 19:45:30 +0000]
Unicode::UCD updates.
p4raw-id: //depot/perl@11126
Alan Burlison [Tue, 3 Jul 2001 15:20:13 +0000]
(Retracted by #11174)
Subject: MakeMaker should pass through DEFINE and INC to subdirs
Message-ID: <
3B41D49D.A923D4F9@sun.com>
p4raw-id: //depot/perl@11125
Hal Morris [Tue, 3 Jul 2001 09:38:22 +0000]
Patch needed for UTS
Message-Id: <
200107031638.JAA11998@cepheus.utsglobal.com>
Replace #11113 with a better version.
p4raw-id: //depot/perl@11124
Andy Dougherty [Tue, 3 Jul 2001 11:49:28 +0000]
Re: POINTERRIGOR
Message-ID: <Pine.SOL.4.10.
10107031040030.1982-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@11123
Philip Newton [Tue, 3 Jul 2001 17:03:34 +0000]
Re: [PATCH @11016] Fixes compile errors in four files
Message-ID: <
3B41FAE6.29564.660E117@localhost>
p4raw-id: //depot/perl@11122
Jarkko Hietaniemi [Tue, 3 Jul 2001 13:26:08 +0000]
Typos.
p4raw-id: //depot/perl@11121
Ilya Zakharevich [Tue, 3 Jul 2001 03:38:18 +0000]
debugger fixes
Message-ID: <
20010703033818.A16788@math.ohio-state.edu>
The $^S is working again.
p4raw-id: //depot/perl@11120
Ilya Zakharevich [Tue, 3 Jul 2001 03:34:06 +0000]
Re: [PATCH 5.6.1] OS/2 improvements
Message-ID: <
20010703033406.A16776@math.ohio-state.edu>
p4raw-id: //depot/perl@11119
Philip Newton [Tue, 3 Jul 2001 09:11:27 +0000]
Bad lishp in change 11084
Message-Id: <
200107030706.KAA04596@taas.iki.fi>
p4raw-id: //depot/perl@11118
Jarkko Hietaniemi [Tue, 3 Jul 2001 11:25:14 +0000]
Delta delta.
p4raw-id: //depot/perl@11117
Jarkko Hietaniemi [Mon, 2 Jul 2001 23:06:27 +0000]
Whitespace allowed at the ends of /lib/syscalls.exp lines
(from Richard Hatch) (this was the cause of pipes() and
times() mysteriously not being found)
p4raw-id: //depot/perl@11115
Jarkko Hietaniemi [Mon, 2 Jul 2001 22:58:41 +0000]
Retract #10142, the real culprit found by Richard Hatch,
coming soon to Configure near you.
p4raw-id: //depot/perl@11114
Jarkko Hietaniemi [Mon, 2 Jul 2001 22:56:09 +0000]
(Replaced by #11124) UTS workaround from Hal Morris.
p4raw-id: //depot/perl@11113
Nicholas Clark [Tue, 3 Jul 2001 00:19:08 +0000]
grok not grocking correctly
Message-ID: <
20010703001908.H59620@plum.flirble.org>
p4raw-id: //depot/perl@11112
Robin Houston [Mon, 2 Jul 2001 23:46:15 +0000]
test just-posted patches
Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
p4raw-id: //depot/perl@11111
Robin Houston [Mon, 2 Jul 2001 23:18:20 +0000]
autosplit into @F
Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
p4raw-id: //depot/perl@11110
Robin Houston [Mon, 2 Jul 2001 23:00:48 +0000]
hash key auto-quoting
Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
p4raw-id: //depot/perl@11109
Philip Newton [Mon, 2 Jul 2001 22:06:22 +0000]
Re: [PATCH perlsnap] '-' !~ /\w/
(no Message-Id)
p4raw-id: //depot/perl@11108
Nicholas Clark [Mon, 2 Jul 2001 20:59:20 +0000]
Re: Fixed pack problem - sort of
Message-ID: <
20010702205919.F59620@plum.flirble.org>
p4raw-id: //depot/perl@11107
Ilya Zakharevich [Mon, 2 Jul 2001 15:45:41 +0000]
Re: [PATCH 5.6.1] OS/2 cwd
Message-ID: <
20010702154541.B24295@math.ohio-state.edu>
p4raw-id: //depot/perl@11106
Jarkko Hietaniemi [Mon, 2 Jul 2001 19:17:27 +0000]
(Mistaken retraction)
p4raw-id: //depot/perl@11105
Jarkko Hietaniemi [Mon, 2 Jul 2001 18:56:15 +0000]
Detypo in #11103.
p4raw-id: //depot/perl@11104
Jonathan Stowe [Mon, 2 Jul 2001 19:17:21 +0000]
(was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
Message-ID: <Pine.LNX.4.33.
0107021904530.7401-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@11103
Craig A. Berry [Mon, 2 Jul 2001 14:11:23 +0000]
UCD.pm: if at first you don't succeed, croak?
Message-Id: <5.1.0.14.0.
20010702140058.01b6c9c0@exchi01>
p4raw-id: //depot/perl@11102
Nicholas Clark [Mon, 2 Jul 2001 20:10:48 +0000]
Re: op/numconvert.t failures
Message-ID: <
20010702201048.E59620@plum.flirble.org>
p4raw-id: //depot/perl@11101
Jarkko Hietaniemi [Mon, 2 Jul 2001 17:51:44 +0000]
Update Changes.
p4raw-id: //depot/perl@11100
Jarkko Hietaniemi [Mon, 2 Jul 2001 17:46:31 +0000]
Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
The real fix must be more involved. The line of code all the leaky
call stacks seem to go through is op.c:2949, the PmopSTASH_set()
line of Perl_newPMOP().
p4raw-id: //depot/perl@11099
Nicholas Clark [Sun, 1 Jul 2001 22:26:48 +0000]
Based on
Subject: Re: sizeof(struct sembuf)
Message-ID: <
20010701222648.W59620@plum.flirble.org>
but do semop() always the slow way.
p4raw-id: //depot/perl@11098
SADAHIRO Tomoyuki [Tue, 3 Jul 2001 00:56:30 +0000]
Encode/Tcl.t, for esc-seq encodings
Message-Id: <
20010703005600.2225.BQW10602@nifty.com>
p4raw-id: //depot/perl@11097
SADAHIRO Tomoyuki [Tue, 3 Jul 2001 00:55:46 +0000]
Encode/Tcl.pm, continuous sequences
Message-Id: <
20010703005516.2222.BQW10602@nifty.com>
p4raw-id: //depot/perl@11096
Jarkko Hietaniemi [Mon, 2 Jul 2001 17:07:14 +0000]
Regen api and toc.
p4raw-id: //depot/perl@11095
Jarkko Hietaniemi [Mon, 2 Jul 2001 16:28:56 +0000]
The fcntl locking test may hang if NFS locking messed up;
break out with alarm(10).
p4raw-id: //depot/perl@11093
Jarkko Hietaniemi [Mon, 2 Jul 2001 14:11:31 +0000]
Move the mdelete.bat from win32/bin to win32.
p4raw-id: //depot/perl@11092
Jarkko Hietaniemi [Mon, 2 Jul 2001 14:10:01 +0000]
Typo in #11083.
p4raw-id: //depot/perl@11091
Jarkko Hietaniemi [Mon, 2 Jul 2001 13:36:58 +0000]
Netware tweaks from Guruprasad.
p4raw-id: //depot/perl@11090
Abhijit Menon-Sen [Wed, 27 Jun 2001 03:51:27 +0000]
Re: [PATH] shared -> unique;
Message-ID: <
20010627035127.A17623@lustre.lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11089
H.Merijn Brand [Mon, 2 Jul 2001 15:20:21 +0000]
Re: AIX / gcc-3.0
Message-Id: <
20010702151904.49BB.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@11088
Abhijit Menon-Sen [Mon, 2 Jul 2001 16:31:33 +0000]
Re: Bug report: split splits on wrong pattern
Message-ID: <
20010702163133.A23186@lustre.dyn.wiw.org>
p4raw-id: //depot/perl@11087
Ilya Zakharevich [Mon, 2 Jul 2001 06:29:21 +0000]
test harness
Message-ID: <
20010702062921.A1810@math.ohio-state.edu>
p4raw-id: //depot/perl@11086
Ilya Zakharevich [Mon, 2 Jul 2001 06:27:22 +0000]
debugger goof
Message-ID: <
20010702062722.A1746@math.ohio-state.edu>
p4raw-id: //depot/perl@11085
Ilya Zakharevich [Mon, 2 Jul 2001 06:21:17 +0000]
OS/2 cwd
Message-ID: <
20010702062117.A1401@math.ohio-state.edu>
p4raw-id: //depot/perl@11084
Jarkko Hietaniemi [Mon, 2 Jul 2001 13:19:18 +0000]
Make #11082 more OS/2-specific.
p4raw-id: //depot/perl@11083
Ilya Zakharevich [Mon, 2 Jul 2001 06:06:34 +0000]
OS/2 gmtime()
Message-ID: <
20010702060634.A1356@math.ohio-state.edu>
p4raw-id: //depot/perl@11082
Robin Houston [Sun, 1 Jul 2001 17:17:29 +0000]
version number & changes
Message-ID: <
20010701171729.A30678@puffinry.freeserve.co.uk>
p4raw-id: //depot/perl@11081
Vadim Konovalov [Mon, 2 Jul 2001 12:17:53 +0000]
a small fix.
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <
E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
p4raw-id: //depot/perl@11080
Vadim Konovalov [Mon, 2 Jul 2001 12:06:16 +0000]
RE: perl@10907
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <
E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
Borland C vs PerlIO.
p4raw-id: //depot/perl@11079
H.M. Brand [Mon, 2 Jul 2001 11:18:57 +0000]
Report /pro/3gl/CPAN/perl-5.7.1
Message-Id: <
20010702100811.4999.MERIJN@l1.procura.nl>
p4raw-id: //depot/perl@11078
Michael G. Schwern [Mon, 2 Jul 2001 00:26:24 +0000]
Deleting ext/util/mkbootstrap
Message-ID: <
20010702002624.A18302@blackrider>
p4raw-id: //depot/perl@11077
Robin Houston [Mon, 2 Jul 2001 00:42:01 +0000]
v minor comment tweak
Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
p4raw-id: //depot/perl@11076
Jarkko Hietaniemi [Mon, 2 Jul 2001 12:53:48 +0000]
SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
p4raw-id: //depot/perl@11075
Nicholas Clark [Sun, 1 Jul 2001 19:23:16 +0000]
Re: sizeof(struct sembuf)
Message-ID: <
20010701192316.V59620@plum.flirble.org>
s/signaling/signalling/
p4raw-id: //depot/perl@11074
Philip Newton [Sun, 1 Jul 2001 09:37:56 +0000]
Suggestion for mnemonic for $^N
Message-Id: <
200107010733.KAA03920@taas.iki.fi>
p4raw-id: //depot/perl@11073
Philip Newton [Sun, 1 Jul 2001 09:37:56 +0000]
/^qnx|nto$/ --> /^(?:qnx|nto)$/
Message-Id: <
200107010733.KAA03925@taas.iki.fi>
p4raw-id: //depot/perl@11072
Philip Newton [Sun, 1 Jul 2001 09:37:56 +0000]
its --> it's --> its
Message-Id: <
200107010733.KAA03914@taas.iki.fi>
p4raw-id: //depot/perl@11070
Jarkko Hietaniemi [Mon, 2 Jul 2001 12:01:52 +0000]
Sync with Sarathy; integrate with perlio.
p4raw-id: //depot/perl@11069
Gurusamy Sarathy [Mon, 2 Jul 2001 08:07:54 +0000]
regenerate win32/config_H.?c files
p4raw-id: //depot/perl@11068
Gurusamy Sarathy [Mon, 2 Jul 2001 08:03:55 +0000]
rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
naming discipline
win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
because of this)
fix a warning about "fd" being used without being set in Cwd.xs
p4raw-id: //depot/perl@11067
Gurusamy Sarathy [Mon, 2 Jul 2001 07:12:10 +0000]
win32 fixes: fix various syntax errors ("no preprocessor directives
within macro arguments") and warnings ("unary minus applied to
unsigned type", among others)
p4raw-id: //depot/perl@11066