Mark Kvale [Tue, 24 Feb 2004 11:32:34 +0000]
Bugfix for perlrequick and perlretut
Message-Id: <
200402241132.34656.kvale@phy.ucsf.edu>
p4raw-id: //depot/perl@22368
Rafael Garcia-Suarez [Mon, 23 Feb 2004 22:08:33 +0000]
Instead of localising *_, use a dummy foreach loop to get
a local value of $_
p4raw-id: //depot/perl@22367
Alan Ferrency [Tue, 17 Feb 2004 14:23:08 +0000]
Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
Message-ID: <Pine.BSF.4.58.
0402171418090.80983@smx.pair.com>
p4raw-id: //depot/perl@22366
Rafael Garcia-Suarez [Mon, 23 Feb 2004 21:30:42 +0000]
Update perl591delta.
p4raw-id: //depot/perl@22365
Rafael Garcia-Suarez [Mon, 23 Feb 2004 20:56:38 +0000]
Fix bug #26910: hints were not propagated into (?{...})
blocks, except the utf8 pragma.
p4raw-id: //depot/perl@22364
SADAHIRO Tomoyuki [Sun, 22 Feb 2004 16:09:33 +0000]
Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
Date: Sun, 22 Feb 2004 16:09:33 +0900
Message-Id: <
20040222160505.98E5.BQW10602@nifty.com>
Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
Date: Sun, 22 Feb 2004 18:41:43 +0900
Message-Id: <
20040222182357.6B39.BQW10602@nifty.com>
Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
p4raw-id: //depot/perl@22363
Chia-liang Kao [Mon, 23 Feb 2004 22:53:51 +0000]
Benchmark for child processes
Message-ID: <
20040223145351.GH94376@portege.clkao.org>
p4raw-id: //depot/perl@22362
Georg Schwarz [Thu, 22 Jan 2004 18:35:26 +0000]
Re: Perl 5.8.1 on IRIX 5.3
Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
p4raw-id: //depot/perl@22359
Yitzchak Scott-Thoennes [Thu, 19 Feb 2004 09:01:13 +0000]
initial patch for cygwin IPC via cygserver
Message-ID: <
20040219170113.GA2792@efn.org>
p4raw-id: //depot/perl@22358
Dave Mitchell [Sun, 22 Feb 2004 15:43:53 +0000]
Extend OP_AELEMFAST optimisation to lexical arrays
p4raw-id: //depot/perl@22357
Rafael Garcia-Suarez [Sat, 21 Feb 2004 16:51:52 +0000]
We're not binary compatible with 5.8.
Change PERL_API_VERSION to 5.9.1.
p4raw-id: //depot/perl@22356
Rafael Garcia-Suarez [Sat, 21 Feb 2004 16:30:02 +0000]
Document change #22353 in perldelta.
p4raw-link: @22353 on //depot/perl:
2814eb746a9281fd66cc5c45be3b127463ec07c7
p4raw-id: //depot/perl@22355
Rafael Garcia-Suarez [Sat, 21 Feb 2004 16:23:54 +0000]
Increment the version number of B, due to the incompatible
API change introduced by #22353 (no more op_seq method.)
p4raw-id: //depot/perl@22354
Paul Johnson [Sat, 21 Feb 2004 02:31:47 +0000]
Re: op_seq (was: Freeing code)
Message-ID: <
20040221013147.GB6953@pjcj.net>
Rework the OP structure to use less space.
Remove op_seq (and simulate it in dump.c),
replace it by op_opt and op_static,
shrink op_type, remove PL_op_seqmax.
p4raw-id: //depot/perl@22353
Rafael Garcia-Suarez [Fri, 20 Feb 2004 17:29:32 +0000]
When you write C<my $_ ; for (...) {...}>, the lexical $_
is not actually introduced by the for statement.
p4raw-id: //depot/perl@22352
Dave Mitchell [Fri, 20 Feb 2004 15:38:10 +0000]
remove a split test's dependence on -Dx output
(needed after change #22343)
p4raw-link: @22343 on //depot/perl:
b6a15bc5202dd52395ce566b43e1490d38dc2141
p4raw-id: //depot/perl@22351
Dave Mitchell [Fri, 20 Feb 2004 15:34:27 +0000]
add Deparse/Concise support for inplace sort (change 22349)
p4raw-id: //depot/perl@22350
Dave Mitchell [Fri, 20 Feb 2004 14:54:35 +0000]
optimise the sorting inplace of plain arrays: @a = sort @a
p4raw-id: //depot/perl@22349
Dave Mitchell [Fri, 20 Feb 2004 14:18:13 +0000]
Document the SVf_PADSTALE flag
p4raw-id: //depot/perl@22348
Rafael Garcia-Suarez [Fri, 20 Feb 2004 10:46:51 +0000]
Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
p4raw-id: //depot/perl@22347
Greg Matheson [Fri, 20 Feb 2004 15:34:59 +0000]
genmk95.pl touchup for distclean on Win98
Message-ID: <
20040220153459.A30249@ms.chinmin.edu.tw>
p4raw-id: //depot/perl@22346
Rafael Garcia-Suarez [Fri, 20 Feb 2004 08:21:47 +0000]
Upgrade to Term::ANSIColor 1.08.
p4raw-id: //depot/perl@22345
Rafael Garcia-Suarez [Thu, 19 Feb 2004 21:17:10 +0000]
Upgrade to prereleases of Math::BigInt 1.70 and
Math::BigRat 0.12, by Tels.
p4raw-id: //depot/perl@22344
Dave Mitchell [Thu, 19 Feb 2004 13:43:18 +0000]
-Dx could coredump on threaded builds because consts are now
stored in the pad
p4raw-id: //depot/perl@22343
Rafael Garcia-Suarez [Wed, 18 Feb 2004 21:38:13 +0000]
Add a tool to report dual-lived core modules that don't
have the same version than the corresponding module on CPAN.
p4raw-id: //depot/perl@22342
Rafael Garcia-Suarez [Wed, 18 Feb 2004 14:04:11 +0000]
Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
p4raw-id: //depot/perl@22341
Rafael Garcia-Suarez [Wed, 18 Feb 2004 13:32:17 +0000]
Add base.pm and fields.pm to the maintainer list.
Remove a duplicate file from this list.
p4raw-id: //depot/perl@22338
Dave Mitchell [Wed, 18 Feb 2004 13:22:13 +0000]
fix write test: -small_number may be displayed as 00.00 or -0.00
p4raw-id: //depot/perl@22337
H.Merijn Brand [Wed, 18 Feb 2004 12:18:52 +0000]
Removed pm_apiversion and xs_apiversion as requested by
the pumpkin. Chainsaw was still in perfect working order.
p4raw-id: //depot/perl@22334
Dave Mitchell [Wed, 18 Feb 2004 11:14:43 +0000]
Add tests for the C<my $x if foo> deprecation, and change the
warning text
p4raw-id: //depot/perl@22332
Marcus Holland-Moritz [Wed, 18 Feb 2004 08:53:03 +0000]
1. Add section to perlxs.pod describing that the refcount of AVs/HVs
returned from XSUBs through RETVAL isn't decremented as it is for
SVs. This causes those XSUBs to leak memory and cannot be fixed
without breaking existing CPAN modules that work around this bug.
2. Fix a memory leak of that kind in POSIX::localconv.
p4raw-id: //depot/perl@22330
Rafael Garcia-Suarez [Wed, 18 Feb 2004 08:25:58 +0000]
Encode has local changes. Up-version it.
p4raw-id: //depot/perl@22329
Dave Mitchell [Tue, 17 Feb 2004 23:30:50 +0000]
add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
p4raw-id: //depot/perl@22328
Rafael Garcia-Suarez [Tue, 17 Feb 2004 23:22:45 +0000]
It's better to localize *_ than $_, to avoid magic leakage
p4raw-id: //depot/perl@22327
Rafael Garcia-Suarez [Tue, 17 Feb 2004 23:18:25 +0000]
One of the new tests of MIME::Base64 relies on a non-core module.
p4raw-id: //depot/perl@22326
Rafael Garcia-Suarez [Tue, 17 Feb 2004 23:10:22 +0000]
Upgrade to MIME::Base64 3.00.
Fix t/warn.t so it works in the core.
Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
p4raw-link: @22309 on //depot/perl:
1b96abaf83c640ae3fca4becfa82d376954d73cc
p4raw-id: //depot/perl@22325
Rafael Garcia-Suarez [Tue, 17 Feb 2004 22:20:25 +0000]
Be more clear. Use simple words.
p4raw-id: //depot/perl@22323
Dave Mitchell [Tue, 17 Feb 2004 21:52:08 +0000]
remove C<my $x if foo> construct from core modules
p4raw-id: //depot/perl@22322
Rafael Garcia-Suarez [Tue, 17 Feb 2004 21:22:17 +0000]
Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
p4raw-id: //depot/perl@22321
Rafael Garcia-Suarez [Tue, 17 Feb 2004 21:07:11 +0000]
Bump $B::VERSION (because of change #22315).
p4raw-link: @22315 on //depot/perl:
4ce457a6488a69b8fafc38a9468220b68d66eddb
p4raw-id: //depot/perl@22320
Rafael Garcia-Suarez [Tue, 17 Feb 2004 21:03:09 +0000]
Regenerate table of contents and other related files.
p4raw-id: //depot/perl@22319
Rafael Garcia-Suarez [Tue, 17 Feb 2004 20:06:04 +0000]
Bump up perl's version number to 5.9.1.
Add perl591delta in perl.pod.
Update the sample config files in Porting/.
p4raw-id: //depot/perl@22318
Dave Mitchell [Tue, 17 Feb 2004 19:28:58 +0000]
22316 had stupid precedence thinkos
p4raw-id: //depot/perl@22317
Dave Mitchell [Tue, 17 Feb 2004 18:23:27 +0000]
Slight update to #22315 ($lval=*FOO); optimise the hot tests,
and fix some incorrect indentation
p4raw-id: //depot/perl@22316
Tassilo von Parseval [Tue, 17 Feb 2004 17:32:16 +0000]
Re: [PATCH] GLOB to LVALUE assignment fix
Message-Id: <
20040217163216.GA6805@ethan>
Make PVLV a superset of PVGV, so that $lvalue = *FOO works
p4raw-id: //depot/perl@22315
Brendan O'Dea [Sun, 15 Feb 2004 23:27:17 +0000]
1. Creating backward compatibility for Configure after patches
#22227 and #22302 to still support 5.8.x and below
2. Small change for building on GNU hurd
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <
20040215122717.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22314
Marcus Holland-Moritz [Mon, 16 Feb 2004 20:27:40 +0000]
Fix for Win32 build failure caused by the byacc to bison switch.
p4raw-id: //depot/perl@22313
Rafael Garcia-Suarez [Mon, 16 Feb 2004 13:16:43 +0000]
Revert change 22308 (the patch was against maint, not blead)
p4raw-id: //depot/perl@22312
Brendan O'Dea [Sun, 15 Feb 2004 23:27:17 +0000]
Fix typo in doc for Encode
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <
20040215122717.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22310
Brendan O'Dea [Sun, 15 Feb 2004 23:27:17 +0000]
Missing semi-colon
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <
20040215122717.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22309
Brendan O'Dea [Sun, 15 Feb 2004 23:27:17 +0000]
Add some basic POD to lib/ExtUtils/instmodsh so that
it has a manpage.
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <
20040215122717.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22308
Stas Bekman [Fri, 13 Feb 2004 20:18:59 +0000]
[patch perlguts.pod] save_item doesn't handle magic
Message-ID: <
402DA1B3.2010608@stason.org>
p4raw-id: //depot/perl@22307
Dave Mitchell [Sun, 15 Feb 2004 00:24:26 +0000]
[perl #25824] Segmentation fault with
sub x { shift; @a = @b; eval +{ use } }
p4raw-id: //depot/perl@22306
Craig A. Berry [Sat, 14 Feb 2004 13:26:45 +0000]
Enable v (verbose) switch on -Dp to display the top 8 elements
on the parser stack at each reduce. Also,
Subject: Re: switch from byacc to bison
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <craigberry-8058A3.
13264414022004@onion.develooper.com>
change #if DEBUGGING to #ifdef ... in perly.c
p4raw-id: //depot/perl@22305
Abe Timmerman [Sat, 14 Feb 2004 11:56:24 +0000]
Re: switch from byacc to bison
Message-Id: <
200402141156.58185.abeltje@cpan.org>
Fix typos in pumpkin.pod
p4raw-id: //depot/perl@22304
Dave Mitchell [Sat, 14 Feb 2004 12:28:37 +0000]
remove binary compatibility stuff from the yacc -> bison switch
of change #22302
p4raw-link: @22302 on //depot/perl:
0de566d74fdaf0a49123989fe8d4ad06603c6608
p4raw-id: //depot/perl@22303
Dave Mitchell [Sat, 14 Feb 2004 02:06:53 +0000]
Switch from byacc to bison and simplify the perly.* regeneration
process
p4raw-id: //depot/perl@22302
Rafael Garcia-Suarez [Fri, 13 Feb 2004 21:11:25 +0000]
Fix an fcntl example in perlopentut, spotted by MJD.
p4raw-id: //depot/perl@22301
Dave Mitchell [Thu, 12 Feb 2004 23:18:20 +0000]
The new -Dq option didn't actually work!
p4raw-id: //depot/perl@22300
Stas Bekman [Wed, 11 Feb 2004 16:53:54 +0000]
[comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
Message-ID: <
402ACEA2.4020907@stason.org>
p4raw-id: //depot/perl@22299
Greg Matheson [Tue, 10 Feb 2004 12:36:33 +0000]
Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
Message-ID: <
20040210043633.GA33671687@momotaro>
p4raw-id: //depot/perl@22298
Rafael Garcia-Suarez [Tue, 10 Feb 2004 08:05:16 +0000]
Add 5.005_04-RC1 and Leon in perlhist.
p4raw-id: //depot/perl@22297
Rafael Garcia-Suarez [Mon, 9 Feb 2004 22:48:54 +0000]
Add a note in Unicode::UCD about the _getcode() function
being copy-n-pasted in charnames.pm. (spotted by Merijn)
p4raw-id: //depot/perl@22295
Rafael Garcia-Suarez [Mon, 9 Feb 2004 21:48:15 +0000]
Implement stacked filetest operators (-f -w -x $file).
p4raw-id: //depot/perl@22294
Hugo van der Sanden [Mon, 9 Feb 2004 03:21:21 +0000]
Re: [perl #26073] sprintf miscounts padding when format is utf8
Message-Id: <
200402090321.i193LL907950@zen.crypt.org>
p4raw-id: //depot/perl@22292
Yitzchak Scott-Thoennes [Mon, 9 Feb 2004 00:51:45 +0000]
reduce overhead of charnames.pm, make op/pat.t work under miniperl
Message-ID: <
20040209085145.GA3204@efn.org>
(plus an etymological notice)
p4raw-id: //depot/perl@22291
Rafael Garcia-Suarez [Sun, 8 Feb 2004 21:34:27 +0000]
Add the new private flag OPpGREP_LEX in B::Concise.
p4raw-id: //depot/perl@22290
Rafael Garcia-Suarez [Sun, 8 Feb 2004 21:21:28 +0000]
map and grep weren't working correctly with lexical $_ in
scalar context, because pp_mapwhile and pp_grepwhile were using
their target as a temporary slot to store the return value.
p4raw-id: //depot/perl@22289
Greg Matheson [Mon, 2 Feb 2004 16:52:44 +0000]
Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
Message-ID: <
20040202165244.A17415@ms.chinmin.edu.tw>
p4raw-id: //depot/perl@22287
Steve Hay [Fri, 6 Feb 2004 12:44:05 +0000]
Correct some prototypes in perlapi.pod
Message-ID: <
40238C15.2090200@uk.radan.com>
p4raw-id: //depot/perl@22286
Steve Hay [Fri, 6 Feb 2004 16:14:14 +0000]
Fix absolute path handling in installhtml
Message-ID: <
4023BD56.6090903@uk.radan.com>
p4raw-id: //depot/perl@22285
SADAHIRO Tomoyuki [Sat, 7 Feb 2004 00:08:36 +0000]
chomp() cares about Unicode
Message-Id: <
20040206235116.0E36.BQW10602@nifty.com>
p4raw-id: //depot/perl@22284
Nicholas Clark [Sat, 7 Feb 2004 22:32:44 +0000]
Comment to record why we can't clear placeholders in hsplit
p4raw-id: //depot/perl@22282
Nicholas Clark [Sat, 7 Feb 2004 21:46:59 +0000]
deleting keys in restricted hashes was leaking the entry. Yow!
p4raw-id: //depot/perl@22281
Nicholas Clark [Sat, 7 Feb 2004 21:20:16 +0000]
Now hv_delete is able to ingore placeholders.
(This is an XS visible change in the hash API. But not of documented
behaviour)
p4raw-id: //depot/perl@22280
Nicholas Clark [Sat, 7 Feb 2004 20:56:50 +0000]
All whitespace is equal, but some whitespace is more equal than others
(lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
p4raw-id: //depot/perl@22279
Nicholas Clark [Sat, 7 Feb 2004 19:50:10 +0000]
hv_clear_placeholders now manipulates the linked lists directly, rather
than using the iterator interface and calling hv_delete
This will allow hv_delete to be simplified to remove most of the
special casing related to placeholders.
p4raw-id: //depot/perl@22278
H.Merijn Brand [Fri, 6 Feb 2004 11:47:14 +0000]
Added hints_4.sh for specific AIX 4 support
this is the next stage in the general cleanup process
for the AIX hints. More to come
p4raw-id: //depot/perl@22273
Rafael Garcia-Suarez [Fri, 6 Feb 2004 07:32:15 +0000]
Fix a non-standard NAME pod section
(by Smylers and Casey West)
p4raw-id: //depot/perl@22272
Rafael Garcia-Suarez [Wed, 4 Feb 2004 19:50:05 +0000]
The "my $_" wasn't nice with foreach loops.
p4raw-id: //depot/perl@22268
H.Merijn Brand [Wed, 4 Feb 2004 10:24:33 +0000]
AIX 3 support removed from default hints after its separation
p4raw-id: //depot/perl@22267
H.Merijn Brand [Wed, 4 Feb 2004 10:16:20 +0000]
AIX 3 hints split off from default hints in preparation
of a hint file cleanup. aix_4.sh will follow soon
p4raw-id: //depot/perl@22266
Rafael Garcia-Suarez [Tue, 3 Feb 2004 21:54:23 +0000]
More docs and tests for "my $_".
p4raw-id: //depot/perl@22265
John Peacock [Sun, 1 Feb 2004 21:10:07 +0000]
was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
Message-ID: <
401DB17F.5060808@rowman.com>
p4raw-id: //depot/perl@22264
Rafael Garcia-Suarez [Tue, 3 Feb 2004 19:41:11 +0000]
Implement "my $_".
p4raw-id: //depot/perl@22263
Rafael Garcia-Suarez [Tue, 3 Feb 2004 16:38:25 +0000]
Regenerate perlapi.pod.
p4raw-id: //depot/perl@22262
H.Merijn Brand [Tue, 3 Feb 2004 12:57:37 +0000]
If someone chooses xlc as default C compiler, threaded builds
will fail, unless converted to cc_r
p4raw-id: //depot/perl@22261
Martin Pool [Wed, 28 Jan 2004 10:56:25 +0000]
patch for IRIX/gcc link issues
Message-ID: <
20040127235624.GA32612@hp.com>
p4raw-id: //depot/perl@22260
Dave Mitchell [Sun, 1 Feb 2004 17:42:44 +0000]
update fix to Shell.pm in change #22254: make /dev/null portable
p4raw-link: @22254 on //depot/perl:
c4a2e7a54bf494cff88f7c7c033f6b017d36f653
p4raw-id: //depot/perl@22259
Solar Designer [Mon, 26 Jan 2004 01:22:18 +0000]
Re: [perl #15063] /tmp issues
Message-ID: <
20040125222218.GA13499@openwall.com>
Remove insecure usage of /tmp from code and documentation
p4raw-id: //depot/perl@22258
Dave Mitchell [Sun, 1 Feb 2004 15:46:24 +0000]
threads documentation: fork on UNIX might not copy all threads.
p4raw-id: //depot/perl@22257
Dave Mitchell [Sun, 1 Feb 2004 15:34:59 +0000]
add test for Change 22194:
[perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
p4raw-id: //depot/perl@22256
Manuel Valente [Tue, 27 Jan 2004 19:18:26 +0000]
Patch for Shell.pm
Message-Id: <
4016AB72.1080503@idealx.com>
New option for Shell.pm to discard stderr instead of capturing it
p4raw-id: //depot/perl@22254
Dave Mitchell [Sun, 1 Feb 2004 11:26:47 +0000]
Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
timeout triggers
p4raw-id: //depot/perl@22253
Chip Salzenberg [Sat, 31 Jan 2004 17:29:05 +0000]
Don't show code closing STD{IN,OUT} before reopening, because
doing so is unnecessary and occasionally harmful.
p4raw-id: //depot/perl@22252
Rafael Garcia-Suarez [Fri, 30 Jan 2004 08:29:55 +0000]
Another undocumented use of $_ : with reverse().
p4raw-id: //depot/perl@22248
H.Merijn Brand [Fri, 30 Jan 2004 08:18:28 +0000]
Drop optimization for -O3 *and higher*
p4raw-id: //depot/perl@22247
Rafael Garcia-Suarez [Thu, 29 Jan 2004 23:20:01 +0000]
Regenerate perlapi.pod.
p4raw-id: //depot/perl@22246
Hugo van der Sanden [Thu, 29 Jan 2004 15:12:12 +0000]
Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
Message-Id: <
200401291512.i0TFCCr23736@zen.crypt.org>
p4raw-id: //depot/perl@22245
Rafael Garcia-Suarez [Wed, 28 Jan 2004 22:00:09 +0000]
I'm the new maintainer of Switch.
Sync with the CPAN version of Switch 2.10.
p4raw-id: //depot/perl@22244