23 years agoAdd the OS/390 harness results to the delta.
Jarkko Hietaniemi [Wed, 4 Jul 2001 14:06:35 +0000]
Add the OS/390 harness results to the delta.

p4raw-id: //depot/perl@11137

23 years agoAvoid the two study tests in OS/390 until the bug has been solved.
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

23 years agoDOS/DJGPP tweaks from Laszlo Molnar.
Jarkko Hietaniemi [Wed, 4 Jul 2001 13:49:08 +0000]
DOS/DJGPP tweaks from Laszlo Molnar.

p4raw-id: //depot/perl@11135

23 years agoFixing extra -I's with PERL_CORE
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

23 years agoThe #11132 missed singleton characters (not part
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

23 years agoSupport preferentially the Unicode 'scripts' definition
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

23 years agoBetter document the difference between a block and a script.
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

23 years ago[ perl 5.6.1 ] CPAN.pm doc patch
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

23 years agoAdd tests for charscript().
Jarkko Hietaniemi [Tue, 3 Jul 2001 22:45:41 +0000]
Add tests for charscript().

p4raw-id: //depot/perl@11129

23 years agoAdd charscript() to get the UTR#24 script names of characters.
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

23 years agoTodo updates.
Jarkko Hietaniemi [Tue, 3 Jul 2001 19:53:29 +0000]
Todo updates.

p4raw-id: //depot/perl@11127

23 years agoUnicode::UCD updates.
Jarkko Hietaniemi [Tue, 3 Jul 2001 19:45:30 +0000]
Unicode::UCD updates.

p4raw-id: //depot/perl@11126

23 years ago(Retracted by #11174)
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

23 years agoPatch needed for UTS
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

23 years agoRe: POINTERRIGOR
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

23 years agoRe: [PATCH @11016] Fixes compile errors in four files
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

23 years agoTypos.
Jarkko Hietaniemi [Tue, 3 Jul 2001 13:26:08 +0000]
Typos.

p4raw-id: //depot/perl@11121

23 years agodebugger fixes
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

23 years agoRe: [PATCH 5.6.1] OS/2 improvements
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

23 years agoBad lishp in change 11084
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

23 years agoDelta delta.
Jarkko Hietaniemi [Tue, 3 Jul 2001 11:25:14 +0000]
Delta delta.

p4raw-id: //depot/perl@11117

23 years agoWhitespace allowed at the ends of /lib/syscalls.exp lines
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

23 years agoRetract #10142, the real culprit found by Richard Hatch,
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

23 years ago(Replaced by #11124) UTS workaround from Hal Morris.
Jarkko Hietaniemi [Mon, 2 Jul 2001 22:56:09 +0000]
(Replaced by #11124) UTS workaround from Hal Morris.

p4raw-id: //depot/perl@11113

23 years agogrok not grocking correctly
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

23 years agotest just-posted patches
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

23 years agoautosplit into @F
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

23 years agohash key auto-quoting
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

23 years agoRe: [PATCH perlsnap] '-' !~ /\w/
Philip Newton [Mon, 2 Jul 2001 22:06:22 +0000]
Re: [PATCH perlsnap] '-' !~ /\w/
(no Message-Id)

p4raw-id: //depot/perl@11108

23 years agoRe: Fixed pack problem - sort of
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

23 years agoRe: [PATCH 5.6.1] OS/2 cwd
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

23 years ago(Mistaken retraction)
Jarkko Hietaniemi [Mon, 2 Jul 2001 19:17:27 +0000]
(Mistaken retraction)

p4raw-id: //depot/perl@11105

23 years agoDetypo in #11103.
Jarkko Hietaniemi [Mon, 2 Jul 2001 18:56:15 +0000]
Detypo in #11103.

p4raw-id: //depot/perl@11104

23 years ago(was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
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

23 years agoUCD.pm: if at first you don't succeed, croak?
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

23 years agoRe: op/numconvert.t failures
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

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 2 Jul 2001 17:51:44 +0000]
Update Changes.

p4raw-id: //depot/perl@11100

23 years agoRetract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
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

23 years agoBased on
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

23 years agoEncode/Tcl.t, for esc-seq encodings
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

23 years agoEncode/Tcl.pm, continuous sequences
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

23 years agoRegen api and toc.
Jarkko Hietaniemi [Mon, 2 Jul 2001 17:07:14 +0000]
Regen api and toc.

p4raw-id: //depot/perl@11095

23 years agoThe fcntl locking test may hang if NFS locking messed up;
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

23 years agoMove the mdelete.bat from win32/bin to win32.
Jarkko Hietaniemi [Mon, 2 Jul 2001 14:11:31 +0000]
Move the mdelete.bat from win32/bin to win32.

p4raw-id: //depot/perl@11092

23 years agoTypo in #11083.
Jarkko Hietaniemi [Mon, 2 Jul 2001 14:10:01 +0000]
Typo in #11083.

p4raw-id: //depot/perl@11091

23 years agoNetware tweaks from Guruprasad.
Jarkko Hietaniemi [Mon, 2 Jul 2001 13:36:58 +0000]
Netware tweaks from Guruprasad.

p4raw-id: //depot/perl@11090

23 years agoRe: [PATH] shared -> unique;
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

23 years agoRe: AIX / gcc-3.0
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

23 years agoRe: Bug report: split splits on wrong pattern
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

23 years agotest harness
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

23 years agodebugger goof
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

23 years agoOS/2 cwd
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

23 years agoMake #11082 more OS/2-specific.
Jarkko Hietaniemi [Mon, 2 Jul 2001 13:19:18 +0000]
Make #11082 more OS/2-specific.

p4raw-id: //depot/perl@11083

23 years agoOS/2 gmtime()
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

23 years agoversion number & changes
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

23 years agoa small fix.
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

23 years agoRE: perl@10907
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

23 years agoReport /pro/3gl/CPAN/perl-5.7.1
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

23 years agoDeleting ext/util/mkbootstrap
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

23 years agov minor comment tweak
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

23 years agoSysV IPC semops use native shorts, not forced-to-16-bit-shorts.
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

23 years agoRe: sizeof(struct sembuf)
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

23 years agoSuggestion for mnemonic for $^N
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

23 years ago/^qnx|nto$/ --> /^(?:qnx|nto)$/
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

23 years agoits --> it's --> its
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

23 years agoSync with Sarathy; integrate with perlio.
Jarkko Hietaniemi [Mon, 2 Jul 2001 12:01:52 +0000]
Sync with Sarathy; integrate with perlio.

p4raw-id: //depot/perl@11069

23 years agoregenerate win32/config_H.?c files
Gurusamy Sarathy [Mon, 2 Jul 2001 08:07:54 +0000]
regenerate win32/config_H.?c files

p4raw-id: //depot/perl@11068

23 years agorename s/sv_getcwd/getcwd_sv/ for better conformance to existing
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

23 years agowin32 fixes: fix various syntax errors ("no preprocessor directives
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

23 years agowin32 fixes: more spurious CRs
Gurusamy Sarathy [Mon, 2 Jul 2001 06:26:22 +0000]
win32 fixes: more spurious CRs

p4raw-id: //depot/perl@11065

23 years agowin32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
Gurusamy Sarathy [Mon, 2 Jul 2001 06:25:22 +0000]
win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
from win32/bin (or it gets deleted by distclean); don't delete
lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
NT (should be made Win9x specific, and added to makefile.mk)

p4raw-id: //depot/perl@11064

23 years agoQuick for for #ifdef mess
Nick Ing-Simmons [Sun, 1 Jul 2001 18:54:09 +0000]
Quick for for #ifdef mess

p4raw-id: //depot/perlio@11063

23 years agoRaw integrate - does not build #if mess in gv.c
Nick Ing-Simmons [Sun, 1 Jul 2001 18:47:42 +0000]
Raw integrate - does not build #if mess in gv.c

p4raw-id: //depot/perlio@11062

23 years agoMake 'compile' target a little less broken.
Jarkko Hietaniemi [Sun, 1 Jul 2001 15:20:38 +0000]
Make 'compile' target a little less broken.
Still very broken, though: -Wall warnings from
the generated code, boot_Foo prototypes missing,
can't autoload Fcntl::SEEK_CUR et alia, ...

p4raw-id: //depot/perl@11061

23 years agoUpgrade to Storable 1.0.12, from Raphael Manfredi.
Jarkko Hietaniemi [Sun, 1 Jul 2001 14:04:20 +0000]
Upgrade to Storable 1.0.12, from Raphael Manfredi.

p4raw-id: //depot/perl@11060

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 1 Jul 2001 05:02:59 +0000]
Update Changes.

p4raw-id: //depot/perl@11059

23 years agoStill one typo, regen toc.
Jarkko Hietaniemi [Sun, 1 Jul 2001 04:57:05 +0000]
Still one typo, regen toc.

p4raw-id: //depot/perl@11058

23 years agoDetypos and regen toc.
Jarkko Hietaniemi [Sun, 1 Jul 2001 04:54:35 +0000]
Detypos and regen toc.

p4raw-id: //depot/perl@11057

23 years agoVERSION tweak.
Jarkko Hietaniemi [Sun, 1 Jul 2001 04:26:08 +0000]
VERSION tweak.

p4raw-id: //depot/perl@11056

23 years agoAttempt at plugging the leak under ithreads detected by Doug.
Jarkko Hietaniemi [Sat, 30 Jun 2001 22:18:37 +0000]
Attempt at plugging the leak under ithreads detected by Doug.

p4raw-id: //depot/perl@11055

23 years agogcc -Wall lint after #11051.
Jarkko Hietaniemi [Sat, 30 Jun 2001 21:33:29 +0000]
gcc -Wall lint after #11051.

p4raw-id: //depot/perl@11054

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 30 Jun 2001 21:13:55 +0000]
Integrate perlio:

[ 11050]
Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t

p4raw-link: @11050 on //depot/perlio: 8ddbe0db64fab7835b6ee250a143591dfee04981

p4raw-id: //depot/perl@11053

23 years agoDon't use the v-strings for module VERSIONs.
Jarkko Hietaniemi [Sat, 30 Jun 2001 21:07:38 +0000]
Don't use the v-strings for module VERSIONs.

p4raw-id: //depot/perl@11052

23 years agoCode cleanup based on turning off the -woffs in IRIX.
Jarkko Hietaniemi [Sat, 30 Jun 2001 20:59:57 +0000]
Code cleanup based on turning off the -woffs in IRIX.
Not all of the gripes cleaned up (hairy code in hv.c and
regcomp.c; unused newsp, gimme, and optype from cop.h macros;
unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
to the IRIX hints)

p4raw-id: //depot/perl@11051

23 years agoJeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
Nick Ing-Simmons [Sat, 30 Jun 2001 20:46:46 +0000]
Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t

p4raw-id: //depot/perlio@11050

23 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 30 Jun 2001 18:13:33 +0000]
Integrate mainline

p4raw-id: //depot/perlio@11049

23 years agoDelta delta.
Jarkko Hietaniemi [Sat, 30 Jun 2001 16:23:39 +0000]
Delta delta.

p4raw-id: //depot/perl@11048

23 years agoMore VERSION tuning: to avoid unnecessary Perl upgrades
Jarkko Hietaniemi [Sat, 30 Jun 2001 16:03:40 +0000]
More VERSION tuning: to avoid unnecessary Perl upgrades
by CPAN.pm, use rather _00.

p4raw-id: //depot/perl@11047

23 years agoAdd a simple Unicode character database interface, Unicode::UCD.
Jarkko Hietaniemi [Sat, 30 Jun 2001 15:53:22 +0000]
Add a simple Unicode character database interface, Unicode::UCD.

p4raw-id: //depot/perl@11046

23 years agoop/numconver.t
Nicholas Clark [Sat, 30 Jun 2001 15:40:10 +0000]
op/numconver.t
Message-ID: <20010630154010.I59620@plum.flirble.org>

p4raw-id: //depot/perl@11045

23 years agoThe $^N is now taken (by #11038).
Jarkko Hietaniemi [Sat, 30 Jun 2001 13:29:25 +0000]
The $^N is now taken (by #11038).

p4raw-id: //depot/perl@11044

23 years agoThe #11040 had slipped to a wrong function...
Jarkko Hietaniemi [Sat, 30 Jun 2001 13:15:59 +0000]
The #11040 had slipped to a wrong function...

p4raw-id: //depot/perl@11043

23 years agoIn 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
Jarkko Hietaniemi [Sat, 30 Jun 2001 13:08:25 +0000]
In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
       the Configure library symbol probe mysteriously finds all
       symbols but those of pipe() and times().

p4raw-id: //depot/perl@11042

23 years ago(was Re: not OK: perl@11006 on HP-UX B.11.00)
Nicholas Clark [Fri, 29 Jun 2001 23:49:07 +0000]
(was Re: not OK: perl@11006 on HP-UX B.11.00)
Message-ID: <20010629234907.D59620@plum.flirble.org>

p4raw-id: //depot/perl@11041

23 years agoweakref fix 2, not yet there
Artur Bergman [Sat, 30 Jun 2001 01:18:16 +0000]
weakref fix 2, not yet there
Message-ID: <B762D957.1CC9%artur@contiller.se>

p4raw-id: //depot/perl@11040

23 years agoAnother shot at testing exit codes.
Michael G. Schwern [Fri, 29 Jun 2001 19:39:11 +0000]
Another shot at testing exit codes.
Message-ID: <20010629193910.D25304@blackrider>

p4raw-id: //depot/perl@11039

23 years agoAdd support for $^N, the most-recently closed group.
Jarkko Hietaniemi [Sat, 30 Jun 2001 12:58:16 +0000]
Add support for $^N, the most-recently closed group.

p4raw-id: //depot/perl@11038

23 years ago[ID 20010630.001] Editorial nits in README.solaris
Larry W. Virden [Sat, 30 Jun 2001 04:12:36 +0000]
[ID 20010630.001] Editorial nits in README.solaris
Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>

Subject: [ID 20010630.002] Another editorial tweak to README.solaris
From: lvirden@cas.org
Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>

p4raw-id: //depot/perl@11037

23 years ago[PATCH] Encode.pm to use escape-sequence encoding
SADAHIRO Tomoyuki [Sat, 30 Jun 2001 07:33:37 +0000]
[PATCH] Encode.pm to use escape-sequence encoding
Date: Sat, 30 Jun 2001 07:33:37 +0900
Message-Id: <20010630073226.7C79.BQW10602@nifty.com>

Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
Date: Sat, 30 Jun 2001 21:38:14 +0900
Message-Id: <20010630213554.F67A.BQW10602@nifty.com>

p4raw-id: //depot/perl@11036

23 years agoNetWare tweaks from Guruprasad.
Jarkko Hietaniemi [Sat, 30 Jun 2001 12:44:51 +0000]
NetWare tweaks from Guruprasad.

p4raw-id: //depot/perl@11035