1Please note: This file provides a complete, temporally ordered log of 2changes that went into every version of Perl. If you'd like more 3detailed information, please consult the comments in the individual 4patches posted to the perl5-porters mailing list. Patches for each 5individual change may also be obtained through ftp and rsync--see 6pod/perlhack.pod for the details. 7 8For information on what's new in this release, see pod/perldelta.pod. 9 10[The "CAST AND CREW" list has been moved to AUTHORS.] 11 12NOTE: Each change entry shows the change number; who checked it into the 13repository; when; description of the change; which branch the change 14happened in; and the affected files. The file lists have a short symbolic 15indicator: 16 17 ! modified 18 + added 19 - deleted 20 +> branched (from elsewhere) 21 !> merged changes (from elsewhere) 22 23The Message-Ids in the change entries refer to the email messages sent 24to the perl5-porters mailing list. You can retrieve the messages for 25example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ 26 27-------------- 28Version v5.8.1 Maintenance release working toward v5.8.1 29-------------- 30____________________________________________________________________________ 31[ 21377] By: jhi on 2003/09/25 09:58:50 32 Log: Here goes nothing. 33 Branch: maint-5.8/perl 34 ! patchlevel.h 35____________________________________________________________________________ 36[ 21376] By: jhi on 2003/09/25 09:55:52 37 Log: Update Changes. 38 Branch: maint-5.8/perl 39 ! Changes patchlevel.h 40____________________________________________________________________________ 41[ 21375] By: jhi on 2003/09/25 09:27:33 42 Log: Dare. 43 Branch: maint-5.8/perl 44 ! pod/perldelta.pod pod/perlhist.pod 45____________________________________________________________________________ 46[ 21374] By: jhi on 2003/09/25 09:23:35 47 Log: Integrate: 48 [ 21369] 49 Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98) 50 From: Greg Matheson <lang@ms.chinmin.edu.tw> 51 Date: Wed, 24 Sep 2003 22:51:09 +0800 52 Message-ID: <20030924225109.A17126@ms> 53 54 (Win98 + MinGW, a missing Win95.pm hunk) 55 56 [ 21370] 57 CPAN sites update. 58 59 Regen perltoc, perlmodlib. 60 Branch: maint-5.8/perl 61 ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod 62 !> lib/ExtUtils/MM_Win95.pm 63____________________________________________________________________________ 64[ 21373] By: jhi on 2003/09/25 09:22:04 65 Log: Integrate: 66 [ 21371] 67 Update to Scalar-List-Utils 1.13 68 69 [ 21372] 70 Sync with libnet 1.17 71 Branch: maint-5.8/perl 72 !> ext/List/Util/ChangeLog ext/List/Util/Util.xs 73 !> ext/List/Util/lib/List/Util.pm 74 !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t 75____________________________________________________________________________ 76[ 21368] By: jhi on 2003/09/25 05:08:09 77 Log: Odd glitch. 78 Branch: maint-5.8/perl 79 ! patchlevel.h 80____________________________________________________________________________ 81[ 21367] By: jhi on 2003/09/25 04:56:35 82 Log: Update Changes. 83 Branch: maint-5.8/perl 84 ! Changes patchlevel.h 85____________________________________________________________________________ 86[ 21366] By: jhi on 2003/09/25 04:49:32 87 Log: Integrate: 88 89 [ 21365] 90 AUTHORS tweak. 91 Branch: maint-5.8/perl 92 !> AUTHORS 93____________________________________________________________________________ 94[ 21364] By: jhi on 2003/09/24 20:04:19 95 Log: perldelta, perlport. 96 Branch: maint-5.8/perl 97 ! pod/perldelta.pod pod/perlport.pod 98____________________________________________________________________________ 99[ 21363] By: jhi on 2003/09/24 19:42:35 100 Log: Update Changes. 101 Branch: maint-5.8/perl 102 ! Changes patchlevel.h 103____________________________________________________________________________ 104[ 21362] By: jhi on 2003/09/24 19:37:08 105 Log: Integrate: 106 [ 21360] 107 Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS 108 From: Olli Savia (via RT) <perlbug-followup@perl.org> 109 Date: 24 Sep 2003 15:42:41 -0000 110 Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org> 111 112 [ 21361] 113 Even though undefing SPACE and FORMAT should be safe, 114 at this point I'm choosing to be paranoid and using 115 #ifdef __Lynx__. 116 Branch: maint-5.8/perl 117 !> mg.c perl.h perlio.c pp_sys.c 118____________________________________________________________________________ 119[ 21359] By: jhi on 2003/09/24 14:03:52 120 Log: Integrate: 121 [ 21353] 122 Someone actually reads the Makefile.PL messages, it seems. 123 (from Jonathan Leffler) 124 125 [ 21354] 126 A fix from Graham for 127 [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz 128 (seemingly a NV casting issue) 129 130 [ 21356] 131 Subject: [DOCPATCH] attributes.pm 132 From: Elizabeth Mattijsen <liz@dijkmat.nl> 133 Date: Wed, 24 Sep 2003 11:00:42 +0200 134 Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]> 135 136 (reformatted a bit) 137 Branch: maint-5.8/perl 138 !> ext/List/Util/Util.xs ext/Time/HiRes/Makefile.PL 139 !> lib/attributes.pm 140____________________________________________________________________________ 141[ 21358] By: jhi on 2003/09/24 10:20:13 142 Log: perldelta. 143 Branch: maint-5.8/perl 144 ! pod/perldelta.pod 145____________________________________________________________________________ 146[ 21357] By: jhi on 2003/09/24 09:26:45 147 Log: perldelta tweaks. 148 Branch: maint-5.8/perl 149 ! pod/perldelta.pod 150____________________________________________________________________________ 151[ 21355] By: jhi on 2003/09/24 08:24:02 152 Log: Subject: [PATCH pod/perldelta.pod] map in void context. 153 From: Abigail <abigail@abigail.nl> 154 Date: Wed, 24 Sep 2003 10:55:45 +0200 155 Message-ID: <20030924085545.GA2374@abigail.nl> 156 Branch: maint-5.8/perl 157 ! pod/perldelta.pod 158____________________________________________________________________________ 159[ 21352] By: jhi on 2003/09/24 05:00:37 160 Log: Integrate: 161 [ 21342] 162 Minor nit in a debug message of the tokenizer. 163 164 [ 21343] 165 Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease) 166 From: Yitzchak Scott-Thoennes <sthoenna@efn.org> 167 Date: Tue, 23 Sep 2003 09:13:55 -0700 168 Message-ID: <20030923161354.GA2432@efn.org> 169 170 [ 21344] 171 Subject: Re: NCR MP-RAS perl problems [perl #23791] 172 From: grommel@sears.com 173 Date: Tue, 23 Sep 2003 13:40:33 -0500 174 Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain> 175 176 [ 21345] 177 v-promises from John Peaock. 178 179 [ 21346] 180 M::BI news from Tels. 181 182 [ 21348] 183 Subject: [PATCH] perlvar 184 From: Juerd <juerd@convolution.nl> 185 Date: Sun, 21 Sep 2003 21:40:54 +0200 186 Message-ID: <20030921194054.GD14702@c3.convolution.nl> 187 188 [ 21349] 189 The FAQ answer about POD comments was incorrect. [perl #23893] 190 (plus a few typos.) 191 192 [ 21350] 193 Subject: [PATCH 5.8.x] small perldelta patch 194 From: Yitzchak Scott-Thoennes <sthoenna@efn.org> 195 Date: Tue, 23 Sep 2003 14:55:24 -0700 196 Message-ID: <20030923215524.GA3440@efn.org> 197 198 [ 21351] 199 perliol tweaks. 200 Branch: maint-5.8/perl 201 !> INSTALL hints/svr4.sh pod/perlfaq7.pod pod/perliol.pod 202 !> pod/perlpodspec.pod pod/perlvar.pod t/op/stat.t toke.c 203____________________________________________________________________________ 204[ 21350] By: jhi on 2003/09/24 04:26:29 205 Log: Subject: [PATCH 5.8.x] small perldelta patch 206 From: Yitzchak Scott-Thoennes <sthoenna@efn.org> 207 Date: Tue, 23 Sep 2003 14:55:24 -0700 208 Message-ID: <20030923215524.GA3440@efn.org> 209 Branch: maint-5.8/perl 210 ! pod/perldelta.pod 211____________________________________________________________________________ 212[ 21346] By: jhi on 2003/09/23 19:44:52 213 Log: M::BI news from Tels. 214 Branch: maint-5.8/perl 215 ! pod/perldelta.pod 216____________________________________________________________________________ 217[ 21345] By: jhi on 2003/09/23 19:41:21 218 Log: v-promises from John Peaock. 219 Branch: maint-5.8/perl 220 ! pod/perldelta.pod 221____________________________________________________________________________ 222[ 21341] By: jhi on 2003/09/23 12:46:04 223 Log: Integrate: 224 [ 21338] 225 Bump the Encode version to 1.9801 since we are no more identical 226 to the CPAN version. 227 228 [ 21339] 229 Subject: Re: [PATCH] RC5 and Intel's ICC 230 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 231 Date: Tue, 23 Sep 2003 15:04:35 +0200 232 Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2> 233 234 (add -we147 to ccflags if cc = ICC so that prototype 235 detection works right) 236 237 [ 21340] 238 Let's call it 2.34, already (from Johan). 239 Branch: maint-5.8/perl 240 !> ext/Encode/Encode.pm hints/linux.sh lib/Getopt/Long.pm 241____________________________________________________________________________ 242[ 21337] By: jhi on 2003/09/23 11:12:27 243 Log: Update Changes. 244 Branch: maint-5.8/perl 245 ! Changes patchlevel.h 246____________________________________________________________________________ 247[ 21336] By: jhi on 2003/09/23 10:07:41 248 Log: perldelta. 249 Branch: maint-5.8/perl 250 ! pod/perldelta.pod 251____________________________________________________________________________ 252[ 21335] By: jhi on 2003/09/23 10:04:22 253 Log: Enache Adrian says the FreeBSD malloc example 254 is no more true. 255 Branch: maint-5.8/perl 256 ! pod/perldelta.pod 257____________________________________________________________________________ 258[ 21334] By: jhi on 2003/09/23 10:02:42 259 Log: Integrate: 260 [ 21331] 261 [perl #23979] GSM 03.38 mapping in Encoding::Byte is incorrect 262 263 Fix as much as possible - the specification is still 264 a bit unclear. 265 266 [ 21332] 267 ucmlintage. 268 Branch: maint-5.8/perl 269 +> ext/Encode/t/gsm0338.t 270 !> MANIFEST ext/Encode/MANIFEST 271 !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm 272____________________________________________________________________________ 273[ 21333] By: jhi on 2003/09/23 09:21:04 274 Log: Mention the GSM 03.38 fix. 275 Branch: maint-5.8/perl 276 ! pod/perldelta.pod 277____________________________________________________________________________ 278[ 21330] By: jhi on 2003/09/23 06:30:06 279 Log: Integrate: 280 [ 21324] 281 The RCs have been missing CRs from certain files because 282 not all shells can handle multiline arguments right. 283 284 [ 21325] 285 Stray CRs noticed by Jan Dubois. 286 287 [ 21326] 288 Subject: [PATCH] RC5 and Intel's ICC 289 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 290 Date: Mon, 22 Sep 2003 22:52:40 +0200 291 Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2> 292 293 (the attribute part) 294 295 [ 21327] 296 Subject: [PATCH] RC5 and Intel's ICC 297 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 298 Date: Mon, 22 Sep 2003 22:52:40 +0200 299 Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2> 300 301 (the missing void return type) 302 303 [ 21329] 304 Subject: [PATCH] Re: B::Deparse fails in pure_string() 305 From: Stephen McCamant <smcc@MIT.EDU> 306 Date: Mon, 22 Sep 2003 20:53:57 -0700 307 Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU> 308 Branch: maint-5.8/perl 309 !> Porting/makerel ext/B/B/Deparse.pm ext/Devel/PPPort/PPPort.pm 310 !> ext/threads/shared/shared.xs lib/ExtUtils/MM_Win95.pm 311 !> lib/ExtUtils/t/MM_Win32.t perl.h 312____________________________________________________________________________ 313[ 21328] By: jhi on 2003/09/23 06:08:15 314 Log: perldelta. 315 Branch: maint-5.8/perl 316 ! pod/perldelta.pod 317____________________________________________________________________________ 318[ 21322] By: jhi on 2003/09/22 19:39:27 319 Log: perldelta tweaks. 320 Branch: maint-5.8/perl 321 ! pod/perldelta.pod 322____________________________________________________________________________ 323[ 21321] By: jhi on 2003/09/22 19:07:15 324 Log: Integrate: 325 326 [ 21318] 327 Upgrade to Math::BigInt 1.66. 328 329 [ 21319] 330 An error message need not be a novel. 331 332 (the M::BI is somewhat risky, but smokes will be running, 333 and I will ask known tricky platforms to test separately) 334 Branch: maint-5.8/perl 335 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm 336 !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t 337 !> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t 338 !> lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t 339 !> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t 340 !> pod/perldiag.pod pp_hot.c 341____________________________________________________________________________ 342[ 21320] By: jhi on 2003/09/22 18:22:27 343 Log: perldelta updates. 344 Branch: maint-5.8/perl 345 ! pod/perldelta.pod 346____________________________________________________________________________ 347[ 21317] By: jhi on 2003/09/22 10:59:53 348 Log: perldelta tweakage. 349 Branch: maint-5.8/perl 350 ! pod/perldelta.pod 351____________________________________________________________________________ 352[ 21316] By: jhi on 2003/09/22 10:10:29 353 Log: Update Changes. 354 Branch: maint-5.8/perl 355 ! Changes patchlevel.h 356____________________________________________________________________________ 357[ 21315] By: jhi on 2003/09/22 09:57:26 358 Log: Integrate: 359 [ 21311] 360 Some more perlio doc tweaks based on NI-S. 361 Branch: maint-5.8/perl 362 !> pod/perliol.pod 363____________________________________________________________________________ 364[ 21314] By: jhi on 2003/09/22 09:34:25 365 Log: Punch the patchlevel back in for now. 366 Branch: maint-5.8/perl 367 ! patchlevel.h 368____________________________________________________________________________ 369[ 21313] By: jhi on 2003/09/22 09:33:35 370 Log: Rephrase a bit. 371 Branch: maint-5.8/perl 372 ! pod/perldelta.pod 373____________________________________________________________________________ 374[ 21312] By: jhi on 2003/09/22 09:00:20 375 Log: Also :utf8 <INPUT> is now more careful. 376 Branch: maint-5.8/perl 377 ! pod/perldelta.pod 378____________________________________________________________________________ 379[ 21310] By: jhi on 2003/09/22 08:17:03 380 Log: Explain 5.6.1 in the scheme of things. 381 Branch: maint-5.8/perl 382 ! pod/perldelta.pod 383____________________________________________________________________________ 384[ 21309] By: jhi on 2003/09/22 07:52:53 385 Log: Update Changes. 386 Branch: maint-5.8/perl 387 ! Changes patchlevel.h 388____________________________________________________________________________ 389[ 21308] By: jhi on 2003/09/22 07:10:32 390 Log: Integrate: 391 [ 21305] 392 Upgrade to Time::HiRes 1.51. 393 Branch: maint-5.8/perl 394 !> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm 395____________________________________________________________________________ 396[ 21307] By: jhi on 2003/09/22 06:44:01 397 Log: It's RC time. 398 Branch: maint-5.8/perl 399 ! patchlevel.h pod/perlhist.pod 400____________________________________________________________________________ 401[ 21306] By: jhi on 2003/09/22 06:41:42 402 Log: Update Changes. 403 Branch: maint-5.8/perl 404 ! Changes patchlevel.h 405____________________________________________________________________________ 406[ 21304] By: jhi on 2003/09/22 04:43:10 407 Log: Integrate: 408 [ 21302] 409 CPAN.pm 1.76_01 from Andreas. 410 411 [ 21303] 412 Upgrade to Getopt::Long 2.33_03. 413 Branch: maint-5.8/perl 414 !> lib/CPAN.pm lib/Getopt/Long.pm lib/Getopt/Long/CHANGES 415____________________________________________________________________________ 416[ 21301] By: jhi on 2003/09/22 04:28:01 417 Log: Mention the client-SIGPIPE feature. 418 Branch: maint-5.8/perl 419 ! pod/perldelta.pod 420____________________________________________________________________________ 421[ 21300] By: jhi on 2003/09/21 09:53:49 422 Log: Integrate: 423 [ 21288] 424 Subject: typo fixo 425 From: Vadim Konovalov <konovalo@mail.wplus.net> 426 Date: Fri, 19 Sep 2003 06:32:08 +0400 427 Message-ID: <4538131828.20030919063208@mail.wplus.net> 428 429 [ 21289] 430 FAQ sync. 431 432 [ 21290] 433 Missing perlfaq chunk. 434 435 [ 21291] 436 In FreeBSD allow one to try using Perl's malloc with threads. 437 438 [ 21292] 439 Retract #21273, #21264, and #21263 as requested by Schwern. 440 (The real bug was mp2 being too "friendly" with MM innards.) 441 442 [ 21293] 443 More PerlIO documentation. 444 445 [ 21294] 446 Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t 447 From: Dave Mitchell <davem@fdgroup.com> 448 Date: Fri, 19 Sep 2003 19:35:44 +0100 449 Message-ID: <20030919183544.GA14563@fdgroup.com> 450 451 [ 21295] 452 One obvious place to look for PerlIO implementations. 453 454 [ 21296] 455 Tweak the section name to agree with the change #21295. 456 457 [ 21297] 458 Macrofy the compile/runtime test. 459 460 [ 21298] 461 Handle also the curliffy files when tocing. 462 463 [ 21299] 464 Regen toc. 465 Branch: maint-5.8/perl 466 !> cop.h gv.c hints/freebsd.sh lib/ExtUtils/MM_Unix.pm 467 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Unix.t 468 !> lib/ExtUtils/t/MM_Win32.t lib/PerlIO.pm perl.h pod/buildtoc 469 !> pod/perlfaq4.pod pod/perliol.pod pod/perltoc.pod 470 !> pod/perlunicode.pod pp_ctl.c regcomp.c sv.c utf8.c 471____________________________________________________________________________ 472[ 21287] By: jhi on 2003/09/19 05:07:35 473 Log: Integrate: 474 [ 21282] 475 Integrate a change from the perlfaq CVS. 476 I consider the bleadperl version being more up-to-date as of now. 477 478 [ 21283] 479 Perlfaq nits from Iain Truskett. 480 (from the perlfaq-workers list) 481 482 [ 21284] 483 Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken 484 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 485 Date: Thu, 18 Sep 2003 18:58:59 -0700 486 Message-ID: <20030919015858.GA22503@math.berkeley.edu> 487 488 [ 21285] 489 Tests for change #21284. 490 491 [ 21286] 492 Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2 493 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 494 Date: Thu, 18 Sep 2003 19:01:06 -0700 495 Message-ID: <20030919020106.GA22511@math.berkeley.edu> 496 Branch: maint-5.8/perl 497 !> lib/dumpvar.pl lib/dumpvar.t os2/os2.c pod/perlfaq2.pod 498 !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod 499____________________________________________________________________________ 500[ 21279] By: jhi on 2003/09/18 19:45:11 501 Log: Update Changes. 502 Branch: maint-5.8/perl 503 ! Changes patchlevel.h 504____________________________________________________________________________ 505[ 21278] By: jhi on 2003/09/18 19:27:55 506 Log: Integrate: 507 [ 21276] 508 Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults 509 From: Rick Delaney <rick.delaney@rogers.com> 510 Date: Wed, 1 Jan 2003 22:54:59 -0500 511 Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com> 512 513 (Pity the first patch fell through the cracks back then. 514 Not that forbidding non-object copy constructors is the right 515 thing to do but the bug could use fixing.) 516 517 [ 21277] 518 Subject: [PATCH 5.8.1 @21211] -M -A -C broken 519 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 520 Date: Thu, 18 Sep 2003 11:02:02 -0700 521 Message-ID: <20030918180202.GA21949@math.berkeley.edu> 522 523 (use stat.t instead of time.t) 524 Branch: maint-5.8/perl 525 !> lib/overload.t os2/os2ish.h pp.h pp_sys.c t/op/stat.t 526____________________________________________________________________________ 527[ 21275] By: jhi on 2003/09/18 14:12:47 528 Log: Integrate: 529 [ 21273] 530 ld has many guises. 531 532 [ 21274] 533 Subject: [PATCH] small fix for Devel::PPPort 534 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 535 Date: Thu, 18 Sep 2003 10:14:58 +0200 536 Message-id: <20030918081458.GA2653@ethan> 537 Branch: maint-5.8/perl 538 !> ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm 539 !> lib/ExtUtils/t/MM_Unix.t 540____________________________________________________________________________ 541[ 21272] By: jhi on 2003/09/18 08:09:54 542 Log: Integrate: 543 [ 21263] 544 Subject: RE: MM in maint@21251 breaks mp2 545 From: "Orton, Yves" <yves.orton@de.mci.com> 546 Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2> 547 Date: Wed, 17 Sep 2003 15:47:35 +0100 548 549 [ 21264] 550 A potential fix for non-empty LD in Unix. 551 552 [ 21266] 553 Make it possible to override the mistrustnm hint in Solaris. 554 555 [ 21267] 556 Patch from Enache Adrian for the new tricks of gcc 3.4 557 for "is this symbol defined" scanning of Configure. 558 559 [ 21268] 560 Subject: 5.8.1 warnings when long double == double 561 From: Andy Dougherty <doughera@lafayette.edu> 562 Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT) 563 Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu> 564 (the changed message) 565 566 [ 21270] 567 Subject: Patch for VMS::Filespec 568 From: Ken Williams <ken@mathforum.org> 569 Date: Wed, 17 Sep 2003 20:11:46 -0500 570 Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org> 571 572 [ 21271] 573 Missed OS/2 patch hunk. 574 Branch: maint-5.8/perl 575 !> Configure hints/solaris_2.sh lib/ExtUtils/MM_Unix.pm 576 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Unix.t 577 !> lib/ExtUtils/t/MM_Win32.t os2/os2.c vms/ext/Filespec.pm 578____________________________________________________________________________ 579[ 21265] By: jhi on 2003/09/18 04:28:08 580 Log: OZ nit. 581 Branch: maint-5.8/perl 582 ! pod/perldelta.pod 583____________________________________________________________________________ 584[ 21262] By: jhi on 2003/09/17 11:35:38 585 Log: Integrate: 586 [ 21253] 587 Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes 588 From: Dave Mitchell <davem@fdgroup.com> 589 Date: Tue, 16 Sep 2003 21:56:20 +0100 590 Message-ID: <20030916205620.GB1246@fdgroup.com> 591 592 [ 21257] 593 Subject: [PATCH 5.8.1 @21211] magic.t 594 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 595 Date: Tue, 16 Sep 2003 19:17:57 -0700 596 Message-ID: <20030917021757.GA20261@math.berkeley.edu> 597 598 [ 21258] 599 Subject: [PATCH 5.8.1 @21211] os2_process.t 600 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 601 Date: Tue, 16 Sep 2003 23:21:48 -0700 602 Message-ID: <20030917062147.GA20400@math.berkeley.edu> 603 604 [ 21259] 605 Subject: [PATCH 5.8.1 @21211] OS/2 APIs again 606 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 607 Date: Tue, 16 Sep 2003 23:49:42 -0700 608 Message-ID: <20030917064941.GA20444@math.berkeley.edu> 609 610 [ 21260] 611 Fix Solaris ccversion not having the cc version. 612 613 [ 21261] 614 The AIX C product potentially consists of several packages, 615 the main package being (hopefully) the first one. 616 Branch: maint-5.8/perl 617 !> hints/aix.sh hints/solaris_2.sh 618 !> os2/OS2/Process/t/os2_process.t os2/os2ish.h pod/perlfunc.pod 619 !> t/op/magic.t 620____________________________________________________________________________ 621[ 21251] By: jhi on 2003/09/16 19:34:20 622 Log: Update Changes. 623 Branch: maint-5.8/perl 624 ! Changes patchlevel.h 625____________________________________________________________________________ 626[ 21250] By: jhi on 2003/09/16 19:19:05 627 Log: Integrate: 628 [ 21247] 629 Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS 630 From: Andy Dougherty <doughera@lafayette.edu> 631 Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT) 632 Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu> 633 634 [ 21249] 635 More suggested patches for NCR MP-RAS from Andy Dougherty. 636 Branch: maint-5.8/perl 637 +> ext/Time/HiRes/hints/svr4.pl 638 !> MANIFEST ext/POSIX/hints/svr4.pl ext/Sys/Syslog/t/syslog.t 639 !> hints/svr4.sh t/op/pack.t 640____________________________________________________________________________ 641[ 21246] By: jhi on 2003/09/16 18:49:37 642 Log: Integrate: 643 [ 21245] 644 Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std 645 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 646 Date: Wed, 4 Jun 2003 00:45:23 -0700 647 Message-ID: <20030604074523.GA7148@math.berkeley.edu> 648 Branch: maint-5.8/perl 649 !> lib/Getopt/Std.pm 650____________________________________________________________________________ 651[ 21244] By: jhi on 2003/09/16 16:50:31 652 Log: Integrate: 653 [ 20650] 654 Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code 655 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 656 Date: Sun, 3 Aug 2003 06:19:02 -0700 657 Message-ID: <20030803131902.GA5146@math.berkeley.edu> 658 659 [ 21243] 660 Give a concrete example of the still existing Unicode slowness. 661 Branch: maint-5.8/perl 662 !> lib/ExtUtils/xsubpp pod/perlunicode.pod 663____________________________________________________________________________ 664[ 21242] By: jhi on 2003/09/16 06:41:34 665 Log: Integrate: 666 [ 21238] 667 Upgrade to MakeMaker 6.17. 668 669 [ 21239] 670 Upgrade to File::Spec 0.85_03. 671 672 [ 21240] 673 The test is not needed, says Schwern. 674 675 [ 21241] 676 Make the VERSION of File::Spec be 0.86, otherwise File::Temp's 677 use File::Spec 0.8 is unhappy. 678 Branch: maint-5.8/perl 679 +> lib/File/Spec/t/crossplatform.t 680 - lib/base/t/fields-560.t 681 !> MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm 682 !> lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml 683 !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm 684 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm 685 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm 686 !> lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t 687 !> lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t 688 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm 689 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm 690 !> lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t 691 !> t/lib/MakeMaker/Test/Utils.pm 692____________________________________________________________________________ 693[ 21237] By: jhi on 2003/09/16 04:48:37 694 Log: In maint we get p-h warnings from the 5.6.0 fields test. 695 Branch: maint-5.8/perl 696 ! lib/base/t/fields-560.t 697____________________________________________________________________________ 698[ 21236] By: jhi on 2003/09/16 04:41:09 699 Log: Integrate: 700 [ 21235] 701 Upgrade to base 2.03. 702 (Rename the fields-5.6.0.t to have less d.o.t.s.) 703 Branch: maint-5.8/perl 704 +> lib/base/t/base.t lib/base/t/fields-560.t 705 +> lib/base/t/fields-base.t lib/base/t/fields.t 706 - lib/fields-base.t lib/fields.t 707 !> MANIFEST lib/base.pm lib/fields.pm 708____________________________________________________________________________ 709[ 21233] By: jhi on 2003/09/15 06:25:10 710 Log: Update Changes. 711 Branch: maint-5.8/perl 712 ! Changes patchlevel.h 713____________________________________________________________________________ 714[ 21232] By: jhi on 2003/09/15 06:14:11 715 Log: Integrate: 716 [ 21230] 717 Check the context of for/grep/map. 718 Branch: maint-5.8/perl 719 !> t/op/grep.t 720____________________________________________________________________________ 721[ 21231] By: jhi on 2003/09/15 05:58:21 722 Log: Also sendpath warnings from HP-UX. 723 Branch: maint-5.8/perl 724 ! pod/perldelta.pod 725____________________________________________________________________________ 726[ 21229] By: jhi on 2003/09/14 13:43:19 727 Log: Integrate: 728 [ 21227] 729 Also IRIX wants setlogsock('stream'). 730 731 [ 21228] 732 For-non-perlio places we need STDOUT back. 733 Branch: maint-5.8/perl 734 !> ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t t/io/dup.t 735____________________________________________________________________________ 736[ 21226] By: jhi on 2003/09/14 08:43:38 737 Log: Regen perlmodlib, perltoc. 738 Branch: maint-5.8/perl 739 ! pod/perlmodlib.pod pod/perltoc.pod 740____________________________________________________________________________ 741[ 21225] By: jhi on 2003/09/14 07:44:59 742 Log: Integrate: 743 [ 21224] 744 More portable reading. 745 Branch: maint-5.8/perl 746 !> t/io/dup.t 747____________________________________________________________________________ 748[ 21223] By: jhi on 2003/09/14 07:36:57 749 Log: Integrate: 750 [ 21214] 751 parse_version doesn't always succeed. 752 753 [ 21217] 754 Subject: [PATCH] PerlIO_tmpfile clean-up for VMS 755 From: "Craig A. Berry" <craigberry@mac.com> 756 Date: Sun, 14 Sep 2003 00:23:56 -0500 757 Message-ID: <3F63FB6C.5040502@mac.com> 758 759 [ 21218] 760 Subject: Re: [PATCH 5.8.1 @20218] OS/2 API 761 From: Michael G Schwern <schwern@pobox.com> 762 Date: Thu, 11 Sep 2003 15:07:10 -0700 763 Message-ID: <20030911220710.GO18786@windhund.schwern.org> 764 765 (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted) 766 767 [ 21219] 768 Subject: Re: [PATCH 5.8.1 @20218] OS/2 API 769 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 770 Date: Sat, 13 Sep 2003 20:20:30 -0700 771 Message-ID: <20030914032030.GA17822@math.berkeley.edu> 772 773 [ 21220] 774 Use $Config{_exe}. 775 776 [ 21222] 777 More dup testing. 778 Branch: maint-5.8/perl 779 !> Porting/cmpVERSION.pl lib/ExtUtils/t/Manifest.t os2/os2.c 780 !> perlio.c t/io/dup.t t/run/switches.t 781____________________________________________________________________________ 782[ 21221] By: jhi on 2003/09/14 07:14:25 783 Log: Subject: Strange things happen with pod/perldiag.pod? 784 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 785 Date: Sun, 14 Sep 2003 10:20:39 +0200 786 Message-ID: <002a01c37a99$1590ec30$a900a8c0@R2D2> 787 Branch: maint-5.8/perl 788 ! pod/perldiag.pod 789____________________________________________________________________________ 790[ 21212] By: jhi on 2003/09/13 18:09:30 791 Log: Tell what is OpenZaurus, anyway. 792 Branch: maint-5.8/perl 793 ! pod/perldelta.pod 794____________________________________________________________________________ 795[ 21211] By: jhi on 2003/09/13 16:10:30 796 Log: Integrate: 797 [ 21201] 798 Stringify the $VERSION of DynaLoader so it's never dependent 799 on localized float-to-string conversions. 800 801 [ 21202] 802 Make the new glob tests pass (well, skip) even with miniperl. 803 804 [ 21203] 805 Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio 806 From: Stas Bekman <stas@stason.org> 807 Date: Fri, 12 Sep 2003 13:44:11 -0700 808 Message-ID: <3F62301B.3080604@stason.org> 809 810 s/discipline/IO layer/, instead of "unknown" say "unavailable", 811 and have the fuller explanation in perldiag. 812 813 [ 21204] 814 Subject: [perl #23788] int of a fraction errors 815 From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org> 816 Date: 11 Sep 2003 22:38:19 -0000 817 Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org> 818 819 Add a separate faq entry for int(). (Yes, a bit redundant 820 with the existing "why are my numbers broken" entry.) 821 822 [ 21205] 823 Minuscule code cleanup. 824 825 [ 21206] 826 Apparently at some point doing 3-arg open with 827 illegal mode like ">>>" had stopped croaking. 828 829 [ 21207] 830 Layer names were recognized by their prefixes 831 (e.g. open(F, ":u", "file") worked...) 832 833 [ 21208] 834 The "perlio: " prefix looks a little odd 835 in the few warning/error messages, since 836 no other 'subsystems' have prefixes. 837 838 [ 21209] 839 More PerlIO warnings changes. 840 841 [ 21210] 842 Subject: Re: unicode regex problem 843 From: hv@crypt.org 844 Date: Sat, 13 Sep 2003 15:21:34 +0100 845 Message-Id: <200309131421.h8DELYx25894@zen.crypt.org> 846 Branch: maint-5.8/perl 847 !> doio.c ext/DynaLoader/DynaLoader_pm.PL ext/PerlIO/t/fail.t 848 !> perlio.c pod/perldiag.pod pod/perlfaq4.pod regcomp.c 849 !> t/io/open.t t/lib/warnings/perlio t/op/pat.t 850 !> t/run/fresh_perl.t 851____________________________________________________________________________ 852[ 21200] By: jhi on 2003/09/12 18:07:39 853 Log: Update Changes. 854 Branch: maint-5.8/perl 855 ! Changes patchlevel.h 856____________________________________________________________________________ 857[ 21199] By: jhi on 2003/09/12 18:01:40 858 Log: Integrate: 859 [ 21198] 860 It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/, 861 since that would break a lot of code.) Also few 862 stray UTF16s, UTF32s, and "encoded in Unicode". 863 Branch: maint-5.8/perl 864 !> doop.c hv.h pod/Makefile.SH pod/perl570delta.pod 865 !> pod/perl58delta.pod pod/perlapi.pod pod/perlfunc.pod 866 !> pod/perlguts.pod pod/perlhack.pod pod/perlpodspec.pod 867 !> pod/perltoc.pod pod/perltodo.pod pod/perlunicode.pod 868 !> pod/perluniintro.pod pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h 869 !> utfebcdic.h 870____________________________________________________________________________ 871[ 21195] By: jhi on 2003/09/12 14:26:32 872 Log: Integrate: 873 [ 21191] 874 More comments for the FreeBSD threads hints. 875 876 [ 21193] 877 Document the new strict strict in strict. 878 879 [ 21194] 880 Slightly more documentation for open ...&=. 881 Branch: maint-5.8/perl 882 !> hints/freebsd.sh lib/strict.pm pod/perlfunc.pod 883____________________________________________________________________________ 884[ 21192] By: jhi on 2003/09/12 03:17:59 885 Log: Move the strict pragma change to "fixes"; the "incompatible 886 changes" section is meant for things that used to work but 887 do no more. 888 Branch: maint-5.8/perl 889 ! pod/perldelta.pod 890____________________________________________________________________________ 891[ 21189] By: jhi on 2003/09/11 20:29:42 892 Log: Integrate: 893 [ 21178] 894 Upgrading to fields.pm 2.0 strangely helps also fields.t. 895 896 [ 21179] 897 Upgrade to Pod::Perldoc 3.10. 898 (Yes, the doughera address change is wrong, but hardly worth 3.11.) 899 900 [ 21180] 901 Changed warning due to fields.pm 2.0. 902 903 [ 21181] 904 The change of not needing -pthread in FreeBSD 5.x 905 is very recent (Sep 3) (from Anton Berezin). 906 907 [ 21182] 908 The fields.pm had lost the change #19009. 909 910 [ 21186] 911 Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited 912 From: "Brendan O'Dea" <bod@debian.org> 913 Date: Fri, 12 Sep 2003 00:12:51 +1000 914 Message-ID: <20030911141251.GA26907@londo.c47.org> 915 916 [ 21187] 917 Subject: [PATCH 5.8.1 @20218] OS/2 API 918 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> 919 Date: Thu, 11 Sep 2003 09:15:04 -0700 920 Message-ID: <20030911161504.GA16113@math.berkeley.edu> 921 922 [ 21188] 923 More refactoring of the FreeBSD threads hints. 924 Basically, for fresh enough 5.x the -pthread is dropped, 925 otherwise keep it, and no known FreeBSD release has 926 a functional gethostbyaddr_r. 927 Branch: maint-5.8/perl 928 !> hints/freebsd.sh lib/Pod/Perldoc.pm os2/OS2/Process/MANIFEST 929 !> os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs perl.c 930____________________________________________________________________________ 931[ 21184] By: jhi on 2003/09/11 14:31:18 932 Log: Slight rewording for #21183. 933 Branch: maint-5.8/perl 934 ! pod/perldelta.pod 935____________________________________________________________________________ 936[ 21183] By: jhi on 2003/09/11 14:25:24 937 Log: Subject: [DOCPATCH] strict changes 938 From: Elizabeth Mattijsen <liz@dijkmat.nl> 939 Date: Thu, 11 Sep 2003 15:55:13 +0200 940 Message-Id: <p05111b06bb862edd9687@[192.168.56.4]> 941 Branch: maint-5.8/perl 942 ! pod/perldelta.pod 943____________________________________________________________________________ 944[ 21182] By: jhi on 2003/09/11 11:16:33 945 Log: The fields.pm had lost the change #19009. 946 Branch: maint-5.8/perl 947 ! lib/fields.pm t/lib/warnings/av 948____________________________________________________________________________ 949[ 21180] By: jhi on 2003/09/11 06:40:42 950 Log: Changed warning due to fields.pm 2.0. 951 Branch: maint-5.8/perl 952 ! t/lib/warnings/av 953____________________________________________________________________________ 954[ 21178] By: jhi on 2003/09/11 06:08:38 955 Log: Upgrading to fields.pm 2.0 strangely helps also fields.t. 956 Branch: maint-5.8/perl 957 ! lib/fields.pm lib/fields.t 958____________________________________________________________________________ 959[ 21177] By: jhi on 2003/09/11 05:25:51 960 Log: Integrate: 961 [ 21176] 962 Upgrade to base 2.02. 963 964 (except keep our fields.t, 5.8.1 doesn't like the new one) 965 Branch: maint-5.8/perl 966 +> lib/fields-base.t 967 !> MANIFEST lib/base.pm 968____________________________________________________________________________ 969[ 21175] By: jhi on 2003/09/11 05:13:43 970 Log: Integrate: 971 [ 21151] 972 Document a PerlIO/Encode warning. 973 974 [ 21152] 975 A new UTF-8 API, Perl_is_utf8_string_loc(), a variant 976 of Perl_utf8_is_string(). 977 978 [ 21153] 979 [perl #23770] Reading a latin1 file with open(... "<:utf8") will freeze 980 is no more valid, the script doesn't freeze, but I noticed 981 that neither does the <FILE> complain about bad UTF-8 as it 982 should and as it does with :encoding(utf8). 983 984 [ 21154] 985 No utf8 warnings without use warnings. 986 987 [ 21155] 988 If doing rcatline no point rescanning each time 989 the beginning of the SV for utf8 validity. 990 991 [ 21156] 992 Detypo and explain better. 993 994 [ 21157] 995 Linenumbers for utf8 warnings were wrong, test also rcatline. 996 997 [ 21158] 998 [perl #23769] Unicode regex broken on simple example 999 regrepeat() did not work right for UTF-8(ed Latin-1) 1000 in the EXACT case, which made the \x{a0}+ fail. 1001 1002 [ 21159] 1003 Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph 1004 From: Kurt Starsinic <kstar@cpan.org> 1005 Date: Tue, 9 Sep 2003 23:16:00 -0400 1006 Message-ID: <20030910031600.GA30554@verizon.net> 1007 1008 Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph 1009 From: "Brendan O'Dea" <bod@debian.org> 1010 Date: Wed, 10 Sep 2003 22:03:15 +1000 1011 Message-ID: <20030910120315.GA1372@londo.c47.org> 1012 1013 [ 21160] 1014 Subject: Re: Decreasing VMS tests in File::Spec::VMS? 1015 From: PPrymmer@factset.com 1016 Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com> 1017 Date: Fri, 5 Sep 2003 17:46:48 -0400 1018 1019 [ 21161] 1020 Subject: [PATCH pod/perlvar.pod] Remove deprecated English names. 1021 From: Abigail <abigail@abigail.nl> 1022 Date: Wed, 10 Sep 2003 09:50:16 +0200 1023 Message-ID: <20030910075016.GA23847@abigail.nl> 1024 1025 [ 21163] 1026 Subject: [perl #23778] hints/aix.sh 1027 Date: 10 Sep 2003 16:30:32 -0000 1028 From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org> 1029 Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org> 1030 1031 [ 21164] 1032 Regen perlapi. 1033 1034 [ 21165] 1035 Subject: [PATCH] AUTHORS 1036 From: enache@rdslink.ro (Enache Adrian) 1037 Date: Tue, 9 Sep 2003 19:34:05 +0300 1038 Message-ID: <20030909163405.GB1398@ratsnest.hole> 1039 1040 [ 21166] 1041 Remove the warning in perlfaq about using map in void context : 1042 From: abigail@abigail.nl (Abigail) 1043 Subject: [PATCH perlfaq6] map in a void context. 1044 Date: Tue, 9 Sep 2003 10:31:58 +0200 1045 Message-ID: <20030909083158.GA24125@abigail.nl> 1046 1047 [ 21168] 1048 Subject: nit to hints/freebsd.sh 1049 From: Enache Adrian <enache@rdslink.ro> 1050 Date: Wed, 10 Sep 2003 19:50:59 +0300 1051 Message-ID: <20030910165059.GB1321@ratsnest.hole> 1052 1053 [ 21169] 1054 Retract #21168 based on advice from Anton Berezin (added). 1055 1056 [ 21171] 1057 Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags) 1058 From: Stas Bekman <stas@stason.org> 1059 Date: Thu, 28 Aug 2003 16:10:48 -0700 1060 Message-ID: <3F4E8BF8.1090800@stason.org> 1061 1062 [ 21172] 1063 Enache still wants -pthread gone for FreeBSD 5.x 1064 since it doesn't work with the latest -current. 1065 1066 [ 21173] 1067 Subject: [PATCH][TESTS] dumpvar.pl 1068 From: Joe McMahon <mcmahon@metalab.unc.edu> 1069 Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT) 1070 Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu> 1071 1072 [ 21174] 1073 Replace #21158 with a better patch from Hugo 1074 (for [perl #23769]). 1075 Branch: maint-5.8/perl 1076 !> AUTHORS emacs/cperl-mode.el emacs/ptags embed.fnc embed.h 1077 !> global.sym hints/aix.sh hints/freebsd.sh 1078 !> lib/File/Spec/t/Spec.t lib/dumpvar.pl lib/dumpvar.t 1079 !> pod/perlapi.pod pod/perldiag.pod pod/perlfaq6.pod pp_hot.c 1080 !> proto.h regcomp.c regexec.c t/io/utf8.t t/lib/h2ph.pht 1081 !> t/op/pat.t utf8.c utils/h2ph.PL 1082____________________________________________________________________________ 1083[ 21161] By: jhi on 2003/09/10 15:21:16 1084 Log: Subject: [PATCH pod/perlvar.pod] Remove deprecated English names. 1085 From: Abigail <abigail@abigail.nl> 1086 Date: Wed, 10 Sep 2003 09:50:16 +0200 1087 Message-ID: <20030910075016.GA23847@abigail.nl> 1088 Branch: maint-5.8/perl 1089 ! pod/perlvar.pod 1090____________________________________________________________________________ 1091[ 21148] By: jhi on 2003/09/09 16:00:51 1092 Log: Update Changes. 1093 Branch: maint-5.8/perl 1094 ! Changes patchlevel.h 1095____________________________________________________________________________ 1096[ 21147] By: jhi on 2003/09/09 15:36:59 1097 Log: Integrate: 1098 [ 21146] 1099 Adjust the test count. 1100 Branch: maint-5.8/perl 1101 !> lib/Test/Simple/t/is_deeply.t 1102____________________________________________________________________________ 1103[ 21145] By: jhi on 2003/09/09 15:07:47 1104 Log: Integrate: 1105 [ 21143] 1106 Retract #20548 and #20465. 1107 1108 [ 21144] 1109 AUTHORS update from Dave Mitchell. 1110 Branch: maint-5.8/perl 1111 !> AUTHORS lib/Test/More.pm lib/Test/Simple/t/More.t 1112 !> lib/Test/Simple/t/is_deeply.t 1113____________________________________________________________________________ 1114[ 21142] By: jhi on 2003/09/09 14:28:55 1115 Log: Integrate: 1116 [ 21139] 1117 Warn more about disclosing the hash seed, from Scott A. Crosby. 1118 1119 [ 21140] 1120 Retract #21132. 1121 1122 [ 21116] 1123 Update Changes. 1124 Branch: maint-5.8/perl 1125 !> lib/Hash/Util.pm makedef.pl perl.h pod/perlrun.pod 1126____________________________________________________________________________ 1127[ 21138] By: jhi on 2003/09/09 10:32:25 1128 Log: Integrate: 1129 [ 21135] 1130 test++. 1131 1132 [ 21136] 1133 One more chance... 1134 1135 [ 21137] 1136 Subject: =encoding in perlpod/perlpodspec 1137 From: sburke@cpan.org (Sean M. Burke) 1138 Date: Sun, 07 Sep 2003 03:08:28 -0800 1139 Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com> 1140 Branch: maint-5.8/perl 1141 !> lib/warnings.pm pod/perlpod.pod pod/perlpodspec.pod 1142 !> t/op/grep.t toke.c warnings.pl 1143____________________________________________________________________________ 1144[ 21134] By: jhi on 2003/09/09 08:37:02 1145 Log: Changing the test count is always a good habit. 1146 Branch: maint-5.8/perl 1147 ! ext/threads/t/join.t 1148____________________________________________________________________________ 1149[ 21133] By: jhi on 2003/09/09 07:58:23 1150 Log: Integrate: 1151 [ 21131] 1152 Subject: Re: [PATCH] honoring void context for map(), return from sub end test 1153 From: david nicol <whatever@davidnicol.com> 1154 Date: 08 Sep 2003 23:39:32 -0500 1155 Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com> 1156 1157 (a testcase) 1158 1159 [ 21132] 1160 Subject: Re: maint @ 21116 1161 From: Steve Hay <steve.hay@uk.radan.com> 1162 Date: Tue, 09 Sep 2003 09:49:07 +0100 1163 Message-ID: <3F5D9403.3040004@uk.radan.com> 1164 Branch: maint-5.8/perl 1165 !> makedef.pl perl.h t/op/grep.t 1166____________________________________________________________________________ 1167[ 21130] By: jhi on 2003/09/09 07:46:30 1168 Log: de0.t is gone for now. 1169 Branch: maint-5.8/perl 1170 !> MANIFEST 1171____________________________________________________________________________ 1172[ 21129] By: jhi on 2003/09/09 07:13:19 1173 Log: Integrate: 1174 [ 21124] 1175 In trying to save space, the warnings.pl change (#21107) 1176 pulled in attributes.pm... and the change didn't seem to 1177 be that well tested with different configurations. 1178 Retract #21119, #21117, #21107. 1179 Branch: maint-5.8/perl 1180 !> ext/B/t/stash.t lib/warnings.pm warnings.pl 1181____________________________________________________________________________ 1182[ 21125] By: jhi on 2003/09/09 07:00:57 1183 Log: Remove the two new join.t tests from maint, 1184 something fishy is going on. 1185 Branch: maint-5.8/perl 1186 ! ext/threads/t/join.t 1187____________________________________________________________________________ 1188[ 21123] By: jhi on 2003/09/09 06:43:23 1189 Log: Integrate: 1190 [ 21121] 1191 There's no particular reason to have the dumpvar.t 1192 in lib/perl5db/. 1193 1194 [ 21122] 1195 Really do #21121. 1196 Branch: maint-5.8/perl 1197 +> lib/dumpvar.t 1198 - lib/perl5db/dumpvar.t 1199 !> MANIFEST 1200____________________________________________________________________________ 1201[ 21120] By: jhi on 2003/09/09 05:48:49 1202 Log: Integrate: 1203 [ 21117] 1204 Loading warnings.pm now loads attributes.pm that loads strict.pm. 1205 (due to #21107 apparently.) Adjust this test accordingly. 1206 1207 [ 21119] 1208 strict stash seems to have gone, too. 1209 Branch: maint-5.8/perl 1210 !> ext/B/t/stash.t 1211____________________________________________________________________________ 1212[ 21118] By: jhi on 2003/09/09 05:36:32 1213 Log: The de0.t is far too flaky to be in the maint. 1214 Branch: maint-5.8/perl 1215 - lib/perl5db/de0.t 1216 ! MANIFEST 1217____________________________________________________________________________ 1218[ 21116] By: jhi on 2003/09/08 21:23:27 1219 Log: Update Changes. 1220 Branch: maint-5.8/perl 1221 ! Changes patchlevel.h 1222____________________________________________________________________________ 1223[ 21115] By: jhi on 2003/09/08 21:20:04 1224 Log: Integrate: 1225 [ 21112] 1226 Retract #21096, mostly: I had misexplained the situation 1227 to Scott A. Crosby. What would be really bad would be 1228 being able to see the hash values of hash keys; but seeing 1229 the seed value while not good for the ultimate paranoia 1230 viewpoint is not that bad, as long as the users are fully 1231 aware of the dangers of disclosing the hash seed. 1232 So hash_seed() is okay. 1233 1234 [ 21113] 1235 Subject: [PATCH] silence 1 compiler warning 1236 From: Nicholas Clark <nick@ccl4.org> 1237 Date: Mon, 8 Sep 2003 23:04:45 +0100 1238 Message-ID: <20030908230445.E30881@plum.flirble.org> 1239 Branch: maint-5.8/perl 1240 !> lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c 1241____________________________________________________________________________ 1242[ 21114] By: jhi on 2003/09/08 21:17:45 1243 Log: Integrate: 1244 [ 21062] 1245 Subject: [PATCH] honoring void context for map() 1246 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 1247 Date: Thu, 04 Sep 2003 11:13:41 +0200 1248 Message-id: <20030904091341.GA30655@ethan> 1249 Branch: maint-5.8/perl 1250 !> pp_ctl.c 1251____________________________________________________________________________ 1252[ 21111] By: jhi on 2003/09/08 21:01:25 1253 Log: Integrate: 1254 [ 21109] 1255 Subject: [PATCH] configpm: about 1.5K less per thread 1256 From: Elizabeth Mattijsen <liz@dijkmat.nl> 1257 Date: Mon, 8 Sep 2003 23:58:34 +0200 1258 Message-Id: <p05111b21bb829c68b496@[192.168.56.4]> 1259 1260 [ 21110] 1261 Urk. unique, not shared. 1262 Branch: maint-5.8/perl 1263 !> configpm 1264____________________________________________________________________________ 1265[ 21108] By: jhi on 2003/09/08 20:51:14 1266 Log: Integrate: 1267 [ 21105] 1268 Regen perlapi. 1269 1270 [ 21106] 1271 A version of change #21073 that works. 1272 1273 [ 21107] 1274 Subject: [PATCH] warnings.pl: each thread 10K smaller 1275 From: Elizabeth Mattijsen <liz@dijkmat.nl> 1276 Date: Mon, 8 Sep 2003 22:22:38 +0200 1277 Message-Id: <p05111b16bb827ce551da@[192.168.56.4]> 1278 Branch: maint-5.8/perl 1279 !> ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t 1280 !> lib/warnings.pm pod/perlapi.pod warnings.pl 1281____________________________________________________________________________ 1282[ 21104] By: jhi on 2003/09/08 20:22:21 1283 Log: Integrate: 1284 [ 21103] 1285 Radu Greab is my hero. 1286 Branch: maint-5.8/perl 1287 !> pp_sys.c 1288____________________________________________________________________________ 1289[ 21102] By: jhi on 2003/09/08 19:43:33 1290 Log: Update Changes. 1291 Branch: maint-5.8/perl 1292 ! Changes patchlevel.h 1293____________________________________________________________________________ 1294[ 21101] By: jhi on 2003/09/08 19:39:43 1295 Log: Integrate: 1296 [ 21100] 1297 Bad export. 1298 Branch: maint-5.8/perl 1299 !> lib/Hash/Util.t 1300____________________________________________________________________________ 1301[ 21099] By: jhi on 2003/09/08 19:29:58 1302 Log: Integrate: 1303 [ 21093] 1304 Slightly more intelligent paranoia. 1305 1306 [ 21094] 1307 Subject: [patch] AUTHORS 1308 From: Juerd <juerd@cpan.org> 1309 Date: Mon, 8 Sep 2003 08:42:13 +0200 1310 Message-ID: <20030908064213.GC23461@c3.convolution.nl> 1311 1312 [ 21095] 1313 Mac OS X "last resort" recipe. 1314 1315 [ 21096] 1316 Scott A. Crosby believes in not disclosing 1317 any more information than necessary: therefore 1318 instead of hash_seed() we have now hashes_random(). 1319 1320 [ 21097] 1321 Try to make the de0.t test more robust. 1322 The test is so flakey (too many external things influencing 1323 the result) that I'm likely to leave it out from the maint. 1324 1325 [ 21098] 1326 The IPC::Open3 is just too unreliable for this task. 1327 Branch: maint-5.8/perl 1328 !> AUTHORS README.macosx lib/Hash/Util.pm lib/Hash/Util.t 1329 !> lib/perl5db/de0.t pod/perldiag.pod pod/perlrun.pod universal.c 1330 !> util.c 1331____________________________________________________________________________ 1332[ 21092] By: jhi on 2003/09/08 14:19:55 1333 Log: Update Changes. 1334 Branch: maint-5.8/perl 1335 ! Changes patchlevel.h 1336____________________________________________________________________________ 1337[ 21091] By: jhi on 2003/09/08 14:10:40 1338 Log: Integrate: 1339 [ 21090] 1340 Win32 is playing to hard to get but I do not have 1341 time to chase it, so restore #21072, more or less. 1342 I think testing the debugger in UNIX-like places 1343 is enough, no need to go into painful contortions 1344 trying to "portably" run interactive programs like 1345 the debugger. 1346 Branch: maint-5.8/perl 1347 !> lib/perl5db/de0.t 1348____________________________________________________________________________ 1349[ 21089] By: jhi on 2003/09/08 12:53:10 1350 Log: Integrate: 1351 [ 21084] 1352 Clean up pp_readdir() somewhat. 1353 1354 [ 21085] 1355 Superparanoia. 1356 1357 [ 21086] 1358 XSRETURN_UV was missing. 1359 1360 [ 21087] 1361 Add Hash::Util::hash_seed() which answers among 1362 other things the question whether our hashes are 1363 "randomised". (They always were...) 1364 1365 [ 21088] 1366 5.8.1 was mistakenly redefining PL_sv_placeholder. 1367 Branch: maint-5.8/perl 1368 !> XSUB.h ext/Storable/Storable.xs lib/Hash/Util.pm 1369 !> lib/Hash/Util.t pod/perlrun.pod pp_sys.c universal.c util.c 1370____________________________________________________________________________ 1371[ 21083] By: jhi on 2003/09/08 11:34:40 1372 Log: Integrate: 1373 [ 21082] 1374 The #21073 broke ext/B/t/o.t, retracting the #21073. 1375 Branch: maint-5.8/perl 1376 !> ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t 1377____________________________________________________________________________ 1378[ 21081] By: jhi on 2003/09/08 09:55:24 1379 Log: Integrate: 1380 [ 21076] 1381 Let's require fork for this test. 1382 1383 [ 21077] 1384 Move Config test. 1385 1386 [ 21078] 1387 In Win32 the cmd.exe console output doesn't seem to 1388 be catchable using the in-memory I/O + select trick, 1389 so use tie-STDOUT trick instead. 1390 1391 [ 21080] 1392 In Win32 IPC::Open3 + IO::Select does not work that well 1393 so mostly undo the change #21072 and revert back to using 1394 a temp file. 1395 Branch: maint-5.8/perl 1396 !> lib/perl5db/de0.t lib/perl5db/dumpvar.t 1397____________________________________________________________________________ 1398[ 21079] By: jhi on 2003/09/08 09:44:46 1399 Log: Integrate: 1400 [ 21061] 1401 Retract #21010. 1402 Branch: maint-5.8/perl 1403 !> lib/dumpvar.pl 1404____________________________________________________________________________ 1405[ 21075] By: jhi on 2003/09/08 08:15:50 1406 Log: Integrate: 1407 [ 21051] 1408 1. Work around the bug fixed by #20587 (because it's in 5.8.0). 1409 2. Compensate for PL_sv_placeholder <= 5.8.1. 1410 3. Clean up non-backwards-compatible tests. 1411 4. Prepare for the 2.08 CPAN release. 1412 1413 [ 21052] 1414 Musty corners of Syslog.pm. 1415 1416 [ 21057] 1417 Updated Sharp Zaurus cross-compilation from Redvers Davies. 1418 1419 [ 21058] 1420 Vanity patch. 1421 1422 [ 21063] 1423 Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values 1424 From: Dave Mitchell <davem@fdgroup.com> 1425 Date: Sun, 7 Sep 2003 19:14:44 +0100 1426 Message-ID: <20030907181444.GA7058@fdgroup.com> 1427 1428 [ 21064] 1429 Upgrade to Unicode::Collate 0.28 1430 1431 [ 21065] 1432 Subject: [PATCH] Test skeleton for debugger commands 1433 From: Andreas J Koenig <andreas.koenig@anima.de> 1434 Date: Sun, 07 Sep 2003 18:51:56 +0200 1435 Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de> 1436 With minor adjustments 1437 1438 [ 21066] 1439 The in-memory files require PerlIO::scalar. 1440 1441 [ 21067] 1442 Cleanup PerlIO::scalar documentation a bit. 1443 1444 [ 21068] 1445 dumpvar.t: use Test::More; 1446 1447 [ 21069] 1448 An empty test. 1449 1450 [ 21070] 1451 More dumpvar testing. 1452 1453 [ 21071] 1454 de0.t: use Test::More, add some tests. 1455 1456 [ 21072] 1457 Subject: Re: [PATCH] Test skeleton for debugger commands 1458 From: Andreas J Koenig <andreas.koenig@anima.de> 1459 Date: Mon, 08 Sep 2003 10:48:27 +0200 1460 Message-ID: <87llszis2s.fsf@franz.ak.mind.de> 1461 1462 [ 21073] 1463 Subject: Re: one nit to fix [PATCH] 1464 From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com> 1465 Date: Mon, 8 Sep 2003 10:19:08 +0200 1466 Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com> 1467 1468 [ 21074] 1469 Subject: [PATCH] call_(pv|etc.) for Devel::PPPort 1470 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 1471 Date: Mon, 08 Sep 2003 08:56:09 +0200 1472 Message-id: <20030908065609.GA1260@ethan> 1473 Branch: maint-5.8/perl 1474 +> lib/Unicode/Collate/t/contract.t lib/perl5db/de0.t 1475 +> lib/perl5db/dumpvar.t 1476 !> (integrate 26 files) 1477____________________________________________________________________________ 1478[ 21054] By: jhi on 2003/09/06 06:30:49 1479 Log: Bytecompiler and byteloader are now in better shape. 1480 (While the C backend is a smoking ruin.) 1481 Branch: maint-5.8/perl 1482 ! pod/perldelta.pod 1483____________________________________________________________________________ 1484[ 21053] By: jhi on 2003/09/05 20:45:41 1485 Log: Enache thinks now is a good spot to bring back the fixed 1486 bytecode goodness to maint. (Not the bytecode.t, though: 1487 that's still too unfinished.) 1488 Branch: maint-5.8/perl 1489 !> bytecode.pl embed.fnc embed.h ext/B/B/Asmdata.pm 1490 !> ext/B/B/Assembler.pm ext/B/B/Bytecode.pm 1491 !> ext/B/B/Disassembler.pm ext/B/t/assembler.t 1492 !> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c global.sym 1493 !> op.c op.h proto.h t/TEST 1494____________________________________________________________________________ 1495[ 21050] By: jhi on 2003/09/05 14:23:02 1496 Log: Update Changes. 1497 Branch: maint-5.8/perl 1498 ! Changes patchlevel.h 1499____________________________________________________________________________ 1500[ 21049] By: jhi on 2003/09/05 13:56:44 1501 Log: Integrate: 1502 [ 21036] 1503 Subject: Re: [PATCH] Data::Dumper 2.121 1504 From: Ilya Martynov <ilya@martynov.org> 1505 Date: Fri, 05 Sep 2003 00:33:46 +0400 1506 Message-ID: <87ad9kuwd1.fsf@abra.ru> 1507 1508 [ 21039] 1509 Another seemingly fixed (un)tie bug, 1510 [perl ##22297] cannot untie scalar from within tied FETCH 1511 1512 [ 21040] 1513 [perl #3763] code example error in "perlopentut" 1514 1515 [ 21041] 1516 Subject: [PATCH] Remove dublicated entry in AUTHORS 1517 From: Ilya Martynov <ilya@martynov.org> 1518 Date: Fri, 05 Sep 2003 00:49:57 +0400 1519 Message-ID: <8765k8uvm2.fsf@abra.ru> 1520 1521 [ 21042] 1522 Acknowledge some known tie bugs. 1523 1524 [ 21043] 1525 Changed conflicting diff options 1526 1527 [ 21044] 1528 FreeBSD hints updates from Anton Berezin. 1529 1530 [ 21045] 1531 More suidperl path disclosure plugging: 1532 the #9813 didn't do enough. See either of 1533 http://rt.perl.org/rt2/Ticket/Display.html?id=6511 1534 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426 1535 1536 [ 21046] 1537 Subject: versions threads modules 1538 From: Elizabeth Mattijsen <liz@dijkmat.nl> 1539 Date: Fri, 5 Sep 2003 12:22:52 +0200 1540 Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]> 1541 1542 [ 21047] 1543 Subject: [PATCH] threads/shared.pm: saves 4K per thread 1544 Date: Fri, 5 Sep 2003 14:46:00 +0200 1545 Message-Id: <p05111b05bb7e177db044@[192.168.56.4]> 1546 From: Elizabeth Mattijsen <liz@dijkmat.nl> 1547 1548 [ 21048] 1549 One more known tie problem. 1550 Branch: maint-5.8/perl 1551 !> AUTHORS ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm 1552 !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t 1553 !> ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t 1554 !> ext/threads/shared/shared.pm hints/freebsd.sh patchlevel.h 1555 !> perl.c pod/perldiag.pod pod/perlopentut.pod pod/perltie.pod 1556 !> t/op/tie.t 1557____________________________________________________________________________ 1558[ 21035] By: jhi on 2003/09/04 19:02:26 1559 Log: Integrate: 1560 [ 21027] 1561 AUTHORS updates. 1562 1563 [ 21028] 1564 A SuSE patchlet for perlcc -c to avoid 1565 "Modification of a read-only value attempted at ... C.pm" 1566 1567 [ 21029] 1568 Tiny perlcc tweaks. 1569 1570 [ 21030] 1571 Subject: Re: "vendor" patch pickup 1572 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 1573 Date: Thu, 4 Sep 2003 19:47:55 +0200 1574 Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2> 1575 1576 (Gentoo: take Marcus' version of the __THROW patch and 1577 even further #ifdef-protect it with __GLIBC__.) 1578 1579 [ 21031] 1580 Subject: [PATCH] perlreftut: change distribution conditions 1581 From: "Brendan O'Dea" <bod@debian.org> 1582 Date: Thu, 4 Sep 2003 02:28:49 +1000 1583 Message-ID: <20030903162849.GA9675@londo.c47.org> 1584 1585 [ 21033] 1586 I think once is enough. 1587 Branch: maint-5.8/perl 1588 !> AUTHORS configure.gnu ext/B/B/C.pm perl.h pod/perlreftut.pod 1589 !> utils/perlcc.PL 1590____________________________________________________________________________ 1591[ 21034] By: jhi on 2003/09/04 18:57:14 1592 Log: Regen the Asmdata for maint (only the VERSION changes, which is okay) 1593 Branch: maint-5.8/perl 1594 ! ext/B/B/Asmdata.pm 1595____________________________________________________________________________ 1596[ 21026] By: jhi on 2003/09/03 20:29:34 1597 Log: Integrate: 1598 [ 21022] 1599 Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids 1600 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 1601 Date: Wed, 3 Sep 2003 19:20:20 +0200 1602 Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2> 1603 1604 [ 21025] 1605 Upgrade to Math::BigInt pre-rel 1.66 as of 1606 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html 1607 (the tar.gz link doesn't have 'v1.66', it has '1.66') 1608 so that the smoke builds can start chewing it. 1609 Branch: maint-5.8/perl 1610 !> Porting/valgrindpp.pl lib/Math/BigInt.pm 1611 !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t 1612 !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc 1613 !> lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc 1614 !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t 1615 !> lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t 1616 !> lib/Math/BigInt/t/with_sub.t 1617____________________________________________________________________________ 1618[ 21023] By: jhi on 2003/09/03 17:01:01 1619 Log: perldelta polishing. 1620 Branch: maint-5.8/perl 1621 ! pod/perldelta.pod 1622____________________________________________________________________________ 1623[ 21021] By: jhi on 2003/09/03 16:10:31 1624 Log: Update Changes. 1625 Branch: maint-5.8/perl 1626 ! Changes patchlevel.h 1627____________________________________________________________________________ 1628[ 21020] By: jhi on 2003/09/03 16:07:02 1629 Log: Integrate: 1630 [ 21016] 1631 Add, document, and test bytes::substr, index, rindex, chr, 1632 document bytes::ord. 1633 1634 [ 21017] 1635 Bump up the VERSION. 1636 1637 [ 21019] 1638 Also indicate the Unicode level here. 1639 (The last date is non-committal :-) 1640 Branch: maint-5.8/perl 1641 !> lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl 1642 !> pod/perlunicode.pod 1643____________________________________________________________________________ 1644[ 21015] By: jhi on 2003/09/03 07:06:08 1645 Log: Integrate: 1646 [ 21008] 1647 VMS does not have quite UNIX glob semantics. 1648 1649 [ 21009] 1650 Subject: Re: maint@20974 or before broke mp2 ithreads test 1651 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 1652 Date: Wed, 3 Sep 2003 06:07:54 +0200 1653 Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2> 1654 1655 [ 21010] 1656 Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object 1657 From: Joe McMahon <mcmahon@ibiblio.org> 1658 Date: Tue, 2 Sep 2003 18:02:14 -0400 1659 Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org> 1660 1661 [ 21011] 1662 Changing the test count is a good idea. 1663 1664 [ 21012] 1665 Upgrade to base 2.01 from CPAN. 1666 1667 [ 21013] 1668 use IO; is deprecated. 1669 1670 [ 21014] 1671 Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test 1672 From: Marcus Holland-Moritz <mhx-perl@gmx.net> 1673 Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST) 1674 Message-ID: <29644.1062572245@www50.gmx.net> 1675 1676 The other half of #20930 should be still good. 1677 1678 (The fields.pm from the base 2.01 not integrated, though, 1679 because otherwise fields.t and t/lib/warnings/doio will 1680 start emitting "Pseudo-hashes are deprecated" warnings) 1681 Branch: maint-5.8/perl 1682 !> ext/threads/t/join.t lib/base.pm lib/dumpvar.pl op.c 1683 !> t/run/fresh_perl.t 1684____________________________________________________________________________ 1685[ 21004] By: jhi on 2003/09/02 19:10:18 1686 Log: Integrate: 1687 [ 20995] 1688 Subject: [perl #23679] perl-5.8.1-RC4 perldelta typo 1689 From: "mcharity@vendian.org (via RT)" <perlbug-followup@perl.org> 1690 Date: 1 Sep 2003 22:11:00 -0000 1691 Message-ID: <rt-23679-64048.6.59087677001438@rt.perl.org> 1692 1693 [ 20996] 1694 Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort 1695 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 1696 Date: Tue, 02 Sep 2003 11:27:19 +0200 1697 Message-id: <20030902092719.GA18075@ethan> 1698 1699 [ 20997] 1700 Subject: [PATCH perlfaq6.pod] Explain \Q better 1701 From: Mark Jason Dominus <mjd@plover.com> 1702 Date: Mon, 01 Sep 2003 16:19:20 -0400 1703 Message-ID: <20030901201920.3929.qmail@plover.com> 1704 1705 [ 20998] 1706 Subject: [perl #23672] Math::BigInit POD 1707 From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org> 1708 Date: 1 Sep 2003 08:47:39 -0000 1709 Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org> 1710 1711 [ 20999] 1712 Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning 1713 From: Fergal Daly <fergal@esatclear.ie> 1714 Date: Tue, 2 Sep 2003 17:36:52 +0100 1715 Message-Id: <200309021736.52725.fergal@esatclear.ie> 1716 1717 [ 21000] 1718 Retract #20930 because of 1719 Subject: maint@20974 or before broke mp2 ithreads test 1720 From: Stas Bekman <stas@stason.org> 1721 Date: Mon, 01 Sep 2003 23:31:11 -0700 1722 Message-ID: <3F54392F.7080009@stason.org> 1723 1724 [ 21003] 1725 An untie test from perlmonks-- worked in 5.6.1, 1726 broken in 5.8.0, seems to be working again in maint, 1727 better nail it down now. 1728 Branch: maint-5.8/perl 1729 !> ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm 1730 !> ext/Devel/PPPort/t/test.t lib/Math/BigInt.pm op.c 1731 !> pod/perldiag.pod pod/perlfaq6.pod t/op/tie.t 1732____________________________________________________________________________ 1733[ 21002] By: jhi on 2003/09/02 18:23:44 1734 Log: Better wording for Rafael. 1735 Branch: maint-5.8/perl 1736 ! pod/perldelta.pod 1737____________________________________________________________________________ 1738[ 21001] By: jhi on 2003/09/02 15:43:23 1739 Log: More future. 1740 Branch: maint-5.8/perl 1741 ! pod/perldelta.pod 1742____________________________________________________________________________ 1743[ 20995] By: jhi on 2003/09/02 14:43:45 1744 Log: Subject: [perl #23679] perl-5.8.1-RC4 perldelta typo 1745 From: "mcharity@vendian.org (via RT)" <perlbug-followup@perl.org> 1746 Date: 1 Sep 2003 22:11:00 -0000 1747 Message-ID: <rt-23679-64048.6.59087677001438@rt.perl.org> 1748 Branch: maint-5.8/perl 1749 ! pod/perldelta.pod 1750____________________________________________________________________________ 1751[ 20994] By: jhi on 2003/09/02 14:42:10 1752 Log: Add some pressure for Enache :-) 1753 Branch: maint-5.8/perl 1754 ! pod/perldelta.pod 1755____________________________________________________________________________ 1756[ 20992] By: jhi on 2003/09/02 06:33:48 1757 Log: Update Changes. 1758 Branch: maint-5.8/perl 1759 ! Changes patchlevel.h 1760____________________________________________________________________________ 1761[ 20991] By: jhi on 2003/09/02 04:39:23 1762 Log: Integrate: 1763 [ 20978] 1764 Subject: [PATCH@20959] some WinCE compilers require a little correction 1765 From: Vadim Konovalov <vkonovalov@peterstar.ru> 1766 Date: Mon, 1 Sep 2003 02:57:33 +0400 1767 Message-ID: <1091134912500.20030901025733@peterstar.ru> 1768 1769 [ 20979] 1770 Ultrix VAX is like VMS VAX in floating point. 1771 1772 [ 20980] 1773 Subject: glob() bug 1774 From: Gurusamy Sarathy <gsar@ActiveState.com> 1775 Date: Mon, 01 Sep 2003 02:25:41 -0700 1776 Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com> 1777 1778 [ 20981] 1779 Subject: [DOC PATCH] perlfaq4.pod 1780 Date: Mon, 1 Sep 2003 12:38:50 +0200 1781 From: Elizabeth Mattijsen <liz@dijkmat.nl> 1782 Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]> 1783 1784 [ 20982] 1785 Configure -r in AIX bad. 1786 1787 [ 20983] 1788 From Craig Berry, following the example of the other podxxx.PL 1789 in relying on basename($0, '.PL') to Do The Right Thing with 1790 regard to the case of the extension, which could be either 1791 .pl or .PL on VMS depending on version-specific features. 1792 1793 [ 20989] 1794 Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl 1795 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 1796 Date: Mon, 1 Sep 2003 22:28:58 +0200 1797 Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2> 1798 1799 [ 20990] 1800 Upgrade to Unicode::Collate 0.27. 1801 Branch: maint-5.8/perl 1802 +> lib/Unicode/Collate/t/hangul.t 1803 !> MANIFEST Porting/valgrindpp.pl README.aix 1804 !> lib/Unicode/Collate.pm lib/Unicode/Collate/Changes 1805 !> lib/Unicode/Collate/README op.c pod/perlfaq4.pod 1806 !> pod/pod2usage.PL pod/podselect.PL t/op/sprintf.t 1807 !> t/run/fresh_perl.t wince/Makefile.ce wince/wince.c 1808____________________________________________________________________________ 1809[ 20974] By: jhi on 2003/08/31 15:40:42 1810 Log: Integrate: 1811 [ 20970] 1812 List the switches tested in switches.t. 1813 1814 [ 20971] 1815 Add test for -v. 1816 1817 [ 20972] 1818 Add tests for -h and (unknown) -z. 1819 1820 [ 20973] 1821 Add test for -i. 1822 Branch: maint-5.8/perl 1823 !> MANIFEST installperl t/run/switches.t 1824____________________________________________________________________________ 1825[ 20967] By: jhi on 2003/08/31 09:13:01 1826 Log: Restore also fields.pm to @20959 state. 1827 Branch: maint-5.8/perl 1828 ! lib/fields.pm 1829____________________________________________________________________________ 1830[ 20966] By: jhi on 2003/08/31 08:58:09 1831 Log: Integrate: 1832 [ 20965] 1833 Ouch. Upgrading to base 2.0 made the threads tests very unhappy 1834 both in blead and maint, lots of "Attempt to free non-existent 1835 shared string" and "Unbalanced string table refcount" errors. 1836 Retract #20960 (and #20963). 1837 Branch: maint-5.8/perl 1838 - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t 1839 - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t 1840 !> MANIFEST lib/base.pm lib/fields.pm 1841____________________________________________________________________________ 1842[ 20963] By: jhi on 2003/08/31 08:16:04 1843 Log: Muffle the 'Pseudo-hashes are deprecated' warning for maint. 1844 Branch: maint-5.8/perl 1845 ! lib/base/t/fp560.t 1846____________________________________________________________________________ 1847[ 20962] By: jhi on 2003/08/31 08:12:31 1848 Log: Integrate: 1849 [ 20960] 1850 Upgrade to base.pm 2.0. 1851 1852 (Rename the tests around a bit to be more 8.3-friendly.) 1853 1854 [ 20961] 1855 De-cargo-cult. 1856 Branch: maint-5.8/perl 1857 +> lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t 1858 +> lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t 1859 !> MANIFEST ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t 1860 !> lib/base.pm lib/fields.pm 1861____________________________________________________________________________ 1862[ 20959] By: jhi on 2003/08/30 19:57:03 1863 Log: Update Changes. 1864 Branch: maint-5.8/perl 1865 ! Changes patchlevel.h 1866____________________________________________________________________________ 1867[ 20958] By: jhi on 2003/08/30 18:55:20 1868 Log: Integrate: 1869 [ 20956] 1870 This is probably a wrong fix for 1871 [perl #23645] tell with perlio on appended files 1872 but maybe this gets NI-S agitated enough to present the correct fix :-) 1873 1874 [ 20957] 1875 Fewer naked char constants. 1876 Branch: maint-5.8/perl 1877 !> doio.c perlio.c sv.h t/io/tell.t 1878____________________________________________________________________________ 1879[ 20955] By: jhi on 2003/08/30 17:17:57 1880 Log: Integrate: 1881 [ 20952] 1882 Tweak XSLoader.t. 1883 XSLoader is supposed to work even for extensions that 1884 are statically linked. So only check that the extension we 1885 test for is actually available. (This test is not supposed 1886 to be run by miniperl.) 1887 1888 [ 20953] 1889 In maint unpack is ($$), not ($;$). 1890 1891 [ 20954] 1892 A new try at 1893 1894 Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin 1895 From: "Gerrit P. Haase" <gp@familiehaase.de> 1896 Date: Thu, 28 Aug 2003 08:18:51 +0200 1897 Message-ID: <4157199551.20030828081851@familiehaase.de> 1898 1899 (this time Cygwin only) 1900 Branch: maint-5.8/perl 1901 !> ext/DynaLoader/t/XSLoader.t perlio.c 1902____________________________________________________________________________ 1903[ 20953] By: jhi on 2003/08/30 17:02:07 1904 Log: In maint unpack is ($$), not ($;$). 1905 Branch: maint-5.8/perl 1906 ! t/op/cproto.t 1907____________________________________________________________________________ 1908[ 20951] By: jhi on 2003/08/30 06:51:09 1909 Log: Integrate: 1910 [ 20950] 1911 Something went wrong in change #20929; 1912 linux 2.4.18-bf2.4 didn't like it: 1913 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html 1914 and similar failure pattern also seen in Solaris 8. 1915 Branch: maint-5.8/perl 1916 !> perlio.c 1917____________________________________________________________________________ 1918[ 20949] By: jhi on 2003/08/30 06:09:31 1919 Log: Integrate: 1920 [ 20948] 1921 Setup @INC. 1922 Branch: maint-5.8/perl 1923 !> t/op/cproto.t 1924____________________________________________________________________________ 1925[ 20947] By: jhi on 2003/08/30 06:07:56 1926 Log: Integrate: 1927 [ 20940] 1928 Add a new test, to ensure that we don't unexpectedly change 1929 prototypes of builtins. 1930 1931 [ 20941] 1932 Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T 1933 From: Stas Bekman <stas@stason.org> 1934 Date: Fri, 29 Aug 2003 17:11:41 -0700 1935 Message-ID: <3F4FEBBD.8000901@stason.org> 1936 1937 [ 20942] 1938 Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS 1939 From: PPrymmer@factset.com 1940 Date: Sat, 30 Aug 2003 00:57:28 -0400 1941 Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com> 1942 1943 [ 20943] 1944 Missed from #20942. 1945 1946 [ 20944] 1947 Subject: [PATCH] XSLoader nits and tests 1948 From: Michael G Schwern <schwern@pobox.com> 1949 Date: Fri, 29 Aug 2003 22:55:07 -0700 1950 Message-ID: <20030830055507.GI25970@windhund.schwern.org> 1951 1952 [ 20945] 1953 Make XSLoader.t more robust (and sdbm.t more verbose) 1954 1955 [ 20946] 1956 Tabify and re-sort MANIFEST. 1957 Branch: maint-5.8/perl 1958 +> ext/DynaLoader/t/XSLoader.t t/op/cproto.t 1959 !> MANIFEST ext/DynaLoader/XSLoader_pm.PL ext/SDBM_File/t/sdbm.t 1960 !> lib/File/Spec.pm lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t 1961 !> pod/perlapi.pod sv.h 1962____________________________________________________________________________ 1963[ 20939] By: jhi on 2003/08/29 20:28:49 1964 Log: Integrate: 1965 [ 20935] 1966 Tiny doc tweak from Shannon -jj Behrens. 1967 1968 [ 20936] 1969 Some perluniintro tweaks. 1970 1971 [ 20937] 1972 Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others 1973 From: Nicholas Clark <nick@ccl4.org> 1974 Date: Wed, 27 Aug 2003 22:59:55 +0100 1975 Message-ID: <20030827225955.E558@plum.flirble.org> 1976 Branch: maint-5.8/perl 1977 !> pod/perluniintro.pod pp.c 1978____________________________________________________________________________ 1979[ 20934] By: jhi on 2003/08/29 15:12:24 1980 Log: Integrate: 1981 [ 20927] 1982 MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby. 1983 1984 [ 20928] 1985 Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization 1986 From: marek.rouchal@infineon.com 1987 Date: Wed, 27 Aug 2003 17:25:28 +0200 1988 Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com> 1989 1990 PodParser-1.25 prerelease. 1991 1992 [ 20929] 1993 Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin 1994 From: "Gerrit P. Haase" <gp@familiehaase.de> 1995 Date: Thu, 28 Aug 2003 08:18:51 +0200 1996 Message-ID: <4157199551.20030828081851@familiehaase.de> 1997 1998 (changed so that the 'b' is always appended) 1999 2000 [ 20930] 2001 Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks 2002 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 2003 Date: Thu, 28 Aug 2003 21:47:22 +0200 2004 Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2> 2005 2006 [ 20931] 2007 Some Ultrix test dodgings. 2008 2009 [ 20932] 2010 Better skip() explicit number of tests, test counts getting 2011 out of sync less likely that way. 2012 2013 (in the change #20989 podchecker.PL changes were ignored since 2014 the maint change #18402 is missing from the blead) 2015 Branch: maint-5.8/perl 2016 !> ext/DynaLoader/dl_mpeix.xs lib/Pod/Checker.pm lib/Pod/Find.pm 2017 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm mpeix/mpeix.c op.c 2018 !> perlio.c pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL 2019 !> t/base/num.t t/op/arith.t t/op/pack.t t/pod/find.t 2020 !> t/pod/poderrs.xr 2021____________________________________________________________________________ 2022[ 20926] By: jhi on 2003/08/28 16:45:10 2023 Log: Integrate: 2024 [ 20920] 2025 Add the valgrindpp.pl script from Marcus Holland-Moritz. 2026 2027 [ 20921] 2028 Configure is doing fine in Ultrix, operator error. 2029 2030 [ 20922] 2031 Add caveats and tests for Symbol::delete_package(). 2032 2033 [ 20923] 2034 Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod 2035 From: Michael G Schwern <schwern@pobox.com> 2036 Date: Wed, 27 Aug 2003 15:05:20 -0700 2037 Message-ID: <20030827220520.GD7300@windhund.schwern.org> 2038 2039 [ 20924] 2040 Subject: [PATCH] Quieten more warnings in Deparse.pm 2041 From: Paul Johnson <paul@pjcj.net> 2042 Date: Thu, 28 Aug 2003 00:13:59 +0200 2043 Message-ID: <20030827221359.GE28396@pjcj.net> 2044 2045 [ 20925] 2046 Subject: [PATCH] valgrindpp.pl 2047 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 2048 Date: Thu, 28 Aug 2003 09:43:49 +0200 2049 Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2> 2050 Branch: maint-5.8/perl 2051 +> Porting/valgrindpp.pl 2052 !> MANIFEST ext/B/B/Deparse.pm hints/ultrix_4.sh 2053 !> lib/ExtUtils/MakeMaker/Tutorial.pod lib/Symbol.pm lib/Symbol.t 2054____________________________________________________________________________ 2055[ 20919] By: jhi on 2003/08/27 13:46:42 2056 Log: Integrate: 2057 [ 20913] 2058 Integrate two DJGPP portability patches from the 5.6.2 branch : 2059 2060 [20859] 2061 Two portability patches for DJGPP from Richard Dawe 2062 <rich@phekda.freeserve.co.uk>. 2063 Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk> 2064 2065 [20911] 2066 Don't uppercase automatically all environment variables on DJGPP. 2067 (reported by Richard Dawe, this breaks portability of Unix 2068 scripts.) Don't change the behaviour on plain MS/DOS. 2069 Branch: maint-5.8/perl 2070 !> djgpp/djgppsed.sh dosish.h perl.c 2071____________________________________________________________________________ 2072[ 20918] By: jhi on 2003/08/27 13:15:45 2073 Log: Integrate: 2074 [ 20907] 2075 Maintainer catch from Rafael. 2076 2077 [ 20908] 2078 Subject: [PATCH] minor File::Spec testing cleanup 2079 From: Ken Williams <ken@mathforum.org> 2080 Date: Thu, 21 Aug 2003 22:47:51 -0500 2081 Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org> 2082 2083 [ 20910] 2084 Change the internal prototype of the pop() and shift() builtins 2085 to (;\@), to reflect that their array argument is optional. 2086 2087 [ 20912] 2088 perlapi.pod tweaks, based on : 2089 Subject: misdocumented return value for sv_setref* 2090 From: Joe Schaefer <joe+perl@sunstarsys.com> 2091 Date: 12 Aug 2003 13:21:42 -0400 2092 Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com> 2093 2094 [ 20916] 2095 Ultrix tweaks: <string.h> must not be included twice 2096 (otherwise one gets prototype conflicts between the <string.h> 2097 and proto.h because Ultrix thinks e.g. Perl_ninstr has been 2098 define in <string.h>...); and Configure misprobes some features. 2099 2100 [ 20917] 2101 Subject: disturbing, disruptive typo in Tutorial.pod [PATCH] 2102 From: "John P. Linderman" <jpl@research.att.com> 2103 Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT) 2104 Message-Id: <200308271210.IAA23907@raptor.research.att.com> 2105 2106 Subject: typo in pod/perlnewmod.pod [PATCH] 2107 From: "John P. Linderman" <jpl@research.att.com> 2108 Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT) 2109 Message-Id: <200308271307.JAA46955@raptor.research.att.com> 2110 2111 Subject: [PATCH] document the location of byacc 2112 From: Dave Mitchell <davem@fdgroup.com> 2113 Date: Wed, 27 Aug 2003 14:26:50 +0100 2114 Message-ID: <20030827132650.GA23144@fdgroup.com> 2115 Branch: maint-5.8/perl 2116 !> Porting/Maintainers.pl Porting/pumpkin.pod ext/POSIX/POSIX.xs 2117 !> ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h 2118 !> ext/Socket/Socket.xs hints/ultrix_4.sh 2119 !> lib/ExtUtils/MakeMaker/Tutorial.pod 2120 !> lib/File/Spec/t/rel2abs2rel.t opcode.h opcode.pl perl.h 2121 !> pod/perlapi.pod pod/perlnewmod.pod sv.c 2122____________________________________________________________________________ 2123[ 20906] By: jhi on 2003/08/26 09:38:57 2124 Log: Integrate: 2125 [ 20899] 2126 [perl #23577] fix syscall() prototype description in 2127 perlfunc.pod, as suggested by Lukas Mai. 2128 2129 [ 20900] 2130 More memory lane. 2131 2132 [ 20901] 2133 Subject: Re: [PATCH] valgrind and /#/x 2134 From: Enache Adrian <enache@rdslink.ro> 2135 Date: Tue, 26 Aug 2003 08:11:07 +0300 2136 Message-ID: <20030826051107.GA1086@ratsnest.hole> 2137 2138 [ 20902] 2139 CGI::Carp from CGI.pm 3.00 was missing. 2140 2141 [ 20903] 2142 PerlIO on EBCDIC on BS2000 advice from Thomas Dorner. 2143 (This information looks interesting enough to be mentioned 2144 elsewhere, too.) 2145 2146 [ 20904] 2147 No dynaloading at all in Ultrix. 2148 2149 [ 20905] 2150 Take a cutdown version of the change #20903 also to perlebcdic. 2151 Branch: maint-5.8/perl 2152 !> README.bs2000 hints/ultrix_4.sh lib/CGI/Carp.pm 2153 !> pod/perlebcdic.pod pod/perlfunc.pod regcomp.c t/op/re_tests 2154 !> t/run/fresh_perl.t toke.c 2155____________________________________________________________________________ 2156[ 20898] By: jhi on 2003/08/25 19:59:49 2157 Log: Update Changes. 2158 Branch: maint-5.8/perl 2159 ! Changes patchlevel.h 2160____________________________________________________________________________ 2161[ 20897] By: jhi on 2003/08/25 19:56:08 2162 Log: Integrate: 2163 [ 20886] 2164 SunOS 4.1.4 is working, too. 2165 2166 [ 20887] 2167 pat.t -> charnames -> UCD -> Storable, 2168 not good for static builds and minitest. 2169 2170 [ 20888] 2171 The #20887 didn't go over that well; 2172 and add a few more tests from UTS#18. 2173 2174 [ 20889] 2175 More SunOS 4.x info. 2176 2177 [ 20890] 2178 Subject: [5.8.1] maint @ 20845 OK on aix 4.2 2179 From: Jose.auguste-etienne@cgss-guyane.fr 2180 Date: Mon, 25 Aug 2003 14:35:45 -0300 2181 Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr> 2182 2183 AIX Configure advice. 2184 2185 [ 20891] 2186 The new tests of #20888 didn't really test what they claimed to. 2187 2188 [ 20892] 2189 More ptags tweakage from Stas; now add 'fullpath' 2190 option to get absolute paths. 2191 2192 [ 20893] 2193 Subject: more valgrinding: select problem? 2194 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 2195 Date: Mon, 25 Aug 2003 22:02:17 +0200 2196 Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2> 2197 2198 In glibc, just use the __FD_SETSIZE since that's 2199 the size of the buffer (usually 1024 bits, much 2200 more than the selectminbits of 32). 2201 2202 [ 20894] 2203 Subject: [PATCH@20512] make backspace key work for WinCE users 2204 From: Vadim Konovalov <vkonovalov@peterstar.ru> 2205 Date: Tue, 26 Aug 2003 00:10:29 +0400 2206 Message-ID: <135606488000.20030826001029@peterstar.ru> 2207 2208 [ 20895] 2209 Even more SunOS 4 info. 2210 2211 [ 20896] 2212 Tiny doc tweak. 2213 Branch: maint-5.8/perl 2214 !> README.aix README.solaris emacs/ptags hints/sunos_4_1.sh 2215 !> pp_sys.c t/op/pat.t wince/perlmain.c 2216____________________________________________________________________________ 2217[ 20885] By: jhi on 2003/08/25 16:13:44 2218 Log: Regen perlmodlib, perltoc. 2219 Branch: maint-5.8/perl 2220 ! pod/perlmodlib.pod pod/perltoc.pod 2221____________________________________________________________________________ 2222[ 20883] By: jhi on 2003/08/25 15:49:41 2223 Log: Integrate: 2224 [ 20875] 2225 Upgrade to CGI.pm 3.00. 2226 2227 [ 20876] 2228 Keep the CGI::Util VERSION at 1.31 since there have been changes 2229 since Perl 5.8.0. 2230 2231 [ 20877] 2232 Change the VERSION since there are now changes since Perl 5.8.0. 2233 2234 [ 20878] 2235 Document even more ways of affecting your "utf8ness". 2236 2237 [ 20879] 2238 Subject: Please update my address 2239 From: Ed Avis <ed@membled.com> 2240 Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST) 2241 Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net> 2242 2243 (Just the AUTHORS part, though, I don't think retroactively 2244 updating the Changes* is useful.) 2245 2246 [ 20880] 2247 Subject: [PATCH] valgrind and /#/x 2248 From: Dave Mitchell <davem@fdgroup.com> 2249 Date: Mon, 25 Aug 2003 13:27:49 +0100 2250 Message-ID: <20030825122748.GA15560@fdgroup.com> 2251 2252 [ 20881] 2253 UVSIZE is not yet defined when it would be needed 2254 by MULTIARCH. So go back to LONGSIZE, and (belt- 2255 and-suspenders-and-rope style) later in UVSIZE 2256 possibly redefine BYTEORDER. 2257 Branch: maint-5.8/perl 2258 !> AUTHORS Configure config_h.SH ext/I18N/Langinfo/Langinfo.pm 2259 !> lib/CGI.pm lib/CGI/Util.pm lib/utf8.pm regcomp.c 2260____________________________________________________________________________ 2261[ 20874] By: jhi on 2003/08/25 09:40:24 2262 Log: Update Changes. 2263 Branch: maint-5.8/perl 2264 ! Changes patchlevel.h 2265____________________________________________________________________________ 2266[ 20873] By: jhi on 2003/08/25 09:07:58 2267 Log: Integrate: 2268 [ 20864] 2269 s/rationale/rational/g on bigrats. 2270 2271 [ 20865] 2272 An imperfect last resort in case there is no strtoul() but 2273 there is strtol() (like e.g. SunOS 4) because of the Atoul() 2274 in Perl_get_hash_seed()). The only true fix would be to 2275 implement Perl_my_strtoul() (and Perl_my_strtol(), I guess) 2276 in numeric.c. 2277 2278 [ 20866] 2279 IRIX 5.3 is 99.90% okay. 2280 2281 [ 20867] 2282 Various tweaks for getting Perl to compile on SunOS 4.x. 2283 Doesn't work well yet, something broken in DynaLoader/XSLoader? 2284 2285 [ 20868] 2286 MPE/iX doc tweak from Mark Bixby. 2287 2288 [ 20870] 2289 Subject: [patch emacs/ptags] allow xemacs to be used 2290 From: Stas Bekman <stas@stason.org> 2291 Date: Sun, 24 Aug 2003 22:05:00 -0700 2292 Message-ID: <3F4998FC.3090401@stason.org> 2293 2294 [ 20871] 2295 Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?) 2296 From: Nicholas Clark <nick@ccl4.org> 2297 Date: Sun, 24 Aug 2003 16:48:53 +0100 2298 Message-ID: <20030824164851.E558@plum.flirble.org> 2299 2300 [ 20872] 2301 Subject: [PATCH] valgrind update 2302 From: Marcus Holland-Moritz <mhx-perl@gmx.net> 2303 Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST) 2304 Message-ID: <21671.1061797917@www38.gmx.net> 2305 Branch: maint-5.8/perl 2306 !> README.irix README.mpeix README.solaris doop.c emacs/ptags 2307 !> ext/IO/poll.c hints/irix_5.sh hints/sunos_4_1.sh 2308 !> lib/Math/BigRat.pm lib/bigrat.pm perl.h t/TEST t/op/magic.t 2309____________________________________________________________________________ 2310[ 20869] By: jhi on 2003/08/25 05:09:45 2311 Log: Cygwin 1.5.x looking better. 2312 Branch: maint-5.8/perl 2313 ! pod/perldelta.pod 2314____________________________________________________________________________ 2315[ 20863] By: jhi on 2003/08/24 06:43:00 2316 Log: Integrate: 2317 [ 20860] 2318 Bad quote day, noticed by Philip Newton. 2319 2320 [ 20861] 2321 gcc -O3 and Storable in Linux do not like each other. 2322 2323 [ 20862] 2324 Update the CPAN mirrors list. 2325 Branch: maint-5.8/perl 2326 !> ext/Storable/hints/linux.pl hints/dos_djgpp.sh 2327 !> pod/perlmodlib.PL pod/perlmodlib.pod 2328____________________________________________________________________________ 2329[ 20858] By: jhi on 2003/08/23 09:21:09 2330 Log: Integrate: 2331 [ 20850] 2332 Subject: [PATCH] Re: valgrind as a leak hound? 2333 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 2334 Date: Fri, 22 Aug 2003 23:28:18 +0200 2335 Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2> 2336 2337 Add the leak detection to valgrind testing. 2338 2339 [ 20851] 2340 Doc tweaks on perlhack. 2341 2342 [ 20853] 2343 Move the note about known eval leaks earlier. 2344 2345 [ 20854] 2346 More data points about the Storable optimization problem 2347 in Linux. (It might be that also non-Debians are affected, 2348 waiting for more information.) 2349 2350 [ 20855] 2351 Add more comments so that one can see what is supposed to happen. 2352 2353 [ 20856] 2354 Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture" 2355 From: Enache Adrian <enache@rdslink.ro> 2356 Date: Mon, 4 Aug 2003 16:20:19 +0300 2357 Message-ID: <20030804132019.GA6764@ratsnest.hole> 2358 Branch: maint-5.8/perl 2359 +> t/perl.supp 2360 !> Configure MANIFEST config_h.SH ext/Storable/hints/linux.pl 2361 !> pod/perlhack.pod t/TEST t/op/lc.t 2362____________________________________________________________________________ 2363[ 20845] By: jhi on 2003/08/22 15:23:12 2364 Log: Update Changes. 2365 Branch: maint-5.8/perl 2366 ! Changes patchlevel.h 2367____________________________________________________________________________ 2368[ 20844] By: jhi on 2003/08/22 15:07:15 2369 Log: Integrate: 2370 [ 20842] 2371 Try to dodge getspnam() in AIX. 2372 2373 [ 20843] 2374 Oops. Why can't C comments nest? 2375 Branch: maint-5.8/perl 2376 !> pp_sys.c 2377____________________________________________________________________________ 2378[ 20841] By: jhi on 2003/08/22 13:53:37 2379 Log: Integrate: 2380 [ 20839] 2381 Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1) 2382 From: Slaven Rezic <slaven@rezic.de> 2383 Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST) 2384 Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de> 2385 2386 [ 20840] 2387 Subject: Re: mysterious bytecode.t failure 2388 From: Enache Adrian <enache@rdslink.ro> 2389 Date: Fri, 22 Aug 2003 11:49:34 +0300 2390 Message-ID: <20030822084934.GA1257@ratsnest.hole> 2391 Branch: maint-5.8/perl 2392 !> lib/File/Temp.pm lib/File/Temp/t/tempfile.t t/base/lex.t 2393____________________________________________________________________________ 2394[ 20838] By: jhi on 2003/08/22 13:43:19 2395 Log: Integrate: 2396 [ 20837] 2397 Just #. 2398 Branch: maint-5.8/perl 2399 !> pod/buildtoc pod/perltoc.pod 2400____________________________________________________________________________ 2401[ 20836] By: jhi on 2003/08/22 13:34:08 2402 Log: Integrate: 2403 [ 20831] 2404 Rafael spotted that vms/perlvms.pod was still referred to. 2405 2406 [ 20832] 2407 Retract #20826 and #20831; things are done differently 2408 in VMS, it seems. Maybe the vms/descrip_mms.template 2409 needs to be changed? 2410 2411 [ 20833] 2412 In the vms/descrip_mms.template the perlvms.pod must 2413 be copied from vms/, err, [.vms], not [.pod]. 2414 2415 [ 20834] 2416 Also MANIFEST the vms/perlvms restoration. 2417 2418 [ 20835] 2419 Regen toc. 2420 Branch: maint-5.8/perl 2421 +> vms/perlvms.pod 2422 - pod/perlvms.pod 2423 !> MANIFEST Makefile.SH pod/buildtoc pod/perltoc.pod 2424 !> vms/descrip_mms.template 2425____________________________________________________________________________ 2426[ 20830] By: jhi on 2003/08/22 12:28:15 2427 Log: Integrate: 2428 [ 20819] 2429 Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt) 2430 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 2431 Date: Fri, 22 Aug 2003 09:01:09 +0200 2432 Message-id: <20030822070109.GA1029@ethan> 2433 2434 [ 20820] 2435 Advertise the encoding pragma at the utf8 pragma. 2436 2437 [ 20821] 2438 Put the tests of the change #19064 back, but disable them. 2439 2440 [ 20822] 2441 Try to make the use of utf8 as clear as possible. 2442 2443 [ 20823] 2444 Subject: Re: [perl #23463]: compiler version on sparc/netbsd 2445 From: alian@cpan.org (Alian) 2446 Date: Wed, 20 Aug 2003 20:39:17 +0200 2447 Message-ID: <3F43C055.6030709@jupiter.alianet> 2448 2449 [ 20824] 2450 Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd 2451 From: Nicholas Clark <nick@ccl4.org> 2452 Date: Thu, 21 Aug 2003 22:26:18 +0100 2453 Message-ID: <20030821222618.T558@plum.flirble.org> 2454 2455 [ 20825] 2456 Lower Storable.xs optimization to -O2 on certain 2457 known platforms. 2458 2459 [ 20826] 2460 perlvms moving day, from Craig Berry. 2461 2462 [ 20828] 2463 Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803 2464 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 2465 Date: Fri, 22 Aug 2003 14:57:09 +0200 2466 Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2> 2467 2468 [ 20829] 2469 The change #20809 opened up a code path that might leave s unset. 2470 Branch: maint-5.8/perl 2471 +> ext/Storable/hints/linux.pl pod/perlvms.pod 2472 - vms/perlvms.pod 2473 !> MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm 2474 !> ext/Devel/PPPort/t/test.t lib/File/Path.t lib/utf8.pm mg.c 2475 !> t/op/args.t t/op/pack.t 2476____________________________________________________________________________ 2477[ 20818] By: jhi on 2003/08/22 05:54:24 2478 Log: Integrate: 2479 [ 20804] 2480 Fix the syswrite downgrade bug of 2481 [perl #23428] Somethings rotten in unicode semantics 2482 2483 [ 20805] 2484 Subject: [PATCH] utf8 variable names scrambled in error messages 2485 From: Enache Adrian <enache@rdslink.ro> 2486 Date: Thu, 21 Aug 2003 21:17:26 +0300 2487 Message-ID: <20030821181726.GA1241@ratsnest.hole> 2488 2489 [ 20806] 2490 Subject: [perluniintro.pod] pod markup fix 2491 From: Stas Bekman <stas@stason.org> 2492 Date: Thu, 21 Aug 2003 11:41:01 -0700 2493 Message-ID: <3F45123D.8020805@stason.org> 2494 2495 [ 20807] 2496 Must close so that unlink works portably. 2497 2498 [ 20808] 2499 Mention the Unicode UTR #18 version referenced. 2500 2501 [ 20809] 2502 The magic variables that alter STDOUT have a tendancy to segfault 2503 when accessed if STDOUT is undefined. Protect them. 2504 2505 [ 20811] 2506 No need to E<gt>. 2507 2508 [ 20812] 2509 Somehow missed 0.14 from the maint. 2510 2511 [ 20813] 2512 Subject: [PATCH] Re: pod cleanup 2513 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu> 2514 Date: Thu, 21 Aug 2003 17:09:17 -0400 2515 Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu> 2516 2517 (the pod part) 2518 2519 [ 20814] 2520 Do not edit perltoc since it is autogenerated. 2521 2522 [ 20815] 2523 Subject: Re: pod cleanup 2524 From: Ken Williams <ken@mathforum.org> 2525 Date: Thu, 21 Aug 2003 21:24:57 -0500 2526 Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org> 2527 2528 [ 20817] 2529 Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR 2530 From: insecure <insecure@mail.od.ua> 2531 Date: Thu, 21 Aug 2003 21:37:56 +0300 2532 Message-Id: <200308212137.57016.insecure@mail.od.ua> 2533 Branch: maint-5.8/perl 2534 !> ext/I18N/Langinfo/Langinfo.xs gv.c lib/File/Spec/Cygwin.pm 2535 !> lib/File/Spec/OS2.pm mg.c pod/buildtoc pod/perl5005delta.pod 2536 !> pod/perlfaq4.pod pod/perlhack.pod pod/perlipc.pod 2537 !> pod/perlpacktut.pod pod/perlunicode.pod pod/perluniintro.pod 2538 !> pp_sys.c t/io/utf8.t t/op/die.t 2539____________________________________________________________________________ 2540[ 20812] By: jhi on 2003/08/22 04:49:11 2541 Log: Somehow missed 0.14 from the maint. 2542 Branch: maint-5.8/perl 2543 +> lib/File/Temp/t/object.t 2544 !> MANIFEST lib/File/Temp.pm 2545____________________________________________________________________________ 2546[ 20803] By: jhi on 2003/08/21 15:34:44 2547 Log: Update Changes. 2548 Branch: maint-5.8/perl 2549 ! Changes patchlevel.h 2550____________________________________________________________________________ 2551[ 20802] By: jhi on 2003/08/21 15:07:17 2552 Log: Integrate: 2553 [ 20801] 2554 No more public cwd(), use private _cwd(). 2555 Branch: maint-5.8/perl 2556 !> lib/File/Spec/t/Spec.t 2557____________________________________________________________________________ 2558[ 20800] By: jhi on 2003/08/21 14:35:19 2559 Log: Integrate: 2560 [ 20797] 2561 Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS 2562 From: PPrymmer@factset.com 2563 Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com> 2564 Date: Tue, 19 Aug 2003 21:50:12 -0400 2565 2566 [ 20798] 2567 Rename the internal cwd() to _cwd() (it's not curdir). 2568 2569 [ 20799] 2570 Underline the fact that abs2rel() makes no sense 2571 if it spans multiple roots. 2572 Branch: maint-5.8/perl 2573 !> lib/ExtUtils/MM_Unix.pm lib/File/Spec.pm 2574 !> lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm 2575 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm 2576 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm 2577 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm 2578____________________________________________________________________________ 2579[ 20796] By: jhi on 2003/08/21 04:51:00 2580 Log: Integrate: 2581 [ 20785] 2582 Manifest.t.ation of Schwern. 2583 2584 [ 20786] 2585 t/TEST fails to fail when it can't find tests. 2586 2587 [ 20789] 2588 Patch from Enache for the crashing of bytecode.t in Tru64. 2589 2590 [ 20790] 2591 Upgrade to Encode 1.98. 2592 2593 [ 20791] 2594 Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile 2595 From: Steve Hay <steve.hay@uk.radan.com> 2596 Date: Wed, 20 Aug 2003 10:54:46 +0100 2597 Message-ID: <3F434566.3030602@uk.radan.com> 2598 2599 [ 20793] 2600 Subject: Re: untieing your victim during the act 2601 From: Dave Mitchell <davem@fdgroup.com> 2602 Date: Wed, 20 Aug 2003 20:44:53 +0100 2603 Message-ID: <20030820194453.GD27719@fdgroup.com> 2604 2605 [ 20794] 2606 MPE/iX does not have nanosleep() (the test makes 2607 a wrong conclusion of the linking succeeding) 2608 2609 [ 20795] 2610 Retract #19064, broke mod_perl flushing (localisation of $|). 2611 http://public.activestate.com/cgi-bin/perlbrowse?patch=19064 2612 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html 2613 Branch: maint-5.8/perl 2614 !> (integrate 26 files) 2615____________________________________________________________________________ 2616[ 20784] By: jhi on 2003/08/19 19:26:43 2617 Log: Integrate: 2618 [ 20783] 2619 Nick's podulator was right, I just hadn't read the manual... 2620 the vms\perlvms.pod lines needed to be moved. 2621 Branch: maint-5.8/perl 2622 !> win32/Makefile win32/makefile.mk 2623____________________________________________________________________________ 2624[ 20782] By: jhi on 2003/08/19 17:24:25 2625 Log: Integrate: 2626 [ 20761] 2627 Use the base class cwd() method. 2628 2629 [ 20762] 2630 Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS 2631 From: PPrymmer@factset.com 2632 Date: Mon, 18 Aug 2003 14:28:22 -0400 2633 Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com> 2634 2635 [ 20763] 2636 Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t 2637 From: PPrymmer@factset.com 2638 Date: Mon, 18 Aug 2003 15:57:12 -0400 2639 Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com> 2640 2641 [ 20764] 2642 Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl. 2643 2644 [ 20765] 2645 Pod tweaks for NEXT from Alan Ferrency. 2646 2647 [ 20766] 2648 Nicholas Clark's podulator. The win32 makefile 2649 generation doesn't seem to be working yet. 2650 2651 [ 20767] 2652 Try to unify the MANIFEST sorting. 2653 2654 [ 20768] 2655 Still trying to unify MANIFEST sorting. 2656 2657 [ 20769] 2658 Update the history records. 2659 2660 [ 20770] 2661 Subject: [PATCH] maintperl - File::Spec cwd() stuff 2662 From: Ken Williams <ken@mathforum.org> 2663 Date: Mon, 18 Aug 2003 17:07:43 -0500 2664 Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org> 2665 2666 [ 20771] 2667 Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff 2668 From: Michael G Schwern <schwern@pobox.com> 2669 Date: Mon, 18 Aug 2003 18:02:08 -0700 2670 Message-ID: <20030819010208.GI14782@windhund.schwern.org> 2671 2672 [ 20772] 2673 Replace #20763 with 2674 2675 Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t 2676 From: Michael G Schwern <schwern@pobox.com> 2677 Date: Mon, 18 Aug 2003 17:07:30 -0700 2678 Message-ID: <20030819000729.GG14782@windhund.schwern.org> 2679 2680 [ 20773] 2681 These are kind of important. 2682 2683 [ 20774] 2684 's buildtoc now. 2685 2686 [ 20776] 2687 Replace #20772 with 2688 2689 Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t 2690 From: PPrymmer@factset.com 2691 Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com> 2692 Date: Tue, 19 Aug 2003 10:29:44 -0400 2693 2694 [ 20777] 2695 One less failure. 2696 2697 [ 20778] 2698 Unnecessary whitespace diff. 2699 2700 [ 20779] 2701 Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff 2702 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 2703 Date: Tue, 19 Aug 2003 08:28:14 -0700 2704 Message-ID: <20030819152814.GA15441@math.berkeley.edu> 2705 2706 [ 20780] 2707 Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted 2708 From: alian <alian@cpan.org> 2709 Date: Tue, 19 Aug 2003 18:18:03 +0200 2710 Message-ID: <20030819161650.65754.qmail@onion.perl.org> 2711 2712 [ 20781] 2713 Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well known) printer won't install in RH-9] 2714 From: Andy Dougherty <doughera@lafayette.edu> 2715 Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT) 2716 Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu> 2717 Branch: maint-5.8/perl 2718 +> ext/B/hints/openbsd.pl pod.lst pod/buildtoc 2719 - pod/buildtoc.PL 2720 ! MANIFEST pod/perl.pod pod/perltoc.pod vms/descrip_mms.template 2721 ! win32/pod.mak 2722 !> INSTALL Makefile.SH README.cygwin ext/Fcntl/Fcntl.pm 2723 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Manifest.t 2724 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm 2725 !> lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t lib/NEXT.pm 2726 !> pod/Makefile.SH pod/perlfunc.pod pod/perlhist.pod t/io/utf8.t 2727____________________________________________________________________________ 2728[ 20760] By: jhi on 2003/08/18 10:03:40 2729 Log: Update Changes. 2730 Branch: maint-5.8/perl 2731 ! Changes patchlevel.h 2732____________________________________________________________________________ 2733[ 20759] By: jhi on 2003/08/18 09:53:18 2734 Log: Integrate: 2735 [ 20758] 2736 Subject: [PATCH] Uppercase globals in Pod::Html 2737 From: Michael G Schwern <schwern@pobox.com> 2738 Date: Mon, 18 Aug 2003 03:29:09 -0700 2739 Message-ID: <20030818102909.GJ823@windhund.schwern.org> 2740 Branch: maint-5.8/perl 2741 !> lib/Pod/Html.pm 2742____________________________________________________________________________ 2743[ 20757] By: jhi on 2003/08/18 09:30:25 2744 Log: Integrate: 2745 [ 20749] 2746 Subject: [PATCH] Taint safe Cwd::_qnx_abs_path() 2747 From: Michael G Schwern <schwern@pobox.com> 2748 Date: Sat, 16 Aug 2003 14:58:25 -0700 2749 Message-ID: <20030816215824.GF5859@windhund.schwern.org> 2750 2751 (plus local *REALPATH) 2752 2753 [ 20750] 2754 Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS)) 2755 From: "Craig A. Berry" <craigberry@mac.com> 2756 Date: Sun, 17 Aug 2003 23:28:21 -0500 2757 Message-ID: <3F4055E5.2070407@mac.com> 2758 2759 [ 20751] 2760 utf8::is_utf8() wasn't there in 5.8.0. 2761 2762 [ 20752] 2763 I could have sworn the base class method was there. 2764 2765 [ 20753] 2766 Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS)) 2767 From: Michael G Schwern <schwern@pobox.com> 2768 Date: Mon, 18 Aug 2003 01:34:34 -0700 2769 Message-ID: <20030818083433.GB823@windhund.schwern.org> 2770 2771 [ 20754] 2772 Upgrade to ExtUtils::MakeMaker 6.16. 2773 2774 [ 20755] 2775 Warn about the slowness of memory debuggers. 2776 2777 [ 20756] 2778 Subject: [PATCH] Pod::Html unifying global variable declaration and initialization 2779 From: Michael G Schwern <schwern@pobox.com> 2780 Date: Mon, 18 Aug 2003 02:44:31 -0700 2781 Message-ID: <20030818094431.GG823@windhund.schwern.org> 2782 Branch: maint-5.8/perl 2783 +> lib/ExtUtils/t/prereq_print.t 2784 !> MANIFEST lib/Cwd.pm lib/ExtUtils/Changes 2785 !> lib/ExtUtils/Installed.pm lib/ExtUtils/MANIFEST.SKIP 2786 !> lib/ExtUtils/META.yml lib/ExtUtils/MM_Win32.pm 2787 !> lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm 2788 !> lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t 2789 !> lib/ExtUtils/t/Manifest.t lib/File/Spec/Unix.pm 2790 !> lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl lib/utf8.pm 2791 !> pod/perlhack.pod 2792____________________________________________________________________________ 2793[ 20748] By: jhi on 2003/08/17 08:46:49 2794 Log: Integrate: 2795 [ 20747] 2796 Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die 2797 From: Enache Adrian <enache@rdslink.ro> 2798 Date: Sat, 16 Aug 2003 16:03:16 +0300 2799 Message-ID: <20030816130316.GA1654@ratsnest.hole> 2800 2801 Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die 2802 From: Enache Adrian <enache@rdslink.ro> 2803 Date: Sun, 17 Aug 2003 04:42:22 +0300 2804 Message-ID: <20030817014222.GA1287@ratsnest.hole> 2805 2806 (I need a Romanian dictionary) 2807 Branch: maint-5.8/perl 2808 !> t/op/die.t util.c 2809____________________________________________________________________________ 2810[ 20746] By: jhi on 2003/08/17 07:59:42 2811 Log: Integrate: 2812 [ 20744] 2813 The "reduce memory footprint and increase speed by not 2814 unconditionally pulling in Cwd" part of 2815 2816 Subject: [PATCH] File::Spec on diet 2817 From: Tels <perl_dummy@bloodgate.com> 2818 Date: Mon, 7 Jul 2003 22:41:42 +0200 2819 Message-Id: <200307072235.03364@bloodgate.com> 2820 2821 was still valid. 2822 2823 [ 20745] 2824 The lib/Cwd.pm diet part of 2825 2826 Subject: [PATCH] File::Spec on diet 2827 From: Tels <perl_dummy@bloodgate.com> 2828 Date: Mon, 7 Jul 2003 22:41:42 +0200 2829 Message-Id: <200307072235.03364@bloodgate.com> 2830 Branch: maint-5.8/perl 2831 !> lib/Cwd.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm 2832 !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm 2833 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm 2834 !> lib/File/Spec/Win32.pm 2835____________________________________________________________________________ 2836[ 20743] By: jhi on 2003/08/17 07:10:24 2837 Log: Subject: Re: [PATCH] Taint problems in Cwd::abs_path 2838 From: Michael G Schwern <schwern@pobox.com> 2839 Date: Sat, 16 Aug 2003 14:45:26 -0700 2840 Message-ID: <20030816214526.GE5859@windhund.schwern.org> 2841 Branch: maint-5.8/perl 2842 ! ext/Cwd/t/taint.t 2843____________________________________________________________________________ 2844[ 20742] By: jhi on 2003/08/17 07:09:33 2845 Log: Integrate: 2846 [ 20734] 2847 Subject: [PATCH] Taint problems in Cwd::abs_path 2848 From: Michael G Schwern <schwern@pobox.com> 2849 Date: Fri, 15 Aug 2003 18:43:45 -0700 2850 Message-ID: <20030816014345.GE4023@windhund.schwern.org> 2851 2852 [ 20736] 2853 Avoid a "Subroutine Cwd::fastcwd redefined" warning when 2854 loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient 2855 because loading the XS part of Cwd might fail. 2856 2857 (but not the ext/Cwd/t/taint.t bits) 2858 Branch: maint-5.8/perl 2859 !> lib/Cwd.pm 2860____________________________________________________________________________ 2861[ 20740] By: jhi on 2003/08/16 21:13:53 2862 Log: Integrate: 2863 [ 20726] 2864 Clarify the E flag. 2865 2866 [ 20727] 2867 Upgrade to File::Temp 0.13 from CPAN-- 2868 but since we had a '0.13' already in 5.8.0, make this 2869 still a '0.131'. 2870 2871 [ 20728] 2872 Subject: [PATCH] Small test tweak for Memoize/t/error.t 2873 From: Andreas J Koenig <andreas.koenig@anima.de> 2874 Date: Fri, 15 Aug 2003 11:55:22 +0200 2875 Message-ID: <87smo39red.fsf@franz.ak.mind.de> 2876 2877 [ 20729] 2878 README.macosx updates about known problems. 2879 2880 [ 20730] 2881 Remove a useless vstring reference in perlnumber.pod. 2882 2883 [ 20731] 2884 More networking negativity. 2885 2886 [ 20732] 2887 Add valgrind testing target. 2888 2889 [ 20733] 2890 No ODBM for Mac OS X, even if we have Fink GDBM libraries. 2891 2892 [ 20735] 2893 Subject: [patch lib/utf8.pm] doc tweaks 2894 From: Stas Bekman <stas@stason.org> 2895 Date: Sat, 16 Aug 2003 13:30:28 -0700 2896 Message-ID: <3F3E9464.3030202@stason.org> 2897 2898 [ 20737] 2899 valgrind --help didn't return a happy exit status. 2900 2901 [ 20738] 2902 Update to Filter::Util::Call 1.6 from CPAN, but keep our 2903 $VERSION at 1.601 so that we are different in version 2904 than 5.8.0 since the module is different (one doc tweak). 2905 2906 [ 20739] 2907 Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS 2908 From: PPrymmer@factset.com 2909 Date: Sat, 16 Aug 2003 11:55:58 -0400 2910 Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com> 2911 Branch: maint-5.8/perl 2912 !> Makefile.SH README.macosx embed.fnc 2913 !> ext/Filter/Util/Call/Call.pm hints/darwin.sh installperl 2914 !> lib/File/Temp.pm lib/File/Temp/t/mktemp.t 2915 !> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t 2916 !> lib/File/Temp/t/tempfile.t lib/Memoize/t/errors.t lib/utf8.pm 2917 !> pod/perlhack.pod pod/perlnumber.pod pod/perlport.pod t/TEST 2918____________________________________________________________________________ 2919[ 20724] By: jhi on 2003/08/15 15:32:39 2920 Log: No peeking before the buffer. 2921 (This was probably the random failure showing up 2922 in Solaris with t/uni/tr_7jis.t) 2923 Branch: maint-5.8/perl 2924 ! toke.c 2925____________________________________________________________________________ 2926[ 20723] By: jhi on 2003/08/15 15:03:35 2927 Log: Lingering nanosleep. 2928 Branch: maint-5.8/perl 2929 ! Configure config_h.SH vos/config.alpha.def vos/config.alpha.h 2930 ! vos/config.ga.def vos/config.ga.h 2931____________________________________________________________________________ 2932[ 20722] By: jhi on 2003/08/15 08:46:15 2933 Log: Integrate: 2934 [ 20721] 2935 Subject: [PATCH] TEST script (Was: Not ok 20712ff) 2936 From: Andreas J Koenig <andreas.koenig@anima.de> 2937 Date: Fri, 15 Aug 2003 11:37:29 +0200 2938 Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de> 2939 Branch: maint-5.8/perl 2940 !> t/TEST 2941____________________________________________________________________________ 2942[ 20719] By: jhi on 2003/08/15 08:38:50 2943 Log: no_plan is not a good plan until TEST is fixed. 2944 Branch: maint-5.8/perl 2945 ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t 2946____________________________________________________________________________ 2947[ 20718] By: jhi on 2003/08/15 05:16:34 2948 Log: Integrate: 2949 [ 20710] 2950 Subject: PATCH RC4 IO::Dir 2951 From: Mark Jason Dominus <mjd@plover.com> 2952 Date: Thu, 14 Aug 2003 12:02:59 -0400 2953 Message-ID: <20030814160259.27586.qmail@plover.com> 2954 2955 [ 20711] 2956 perlcheat is a reference, not tutorial. 2957 2958 [ 20712] 2959 Upgrade to NEXT 0.60. 2960 2961 [ 20713] 2962 Upgrade to PerlIO::via::Quoted 0.05. 2963 2964 [ 20714] 2965 Add PerlIO::via::QuotedPrint to Maintainers. 2966 2967 [ 20715] 2968 Damian replied that he'll make a CPAN Switch 2.10 2969 out of 5.8.1 Switch 2.10. 2970 2971 [ 20716] 2972 Upgrade to Test::Harness 2.30. 2973 2974 [ 20717] 2975 Up the F::S subpackage versions; up the JPL JNI.pm version 2976 (the JPL cvs seems to be out of order), the only real change 2977 (in JNI.xs) seems to have been CRLF->LF conversion. 2978 Branch: maint-5.8/perl 2979 !> Porting/Maintainers.pl ext/IO/lib/IO/Dir.pm jpl/JNI/JNI.pm 2980 !> lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm lib/NEXT.pm 2981 !> lib/NEXT/Changes lib/NEXT/README lib/NEXT/t/actual.t 2982 !> lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t 2983 !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t 2984 !> lib/Switch.pm lib/Test/Harness.pm lib/Test/Harness/Changes 2985 !> lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t 2986 !> pod/perl.pod 2987____________________________________________________________________________ 2988[ 20709] By: jhi on 2003/08/14 14:47:24 2989 Log: Integrate: 2990 [ 20708] 2991 win32/fcrypt.c was forgotten. 2992 Branch: maint-5.8/perl 2993 !> MANIFEST 2994____________________________________________________________________________ 2995[ 20707] By: jhi on 2003/08/14 14:41:47 2996 Log: Integrate: 2997 [ 20704] 2998 XS contents changes versus VERSION non-changes. 2999 3000 [ 20705] 3001 One more XS change versus no VERSION change. 3002 (Remaining in JNI.pm/xs, don't know what to about that 3003 since JNI is kind of "stable".) 3004 3005 [ 20706] 3006 Not so great a version bump, let Paul release 0.17. 3007 Branch: maint-5.8/perl 3008 !> ext/Filter/Util/Call/Call.pm ext/NDBM_File/NDBM_File.pm 3009 !> ext/ODBM_File/ODBM_File.pm ext/PerlIO/scalar/scalar.pm 3010 !> ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm 3011____________________________________________________________________________ 3012[ 20703] By: jhi on 2003/08/14 14:31:11 3013 Log: Integrate: 3014 [ 20694] 3015 Regen warnings. 3016 3017 [ 20696] 3018 Tweak from Slaven to catch also changed .xs files 3019 (.pm -> .xs name equivalence is assumed) 3020 3021 [ 20699] 3022 All the authors of these modules have now been contacted; 3023 but assuming no CPAN updates are upcoming, here are 'fake' 3024 version updates to make us different from 5.8.0. 3025 (List::Util+Scalar::Util will soon be updated; 3026 File::Spec CPAN release will be made based on 5.8.1.) 3027 3028 [ 20700] 3029 Update to Scalar-List-Utils 1.12 3030 3031 [ 20701] 3032 Subject: [DOC PATCH] warnings.pl 3033 From: Elizabeth Mattijsen <liz@dijkmat.nl> 3034 Date: Thu, 14 Aug 2003 13:12:55 +0200 3035 Message-id: <p05111b00bb611e8835e0@[192.168.56.3]> 3036 3037 (some rewording) 3038 3039 [ 20702] 3040 Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows 3041 From: Steve Hay <steve.hay@uk.radan.com> 3042 Date: Thu, 14 Aug 2003 15:39:16 +0100 3043 Message-ID: <3F3B9F14.4040609@uk.radan.com> 3044 3045 (Sarathy okayed the idea.) 3046 Branch: maint-5.8/perl 3047 +> win32/fcrypt.c 3048 - win32/des_fcrypt.patch 3049 !> MANIFEST Porting/cmpVERSION.pl README.win32 3050 !> ext/Data/Dumper/Dumper.pm ext/List/Util/ChangeLog 3051 !> ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm 3052 !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t 3053 !> lib/CGI/Fast.pm lib/CGI/Util.pm lib/File/Temp.pm 3054 !> lib/Locale/Country.pm lib/Locale/Currency.pm 3055 !> lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm 3056 !> lib/Test/Harness/Straps.pm lib/Text/Wrap.pm lib/warnings.pm 3057 !> warnings.pl win32/Makefile win32/makefile.mk 3058____________________________________________________________________________ 3059[ 20698] By: jhi on 2003/08/14 07:06:03 3060 Log: ...than the maint versions. 3061 Branch: maint-5.8/perl 3062 ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Disassembler.pm 3063____________________________________________________________________________ 3064[ 20694] By: jhi on 2003/08/14 05:36:20 3065 Log: Regen warnings. 3066 Branch: maint-5.8/perl 3067 ! lib/warnings.pm 3068____________________________________________________________________________ 3069[ 20693] By: jhi on 2003/08/14 05:35:13 3070 Log: Integrate: 3071 [ 20685] 3072 Subject: Re: script wanted 3073 From: Enache Adrian <enache@rdslink.ro> 3074 Date: Wed, 13 Aug 2003 22:31:18 +0300 3075 Message-ID: <20030813193118.GA1273@ratsnest.hole> 3076 3077 [ 20686] 3078 Subject: Re: script wanted 3079 From: Nicholas Clark <nick@ccl4.org> 3080 Date: Wed, 13 Aug 2003 20:46:09 +0100 3081 Message-ID: <20030813204609.G20130@plum.flirble.org> 3082 3083 [ 20687] 3084 Alpha version numbers noticed by Schwern. 3085 (These hacks are no more needed since the PAUSE indexer no 3086 more indexes the insides of Perl distributions, says Andreas.) 3087 3088 [ 20688] 3089 A swath of VERSION patches from Nicholas Clark. 3090 3091 [ 20691] 3092 Add a known exception. 3093 3094 [ 20692] 3095 One more VERSION bump. 3096 Branch: maint-5.8/perl 3097 !> (integrate 61 files) 3098____________________________________________________________________________ 3099[ 20690] By: jhi on 2003/08/14 05:18:30 3100 Log: Integrate: 3101 [ 20578] 3102 Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t: 3103 Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8. 3104 which was on old bug unearthed by the change #20559. 3105 Basically, qr// + (??{$lexical}) combination is very, VERY broken. 3106 Workaround is not to use lexicals. 3107 3108 [ 20583] 3109 Change #20578 to SelfLoader is probably also useful to AutoSplit. 3110 3111 (Strictly speaking these would no be necessary (yet) for maint 3112 since the more recent lexical patches have not yet been merged, 3113 but since the qr// + (??{$lexical}) combination is dubious in 3114 any case, let's.) 3115 Branch: maint-5.8/perl 3116 !> lib/AutoSplit.pm lib/SelfLoader.pm 3117____________________________________________________________________________ 3118[ 20684] By: jhi on 2003/08/13 17:28:40 3119 Log: Even my scripts rebel. 3120 Branch: maint-5.8/perl 3121 ! patchlevel.h 3122____________________________________________________________________________ 3123[ 20683] By: jhi on 2003/08/13 17:28:00 3124 Log: Update Changes. 3125 Branch: maint-5.8/perl 3126 ! Changes patchlevel.h 3127____________________________________________________________________________ 3128[ 20682] By: jhi on 2003/08/13 17:19:03 3129 Log: Integrate: 3130 [ 20680] 3131 Subject: [PATCH] GNU Public General Public General GNU Public License License 3132 From: Michael G Schwern <schwern@pobox.com> 3133 Date: Wed, 13 Aug 2003 11:15:40 -0700 3134 Message-ID: <20030813181539.GA22658@windhund.schwern.org> 3135 3136 [ 20681] 3137 Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted 3138 From: Robin Barker <Robin.Barker@npl.co.uk> 3139 Date: Wed, 13 Aug 2003 18:05:38 +0100 3140 Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk> 3141 Branch: maint-5.8/perl 3142 !> lib/lib_pm.PL pod/perlartistic.pod pod/perlgpl.pod 3143 !> utils/h2xs.PL utils/perlcc.PL 3144____________________________________________________________________________ 3145[ 20679] By: jhi on 2003/08/13 13:55:52 3146 Log: Integrate: 3147 [ 20678] 3148 Add cmpVERSION.pl from Slaven for comparing two 3149 Perl source trees for modules that have changed 3150 but have the same version numbers. 3151 Branch: maint-5.8/perl 3152 +> Porting/cmpVERSION.pl 3153 !> MANIFEST 3154____________________________________________________________________________ 3155[ 20677] By: jhi on 2003/08/13 13:10:04 3156 Log: Integrate: 3157 [ 20668] 3158 perlipc thinko by John P. Linderman. 3159 3160 [ 20669] 3161 More don't:s for nyetworking. 3162 3163 [ 20670] 3164 Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS)) 3165 From: "Craig A. Berry" <craigberry@mac.com> 3166 Date: Tue, 12 Aug 2003 21:12:00 -0500 3167 Message-ID: <3F399E70.4050607@mac.com> 3168 3169 [ 20671] 3170 Subject: [PATCH] another VMS pod nit 3171 From: "Craig A. Berry" <craigberry@mac.com> 3172 Date: Wed, 13 Aug 2003 01:01:46 -0500 3173 Message-ID: <3F39D44A.4010207@mac.com> 3174 3175 [ 20672] 3176 One tweak for microperl in OS/2. 3177 3178 [ 20673] 3179 One tweak from Dave Mitchell. 3180 3181 [ 20674] 3182 Make (hopefully) the Windows CR CR LF bug go away 3183 by making the CRLF layer repel any other CRLF layers. 3184 In other words: binmode(FH, ":crlf") in e.g. Win32 3185 is effectively a no-op since there already is one 3186 CRLF layer in the stack by default. 3187 3188 [ 20675] 3189 Bye bye, bug. 3190 3191 [ 20676] 3192 Make Johan's confusion go away, but there are no doubt more 3193 similar cases. 3194 Branch: maint-5.8/perl 3195 !> lib/File/Find.pm lib/Tie/File/t/24_cache_loop.t 3196 !> lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t 3197 !> perl.h perlio.c pod/perlipc.pod pod/perlport.pod 3198 !> pod/perlrun.pod t/io/crlf.t t/io/layers.t 3199 !> vms/descrip_mms.template 3200____________________________________________________________________________ 3201[ 20675] By: jhi on 2003/08/13 11:58:31 3202 Log: Bye bye, bug. 3203 Branch: maint-5.8/perl 3204 ! pod/perldelta.pod 3205____________________________________________________________________________ 3206[ 20667] By: jhi on 2003/08/12 20:04:53 3207 Log: Integrate: 3208 [ 20659] 3209 Document the known CR CR LF issue in Win32. 3210 3211 [ 20660] 3212 A better patch from Yitzchak Scott-Thoennes for [perl #23287]. 3213 3214 [ 20661] 3215 perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett. 3216 3217 [ 20662] 3218 Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build. 3219 From: PPrymmer@factset.com 3220 Date: Tue, 12 Aug 2003 16:24:21 -0400 3221 Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com> 3222 3223 [ 20663] 3224 More missing pods for VMS. 3225 3226 [ 20664] 3227 Do some updates also on pod.mak -- which seems to 3228 be badly out of date. 3229 3230 [ 20665] 3231 README.cygwin updates from Gerrit P. Haase. 3232 Branch: maint-5.8/perl 3233 !> README.cygwin lib/ExtUtils/Installed.pm pod/perlreref.pod 3234 !> pp_sys.c vms/descrip_mms.template win32/pod.mak 3235____________________________________________________________________________ 3236[ 20659] By: jhi on 2003/08/12 18:39:09 3237 Log: Document the known CR CR LF issue in Win32. 3238 Branch: maint-5.8/perl 3239 ! pod/perldelta.pod 3240____________________________________________________________________________ 3241[ 20658] By: jhi on 2003/08/12 13:57:58 3242 Log: Integrate: 3243 [ 20657] 3244 Multiline one-liners are a bit too much to ask. 3245 Branch: maint-5.8/perl 3246 !> t/op/closure.t 3247____________________________________________________________________________ 3248[ 20656] By: jhi on 2003/08/12 13:27:44 3249 Log: Integrate: 3250 [ 20650] 3251 Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code 3252 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 3253 Date: Sun, 3 Aug 2003 06:19:02 -0700 3254 Message-ID: <20030803131902.GA5146@math.berkeley.edu> 3255 3256 [ 20651] 3257 Microperl expects C89 (like the rest of Perl). 3258 3259 [ 20652] 3260 Subject: perlcheat 3261 From: Juerd <juerd@cpan.org> 3262 Date: Mon, 11 Aug 2003 20:24:34 +0200 3263 Message-Id: <20030811182434.GI17748@c3.convolution.nl> 3264 3265 [ 20653] 3266 Retract #20644 and #20643; on non-microperl non-fcntl 3267 systems Wrong Thing would be done. (And as Sarathy 3268 points out, closing both ends of a pipe is rather 3269 identical to never opening it...) 3270 3271 [ 20654] 3272 Add perlcheat to the toc and perl.pod; regen toc. 3273 3274 [ 20655] 3275 Advertise perlcheat. 3276 Branch: maint-5.8/perl 3277 +> pod/perlcheat.pod 3278 !> MANIFEST README.micro pod/buildtoc.PL pod/perl.pod 3279 !> pod/perltoc.pod pp_sys.c util.c 3280____________________________________________________________________________ 3281[ 20655] By: jhi on 2003/08/12 13:24:21 3282 Log: Advertise perlcheat. 3283 Branch: maint-5.8/perl 3284 ! pod/perldelta.pod 3285____________________________________________________________________________ 3286[ 20649] By: jhi on 2003/08/12 12:14:31 3287 Log: Integrate: 3288 [ 20639] 3289 No dor in maint. 3290 3291 [ 20640] 3292 returning would be good, too. 3293 3294 [ 20643] 3295 A generally useful hunk from Ilya's microperl patch. 3296 (If no fcntl F_SETFD, fake it the best we can.) 3297 3298 [ 20644] 3299 More microperlish faking in case no fcntl F_SETFD for pipes. 3300 3301 [ 20645] 3302 Localize PARENT (based on Ilya's microperl patch). 3303 3304 [ 20646] 3305 Apply much of Ilya's microperl patch, but instead of 3306 implementing the opendir()/readdir()/closedir() using 3307 external commands give up "ANSI-pureness" and define them 3308 in uconfig.sh, also define other stuff like rename() and putenv(). 3309 Leave out the $| emulation in my_fork() since we are 3310 not supposed to have fork() under microperl. 3311 3312 [ 20647] 3313 Oops. 3314 3315 [ 20648] 3316 If we are void we cannot return a value. 3317 Branch: maint-5.8/perl 3318 !> Makefile.micro README.micro doio.c lib/Cwd.pm mg.c perl.c 3319 !> perl.h perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c 3320____________________________________________________________________________ 3321[ 20642] By: jhi on 2003/08/12 10:04:55 3322 Log: Drop problematic test for now. 3323 Branch: maint-5.8/perl 3324 - ext/Safe/t/safeops.t 3325 ! MANIFEST 3326____________________________________________________________________________ 3327[ 20641] By: jhi on 2003/08/12 10:03:56 3328 Log: Retract #20640 and #20639; easier just to not have this 3329 test in maint (it seems dependent on opcode.pl, urgh.) 3330 Branch: maint-5.8/perl 3331 !> ext/Safe/t/safeops.t 3332____________________________________________________________________________ 3333[ 20638] By: jhi on 2003/08/12 09:45:10 3334 Log: Clarify information about the HP-UX cc warning. 3335 Branch: maint-5.8/perl 3336 ! pod/perldelta.pod 3337____________________________________________________________________________ 3338[ 20637] By: jhi on 2003/08/12 09:36:26 3339 Log: Looked funny in harness output. 3340 Branch: maint-5.8/perl 3341 ! t/op/closure.t 3342____________________________________________________________________________ 3343[ 20636] By: jhi on 2003/08/12 08:58:28 3344 Log: Integrate: 3345 [ 20620] 3346 Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c 3347 From: merlyn@stonehenge.com (Randal L. Schwartz) 3348 Date: 11 Aug 2003 09:45:29 -0700 3349 Message-ID: <86isp4kus6.fsf@blue.stonehenge.com> 3350 3351 Subject: [PATCH] perlreref.pod tweaks 3352 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 3353 Date: Mon, 11 Aug 2003 13:19:51 -0400 3354 Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu> 3355 3356 Plus a note about {,n} not being a quantifier. 3357 3358 [ 20621] 3359 perldelta tweaks. 3360 3361 [ 20622] 3362 [perl #23274] B::Deparse wasn't handling correctly builtins that 3363 have two filehandles in their prototypes (pipe, socketpair, 3364 accept) when non-bareword prototypes were used. 3365 3366 [ 20623] 3367 Add a new regression test for Safe : tests that all ops 3368 can be trapped by a Safe compartement (except for the ones 3369 that can't.) 3370 3371 [ 20625] 3372 Subject: Re: [PATCH] perlreref.pod tweaks 3373 From: Iain Truskett <spoon@cpan.org> 3374 Date: Tue, 12 Aug 2003 13:59:27 +1000 3375 Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au> 3376 3377 plus explain "Titlecase". 3378 3379 [ 20626] 3380 head2-ify many of the head1s, will probably make this look 3381 better in HTML. 3382 3383 [ 20627] 3384 Gotta Get'em Cases Right. 3385 3386 [ 20628] 3387 Too enthusiastic head2-ing. 3388 3389 [ 20629] 3390 =head2 ALL CAPS 3391 3392 [ 20630] 3393 Fix for [perl #23287] segfault in untie. 3394 (Well, at least no more coredump.) 3395 3396 [ 20631] 3397 A new try from Dave Mitchell for [perl #23265]. 3398 3399 [ 20632] 3400 The Debian people have expressed a wish for the boilerplate 3401 being specific about the Perl version; patch from Nicholas Clark. 3402 3403 [ 20633] 3404 Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm 3405 From: Michael G Schwern <schwern@pobox.com> 3406 Date: Sat, 9 Aug 2003 15:03:02 -0700 3407 Message-ID: <20030809220301.GE24919@windhund.schwern.org> 3408 3409 (plus one extra catfile() in h2xs.t) 3410 3411 [ 20634] 3412 Subject: [PATCH 5.8.1 @19053] XSLoader revisted 3413 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 3414 Date: Mon, 21 Apr 2003 22:44:37 -0700 3415 Message-ID: <20030422054437.GA8297@math.berkeley.edu> 3416 3417 (the XSLoader doc hunk; the h2xs looks like a behavioural change) 3418 3419 [ 20635] 3420 Advertise neo-h2xs. 3421 Branch: maint-5.8/perl 3422 +> ext/Safe/t/safeops.t 3423 !> MANIFEST ext/B/B/Deparse.pm ext/DynaLoader/XSLoader_pm.PL 3424 !> lib/h2xs.t pad.c pod/perlreref.pod pp_sys.c t/op/closure.t 3425 !> t/op/tie.t utils/h2xs.PL 3426____________________________________________________________________________ 3427[ 20635] By: jhi on 2003/08/12 08:48:56 3428 Log: Advertise neo-h2xs. 3429 Branch: maint-5.8/perl 3430 ! pod/perldelta.pod 3431____________________________________________________________________________ 3432[ 20621] By: jhi on 2003/08/11 17:38:23 3433 Log: perldelta tweaks. 3434 Branch: maint-5.8/perl 3435 ! pod/perldelta.pod 3436____________________________________________________________________________ 3437[ 20618] By: jhi on 2003/08/11 15:49:27 3438 Log: $* is not yet fully gone in 5.8.1. 3439 Branch: maint-5.8/perl 3440 ! pod/perlreref.pod 3441____________________________________________________________________________ 3442[ 20617] By: jhi on 2003/08/11 12:29:51 3443 Log: Update Changes. 3444 Branch: maint-5.8/perl 3445 ! Changes patchlevel.h 3446____________________________________________________________________________ 3447[ 20616] By: jhi on 2003/08/11 12:25:29 3448 Log: Advertise the PerlIO::via UTF8 method. 3449 Branch: maint-5.8/perl 3450 ! pod/perldelta.pod 3451____________________________________________________________________________ 3452[ 20615] By: jhi on 2003/08/11 12:23:17 3453 Log: Integrate: 3454 [ 20611] 3455 Typo fix from Boris Zentner. 3456 3457 [ 20612] 3458 VC6 warning: result still unsigned. 3459 3460 [ 20614] 3461 Allow via layer to affect the PERLIO_F_UTF8 flag. 3462 Branch: maint-5.8/perl 3463 !> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs pod/perlfaq5.pod 3464 !> regexec.c 3465____________________________________________________________________________ 3466[ 20610] By: jhi on 2003/08/11 06:37:13 3467 Log: Integrate: 3468 [ 20607] 3469 Subject: Re: killing for vital signs [PATCH] 3470 From: "John P. Linderman" <jpl@research.att.com> 3471 Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT) 3472 Message-Id: <200308101944.PAA96547@raptor.research.att.com> 3473 3474 [ 20608] 3475 Explain the 'Wide character in print' a bit more. 3476 3477 [ 20609] 3478 Subject: [perl #23273] warnings in Unicode::UCD 3479 From: Lukas Mai (via RT) <perlbug-followup@perl.org> 3480 Date: 10 Aug 2003 22:37:41 -0000 3481 Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org> 3482 Branch: maint-5.8/perl 3483 !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod 3484 !> pod/perlfunc.pod pod/perlipc.pod 3485____________________________________________________________________________ 3486[ 20606] By: jhi on 2003/08/10 20:43:47 3487 Log: Integrate: 3488 [ 20604] 3489 Clarify the format checking instructions. 3490 3491 [ 20605] 3492 gcc -ansi -pedantic cleanup; and a seemingly forgotten 3493 sv_placeholder hunk. 3494 Branch: maint-5.8/perl 3495 !> Porting/pumpkin.pod perl.h sv.h 3496____________________________________________________________________________ 3497[ 20603] By: jhi on 2003/08/10 19:48:42 3498 Log: Retract #20597, too many resulting core dumps. 3499 Branch: maint-5.8/perl 3500 ! pad.c t/op/closure.t 3501____________________________________________________________________________ 3502[ 20601] By: jhi on 2003/08/10 19:38:36 3503 Log: Two different test harnesses, mmmm. 3504 Branch: maint-5.8/perl 3505 ! t/op/closure.t 3506____________________________________________________________________________ 3507[ 20600] By: jhi on 2003/08/10 18:32:49 3508 Log: Regen perlapi, perltoc. 3509 Branch: maint-5.8/perl 3510 ! pod/perlapi.pod pod/perltoc.pod 3511____________________________________________________________________________ 3512[ 20599] By: jhi on 2003/08/10 18:32:16 3513 Log: Advertise perlreref. 3514 Branch: maint-5.8/perl 3515 ! pod/perldelta.pod 3516____________________________________________________________________________ 3517[ 20598] By: jhi on 2003/08/10 18:29:12 3518 Log: Integrate: 3519 [ 20586] 3520 Subject: [PATCH perlmodinstall.pod] Installation on Win32 3521 From: Michael G Schwern <schwern@pobox.com> 3522 Date: Fri, 8 Aug 2003 18:35:51 -0700 3523 Message-ID: <20030809013550.GS1587@windhund.schwern.org> 3524 3525 [ 20587] 3526 hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a 3527 normal key was replaced by its UTF-8 equivalent. This caused the 3528 "Storable problem" RT3 users reported under RH9. 3529 3530 [ 20588] 3531 Update Jon Orwant's email address as he wants it, 3532 drop TPJ URL; upate also Doug MacEachern's address. 3533 3534 [ 20589] 3535 Subject: [PATCH t/lib/1_compile.t] Removing tested modules 3536 From: Michael G Schwern <schwern@pobox.com> 3537 Date: Sat, 9 Aug 2003 13:36:59 -0700 3538 Message-ID: <20030809203659.GB24919@windhund.schwern.org> 3539 3540 [ 20593] 3541 Add the perlreref manpage, by Iain Truskett 3542 (regular expressions quick reference.) 3543 Regenerate the table of contents. 3544 3545 [ 20594] 3546 Further tweaks on perlreref.pod (by Iain Truskett) 3547 3548 [ 20595] 3549 One more PL_csighandlerp. 3550 3551 [ 20596] 3552 Try simple workaround for the POSIX autosplit.ix warning. 3553 3554 [ 20597] 3555 Subject: Re: [perl #23265] Nested anonymous subs 3556 From: Dave Mitchell <davem@fdgroup.com> 3557 Date: Sun, 10 Aug 2003 01:35:30 +0100 3558 Message-ID: <20030810003530.GB6547@fdgroup.com> 3559 Branch: maint-5.8/perl 3560 +> pod/perlreref.pod 3561 !> MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs hv.c pad.c 3562 !> pod/buildtoc.PL pod/perl.pod pod/perlembed.pod 3563 !> pod/perlmodinstall.pod pod/perltoc.pod t/lib/1_compile.t 3564 !> t/op/closure.t 3565____________________________________________________________________________ 3566[ 20585] By: jhi on 2003/08/09 18:06:11 3567 Log: Reintroduce the U_32-ification to pad.c, 3568 suggested by Dave Mitchell. 3569 Branch: maint-5.8/perl 3570 ! pad.c 3571____________________________________________________________________________ 3572[ 20582] By: jhi on 2003/08/09 08:52:37 3573 Log: Update Changes. 3574 Branch: maint-5.8/perl 3575 ! Changes patchlevel.h 3576____________________________________________________________________________ 3577[ 20581] By: jhi on 2003/08/09 08:45:18 3578 Log: Update on the cygwin situation. (I'm wishfully thinking 3579 that the sigaction.t failure was fixed by (blead) #20565.) 3580 Branch: maint-5.8/perl 3581 ! pod/perldelta.pod 3582____________________________________________________________________________ 3583[ 20580] By: jhi on 2003/08/09 08:32:25 3584 Log: Integrate: 3585 [ 20570] 3586 Two more tests for #20566/#20568. 3587 3588 [ 20571] 3589 Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x 3590 From: Nicholas Clark <nick@ccl4.org> 3591 Date: Fri, 8 Aug 2003 23:30:00 +0100 3592 Message-ID: <20030808233000.B20130@plum.flirble.org> 3593 3594 [ 20572] 3595 Subject: [PATCH] kill 'INT' doesn't work on Windows 3596 From: Jan Dubois <jand@ActiveState.com> 3597 Date: Fri, 08 Aug 2003 17:49:03 -0700 3598 Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com> 3599 3600 [ 20573] 3601 Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX= 3602 From: Michael G Schwern <schwern@pobox.com> 3603 Date: Fri, 8 Aug 2003 13:59:50 -0700 3604 Message-ID: <20030808205950.GJ1587@windhund.schwern.org> 3605 3606 [ 20574] 3607 Subject: [ PATCH] Re: strange destruction problem on VMS 3608 From: Dave Mitchell <davem@fdgroup.com> 3609 Date: Fri, 8 Aug 2003 22:28:48 +0100 3610 Message-ID: <20030808212848.GA2628@fdgroup.com> 3611 3612 [ 20577] 3613 The libcygipc doesn't really work with the Perl SysV IPC tests 3614 so no much point in adding it yet. 3615 3616 [ 20579] 3617 Some updates for the memory use debugging section: 3618 -DL is obsolete, mention Devel::Size, and Purify and valgrind. 3619 Branch: maint-5.8/perl 3620 !> ext/Storable/Storable.xs hints/cygwin.sh pod/perldebguts.pod 3621 !> pod/perlfaq8.pod sv.c t/op/pat.t win32/win32.c 3622____________________________________________________________________________ 3623[ 20576] By: jhi on 2003/08/09 07:25:52 3624 Log: Retract #20525 since it was due to broken INT32_MIN in 3625 Cygwin 1.5's stdint.h. 3626 Branch: maint-5.8/perl 3627 ! pad.c 3628____________________________________________________________________________ 3629[ 20569] By: jhi on 2003/08/08 21:07:09 3630 Log: Integrate: 3631 [ 20568] 3632 Subject: [PATCH] Re: UNICODE regexp bug 3633 From: Nick Ing-Simmons <nick@ing-simmons.net> 3634 Date: Fri, 08 Aug 2003 23:05:49 +0100 3635 Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com> 3636 3637 Better patch (than #20566) from NI-S, one more test 3638 (introduce another variable rather than reuse the tmp, though) 3639 Branch: maint-5.8/perl 3640 !> regexec.c t/op/pat.t 3641____________________________________________________________________________ 3642[ 20567] By: jhi on 2003/08/08 19:51:22 3643 Log: Integrate: 3644 [ 20563] 3645 Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist 3646 From: "Gerrit P. Haase" <gp@familiehaase.de> 3647 Date: Fri, 8 Aug 2003 13:44:51 +0200 3648 Message-ID: <1621817486657.20030808134451@familiehaase.de> 3649 3650 [ 20564] 3651 Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2 3652 From: Steve Hay <steve.hay@uk.radan.com> 3653 Date: Fri, 08 Aug 2003 12:42:28 +0100 3654 Message-ID: <3F338CA4.3010503@uk.radan.com> 3655 3656 [ 20565] 3657 Move the csighandler to be a data variable so that 3658 things like DLL trampolines can't mess up the code 3659 variables the Perl_csighandler (seen in Cygwin: 3660 Perl_csighandler in POSIX extension was different 3661 than in main executable). 3662 3663 [ 20566] 3664 Subject: UNICODE regexp bug 3665 From: Nick Ing-Simmons <nick@ing-simmons.net> 3666 Date: Fri, 08 Aug 2003 20:36:56 +0100 3667 Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com> 3668 Branch: maint-5.8/perl 3669 !> embedvar.h ext/NDBM_File/hints/cygwin.pl 3670 !> ext/ODBM_File/hints/cygwin.pl ext/POSIX/POSIX.xs 3671 !> hints/cygwin.sh mg.c perlapi.h perlvars.h regexec.c t/op/pat.t 3672 !> t/op/time.t 3673____________________________________________________________________________ 3674[ 20562] By: jhi on 2003/08/08 11:55:24 3675 Log: Retract #20479 (was part of #20493) from maint. 3676 Branch: maint-5.8/perl 3677 ! scope.c t/op/local.t 3678____________________________________________________________________________ 3679[ 20561] By: jhi on 2003/08/08 11:45:58 3680 Log: Integrate: 3681 [ 20560] 3682 Retract PASTHRU* changes as recommended by Schwern. 3683 Branch: maint-5.8/perl 3684 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm 3685 !> lib/ExtUtils/t/MM_Win32.t 3686____________________________________________________________________________ 3687[ 20558] By: jhi on 2003/08/07 18:21:11 3688 Log: Update Changes. 3689 Branch: maint-5.8/perl 3690 ! Changes patchlevel.h 3691____________________________________________________________________________ 3692[ 20557] By: jhi on 2003/08/07 18:15:57 3693 Log: Integrate: 3694 [ 20556] 3695 The #20546 was too ambitious, broke the test. 3696 Branch: maint-5.8/perl 3697 !> lib/Benchmark.pm lib/Benchmark.t 3698____________________________________________________________________________ 3699[ 20555] By: jhi on 2003/08/07 17:36:20 3700 Log: Integrate: 3701 [ 20550] 3702 Allow hinting d_semctl_semun and d_semctl_semid_ds. 3703 3704 [ 20552] 3705 Hint away the semid_ds test in NetBSD/sparc. 3706 3707 [ 20553] 3708 Some AUTHORS updates. 3709 3710 [ 20554] 3711 Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS. 3712 From: PPrymmer@factset.com 3713 Date: Thu, 7 Aug 2003 14:02:02 -0400 3714 Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com> 3715 Branch: maint-5.8/perl 3716 !> AUTHORS Configure hints/netbsd.sh vms/descrip_mms.template 3717____________________________________________________________________________ 3718[ 20549] By: jhi on 2003/08/07 15:07:48 3719 Log: Integrate: 3720 [ 20538] 3721 Subject: Re: [perl #23030] Error in negative lookahead with alternations 3722 From: hv@crypt.org 3723 Date: Thu, 07 Aug 2003 02:44:23 +0100 3724 Message-Id: <200308070144.h771iN906446@zen.crypt.org> 3725 3726 [ 20541] 3727 Subject: Re: maint @ 20537 3728 From: Philip Newton <Philip.Newton@gmx.net> 3729 Date: Thu, 07 Aug 2003 09:05:17 +0200 3730 Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com> 3731 3732 [ 20542] 3733 If no alarm(), skip the subtests. 3734 3735 [ 20546] 3736 Subject: [PATCH 5.8.1] Benchmark problem 3737 From: Radu Greab <rgreab@fx.ro> 3738 Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST) 3739 Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro> 3740 3741 Subject: Re: [PATCH 5.8.1] Benchmark problem 3742 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 3743 Date: Thu, 7 Aug 2003 15:48:38 +0200 3744 Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr> 3745 3746 [ 20548] 3747 Subject: [PATCH] Test::More 3748 From: Fergal Daly <fergal@esatclear.ie> 3749 Date: Thu, 7 Aug 2003 15:52:11 +0100 3750 Message-Id: <200308071552.11873.fergal@esatclear.ie> 3751 Branch: maint-5.8/perl 3752 !> ext/Socket/Socket.xs ext/Time/HiRes/t/HiRes.t 3753 !> hints/dos_djgpp.sh lib/Benchmark.pm lib/Benchmark.t 3754 !> lib/Test/More.pm regexec.c t/op/re_tests 3755____________________________________________________________________________ 3756[ 20543] By: nick on 2003/08/07 08:44:20 3757 Log: Workround for SuSE8.2's -lndbm hack 3758 Branch: maint-5.8/perl 3759 ! hints/linux.sh 3760____________________________________________________________________________ 3761[ 20537] By: jhi on 2003/08/06 19:16:43 3762 Log: Update Changes. 3763 Branch: maint-5.8/perl 3764 ! Changes patchlevel.h 3765____________________________________________________________________________ 3766[ 20536] By: jhi on 2003/08/06 19:07:34 3767 Log: Integrate: 3768 [ 20535] 3769 ESUCCESS = 0 is not true, but exists. 3770 Branch: maint-5.8/perl 3771 !> ext/Errno/t/Errno.t 3772____________________________________________________________________________ 3773[ 20534] By: jhi on 2003/08/06 18:46:41 3774 Log: Integrate: 3775 [ 20529] 3776 Various tweaks to help DJGPP builds. 3777 3778 [ 20530] 3779 Make code agree with documentation (from Wolfgang Friebel) 3780 3781 [ 20533] 3782 Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message 3783 From: jari.aalto@poboxes.com (Jari Aalto) 3784 Date: Wed, 06 Aug 2003 14:24:42 +0300 3785 Message-ID: <ekzzowp1.fsf@blue.sea.net> 3786 Branch: maint-5.8/perl 3787 !> djgpp/djgppsed.sh ext/Sys/Syslog/Syslog.pm hints/dos_djgpp.sh 3788 !> lib/ExtUtils/MakeMaker.pm 3789____________________________________________________________________________ 3790[ 20532] By: jhi on 2003/08/06 18:37:49 3791 Log: Andreas says the current PAUSE indexer will 3792 handle 5.8.1 fine without META.yml, and the 3793 spec of META is far from solid yet. 3794 Branch: maint-5.8/perl 3795 - META.yml 3796 ! MANIFEST 3797____________________________________________________________________________ 3798[ 20531] By: jhi on 2003/08/06 18:35:02 3799 Log: Some goat entrails. 3800 Branch: maint-5.8/perl 3801 ! pod/perldelta.pod 3802____________________________________________________________________________ 3803[ 20528] By: jhi on 2003/08/06 15:03:43 3804 Log: Integrate: 3805 [ 20513] 3806 Subject: [PATCH] dprofpp.PL again -- #20488 thinko 3807 From: "Craig A. Berry" <craigberry@mac.com> 3808 Date: Wed, 06 Aug 2003 00:18:36 -0500 3809 Message-ID: <3F308FAC.4090409@mac.com> 3810 3811 (from vmsperl list) 3812 3813 [ 20514] 3814 Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition 3815 From: Tim Jenness <t.jenness@jach.hawaii.edu> 3816 Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST) 3817 Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki> 3818 3819 [ 20520] 3820 Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32 3821 From: Steve Hay <steve.hay@uk.radan.com> 3822 Date: Wed, 06 Aug 2003 10:56:44 +0100 3823 Message-ID: <3F30D0DC.20700@uk.radan.com> 3824 3825 [ 20523] 3826 Subject: maint @ 20512 3827 From: Robin Barker <Robin.Barker@npl.co.uk> 3828 Date: Wed, 6 Aug 2003 15:31:33 +0100 3829 Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk> 3830 3831 [ 20526] 3832 Cast away gcc 3.3 type conversion pickiness. 3833 3834 [ 20527] 3835 More PASTHRU patching from Steve Hay. 3836 Branch: maint-5.8/perl 3837 !> MANIFEST Porting/Maintainers.pl ext/threads/threads.xs 3838 !> lib/ExtUtils/MM_Unix.pm pad.c pod/perlfaq2.pod 3839 !> utils/dprofpp.PL 3840____________________________________________________________________________ 3841[ 20525] By: jhi on 2003/08/06 13:40:23 3842 Log: Subject: perl with cygwin 1.5, need help 3843 From: "Gerrit P. Haase" <gp@familiehaase.de> 3844 Date: Sun, 3 Aug 2003 10:57:32 +0200 3845 Message-ID: <561375447098.20030803105732@familiehaase.de> 3846 3847 (needed manual fitting) 3848 Branch: maint-5.8/perl 3849 ! pad.c 3850____________________________________________________________________________ 3851[ 20522] By: jhi on 2003/08/06 13:29:26 3852 Log: Restore everything regarding "v-string deprecation" 3853 back the way it was, because trying to implement what Larry 3854 wants (use 1.2.3 and use Module 1.2.3 should work without 3855 warnings, note that the latter means that also 3856 $VERSION = 1.2.3 should work without warnings) while 3857 trying to warn for 'improper' uses of, seems to be 3858 easier said than done. 3859 3860 Only the deprecation message work and related doc changes 3861 are retracted, not John Peacock's internal v-strings 3862 cleanup work. 3863 3864 Also the %h=(v65=>42) fix stays since Larry okayed it. 3865 3866 In addition, one warning introduced in 5.8.0 is removed 3867 ("v-string in use/require non-portable.") since that 3868 obviously doesn't work well with Larry's vision. 3869 Branch: maint-5.8/perl 3870 ! configpm embedvar.h ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t 3871 ! intrpvar.h perlapi.h pod/perldata.pod pod/perldelta.pod 3872 ! pod/perldiag.pod pod/perlfunc.pod pod/perlvar.pod pp_ctl.c 3873 ! pp_hot.c t/lib/warnings/pp_ctl t/lib/warnings/toke t/op/pack.t 3874 ! toke.c 3875____________________________________________________________________________ 3876[ 20521] By: jhi on 2003/08/06 11:59:35 3877 Log: In addition to #20519. 3878 Branch: maint-5.8/perl 3879 ! pod/perldiag.pod 3880____________________________________________________________________________ 3881[ 20519] By: jhi on 2003/08/06 11:35:18 3882 Log: In case I misunderstood and v1.2.3 is still cool. 3883 Branch: maint-5.8/perl 3884 ! pod/perldiag.pod pod/perlfunc.pod pod/perlvar.pod 3885 ! t/lib/warnings/toke toke.c 3886____________________________________________________________________________ 3887[ 20518] By: jhi on 2003/08/06 11:26:56 3888 Log: Rework the version strings/objects documentation. 3889 Branch: maint-5.8/perl 3890 ! pod/perldata.pod pod/perlfunc.pod pod/perlvar.pod 3891____________________________________________________________________________ 3892[ 20517] By: jhi on 2003/08/06 11:06:04 3893 Log: Don't warn in the v65 => case about the leading 'v'. 3894 Branch: maint-5.8/perl 3895 ! toke.c 3896____________________________________________________________________________ 3897[ 20516] By: jhi on 2003/08/06 10:47:28 3898 Log: Retract #20472. 3899 Branch: maint-5.8/perl 3900 ! pod/perldata.pod pod/perldelta.pod pod/perldiag.pod 3901 ! pod/perlfunc.pod pod/perlvar.pod 3902____________________________________________________________________________ 3903[ 20515] By: jhi on 2003/08/06 10:44:50 3904 Log: v-strings saga continues. 3905 - use/require 1.2.3 is okay, do not warn 3906 - however, v1.2.3 is warnable offense 3907 - as is e.g. '$a = 1.2.3' 3908 - remove the 'v-strings in use/require non-portable' warning 3909 3910 Next I need to bring back the recently removed or reworked 3911 v-strings documentation and rework all that to talk of 3912 'version objects'. 3913 Branch: maint-5.8/perl 3914 ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod pp_ctl.c 3915 ! t/lib/warnings/toke toke.c 3916____________________________________________________________________________ 3917[ 20512] By: jhi on 2003/08/05 20:08:02 3918 Log: Update Changes. 3919 Branch: maint-5.8/perl 3920 ! Changes patchlevel.h 3921____________________________________________________________________________ 3922[ 20511] By: jhi on 2003/08/05 19:29:26 3923 Log: Integrate: 3924 [ 20510] 3925 Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition 3926 From: mjd@plover.com 3927 Date: 5 Aug 2003 19:23:46 -0000 3928 Message-ID: <20030805192346.25911.qmail@plover.com> 3929 Branch: maint-5.8/perl 3930 !> pod/perlfaq2.pod 3931____________________________________________________________________________ 3932[ 20509] By: jhi on 2003/08/05 18:42:33 3933 Log: Integrate: 3934 [ 20508] 3935 Continue #20506. 3936 Branch: maint-5.8/perl 3937 !> lib/ExtUtils/MM_Unix.pm 3938____________________________________________________________________________ 3939[ 20507] By: jhi on 2003/08/05 18:01:26 3940 Log: Integrate: 3941 [ 20506] 3942 Try to fix the INC in PASTHRU. 3943 Branch: maint-5.8/perl 3944 !> lib/ExtUtils/MM_Unix.pm 3945____________________________________________________________________________ 3946[ 20505] By: jhi on 2003/08/05 16:16:28 3947 Log: Update Changes. 3948 Branch: maint-5.8/perl 3949 ! Changes patchlevel.h 3950____________________________________________________________________________ 3951[ 20504] By: jhi on 2003/08/05 16:12:30 3952 Log: Integrate: 3953 [ 20494] 3954 Add some known cases to Maintainers. 3955 3956 [ 20495] 3957 Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6 3958 From: alian <alian@cpan.org> 3959 Date: Tue, 05 Aug 2003 12:21:42 +0200 3960 Message-ID: <3F2F8536.1090702@jupiter.alianet> 3961 3962 [ 20497] 3963 This is necessary to get things building for the VMS debugger. 3964 (Craig Berry) 3965 3966 [ 20498] 3967 Subject: [PATCH RC4] AUTHORS + Maintainers.pl 3968 From: Robin Barker <Robin.Barker@npl.co.uk> 3969 Date: Tue, 5 Aug 2003 15:32:36 +0100 3970 Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk> 3971 3972 [ 20499] 3973 A suggested perlio doc addition from Stas. 3974 3975 [ 20500] 3976 Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions 3977 From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> 3978 Date: Tue, 5 Aug 2003 20:12:18 +0400 3979 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com> 3980 3981 [ 20501] 3982 Reinstate #11125, hopefully making MakeMaker to pass 3983 DEFINE and INCLUDE to subdirs (NI-S says he'll work 3984 around any problems caused seen Tk if necessary). 3985 Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE 3986 to be _after_ the directory-specific INC and DEFINE as suggested 3987 by NI-S (Tk probably being the only "user" of the said macros). 3988 3989 [ 20502] 3990 Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32 3991 From: Steve Hay <steve.hay@uk.radan.com> 3992 Date: Tue, 05 Aug 2003 10:43:49 +0100 3993 Message-ID: <3F2F7C55.9020808@uk.radan.com> 3994 3995 (The MM_Unix.pm part was dealt with in #20501.) 3996 3997 [ 20503] 3998 Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined. 3999 From: Chip Salzenberg <chip@pobox.com> 4000 Date: Tue, 5 Aug 2003 11:39:24 -0400 4001 Message-ID: <20030805153924.GO1751@perlsupport.com 4002 Branch: maint-5.8/perl 4003 - wince/include/netdb.h 4004 !> AUTHORS MANIFEST Porting/Maintainers.pl ext/POSIX/t/posix.t 4005 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm 4006 !> lib/ExtUtils/t/MM_Win32.t perlio.c pod/perliol.pod 4007 !> vms/descrip_mms.template wince/Makefile.ce wince/win32.h 4008 !> wince/win32io.c wince/wince.c 4009____________________________________________________________________________ 4010[ 20496] By: jhi on 2003/08/05 10:52:16 4011 Log: Various perldelta updates. 4012 Branch: maint-5.8/perl 4013 ! pod/perldelta.pod 4014____________________________________________________________________________ 4015[ 20493] By: jhi on 2003/08/05 08:43:49 4016 Log: Integrate: 4017 [ 20473] 4018 Subject: [PATCH] Re: Can't usemymalloc on OS X 4019 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 4020 Date: Mon, 4 Aug 2003 10:35:12 +0200 4021 Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr> 4022 4023 [ 20474] 4024 Oops. 4025 4026 [ 20475] 4027 Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB(). 4028 4029 [ 20479] 4030 Fix bug #23141 : localization of readonly magic scalars 4031 now produces an error "Modification of a read-only value 4032 attempted", instead of silently failing. 4033 4034 [ 20480] 4035 Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)' 4036 From: Steve Grazzini <grazz@pobox.com> 4037 Date: Mon, 4 Aug 2003 16:01:45 -0400 4038 Message-ID: <20030804200145.GB21699@grazzini.net> 4039 4040 Prevent the warning "Bareword found where operator expected" in 4041 the case "print $fh foo()" where foo() is an undefined function. 4042 4043 [ 20482] 4044 Nit in INSTALL about the svr?.sh hint files. 4045 4046 [ 20483] 4047 Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated 4048 From: SADAHIRO Tomoyuki <bqw10602@nifty.com> 4049 Date: Tue, 05 Aug 2003 00:27:10 +0900 4050 Message-Id: <20030805002313.9880.BQW10602@nifty.com> 4051 4052 [ 20484] 4053 Upgrade to Digest::MD5 2.27. 4054 4055 [ 20486] 4056 Subject: [PATCH] typos in encoding.pm 4057 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 4058 Date: Mon, 4 Aug 2003 20:09:35 +0200 4059 Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2> 4060 4061 [ 20488] 4062 Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS) 4063 From: "Craig A. Berry" <craigberry@mac.com> 4064 Date: Mon, 04 Aug 2003 19:29:51 -0500 4065 Message-ID: <3F2EFA7F.6070801@mac.com> 4066 4067 [ 20489] 4068 Subject: PerlIO_{read,write} return value doc patch 4069 From: Gisle Aas <gisle@ActiveState.com> 4070 Date: 04 Aug 2003 13:25:28 -0700 4071 Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com> 4072 4073 [ 20490] 4074 [perl #23216] ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc 4075 Try to remove the created message queues and semaphores 4076 even in the case of failures. 4077 4078 [ 20491] 4079 Add META.yml and Stas' makemeta (plus extensive reworking 4080 of the Maintainers utility) 4081 4082 [ 20492] 4083 Subject: [PATCH] perlthrtut.pod 4084 From: Elizabeth Mattijsen <liz@dijkmat.nl> 4085 Date: Tue, 5 Aug 2003 11:26:04 +0200 4086 Message-Id: <p05111b0abb5525e65401@[80.127.186.62]> 4087 Branch: maint-5.8/perl 4088 +> META.yml Porting/Maintainers.pm Porting/makemeta 4089 !> INSTALL MANIFEST Makefile.SH Porting/Maintainers 4090 !> Porting/Maintainers.pl ext/Digest/MD5/Changes 4091 !> ext/Digest/MD5/MD5.pm ext/Digest/MD5/t/files.t 4092 !> ext/Encode/encoding.pm ext/Encode/t/at-cn.t 4093 !> ext/Encode/t/at-tw.t ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t 4094 !> hints/darwin.sh hints/rhapsody.sh perl.c perl.h 4095 !> pod/perlapio.pod pod/perlthrtut.pod scope.c t/op/local.t 4096 !> toke.c utils/dprofpp.PL 4097____________________________________________________________________________ 4098[ 20487] By: jhi on 2003/08/05 06:09:33 4099 Log: Subject: 5.8.0 -> 5.8.1 ? 4100 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 4101 Date: Mon, 4 Aug 2003 20:27:02 +0200 4102 Message-ID: <05ee01c35ab6$008c2c80$0c2f1fac@R2D2> 4103 Branch: maint-5.8/perl 4104 ! NetWare/Makefile epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm 4105 ! plan9/config.plan9 vos/build.cm vos/config.alpha.def 4106 ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h 4107 ! vos/install_perl.cm wince/Makefile.ce 4108____________________________________________________________________________ 4109[ 20477] By: jhi on 2003/08/04 13:37:09 4110 Log: Advice on testing the $]. 4111 Branch: maint-5.8/perl 4112 ! pod/perlvar.pod 4113____________________________________________________________________________ 4114[ 20476] By: jhi on 2003/08/04 12:58:02 4115 Log: Mention the renaming of DEBUG() and DEB(). 4116 Branch: maint-5.8/perl 4117 ! pod/perldelta.pod 4118____________________________________________________________________________ 4119[ 20472] By: jhi on 2003/08/04 07:01:58 4120 Log: Assuming v-strings deprecation proceeds as planned, 4121 here are some more doc changes. 4122 Branch: maint-5.8/perl 4123 ! pod/perldata.pod pod/perldelta.pod pod/perldiag.pod 4124 ! pod/perlfunc.pod pod/perlvar.pod 4125____________________________________________________________________________ 4126[ 20471] By: jhi on 2003/08/04 06:31:30 4127 Log: Integrate: 4128 [ 20469] 4129 Subject: [PATCH] maint, Win32, GCC 3.2 4130 From: Mattia Barbon <mbarbon@dsi.unive.it> 4131 Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale) 4132 Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it> 4133 4134 [ 20470] 4135 Test count adjustment from Rafael. 4136 Branch: maint-5.8/perl 4137 !> ext/Errno/Errno_pm.PL lib/Test/Simple/t/is_deeply.t 4138____________________________________________________________________________ 4139[ 20468] By: jhi on 2003/08/04 05:16:18 4140 Log: Integrate: 4141 [ 20461] 4142 Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6 4143 From: alian <alian@cpan.org> 4144 Date: Sat, 02 Aug 2003 16:19:25 +0200 4145 Message-ID: <3F2BC86D.2050400@jupiter.alianet> 4146 4147 Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern) 4148 4149 [ 20462] 4150 Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr 4151 From: Enache Adrian <enache@rdslink.ro> 4152 Date: Sun, 3 Aug 2003 18:00:05 +0300 4153 Message-ID: <20030803150005.GA1319@ratsnest.hole> 4154 4155 [ 20463] 4156 Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong 4157 From: Michael G Schwern <schwern@pobox.com> 4158 Date: Sun, 3 Aug 2003 16:12:35 -0700 4159 Message-ID: <20030803231235.GJ24350@windhund.schwern.org> 4160 4161 [ 20464] 4162 Upgrade to ExtUtils::MakeMaker 6.15. 4163 4164 [ 20465] 4165 Subject: [PATCH] 4 bugs in Test::More 4166 From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>) 4167 Date: Fri, 21 Mar 2003 10:57:31 +0000 4168 Message-Id: <200303211057.31879.fergal@esatclear.ie> 4169 4170 [ 20466] 4171 Subject: Debian patch that skips podless modules 4172 From: Alexey Tourbin <at@altlinux.ru> 4173 Date: Sun, 3 Aug 2003 21:33:00 +0400 4174 Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru> 4175 4176 (plus Schwern's and Robert's nits) 4177 4178 [ 20467] 4179 Apparently the newly introduce -DDARWIN did conflict with 4180 some Apple definition, how ironic... 4181 Branch: maint-5.8/perl 4182 !> ext/POSIX/t/posix.t hints/darwin.sh installman 4183 !> lib/Benchmark.pm lib/Benchmark.t lib/ExtUtils/Changes 4184 !> lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm 4185 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm 4186 !> lib/ExtUtils/t/MM_Unix.t lib/Test/More.pm 4187 !> lib/Test/Simple/t/More.t lib/Test/Simple/t/is_deeply.t perl.h 4188 !> pp.c t/op/substr.t 4189____________________________________________________________________________ 4190[ 20460] By: jhi on 2003/08/03 19:09:33 4191 Log: Integrate: 4192 [ 20450] 4193 Subject: [PATCH 5.8.1 @20218] Shell.t 4194 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 4195 Date: Sun, 3 Aug 2003 06:21:41 -0700 4196 Message-ID: <20030803132141.GA5156@math.berkeley.edu> 4197 4198 [ 20451] 4199 Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl 4200 From: "Craig A. Berry" <craigberry@mac.com> 4201 Date: Sat, 02 Aug 2003 10:25:44 -0500 4202 Message-ID: <3F2BD7F8.8090003@mac.com> 4203 4204 [ 20452] 4205 Upgrade to Unicode::Collate 0.26. 4206 4207 [ 20453] 4208 Subject: [PATCH] Storable and uninitalized array values 4209 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 4210 Date: Sat, 2 Aug 2003 13:40:16 +0200 4211 Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2> 4212 4213 [ 20454] 4214 Subject: [PATCH 5.8.1 @20218] OS/2 build 4215 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 4216 Date: Sat, 2 Aug 2003 09:38:50 -0700 4217 Message-ID: <20030802163850.GA4712@math.berkeley.edu> 4218 4219 [ 20455] 4220 Subject: [PATCH] Re: win32.c bug - handle leak 4221 From: Jan Dubois <jand@ActiveState.com> 4222 Date: Sat, 02 Aug 2003 10:25:05 -0700 4223 Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com> 4224 4225 [ 20456] 4226 Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits 4227 From: mjd@plover.com 4228 Date: 3 Aug 2003 19:37:49 -0000 4229 Message-ID: <20030803193749.3733.qmail@plover.com> 4230 4231 [ 20457] 4232 Subject: [PATCH perlreftut.pod] Minor edits 4233 From: mjd@plover.com 4234 Date: 3 Aug 2003 17:46:08 -0000 4235 Message-ID: <20030803174608.15792.qmail@plover.com> 4236 4237 [ 20458] 4238 Subject: [PATCH-for-5.8.1-RC4] wince distribution 4239 From: "Vadim Konovalov" <vkonovalov@peterstar.ru> 4240 Date: Mon, 4 Aug 2003 00:01:08 +0400 4241 Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad> 4242 Branch: maint-5.8/perl 4243 !> ext/Storable/Storable.xs ext/Storable/t/freeze.t 4244 !> ext/Time/HiRes/HiRes.pm lib/Net/Ping.pm lib/Shell.t 4245 !> lib/Unicode/Collate.pm lib/Unicode/Collate/Changes 4246 !> lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t 4247 !> lib/Unicode/Collate/t/test.t os2/os2ish.h pod/perlreftut.pod 4248 !> win32/win32.c wince/makedist.pl 4249____________________________________________________________________________ 4250[ 20459] By: jhi on 2003/08/03 19:04:42 4251 Log: 5.8.1, not 5.9.0. 4252 Branch: maint-5.8/perl 4253 ! win32/Makefile win32/config_H.bc win32/config_H.gc 4254 ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk 4255____________________________________________________________________________ 4256[ 20448] By: jhi on 2003/08/02 07:28:33 4257 Log: Integrate: 4258 [ 20447] 4259 C++ (or C99) sneak attack ("inline" function keyword). 4260 Branch: maint-5.8/perl 4261 !> ext/Devel/DProf/DProf.xs 4262____________________________________________________________________________ 4263[ 20446] By: jhi on 2003/08/02 06:26:56 4264 Log: Integrate: 4265 [ 20443] 4266 Add a message about the LC_ALL=C workaround (for non-core builds); 4267 update Changes. 4268 4269 [ 20444] 4270 Only show the message if the locale settings look risky. 4271 4272 [ 20445] 4273 Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob 4274 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 4275 Date: Fri, 1 Aug 2003 13:12:14 +0200 4276 Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2> 4277 Branch: maint-5.8/perl 4278 !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c 4279 !> ext/File/Glob/t/basic.t ext/Time/HiRes/Changes 4280 !> ext/Time/HiRes/Makefile.PL 4281____________________________________________________________________________ 4282[ 20442] By: jhi on 2003/08/02 05:43:01 4283 Log: Integrate: 4284 [ 20435] 4285 Missed this bit in the last update: couldn't answer '' 4286 or ' ' to get 'none'. 4287 4288 [ 20437] 4289 Hugo's second thoughts: drop the relatively rare and 4290 slow optimization for now. 4291 4292 [ 20438] 4293 Subject: [PATCH] argv case nit for VMS 4294 From: "Craig A. Berry" <craigberry@mac.com> 4295 Date: Fri, 01 Aug 2003 19:16:30 -0500 4296 Message-ID: <3F2B02DE.10207@mac.com> 4297 4298 [ 20439] 4299 Subject: [PATCH] ioctl for VMS 4300 From: "Craig A. Berry" <craigberry@mac.com> 4301 Date: Fri, 01 Aug 2003 23:34:31 -0500 4302 Message-ID: <3F2B3F57.4050609@mac.com> 4303 4304 [ 20440] 4305 Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes 4306 From: Radu Greab <rgreab@fx.ro> 4307 Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST) 4308 Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro> 4309 Branch: maint-5.8/perl 4310 !> Configure configure.com ext/Devel/DProf/Changes 4311 !> ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs 4312 !> ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL 4313 !> regexec.c t/lib/dprof/test8_t t/lib/dprof/test8_v vms/vmsish.h 4314____________________________________________________________________________ 4315[ 20434] By: jhi on 2003/08/01 13:56:19 4316 Log: "Out of memory" errors with this recently added test 4317 in IRIX -Duse64bitall, dropping the test for 5.8.1. 4318 (It's testing a feature that has been broken for 4319 a long while, anyway.) 4320 4321 (This is also the RC4.) 4322 Branch: maint-5.8/perl 4323 - ext/B/t/bytecode.t 4324 ! MANIFEST 4325____________________________________________________________________________ 4326[ 20433] By: jhi on 2003/08/01 13:48:38 4327 Log: Integrate: 4328 [ 20432] 4329 Encode pre-1.98 update from Dan Kogai, sent from 4330 the ashes of his smoldering motherboard. 4331 Branch: maint-5.8/perl 4332 !> ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml 4333 !> ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t 4334 !> ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm 4335 !> ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm 4336____________________________________________________________________________ 4337[ 20430] By: jhi on 2003/08/01 12:50:52 4338 Log: Time to go RC4. 4339 Branch: maint-5.8/perl 4340 ! patchlevel.h 4341____________________________________________________________________________ 4342[ 20429] By: jhi on 2003/08/01 12:50:31 4343 Log: Update the record. 4344 Branch: maint-5.8/perl 4345 ! pod/perlhist.pod 4346____________________________________________________________________________ 4347[ 20428] By: jhi on 2003/08/01 12:48:03 4348 Log: Regen perltoc. 4349 Branch: maint-5.8/perl 4350 ! pod/perltoc.pod 4351____________________________________________________________________________ 4352[ 20427] By: jhi on 2003/08/01 12:46:35 4353 Log: Integrate: 4354 [ 20425] 4355 pod likes whitespace. 4356 Branch: maint-5.8/perl 4357 !> ext/ByteLoader/ByteLoader.pm 4358____________________________________________________________________________ 4359[ 20424] By: jhi on 2003/08/01 12:43:46 4360 Log: perldelta polishing. 4361 Branch: maint-5.8/perl 4362 ! pod/perldelta.pod 4363____________________________________________________________________________ 4364[ 20423] By: jhi on 2003/08/01 11:39:16 4365 Log: Integrate: 4366 [ 20422] 4367 Faulty check. 4368 Branch: maint-5.8/perl 4369 !> t/test.pl 4370____________________________________________________________________________ 4371[ 20421] By: jhi on 2003/08/01 11:14:04 4372 Log: Integrate: 4373 [ 20410] 4374 Regen Configure for the new *dir installation variables. 4375 If these don't work, ask Schwern. 4376 4377 [ 20411] 4378 More for the *dir changes. 4379 4380 [ 20413] 4381 Regen Configure to use the *html*dir files. 4382 (installhtml uses none of that, though) 4383 4384 [ 20416] 4385 Argument sanity checking. 4386 4387 [ 20417] 4388 Fix the options. 4389 4390 [ 20418] 4391 Now the test should be really testing what it's supposed to. 4392 4393 [ 20419] 4394 Regen Glossary et al. 4395 4396 [ 20420] 4397 Update INSTALL on the *dir. 4398 4399 (Configure, Glossary, et al regenerated) 4400 Branch: maint-5.8/perl 4401 ! Configure Policy_sh.SH Porting/Glossary Porting/config.sh 4402 ! Porting/config_H config_h.SH 4403 !> INSTALL ext/B/t/bytecode.t hints/darwin.sh t/test.pl 4404____________________________________________________________________________ 4405[ 20409] By: jhi on 2003/08/01 05:38:16 4406 Log: Integrate: 4407 [ 20404] 4408 Subject: [PATCH] LotR quote for perlapi.c 4409 From: Autrijus Tang <autrijus@autrijus.org> 4410 Date: Fri, 1 Aug 2003 10:00:29 +0800 4411 Message-Id: <20030801020029.GA28241@not.autrijus.org> 4412 4413 [ 20405] 4414 Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2 4415 From: Dave Mitchell <davem@fdgroup.com> 4416 Date: Fri, 1 Aug 2003 01:16:31 +0100 4417 Message-ID: <20030801001631.GA11233@fdgroup.com> 4418 4419 [ 20406] 4420 Regen perlapi. 4421 4422 [ 20407] 4423 JAPH patch :-) from Abigail. 4424 4425 [ 20408] 4426 Upgrade to MakeMaker 6.13. 4427 Branch: maint-5.8/perl 4428 !> embed.pl lib/ExtUtils/Changes lib/ExtUtils/META.yml 4429 !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm 4430 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm 4431 !> lib/ExtUtils/t/basic.t perlapi.c regcomp.c t/japh/abigail.t 4432 !> t/op/pat.t 4433____________________________________________________________________________ 4434[ 20401] By: jhi on 2003/07/31 21:00:00 4435 Log: Integrate: 4436 [ 20399] 4437 Backport doc patch #20396 (Document in INSTALL that 4438 -Uinstallusrbinperl is now the default.) (goes with 4439 change #20382.) 4440 Branch: maint-5.8/perl 4441 !> INSTALL 4442____________________________________________________________________________ 4443[ 20398] By: jhi on 2003/07/31 20:42:10 4444 Log: Mention perlmacosx (README.macosx). 4445 Branch: maint-5.8/perl 4446 ! pod/perldelta.pod 4447____________________________________________________________________________ 4448[ 20397] By: jhi on 2003/07/31 20:41:00 4449 Log: Integrate: 4450 [ 20386] 4451 Make consistent with installperl (and working in MPE/iX) 4452 (Mark Bixby) 4453 4454 [ 20387] 4455 Subject: Re: [perl #23171] Regex too selfish 4456 From: hv@crypt.org 4457 Date: Thu, 31 Jul 2003 18:59:43 +0100 4458 Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org> 4459 4460 (choose the second code patch) 4461 4462 [ 20388] 4463 Subject: [DOC PATCH] pod/perlguts.pod 4464 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 4465 Date: Thu, 31 Jul 2003 22:39:01 +0200 4466 Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2> 4467 4468 [ 20389] 4469 Yet another bytecode tweak from Enache. 4470 4471 [ 20391] 4472 Introduce a '_test' make target, equivalent to 'test', 4473 to please Test::Smoke. In the future, backporting change 4474 9217 would be nice. 4475 4476 [ 20392] 4477 Enache again. 4478 4479 [ 20393] 4480 Unportable subtest needs rethink. 4481 4482 [ 20394] 4483 README.macosx from Sherm Pendley. 4484 4485 [ 20395] 4486 Integrate README.macosx more. 4487 4488 (perltoc regenerated) 4489 Branch: maint-5.8/perl 4490 +> README.macosx 4491 !> MANIFEST ext/B/B/Bytecode.pm ext/B/t/bytecode.t 4492 !> ext/ByteLoader/bytecode.h installman pod/buildtoc.PL 4493 !> pod/perl.pod pod/perlguts.pod pod/perlport.pod pod/perltoc.pod 4494 !> regexec.c t/op/re_tests win32/Makefile win32/makefile.mk 4495____________________________________________________________________________ 4496[ 20384] By: jhi on 2003/07/31 19:38:44 4497 Log: Integrate: 4498 [ 20383] 4499 Upgrade to real CPAN.pm 1.76. 4500 Branch: maint-5.8/perl 4501 +> lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE 4502 +> lib/CPAN/t/signature.t 4503 !> MANIFEST lib/CPAN.pm 4504____________________________________________________________________________ 4505[ 20380] By: jhi on 2003/07/31 12:55:18 4506 Log: Integrate: 4507 [ 20375] 4508 We are change #20316 ahead of 1.75. 4509 4510 [ 20376] 4511 Document the requirements for Module::Signature a bit. 4512 4513 [ 20377] 4514 This test is pretty useless as it stands. 4515 4516 [ 20378] 4517 The new PKI system is far too untested and rough yet 4518 (think machines with no network, machines behind firewalls, 4519 corporate and national encryption policies). It cannot be 4520 considered useable at this stage. 4521 4522 Therefore, create a fake CPAN 1.76. 4523 4524 [ 20379] 4525 One more tweak for Mac OS X hints. 4526 Branch: maint-5.8/perl 4527 - lib/CPAN/t/signature.t 4528 !> MANIFEST hints/darwin.sh lib/CPAN.pm 4529____________________________________________________________________________ 4530[ 20374] By: jhi on 2003/07/31 08:25:30 4531 Log: Various perldelta tweaks. 4532 Branch: maint-5.8/perl 4533 ! pod/perldelta.pod 4534____________________________________________________________________________ 4535[ 20372] By: jhi on 2003/07/31 05:43:15 4536 Log: Integrate: 4537 [ 20362] 4538 Upgrade to NEXT 0.52. 4539 4540 [ 20364] 4541 Silence spurious noise from MakeMaker : 4542 hint files shouldn't return undef and have set $!. 4543 4544 [ 20366] 4545 Subject: [PATCH] test for B::Bytecode/ByteLoader 4546 From: Enache Adrian <enache@rdslink.ro> 4547 Date: Thu, 31 Jul 2003 03:49:40 +0300 4548 Message-ID: <20030731004940.GB1266@ratsnest.hole> 4549 4550 (but use test.pl:run_perl() instead of manual `$^X ...`) 4551 4552 [ 20367] 4553 Subject: [PATCH Tie::RefHash] added support for overloaded "" 4554 From: Xavier Noria <fxn@hashref.com> 4555 Date: Thu, 31 Jul 2003 00:29:13 +0200 4556 Message-Id: <200307310029.13567.fxn@hashref.com> 4557 4558 [ 20368] 4559 Tests for change #20367 (and change use overload; to 4560 just require overload;) 4561 4562 [ 20369] 4563 Final touches to "Apple-like" installation directories. 4564 4565 [ 20370] 4566 Schwern says this is most probably an old VMS MakeMaker 4567 bug workaround that can go now. 4568 4569 [ 20371] 4570 ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File. 4571 (Schwern) 4572 Branch: maint-5.8/perl 4573 +> ext/B/t/bytecode.t 4574 !> MANIFEST ext/DynaLoader/hints/linux.pl 4575 !> ext/SDBM_File/sdbm/Makefile.PL hints/darwin.sh 4576 !> lib/ExtUtils/MakeMaker.pm lib/NEXT.pm lib/NEXT/Changes 4577 !> lib/NEXT/README lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t 4578 !> lib/Tie/RefHash.pm lib/Tie/RefHash.t 4579____________________________________________________________________________ 4580[ 20365] By: jhi on 2003/07/31 04:40:32 4581 Log: Wishful thinking about Perl releases noticed by Andy Lester. 4582 Branch: maint-5.8/perl 4583 ! pod/perldelta.pod 4584____________________________________________________________________________ 4585[ 20363] By: jhi on 2003/07/30 20:26:03 4586 Log: NEXT not yet updated in maint, but will be. 4587 Branch: maint-5.8/perl 4588 ! pod/perldelta.pod 4589____________________________________________________________________________ 4590[ 20360] By: jhi on 2003/07/30 18:44:58 4591 Log: Make it RC3. 4592 Branch: maint-5.8/perl 4593 ! patchlevel.h 4594____________________________________________________________________________ 4595[ 20359] By: jhi on 2003/07/30 18:43:55 4596 Log: No more wince/README.compile here, either. 4597 Branch: maint-5.8/perl 4598 ! Porting/makerel 4599____________________________________________________________________________ 4600[ 20358] By: jhi on 2003/07/30 18:23:39 4601 Log: Update Changes. 4602 Branch: maint-5.8/perl 4603 ! Changes patchlevel.h 4604____________________________________________________________________________ 4605[ 20357] By: jhi on 2003/07/30 18:19:52 4606 Log: Integrate: 4607 [ 20355] 4608 Silly gcc. 4609 4610 [ 20356] 4611 Might as well. 4612 Branch: maint-5.8/perl 4613 !> perl.c pod/perlhist.pod 4614____________________________________________________________________________ 4615[ 20354] By: jhi on 2003/07/30 17:47:10 4616 Log: Don't use DSTROOT. 4617 Branch: maint-5.8/perl 4618 !> hints/darwin.sh 4619____________________________________________________________________________ 4620[ 20351] By: jhi on 2003/07/30 14:27:40 4621 Log: Integrate: 4622 [ 20350] 4623 Try again with the Mac OS X hints. Now the three cases 4624 (no -Dprefix, /usr, and something else) all install 4625 into separate places. No prefix installs to /usr/local. 4626 The /usr overwrites the Apple install (modulo the version). 4627 Branch: maint-5.8/perl 4628 !> hints/darwin.sh 4629____________________________________________________________________________ 4630[ 20349] By: jhi on 2003/07/30 13:38:17 4631 Log: Integrate: 4632 [ 20324] 4633 Revert #20301, apparently the _SOCKADDR_LEN #define is 4634 important for IPv6 (Spider). Since there is no way to 4635 otherwise detect 3.X, use the hints. 4636 4637 [ 20327] 4638 MPE/iX fix from Mark Bixby: fcntl() on sockets on works. 4639 4640 [ 20329] 4641 Subject: tiny fix for WinCE (Re: maint @ 20277) 4642 From: "Vadim Konovalov" <vkonovalov@peterstar.ru> 4643 Date: Wed, 30 Jul 2003 02:02:41 +0400 4644 Message-ID: <016701c3561d$43735ca0$195ec3d9@vad> 4645 4646 [ 20330] 4647 FAQ sync. 4648 4649 [ 20331] 4650 Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information 4651 From: Jan Dubois <jand@ActiveState.com> 4652 Date: Tue, 29 Jul 2003 19:14:10 -0700 4653 Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com> 4654 4655 [ 20332] 4656 Modules.pl tweaks. 4657 4658 [ 20333] 4659 Mac OS X: tweak once again the installation directories. 4660 4661 [ 20334] 4662 Modules.pl: add B::Deparse. 4663 4664 [ 20335] 4665 More Modules.pl. 4666 4667 [ 20336] 4668 Strip leading ./ 4669 4670 [ 20337] 4671 Rename Modules and Modules.pl as Maintainers and 4672 Maintainers.pl since the same framework can be used 4673 for more than just modules. 4674 4675 [ 20338] 4676 Use the CPAN id where available. 4677 4678 [ 20339] 4679 Arthur maintains Safe. 4680 4681 [ 20340] 4682 That's M. Schwern to you, earthling. 4683 4684 [ 20341] 4685 Upgrade to ExtUtils::MakeMaker 6.12. 4686 4687 [ 20342] 4688 Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c 4689 From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> 4690 Date: Wed, 30 Jul 2003 14:56:32 +0400 4691 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com> 4692 4693 [ 20343] 4694 Be paranoid about PL_origargv. 4695 Paranoia warranted by Win32 mod_perl. 4696 4697 [ 20344] 4698 Adjust the list of rmdired lib directories. 4699 4700 [ 20345] 4701 rmdir t/lib/IO. 4702 4703 [ 20346] 4704 Maintainers script tweaks. 4705 4706 [ 20347] 4707 Match also on full name and email (though the email is 4708 now less interesting than it used to be). 4709 4710 [ 20348] 4711 Subject: [PATCH] NEXT and Diamond Inheritance 4712 From: Casey West <casey@geeknest.com> 4713 Date: Tue, 29 Jul 2003 17:37:15 -0400 4714 Message-ID: <20030729213715.GY76899@geeknest.com> 4715 4716 (Use Damian's NEXT-0.51 once Damian and PAUSE like each other) 4717 Branch: maint-5.8/perl 4718 +> Porting/Maintainers Porting/Maintainers.pl 4719 - Porting/Modules Porting/Modules.pl 4720 !> (integrate 27 files) 4721____________________________________________________________________________ 4722[ 20321] By: jhi on 2003/07/29 17:58:58 4723 Log: Advertise "safe POSIX sigaction". 4724 Branch: maint-5.8/perl 4725 ! pod/perldelta.pod 4726____________________________________________________________________________ 4727[ 20320] By: jhi on 2003/07/29 15:59:22 4728 Log: Make it 20320. 4729 Branch: maint-5.8/perl 4730 ! patchlevel.h 4731____________________________________________________________________________ 4732[ 20319] By: jhi on 2003/07/29 15:44:48 4733 Log: Update Changes. 4734 Branch: maint-5.8/perl 4735 ! Changes patchlevel.h 4736____________________________________________________________________________ 4737[ 20318] By: jhi on 2003/07/29 15:40:24 4738 Log: Tell where to find 'dor' for 5.8.1. 4739 Branch: maint-5.8/perl 4740 ! pod/perldelta.pod 4741____________________________________________________________________________ 4742[ 20317] By: jhi on 2003/07/29 15:31:56 4743 Log: Integrate: 4744 [ 20305] 4745 Quieten MSVC6. 4746 4747 [ 20306] 4748 Too many my $fh:s. 4749 4750 [ 20308] 4751 The --destdir option to installman should be made 4752 optional so that it doesn't complain when passed 4753 an empty value (from Rafael) 4754 4755 [ 20309] 4756 Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r? 4757 From: SADAHIRO Tomoyuki <bqw10602@nifty.com> 4758 Date: Sun, 13 Jul 2003 10:23:35 +0900 4759 Message-Id: <20030713102228.C76A.BQW10602@nifty.com> 4760 4761 [ 20310] 4762 Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems) 4763 From: PPrymmer@factset.com 4764 Date: Tue, 22 Jul 2003 11:12:05 -0400 4765 Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com> 4766 4767 [ 20312] 4768 Subject: [PATCH] pod/perlvar.pod: minor typo 4769 From: "Brendan O'Dea" <bod@debian.org> 4770 Date: Tue, 29 Jul 2003 23:49:18 +1000 4771 Message-ID: <20030729134918.GA4339@londo.c47.org> 4772 4773 [ 20314] 4774 Slight rewording on the destdir. 4775 4776 [ 20315] 4777 Oops. 4778 4779 [ 20316] 4780 Don't nag about Module::Signature if there is no 4781 way for the user to use it (based on Autrijus' patch). 4782 Branch: maint-5.8/perl 4783 !> INSTALL ext/Encode/lib/Encode/Alias.pm 4784 !> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t 4785 !> ext/Encode/t/perlio.t installman lib/CPAN.pm 4786 !> lib/CPAN/FirstTime.pm pod/perlvar.pod pp.c sv.c 4787____________________________________________________________________________ 4788[ 20313] By: jhi on 2003/07/29 13:23:54 4789 Log: Advertise the --destdir. 4790 Branch: maint-5.8/perl 4791 ! pod/perldelta.pod 4792____________________________________________________________________________ 4793[ 20311] By: jhi on 2003/07/29 13:13:38 4794 Log: Also Apache::Test needs tweaking. 4795 Branch: maint-5.8/perl 4796 ! pod/perldelta.pod 4797____________________________________________________________________________ 4798[ 20307] By: jhi on 2003/07/29 12:19:13 4799 Log: Regen perltoc, perlmodlib. 4800 Branch: maint-5.8/perl 4801 ! pod/perlmodlib.pod pod/perltoc.pod 4802____________________________________________________________________________ 4803[ 20304] By: jhi on 2003/07/29 11:46:15 4804 Log: Subject: [PATCH maintperl] proofreading perldelta.pod 4805 From: Autrijus Tang <autrijus@autrijus.org> 4806 Date: Tue, 29 Jul 2003 18:26:53 +0800 4807 Message-ID: <20030729102653.GA1770@not.autrijus.org> 4808 Branch: maint-5.8/perl 4809 ! pod/perldelta.pod 4810____________________________________________________________________________ 4811[ 20303] By: jhi on 2003/07/29 11:33:37 4812 Log: Integrate: 4813 [ 20297] 4814 Green light from Stas. 4815 4816 [ 20298] 4817 DEC OSF/1 3.x did (does) not do sizer -v. 4818 4819 [ 20299] 4820 README.hpux now mentions the http mirror for prebuilt gcc binaries 4821 4822 [ 20300] 4823 Cleanup the sv_gets() logic for platforms with small stacks. 4824 (I think hogging 8K of stack sounds like bad behaviour on any 4825 platform, big stack or not.) 4826 4827 [ 20301] 4828 Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2 4829 From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org> 4830 Date: 26 Jul 2003 21:44:06 -0000 4831 Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org> 4832 4833 Helps (the admittedly old) DEC OSF/1 3.x and harms not newer 4834 releases 4.x and 5.x. 4835 4836 [ 20302] 4837 Subject: DESTDIR in perl-5.8.1 package? 4838 From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de> 4839 Date: Fri, 11 Jul 2003 14:48:41 +0200 4840 Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de> 4841 4842 Subject: Re: DESTDIR in perl-5.8.1 package? 4843 From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de> 4844 Date: Mon, 14 Jul 2003 12:00:25 +0200 4845 Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de> 4846 4847 (blindly prepending and s///ing away the $destdir does not work 4848 at least in VMS, but the --destdir should help rpm builders 4849 and the like) 4850 Branch: maint-5.8/perl 4851 !> INSTALL Makefile.SH README.hpux hints/dec_osf.sh installman 4852 !> installperl perl.h sv.c 4853____________________________________________________________________________ 4854[ 20297] By: jhi on 2003/07/29 10:48:41 4855 Log: Green light from Stas. 4856 Branch: maint-5.8/perl 4857 ! pod/perldelta.pod 4858____________________________________________________________________________ 4859[ 20296] By: jhi on 2003/07/29 10:38:36 4860 Log: Integrate: 4861 [ 20291] 4862 Tabify. 4863 4864 [ 20292] 4865 Most importantly, don't try HvNAME(gp->gp_hv) 4866 unless PL_stashcache exists, otherwise we get 4867 an invalid read (detected by valgrind, and crashes 4868 ext/threads/t/basic.t in Windows). 4869 4870 Also add a few if:s for the refcnt decrements, 4871 no need to call Perl_sv_free() if there's nothing to free. 4872 4873 [ 20293] 4874 Upgrade to CPAN.pm 1.74. 4875 4876 [ 20294] 4877 There is no skip() since we are not using Test*. 4878 4879 [ 20295] 4880 Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM 4881 From: Autrijus Tang <autrijus@autrijus.org> 4882 Date: Tue, 29 Jul 2003 09:58:35 +0800 4883 Message-ID: <20030729015834.GA7149@not.autrijus.org> 4884 Branch: maint-5.8/perl 4885 !> MANIFEST gv.c lib/CPAN.pm lib/CPAN/t/signature.t 4886____________________________________________________________________________ 4887[ 20290] By: jhi on 2003/07/29 08:55:19 4888 Log: Integrate: 4889 [ 20278] 4890 More bytecode tweaks. 4891 4892 [ 20281] 4893 Subject: [PATCH] another File::Find tweak for VMS (improve on #20221) 4894 From: "Craig A. Berry" <craigberry@mac.com> 4895 Date: Tue, 29 Jul 2003 00:11:46 -0500 4896 Message-ID: <3F260212.9000104@mac.com> 4897 4898 [ 20282] 4899 PerlIO_popped doc addition from NI-S. 4900 4901 [ 20283] 4902 The better prefixify() patch from Ed Moy. 4903 4904 [ 20285] 4905 Reintroduce Porting/Modules. No, it's not duplicating 4906 the information in Module::CoreList. 4907 4908 [ 20287] 4909 Subject: [PATCH pointer] B::Deparse 0.64 4910 From: Stephen McCamant <smcc@mit.edu> 4911 Date: Mon, 28 Jul 2003 16:57:19 -0400 4912 Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU> 4913 4914 [ 20288] 4915 Subject: [perl #22969] fix $hash{utf8bareword} 4916 From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com> 4917 Date: Tue, 29 Jul 2003 11:09:37 +0200 4918 Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com> 4919 4920 [ 20289] 4921 Subject: 5.8.1 change not in perldelta 4922 From: "James A. Duncan" <jduncan@fotango.com> 4923 Date: Wed, 16 Jul 2003 12:42:31 +0100 4924 Message-Id: <957EF358-B782-11D7-AE25-000393D142E2@fotango.com> 4925 4926 (the regexp magic change) 4927 Branch: maint-5.8/perl 4928 +> Porting/Modules Porting/Modules.pl 4929 !> AUTHORS MANIFEST ext/B/B.xs ext/B/B/Bytecode.pm 4930 !> ext/B/B/Deparse.pm ext/B/t/deparse.t lib/ExtUtils/MM_Unix.pm 4931 !> lib/File/Find.pm pod/perliol.pod t/op/utfhash.t toke.c 4932____________________________________________________________________________ 4933[ 20289] By: jhi on 2003/07/29 08:48:19 4934 Log: Subject: 5.8.1 change not in perldelta 4935 From: "James A. Duncan" <jduncan@fotango.com> 4936 Date: Wed, 16 Jul 2003 12:42:31 +0100 4937 Message-Id: <957EF358-B782-11D7-AE25-000393D142E2@fotango.com> 4938 4939 (the regexp magic change) 4940 Branch: maint-5.8/perl 4941 ! pod/perldelta.pod 4942____________________________________________________________________________ 4943[ 20284] By: jhi on 2003/07/29 05:18:48 4944 Log: perldelta detypoing from Chris Reinhardt. 4945 Branch: maint-5.8/perl 4946 ! pod/perldelta.pod 4947____________________________________________________________________________ 4948[ 20280] By: jhi on 2003/07/28 18:30:56 4949 Log: Document the Mac OS X statical building. 4950 Branch: maint-5.8/perl 4951 ! pod/perldelta.pod 4952____________________________________________________________________________ 4953[ 20279] By: jhi on 2003/07/28 18:23:43 4954 Log: IRIX: a known oddity. 4955 Branch: maint-5.8/perl 4956 ! pod/perldelta.pod 4957____________________________________________________________________________ 4958[ 20277] By: jhi on 2003/07/28 16:55:24 4959 Log: Update Changes. 4960 Branch: maint-5.8/perl 4961 ! Changes patchlevel.h 4962____________________________________________________________________________ 4963[ 20276] By: jhi on 2003/07/28 16:49:56 4964 Log: Integrate: 4965 [ 20275] 4966 No more wince/README.compile. 4967 Branch: maint-5.8/perl 4968 !> Porting/curliff.pl 4969____________________________________________________________________________ 4970[ 20274] By: jhi on 2003/07/28 16:40:18 4971 Log: Integrate: 4972 [ 20272] 4973 Slightly better failure output. 4974 Branch: maint-5.8/perl 4975 !> ext/Devel/Peek/t/Peek.t 4976____________________________________________________________________________ 4977[ 20273] By: jhi on 2003/07/28 16:39:16 4978 Log: Somehow it looks like this test hasn't been run 4979 for a while in maint. 4980 Branch: maint-5.8/perl 4981 ! ext/Devel/Peek/t/Peek.t 4982____________________________________________________________________________ 4983[ 20271] By: jhi on 2003/07/28 15:18:57 4984 Log: Integrate: 4985 [ 20258] 4986 Integrate: 4987 [ 20256] 4988 Extra noise from File::Spec. 4989 4990 [ 20257] 4991 Subject: CPAN/t/signature.t noisy 4992 From: Michael G Schwern <schwern@pobox.com> 4993 Date: Mon, 28 Jul 2003 02:14:19 -0700 4994 Message-ID: <20030728091419.GG21044@windhund.schwern.org> 4995 4996 [ 20259] 4997 Minor tweak to the Perl_ advise. 4998 4999 [ 20261] 5000 Solaris cc didn't appreciate casting a long to a pointer 5001 with no cast, and lval casts are unportable, so introduce 5002 a rval cast. 5003 5004 [ 20262] 5005 Storable test nosewipe. 5006 5007 [ 20263] 5008 Make Storable work with blead/maint by making PL_sv_placeholder 5009 a true global, bump $VERSION to 2.08. Will take a look at the 5010 portability issue of placeholders soon. 5011 5012 [ 20264] 5013 Subject: [PATCH] t/op/write.t cleanup after itself. 5014 From: Michael G Schwern <schwern@pobox.com> 5015 Date: Mon, 28 Jul 2003 05:54:19 -0700 5016 Message-ID: <20030728125419.GJ21044@windhund.schwern.org> 5017 5018 [ 20265] 5019 Subject: [PATCH] #20177 broke skip logic in t/op/write.t 5020 From: "Craig A. Berry" <craigberry@mac.com> 5021 Date: Mon, 28 Jul 2003 08:04:32 -0500 5022 Message-ID: <3F251F60.6050607@mac.com> 5023 5024 [ 20266] 5025 Bump the $VERSION of core File::Spec as requested by Ken Williams. 5026 5027 [ 20268] 5028 Move the ext/IO tests to a more standard location so that 5029 the *.t do not get copied to the build tree (lib/IO/). 5030 5031 [ 20269] 5032 No more ext/*/*.t, move them all to ext/*/t. 5033 5034 [ 20270] 5035 These directories no more exist during cleanup. 5036 Branch: maint-5.8/perl 5037 +> (branch 39 files) 5038 - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t 5039 - ext/Errno/Errno.t ext/GDBM_File/gdbm.t 5040 - ext/I18N/Langinfo/Langinfo.t ext/IO/lib/IO/t/IO.t 5041 - ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t 5042 - ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_linenum.t 5043 - ext/IO/lib/IO/t/io_multihomed.t ext/IO/lib/IO/t/io_pipe.t 5044 - ext/IO/lib/IO/t/io_poll.t ext/IO/lib/IO/t/io_sel.t 5045 - ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_taint.t 5046 - ext/IO/lib/IO/t/io_tell.t ext/IO/lib/IO/t/io_udp.t 5047 - ext/IO/lib/IO/t/io_unix.t ext/IO/lib/IO/t/io_utf8.t 5048 - ext/IO/lib/IO/t/io_xs.t ext/IPC/SysV/ipcsysv.t 5049 - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t 5050 - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t 5051 - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t 5052 - ext/Socket/Socket.t ext/Socket/socketpair.t 5053 - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t 5054 - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t 5055 - ext/re/re.t 5056 !> MANIFEST Makefile.SH bytecode.pl embedvar.h 5057 !> ext/ByteLoader/byterun.c ext/IPC/SysV/MANIFEST 5058 !> ext/Storable/Storable.pm ext/Storable/Storable.xs 5059 !> ext/Storable/t/code.t ext/Storable/t/utf8hash.t intrpvar.h 5060 !> lib/File/Spec.pm perlapi.h perlio.c perliol.h perlvars.h sv.c 5061 !> t/op/write.t 5062____________________________________________________________________________ 5063[ 20259] By: jhi on 2003/07/28 10:10:26 5064 Log: Minor tweak to the Perl_ advise. 5065 Branch: maint-5.8/perl 5066 ! pod/perldelta.pod 5067____________________________________________________________________________ 5068[ 20258] By: jhi on 2003/07/28 10:08:51 5069 Log: Integrate: 5070 [ 20256] 5071 Extra noise from File::Spec. 5072 5073 [ 20257] 5074 Subject: CPAN/t/signature.t noisy 5075 From: Michael G Schwern <schwern@pobox.com> 5076 Date: Mon, 28 Jul 2003 02:14:19 -0700 5077 Message-ID: <20030728091419.GG21044@windhund.schwern.org> 5078 Branch: maint-5.8/perl 5079 !> lib/CPAN/t/signature.t lib/File/Spec/t/rel2abs2rel.t 5080____________________________________________________________________________ 5081[ 20254] By: jhi on 2003/07/28 09:48:25 5082 Log: Integrate: 5083 [ 20246] 5084 Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'. 5085 (from Enache) 5086 5087 [ 20247] 5088 Upgrade to CGI 2.97. 5089 5090 [ 20248] 5091 Subject: Re: downrev modules in RC2 5092 From: Gisle Aas <gisle@ActiveState.com> 5093 Date: 27 Jul 2003 20:25:07 -0700 5094 Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com> 5095 5096 (upgrade to Digest::MD5 2.26) 5097 5098 [ 20249] 5099 Missing test file. (Not very useful since Module::Signature 5100 is not in the core, but let's not make an exception.) 5101 5102 [ 20250] 5103 Add $VERSION to B::Bytecode. 5104 5105 [ 20251] 5106 Clarify the process a bit. 5107 5108 [ 20252] 5109 More clarification about the hash randomisation defines. 5110 5111 [ 20253] 5112 Subject: [PATCH] B enhancements 5113 From: Stephen McCamant <smcc@mit.edu> 5114 Date: Sun, 27 Jul 2003 14:07:46 -0400 5115 Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU> 5116 5117 (heavy prettyprinting in defsubs_h.PL; must do the same in blead) 5118 Branch: maint-5.8/perl 5119 !> INSTALL MANIFEST bytecode.pl ext/B/B.pm ext/B/B.xs 5120 !> ext/B/B/Bytecode.pm ext/B/defsubs_h.PL 5121 !> ext/ByteLoader/byterun.c ext/Digest/MD5/Changes 5122 !> ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs 5123 !> ext/Digest/MD5/t/files.t lib/CGI.pm perl.h 5124____________________________________________________________________________ 5125[ 20245] By: jhi on 2003/07/27 20:36:44 5126 Log: Revert #20140. 5127 Branch: maint-5.8/perl 5128 ! pod/perldelta.pod 5129____________________________________________________________________________ 5130[ 20244] By: jhi on 2003/07/27 20:35:49 5131 Log: Integrate: 5132 [ 20242] 5133 We now return to your normally scheduled hash randomisation. 5134 5135 [ 20243] 5136 Upgrade to CPAN 1.72. 5137 Branch: maint-5.8/perl 5138 +> lib/CPAN/t/signature.t 5139 !> INSTALL MANIFEST lib/CPAN.pm perl.h pod/perlfunc.pod 5140 !> pod/perlrun.pod pod/perlsec.pod 5141____________________________________________________________________________ 5142[ 20241] By: jhi on 2003/07/27 20:07:20 5143 Log: Integrate: 5144 [ 20219] 5145 Subject: [PATCH-for-RC2] WinCE port addition 5146 From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> 5147 Date: Fri, 25 Jul 2003 22:17:11 +0400 5148 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com> 5149 5150 [ 20220] 5151 Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all 5152 From: Enache Adrian <enache@rdslink.ro> 5153 Date: Fri, 18 Jul 2003 23:15:37 +0300 5154 Message-ID: <20030718201537.GA1574@ratsnest.hole> 5155 5156 [ 20221] 5157 Subject: [PATCH] fix for File::Find logical name collision on VMS 5158 From: "Craig A. Berry" <craigberry@mac.com> 5159 Date: Mon, 21 Jul 2003 19:40:20 -0500 5160 Message-ID: <3F1C87F4.2070401@mac.com> 5161 5162 [ 20222] 5163 Regenerated because of #20220. 5164 5165 [ 20223] 5166 Regen byterun once more: the incav is not yet right, but at 5167 least it compiles now (Tru64 cc choked on the lvalue cast). 5168 5169 [ 20224] 5170 Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x 5171 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 5172 Date: Sun, 20 Jul 2003 22:36:02 +0200 5173 Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2> 5174 5175 [ 20225] 5176 Upgrade to File::Spec 0.85. 5177 5178 [ 20229] 5179 Skip the test until Enache fixes it. 5180 5181 [ 20230] 5182 Upgrade to I18N::LangTags 0.28. 5183 5184 [ 20231] 5185 Unicode::UCD doc nit from Andreas Koenig. 5186 5187 [ 20232] 5188 A bug reported in perl-unicode by Terry Jones, fixed 5189 by Andreas Koenig, and add a test. 5190 5191 [ 20233] 5192 Upgrade to Pod::Perldoc 3.09. 5193 5194 [ 20234] 5195 Reapply some perldoc changes not in 3.09. 5196 5197 [ 20235] 5198 Further Byteloader tweaks from Enache. 5199 5200 [ 20236] 5201 Add -l (one file per line) option to manicheck. 5202 5203 [ 20237] 5204 Missing MakeMaker test. 5205 5206 [ 20238] 5207 Upgrade to Test::Harness 2.29. 5208 5209 [ 20239] 5210 cleanup tiehandle.t to use test.pl, is(), like(), etc... 5211 (Schwern) 5212 5213 [ 20240] 5214 fresh_perl_(is|like) were printing out the wrong file/line 5215 number on failure because _where() was hard coded to only 5216 look one level up the call stack. In these cases it has to 5217 look two. 5218 (Schwern) 5219 Branch: maint-5.8/perl 5220 +> lib/ExtUtils/t/postamble.t lib/I18N/LangTags/t/01test.t 5221 - lib/I18N/LangTags/test.pl wince/README.compile 5222 !> (integrate 60 files) 5223____________________________________________________________________________ 5224[ 20228] By: jhi on 2003/07/27 16:54:28 5225 Log: More perldelta tweakage. 5226 Branch: maint-5.8/perl 5227 ! pod/perldelta.pod 5228____________________________________________________________________________ 5229[ 20227] By: jhi on 2003/07/27 16:49:50 5230 Log: Some perldelta tweaks. 5231 Branch: maint-5.8/perl 5232 ! pod/perldelta.pod 5233____________________________________________________________________________ 5234[ 20226] By: jhi on 2003/07/27 16:20:45 5235 Log: Retract #14952, too aggressive for a maint release. 5236 Branch: maint-5.8/perl 5237 ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c 5238 ! pp_hot.c t/op/magic.t 5239____________________________________________________________________________ 5240[ 20218] By: jhi on 2003/07/25 08:03:37 5241 Log: Integrate: 5242 [ 20217] 5243 Another missing hunk for MakeMaker from .org. 5244 Branch: maint-5.8/perl 5245 !> lib/ExtUtils/MakeMaker.pm 5246____________________________________________________________________________ 5247[ 20216] By: jhi on 2003/07/25 06:09:50 5248 Log: perldelta VMS updates from Craig Berry. 5249 Branch: maint-5.8/perl 5250 ! pod/perldelta.pod 5251____________________________________________________________________________ 5252[ 20215] By: jhi on 2003/07/25 06:07:38 5253 Log: Subject: [perl #23091] l $var broken in debugger 5254 From: "rjk-perl@focalex.com (via RT)" <perlbug-followup@perl.org> 5255 Date: 22 Jul 2003 19:08:15 -0000 5256 Message-ID: <rt-23091-61662.16.0158690528893@rt.perl.org> 5257 Branch: maint-5.8/perl 5258 ! lib/perl5db.pl 5259____________________________________________________________________________ 5260[ 20214] By: jhi on 2003/07/24 14:50:34 5261 Log: Integrate: 5262 [ 20213] 5263 Grabbed from www.makemaker.org. 5264 Branch: maint-5.8/perl 5265 +> t/lib/MakeMaker/Test/Setup/Recurs.pm 5266 !> MANIFEST 5267____________________________________________________________________________ 5268[ 20212] By: jhi on 2003/07/24 14:32:57 5269 Log: Integrate: 5270 [ 20184] 5271 Subject: [PATCH 5.8.1 @20153] malloc cleanup 5272 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 5273 Date: Tue, 15 Jul 2003 07:46:58 -0700 5274 Message-ID: <20030715144657.GA21313@math.berkeley.edu> 5275 5276 [ 20186] 5277 Subject: Re: problem with rc1 and rc2 on Mac OS X 5278 From: Edward Moy <emoy@apple.com> 5279 Date: Sun, 13 Jul 2003 14:12:57 -0700 5280 Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com> 5281 5282 [ 20187] 5283 Subject: [PATCH] configure.gnu --prefix 5284 From: slaven@rezic.de 5285 Date: Thu, 10 Jul 2003 09:33:27 +0000 5286 Message-Id: <1057829607.9622@devpc01.iconmobile.de> 5287 5288 [ 20188] 5289 Subject: [PATCH RC2] configpm breakage on VMS 5290 From: "Craig A. Berry" <craigberry@mac.com> 5291 Date: Sun, 13 Jul 2003 08:28:55 -0500 5292 Message-ID: <3F115E97.4070207@mac.com> 5293 5294 [ 20189] 5295 Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro 5296 From: Stephen Clouse <stephenc@theiqgroup.com> 5297 Date: Tue, 22 Jul 2003 21:31:38 -0500 5298 Message-ID: <20030723023138.GA15653@owns.warpcore.org> 5299 5300 [ 20190] 5301 Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C 5302 From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org> 5303 Date: 22 Jul 2003 02:59:13 -0000 5304 Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org> 5305 5306 [ 20193] 5307 Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 5308 From: Hrunting Johnson (via RT) <perlbug-followup@perl.org> 5309 Date: 14 Jul 2003 05:37:02 -0000 5310 Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org> 5311 5312 [ 20194] 5313 Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning 5314 From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org> 5315 Date: 14 Jul 2003 05:37:15 -0000 5316 Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org> 5317 5318 [ 20195] 5319 POSIX-BC patch from Thomas Dorner. 5320 5321 [ 20196] 5322 EBCDIC fix from Thomas Dorner. 5323 5324 [ 20197] 5325 Subject: [PATCH] typo in VMS::Filespec 5326 From: Ken Williams <ken@mathforum.org> 5327 Date: Tue, 22 Jul 2003 15:18:21 -0500 5328 Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org> 5329 5330 [ 20198] 5331 Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads 5332 From: Stephen McCamant <smcc@mit.edu> 5333 Date: Sat, 19 Jul 2003 12:06:31 -0400 5334 Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU> 5335 5336 [ 20199] 5337 Subject: [PATCH] Re: Reference to tied elements results in lvalue. 5338 From: Dave Mitchell <davem@fdgroup.com> 5339 Date: Fri, 18 Jul 2003 18:49:43 +0100 5340 Message-ID: <20030718174943.GB6427@fdgroup.com> 5341 5342 [ 20200] 5343 Subject: [PATCH] Fix saving 'V' magic in scan_vstring() 5344 From: Stephen McCamant <smcc@mit.edu> 5345 Date: Tue, 22 Jul 2003 09:41:10 -0400 5346 Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU> 5347 5348 [ 20201] 5349 Subject: PATCH: More edge tests on t/op/pow.t 5350 From: Andy Lester <andy@petdance.com> 5351 Date: Wed, 23 Jul 2003 16:38:35 -0500 5352 Message-ID: <20030723213834.GA20468@petdance.com> 5353 5354 [ 20202] 5355 Subject: [patch] perldebug.pod clarification 5356 From: St�phane Payrard <stef@payrard.net> 5357 Date: Mon, 21 Jul 2003 21:36:59 +0200 5358 Message-ID: <20030721193659.GC2722@stefp.dyndns.org> 5359 5360 [ 20203] 5361 Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()? 5362 From: Steve Hay <steve.hay@uk.radan.com> 5363 Date: Fri, 18 Jul 2003 10:03:21 +0100 5364 Message-ID: <3F17B7D9.80805@uk.radan.com> 5365 5366 [ 20206] 5367 Subject: [perl #23091] l $var broken in debugger 5368 From: "rjk-perl@focalex.com (via RT)" <perlbug-followup@perl.org> 5369 Date: 22 Jul 2003 19:08:15 -0000 5370 Message-ID: <rt-23091-61662.16.0158690528893@rt.perl.org> 5371 5372 [ 20207] 5373 Subject: [PATCH] ExtUtils::MakeMaker 6.10_08 5374 From: Michael G Schwern <schwern@pobox.com> 5375 Date: Mon, 21 Jul 2003 20:12:25 -0700 5376 Message-ID: <20030722031224.GD12711@windhund.schwern.org> 5377 5378 [ 20208] 5379 Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11 5380 From: Michael G Schwern <schwern@pobox.com> 5381 Date: Thu, 24 Jul 2003 01:28:07 -0700 5382 Message-ID: <20030724082807.GA24285@windhund.schwern.org> 5383 5384 [ 20209] 5385 Subject: Re: [typo] sv.c pod/perlapi.pod 5386 From: Stas Bekman <stas@stason.org> 5387 Date: Thu, 24 Jul 2003 16:49:27 +0200 5388 Message-ID: <3F1FF1F7.30500@stason.org> 5389 5390 [ 20211] 5391 Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 5392 From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org> 5393 Date: 14 Jul 2003 05:35:15 -0000 5394 Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org> 5395 Branch: maint-5.8/perl 5396 +> lib/ExtUtils/t/recurs.t 5397 !> (integrate 37 files) 5398____________________________________________________________________________ 5399[ 20210] By: jhi on 2003/07/24 13:49:51 5400 Log: Subject: [perl #23090] debugger not highlighting current line with ==> 5401 From: Ronald J Kimball (via RT) <perlbug-followup@perl.org> 5402 Date: 22 Jul 2003 18:50:48 -0000 5403 Message-ID: <rt-23090-61657.0.108280321391732@rt.perl.org> 5404 Branch: maint-5.8/perl 5405 ! lib/perl5db.pl 5406____________________________________________________________________________ 5407[ 20205] By: jhi on 2003/07/24 13:20:26 5408 Log: Subject: Re: Final doc cleanup for the debugger 5409 From: "Ronald J. Kimball" <rjk@linguist.thayer.dartmouth.edu> 5410 Date: Mon, 21 Jul 2003 14:41:50 -0400 5411 Message-ID: <20030721184150.GC29381@linguist.thayer.dartmouth.edu> 5412 Branch: maint-5.8/perl 5413 ! lib/perl5db.pl 5414____________________________________________________________________________ 5415[ 20204] By: jhi on 2003/07/24 13:18:39 5416 Log: Subject: Final doc cleanup for the debugger 5417 From: Joe McMahon <mcmahon@ibiblio.org> 5418 Date: Mon, 21 Jul 2003 12:09:45 -0400 5419 Message-Id: <BE723BEA-BB95-11D7-9203-000393BCA0FC@ibiblio.org> 5420 Branch: maint-5.8/perl 5421 ! lib/perl5db.pl 5422____________________________________________________________________________ 5423[ 20192] By: jhi on 2003/07/24 08:40:01 5424 Log: Subject: [PATCH maint] Re: Fatal 5.8.1 error in our $FOO = x if $FOO 5425 From: Dave Mitchell <davem@fdgroup.com> 5426 Date: Thu, 17 Jul 2003 21:54:01 +0100 5427 Message-ID: <20030717205401.GB2994@fdgroup.com> 5428 Branch: maint-5.8/perl 5429 ! pad.c t/lib/warnings/pad 5430____________________________________________________________________________ 5431[ 20188] By: jhi on 2003/07/24 08:07:57 5432 Log: Subject: [PATCH RC2] configpm breakage on VMS 5433 From: "Craig A. Berry" <craigberry@mac.com> 5434 Date: Sun, 13 Jul 2003 08:28:55 -0500 5435 Message-ID: <3F115E97.4070207@mac.com> 5436 Branch: maint-5.8/perl 5437 ! configpm 5438____________________________________________________________________________ 5439[ 20185] By: jhi on 2003/07/24 07:37:07 5440 Log: Subject: [PATCH toke.c] RE: RC2 is out 5441 From: Robin Barker <Robin.Barker@npl.co.uk> 5442 Date: Fri, 11 Jul 2003 16:30:55 +0100 5443 Message-ID: <533D273D4014D411AB1D00062938C4D9040465D4@hotel.npl.co.uk> 5444 Branch: maint-5.8/perl 5445 ! toke.c 5446____________________________________________________________________________ 5447[ 20183] By: jhi on 2003/07/23 14:15:34 5448 Log: Make Stas Bekman happy also in maint. 5449 Branch: maint-5.8/perl 5450 !> hv.h perl.c 5451____________________________________________________________________________ 5452[ 20181] By: jhi on 2003/07/23 13:12:38 5453 Log: Integrate: 5454 [ 19504] 5455 Small nit in perlsyn about the new // operator 5456 5457 [ 20154] 5458 Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction 5459 From: Michael G Schwern <schwern@pobox.com> 5460 Date: Tue, 13 May 2003 18:33:05 -0700 5461 Message-ID: <20030514013305.GB22001@windhund.schwern.org> 5462 5463 [ 20155] 5464 Subject: [DOCPATCH] perlfunc/read 5465 From: Steve Grazzini <grazz@pobox.com> 5466 Date: Tue, 8 Jul 2003 10:23:03 -0400 5467 Message-ID: <20030708142303.GB23698@grazzini.net> 5468 5469 Clarify the OFFSET parameter to read(). 5470 5471 [ 20156] 5472 Subject: Re: Sort sub and NaNs 5473 From: "John P. Linderman" <jpl@research.att.com> 5474 Date: Thu, 10 Jul 2003 10:45:06 -0400 5475 Message-Id: <200307101445.KAA79110@raptor.research.att.com> 5476 5477 Warn against a potential edge case with sort, <=> and NaNs. 5478 5479 [ 20157] 5480 Minor updates of the charnames documentation. 5481 5482 [ 20158] 5483 Add a TODO test for perlbug #19049 5484 Subject: Re: [perl #19049] Incorrect $` after replacement (test for same) 5485 From: Alex Gough <alex-p5p@earth.li> 5486 Date: Fri, 11 Jul 2003 01:12:42 +0100 5487 Message-ID: <20030711001242.GD2484@the.earth.li> 5488 5489 [ 20159] 5490 Subject: [PATCH] incorrect error message from Attribute::Handlers 5491 From: Claes Jacobsson <claes@surfar.nu> 5492 Date: Sat, 12 Jul 2003 16:30:42 +0200 5493 Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu> 5494 5495 [ 20161] 5496 Minor nits in perlsyn.pod 5497 5498 [ 20162] 5499 Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT 5500 From: Tony Bowden <tony@kasei.com> 5501 Date: Thu, 17 Jul 2003 16:49:35 +0100 5502 Message-ID: <20030717154935.GA20302@soto.kasei.com> 5503 5504 [ 20163] 5505 Subject: [PATCH] fix $^N-related coredump 5506 From: Anton Berezin <tobez@tobez.org> 5507 Date: Mon, 14 Jul 2003 13:50:35 +0200 5508 Message-ID: <20030714115035.GA10971@heechee.tobez.org> 5509 5510 [ 20164] 5511 [perl #22944] PERL5LIB is not colon-separated everywhere 5512 5513 [ 20165] 5514 Subject: [PATCH] Re: POSIX::div 5515 From: Michael G Schwern <schwern@pobox.com> 5516 Date: Mon, 14 Jul 2003 14:00:58 -0700 5517 Message-ID: <20030714210057.GK18517@windhund.schwern.org> 5518 5519 [ 20166] 5520 Subject: [PATCH] Increment cop_seqmax in utilize() 5521 From: Stephen McCamant <smcc@mit.edu> 5522 Date: Tue, 15 Jul 2003 09:57:26 -0400 5523 Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU> 5524 5525 Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements 5526 From: Stephen McCamant <smcc@mit.edu> 5527 Date: Tue, 15 Jul 2003 09:57:31 -0400 5528 Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU> 5529 5530 [ 20167] 5531 Subject: [PATCH] Re: Oops - Can't calculate our powers 5532 From: Stephen McCamant <smcc@mit.edu> 5533 Date: Fri, 18 Jul 2003 02:26:14 -0400 5534 Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU> 5535 5536 [ 20168] 5537 Subject: [ PATCH] Re: isa(UNIVERSAL)? 5538 From: Dave Mitchell <davem@fdgroup.com> 5539 Date: Thu, 17 Jul 2003 21:51:12 +0100 5540 Message-ID: <20030717205112.GA2994@fdgroup.com> 5541 5542 [ 20169] 5543 Subject: Re: [PATCH] Re: Oops - Can't calculate our powers 5544 From: Andreas J Koenig <andreas.koenig@anima.de> 5545 Date: Fri, 18 Jul 2003 09:36:47 +0200 5546 Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de> 5547 5548 [ 20170] 5549 Rename get_seed() to get_hash_seed(), as suggested by 5550 Eric J Kidder, to solve a name conflict on HP_UX 11.00. 5551 5552 [ 20171] 5553 The warning "Possible precedence problem on bitwise operator" 5554 was incorrectly produced with the bitwise-assignment operators. 5555 Fix it. (bug #23065 concerning 5.8.1 RC2) 5556 5557 [ 20172] 5558 Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script 5559 From: Andy Dougherty <doughera@lafayette.edu> 5560 Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT) 5561 Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu> 5562 5563 plus a clarification to INSTALL : 5564 Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script 5565 From: Andy Dougherty <doughera@lafayette.edu> 5566 Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT) 5567 Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu> 5568 5569 [ 20173] 5570 Minor doc nits concerning the dosish ALTERNATE_SHEBANG 5571 (bug #22968) 5572 5573 [ 20175] 5574 Subject: Re: [PATCH] test clean-up for VMS 5575 From: "Craig A. Berry" <craigberry@mac.com> 5576 Date: Sun, 20 Jul 2003 10:43:32 -0500 5577 Message-ID: <3F1AB8A4.2070207@mac.com> 5578 5579 [ 20176] 5580 Subject: Re: [PATCH] h2xs and extra_libraries 5581 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 5582 Date: Tue, 15 Jul 2003 07:28:52 +0200 5583 Message-id: <20030715052852.GA494@ethan> 5584 5585 [ 20177] 5586 Subject: [PATCH] Re: Perl formats do not work with tied values 5587 From: Dave Mitchell <davem@fdgroup.com> 5588 Date: Tue, 15 Jul 2003 20:46:07 +0100 5589 Message-ID: <20030715194607.GA24592@fdgroup.com> 5590 5591 plus the regression test : 5592 Subject: Re: [PATCH] Re: Perl formats do not work with tied values 5593 From: Nicholas Clark <nick@ccl4.org> 5594 Date: Tue, 15 Jul 2003 22:24:04 +0100 5595 Message-ID: <20030715222404.L20414@plum.flirble.org> 5596 5597 [ 20178] 5598 Subject: [DOCPATCH] %SIG and SA_RESTART 5599 From: Steve Grazzini <grazz@pobox.com> 5600 Date: Wed, 16 Jul 2003 08:56:21 -0400 5601 Message-ID: <20030716125620.GA7022@grazzini.net> 5602 5603 [ 20179] 5604 As the perldoc.pod is now in a separate file under pod/, 5605 the installman script was installing an empty perldoc.1 manpage. 5606 5607 [ 20180] 5608 utils.lst parsing tweak for bin/perldoc installation from Rafael. 5609 Branch: maint-5.8/perl 5610 !> (integrate 41 files) 5611____________________________________________________________________________ 5612[ 20153] By: jhi on 2003/07/11 10:50:52 5613 Log: more perldelta. (This is the final RC2, too.) 5614 Branch: maint-5.8/perl 5615 ! pod/perldelta.pod 5616____________________________________________________________________________ 5617[ 20151] By: jhi on 2003/07/11 08:35:08 5618 Log: A known potentially failing test. 5619 Branch: maint-5.8/perl 5620 ! pod/perldelta.pod 5621____________________________________________________________________________ 5622[ 20150] By: jhi on 2003/07/11 08:07:55 5623 Log: Some known problems. 5624 Branch: maint-5.8/perl 5625 ! pod/perldelta.pod 5626____________________________________________________________________________ 5627[ 20149] By: jhi on 2003/07/11 06:08:27 5628 Log: Add perldelta about the SIGFPE change. 5629 Branch: maint-5.8/perl 5630 ! pod/perldelta.pod 5631____________________________________________________________________________ 5632[ 20148] By: jhi on 2003/07/11 05:36:18 5633 Log: Make it RC2, while the tests are running. 5634 Branch: maint-5.8/perl 5635 ! patchlevel.h 5636____________________________________________________________________________ 5637[ 20147] By: jhi on 2003/07/11 05:20:37 5638 Log: Update Changes. 5639 Branch: maint-5.8/perl 5640 ! Changes patchlevel.h 5641____________________________________________________________________________ 5642[ 20146] By: jhi on 2003/07/11 05:12:43 5643 Log: Integrate: 5644 [ 20145] 5645 I think the API for mod_perl v2 should be simply that 5646 PL_modperl sets the PL_hash_seed (and PL_hash_seed_set) 5647 itself, hopefully from a good source of random bits. 5648 Branch: maint-5.8/perl 5649 !> perl.c 5650____________________________________________________________________________ 5651[ 20144] By: jhi on 2003/07/11 00:35:56 5652 Log: Integrate: 5653 [ 20143] 5654 pTHX. 5655 Branch: maint-5.8/perl 5656 !> util.c 5657____________________________________________________________________________ 5658[ 20142] By: jhi on 2003/07/11 00:31:29 5659 Log: Update Changes. 5660 Branch: maint-5.8/perl 5661 ! Changes patchlevel.h 5662____________________________________________________________________________ 5663[ 20141] By: jhi on 2003/07/11 00:27:41 5664 Log: Integrate: 5665 [ 20137] 5666 Retract the statements. 5667 5668 [ 20138] 5669 More retraction. 5670 5671 [ 20139] 5672 New order of seed. 5673 Branch: maint-5.8/perl 5674 !> INSTALL pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod 5675____________________________________________________________________________ 5676[ 20140] By: jhi on 2003/07/11 00:25:36 5677 Log: Refashion the perldelta. 5678 Branch: maint-5.8/perl 5679 ! pod/perldelta.pod 5680____________________________________________________________________________ 5681[ 20136] By: jhi on 2003/07/11 00:05:20 5682 Log: Integrate: 5683 [ 20134] 5684 Check PERL_HASH_SEED even when tainted. 5685 5686 [ 20135] 5687 Chicken out: the hash randomisation is not on by default. 5688 We switch over to the explicit mode: in other words, if 5689 the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we 5690 randomise only if PL_hash_seed_set is FALSE (this means 5691 one can use PERL_HASH() before perl_run.) Also, since 5692 now PERL_HASH_SEED is okay even under -T, all should be fine. 5693 (Ha!) 5694 Branch: maint-5.8/perl 5695 !> embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h 5696 !> perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c 5697____________________________________________________________________________ 5698[ 20133] By: jhi on 2003/07/10 22:51:40 5699 Log: Update Changes. 5700 Branch: maint-5.8/perl 5701 ! Changes patchlevel.h 5702____________________________________________________________________________ 5703[ 20132] By: jhi on 2003/07/10 22:46:30 5704 Log: Integrate: 5705 [ 20129] 5706 Subject: [comment patch] 5707 From: Stas Bekman <stas@stason.org> 5708 Date: Thu, 10 Jul 2003 14:19:22 -0700 5709 Message-ID: <3F0DD85A.1070902@stason.org> 5710 5711 [ 20130] 5712 Subject: [PATCH} db-recno.t on Mac OS X 5713 From: slaven@rezic.de 5714 Date: Thu, 10 Jul 2003 12:41:05 +0000 5715 Message-Id: <1057840865.9622@devpc01.iconmobile.de> 5716 5717 [ 20131] 5718 &Time::HiRes::d_nanosleep was broken. 5719 Branch: maint-5.8/perl 5720 !> ext/DB_File/t/db-recno.t ext/Time/HiRes/Makefile.PL perl.c 5721____________________________________________________________________________ 5722[ 20128] By: jhi on 2003/07/10 22:23:08 5723 Log: Integrate: 5724 [ 20124] 5725 Time travel noticed by Enache. 5726 5727 [ 20127] 5728 Be vague enough. 5729 Branch: maint-5.8/perl 5730 !> embedvar.h pod/perldata.pod pod/perlhist.pod 5731____________________________________________________________________________ 5732[ 20126] By: jhi on 2003/07/10 22:20:02 5733 Log: Add the deprecation warning for v-strings. 5734 5735 (A Tale Of Caution: Originally I tried to use 5736 "no warnings 'deprecated'; in configpm, but that 5737 lead into whole lotta pain. The warnings pragma 5738 pulls in Carp, and then Carp somehow messes up Exporter, 5739 and one ends up with several mysterious failures. 5740 Just don't go there.) 5741 Branch: maint-5.8/perl 5742 ! configpm pod/perldelta.pod pod/perldiag.pod 5743 ! t/lib/warnings/toke t/op/pack.t toke.c 5744____________________________________________________________________________ 5745[ 20123] By: jhi on 2003/07/10 18:07:49 5746 Log: regen embed.pl. 5747 Branch: maint-5.8/perl 5748 ! embedvar.h 5749____________________________________________________________________________ 5750[ 20122] By: jhi on 2003/07/10 18:06:05 5751 Log: Integrate: 5752 [ 20116] 5753 The *right* way to make the csighandler visible. 5754 5755 [ 20117] 5756 Subject: [PATCH] Restore SIGFPE on exec() 5757 From: Chip Salzenberg <chip@pobox.com> 5758 Date: Thu, 10 Jul 2003 13:13:20 -0400 5759 Message-ID: <20030710171319.GA21588@perlsupport.com> 5760 5761 [ 20118] 5762 malloc alignment patch from Spider, needed for Tru64 + longdouble. 5763 5764 [ 20119] 5765 Subject: [PATCH] configure.gnu --prefix 5766 From: slaven@rezic.de 5767 Date: Thu, 10 Jul 2003 09:33:27 +0000 5768 Message-Id: <1057829607.9622@devpc01.iconmobile.de> 5769 5770 [ 20120] 5771 I can see the future. It is cloudy. 5772 Branch: maint-5.8/perl 5773 !> configure.gnu doio.c embed.fnc embed.h global.sym malloc.c 5774 !> perl.c perl.h perlapi.h perlvars.h pod/perlhist.pod toke.c 5775____________________________________________________________________________ 5776[ 20121] By: jhi on 2003/07/10 18:01:21 5777 Log: perldelta tweaks. 5778 Branch: maint-5.8/perl 5779 ! pod/perldelta.pod 5780____________________________________________________________________________ 5781[ 20115] By: jhi on 2003/07/10 15:11:29 5782 Log: Retract #20113. 5783 Branch: maint-5.8/perl 5784 ! embedvar.h intrpvar.h perlapi.h 5785____________________________________________________________________________ 5786[ 20113] By: jhi on 2003/07/10 14:19:22 5787 Log: Missing symbol export. 5788 Branch: maint-5.8/perl 5789 !> embed.fnc embedvar.h intrpvar.h perlapi.h 5790____________________________________________________________________________ 5791[ 20111] By: jhi on 2003/07/10 05:31:46 5792 Log: Final perldelta (and perlport) sweep. 5793 Branch: maint-5.8/perl 5794 ! pod/perldelta.pod pod/perlport.pod 5795____________________________________________________________________________ 5796[ 20110] By: jhi on 2003/07/10 05:06:10 5797 Log: Make it the RC1. 5798 Branch: maint-5.8/perl 5799 ! patchlevel.h 5800____________________________________________________________________________ 5801[ 20109] By: jhi on 2003/07/10 05:04:54 5802 Log: Remove the maint tag. 5803 Branch: maint-5.8/perl 5804 ! patchlevel.h 5805____________________________________________________________________________ 5806[ 20108] By: jhi on 2003/07/10 05:03:37 5807 Log: Update Changes. 5808 Branch: maint-5.8/perl 5809 ! Changes patchlevel.h 5810____________________________________________________________________________ 5811[ 20107] By: jhi on 2003/07/10 04:55:03 5812 Log: Integrate: 5813 [ 20103] 5814 perlfaq sync. 5815 5816 [ 20104] 5817 Deprecate v-strings. 5818 5819 [ 20106] 5820 Upgrade to podlators 1.27. 5821 Branch: maint-5.8/perl 5822 !> lib/Pod/Text/Termcap.pm pod/perldata.pod pod/perlfaq1.pod 5823____________________________________________________________________________ 5824[ 20105] By: jhi on 2003/07/10 04:46:01 5825 Log: Add deprecations to perldelta. 5826 Branch: maint-5.8/perl 5827 ! pod/perldelta.pod 5828____________________________________________________________________________ 5829[ 20102] By: jhi on 2003/07/09 17:55:46 5830 Log: Update Changes. 5831 Branch: maint-5.8/perl 5832 ! Changes patchlevel.h 5833____________________________________________________________________________ 5834[ 20101] By: jhi on 2003/07/09 17:49:23 5835 Log: Integrate: 5836 [ 20094] 5837 No Perl malloc for FreeBSD. 5838 5839 [ 20095] 5840 Update Changes. 5841 5842 [ 20096] 5843 More Darwin/MacOSX paths twiddling. 5844 5845 [ 20097] 5846 Fix for the 'print v65' plus safety tweaks from Rafael. 5847 5848 [ 20098] 5849 Fixes from Ron Kimball. 5850 5851 [ 20099] 5852 No more no more. Errrm, no longer no more. 5853 5854 [ 20100] 5855 Detypo. 5856 Branch: maint-5.8/perl 5857 !> hints/darwin.sh hints/freebsd.sh pod/perldata.pod toke.c 5858____________________________________________________________________________ 5859[ 20099] By: jhi on 2003/07/09 17:31:38 5860 Log: No more no more. Errrm, no longer no more. 5861 Branch: maint-5.8/perl 5862 ! pod/perldelta.pod 5863____________________________________________________________________________ 5864[ 20095] By: jhi on 2003/07/09 12:03:48 5865 Log: Update Changes. 5866 Branch: maint-5.8/perl 5867 ! Changes patchlevel.h 5868____________________________________________________________________________ 5869[ 20094] By: jhi on 2003/07/09 11:56:22 5870 Log: No Perl malloc for FreeBSD. 5871 Branch: maint-5.8/perl 5872 ! pod/perldelta.pod 5873____________________________________________________________________________ 5874[ 20092] By: jhi on 2003/07/09 11:41:01 5875 Log: Integrate: 5876 [ 20084] 5877 Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted. 5878 From: John Peacock <jpeacock@rowman.com> 5879 Date: Wed, 09 Jul 2003 01:05:38 -0700 5880 Message-ID: <3F0BCCD2.1020009@rowman.com> 5881 5882 [ 20085] 5883 Test the vX => ... fix. 5884 5885 [ 20086] 5886 Document the v-string change in perldelta. 5887 5888 [ 20087] 5889 perldelta clarification. 5890 5891 [ 20088] 5892 Document the vXX => change in perldata, too. 5893 5894 [ 20089] 5895 Rework the perldata vXX => ... entry a bit. 5896 Branch: maint-5.8/perl 5897 !> embed.fnc pod/perlapi.pod pod/perldata.pod t/op/ver.t toke.c 5898 !> util.c 5899____________________________________________________________________________ 5900[ 20091] By: jhi on 2003/07/09 08:23:20 5901 Log: Integrate: 5902 [ 20074] 5903 "Global destruction" doc tweaks from Rafael. 5904 5905 [ 20075] 5906 perldelta tweaks. 5907 5908 [ 20076] 5909 Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output 5910 From: Enache Adrian <enache@rdslink.ro> 5911 Date: Tue, 8 Jul 2003 20:47:58 +0300 5912 Message-ID: <20030708174758.GA1177@ratsnest.hole> 5913 5914 (ByteLoader tweak avoiding a leaked scalar) 5915 5916 [ 20077] 5917 Don't recommend to upgrade the base.pm in the core with 5918 the base.pm from Class::Fields. They are not the same. 5919 5920 [ 20078] 5921 Revert #20077. 5922 5923 [ 20079] 5924 The CHECKOP macro was not invoked on some newly created ops 5925 (to match them against the current opmask.) As a consequence, 5926 Safe compartments were unable to trap some ops (pattern 5927 match, slices, conditionals.) This fixes the holes. 5928 5929 [ 20080] 5930 Small typo fix from Chris Reinhardt. 5931 5932 [ 20081] 5933 Subject: [PATCH] Safe signals via POSIX::sigaction 5934 From: Chip Salzenberg <chip@pobox.com> 5935 Date: Wed, 9 Jul 2003 01:49:10 -0400 5936 Message-ID: <20030709054910.GH2021@perlsupport.com> 5937 5938 [ 20082] 5939 Enable avoiding /System/Library in Mac OS X by 5940 doing Configure -Dprefix=/some/where -Uvendorlib. 5941 5942 [ 20083] 5943 Darwin/Mac OS X: if -Dprefix=/foo, do nothing special 5944 for the install dirs. 5945 5946 [ 20090] 5947 Upgrade to Encode 1.97. 5948 Branch: maint-5.8/perl 5949 !> embed.fnc embed.h ext/Encode/Changes ext/Encode/Encode.pm 5950 !> ext/Encode/META.yml ext/Encode/encoding.pm 5951 !> ext/Encode/lib/Encode/Alias.pm 5952 !> ext/Encode/lib/Encode/Encoder.pm 5953 !> ext/Encode/lib/Encode/Guess.pm 5954 !> ext/Encode/lib/Encode/JP/JIS7.pm ext/POSIX/POSIX.pm 5955 !> ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t 5956 !> hints/darwin.sh lib/CPAN.pm op.c proto.h 5957____________________________________________________________________________ 5958[ 20087] By: jhi on 2003/07/09 08:02:09 5959 Log: perldelta clarification. 5960 Branch: maint-5.8/perl 5961 ! pod/perldelta.pod 5962____________________________________________________________________________ 5963[ 20086] By: jhi on 2003/07/09 08:00:04 5964 Log: Document the v-string change in perldelta. 5965 Branch: maint-5.8/perl 5966 ! pod/perldelta.pod 5967____________________________________________________________________________ 5968[ 20080] By: jhi on 2003/07/09 04:52:02 5969 Log: Small typo fix from Chris Reinhardt. 5970 Branch: maint-5.8/perl 5971 ! pod/perldelta.pod 5972____________________________________________________________________________ 5973[ 20075] By: jhi on 2003/07/08 13:35:37 5974 Log: perldelta tweaks. 5975 Branch: maint-5.8/perl 5976 ! pod/perldelta.pod 5977____________________________________________________________________________ 5978[ 20074] By: jhi on 2003/07/08 11:01:07 5979 Log: "Global destruction" doc tweaks from Rafael. 5980 Branch: maint-5.8/perl 5981 ! pod/perldelta.pod 5982____________________________________________________________________________ 5983[ 20073] By: jhi on 2003/07/08 09:41:37 5984 Log: Update Changes. 5985 Branch: maint-5.8/perl 5986 ! Changes patchlevel.h 5987____________________________________________________________________________ 5988[ 20072] By: jhi on 2003/07/08 09:24:42 5989 Log: Integrate: 5990 [ 20068] 5991 Subject: [PATCH: maint @ 20046] warnings, line numbers & windows 5992 From: Marcus Holland-Moritz <mhx-perl@gmx.net> 5993 Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST) 5994 Message-ID: <12022.1057655645@www59.gmx.net> 5995 5996 [ 20069] 5997 Subject: [PATCH] format 'botched' in malloc.c 5998 From: Enache Adrian <enache@rdslink.ro> 5999 Date: Mon, 7 Jul 2003 21:57:06 +0300 6000 Message-ID: <20030707185706.GB7017@ratsnest.hole> 6001 6002 [ 20070] 6003 A note on hash randomisation vs global destruction. 6004 6005 [ 20071] 6006 In 5.8.x, fast stdio places still do use stdio. 6007 Branch: maint-5.8/perl 6008 !> ext/B/B.xs ext/Digest/MD5/t/badfile.t lib/Pod/Text/Termcap.pm 6009 !> malloc.c mg.c op.c 6010____________________________________________________________________________ 6011[ 20070] By: jhi on 2003/07/08 09:14:24 6012 Log: A note on hash randomisation vs global destruction. 6013 Branch: maint-5.8/perl 6014 ! pod/perldelta.pod 6015____________________________________________________________________________ 6016[ 20067] By: jhi on 2003/07/08 05:39:14 6017 Log: Integrate: 6018 [ 20049] 6019 Linewrapping. 6020 6021 [ 20051] 6022 Be more explicit than just 'characters'. 6023 6024 [ 20053] 6025 Subject: Patch to README.solaris 6026 From: Alan Burlison <Alan.Burlison@sun.com> 6027 Date: Mon, 07 Jul 2003 14:15:57 +0100 6028 Message-ID: <3F09728D.1070408@sun.com> 6029 6030 [ 20054] 6031 AUTHORS tweak. 6032 6033 [ 20058] 6034 Refashioned #20055: we cannot trust stdio to fail here. 6035 6036 [ 20059] 6037 Good catch from Gisle. 6038 6039 [ 20061] 6040 The nanosleep() probe was kaputt, fixed by Mark Bixby. 6041 6042 [ 20062] 6043 Mark Bixby ++. 6044 6045 [ 20063] 6046 Regexp bug in the docs, spotted by Enache's eagle eyes. 6047 6048 [ 20064] 6049 v-string API tweak from John Peacock to synchronize 6050 5.8.1-to-be as much as possible with 5.9.0-to-be. 6051 Branch: maint-5.8/perl 6052 !> AUTHORS README.solaris ext/Digest/MD5/t/badfile.t 6053 !> ext/Time/HiRes/Makefile.PL perl.c pod/perlapio.pod 6054 !> pod/perlfunc.pod pod/perlsyn.pod 6055____________________________________________________________________________ 6056[ 20064] By: jhi on 2003/07/08 05:01:15 6057 Log: v-string API tweak from John Peacock to synchronize 6058 5.8.1-to-be as much as possible with 5.9.0-to-be. 6059 Branch: maint-5.8/perl 6060 ! embed.fnc embed.h global.sym proto.h toke.c util.c 6061____________________________________________________________________________ 6062[ 20047] By: jhi on 2003/07/07 08:09:52 6063 Log: MPE/iX is actually doing rather well. 6064 Branch: maint-5.8/perl 6065 ! pod/perldelta.pod 6066____________________________________________________________________________ 6067[ 20046] By: jhi on 2003/07/07 06:13:32 6068 Log: Update Changes. 6069 Branch: maint-5.8/perl 6070 ! Changes patchlevel.h 6071____________________________________________________________________________ 6072[ 20045] By: jhi on 2003/07/07 05:00:40 6073 Log: Integrate: 6074 [ 20030] 6075 Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca 6076 From: merlyn@stonehenge.com (Randal L. Schwartz) 6077 Date: 05 Jul 2003 16:29:14 -0700 6078 Message-ID: <867k6weenp.fsf@blue.stonehenge.com> 6079 6080 [ 20034] 6081 Subject: [PATCH @19834] DProf fixes 6082 From: Radu Greab <radu@netsoft.ro> 6083 Date: Sun, 6 Jul 2003 20:09:12 +0300 6084 Message-ID: <16136.22456.99575.573777@ix.netsoft.ro> 6085 6086 [ 20035] 6087 PerlIOBase_pushed seems to have gone missing in change#20018 6088 6089 [ 20036] 6090 yet another symbol missing in change#20018 6091 6092 [ 20039] 6093 Update the CPAN mirrors list. 6094 6095 [ 20040] 6096 Subject: Re: [perl #5025] #line directive explination wrong 6097 From: Casey West <casey@geeknest.com> 6098 Date: Sun, 6 Jul 2003 18:24:46 -0400 6099 Message-ID: <20030706222446.GL7506@geeknest.com> 6100 6101 [ 20041] 6102 Upgrade BigInt and BigRat 6103 Subject: BigInt v1.65, Bigrat v0.10 - reloaded 6104 From: Tels <perl_dummy@bloodgate.com> 6105 Date: Sun, 6 Jul 2003 15:41:36 +0200 6106 Message-Id: <200307061158.23576@bloodgate.com> 6107 6108 [ 20042] 6109 MPE/iX tweak from Mark Bixby. 6110 6111 [ 20043] 6112 Use the existence, instead of the truth, to decide 6113 whether to scan for a symbol. 6114 (Also remove trailing spaces.) 6115 Branch: maint-5.8/perl 6116 +> t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t 6117 +> t/lib/dprof/test8_v 6118 !> MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t 6119 !> ext/Devel/DProf/DProf.xs ext/Time/HiRes/Makefile.PL 6120 !> lib/Math/BigFloat.pm lib/Math/BigInt.pm 6121 !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t 6122 !> lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm 6123 !> lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc 6124 !> lib/Math/BigRat/t/bigratpm.t makedef.pl perl.c 6125 !> pod/perldiag.pod pod/perlfaq2.pod pod/perlmodlib.PL 6126 !> pod/perlmodlib.pod pod/perlsyn.pod pod/perltodo.pod 6127 !> pod/perlvar.pod pp_ctl.c 6128____________________________________________________________________________ 6129[ 20044] By: jhi on 2003/07/07 04:52:33 6130 Log: MANItweak. 6131 Branch: maint-5.8/perl 6132 ! MANIFEST 6133____________________________________________________________________________ 6134[ 20033] By: jhi on 2003/07/06 16:26:13 6135 Log: Subject: [PATCH] improve WinCE port 6136 From: "Vadim Konovalov" <vkonovalov@peterstar.ru> 6137 Date: Sun, 6 Jul 2003 18:46:09 +0400 6138 Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad> 6139 6140 Subject: [PATCH] improve WinCE port -- addition 6141 From: "Vadim Konovalov" <vkonovalov@peterstar.ru> 6142 Date: Sun, 6 Jul 2003 19:50:47 +0400 6143 Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad> 6144 Branch: maint-5.8/perl 6145 + wince/perlhost.h wince/vdir.h wince/vmem.h 6146 ! MANIFEST makedef.pl malloc_ctl.h wince/Makefile.ce 6147 ! wince/README.compile wince/README.perlce wince/config.ce 6148 ! wince/perllib.c wince/registry.bat wince/win32.h 6149 ! wince/win32io.c wince/win32iop.h wince/win32thread.c 6150 ! wince/win32thread.h wince/wince.c wince/wince.h 6151____________________________________________________________________________ 6152[ 20029] By: jhi on 2003/07/06 15:53:28 6153 Log: More perldelta. 6154 Branch: maint-5.8/perl 6155 ! pod/perldelta.pod 6156____________________________________________________________________________ 6157[ 20028] By: jhi on 2003/07/06 08:35:50 6158 Log: Integrate: 6159 [ 20016] 6160 OpenBSD sometimes gets -0, probably due to fp fuzziness.. 6161 6162 [ 20017] 6163 Subject: [PATCH] fix for ext/threads/t/problems.t failures 6164 From: Dave Mitchell <davem@fdgroup.com> 6165 Date: Sat, 5 Jul 2003 19:12:51 +0100 6166 Message-ID: <20030705181251.GA14502@fdgroup.com> 6167 6168 [ 20018] 6169 Add PerlIOBuf_close to makedef.pl as pointed out by 6170 Vadim Konovalov; add also PerlIOBuf_dup; sort and remove 6171 duplicates. 6172 6173 [ 20019] 6174 Make a read from a write-only fh to set errno 6175 (found by Gisle) 6176 6177 [ 20020] 6178 Upgrade to Digest::MD5 2.25. 6179 6180 [ 20021] 6181 Reintroduce changes #19723 and #19723 that were not 6182 in Net::Ping 2.31; needed for Windows. 6183 6184 [ 20022] 6185 Subject: [PATCH] ExtUtils::MakeMaker 6.10_07 6186 From: Michael G Schwern <schwern@pobox.com> 6187 Date: Sat, 5 Jul 2003 16:59:49 -0700 6188 Message-ID: <20030705235949.GB3485@windhund.schwern.org> 6189 6190 [ 20023] 6191 Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm] 6192 From: Michael G Schwern <schwern@pobox.com> 6193 Date: Sat, 5 Jul 2003 13:34:37 -0700 6194 Message-ID: <20030705203437.GB2598@windhund.schwern.org> 6195 6196 Print out the "ok" messages only once every second, 6197 this should make output much less and therefore testing 6198 much faster, especially on slower connections. 6199 6200 [ 20024] 6201 The change #20022 didn't work for Command.t. 6202 6203 [ 20025] 6204 Make the 'slow ok' feature optional. 6205 6206 [ 20026] 6207 FreeBSD: if someone *really* wants to use the system malloc. 6208 Branch: maint-5.8/perl 6209 +> ext/Digest/MD5/t/clone.t 6210 !> MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm 6211 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t 6212 !> ext/Digest/MD5/t/files.t ext/threads/t/problems.t 6213 !> hints/freebsd.sh lib/Benchmark.t lib/ExtUtils/Changes 6214 !> lib/ExtUtils/META.yml lib/ExtUtils/MM_Unix.pm 6215 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm 6216 !> lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/Command.t 6217 !> lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t 6218 !> lib/Test/Harness.pm makedef.pl perlio.c 6219____________________________________________________________________________ 6220[ 20027] By: jhi on 2003/07/06 08:32:12 6221 Log: perldelta updates from Sarathy. 6222 Branch: maint-5.8/perl 6223 ! pod/perldelta.pod 6224____________________________________________________________________________ 6225[ 20014] By: jhi on 2003/07/05 14:10:20 6226 Log: Update Changes. 6227 Branch: maint-5.8/perl 6228 ! Changes patchlevel.h 6229____________________________________________________________________________ 6230[ 20013] By: jhi on 2003/07/05 13:58:18 6231 Log: Integrate: 6232 [ 19998] 6233 Fix non-numeric $VERSION. 6234 6235 [ 19999] 6236 Macro reorganization in the Makefile, so that $(LDLIBPTH) always 6237 appears just before the name of the command to be run. See 6238 6239 Subject: Re: PERL_SKIP_TTY_TEST fix 6240 From: Alexey Tourbin <at@altlinux.ru> 6241 Date: Fri, 4 Jul 2003 17:25:34 +0400 6242 Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru> 6243 6244 [ 20000] 6245 Upgrade to Math::BigInt v1.65, Math::BigRat v0.10, 6246 and bignum v0.14. 6247 6248 [ 20001] 6249 Add a new test target in the makefile, test_harness_notty. 6250 It's like test_harness, but sets HARNESS_NOTTY=1 to make 6251 Test::Harness' output less blinking. 6252 6253 [ 20002] 6254 Author list update (to be continued...) 6255 6256 [ 20003] 6257 Allow to create more than one Shell object : 6258 Subject: [patch] Shell.pm fix 6259 From: St�phane Payrard <stef@payrard.net> 6260 Date: Sat, 5 Jul 2003 01:16:50 +0200 6261 Message-ID: <20030704231650.GA19701@stefp.dyndns.org> 6262 6263 [ 20004] 6264 Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997 6265 From: Robin Barker <Robin.Barker@npl.co.uk> 6266 Date: Fri, 4 Jul 2003 19:15:01 +0100 6267 Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk> 6268 6269 [ 20006] 6270 Subject: [PATCH] MM_VMS.pm -- fix xs installation 6271 From: "Craig A. Berry" <craigberry@mac.com> 6272 Date: Sat, 05 Jul 2003 00:38:28 -0500 6273 Message-ID: <3F066454.90003@mac.com> 6274 6275 [ 20007] 6276 Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint; 6277 since CGI scripts are (should be) run under -T, being able 6278 to show the HASH_SEED in case of problems is good. 6279 The $ENV{PERL_HASH_SEED} is still ignored under taint. 6280 6281 [ 20008] 6282 IIRC gcc would complain about if (s = ...). 6283 6284 [ 20009] 6285 The logic for additional randomisation for 64-bit UV 6286 cases was wrong. 6287 6288 [ 20010] 6289 Comment out some debugging output in Math::BigInt, that 6290 causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t. 6291 6292 [ 20012] 6293 Be explicit about the $0 pain in Linux 2.2. 6294 Branch: maint-5.8/perl 6295 +> lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t 6296 +> lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t 6297 +> lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t 6298 +> lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t 6299 +> lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t 6300 +> lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t 6301 !> (integrate 48 files) 6302____________________________________________________________________________ 6303[ 20011] By: jhi on 2003/07/05 13:44:30 6304 Log: perldelta tweaks. 6305 Branch: maint-5.8/perl 6306 ! pod/perldelta.pod 6307____________________________________________________________________________ 6308[ 20005] By: jhi on 2003/07/05 07:50:53 6309 Log: Subject: [PATCH maint] partially rescind Concise pad patch. 6310 From: Dave Mitchell <davem@fdgroup.com> 6311 Date: Fri, 4 Jul 2003 22:10:11 +0100 6312 Message-ID: <20030704211010.GD10426@fdgroup.com> 6313 Branch: maint-5.8/perl 6314 ! ext/B/B/Concise.pm 6315____________________________________________________________________________ 6316[ 19997] By: jhi on 2003/07/04 14:45:20 6317 Log: Update Changes. 6318 Branch: maint-5.8/perl 6319 ! Changes patchlevel.h 6320____________________________________________________________________________ 6321[ 19996] By: jhi on 2003/07/04 14:41:18 6322 Log: Integrate: 6323 [ 19993] 6324 Oops. 6325 6326 [ 19994] 6327 More $0 sad tales. 6328 6329 [ 19995] 6330 According to Tels our M::BI is _better_ than the 1.64 in CPAN. 6331 Branch: maint-5.8/perl 6332 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t 6333 !> lib/Math/BigInt.pm pod/perlvar.pod 6334____________________________________________________________________________ 6335[ 19992] By: jhi on 2003/07/04 13:58:29 6336 Log: Update Changes. 6337 Branch: maint-5.8/perl 6338 ! Changes patchlevel.h 6339____________________________________________________________________________ 6340[ 19991] By: jhi on 2003/07/04 13:54:33 6341 Log: Integrate: 6342 [ 19976] 6343 Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global 6344 From: PPrymmer@factset.com 6345 Date: Thu, 3 Jul 2003 23:59:51 -0400 6346 Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com> 6347 6348 [ 19977] 6349 $0 is pain. 6350 6351 [ 19979] 6352 Remove PL_earlytaint since the hash seed code 6353 can be delayed until perl_parse(). 6354 6355 [ 19980] 6356 line_t is U32, not I32. 6357 6358 [ 19981] 6359 AUTHORS updates. 6360 6361 [ 19982] 6362 No energy now to figure out what is wrong with $0 6363 (or ps) in Tru64. The test works fine when run from 6364 command line. 6365 6366 [ 19984] 6367 Upgrade to CGI.pm 2.97. 6368 6369 [ 19985] 6370 Upgrade to CPAN 1.71. 6371 6372 [ 19986] 6373 Upgrade to Digest::MD5 2.24, with few extra tweaks: 6374 (1) make the PATCHLEVEL logic as it is with List::Util 6375 (more portable to older Perls) 6376 (2) regen the MD5 checksums with ... 6377 (3) ... the Mac OS Classic checksums generated via MacRoman 6378 (just a guess) 6379 (4) Keep the core Makefile.PL. 6380 6381 [ 19987] 6382 Upgrade to Locale::Maketext 1.06. 6383 6384 [ 19988] 6385 Upgrade to Net::Ping 2.31. 6386 6387 [ 19989] 6388 Upgrade to Text::Balanced 1.94. 6389 6390 [ 19990] 6391 Upgrade to PodParser 1.23; but do not update 6392 t/pod/find.t or t/pod/testp2pt.pl since the 6393 first one does not work at all under core, 6394 and the second change would drop MacOS Classic 6395 portability tweaks introduced by change #18669. 6396 Branch: maint-5.8/perl 6397 +> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm 6398 +> lib/Locale/Maketext/t/90utf8.t 6399 !> (integrate 40 files) 6400____________________________________________________________________________ 6401[ 19983] By: jhi on 2003/07/04 12:28:01 6402 Log: perldelta tweak. 6403 Branch: maint-5.8/perl 6404 ! pod/perldelta.pod 6405____________________________________________________________________________ 6406[ 19978] By: jhi on 2003/07/04 05:27:56 6407 Log: perldelta tweaks. 6408 Branch: maint-5.8/perl 6409 ! pod/perldelta.pod 6410____________________________________________________________________________ 6411[ 19975] By: jhi on 2003/07/03 21:39:48 6412 Log: Update Changes. 6413 Branch: maint-5.8/perl 6414 ! Changes patchlevel.h 6415____________________________________________________________________________ 6416[ 19974] By: jhi on 2003/07/03 21:36:16 6417 Log: Integrate: 6418 [ 19971] 6419 Subject: [PATCH] t/op/magic.t on FreeBSD 6420 From: Slaven Rezic <slaven@rezic.de> 6421 Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST) 6422 Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de> 6423 6424 [ 19972] 6425 Subject: [PATCH] installperl -n 6426 From: Slaven Rezic <slaven@rezic.de> 6427 Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST) 6428 Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de> 6429 6430 [ 19973] 6431 Bump Time::HiRes version to 1.50. 6432 Branch: maint-5.8/perl 6433 !> ext/Time/HiRes/HiRes.pm installperl t/op/magic.t 6434____________________________________________________________________________ 6435[ 19970] By: jhi on 2003/07/03 21:28:08 6436 Log: Integrate: 6437 [ 19969] 6438 Ask Schwern. 6439 Branch: maint-5.8/perl 6440 - Porting/Modules 6441 !> AUTHORS MANIFEST 6442____________________________________________________________________________ 6443[ 19968] By: jhi on 2003/07/03 19:17:29 6444 Log: Integrate: 6445 [ 19957] 6446 Subject: Re: randomly untainting? 6447 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 6448 Date: Thu, 3 Jul 2003 14:58:18 +0200 6449 Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr> 6450 (plus extra debug printing) 6451 6452 [ 19958] 6453 Regen Configure, Glossary, et alia. 6454 6455 [ 19959] 6456 Regen perltoc. 6457 6458 [ 19960] 6459 perldelta tweaks. 6460 6461 [ 19961] 6462 Extra light testing for the UTF-8 cache 6463 (that it isn't broken, not that it helps). 6464 6465 [ 19962] 6466 Add at least meager beginnings of assertion checks for 6467 the UTF-8 length/pos cache. It's not as full as I would 6468 like since the exact behaviour of the second half of the 6469 cache, used in substr(), eludes me right now. 6470 6471 [ 19963] 6472 Revert #19957 as requested by Rafael. 6473 6474 [ 19964] 6475 Subject: Re: randomly untainting? 6476 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 6477 Date: Thu, 3 Jul 2003 17:35:09 +0200 6478 Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr> 6479 6480 [ 19965] 6481 Subject: [PATCH] Win32: fix WM_TIMER handling 6482 From: Mattia Barbon <mbarbon@dsi.unive.it> 6483 Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale) 6484 Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it> 6485 6486 [ 19966] 6487 Subject: Re: [PATCH] Bring Time::Local to 1.07 6488 From: Dave Rolsky <autarch@urth.org> 6489 Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT) 6490 Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org> 6491 6492 [ 19967] 6493 Add autarch and Time::Local to Modules. 6494 Branch: maint-5.8/perl 6495 !> Porting/Modules ext/List/Util/t/tainted.t lib/Time/Local.pm 6496 !> sv.c t/TestInit.pm t/op/length.t win32/win32.c 6497____________________________________________________________________________ 6498[ 19960] By: jhi on 2003/07/03 13:43:42 6499 Log: perldelta tweaks. 6500 Branch: maint-5.8/perl 6501 ! pod/perldelta.pod 6502____________________________________________________________________________ 6503[ 19959] By: jhi on 2003/07/03 13:36:50 6504 Log: Regen perltoc. 6505 Branch: maint-5.8/perl 6506 ! pod/perltoc.pod 6507____________________________________________________________________________ 6508[ 19958] By: jhi on 2003/07/03 13:27:12 6509 Log: Regen Configure, Glossary, et alia. 6510 Branch: maint-5.8/perl 6511 ! Configure Porting/Glossary Porting/config.sh Porting/config_H 6512____________________________________________________________________________ 6513[ 19956] By: jhi on 2003/07/03 11:31:55 6514 Log: Update Changes. 6515 Branch: maint-5.8/perl 6516 ! Changes patchlevel.h 6517____________________________________________________________________________ 6518[ 19955] By: jhi on 2003/07/03 11:26:56 6519 Log: Integrate: 6520 [ 19952] 6521 Tiny tweak to perlartistic from Robin Barker. 6522 6523 [ 19954] 6524 Subject: Re: maint @ 19923 6525 From: "Vadim Konovalov" <vkonovalov@peterstar.ru> 6526 Date: Thu, 3 Jul 2003 15:57:55 +0400 6527 Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad> 6528 (WinCE update) 6529 Branch: maint-5.8/perl 6530 !> pod/perlartistic.pod wince/Makefile.ce wince/wince.c 6531____________________________________________________________________________ 6532[ 19953] By: jhi on 2003/07/03 11:08:58 6533 Log: Tiny tweak to maint perldelta from Robin Barker. 6534 Branch: maint-5.8/perl 6535 ! pod/perldelta.pod 6536____________________________________________________________________________ 6537[ 19951] By: jhi on 2003/07/03 08:47:35 6538 Log: Integrate: 6539 (most of #18302 was already part of #18791) 6540 [ 18302] 6541 Subject: Proper fix for CvOUTSIDE weak refcounting 6542 From: Dave Mitchell <davem@fdgroup.com> 6543 Date: Tue, 10 Dec 2002 01:26:44 +0000 6544 Message-ID: <20021210012644.A7843@fdgroup.com> 6545 6546 [ 19924] 6547 Fix from Enache Adrian for the magic.t failure in 6548 FreeBSD: setproctitle() cannot get rid of the " (perl)". 6549 6550 [ 19925] 6551 FreeBSD $0 dance. 6552 6553 [ 19926] 6554 Getting the whitespace right. 6555 6556 [ 19927] 6557 ...and getting the comma right, too. 6558 6559 [ 19928] 6560 Darwin: -Dprefix=$HOME/Perl tried to install to /Library. 6561 6562 [ 19929] 6563 Better links. 6564 6565 [ 19930] 6566 Let the perldelta iteration begin. 6567 6568 [ 19931] 6569 Fix for [perl #22759 insufficient format string checking]; 6570 using ewix makes no sense, assuming evix was intended, 6571 no old tests fail; add the test case. 6572 6573 [ 19932] 6574 Subject: Re: maint @ 19923 6575 From: Jim Cromie <jcromie@divsol.com> 6576 Date: Wed, 02 Jul 2003 05:35:06 -0600 6577 Message-ID: <3F02C36A.9030704@divsol.com> 6578 6579 [ 19933] 6580 Subject: Re: maint @ 19923 6581 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu> 6582 Date: Wed, 2 Jul 2003 11:43:05 -0400 6583 Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu> 6584 6585 [ 19934] 6586 Subject: [PATCH] line numbers are given % 64k 6587 From: James Jurach <muaddib@erf.net> 6588 Date: Wed, 2 Jul 2003 13:31:05 -0500 6589 Message-ID: <20030702183105.GA4837@lebowski> 6590 6591 [ 19935] 6592 It would seem that in Linux 2.2 there is no way 6593 we can do the right thing to make ps(1) see $0 6594 our way. Also amend the $0 documentation a bit. 6595 6596 [ 19936] 6597 Subject: Re: perldelta for 5.8.1 6598 From: Dave Mitchell <davem@fdgroup.com> 6599 Date: Wed, 2 Jul 2003 17:46:32 +0100 6600 Message-ID: <20030702164632.GE2137@fdgroup.com> 6601 6602 [ 19937] 6603 Decomplexing by Jim Cromie. 6604 6605 [ 19938] 6606 Subject: Perldelta 5.8.1 typos 6607 From: Simon Glover <scog@amnh.org> 6608 Date: Wed, 2 Jul 2003 13:42:58 -0400 (EDT) 6609 Message-ID: <Pine.GSO.4.43.0307021341020.8877-100000@egg.amnh.org> 6610 6611 [ 19939] 6612 Subject: [PATCH] various Deparse fixes 6613 From: Dave Mitchell <davem@fdgroup.com> 6614 Date: Wed, 2 Jul 2003 18:10:45 +0100 6615 Message-ID: <20030702171045.GF2137@fdgroup.com> 6616 6617 [ 19940] 6618 Skip a socketpair test on SCO OSR 6619 6620 [ 19941] 6621 Minor test adjustments : 6622 - test name correction in op/concat.t by Yitzchak Scott-Thoennes 6623 - prototypes added to some public functions in t/test.pl, 6624 as suggested by Enache Adrian 6625 6626 [ 19942] 6627 Nicer options for Porting/Modules. 6628 6629 [ 19943] 6630 Subject: [PATCH] Re: ext/List/Util/t/weak.t panic 6631 From: Dave Mitchell <davem@fdgroup.com> 6632 Date: Thu, 3 Jul 2003 01:32:11 +0100 6633 Message-ID: <20030703003211.GB3747@fdgroup.com> 6634 6635 [ 19944] 6636 Subject: [PATCH] "without parens" vs "without parentheses" 6637 From: Iain Truskett <spoon@cpan.org> 6638 Date: Thu, 3 Jul 2003 12:40:42 +1000 6639 Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au> 6640 6641 [ 19945] 6642 Subject: Re: perldelta for 5.8.1 6643 From: Nicholas Clark <nick@unfortu.net> 6644 Date: Wed, 2 Jul 2003 23:08:26 +0100 6645 Message-ID: <20030702220825.GA558@Bagpuss.unfortu.net> 6646 6647 [ 19946] 6648 Pod::LaTeX has been updated (from tjenness). 6649 6650 [ 19947] 6651 Apply Schwern's suggested warning code from 6652 [perl #22209] Test::Harness::Straps vs. $Config{path_sep} 6653 6654 [ 19948] 6655 Underline the fact that XSLoader is not DynaLoader 6656 ([perl #21974] dl_load_flags not honored by XSLoader) 6657 6658 [ 19949] 6659 No fancy binmode() if no perlio. 6660 6661 [ 19950] 6662 Mention Modules in AUTHORS. 6663 Branch: maint-5.8/perl 6664 !> (integrate 41 files) 6665____________________________________________________________________________ 6666[ 19946] By: jhi on 2003/07/03 06:33:04 6667 Log: Pod::LaTeX has been updated (from tjenness). 6668 Branch: maint-5.8/perl 6669 ! pod/perldelta.pod 6670____________________________________________________________________________ 6671[ 19945] By: jhi on 2003/07/03 06:32:10 6672 Log: Subject: Re: perldelta for 5.8.1 6673 From: Nicholas Clark <nick@unfortu.net> 6674 Date: Wed, 2 Jul 2003 23:08:26 +0100 6675 Message-ID: <20030702220825.GA558@Bagpuss.unfortu.net> 6676 Branch: maint-5.8/perl 6677 ! pod/perldelta.pod 6678____________________________________________________________________________ 6679[ 19938] By: jhi on 2003/07/02 20:07:12 6680 Log: Subject: Perldelta 5.8.1 typos 6681 From: Simon Glover <scog@amnh.org> 6682 Date: Wed, 2 Jul 2003 13:42:58 -0400 (EDT) 6683 Message-ID: <Pine.GSO.4.43.0307021341020.8877-100000@egg.amnh.org> 6684 Branch: maint-5.8/perl 6685 ! pod/perldelta.pod 6686____________________________________________________________________________ 6687[ 19937] By: jhi on 2003/07/02 20:06:17 6688 Log: Decomplexing by Jim Cromie. 6689 Branch: maint-5.8/perl 6690 ! pod/perldelta.pod 6691____________________________________________________________________________ 6692[ 19936] By: jhi on 2003/07/02 20:04:39 6693 Log: Subject: Re: perldelta for 5.8.1 6694 From: Dave Mitchell <davem@fdgroup.com> 6695 Date: Wed, 2 Jul 2003 17:46:32 +0100 6696 Message-ID: <20030702164632.GE2137@fdgroup.com> 6697 Branch: maint-5.8/perl 6698 ! pod/perldelta.pod 6699____________________________________________________________________________ 6700[ 19930] By: jhi on 2003/07/02 11:28:02 6701 Log: Let the perldelta iteration begin. 6702 Branch: maint-5.8/perl 6703 ! pod/perldelta.pod 6704____________________________________________________________________________ 6705[ 19923] By: jhi on 2003/07/02 05:51:32 6706 Log: Update Changes. 6707 Branch: maint-5.8/perl 6708 ! Changes patchlevel.h 6709____________________________________________________________________________ 6710[ 19922] By: jhi on 2003/07/02 05:43:27 6711 Log: Integrate: 6712 [ 19920] 6713 Move the libgcc.a hack into a section for pre-1.6 NetBSD releases. 6714 The latest releases of NetBSD don't require the hack. From 6715 Johnny Lam. 6716 6717 [ 19921] 6718 VMS: with this, 100% make test in Compaq C V6.5-001 6719 on OpenVMS Alpha V7.3-1, from Craig Berry. 6720 Branch: maint-5.8/perl 6721 !> configure.com ext/Devel/DProf/DProf.t hints/netbsd.sh 6722 !> t/op/magic.t 6723____________________________________________________________________________ 6724[ 19919] By: jhi on 2003/07/01 21:28:15 6725 Log: Integrate: 6726 [ 19896] 6727 Integrate #19892, #19895 from perlio to compile and avoid 6728 crashing on Win32. 6729 6730 [ 19897] 6731 Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4 6732 From: Alan Burlison <Alan.Burlison@sun.com> 6733 Date: Tue, 01 Jul 2003 00:03:24 +0100 6734 Message-ID: <3F00C1BC.3020103@sun.com> 6735 6736 [ 19898] 6737 Rework Time::HiRes not to need HAS_NANOSLEEP from Configure. 6738 6739 [ 19899] 6740 More nanosleep removal. 6741 6742 [ 19900] 6743 Regen Configure. 6744 6745 [ 19902] 6746 Regen Glossary et al. 6747 6748 [ 19903] 6749 Switch on PERL_IMPLICIT_SYS, not on Win32. 6750 6751 [ 19906] 6752 Do the "aligned contiguous" check only if the arguments 6753 look like aligned; re-introduce the "traditional contiguous" 6754 checks with OS/2 special quirks and all. 6755 6756 [ 19910] 6757 Integrate from perlio: 6758 [ 19909] 6759 binmode() should affect IoOFP() as well as IoIFP() if it is 6760 distinct (e.g. sockets). 6761 6762 [ 19911] 6763 Tweak an existing IO test to test also the change #19910. 6764 6765 [ 19912] 6766 One more test (does binmode()ing a socket succeed) 6767 and add -w. 6768 6769 [ 19913] 6770 Even more :utf8 socket testing, now in both directions. 6771 6772 [ 19914] 6773 A naked values() caused shuffling of lib/Config.pm, 6774 which in turn caused unnecessary rebuilds. 6775 6776 [ 19915] 6777 Upgrade to Unicode::Normalize 0.23. 6778 6779 [ 19916] 6780 Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?' 6781 From: Enache Adrian <enache@rdslink.ro> 6782 Date: Tue, 1 Jul 2003 19:51:25 +0300 6783 Message-ID: <20030701165125.GA1521@ratsnest.hole> 6784 6785 [ 19917] 6786 Subject: [PATCH] long C<=item>s in pod/perlunicode.pod 6787 From: Robin Barker <Robin.Barker@npl.co.uk> 6788 Date: Tue, 1 Jul 2003 18:21:34 +0100 6789 Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk> 6790 6791 Subject: [PATCH] long C<=item>s in lib/CGI.pm 6792 From: Robin Barker <Robin.Barker@npl.co.uk> 6793 Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk> 6794 Date: Tue, 1 Jul 2003 18:25:17 +0100 6795 6796 Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod 6797 From: Robin Barker <Robin.Barker@npl.co.uk> 6798 Date: Tue, 1 Jul 2003 18:29:09 +0100 6799 Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk> 6800 6801 [ 19918] 6802 Add a new utility, Porting/Modules. 6803 Branch: maint-5.8/perl 6804 +> Porting/Modules ext/Time/HiRes/hints/dec_osf.pl 6805 ! Configure config_h.SH 6806 !> (integrate 39 files) 6807____________________________________________________________________________ 6808[ 19893] By: jhi on 2003/06/30 09:46:21 6809 Log: Update Changes. 6810 Branch: maint-5.8/perl 6811 ! Changes patchlevel.h 6812____________________________________________________________________________ 6813[ 19891] By: jhi on 2003/06/30 09:39:29 6814 Log: Integrate: 6815 [ 19857] 6816 Regen Changes. 6817 6818 [ 19858] 6819 perlhack update, by Steve Grazzini 6820 about macro support in gdb and gcc. 6821 6822 [ 19859] 6823 Hash/Util.t and Encode/t/Aliases.t seem to be having 6824 random failures. To make these easier to reproduce, 6825 add a variable, PERL_HASH_SEED_DEBUG, to display the 6826 hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED 6827 of 82972356 makes the first one to fail. 6828 6829 [ 19860] 6830 Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch. 6831 From: Tim Bunce <Tim.Bunce@pobox.com> 6832 Date: Thu, 26 Jun 2003 10:53:22 +0100 6833 Message-ID: <20030626095322.GE97463@dansat.data-plan.com> 6834 6835 [ 19861] 6836 Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG 6837 if tainting-- but is this a good thing or a bad thing? 6838 (At least it makes debugging lib/Hash/Util.t harder, 6839 since it has, for no apparent good reason, -T: one must 6840 make a copy of it without the -T.) 6841 6842 [ 19862] 6843 Make doing_taint() always available (though not 6844 part of the public API). 6845 6846 [ 19863] 6847 Introduce (global) variable PL_earlytaint which 6848 is set very early in main(), before perl_parse() 6849 has been called and PL_tainting (or PL_taint_warn) 6850 might have been set. 6851 6852 [ 19864] 6853 Use the PL_earlytaint. (PL_earlytaint is a global, 6854 not per-interp, since perl_construct() is not passed 6855 the argc, argv, and therefore it can't set the per-interp 6856 PL_tainting.) 6857 6858 [ 19865] 6859 atoi() doesn't cut the mustard if the PERL_HASH_SEED 6860 is larger than INT_MAX (atoi() returns -1 in that case). 6861 6862 [ 19866] 6863 Some warnings about the (im)proper uses of the hash randomisation. 6864 6865 [ 19867] 6866 The two-for-loops is no more a valid way to walk through 6867 a hash (this was the reason the Hash/Util.t intermittently 6868 failed, the two-loop didn't find all the SVs of the HV). 6869 6870 [ 19868] 6871 Integrate mainline 6872 6873 [ 19869] 6874 Fix test count, by Abe Timmerman. 6875 6876 [ 19870] 6877 Two debugging patches. 6878 The first allows to hold symbolic switches in $^D 6879 and more generally fixes assignment to $^D. The 6880 second one improves the information given by -Dl. 6881 6882 Subject: [PATCH] allow $^D = "flags" 6883 From: Dave Mitchell <davem@fdgroup.com> 6884 Date: Fri, 27 Jun 2003 22:26:24 +0100 6885 Message-ID: <20030627212624.GB12887@fdgroup.com> 6886 6887 Subject: [PATCH] make -Dl show more scope info 6888 From: Dave Mitchell <davem@fdgroup.com> 6889 Date: Fri, 27 Jun 2003 23:00:36 +0100 6890 Message-ID: <20030627220036.GC12887@fdgroup.com> 6891 6892 [ 19871] 6893 Subject: [Encode] pre-1.97 patches 6894 From: Dan Kogai <dankogai@dan.co.jp> 6895 Date: Sat, 28 Jun 2003 01:20:59 +0900 6896 Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp> 6897 6898 [ 19872] 6899 Some clarification about the current semantics of CHECK and 6900 INIT blocks. See bug [perl #22826]. 6901 6902 [ 19873] 6903 Using $1 without testing success of the regexp, bad. 6904 6905 [ 19874] 6906 Retract #19867; the bug was really much simpler: 6907 the < max must be <= max instead. 6908 6909 [ 19875] 6910 Duh. 6911 6912 [ 19876] 6913 Subject: Re: your malloc patches 6914 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 6915 Date: Fri, 27 Jun 2003 06:54:06 -0700 6916 Message-ID: <20030627135406.GA8914@math.berkeley.edu> 6917 6918 More malloc patches: now they seem to work even in Tru64. 6919 6920 [ 19877] 6921 The #19842 is no more needed thanks to #19876, 6922 and the #19842 was wrong anyway (it affected 6923 only the threaded case.) 6924 6925 [ 19878] 6926 Move the PL_earlytaint initialization to the PERL_SYS_INIT() 6927 as per suggestion from Sarathy. 6928 6929 [ 19879] 6930 Another spot where a zero $test{$max} can make things go boom. 6931 6932 [ 19880] 6933 argc, argv. 6934 6935 [ 19881] 6936 More coffee... 6937 6938 [ 19882] 6939 Perl_doing_taint must be public, for programs that embed perl 6940 6941 [ 19883] 6942 More on the macro debugging and expansion. 6943 6944 [ 19884] 6945 The joy of $0. Undoing the #16399 makes Andreas' 6946 tests (see [perl #22811]) pass (yes, padding with space instead 6947 of nul makes no sense, but that seems to work, maybe Linux does 6948 some deep magic in ps(1)?); moving the PL_origalen computation 6949 earlier makes also the threaded-first case fully pass. 6950 6951 But in general modifying the argv[] is very non-portable. 6952 (e.g. in Tru64 it seems to be limited to the size of the 6953 original argv[0] since the argv[] are not contiguous?) 6954 6955 Everybody should just have setproctitle(). 6956 6957 [ 19885] 6958 Fix a faulty alias. 6959 6960 [ 19886] 6961 Misc Pod Nits. 6962 6963 [ 19887] 6964 $0 test tweaks from Andreas. 6965 6966 [ 19888] 6967 $0 doc tweakage. 6968 6969 [ 19889] 6970 The 'contiguous' test for argv[], envp[] was bogus 6971 since those need not be in memory end-to-end, e.g. 6972 in Tru64 they are aligned by eight. Loosen the test 6973 so that 'contiguousness' is fulfilled if the elements 6974 are within PTRSIZE alignment. This makes Tru64 to pass 6975 the join.t, too. 6976 6977 [ 19890] 6978 int is not UV. 6979 Branch: maint-5.8/perl 6980 !> (integrate 39 files) 6981____________________________________________________________________________ 6982[ 19857] By: jhi on 2003/06/26 08:29:59 6983 Log: Regen Changes. 6984 Branch: maint-5.8/perl 6985 ! Changes 6986____________________________________________________________________________ 6987[ 19856] By: jhi on 2003/06/26 05:55:24 6988 Log: Update Changes. 6989 Branch: maint-5.8/perl 6990 ! Changes patchlevel.h 6991____________________________________________________________________________ 6992[ 19855] By: jhi on 2003/06/26 05:36:41 6993 Log: Integrate: 6994 [ 19851] 6995 Fix [perl #21742] : 6996 require() should always be called in scalar context, 6997 even when it's the last statement in an eval(""). 6998 6999 [ 19852] 7000 Enhance some macro robustness. 7001 7002 [ 19853] 7003 Subject: Re: P and V 7004 From: "Philip Newton" <pnewton@gmx.de> 7005 Date: Wed, 25 Jun 2003 17:50:22 +0200 7006 Message-ID: <3EF9E0DE.4786.16A6869@localhost> 7007 7008 [ 19854] 7009 Bite the bullet and apply the hash randomisation patch. 7010 [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0 7011 Branch: maint-5.8/perl 7012 !> INSTALL embedvar.h ext/Data/Dumper/Dumper.pm 7013 !> ext/Data/Dumper/t/dumper.t hv.h intrpvar.h 7014 !> lib/Thread/Semaphore.pm opcode.h opcode.pl perl.c perl.h 7015 !> perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod 7016 !> pp_ctl.c sv.c t/comp/require.t 7017____________________________________________________________________________ 7018[ 19850] By: jhi on 2003/06/24 18:49:22 7019 Log: Integrate: 7020 [ 18557] 7021 Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead with SIGWARN 7022 From: Nicholas Clark <nick@unfortu.net> 7023 Date: Tue, 21 Jan 2003 22:27:21 +0000 7024 Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net> 7025 7026 [ 19277] 7027 Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//) 7028 by adding a dummy destructor method Regexp::DESTROY. 7029 This prevents infinite recursion, since Regexp::DESTROY 7030 is no more autoloaded. 7031 7032 Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD 7033 From: Enache Adrian <enache@rdslink.ro> 7034 Date: Wed, 2 Apr 2003 05:02:42 +0300 7035 Message-ID: <20030402020242.GA2966@ratsnest.hole> 7036 7037 [ 19300] 7038 Fix another segfault case (warn called from UNIVERSAL::DESTROY). 7039 7040 Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD 7041 From: Enache Adrian <enache@rdslink.ro> 7042 Date: Sun, 20 Apr 2003 02:45:48 +0300 7043 Message-ID: <20030419234548.GA849@ratsnest.hole> 7044 and 7045 Date: Wed, 2 Apr 2003 07:52:28 +0300 7046 Message-ID: <20030402045227.GA1023@ratsnest.hole> 7047 7048 [ 19729] 7049 Subject: [PATCH] Re: nitpick with \(0..2) 7050 From: Steve Grazzini <grazz@pobox.com> 7051 Date: Fri, 6 Jun 2003 01:42:59 -0400 7052 Message-ID: <20030606054259.GA30249@grazzini.net> 7053 7054 [ 19845] 7055 Test tweaks for VMS from Craig Berry. 7056 7057 [ 19846] 7058 Subject: [perlport.pod] code point of \cU 7059 From: SADAHIRO Tomoyuki <bqw10602@nifty.com> 7060 Date: Tue, 24 Jun 2003 01:00:16 +0900 7061 Message-Id: <20030624004743.1237.BQW10602@nifty.com> 7062 7063 [ 19848] 7064 Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl 7065 From: "Gerrit P. Haase" <gerrit@familiehaase.de> 7066 Date: Tue, 24 Jun 2003 11:00:34 +0200 7067 Message-ID: <186930306740.20030624110034@familiehaase.de> 7068 7069 [ 19849] 7070 Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects 7071 From: Dave Mitchell <davem@fdgroup.com> 7072 Date: Tue, 24 Jun 2003 13:16:18 +0100 7073 Message-ID: <20030624121618.GC22675@fdgroup.com> 7074 Branch: maint-5.8/perl 7075 !> ext/B/t/stash.t lib/Pod/Perldoc.pm lib/strict.t lib/warnings.t 7076 !> pod/perlport.pod pp_sys.c sv.c t/op/ref.t universal.c util.c 7077____________________________________________________________________________ 7078[ 19844] By: jhi on 2003/06/22 19:38:58 7079 Log: Integrate: 7080 [ 19830] 7081 Retract #19785 and #19756: JPL nowadays works without this 7082 (verified by a true JPL user). 7083 7084 [ 19831] 7085 More Perl malloc debugging magic from Ilya. Seems to work in 7086 Linux, Solaris, AIX. Had to do #ifdef OS2 for the <io.h> in 7087 malloc.c, found in AIX since there is no such header. 7088 In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away 7089 memory was overwritten?" 7090 (In IRIX compiles but that doesn't prove much since in IRIX 7091 Perl's malloc is simply not used.) 7092 7093 [ 19832] 7094 Show the source code location of an "assertion botch". 7095 7096 [ 19833] 7097 Don't do sprintf(). 7098 7099 [ 19834] 7100 Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya). 7101 7102 [ 19835] 7103 For characters beyond the BMP the $bits will be undef, 7104 which will cause utf8_heavy.pl noise (reported by Daniel Yacob, 7105 analysis and fix from SADAHIRO Tomoyuki) 7106 7107 [ 19836] 7108 Debian fix from Brendan O'Dea: 7109 Bug#156284: the stucture used by pp_accept is too small to hold an 7110 IPv6 address. 7111 7112 [ 19837] 7113 Debian fix from Brendan O'Dea: 7114 Use a temporary directory to avoid symlink attacks. 7115 Specify -gstabs explicitly (not the default format for gcc 3.2). 7116 7117 [ 19838] 7118 Debian fix from Brendan O'Dea: 7119 Adjust output to screen width. 7120 (adjusted to probe for the stty command) 7121 7122 [ 19839] 7123 Subject: FileCache 1.03 broken on VMS -- possible patch 7124 From: "Craig A. Berry" <craigberry@mac.com> 7125 Date: Sat, 21 Jun 2003 10:31:59 -0500 7126 Message-ID: <3EF47A6F.9060904@mac.com> 7127 7128 [ 19840] 7129 Subject: [perl #22753] overload::StrVal() fails for regexp refs 7130 From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org> 7131 Date: 21 Jun 2003 19:02:30 -0000 7132 Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org> 7133 7134 [ 19841] 7135 Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6" 7136 From: Enache Adrian <enache@rdslink.ro> 7137 Date: Sat, 21 Jun 2003 03:19:31 +0300 7138 Message-ID: <20030621001931.GB1255@ratsnest.hole> 7139 7140 [ 19842] 7141 Until the Perl malloc problems in Tru64 are fixed. 7142 7143 [ 19843] 7144 Move the (pseudo)seed functio for (pseudo)random numbers to util.c. 7145 Branch: maint-5.8/perl 7146 +> malloc_ctl.h 7147 !> (integrate 29 files) 7148____________________________________________________________________________ 7149[ 19829] By: jhi on 2003/06/19 20:29:35 7150 Log: Update Changes. 7151 Branch: maint-5.8/perl 7152 ! Changes patchlevel.h 7153____________________________________________________________________________ 7154[ 19828] By: jhi on 2003/06/19 20:23:43 7155 Log: Integrate: 7156 [ 19827] 7157 Apparently this is needed for VMS (Craig Berry). 7158 Branch: maint-5.8/perl 7159 !> lib/Tie/File.pm 7160____________________________________________________________________________ 7161[ 19826] By: jhi on 2003/06/19 15:16:27 7162 Log: Update Changes. 7163 Branch: maint-5.8/perl 7164 ! Changes patchlevel.h 7165____________________________________________________________________________ 7166[ 19825] By: jhi on 2003/06/19 15:12:52 7167 Log: Integrate: 7168 [ 19824] 7169 Bump Time::HiRes to 1.49. 7170 Branch: maint-5.8/perl 7171 !> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm 7172 !> ext/Time/HiRes/HiRes.xs 7173____________________________________________________________________________ 7174[ 19823] By: jhi on 2003/06/19 14:51:22 7175 Log: Integrate: 7176 [ 19818] 7177 Subject: [PATCH -current] email address correction 7178 Date: Thu, 19 Jun 2003 02:19:31 -0700 7179 Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net> 7180 From: rs@crystalflame.net (Richard Soderberg) 7181 7182 [ 19819] 7183 Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings 7184 From: grazz@pobox.com (Steve Grazzini) 7185 Date: Wed, 18 Jun 2003 19:42:37 -0400 7186 Message-ID: <20030618234237.GA6267@grazzini.net> 7187 7188 [ 19820] 7189 Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot 7190 as of 2003-06-19 18:39 EET). 7191 7192 [ 19821] 7193 A tweak from Alan Burlison for MM 6.10_07 that makes Solaris 7194 make happy. 7195 7196 [ 19822] 7197 This change chunk doesn't work well with blead. 7198 Branch: maint-5.8/perl 7199 !> embed.fnc embed.h ext/threads/threads.pm 7200 !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm 7201 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm 7202 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t 7203 !> lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t 7204 !> pod/perltie.pod pp_ctl.c proto.h t/op/runlevel.t 7205 !> t/op/tiehandle.t util.c 7206____________________________________________________________________________ 7207[ 19817] By: jhi on 2003/06/19 05:24:45 7208 Log: Integrate: 7209 [ 19804] 7210 Subject: DOCPATCH Re: $1 remains uncleared for failed matches 7211 From: david nicol <whatever@davidnicol.com> 7212 Date: 16 Jun 2003 20:35:24 -0500 7213 Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com> 7214 7215 Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches 7216 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 7217 Date: Tue, 17 Jun 2003 00:12:04 -0400 7218 Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu> 7219 7220 [ 19805] 7221 Subject: /ext/DynaLoader/dl_dyld.xs 7222 From: "Peter O'Gorman" <peter@pogma.com> 7223 Date: Tue, 17 Jun 2003 23:45:47 +0900 7224 Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com> 7225 7226 No need to see dlclose() and dlsym() outside the dl_dyld.xs 7227 (Mac OS X, NeXT), and seeing them is harmful for libdlcompat 7228 of OpenDarwin. 7229 7230 [ 19806] 7231 io_dir.t tweak from Craig Berry. 7232 7233 [ 19809] 7234 If the first argument of sigaction() was a string, not a number 7235 (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO" 7236 isn't numeric in subroutine entry ...' but after that one got 7237 (depending on the OS) either a coredump (because of trying to 7238 assign to *0 in mg_get) or a hang (because of the sigprocmask() 7239 blocking signals inside POSIX::sigaction, a nasty hang since 7240 one obviously cannot interrupt it...only SIGKILL works). 7241 In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...' 7242 because of the string becoming zero due to the XS typemap magic. 7243 Resolved by making the POSIX::sigaction to try harder to figure 7244 out a valid signal number (one still gets the warning, though), 7245 and returning undef if no sense can be made. 7246 7247 [ 19810] 7248 Oops in change #19809. 7249 7250 [ 19811] 7251 Subject: Encode] 1.96 Released 7252 From: Dan Kogai <dankogai@dan.co.jp> 7253 Date: Wed, 18 Jun 2003 19:09:11 +0900 7254 Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp> 7255 7256 [ 19812] 7257 Sync with libnet 1.16 7258 7259 [ 19813] 7260 Upgrade to Tie::File 0.97. 7261 7262 [ 19814] 7263 Subject: Re: [perl #22727] split() with re_eval segfaults/panics 7264 From: Enache Adrian <enache@rdslink.ro> 7265 Date: Wed, 18 Jun 2003 23:00:43 +0300 7266 Message-ID: <20030618200043.GA1249@ratsnest.hole> 7267 7268 [ 19815] 7269 A bunch of minor changes to perlguts.pod. 7270 7271 [ 19816] 7272 MPE/iX gets serious indigestion on w-packed infinities. 7273 Branch: maint-5.8/perl 7274 !> (integrate 31 files) 7275____________________________________________________________________________ 7276[ 19807] By: jhi on 2003/06/17 19:52:07 7277 Log: Subject: [PATCH] fixes for debugger bugs noted while documenting 7278 From: Joe McMahon <mcmahon@ibiblio.org> 7279 Date: Tue, 17 Jun 2003 16:42:42 -0400 7280 Message-Id: <3E62E1B3-A104-11D7-8CDD-000393BCA0FC@ibiblio.org> 7281 Branch: maint-5.8/perl 7282 ! lib/perl5db.pl 7283____________________________________________________________________________ 7284[ 19803] By: jhi on 2003/06/17 05:18:41 7285 Log: Integrate: 7286 [ 19793] 7287 Remove all magic in untie() 7288 7289 Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd) 7290 From: Aaron J Mackey <ajm6q@virginia.edu> 7291 Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT) 7292 Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu> 7293 (plus a test case) 7294 7295 [ 19795] 7296 Instead of fancy condvar footwork do a simple join, 7297 as suggested by Arthur. 7298 7299 [ 19796] 7300 Add O_NOATIME. 7301 7302 [ 19797] 7303 Even more glibc O_ modes. 7304 7305 [ 19798] 7306 And even more glibc fcntl constants, this time mostly F_XXX. 7307 Be more conservative and use @EXPORT_OK instead of @EXPORT. 7308 7309 [ 19799] 7310 Subject: [perl #22622] Bogus error codes from File::Copy::move 7311 From: "Amick, Eric" (via RT) <perlbug-followup@perl.org> 7312 Date: 9 Jun 2003 15:48:09 -0000 7313 Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org> 7314 7315 [ 19800] 7316 Subject: [PATCH] unnecessary stringification in eval/die 7317 From: Steve Grazzini <grazz@pobox.com> 7318 Date: 15 Jun 2003 21:02:26 -0000 7319 Message-ID: <20030615210226.56430.qmail@onion.perl.org> 7320 (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net> 7321 in c.l.p.misc and bug #17763) 7322 7323 [ 19801] 7324 Revert change #19126, a poor attempt at fixing bug #21742. 7325 The test for #21742 is marked as TODO. 7326 Plus new regression tests from : 7327 7328 Subject: [perl #22708] void context in string eval is broken 7329 From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org> 7330 Date: 15 Jun 2003 23:09:03 -0000 7331 Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org> 7332 7333 [ 19802] 7334 UNICOS: try papering over the Configure symbol scan problems 7335 by disavowing any knowledge of dynaloading. 7336 Branch: maint-5.8/perl 7337 !> ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL 7338 !> ext/threads/shared/t/hv_refs.t hints/unicos.sh 7339 !> lib/File/Copy.pm pod/perlfunc.pod pp_ctl.c pp_sys.c 7340 !> t/comp/require.t t/op/eval.t t/op/tie.t 7341____________________________________________________________________________ 7342[ 19792] By: jhi on 2003/06/15 18:29:32 7343 Log: Update Changes. 7344 Branch: maint-5.8/perl 7345 ! Changes patchlevel.h 7346____________________________________________________________________________ 7347[ 19791] By: jhi on 2003/06/15 17:57:06 7348 Log: Integrate: 7349 [ 19775] 7350 test.pl-ify and add a couple of tests. 7351 7352 [ 19776] 7353 Slight tweaks on the length() and chr() entries, 7354 passing-by rewrapping on the rmdir entry. 7355 7356 [ 19778] 7357 Exercise the utf8:: "internal" functions. 7358 7359 [ 19779] 7360 Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() 7361 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 7362 Date: Sat, 14 Jun 2003 12:51:31 +0200 7363 Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2> 7364 7365 (choosing the safe alternative) 7366 7367 [ 19781] 7368 Followup on #19779: make the helper function static, 7369 and rename it for paranoia reasons. 7370 7371 [ 19782] 7372 Mention the Unicode::Regex::Set module. 7373 7374 [ 19783] 7375 The FileCache 1.03 tests from belg4mit. 7376 7377 [ 19785] 7378 Most often unused variables. 7379 7380 [ 19786] 7381 Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn() 7382 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 7383 Date: Sun, 15 Jun 2003 10:48:40 +0200 7384 Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2> 7385 7386 [ 19787] 7387 Unused variable. 7388 7389 [ 19788] 7390 Reindent a section of the file. 7391 7392 [ 19789] 7393 Subject: [PATCH 5.8.1 @19774] OS2 patches 7394 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 7395 Date: Sat, 14 Jun 2003 17:49:57 -0700 7396 Message-ID: <20030615004956.GA28272@math.berkeley.edu> 7397 7398 [ 19790] 7399 Start using Perl malloc in FreeBSD since the system malloc 7400 is reaaally slooow for Perl. 7401 7402 Subject: FreeBSD 5.1 vs. -Uusemymalloc 7403 From: Dan Kogai <dankogai@dan.co.jp> 7404 Date: Mon, 16 Jun 2003 01:48:49 +0900 7405 Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp> 7406 Branch: maint-5.8/perl 7407 +> lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t 7408 +> lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t 7409 +> lib/FileCache/t/05override.t os2/OS2/typemap os2/perlrexx.cmd 7410 - lib/FileCache.t os2/OS2/PrfDB/typemap 7411 !> (integrate 33 files) 7412____________________________________________________________________________ 7413[ 19774] By: jhi on 2003/06/14 08:06:18 7414 Log: Integrate: 7415 [ 19772] 7416 Illegal cpp. 7417 7418 [ 19773] 7419 Slight reorg of the binmode() entry. 7420 Branch: maint-5.8/perl 7421 !> pod/perlfunc.pod util.c 7422____________________________________________________________________________ 7423[ 19771] By: jhi on 2003/06/14 04:40:49 7424 Log: Integrate: 7425 [ 19763] 7426 Define a cpp symbol, BSDish, if that looks appropriate. 7427 7428 [ 19764] 7429 Apparently the __APPLE__ cpp symbol is not Officially Sanctioned 7430 way of detecting Darwin/Mac OS X; instead it is recommended to 7431 detect the OS at a higher level and pass the information manually 7432 down to the application, using e.g. a -Ddefinition. 7433 7434 [ 19765] 7435 Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD 7436 From: alan <alan@pair.com> 7437 Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT) 7438 Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com> 7439 7440 (the first alternative) 7441 7442 [ 19766] 7443 Somehow MPE/iX managed to get 7444 "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921." 7445 7446 [ 19767] 7447 Redundancy removal from Brian De Pradine; 7448 both the forms, pthread_mutexattr_settype() and 7449 pthread_mutexattr_setkind_np(), exist on z/OS. 7450 7451 [ 19768] 7452 Encode simply needs more work on EBCDIC. 7453 7454 [ 19770] 7455 Subject: Re: FileCache 7456 From: belg4mit <belg4mit@MIT.EDU> 7457 Date: Sat, 14 Jun 2003 01:35:05 -0400 7458 Message-ID: <3EEAB409.7B4C21EA@mit.edu> 7459 7460 FileCache 1.03. 7461 Branch: maint-5.8/perl 7462 !> ext/Encode/t/Unicode.t hints/darwin.sh lib/FileCache.pm 7463 !> lib/Test/Harness.pm perl.h thread.h util.c x2p/util.c 7464____________________________________________________________________________ 7465[ 19762] By: jhi on 2003/06/13 12:09:16 7466 Log: Integrate: 7467 [ 19760] 7468 Even more tweakage on symbol scanning from Alan Burlison. 7469 Branch: maint-5.8/perl 7470 !> Configure 7471____________________________________________________________________________ 7472[ 19759] By: jhi on 2003/06/13 07:22:57 7473 Log: Integrate: 7474 [ 19740] 7475 Doc nit. 7476 7477 [ 19741] 7478 Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls 7479 From: PPrymmer@factset.com 7480 Date: Wed, 11 Jun 2003 09:00:34 -0400 7481 Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com> 7482 7483 [ 19742] 7484 Subject: [PATCH] Configure -Dnoextensions would not accept a list 7485 From: Andy Dougherty <doughera@lafayette.edu> 7486 Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT) 7487 Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu> 7488 7489 [ 19744] 7490 Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t 7491 From: Andy Dougherty <doughera@lafayette.edu> 7492 Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT) 7493 Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu> 7494 7495 [ 19746] 7496 Be polite and destroy the mutexes and conditions we use! 7497 7498 [ 19747] 7499 Slightly amended version of the proposed patch for 7500 "[perl #22390] export PERLIO=bytes segfaults"; 7501 the amendment is to set errno. 7502 TODO: we really should not get here if the layer 7503 stack is corrupt or non-sensical (like "bytes"). 7504 7505 [ 19748] 7506 Further perlio doc tweaks. 7507 7508 [ 19749] 7509 More perlio ->Open paranoia. Set errno to EINVAL if there's 7510 no ->Open, not if ->Open returns NULL. 7511 7512 [ 19750] 7513 In free we want to destroy, not init, thanks to Tim Bunce for 7514 detecting this. Should hopefully fix memory leak on Tru64 7515 7516 [ 19751] 7517 Patch for a warning emitted twice, from : 7518 Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T" 7519 From: Steve Grazzini <grazz@pobox.com> 7520 Date: Wed, 11 Jun 2003 00:46:47 -0400 7521 Message-ID: <20030611044647.GA16696@grazzini.net> 7522 7523 [ 19752] 7524 Add a new warning, "Newline in left-justified string for printf/sprintf" 7525 to be issued if the string to be left-justified by s?printf contains 7526 a newline. 7527 7528 Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf 7529 From: Robin Barker <Robin.Barker@npl.co.uk> 7530 Date: Wed, 11 Jun 2003 18:10:14 +0100 7531 Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk> 7532 7533 [ 19756] 7534 The changes #8803 and #8896 that fixed JPL for use with 7535 JDK 1.2/1.3 had somehow disappeared. 7536 7537 [ 19758] 7538 Sync with libnet 1.15 7539 Branch: maint-5.8/perl 7540 !> Configure INSTALL ext/threads/shared/shared.xs 7541 !> lib/File/Temp/t/security.t lib/Net/ChangeLog.libnet 7542 !> lib/Net/FTP.pm lib/PerlIO.pm lib/vmsish.t perl.c perl.h 7543 !> perlio.c pod/perldiag.pod pod/perlrun.pod pp_sys.c sv.c 7544 !> t/lib/warnings/sv 7545____________________________________________________________________________ 7546[ 19757] By: jhi on 2003/06/13 05:23:22 7547 Log: To go with #19745. 7548 Branch: maint-5.8/perl 7549 ! pad.h 7550____________________________________________________________________________ 7551[ 19755] By: jhi on 2003/06/13 04:56:10 7552 Log: Uncurliff. 7553 Branch: maint-5.8/perl 7554 ! djgpp/configure.bat 7555____________________________________________________________________________ 7556[ 19754] By: jhi on 2003/06/13 04:54:04 7557 Log: Forgotten check-in. 7558 Branch: maint-5.8/perl 7559 ! Cross/config.sh-arm-linux 7560____________________________________________________________________________ 7561[ 19753] By: jhi on 2003/06/13 04:52:36 7562 Log: Regen perlintern. 7563 Branch: maint-5.8/perl 7564 ! pod/perlintern.pod 7565____________________________________________________________________________ 7566[ 19745] By: jhi on 2003/06/12 06:35:47 7567 Log: Bandaid from Dave Mitchell for various pad-related 7568 breakages in 5005threads builds. 7569 Branch: maint-5.8/perl 7570 ! embedvar.h intrpvar.h perlapi.h thrdvar.h util.c 7571____________________________________________________________________________ 7572[ 19736] By: jhi on 2003/06/10 06:43:29 7573 Log: Integrate: 7574 [ 19734] 7575 Upgrade to Unicode::Collate 0.25. 7576 7577 [ 19735] 7578 Upgrade to Unicode::Normalize 0.22. 7579 Branch: maint-5.8/perl 7580 !> ext/Unicode/Normalize/Changes 7581 !> ext/Unicode/Normalize/Makefile.PL 7582 !> ext/Unicode/Normalize/Normalize.pm 7583 !> ext/Unicode/Normalize/Normalize.xs 7584 !> ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader 7585 !> ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t 7586 !> ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm 7587 !> lib/Unicode/Collate/Changes lib/Unicode/Collate/README 7588 !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t 7589____________________________________________________________________________ 7590[ 19733] By: jhi on 2003/06/09 20:55:44 7591 Log: Update Changes. 7592 Branch: maint-5.8/perl 7593 ! Changes patchlevel.h 7594____________________________________________________________________________ 7595[ 19732] By: jhi on 2003/06/09 20:52:02 7596 Log: Integrate: 7597 [ 19729] 7598 Subject: [PATCH] Re: nitpick with \(0..2) 7599 From: Steve Grazzini <grazz@pobox.com> 7600 Date: Fri, 6 Jun 2003 01:42:59 -0400 7601 Message-ID: <20030606054259.GA30249@grazzini.net> 7602 7603 [ 19730] 7604 Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t 7605 From: Andy Dougherty <doughera@lafayette.edu> 7606 Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT) 7607 Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu> 7608 7609 [ 19731] 7610 On a real multicpu box the child thread could still be running 7611 when the parent thread was already testing. 7612 Branch: maint-5.8/perl 7613 !> INSTALL ext/threads/shared/t/hv_refs.t op.c pod/perlop.pod 7614 !> t/op/ref.t 7615____________________________________________________________________________ 7616[ 19728] By: jhi on 2003/06/09 19:09:09 7617 Log: Update Changes. 7618 Branch: maint-5.8/perl 7619 ! Changes patchlevel.h 7620____________________________________________________________________________ 7621[ 19727] By: jhi on 2003/06/09 18:53:58 7622 Log: Integrate: 7623 [ 19723] 7624 one of the Net::Ping time-dependent tests fails sporadically 7625 when the response from localhost is "too quick" 7626 7627 [ 19724] 7628 mark 450_service.t#18 as a todo test on windows 7629 7630 [ 19725] 7631 In the debugger, flush stdout/stderr before the prompt is printed 7632 Subject: Re: [PATCH] Perlbug #15228 7633 From: Alex Vandiver <alexmv@MIT.EDU> 7634 Date: 04 Jun 2003 04:50:10 -0400 7635 Message-Id: <1054716610.21402.45.camel@supox> 7636 7637 [ 19726] 7638 Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki. 7639 Branch: maint-5.8/perl 7640 !> ext/Unicode/Normalize/Normalize.pm 7641 !> lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t 7642 !> lib/perl5db.pl 7643____________________________________________________________________________ 7644[ 19722] By: jhi on 2003/06/09 17:52:25 7645 Log: Integrate: 7646 [ 19705] 7647 Work in non core env. 7648 7649 [ 19706] 7650 Remove warnings from tests. 7651 7652 [ 19707] 7653 Last patch broke this slightly because INC was wrong. 7654 7655 [ 19708] 7656 Major (internal) change to make it much more easy to embed 7657 threaded perl because we don't use our own TLS for the current 7658 thread info, but instead use PL_modglobal. Should make the 7659 mod_perl2 team (Hi Stas!) happy. Should also be more robust. 7660 7661 [ 19709] 7662 More symbol scan logic from Alan Burlison. 7663 7664 [ 19710] 7665 Regen Configure et al. 7666 7667 [ 19712] 7668 Subject: Re: forwarded you a test result 7669 From: Dan Kogai <dankogai@dan.co.jp> 7670 Date: Sun, 8 Jun 2003 11:04:43 +0900 7671 Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp> 7672 7673 [ 19714] 7674 Subject: [PATCH] pack.t tweak for non-IEEE VMS systems 7675 From: "Craig A. Berry" <craigberry@mac.com> 7676 Date: Sun, 08 Jun 2003 16:49:43 -0500 7677 Message-ID: <3EE3AF77.7060302@mac.com> 7678 7679 [ 19715] 7680 Support blessed shared references. 7681 7682 [ 19717] 7683 windows: fix memory leak in %ENV handling (shows up as a 7684 leak even in the simplest fork() loop, because perl_construct() 7685 now does the equivalent of %ENV assignments using mg_set()) 7686 7687 [ 19719] 7688 Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils 7689 From: PPrymmer@factset.com 7690 Date: Mon, 9 Jun 2003 09:57:43 -0400 7691 Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com> 7692 7693 [ 19720] 7694 fix for perlio.t failures on windows (from Dan Kogai) 7695 7696 [ 19721] 7697 Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update) 7698 From: Michael G Schwern <schwern@pobox.com> 7699 Date: Sat, 7 Jun 2003 01:16:32 -0700 7700 Message-ID: <20030607081632.GA16228@windhund.schwern.org> 7701 7702 (and regen Configure et al) 7703 Branch: maint-5.8/perl 7704 ! Configure Porting/Glossary Porting/config.sh Porting/config_H 7705 ! config_h.SH 7706 !> (integrate 26 files) 7707____________________________________________________________________________ 7708[ 19704] By: jhi on 2003/06/07 05:24:27 7709 Log: Integrate: 7710 [ 19685] 7711 Align the 'graph' property definition with the proposed 7712 Unicode UTS #18 update (v7). 7713 7714 [ 19686] 7715 On closer reading the proposed UTS#18 update required 7716 even more changes. 7717 7718 [ 19687] 7719 Subject: Re: [MacOS X] consider useshrplib='false' by default 7720 From: Andy Dougherty <doughera@lafayette.edu> 7721 Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT) 7722 Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu> 7723 7724 [ 19688] 7725 Prevent a potential null pointer dereference. 7726 Noticed by Ryan Koga <rkoga@caida.org> in 7727 Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org> 7728 7729 [ 19689] 7730 Upgrade to Time::HiRes 1.48. 7731 7732 [ 19690] 7733 z/OS threads tweak from Brian De Pradine. 7734 7735 [ 19691] 7736 Even more getspecific patches from Brian De Pradine; 7737 macrofy the construct. 7738 7739 [ 19692] 7740 z/OS makedepend fix from Peter Prymmer; 7741 still needed as reported by Brian De Pradine. 7742 7743 [ 19693] 7744 SKIP label was missing. 7745 7746 [ 19694] 7747 Subject: [PATCH] RE: maint @ 19683 7748 From: Robin Barker <Robin.Barker@npl.co.uk> 7749 Date: Thu, 5 Jun 2003 17:16:58 +0100 7750 Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk> 7751 7752 (skipped the MIME::Base64 part, leaving that to Gisle) 7753 7754 [ 19695] 7755 Subject: [PATCH] Re: SPUG:-s option doesn't always work! 7756 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 7757 Date: Wed, 04 Jun 2003 00:08:32 -0700 7758 Message-ID: <wrZ3+gzkg2iX092yn@efn.org> 7759 7760 [ 19696] 7761 Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long 7762 as the compiler supports it) 7763 7764 [ 19697] 7765 Oops, Joe's edits had been undone by #19682. 7766 7767 [ 19698] 7768 Clarify that => doesn't quote compound identifiers. 7769 7770 [ 19699] 7771 Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi> 7772 From: Stas Bekman <stas@stason.org> 7773 Date: Thu, 05 Jun 2003 10:10:36 +1000 7774 Message-ID: <3EDE8A7C.2080302@stason.org> 7775 7776 Subject: [patch] perlguts authors dup 7777 From: Stas Bekman <stas@stason.org> 7778 Date: Thu, 05 Jun 2003 10:14:12 +1000 7779 Message-ID: <3EDE8B54.6090808@stason.org> 7780 7781 [ 19700] 7782 Minor grammatical nit. 7783 7784 [ 19701] 7785 Complement to change #19698 : 7786 add also this information (=> and curly braces doesn't 7787 quote compound identifiers) to the strict manpage. 7788 As an experiment in documentation, add a "HISTORY" section 7789 to the strict manpage. 7790 7791 [ 19702] 7792 Upgrade to Time::Local 1.06, by Dave Rolsky 7793 7794 [ 19703] 7795 Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05 7796 From: Michael G Schwern <schwern@pobox.com> 7797 Date: Fri, 6 Jun 2003 18:41:45 -0700 7798 Message-ID: <20030607014145.GB12031@windhund.schwern.org> 7799 Branch: maint-5.8/perl 7800 !> (integrate 42 files) 7801____________________________________________________________________________ 7802[ 19697] By: jhi on 2003/06/06 13:22:52 7803 Log: Oops, Joe's edits had been undone by #19682. 7804 Branch: maint-5.8/perl 7805 ! lib/perl5db.pl 7806____________________________________________________________________________ 7807[ 19684] By: jhi on 2003/06/04 05:40:24 7808 Log: Change entries from the wrong branches. 7809 Branch: maint-5.8/perl 7810 ! Changes 7811____________________________________________________________________________ 7812[ 19683] By: jhi on 2003/06/04 05:28:27 7813 Log: Update Changes. 7814 Branch: maint-5.8/perl 7815 ! Changes patchlevel.h 7816____________________________________________________________________________ 7817[ 19682] By: jhi on 2003/06/04 05:22:46 7818 Log: Integrate: 7819 [ 19654] 7820 Two Cygwin patches from Gerrit. 7821 7822 Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue 7823 From: "Gerrit P. Haase" <gp@familiehaase.de> 7824 Date: Sat, 31 May 2003 14:12:07 +0200 7825 Message-ID: <179860591535.20030531141207@familiehaase.de> 7826 7827 Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH 7828 Date: Sat, 31 May 2003 13:57:49 +0200 7829 Message-ID: <11859733881.20030531135749@familiehaase.de> 7830 7831 [ 19655] 7832 A pointless test, noticed by Craig Berry. 7833 7834 [ 19656] 7835 Since pulling in File::Temp for tempfiles would pull in 7836 also Fcntl, miniperl could not open up tempfiles. This broke 7837 the use of miniperl in VMS, as noticed by Craig Berry. 7838 Try to cure this by moving the creation of tempfile into its 7839 own routine, my_tmpfp(), which gets compiled differently 7840 for miniperl and perl. 7841 7842 [ 19657] 7843 Stick with the original (5.8.0) logic. 7844 7845 [ 19658] 7846 I thought I tried building threaded. Never think. Try. 7847 7848 [ 19659] 7849 Duplicate definition bad. 7850 7851 [ 19660] 7852 Beautification. 7853 7854 [ 19661] 7855 Sync with libnet 1.14 7856 7857 [ 19662] 7858 U/WIN: final (for now) touches from John P. Linderman; 7859 now we get 97% success rate, the remaining failures are 7860 quite obscure. 7861 7862 [ 19663] 7863 Whitespace tweaks. 7864 7865 [ 19664] 7866 Upgrade to the CGI.pm 2.93. 7867 7868 (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.) 7869 7870 [ 19665] 7871 A little bit more of weird-code-proofing in B::Deparse. 7872 Fixes a bug reported by Alexey Tourbin in 7873 Message-ID: <20030602085348.GA24023@solemn.turbinal.org> 7874 7875 [ 19666] 7876 change#19628 broke many win32/system.t tests, so back it out 7877 7878 [ 19667] 7879 don't use File::Temp to implement PerlIO_tmpfile() on windows; 7880 reuse the straightforward native implementation instead 7881 7882 this fixes the warning from io_xs.t 7883 7884 NOTE: File::Temp has a less-than-robust implementation on windows 7885 that relies on END blocks being run (this may not happen always) 7886 7887 [ 19668] 7888 resurrect change#19628 and make it work by generalizing 7889 a spot that had a hardcoded dependency on the cmd.exe 7890 arguments being "/x/c" or "/c" 7891 7892 [ 19669] 7893 fix for 09_gen_rs.t#59 failure on windows 7894 7895 [ 19670] 7896 Retract #19667, #19660, #19659, #19658, #19657, #19656, 7897 #19655, #19418; File::Temp no more used internally. 7898 Some parts of these will be salvaged later. 7899 7900 [ 19671] 7901 Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue 7902 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 7903 Date: Tue, 03 Jun 2003 01:55:06 -0700 7904 Message-ID: <qJG3+gzkgajL092yn@efn.org> 7905 7906 [ 19672] 7907 Salvage parts of #19418 (the ext/PerlIO/t/open.t 7908 still is there). 7909 7910 [ 19673] 7911 Salvage parts of #19667. 7912 7913 [ 19678] 7914 According to Arthur this should help 7915 #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug 7916 7917 [ 19679] 7918 Urk. Joe's patches were for the maint branch, 7919 not for the blead (which has assertions and stuff). 7920 Retract #19677, #19676, #19674. 7921 7922 [ 19681] 7923 Subject: [MacOS X] consider useshrplib='false' by default 7924 From: Dan Kogai <dankogai@dan.co.jp> 7925 Date: Wed, 4 Jun 2003 01:29:42 +0900 7926 Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp> 7927 Branch: maint-5.8/perl 7928 +> lib/CGI/t/util-58.t 7929 !> (integrate 48 files) 7930____________________________________________________________________________ 7931[ 19680] By: jhi on 2003/06/03 15:53:57 7932 Log: Restore the perl5db.pl of #19677 into the maint branch. 7933 Branch: maint-5.8/perl 7934 ! lib/perl5db.pl 7935____________________________________________________________________________ 7936[ 19653] By: jhi on 2003/06/01 07:35:55 7937 Log: Integrate: 7938 [ 19638] 7939 Comment tweakage. 7940 7941 [ 19639] 7942 Add the test case for the already fixed 7943 [perl #22351] perl bug with 'e' substitution modifier 7944 7945 [ 19640] 7946 Fix for "#22375 'split'/'index' problem for utf8". 7947 7948 [ 19641] 7949 A bit of networking notworking negativity. 7950 (Inspiration from Jos.) 7951 7952 [ 19642] 7953 test.pl-isation. 7954 7955 [ 19643] 7956 Upgrade to Tie::File 0.96. 7957 7958 [ 19644] 7959 Subject: [PATCH] ext/Encode/t/perlio.t filename tweak 7960 From: "Craig A. Berry" <craigberry@mac.com> 7961 Date: Fri, 30 May 2003 13:08:01 -0500 7962 Message-ID: <3ED79E01.8050401@mac.com> 7963 7964 [ 19645] 7965 Subject: Re: [perl #22372] [PATCH] sv_chop() broken 7966 From: Enache Adrian <enache@rdslink.ro> 7967 Date: Fri, 30 May 2003 18:52:28 +0300 7968 Message-ID: <20030530155228.GA872@ratsnest.hole> 7969 7970 [ 19646] 7971 Interesting patch(1) glitch. 7972 7973 [ 19647] 7974 Subject: Re: [perl #22372] [PATCH] sv_chop() broken 7975 From: Enache Adrian <enache@rdslink.ro> 7976 Date: Sat, 31 May 2003 14:18:11 +0300 7977 Message-ID: <20030531111811.GA1240@ratsnest.hole> 7978 7979 [ 19648] 7980 Better patch from Inaba Hiroto for 7981 [perl #22375] 'split'/'index' problem for utf8 7982 7983 [ 19650] 7984 Regenerate internals pods. 7985 7986 [ 19651] 7987 Don't install test.pl files. 7988 7989 [ 19652] 7990 Fix a case of segfault in gv_check(), by making 7991 it ignore non-GV values in stashes. 7992 Branch: maint-5.8/perl 7993 !> ext/Encode/t/perlio.t gv.c installperl intrpvar.h 7994 !> lib/Tie/File.pm lib/Tie/File/t/00_version.t 7995 !> lib/Tie/File/t/09_gen_rs.t pod/perlapi.pod pod/perlintern.pod 7996 !> pod/perlport.pod sv.c t/op/index.t t/op/stash.t t/op/subst.t 7997 !> t/op/write.t 7998____________________________________________________________________________ 7999[ 19636] By: jhi on 2003/05/29 14:19:35 8000 Log: Integrate: 8001 [ 19618] 8002 Subject: [Encode] Minor bug in piconv induced by Getopt::Long 8003 From: Dan Kogai <dankogai@dan.co.jp> 8004 Date: 24 May 2003 19:50:48 -0000 8005 Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp> 8006 8007 [ 19619] 8008 Protect against race conditions: if the pid is not seen, 8009 neither will be the $0 change be seen (and vice versa). 8010 8011 [ 19620] 8012 Subject: Re: [PATCH: perlio.h] maint snap @ 19613 8013 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> 8014 Date: Sun, 25 May 2003 21:17:42 +0200 8015 Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2> 8016 8017 [ 19621] 8018 Run external commands only with localized sanitized $ENV{PATH}. 8019 8020 [ 19622] 8021 Regen modlib and toc. 8022 8023 [ 19623] 8024 Subject: [PATCH] for cygwin/perlld.in 8025 From: "Gerrit P. Haase" <gp@familiehaase.de> 8026 Date: Sat, 24 May 2003 16:51:29 +0200 8027 Message-ID: <162265353578.20030524165129@familiehaase.de> 8028 8029 [ 19625] 8030 Subject: Re: [perl #22299] goto doesn't find label 8031 From: Dave Mitchell <davem@fdgroup.com> 8032 Date: Sat, 24 May 2003 12:25:17 +0100 8033 Message-ID: <20030524112517.GA11761@fdgroup.com> 8034 8035 Subject: [PATCH] Re: [perl #22299] goto doesn't find label 8036 From: Dave Mitchell <davem@fdgroup.com> 8037 Date: Mon, 26 May 2003 13:47:11 +0100 8038 Message-ID: <20030526124710.GA17670@fdgroup.com> 8039 8040 [ 19626] 8041 For now reword the sysread/syswrite description to 8042 stress the fact that by default everything is still bytes. 8043 8044 [ 19627] 8045 OpenZaurus cross-compilation patches from Redvers Davies. 8046 8047 [ 19628] 8048 Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP 8049 From: Jan Dubois <jand@ActiveState.com> 8050 Date: Mon, 26 May 2003 23:33:53 -0700 8051 Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com> 8052 8053 [ 19629] 8054 Subject: [PATCH] Re: a2p is linked against too many libraries 8055 From: Andy Dougherty <doughera@lafayette.edu> 8056 Date: Wed, 28 May 2003 09:20:06 -0400 (EDT) 8057 Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu> 8058 8059 [ 19630] 8060 Subject: typo in pod/perlfunc.pod 8061 From: Alexey Mahotkin <alexm@w-m.ru> 8062 Date: Wed, 28 May 2003 15:18:04 +0400 8063 Message-ID: <878ysrs4k3.fsf@dim.w-m.ru> 8064 8065 [ 19631] 8066 Document that setvbuf() is not probably any more available. 8067 Many reports, most recently by mjd in 8068 [perl #22339] IO::Handle::setvbuf not defined properly 8069 8070 [ 19632] 8071 Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning 8072 From: Dave Mitchell <davem@fdgroup.com> 8073 Date: Tue, 27 May 2003 19:31:10 +0100 8074 Message-ID: <20030527183110.GA22715@fdgroup.com> 8075 8076 [ 19633] 8077 A *much* cut-down version of the patches in the thread 8078 Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors 8079 From: Jim Cromie (via RT) <perlbug-followup@perl.org> 8080 Date: 16 May 2003 19:04:28 -0000 8081 Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org> 8082 8083 [ 19634] 8084 Subject: [patch] IO::File->open() with encoding 8085 From: Pradeep Hodigere <phodigere@yahoo.com> 8086 Date: Mon, 19 May 2003 16:05:47 -0700 (PDT) 8087 Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com> 8088 8089 [ 19635] 8090 Subject: Credits patch 8091 From: Ed Avis <ed@membled.com> 8092 Date: Sun, 18 May 2003 18:08:55 +0100 (BST) 8093 Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net> 8094 8095 (the cygwin/perlld.in and Cross/config.sh-arm-linux edited 8096 to talk of 5.8.1 instead of 5.9.0) 8097 Branch: maint-5.8/perl 8098 +> ext/IO/lib/IO/t/io_utf8.t 8099 !> Cross/Makefile Cross/Makefile.SH.patch Cross/README 8100 !> Cross/config.sh-arm-linux Cross/generate_config_sh 8101 !> Cross/installperl.patch MANIFEST cygwin/perlld.in 8102 !> ext/Encode/bin/piconv ext/IO/lib/IO/File.pm 8103 !> ext/IO/lib/IO/Handle.pm ext/Sys/Hostname/Hostname.pm 8104 !> ext/threads/t/join.t hv.c lib/Tie/RefHash.pm perlio.h 8105 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod 8106 !> pod/perlrun.pod pod/perltoc.pod pp_ctl.c t/op/goto.t 8107 !> win32/win32.c x2p/Makefile.SH 8108____________________________________________________________________________ 8109[ 19613] By: jhi on 2003/05/24 08:03:55 8110 Log: Update Changes. 8111 Branch: maint-5.8/perl 8112 ! Changes patchlevel.h 8113____________________________________________________________________________ 8114[ 19612] By: jhi on 2003/05/24 07:53:25 8115 Log: Regen the old-style VOS config files. 8116 Branch: maint-5.8/perl 8117 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def 8118 ! vos/config.ga.h 8119____________________________________________________________________________ 8120[ 19611] By: jhi on 2003/05/24 07:50:43 8121 Log: Integrate: 8122 [ 19592] 8123 Workaround for buggy gcc 2.95.3 in openbsd/sparc64. 8124 8125 [ 19593] 8126 Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...] 8127 From: Dan Kogai <dankogai@dan.co.jp> 8128 Date: Fri, 23 May 2003 20:17:16 +0900 8129 Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp> 8130 8131 [ 19594] 8132 Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04 8133 From: Michael G Schwern <schwern@pobox.com> 8134 Date: Fri, 23 May 2003 02:10:46 -0700 8135 Message-ID: <20030523091046.GB11662@windhund.schwern.org> 8136 8137 [ 19595] 8138 Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...] 8139 From: Dan Kogai <dankogai@dan.co.jp> 8140 Date: Sat, 24 May 2003 00:15:49 +0900 8141 Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp> 8142 8143 [ 19596] 8144 U/WIN extension fix from John P. Linderman. 8145 8146 [ 19597] 8147 Linewrapping MUAs, grumble. 8148 8149 [ 19598] 8150 Hasty editing, grumble. 8151 8152 [ 19599] 8153 Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525 8154 From: Robin Barker <Robin.Barker@npl.co.uk> 8155 Date: Fri, 23 May 2003 17:32:22 +0100 8156 Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk> 8157 8158 [ 19600] 8159 Subject: [PATCH] for Configure -Dnoextensions=Encode 8160 From: Robin Barker <Robin.Barker@npl.co.uk> 8161 Date: Fri, 23 May 2003 17:37:09 +0100 8162 Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk> 8163 8164 [ 19601] 8165 Subject: [PATCH] RE: state of deparse? 8166 From: Robin Barker <Robin.Barker@npl.co.uk> 8167 Date: Fri, 23 May 2003 17:42:37 +0100 8168 Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk> 8169 8170 [ 19602] 8171 Noticed by John P. Linderman. 8172 8173 [ 19603] 8174 lib/ftp.pl requires the obsoleted (and removed) chat2.pl. 8175 8176 [ 19604] 8177 Add a real scan for pthread_attr_setscope(). 8178 8179 [ 19606] 8180 Regen Glossary et al. 8181 8182 [ 19607] 8183 Introduce (undefined) pthread_attr_setscope to non-Configure lands. 8184 8185 [ 19608] 8186 Missing "to". 8187 8188 [ 19610] 8189 Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables 8190 From: Dave Mitchell <davem@fdgroup.com> 8191 Date: Thu, 22 May 2003 10:13:19 +0100 8192 Message-ID: <20030522091319.GA4568@fdgroup.com> 8193 8194 Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables 8195 From: Dave Mitchell <davem@fdgroup.com> 8196 Date: Fri, 23 May 2003 17:09:44 +0100 8197 Message-ID: <20030523160944.GC9194@fdgroup.com> 8198 8199 (Regen Configure, Glossary, et al) 8200 (One metaconfig beauty tweak sneaked in) 8201 Branch: maint-5.8/perl 8202 +> lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm 8203 +> lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t 8204 - lib/ftp.pl 8205 ! Configure Porting/Glossary Porting/config.sh Porting/config_H 8206 ! config_h.SH 8207 !> (integrate 71 files) 8208 Branch: metaconfig 8209 ! U/compline/Csym.U 8210____________________________________________________________________________ 8211[ 19591] By: jhi on 2003/05/22 11:59:21 8212 Log: Integrate: 8213 [ 19578] 8214 Subject: [Encode] 1.95 released 8215 From: Dan Kogai <dankogai@dan.co.jp> 8216 Date: Wed, 21 May 2003 18:26:26 +0900 8217 Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp> 8218 8219 [ 19579] 8220 U/WIN test nit for John P. Linderman. 8221 8222 [ 19580] 8223 VMS test tweak from Craig Berry. 8224 8225 [ 19581] 8226 U/WIN test tweak from John P. Linderman. 8227 8228 [ 19582] 8229 MAN3PODS => {} good. (Was in 5.8.0, has been lost at some point.) 8230 8231 [ 19583] 8232 Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used 8233 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 8234 Date: Mon, 19 May 2003 17:53:25 -0400 8235 Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu> 8236 8237 (the bug id corrected to be #22231, not #22238) 8238 8239 [ 19584] 8240 Subject: [PATCH] perldata.pod revamp rev. 3 8241 From: Shlomi Fish <shlomif@vipe.technion.ac.il> 8242 Date: Wed, 14 May 2003 17:46:05 +0300 (IDT) 8243 Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il> 8244 8245 [ 19585] 8246 More U/WIN tweaks from John P. Linderman. 8247 8248 [ 19586] 8249 Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to 8250 disable the loading of .pmc files if defined. 8251 Rename the function S_doopen_pmc to S_doopen_pm. 8252 8253 [ 19589] 8254 Subject: [PATCH] [perl #21887] h2xs becoming enum-aware 8255 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 8256 Date: Tue, 13 May 2003 10:36:32 +0200 8257 Message-id: <20030513083631.GA21782@ethan> 8258 8259 [ 19590] 8260 Subject: Re: [cpan #2629] Wrong assumption in numeric comparison 8261 From: Dan Kogai <dankogai@dan.co.jp> 8262 Date: Thu, 22 May 2003 18:46:40 +0900 8263 Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> 8264 Branch: maint-5.8/perl 8265 !> (integrate 39 files) 8266____________________________________________________________________________ 8267[ 19577] By: jhi on 2003/05/20 20:21:44 8268 Log: Update Changes. 8269 Branch: maint-5.8/perl 8270 ! Changes patchlevel.h 8271____________________________________________________________________________ 8272[ 19576] By: jhi on 2003/05/20 20:05:45 8273 Log: Integrate: 8274 [ 19569] 8275 More Ultrix double definition avoidance. 8276 8277 [ 19570] 8278 Subject: Re: Possible precedence problem on bitwise ^ operator 8279 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 8280 Date: Sun, 18 May 2003 19:21:01 -0700 8281 Message-ID: <N+Dy+gzkg+XX092yn@efn.org> 8282 (with tweaks to perldiag.pod) 8283 8284 [ 19571] 8285 Further -Uuseperlio tweaking. 8286 8287 [ 19573] 8288 Upgrade to CPAN 1.70_54 8289 Subject: Re: CPAN.pm into blead 8290 From: Andreas J Koenig <andreas.koenig@anima.de> 8291 Date: Tue, 20 May 2003 11:31:16 +0200 8292 Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de> 8293 8294 [ 19574] 8295 Upgrade to Getopt::Long 2.33 8296 (mostly a version number increment) 8297 8298 [ 19575] 8299 Enhance the failure reporting for the pod2html tests 8300 Branch: maint-5.8/perl 8301 - lib/CPAN/README 8302 !> MANIFEST ext/Encode/t/Unicode.t ext/Socket/Socket.xs 8303 !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm 8304 !> lib/Getopt/Long.pm lib/Getopt/Long/CHANGES 8305 !> lib/Getopt/Long/README lib/Pod/t/htmlview.t 8306 !> lib/Pod/t/pod2html-lib.pl op.c pod/perldiag.pod 8307____________________________________________________________________________ 8308[ 19567] By: jhi on 2003/05/19 05:01:26 8309 Log: Integrate: 8310 [ 19558] 8311 Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn 8312 From: Michael G Schwern <schwern@pobox.com> 8313 Date: Wed, 14 May 2003 15:36:23 -0700 8314 Message-ID: <20030514223623.GD23350@windhund.schwern.org> 8315 8316 [ 19559] 8317 Make the test work without perlio, from Dan Kogai. 8318 8319 [ 19560] 8320 Based on 8321 8322 Subject: [PATCH threads.xs] no system scope on VMS 8323 From: "Craig A. Berry" <craigberry@mac.com> 8324 Date: Sun, 18 May 2003 23:02:07 -0500 8325 Message-ID: <3EC8573F.6050005@mac.com> 8326 8327 but instead go for #ifdef PTHREAD_SCOPE_SYSTEM. 8328 8329 [ 19561] 8330 Ultrix: the #19435 helped the IO extension, so this should 8331 help the Socket extension (socket structs redefinitions). 8332 8333 [ 19562] 8334 Slightly wrong panic messages. 8335 8336 [ 19563] 8337 Make Perl_ithread_self() a bit more helpful when 8338 finding the thread fails (suggested by Stas in 8339 perl-ithreads Mar 01) 8340 8341 [ 19564] 8342 Meaningless cosmetics. 8343 8344 [ 19565] 8345 Nekkid numbers. 8346 8347 [ 19566] 8348 Integrate perlio: 8349 [ 19556] 8350 Fix ticket 18265 8351 8352 [ 19557] 8353 EINTR retry should exit on count >= 0 not !=0 8354 Branch: maint-5.8/perl 8355 !> ext/Encode/t/Unicode.t ext/Socket/Socket.xs 8356 !> ext/threads/threads.xs perlio.c pod/perlsyn.pod 8357 !> pod/perltrap.pod 8358____________________________________________________________________________ 8359[ 19553] By: jhi on 2003/05/18 07:59:03 8360 Log: Integrate: 8361 [ 19552] 8362 Integrate from perlio: 8363 [ 19542] 8364 Fix ticket #22219 8365 8366 [ 19543] 8367 Spotted a bare close() where PerlLIO_close() seems correct. 8368 Branch: maint-5.8/perl 8369 !> doio.c perlio.c 8370____________________________________________________________________________ 8371[ 19551] By: jhi on 2003/05/18 07:55:50 8372 Log: Integrate: 8373 [ 19527] 8374 Subject: [PATCH] RE: maint snapshot @ 19525 8375 From: Robin Barker <Robin.Barker@npl.co.uk> 8376 Date: Fri, 16 May 2003 17:16:57 +0100 8377 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> 8378 8379 (Part #1: the __format__ and __printf__) 8380 8381 [ 19528] 8382 Subject: [PATCH] RE: maint snapshot @ 19525 8383 From: Robin Barker <Robin.Barker@npl.co.uk> 8384 Date: Fri, 16 May 2003 17:16:57 +0100 8385 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> 8386 8387 (Part #2: the hv.c SVf) 8388 8389 [ 19531] 8390 Apply the supplied patch for [perl #22195] 8391 "File::Find, sorted directory traversal order is inverted" 8392 8393 [ 19532] 8394 The suggested patch for [perl #22201] "patch: perl 5.8.0 8395 compile error on ia64/HP-UX (comparing incompatible pointers)" 8396 plus a possible cure for the warning mentioned in the case. 8397 8398 [ 19533] 8399 avoid select() on windows destroying errno (used to typically 8400 always sets it to EINVAL due to the way it maps the FD_SETs) 8401 8402 [ 19534] 8403 change#16723 broke the ioctl() return value on platforms 8404 that have ioctl() but no fcntl() (e.g. windows) 8405 8406 change#17577 then attempted to fix the bustage, but got 8407 it wrong 8408 8409 [ 19535] 8410 improve the implementation of Net::Ping on windows by avoiding 8411 fork(), which is pretty heavy-weight for this kind of 8412 application; use non-blocking sockets instead 8413 8414 has been verified to work on Win2k but will need testing on 8415 other flavors of windows 8416 8417 there is a single known failure on windows in 450_service.t (test 18) 8418 due to what appears to be bugs in the ping_syn()/ack() code 8419 8420 [ 19536] 8421 apply Net::Ping patch that makes the fork()-based approach 8422 work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>) 8423 8424 the code this affects is currently not enabled anywhere, but 8425 could be enabled if the non-blocking approach runs into problems 8426 on older windows versions 8427 8428 [ 19537] 8429 missing init in change#19533 8430 8431 [ 19539] 8432 Fix bug #22216 : B::Deparse can't handle "use Module Version" 8433 with fractional version numbers or v-strings. 8434 8435 [ 19540] 8436 Clarify the explanation of the warning "Possible precedence problem 8437 on bitwise operator". 8438 8439 [ 19541] 8440 Upgrade to Getopt::Long 2.32_05 8441 8442 [ 19545] 8443 Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1 8444 From: Alan Burlison <Alan.Burlison@sun.com> 8445 Date: Thu, 15 May 2003 22:17:55 +0100 8446 Message-ID: <3EC40403.9000804@sun.com> 8447 8448 (fixed symbol scanning for Solaris 10) 8449 8450 [ 19547] 8451 Old (4.2BSD, like Ultrix) Bourne shells do not understand 8452 non-left-aligned heredocs. 8453 8454 [ 19548] 8455 Subject: [Encode] UTF-7 Support 8456 From: Dan Kogai <dankogai@dan.co.jp> 8457 Date: Sun, 18 May 2003 00:45:35 +0900 8458 Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp> 8459 8460 [ 19549] 8461 The 'quotes' really are important (caught by Enache Adrian). 8462 8463 [ 19550] 8464 UTF-7 tweak from Dan Kogai. 8465 Branch: maint-5.8/perl 8466 +> ext/Encode/lib/Encode/Unicode/UTF7.pm 8467 !> (integrate 28 files) 8468____________________________________________________________________________ 8469[ 19529] By: jhi on 2003/05/16 17:34:21 8470 Log: Take care of [perl #17424]. 8471 Branch: maint-5.8/perl 8472 ! perl.h 8473____________________________________________________________________________ 8474[ 19526] By: jhi on 2003/05/14 19:23:10 8475 Log: A part of #19454. 8476 Branch: maint-5.8/perl 8477 ! pp_hot.c 8478____________________________________________________________________________ 8479[ 19525] By: jhi on 2003/05/14 05:41:06 8480 Log: Update Changes. 8481 Branch: maint-5.8/perl 8482 ! Changes patchlevel.h 8483____________________________________________________________________________ 8484[ 19524] By: jhi on 2003/05/14 05:25:28 8485 Log: Integrate: 8486 [ 19516] 8487 Subject: [PATCH] More perldiag.pod sorting 8488 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu> 8489 Date: Tue, 13 May 2003 15:13:53 -0400 8490 Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu> 8491 8492 (plus add 'no locale;') 8493 8494 [ 19517] 8495 Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN 8496 From: Gisle Aas <gisle@ActiveState.com> 8497 Date: 13 May 2003 09:59:50 -0700 8498 Message-ID: <lru1byzss9.fsf@caliper.activestate.com> 8499 8500 [ 19518] 8501 Subject: [PATCH] [perl #8599] s/catenate/concatenate/ 8502 From: Casey West <casey@geeknest.com> 8503 Date: Fri, 9 May 2003 04:00:44 -0400 8504 Message-ID: <20030509080044.GA49820@geeknest.com> 8505 8506 (except for the dup.t patch which diddled with system().) 8507 8508 [ 19520] 8509 Use /usr/bin/perl (de facto in Porting/ scripts). 8510 8511 [ 19521] 8512 Curliff and liff with ease. 8513 8514 [ 19522] 8515 More Panther moves. 8516 8517 [ 19523] 8518 Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN 8519 From: Gisle Aas <gisle@ActiveState.com> 8520 Date: 13 May 2003 19:51:19 -0700 8521 Message-ID: <lrptmmw89k.fsf@caliper.activestate.com> 8522 Branch: maint-5.8/perl 8523 +> Porting/curliff.pl Porting/sort_perldiag.pl 8524 !> Configure MANIFEST Makefile.SH NetWare/config_H.wc 8525 !> Porting/config_H README.Y2K config_h.SH 8526 !> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs 8527 !> ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm 8528 !> ext/MIME/Base64/t/quoted-print.t hints/darwin.sh 8529 !> lib/File/Spec.pm lib/File/Spec/Unix.pm plan9/config.plan9 8530 !> plan9/config_h.sample pod/perldiag.pod uconfig.h 8531 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc 8532 !> win32/config_H.vc64 wince/config_H.ce 8533____________________________________________________________________________ 8534[ 19515] By: jhi on 2003/05/13 17:51:05 8535 Log: Integrate: 8536 [ 19514] 8537 Detypo. 8538 8539 [ 19512] 8540 make it easier to reproduce the bug 8541 8542 [ 19511] 8543 the \do {local *FH} trick in Tie::File was really only needed 8544 on 5.005 and earlier, since later versions can autovivify 8545 the handle 8546 8547 however, a search in the p5p archives reveals the trick doesn't 8548 fully work in the versions it is needed in, so use the more 8549 standard Symbol::gensym() way 8550 8551 [ 19510] 8552 $Config{usethreads} wasn't being set on windows 8553 8554 [ 19509] 8555 Reinstate the #19498 but now skip the crashing 8556 tests (when threaded) as TODOs. 8557 8558 [ 19508] 8559 Revert #19498 since it broke threaded builds. 8560 8561 [ 19506] 8562 Detypo Pantherisms. 8563 8564 [ 19503] 8565 Use a more sophisticated heuristics to produce the warning 8566 'Parentheses missing around "%s" list'. This fixes bug #22147. 8567 Also, the warning is now produced for C<local *a,*b;>. 8568 8569 [ 19502] 8570 Work also without perlio. 8571 8572 [ 19500] 8573 Panther preparation. 8574 8575 [ 19499] 8576 More moves to intrpvar.h. 8577 8578 [ 19498] 8579 fix for Tie::File test failures on windows: the problem was 8580 that Tie::File did not close any file handles it opens internally, 8581 leading to file handle leaks and t/tf* temporary file littering; 8582 we now close the handle iff Tie::File opened it 8583 8584 this fix unearths what appears to be a perl bug in localizing globs: 8585 09_gen_rs.t fails due to a prematurely closed filehandle, although 8586 it wasn't explicitly closed anywhere by the code (renaming the 8587 *FH at line 97 to *FH1 makes it work, but I haven't done this 8588 to allow the bug to be tracked down) 8589 8590 [ 19497] 8591 Move the thread *hook into interpreter. 8592 8593 [ 19496] 8594 Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats. 8595 From: Dave Mitchell <davem@fdgroup.com> 8596 Date: Sat, 10 May 2003 01:45:23 +0100 8597 Message-ID: <20030510004523.GC20871@fdgroup.com> 8598 8599 [ 19495] 8600 Open UNIX is not really "formerly Unixware", since the most 8601 recent releases are known as Unixware, not as Open UNIX. 8602 8603 [ 19494] 8604 Slight tweaks to the platform list. 8605 8606 [ 19493] 8607 Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop 8608 From: Casey West <casey@geeknest.com> 8609 Date: Fri, 9 May 2003 10:30:13 -0400 8610 Message-ID: <20030509143013.GM49820@geeknest.com> 8611 8612 [ 19492] 8613 perlport.pod nit for doc bug #8253. 8614 8615 [ 19491] 8616 Use test.pl. 8617 8618 [ 19490] 8619 Try to handle a $^X with spaces in it. 8620 8621 [ 19489] 8622 Separate the creation of the command to run by 8623 runperl() into its own function, _create_runperl(). 8624 8625 [ 19488] 8626 Fixup the method behaviour table. 8627 8628 [ 19487] 8629 Integrate from perlio: 8630 [ 19474] 8631 Tweaks to Jarkko's NULL deref checks in perlio.c 8632 8633 [ 19475] 8634 Fix for bugs 21717 and 22140. 8635 Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio 8636 and derived layers. So have :unix's "pushed" method stat() the fd and 8637 cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match 8638 UNIX behaviour. 8639 8640 [ 19479] 8641 Better but still unproven fix for lseek() on pipes. 8642 8643 [ 19483] 8644 Unused variable 8645 8646 [ 19485] 8647 Tests to prove Ticket 9468 is fixed. 8648 8649 [ 19486] 8650 add test for change#19475,19479 (bugs#21717,22140) 8651 8652 [ 19484] 8653 fix Embed.t failure on windows: PERL_SYS_TERM() is implemented 8654 in terms of an exported function rather than as an inlined 8655 macro (latter wants PL_op_mutex which isn't exported as such) 8656 8657 Jarkko: please merge into maint-5.8 8658 8659 [ 19482] 8660 Test _getcode(). 8661 8662 [ 19481] 8663 Clarify the doc (and the code) for Unicode code points. 8664 8665 [ 19480] 8666 Another doc suggestion from terry@eatoni.com (terry jones): 8667 use codepoints that return undef. 8668 8669 [ 19478] 8670 Add Encode's META.yml. 8671 8672 [ 19477] 8673 Upgrade to Encode 1.94. 8674 8675 [ 19476] 8676 Doc bug noticed by terry@eatoni.com (terry jones). 8677 8678 [ 19472] 8679 Try to plug more potential PerlIO NULL method 8680 dereferences; try to document the matter. 8681 8682 [ 19471] 8683 UseNicerNames instead of SHOUTING_LIKE_THIS. 8684 8685 [ 19470] 8686 In eof() the errno can get stomped by the peek-ahead. 8687 8688 [ 19469] 8689 A regression test for the remaining "Final $ should be..." error. 8690 8691 [ 19468] 8692 Remove the error messages "Final @ should be \@ or @name" 8693 and "Final % should be \% or %name", that appear to be 8694 only produced in addition to another syntax error, and therefore 8695 misleading, if I understand correctly that kind of black magic. 8696 8697 [ 19467] 8698 Have to think this test more when I'm awake. 8699 8700 [ 19466] 8701 Document that perl tries to load .pmc files before .pm files. 8702 Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require 8703 From: Casey West <casey@geeknest.com> 8704 Date: Fri, 9 May 2003 17:03:50 -0400 8705 Message-ID: <20030509210350.GW49820@geeknest.com> 8706 8707 [ 19465] 8708 Fix for doc bug #8602 : clarify eof() example comments 8709 8710 [ 19464] 8711 Subject: [PATCH] [perl #8702] Clean up perltrap mis-information 8712 From: Casey West <casey@geeknest.com> 8713 Date: Fri, 9 May 2003 11:09:39 -0400 8714 Message-ID: <20030509150939.GN49820@geeknest.com> 8715 8716 [ 19463] 8717 Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt 8718 From: Casey West <casey@geeknest.com> 8719 Date: Fri, 9 May 2003 15:25:59 -0400 8720 Message-ID: <20030509192559.GS49820@geeknest.com> 8721 8722 [ 19462] 8723 Try to comprehensively have a plan B if a PerlIO 8724 layer doesn't have a particular function. 8725 (1) If there's a corresponding PerlIOBase, call it. 8726 (2) If not having the function is 'harmless', be silently happy. 8727 (Currently only Flush is in this category.) 8728 (3) Otherwise set errno and return failure. 8729 8730 [ 19461] 8731 Subject: [PATCH] [perl #8703] unescaped @ is fine 8732 From: Casey West <casey@geeknest.com> 8733 Date: Fri, 9 May 2003 11:17:53 -0400 8734 Message-ID: <20030509151753.GO49820@geeknest.com> 8735 8736 [ 19460] 8737 Add the PerlIOBase_noop_* to the public API as suggested by Stas. 8738 8739 [ 19459] 8740 Result of change #19458. 8741 8742 [ 19458] 8743 Subject: Weekend fun: MANIFEST sorting 8744 From: andreas.koenig@anima.de (Andreas J. Koenig) 8745 Date: Fri, 09 May 2003 15:12:05 +0200 8746 Message-ID: <m3y91g463e.fsf@franz.ak.mind.de> 8747 8748 (both sorts need LC_ALL=C) 8749 (add also manicheck target) 8750 8751 [ 19457] 8752 Better skip this test on OpenBSD and BSD/OS since it 8753 does not seem to work (Slaven Rezic). 8754 8755 [ 19456] 8756 Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue 8757 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 8758 Date: Wed, 07 May 2003 23:37:47 -0700 8759 Message-ID: <7sfu+gzkg+AY092yn@efn.org> 8760 8761 [ 19455] 8762 Missing files. 8763 8764 [ 19453] 8765 Remove duplicate entries from perldiag 8766 8767 [ 19452] 8768 Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty 8769 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 8770 Date: Wed, 07 May 2003 15:27:07 -0700 8771 Message-ID: <7gYu+gzkgaFU092yn@efn.org> 8772 8773 [ 19451] 8774 Tiny nit from mjd. 8775 8776 [ 19450] 8777 Upgrade to Tie::File 0.95. 8778 8779 [ 19449] 8780 Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux 8781 From: Marc Lehmann (via RT) <perlbug-followup@perl.org> 8782 Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org> 8783 Date: 8 May 2003 00:42:18 -0000 8784 8785 [ 19448] 8786 Subject: [PATCH] alphabetize perldiag.pod 8787 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 8788 Date: Thu, 8 May 2003 11:52:39 -0400 8789 Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu> 8790 8791 [ 19447] 8792 Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort 8793 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> 8794 Date: Thu, 08 May 2003 08:42:20 +0200 8795 Message-id: <20030508064220.GA763@ethan> 8796 8797 [ 19445] 8798 A variant of 8799 8800 Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke) 8801 From: enache@rdslink.ro (Enache Adrian) 8802 Date: Tue, 22 Apr 2003 02:54:05 +0300 8803 Message-ID: <20030421235405.GA1162@ratsnest.hole> 8804 8805 to quench the black smoke from the BSD builds. 8806 8807 [ 19444] 8808 Subject: Re: [DOC PATCH] & More File::Path issues 8809 From: Casey West <casey@geeknest.com> 8810 Date: Mon, 5 May 2003 13:25:47 -0400 8811 Message-ID: <20030505172547.GB20508@geeknest.com> 8812 8813 [ 19443] 8814 Spelling correction from Nicholas Clark. 8815 Branch: maint-5.8/perl 8816 +> ext/Encode/META.yml lib/Tie/File/t/27_iwrite.t 8817 +> lib/Tie/File/t/28_mtwrite.t lib/Tie/File/t/29_downcopy.t 8818 +> lib/Tie/File/t/29a_upcopy.t lib/Tie/File/t/42_offset.t 8819 !> (integrate 69 files) 8820____________________________________________________________________________ 8821[ 19442] By: jhi on 2003/05/07 19:36:18 8822 Log: Integrate: 8823 [ 19440] 8824 One more possible extensions permutation. 8825 Branch: maint-5.8/perl 8826 !> Configure 8827____________________________________________________________________________ 8828[ 19439] By: jhi on 2003/05/07 17:11:48 8829 Log: Integrate: 8830 [ 19409] 8831 Subject: Re: Bug in Storable??? 8832 From: Slaven Rezic <slaven@rezic.de> 8833 Date: 04 May 2003 18:00:40 +0200 8834 Message-Id: <87of2iwvkn.fsf@vran.herceg.de> 8835 8836 [ 19411] 8837 Update changelog for 2.07 release. 8838 8839 [ 19412] 8840 Oops. More Storable 2.07 preparations. 8841 8842 [ 19413] 8843 None of that "our" stuff here, please. 8844 8845 [ 19414] 8846 Doc nit from mjd. 8847 8848 [ 19415] 8849 Subject: [PATCH] Embed.t flushing problem 8850 From: "Craig A. Berry" <craigberry@mac.com> 8851 Date: Sun, 04 May 2003 16:25:38 -0500 8852 Message-ID: <3EB58552.2070207@mac.com> 8853 8854 [ 19416] 8855 pack/unpack fixes from Wolfgang Laun: 8856 - fix bug in UNICOS (where SIZE16 != sizeof(short)) 8857 - introduce and use new internal pack/unpack API 8858 (packlist, unpackstring) 8859 that does away with the unused arguments in the old API 8860 (pack_cat, unpack_str). 8861 8862 [ 19417] 8863 perlartistic and perlgpl reformatting from Sean Burke. 8864 8865 [ 19418] 8866 Switch the new perlio way of opening anonymous temporary files 8867 open my $fh, '+>', undef 8868 to using File::Temp. Test it, and test also the "accidental 8869 feature" of +< working the same way. 8870 This should address [perl #21937]. 8871 8872 [ 19419] 8873 Reintroduce the mention of the fact that the Artistic/GPL 8874 also are Perl's own licenses. 8875 8876 [ 19420] 8877 Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT 8878 From: Steve Hay <steve.hay@uk.radan.com> 8879 Date: Wed, 30 Apr 2003 09:52:30 +0100 8880 Message-ID: <3EAF8ECE.8060403@uk.radan.com> 8881 8882 [ 19421] 8883 Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch 8884 From: Slaven Rezic <slaven@rezic.de> 8885 Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST) 8886 Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de> 8887 8888 [ 19422] 8889 Subject: [PATCH] [perl #18341] random nits in perlrequick.pod 8890 From: Casey West <casey@geeknest.com> 8891 Date: Tue, 29 Apr 2003 16:14:20 -0400 8892 Message-ID: <20030429201420.GT62281@geeknest.com> 8893 8894 [ 19423] 8895 Subject: Re: hv.c patch - pathological hashes too easy 8896 From: "Tye McQueen" <tye@metronet.com> 8897 Date: Thu, 1 May 2003 13:34:50 -0500 (CDT) 8898 Message-Id: <200305011834.h41IYoE08503@metronet.com> 8899 8900 [ 19424] 8901 Subject: [PATCH] [perl #3096] undefing hash with object values 8902 From: Dave Mitchell <davem@fdgroup.com> 8903 Date: Thu, 1 May 2003 21:06:57 +0100 8904 Message-ID: <20030501200657.GA25456@fdgroup.com> 8905 8906 [ 19425] 8907 Subject: [PATCH pod/perlmod.pod] Simpler $Revision: 1.3 $ based $VERSION. Plus, repentance! 8908 From: Michael G Schwern <schwern@pobox.com> 8909 Date: Sat, 3 May 2003 15:30:16 -0700 8910 Message-ID: <20030503223016.GE1234@windhund.schwern.org> 8911 8912 [ 19426] 8913 Subject: [DOC PATCH] missing ')' in File::Path docs 8914 From: "Jos I.Boumans" <kane@dwim.org> 8915 Date: 30 Apr 2003 09:45:16 -0000 8916 Message-ID: <20030430114513165+0200@nntp.perl.org> 8917 8918 [ 19427] 8919 Subject: Re: Minor change to strict.pm. Who? How? 8920 From: Adam Kennedy <adam@ali.as> 8921 Date: Wed, 30 Apr 2003 00:02:40 +1000 8922 Message-ID: <3EAE8600.2000806@ali.as> 8923 8924 Subject: [PATCH] Re: Minor change to strict.pm. Who? How? 8925 From: Michael G Schwern <schwern@pobox.com> 8926 Date: Tue, 29 Apr 2003 12:26:32 -0700 8927 Message-ID: <20030429192632.GA6129@windhund.schwern.org> 8928 8929 [ 19428] 8930 Snip away the perlunicode slowness demo since the new 8931 caching scheme should help things a bit. 8932 8933 [ 19429] 8934 Fix : the svr5 hints file doesn't propagate libswanted with 8935 threads enabled. Now threads are OK on OpenUNIX 8, except a 8936 mysterious failure in ext/POSIX/t/sigaction.t. 8937 8938 [ 19430] 8939 Fix doc bug #22067, noticed by Mark Knutsen 8940 8941 [ 19431] 8942 Subject: [patch] Re: [perl #21728] regexp SEGV 8943 From: Enache Adrian <enache@rdslink.ro> 8944 Date: Fri, 28 Mar 2003 23:53:09 +0200 8945 Message-ID: <20030328215309.GA6413@ratsnest.hole> 8946 (with minor tweaks) 8947 8948 [ 19432] 8949 Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber 8950 From: Casey West <casey@geeknest.com> 8951 Date: Mon, 28 Apr 2003 11:07:36 -0400 8952 Message-ID: <20030428150736.GD62281@geeknest.com> 8953 8954 [ 19433] 8955 Document which interfaces are NOT Unicode-aware. 8956 8957 [ 19435] 8958 Worth a try for [perl #17146] 8959 8960 [ 19436] 8961 More long double logic from Alan Burlison. 8962 8963 [ 19437] 8964 Allow platforms to manipulate their archname by creating 8965 a archname.cbu in their hints files. 8966 Branch: maint-5.8/perl 8967 +> ext/PerlIO/t/open.t 8968 !> (integrate 37 files) 8969____________________________________________________________________________ 8970[ 19408] By: jhi on 2003/05/04 19:57:14 8971 Log: For some reason a fragment of change #19314 had not been merged. 8972 Branch: maint-5.8/perl 8973 ! uconfig.h uconfig.sh 8974____________________________________________________________________________ 8975[ 19405] By: jhi on 2003/05/04 11:51:42 8976 Log: Cosmic rays? Whatever it was, now it is gone and the test works 8977 also in maint. 8978 Branch: maint-5.8/perl 8979 ! t/run/switchd.t 8980____________________________________________________________________________ 8981[ 19404] By: jhi on 2003/05/04 11:15:59 8982 Log: It seems as if this issue wouldn't be fixed in maint yet? 8983 Branch: maint-5.8/perl 8984 ! t/run/switchd.t 8985____________________________________________________________________________ 8986[ 19403] By: jhi on 2003/05/04 11:14:49 8987 Log: Integrate: 8988 [ 19401] 8989 Add Artistic as perlartistic and GPL (the Copying) as perlgpl; 8990 regen perltoc, perlmodlib. The GPL added as verbatim as possible, 8991 the perlartistic is a straightforward podification. 8992 Branch: maint-5.8/perl 8993 +> pod/perlartistic.pod pod/perlgpl.pod 8994 !> MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL 8995 !> pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod 8996____________________________________________________________________________ 8997[ 19402] By: jhi on 2003/05/04 11:10:26 8998 Log: Integrate: 8999 [ 19381] 9000 Forgot to check in the -d: file. 9001 Branch: maint-5.8/perl 9002 !> t/run/switchd.t 9003____________________________________________________________________________ 9004[ 19400] By: jhi on 2003/05/04 08:29:43 9005 Log: Integrate: 9006 [ 19242] 9007 Fix up Larry's copyright statements to my best knowledge. 9008 (Lots of Perl 5 source code archaeology was involved.) 9009 Larry didn't make strangled noises when I showed him 9010 the patch, either :-) 9011 Branch: maint-5.8/perl 9012 !> (integrate 98 files) 9013____________________________________________________________________________ 9014[ 19399] By: jhi on 2003/05/04 08:25:06 9015 Log: Integrate: 9016 [ 19398] 9017 Doesn't make any difference for the test but is more logical. 9018 Branch: maint-5.8/perl 9019 !> t/lib/Devel/switchd.pm 9020____________________________________________________________________________ 9021[ 19397] By: jhi on 2003/05/04 08:16:21 9022 Log: Integrate: 9023 [ 19378] 9024 The [perl #21890] (Devel::Coverage breakage) has been fixed 9025 by change #18589 (it was broken by change #9754); add test case. 9026 9027 [ 19380] 9028 Solaris: make -Duse64bitall'ed to have an archname of 9029 sun4-solaris-64, from Alan Burlison. (The default is to not 9030 to suffix anything with -Duse64bitall if longs are 64 bit. 9031 This may lead into confusion and much sorrow if 32-bit binaries 9032 and 64-bit binaries are installed under the same directories. 9033 Why is "-64" or something like that the default? Well, there 9034 are platforms where 64 bits really is the default default. 9035 There adding a "-64" would be kind of odd. Better to let 9036 each 64-bit capable platform to choose their archnames.) 9037 9038 [ 19381] 9039 Forgot to check in the -d: file. 9040 9041 [ 19382] 9042 Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs 9043 From: Michael G Schwern <schwern@pobox.com> 9044 Date: Wed, 30 Apr 2003 18:19:32 -0700 9045 Message-ID: <20030501011932.GM701@windhund.schwern.org> 9046 9047 [ 19383] 9048 Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu) 9049 From: Abe Timmerman <abe@ztreet.demon.nl> 9050 Date: Thu, 1 May 2003 18:34:35 +0200 9051 Message-Id: <200305011834.35685.abe@ztreet.demon.nl> 9052 9053 [ 19384] 9054 Subject: [PATCH win32/win32.c] silence compiler warnings 9055 From: Abe Timmerman <abe@ztreet.demon.nl> 9056 Date: Fri, 2 May 2003 00:51:42 +0200 9057 Message-Id: <200305020051.43166.abe@ztreet.demon.nl> 9058 9059 [ 19385] 9060 Subject: [PATCH] OpenUNIX 8 support 9061 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 9062 Date: Fri, 2 May 2003 12:12:08 +0200 9063 Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr> 9064 9065 [ 19386] 9066 Subject: [PATCH] Re: maintperl on OpenUNIX 8 9067 From: Andy Dougherty <doughera@lafayette.edu> 9068 Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT) 9069 Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu> 9070 9071 [ 19387] 9072 Regen Configure (no changes but that's fine). 9073 9074 [ 19390] 9075 Tru64: PerlIO_tell() was returning about one _megabyte_ for 9076 the fp offset, which was quite a big larger than the input file, 9077 which meant that the SvGROW tried to grow the file to about 9078 2**64-2**20, which made safesysrealloc() to understandably 9079 croak (in argv.t). 9080 9081 [ 19391] 9082 Upgrade to Unicode 4.0.0. (Well, upgrade at least 9083 the Unicode character database to 4.0.0.) 9084 9085 [ 19392] 9086 Salvage 'use filetest "access"' from compiletime to runtime. 9087 9088 [ 19393] 9089 Extra tweakage from Rafael for #19392. 9090 9091 [ 19394] 9092 Subject: Re: Does filetest work at all? 9093 From: Slaven Rezic <slaven@rezic.de> 9094 Date: 03 May 2003 18:26:49 +0200 9095 Message-ID: <87ade4q9me.fsf@vran.herceg.de> 9096 9097 [ 19395] 9098 Must skip more. 9099 9100 [ 19396] 9101 Plagued by thinkos tonight. 9102 Branch: maint-5.8/perl 9103 +> (branch 29 files) 9104 ! Configure config_h.SH 9105 !> (integrate 143 files) 9106____________________________________________________________________________ 9107[ 19377] By: jhi on 2003/05/02 07:52:13 9108 Log: Integrate: 9109 [ 19371] 9110 The solution in change #19363 was too unportable. 9111 9112 [ 19372] 9113 miniperl cannot handle layers.t. 9114 9115 [ 19373] 9116 Subject: [PATCH] RE: perl@19333 9117 From: Robin Barker <Robin.Barker@npl.co.uk> 9118 Date: Tue, 29 Apr 2003 17:30:23 +0100 9119 Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk> 9120 9121 [ 19374] 9122 OS X test tweak. 9123 9124 [ 19375] 9125 OS X: could not -Doptimize=-g. 9126 9127 [ 19376] 9128 great_circle_direction() was broken, 9129 reported by Alexander Becher. 9130 Branch: maint-5.8/perl 9131 !> embed.pl ext/Cwd/t/cwd.t hints/darwin.sh lib/Math/Trig.pm 9132 !> lib/Math/Trig.t pp_hot.c pp_pack.c proto.h t/io/layers.t 9133 !> t/io/openpid.t 9134____________________________________________________________________________ 9135[ 19370] By: jhi on 2003/05/01 07:57:19 9136 Log: Integrate: 9137 [ 19364] 9138 Subject: [PATCH] [patch #7514] Bug in perlop regex explination 9139 From: Casey West <casey@geeknest.com> 9140 Date: m�n apr 28, 2003 19:22:06 Europe/Stockholm 9141 Message-Id: <20030428172206.GK62281@geeknest.com> 9142 9143 [ 19365] 9144 Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context 9145 From: Casey West <casey@geeknest.com> 9146 Date: m�n apr 28, 2003 16:00:05 Europe/Stockholm 9147 Message-Id: <20030428140005.GC62281@geeknest.com> 9148 9149 [ 19366] 9150 If it's S_, it should be STATIC. 9151 9152 [ 19367] 9153 Subject: [PATCH] buglet: sub a(;&) { } doesn't work 9154 From: Enache Adrian <enache@rdslink.ro> 9155 Date: Sat, 19 Apr 2003 01:41:07 +0300 9156 Message-ID: <20030418224107.GA2751@ratsnest.hole> 9157 9158 [ 19368] 9159 z/OS: More threaded build tweaks from Brian De Pradine-- 9160 apparently now it works! 9161 9162 [ 19369] 9163 perlreftut updates from mjd. 9164 Branch: maint-5.8/perl 9165 !> embed.fnc embed.h ext/threads/threads.xs handy.h 9166 !> hints/os390.sh numeric.c pod/perlop.pod pod/perlreftut.pod 9167 !> proto.h t/comp/parser.t thread.h toke.c 9168____________________________________________________________________________ 9169[ 19362] By: jhi on 2003/04/28 14:33:35 9170 Log: It helps to count right. 9171 Branch: maint-5.8/perl 9172 ! lib/fields.t 9173____________________________________________________________________________ 9174[ 19361] By: jhi on 2003/04/28 09:16:12 9175 Log: The fields test required a little bit of backporting. 9176 Branch: maint-5.8/perl 9177 ! lib/fields.t 9178____________________________________________________________________________ 9179[ 19360] By: jhi on 2003/04/28 09:10:08 9180 Log: Integrate: 9181 [ 19348] 9182 Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself 9183 From: Casey West <casey@geeknest.com> 9184 Date: Thu, 24 Apr 2003 08:18:42 -0400 9185 Message-ID: <20030424121842.GW34510@geeknest.com> 9186 9187 [ 19349] 9188 Subject: [PATCH] VMS::Stdio test tweak 9189 From: "Craig A. Berry" <craigberry@mac.com> 9190 Date: Sat, 26 Apr 2003 15:53:07 -0500 9191 Message-ID: <3EAAF1B3.7020708@mac.com> 9192 9193 [ 19350] 9194 Add Dave Mitchell's test case for fields. 9195 9196 [ 19351] 9197 Add a test case for [perl #15288] (already solved). 9198 9199 [ 19353] 9200 utime() doc clarifications 9201 based on : 9202 Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example 9203 From: Casey West <casey@geeknest.com> 9204 Date: Fri, 25 Apr 2003 08:00:54 -0400 9205 Message-ID: <20030425120054.GQ34510@geeknest.com> 9206 9207 [ 19354] 9208 $[ clarifications. 9209 9210 [ 19355] 9211 Document a faint compilation noise. 9212 9213 [ 19356] 9214 Newer glibc's nice(2) return the new nice value, instead of 0 or -1. 9215 Check errno to see if the call to nice(2) succeeded. 9216 Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic 9217 From: Enache Adrian <enache@rdslink.ro> 9218 Date: Wed, 23 Apr 2003 22:48:20 +0300 9219 Message-ID: <20030423194820.GA874@ratsnest.hole> 9220 9221 [ 19357] 9222 Detecting errors of reentrant APIs: getgrgid_r and the like 9223 when returning an int can either return the error in the return 9224 value or in the errno. We need a new per-interp variable to store 9225 the return value instead of clobbering the errno with it. The new 9226 variable, PL_reentrant_retint, is only used within the reentrancy 9227 framework, and immediately after it's set, so there should not be 9228 similar visibility issues as for the errno. Spotted by Edward Moy. 9229 9230 [ 19358] 9231 SysV msg queues can be something hanging (witnessed in IRIX), 9232 so let's use IPC_NOWAIT. 9233 9234 [ 19359] 9235 Feel-good cleanup. 9236 Branch: maint-5.8/perl 9237 !> README.aix embedvar.h ext/IPC/SysV/t/msg.t ext/POSIX/POSIX.xs 9238 !> intrpvar.h lib/UNIVERSAL.pm lib/fields.t perlapi.h 9239 !> pod/perlfunc.pod pod/perlvar.pod reentr.c reentr.h reentr.pl 9240 !> sv.c t/op/pack.t t/op/taint.t vms/ext/Stdio/test.pl 9241____________________________________________________________________________ 9242[ 19347] By: jhi on 2003/04/27 06:11:14 9243 Log: Integrate: 9244 [ 19342] 9245 Fix bug #15161 by increasing the refcount on the RE and making 9246 sure to restore it correctly. Deals with both s//e and s///g. 9247 9248 [ 19343] 9249 Document that splice() doesn't extend arrays 9250 Subject: Re: slice autoextending ? still another revised doc patch; COW 9251 From: david nicol <whatever@davidnicol.com> 9252 Date: 22 Apr 2003 22:05:02 -0500 9253 Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com> 9254 9255 [ 19344] 9256 Some doc patches by Casey West : 9257 9258 Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline 9259 From: Casey West <casey@geeknest.com> 9260 Date: Fri, 25 Apr 2003 10:46:39 -0400 9261 Message-ID: <20030425144639.GY34510@geeknest.com> 9262 9263 Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional 9264 From: Casey West <casey@geeknest.com> 9265 Date: Fri, 25 Apr 2003 07:52:13 -0400 9266 Message-ID: <20030425115213.GP34510@geeknest.com> 9267 9268 Subject: Re: [perl #7213] [PATCH] Updating example in perldata 9269 From: Casey West <casey@geeknest.com> 9270 Date: Thu, 24 Apr 2003 21:27:22 -0400 9271 Message-ID: <20030425012722.GN34510@geeknest.com> 9272 9273 [ 19345] 9274 Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes 9275 From: Dave Mitchell <davem@fdgroup.com> 9276 Date: Sat, 26 Apr 2003 18:45:28 +0100 9277 Message-ID: <20030426174528.GA9588@fdgroup.com> 9278 9279 [ 19346] 9280 Document that restricted hashes are not atomic 9281 (from Dave Mitchell). 9282 Branch: maint-5.8/perl 9283 !> hv.c lib/Hash/Util.pm lib/Hash/Util.t pod/perldata.pod 9284 !> pod/perldiag.pod pod/perlfunc.pod pod/perlsyn.pod pp_ctl.c 9285 !> pp_hot.c 9286____________________________________________________________________________ 9287[ 19340] By: jhi on 2003/04/26 04:22:24 9288 Log: Caught by Mark Lutz in UNICOS: A declaration cannot appear 9289 after an executable statement in a block. 9290 Branch: maint-5.8/perl 9291 ! pp_pack.c 9292____________________________________________________________________________ 9293[ 19338] By: jhi on 2003/04/25 20:22:09 9294 Log: Fix -Dnoextensions and -Donlyextensions. 9295 Branch: maint-5.8/perl 9296 ! Configure 9297____________________________________________________________________________ 9298[ 19335] By: jhi on 2003/04/25 19:50:33 9299 Log: Subject: [PATCH] Configure's extension sanity check is too strict 9300 From: Andy Dougherty <doughera@lafayette.edu> 9301 Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT) 9302 Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu> 9303 Branch: maint-5.8/perl 9304 ! Configure 9305____________________________________________________________________________ 9306[ 19333] By: jhi on 2003/04/25 16:14:13 9307 Log: Update Changes. 9308 Branch: maint-5.8/perl 9309 ! Changes patchlevel.h 9310____________________________________________________________________________ 9311[ 19332] By: jhi on 2003/04/25 15:35:49 9312 Log: Integrate: 9313 [ 19197] 9314 Continue hunting for the cause of the Tru64 failed threaded smokes 9315 most probably introduced by the change #19157. The tweak suggested 9316 by Stephen McCamant trades a possible dangling pointer (CopFILE() 9317 is tricky like that with threads) to a memory leak. (This means 9318 that this tweak shouldn't be left in as-is, but if this helps, 9319 we at least know that the failure was caused by the #19157.) 9320 9321 Firstly, because we nothing better has come up, and secondly 9322 because otherwise the subtest #18 of deparse.t is acting up 9323 in Tru64 (a sub B::NULL::as_string() { '' } appears). 9324 Branch: maint-5.8/perl 9325 !> op.c 9326____________________________________________________________________________ 9327[ 19331] By: jhi on 2003/04/25 14:51:16 9328 Log: Integrate: 9329 [ 19195] 9330 Upgrade to Test::Harness 2.27_04. 9331 9332 [ 19325] 9333 Upgrade to Encode 1.93. 9334 9335 [ 19326] 9336 Upgrade to Test::Harness 2.28. 9337 9338 [ 19327] 9339 Clarify(?) the perlio default layers table. 9340 9341 [ 19328] 9342 Subject: typo in Time::HiRes docs 9343 From: mjd@plover.com 9344 Date: 19 Apr 2003 15:13:44 -0000 9345 Message-ID: <20030419151344.28237.qmail@plover.com> 9346 9347 [ 19329] 9348 Upgrade to Time::HiRes 1.46. 9349 9350 [ 19330] 9351 Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round 9352 From: "Craig A. Berry" <craigberry@mac.com> 9353 Date: Thu, 24 Apr 2003 20:09:48 -0500 9354 Message-ID: <3EA88ADC.3000300@mac.com> 9355 Branch: maint-5.8/perl 9356 +> lib/Test/Harness/t/pod.t t/lib/sample-tests/switches 9357 !> (integrate 26 files) 9358____________________________________________________________________________ 9359[ 19324] By: jhi on 2003/04/24 17:07:28 9360 Log: Integrate: 9361 [ 19323] 9362 VMS patch for faststdio from Craig Berry. 9363 Branch: maint-5.8/perl 9364 !> configure.com 9365____________________________________________________________________________ 9366[ 19322] By: jhi on 2003/04/24 12:52:16 9367 Log: Regen perlmodlib and perltoc. 9368 Branch: maint-5.8/perl 9369 ! pod/perlmodlib.pod pod/perltoc.pod 9370____________________________________________________________________________ 9371[ 19321] By: jhi on 2003/04/24 05:10:36 9372 Log: Integrate: 9373 [ 19316] 9374 A new fatal error : 9375 Subject: [PATCH] Perl_croak("Use of freed value in iteration") 9376 From: Dave Mitchell <davem@fdgroup.com> 9377 Date: Mon, 21 Apr 2003 13:19:50 +0100 9378 Message-ID: <20030421121950.GB18189@fdgroup.com> 9379 Message-ID: <20030421125433.GC18189@fdgroup.com> 9380 9381 [ 19319] 9382 Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0) 9383 From: Chris Pepper (via RT) <perlbug-followup@perl.org> 9384 Date: 22 Apr 2003 04:31:17 -0000 9385 Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org> 9386 (with minor further corrections) 9387 9388 [ 19320] 9389 Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution. 9390 From: Casey West <casey@geeknest.com> 9391 Date: Wed, 23 Apr 2003 14:03:20 -0400 9392 Message-ID: <20030423180320.GZ15574@geeknest.com> 9393 9394 plus regen some docs. 9395 Branch: maint-5.8/perl 9396 ! pod/perldiag.pod pod/perlintern.pod pod/perlmod.pod 9397 ! pod/perlmodlib.PL pod/perlmodlib.pod 9398 !> pp_hot.c t/cmd/for.t 9399____________________________________________________________________________ 9400[ 19318] By: jhi on 2003/04/23 19:24:49 9401 Log: config.h fixing. 9402 Branch: maint-5.8/perl 9403 ! NetWare/config_H.wc plan9/config.plan9 plan9/config_h.sample 9404 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 9405 ! win32/config_H.vc64 wince/config_H.ce 9406____________________________________________________________________________ 9407[ 19317] By: jhi on 2003/04/23 19:12:05 9408 Log: Integrate: 9409 [ 19314] 9410 Introduce 'fast stdio' symbols to non-Configure lands. 9411 9412 plus edit the usefaststdio as defined plus regen vosish. 9413 Branch: maint-5.8/perl 9414 ! NetWare/config.wc NetWare/config_H.wc configure.com 9415 ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample 9416 ! plan9/config_sh.sample uconfig.h uconfig.sh vos/config.alpha.h 9417 ! vos/config.ga.h win32/config.bc win32/config.gc 9418 ! win32/config.vc win32/config.vc64 win32/config_H.bc 9419 ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64 9420 ! wince/config.ce wince/config_H.ce 9421____________________________________________________________________________ 9422[ 19315] By: jhi on 2003/04/23 19:03:10 9423 Log: Regen Configure, Glossary, et alia. 9424 Branch: maint-5.8/perl 9425 ! Configure Porting/Glossary Porting/config.sh Porting/config_H 9426 ! config_h.SH 9427____________________________________________________________________________ 9428[ 19311] By: jhi on 2003/04/23 08:35:52 9429 Log: Integrate: 9430 [ 19310] 9431 Handle the combination of dosish and non-faststdio. 9432 Branch: maint-5.8/perl 9433 !> t/io/layers.t 9434____________________________________________________________________________ 9435[ 19309] By: jhi on 2003/04/23 05:35:38 9436 Log: Integrate: 9437 [ 19304] 9438 Re-merge Encode 1.92. 9439 9440 [ 19305] 9441 Enache's turn. 9442 9443 [ 19306] 9444 z/OS: changes for building threaded from "Brian De Pradine" 9445 <PRADINE@uk.ibm.com>. 9446 9447 [ 19307] 9448 Subject: [PATCH] Doc pointers in perlbot. 9449 From: Casey West <casey@geeknest.com> 9450 Date: Tue, 22 Apr 2003 11:19:09 -0400 9451 Message-Id: <20030422151909.GC11119@geeknest.com> 9452 (Applied by hand.) 9453 9454 [ 19308] 9455 Subject: 5.8.0: two problems 9456 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 9457 Date: Tue, 22 Apr 2003 11:43:17 -0700 9458 Message-ID: <20030422184316.GA8602@math.berkeley.edu> 9459 Branch: maint-5.8/perl 9460 !> Makefile.SH XSUB.h ext/Encode/Makefile.PL 9461 !> ext/Encode/t/enc_module.t hints/os390.sh pod/perlbot.pod 9462 !> thread.h util.c 9463____________________________________________________________________________ 9464[ 19303] By: jhi on 2003/04/22 05:30:15 9465 Log: Integrate: 9466 [ 19299] 9467 Croak on non ref to shared methods instead of segfault. 9468 This can really only happen for &share("string"). 9469 9470 [ 19301] 9471 Fix bug 17964 by properly refcounting the gv top. 9472 Seems like the entries in rsfp are way different than 9473 normal PVIO objects. 9474 9475 [ 19302] 9476 Argh, cut-and-pasto. 9477 Branch: maint-5.8/perl 9478 !> ext/threads/shared/shared.xs perlio.c sv.c 9479____________________________________________________________________________ 9480[ 19298] By: jhi on 2003/04/21 16:26:33 9481 Log: Integrate: 9482 [ 19297] 9483 Add OpenZaurus cross-compilation patches. 9484 Branch: maint-5.8/perl 9485 +> Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config 9486 +> Cross/config.sh-arm-linux Cross/generate_config_sh 9487 +> Cross/installperl.patch Cross/warp 9488 !> Cross/README INSTALL MANIFEST 9489____________________________________________________________________________ 9490[ 19296] By: jhi on 2003/04/21 15:54:28 9491 Log: Update vosish headers. 9492 Branch: maint-5.8/perl 9493 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def 9494 ! vos/config.ga.h vos/config.pl 9495____________________________________________________________________________ 9496[ 19295] By: jhi on 2003/04/21 15:45:24 9497 Log: Integrate: 9498 [ 19286] 9499 Introduce two new Configure symbols: 9500 [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval && 9501 (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt) 9502 [2] usefaststdio = do we use fast stdio if we have it? 9503 For 5.[68], we do. For anything else, we don't. 9504 (At least, unless otherwise instructed by -Dusefaststdio.) 9505 This means that for bleadperl we no more use stdio, but instead 9506 default to perlio: the effect of PERLIO=perlio, in other words. 9507 (PERLIO=stdio will still switch to using stdio.) 9508 This change may endanger extensions using FILE*-- but if we are 9509 to migrate fully to perlio, better start swallowing the poison now. 9510 For maintperl, the usefaststdio still defaults to yes. 9511 9512 and regen Configure. 9513 Branch: maint-5.8/perl 9514 ! Configure config_h.SH 9515 !> perlio.c t/io/layers.t 9516____________________________________________________________________________ 9517[ 19294] By: jhi on 2003/04/21 15:36:02 9518 Log: Integrate: 9519 [ 19276] 9520 Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list 9521 From: Dave Mitchell <davem@fdgroup.com> 9522 Date: Sat, 19 Apr 2003 20:06:51 +0100 9523 Message-ID: <20030419190651.GD13333@fdgroup.com> 9524 9525 [ 19280] 9526 Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile. 9527 Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0 9528 From: Steve Hay <steve.hay@uk.radan.com> 9529 Date: Wed, 16 Apr 2003 11:12:22 +0100 9530 Message-ID: <3E9D2C86.8040104@uk.radan.com> 9531 9532 [ 19281] 9533 Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug 9534 From: Enache Adrian <enache@rdslink.ro> 9535 Date: Sat, 19 Apr 2003 20:12:18 +0300 9536 Message-ID: <20030419171218.GA974@ratsnest.hole> 9537 9538 [ 19282] 9539 Remove, in the main Makefile, the $(LDLIBPTH) variable from 9540 the commands that invoke $(CC). 9541 Subject: Re: Smoke failure 9542 From: Enache Adrian <enache@rdslink.ro> 9543 Date: Fri, 18 Apr 2003 19:06:07 +0300 9544 Message-ID: <20030418160606.GA797@ratsnest.hole> 9545 9546 [ 19283] 9547 Subject: [PATCH] goto &sub doesn't empty @_ 9548 From: Dave Mitchell <davem@fdgroup.com> 9549 Date: Sun, 20 Apr 2003 21:46:51 +0100 9550 Message-ID: <20030420204651.GE15591@fdgroup.com> 9551 9552 [ 19284] 9553 Upgrade to Test 1.24. 9554 9555 [ 19285] 9556 Upgrade to Locale::Maketext 1.05. 9557 Branch: maint-5.8/perl 9558 !> INSTALL Makefile.SH lib/Locale/Maketext.pm 9559 !> lib/Locale/Maketext/ChangeLog lib/Test.pm pp_ctl.c sv.c 9560 !> t/comp/parser.t toke.c win32/Makefile 9561____________________________________________________________________________ 9562[ 19293] By: jhi on 2003/04/21 15:28:59 9563 Log: Integrate: 9564 [ 19269] 9565 Bump the test count. 9566 Branch: maint-5.8/perl 9567 !> ext/Storable/t/tied.t 9568____________________________________________________________________________ 9569[ 19292] By: jhi on 2003/04/21 15:27:36 9570 Log: Integrate: 9571 [ 19263] 9572 Unused variables. 9573 9574 [ 19264] 9575 UTF8 regexp patch from Inaba Hiroto. 9576 9577 [ 19266] 9578 Subject: [PATCH] Re: any takers for this Storable bug? 9579 From: Enache Adrian <enache@rdslink.ro> 9580 Date: Wed, 16 Apr 2003 21:11:11 +0300 9581 Message-ID: <20030416181111.GA6687@ratsnest.hole> 9582 9583 ams had already fixed the bug by #19227, but take the 9584 test case. 9585 9586 [ 19268] 9587 Subject: [PATCH] allow recursive FETCHes 9588 From: Dave Mitchell <davem@fdgroup.com> 9589 Date: Mon, 7 Apr 2003 10:00:41 +0100 9590 Message-ID: <20030407100041.A1617@fdgroup.com> 9591 9592 [ 19275] 9593 Restore the two variables retired by the change #19268 9594 (for binary backward compatibility) 9595 Branch: maint-5.8/perl 9596 !> av.c dump.c embed.fnc embed.h embedvar.h 9597 !> ext/Storable/t/st-dump.pl ext/Storable/t/tied.t hv.c perl.c 9598 !> perlapi.h perlio.c proto.h regcomp.c sv.c sv.h t/op/pat.t 9599 !> t/op/tie.t thrdvar.h universal.c 9600____________________________________________________________________________ 9601[ 19291] By: jhi on 2003/04/21 15:20:58 9602 Log: Integrate: 9603 [ 19262] 9604 Another needle in the voodoo doll. 9605 Now I think it should work with the shared 9606 strings. 9607 9608 [ 19265] 9609 Don't use the stack to allocate a SV that we hand out to another 9610 function, only badness can ensure. 9611 Message-Id: <20030418180131.GD10086@fdgroup.com> 9612 Thanks go to Dave Mitchell for help in tracking down the bug! 9613 9614 [ 19289] 9615 Fixes bug #17043, resets PL_srand_called before the cloning. 9616 Allows people to override the resetting by using srand() in CLONE. 9617 Branch: maint-5.8/perl 9618 !> ext/threads/t/thread.t ext/threads/threads.xs sv.c 9619____________________________________________________________________________ 9620[ 19290] By: jhi on 2003/04/21 15:14:17 9621 Log: Integrate: 9622 [ 19196] 9623 Upgrade to Net::Ping 2.29. 9624 9625 [ 19270] 9626 Upgrade to Net::Ping 2.30. 9627 Branch: maint-5.8/perl 9628 +> lib/Net/Ping/t/510_ping_udp.t 9629 - lib/Net/Ping/README 9630 !> MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes 9631 !> lib/Net/Ping/t/450_service.t 9632____________________________________________________________________________ 9633[ 19261] By: jhi on 2003/04/17 18:59:54 9634 Log: Integrate the below, regen Configure. No regen Glossary, 9635 though, that is somehow broken with maint, must investigate more. 9636 Branch: maint-5.8/perl 9637 ! Configure config_h.SH 9638 !> INSTALL NetWare/config.wc NetWare/config_H.wc configure.com 9639 !> djgpp/configure.bat epoc/config.sh hints/solaris_2.sh 9640 !> numeric.c perl.h plan9/config.plan9 plan9/config_h.sample 9641 !> plan9/config_sh.sample pp.c win32/config.bc win32/config.gc 9642 !> win32/config.vc win32/config.vc64 win32/config_H.bc 9643 !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64 9644 !> wince/config.ce wince/config_H.ce 9645____________________________________________________________________________ 9646[ 19260] By: jhi on 2003/04/17 18:43:31 9647 Log: Integrate: 9648 [ 19204] 9649 Bump up the version and admonish against aspiring (ab)use. 9650 9651 [ 19205] 9652 Build get_layers() also under -Uuseperlio. 9653 9654 [ 19208] 9655 Skip as early as possible if no perlio since the 9656 use open would be compile-time. 9657 9658 [ 19209] 9659 PERLIO=perlio requires extra steps. 9660 9661 [ 19217] 9662 Don't skip the whole test for PERLIO=perlio. 9663 9664 [ 19223] 9665 Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO. 9666 9667 [ 19234] 9668 PerlIO::get_layers() usage tip. 9669 9670 [ 19235] 9671 Use the right prototype and a glob is fine (from Rafael). 9672 9673 [ 19237] 9674 What does an empty PERLIO= mean, anyway? 9675 9676 [ 19239] 9677 Try to get the layers.t working also for dosish platforms. 9678 9679 [ 19241] 9680 Handle PERLIO= and document a bit. 9681 9682 [ 19243] 9683 Detect the 'fast stdio' case. 9684 Branch: maint-5.8/perl 9685 !> lib/PerlIO.pm pod/perlrun.pod t/io/layers.t universal.c 9686____________________________________________________________________________ 9687[ 19259] By: jhi on 2003/04/17 18:41:23 9688 Log: Integrate: 9689 [ 19203] 9690 Introduce PerlIO::get_layers() to allow people to peek 9691 at the PerlIO layer stack. 9692 Branch: maint-5.8/perl 9693 +> t/io/layers.t 9694 !> MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t 9695 !> universal.c 9696____________________________________________________________________________ 9697[ 19258] By: jhi on 2003/04/17 18:38:58 9698 Log: Integrate: 9699 [ 19232] 9700 Redundant test. 9701 9702 [ 19233] 9703 Syntax terror. 9704 Branch: maint-5.8/perl 9705 !> lib/unicore/mktables 9706____________________________________________________________________________ 9707[ 19257] By: jhi on 2003/04/17 18:33:40 9708 Log: Integrate: 9709 [ 19231] 9710 Synchronize the specifications of the POSIX character 9711 classes alnum, graph, and print closer to the planned 9712 Unicode proposal. 9713 9714 [ 19244] 9715 More maneuvering closer to proposed POSIX classes 9716 mapping to Unicode: (1) The definitions of "graph" and 9717 "print" are still in flux: move closer back to how Perl 9718 5.8.0 defined it (though drop Co, that did not make sense) 9719 (2) Add U+0085 (NEL) to "space". 9720 Branch: maint-5.8/perl 9721 !> lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl 9722 !> lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl 9723 !> lib/unicore/mktables utf8.c 9724____________________________________________________________________________ 9725[ 19256] By: jhi on 2003/04/17 18:26:24 9726 Log: Integrate: 9727 [ 19194] 9728 Darwin/Rhapsody hints files updates by Wilfredo S�nchez 9729 9730 [ 19198] 9731 The lib/ipc_sysv.t test has a new name. 9732 9733 [ 19199] 9734 Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at 9735 ../../lib for the lc() at line 66 (UTF-8 data possible 9736 if using UTF-8 locales). 9737 9738 [ 19200] 9739 Fix bug #15893 by creating shared scalars with a refcount of 1 9740 instead of 2 and make push and pop increase the refcount. 9741 9742 [ 19201] 9743 Fix bug #16253, use all the CPU that we can :-) 9744 9745 [ 19202] 9746 Subject: [PATCH] vms/vms.c waitpid tweak 9747 From: "Craig A. Berry" <craigberry@mac.com> 9748 Date: Mon, 14 Apr 2003 00:43:00 -0500 9749 Message-ID: <3E9A4A64.6030205@mac.com> 9750 9751 [ 19206] 9752 More docs about running tests and the test suite. 9753 Update perlhack.pod in various places. 9754 Add 'test_harness' as a .PHONY dependency in the Makefile. 9755 9756 [ 19207] 9757 Document and test autovivified dirhandles. 9758 Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod 9759 From: Nathan Torkington (via RT) <perlbug-followup@perl.org> 9760 Date: 12 Apr 2003 12:40:45 -0000 9761 Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org> 9762 9763 [ 19210] 9764 Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757] 9765 From: Inaba Hiroto <inaba@st.rim.or.jp> 9766 Date: Fri, 21 Mar 2003 17:35:21 +0900 9767 Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp> 9768 Date: Sat, 22 Mar 2003 11:28:05 +0900 9769 Message-ID: <3E7BCA34.6824269F@st.rim.or.jp> 9770 9771 [ 19211] 9772 Mention that "make test_harness" lets messages sent through 9773 standard error out. Complements change #19206. 9774 9775 [ 19212] 9776 Fixes to bugs introduced by PL_stashcache 9777 A) Follow suggestion by Benjamin Goldberg to use hv_delete 9778 instead of hv_delete_ent to avoid creating a temporary SV 9779 B) Don't increment the refcount, sneak it into an IV instead 9780 C) When a GP is a deleted that contains a stash, remove the 9781 corresponding entry since hv might be in use in other places. 9782 D) Note that no test cases test the deletion of packages to catch 9783 this bug. 9784 9785 [ 19213] 9786 Ook, run tests on correct build-dir next time. 9787 We must check if the hv is a stash, otherwise we try to delete 9788 something that is a HvNAME of null..... tests pass better now 9789 9790 [ 19214] 9791 [perl #21845] "proto.h": 'id' is a reserved word in Objective-C. 9792 9793 [ 19215] 9794 Add a test for [perl #17753]. 9795 9796 [ 19226] 9797 Upgrade to Pod::LaTeX 0.55. 9798 9799 [ 19227] 9800 [#17040] Storable now handles self-tied scalars with NULL mg_obj. 9801 9802 [ 19236] 9803 Document the effect of thread creation context. 9804 9805 [ 19238] 9806 A -C parsed from the #! line can still have line endings in it. 9807 9808 [ 19240] 9809 Fix double join problem for those places where free 9810 actually means free (solaris for example :) 9811 Fixes bug #16681 9812 9813 [ 19245] 9814 Document that the open pragma does not affect 9815 the three-headed hydra, ummm, open. 9816 9817 [ 19247] 9818 Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings 9819 From: Enache Adrian <enache@rdslink.ro> 9820 Date: Thu, 17 Apr 2003 14:35:36 +0300 9821 Message-Id: <20030417113536.GA898@ratsnest.hole> 9822 9823 [ 19252] 9824 [#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "". 9825 Anything that's broken by this change should be fixed. 9826 9827 [ 19254] 9828 Extreme Voodoo programming, by not pinching the SV if it is a 9829 PADTMP it happily keeps it's value later on! 9830 Branch: maint-5.8/perl 9831 +> lib/Pod/t/pod2latex.t 9832 - lib/Pod/t/latex.t 9833 ! embedvar.h 9834 !> (integrate 32 files) 9835____________________________________________________________________________ 9836[ 19216] By: jhi on 2003/04/15 13:47:16 9837 Log: Revert #19031 now that #19210 fixed the bug (#17757). 9838 Branch: maint-5.8/perl 9839 ! regexec.c t/op/subst.t 9840____________________________________________________________________________ 9841[ 19193] By: jhi on 2003/04/12 18:46:31 9842 Log: Integrate: 9843 [ 19166] 9844 Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days? 9845 From: Robin Barker <Robin.Barker@npl.co.uk> 9846 Date: Tue, 8 Apr 2003 14:23:04 +0100 9847 Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk> 9848 9849 [ 19167] 9850 Typos fixes by Stas Bekman. 9851 9852 [ 19168] 9853 Document that perl recognizes 2>&1 on the command-line on VMS. 9854 9855 [ 19171] 9856 Implement support for --help and --version in Getopt::Std 9857 Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std 9858 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 9859 Date: Mon, 7 Apr 2003 17:07:15 -0700 9860 Message-ID: <20030408000714.GA953@math.berkeley.edu> 9861 9862 [ 19172] 9863 Try to be more descriptive than just __ANONIO__ which is what 9864 you get when you autovivify filehandles into array/hash elements. 9865 9866 [ 19173] 9867 open(my $fh, ">&", STDOUT) should not warn under strict. 9868 9869 [ 19174] 9870 Even more promotion for -lc128 (long doubles on AIX) 9871 More obvious detection of C compiler 9872 cc_type should not promote to config.sh 9873 9874 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 9875 Date: Wed, 09 Apr 2003 14:31:48 +0200 9876 Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl> 9877 9878 [ 19175] 9879 In case someone is using UTF-8 locales. 9880 9881 [ 19176] 9882 Also locale names can contain illegal UTF-8. 9883 9884 [ 19177] 9885 perlport information about portably embedding string data. 9886 9887 [ 19179] 9888 I assume the idea was to use the *cwd variables for testing. 9889 9890 [ 19180] 9891 With AFS the cwds have little chance of agreeing. 9892 9893 [ 19181] 9894 Unless Inuits are involved... 9895 9896 [ 19183] 9897 The test doesn't work that well when -Uusedl. 9898 Some of the tests could be salvaged even then I guess. 9899 9900 [ 19184] 9901 Add an option for the grok_xxx() to silently ignore bad digits. 9902 9903 [ 19185] 9904 Noted by Nat: -0 didn't work that well with Unicode. 9905 9906 [ 19186] 9907 Be more descriptive. 9908 9909 [ 19188] 9910 PerlFAQ sync. 9911 9912 [ 19189] 9913 Peter Scott suggests that the docs for base.pm should 9914 state explicitely that base.pm doesn't call import() 9915 on base classes. Plus a few typos. 9916 9917 [ 19190] 9918 Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03 9919 From: Michael G Schwern <schwern@pobox.com> 9920 Date: Fri, 11 Apr 2003 00:32:02 -0700 9921 Message-ID: <20030411073202.GC5916@windhund.schwern.org> 9922 9923 [ 19191] 9924 Benchmark nit from Nicholas Clark (in OpenBSD the result could 9925 be a negative zero, -0). 9926 Branch: maint-5.8/perl 9927 !> (integrate 38 files) 9928____________________________________________________________________________ 9929[ 19178] By: jhi on 2003/04/10 04:59:18 9930 Log: Integrate: 9931 [ 18601] 9932 More of the #18600. 9933 Branch: maint-5.8/perl 9934 !> pad.c 9935____________________________________________________________________________ 9936[ 19165] By: jhi on 2003/04/08 17:43:04 9937 Log: Integrate: 9938 [ 19162] 9939 Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02 9940 From: Michael G Schwern <schwern@pobox.com> 9941 Date: Mon, 7 Apr 2003 02:09:17 -0700 9942 Message-ID: <20030407090917.GA9221@windhund.schwern.org> 9943 9944 [ 19163] 9945 The SvGROW() might move the PV. 9946 9947 [ 19164] 9948 Few more words about safe/unsafe signals. 9949 Branch: maint-5.8/perl 9950 +> lib/ExtUtils/t/MM_Any.t 9951 !> (integrate 33 files) 9952____________________________________________________________________________ 9953[ 19161] By: jhi on 2003/04/07 04:20:20 9954 Log: Integrate: 9955 [ 19126] 9956 Fix bug #21742. require should be always invoked in 9957 scalar context. This wasn't the case when called from 9958 an eval(""), because the void context doesn't propagate 9959 through the leaveeval op. Instead of making scalarvoid() 9960 handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement 9961 a workaround in doeval(). 9962 9963 [ 19127] 9964 Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::" 9965 From: Enache Adrian <enache@rdslink.ro> 9966 Date: Sat, 29 Mar 2003 19:45:41 +0200 9967 Message-ID: <20030329174541.GA8138@ratsnest.hole> 9968 9969 [ 19128] 9970 Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts 9971 From: Steve Hay <steve.hay@uk.radan.com> 9972 Date: Thu, 20 Mar 2003 12:34:15 +0000 9973 Message-ID: <3E79B547.6030201@uk.radan.com> 9974 (with a few minor tweaks) 9975 9976 [ 19129] 9977 MM_VMS tweak from Craig Berry: 9978 http://nntp.x.perl.org/group/perl.makemaker/1002 9979 9980 [ 19130] 9981 Cannot portably compare files if one of them is still open 9982 (from Craig Berry). 9983 9984 [ 19131] 9985 Spread IlyaZ's PERL_CORE detection trick. 9986 9987 [ 19132] 9988 #19122 should have been tested on non-glibc system (like AIX) 9989 9990 [ 19133] 9991 Add packname->stash cache before the check if a packname is a 9992 filehandle or a package, it works because only packnames 9993 that have been resolved to stashes are added to the cache, 9994 and when a newIO is created we clean the cache. 9995 Results in roughly 1.8 speed increase for class->method() 9996 calls. 9997 9998 [ 19134] 9999 Fix some small nits, thanks to Rafael. 10000 10001 [ 19135] 10002 Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n 10003 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 10004 Date: Tue, 01 Apr 2003 16:32:46 -0800 10005 Message-ID: <u+ii+gzkgqkV092yn@efn.org> 10006 10007 [ 19136] 10008 Fixes for "installhtml --splithead", based on : 10009 Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts 10010 From: Steve Hay <steve.hay@uk.radan.com> 10011 Date: Wed, 02 Apr 2003 11:33:41 +0100 10012 Message-ID: <3E8ABC85.5060807@uk.radan.com> 10013 10014 This also includes a small patch to Pod::Html : when generating 10015 anchor names, play on the safe side and turn every non-alphanumeric 10016 character into an '_'. Moreover, Pod::Html::anchorify() is now 10017 optionally exported. 10018 10019 [ 19137] 10020 Adjust test for the recent change (#19136) to Pod::Html 10021 10022 [ 19138] 10023 Make at least the thread count make sense. 10024 10025 [ 19139] 10026 Make perldiag agree with #19138. 10027 10028 [ 19140] 10029 Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc 10030 From: Steve Hay <steve.hay@uk.radan.com> 10031 Date: Thu, 20 Mar 2003 11:55:01 +0000 10032 Message-ID: <3E79AC15.80307@uk.radan.com> 10033 10034 [ 19141] 10035 Don't recurse from threads to threads/shared (since 10036 threads/shared is built separately, temp solution from 10037 Schwern while MM is being fixed.) 10038 10039 [ 19142] 10040 Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc 10041 From: andreas.koenig@anima.de (Andreas J. Koenig) 10042 Date: Thu, 03 Apr 2003 08:28:52 +0200 10043 Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de> 10044 10045 [ 19143] 10046 Subject: [PATCH] VMS %ENV fix (follow-up to 18852) 10047 From: "Craig A. Berry" <craigberry@mac.com> 10048 Date: Wed, 02 Apr 2003 18:09:03 -0600 10049 Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1> 10050 10051 [ 19144] 10052 Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24, 10053 by SADAHIRO Tomoyuki. 10054 10055 [ 19145] 10056 The manpages don't have to be built by MakeMaker for the 10057 core modules in ext/. Disable this in Devel::PPPort (not 10058 up-to-date on CPAN), Unicode::Normalize (the CPAN version 10059 uses a different Makefile.PL anyway) and XS::APItest 10060 (not CPANized.) 10061 10062 [ 19146] 10063 Heredocs and use encoding didn't work for SJIS; 10064 patch from Inaba Hiroto. 10065 10066 [ 19147] 10067 Subject: [PATCH 5.8.1 @19053] Embedding 10068 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 10069 Date: Mon, 31 Mar 2003 12:39:24 -0800 10070 Message-ID: <20030331203924.GA3602@math.berkeley.edu> 10071 10072 Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM 10073 to be used in a C program's main function. 10074 10075 [ 19148] 10076 [perl #21839] perluniintro.pod: nice_string() doesn't escape 10077 literal escape chars -- use Sadahiro-san's fix(es). 10078 10079 [ 19149] 10080 Upgrade to Locale::Maketext 1.04. 10081 10082 [ 19150] 10083 Subject: LD_PRELOAD hack, still badly flawed / a solution 10084 From: Enache Adrian <enache@rdslink.ro> 10085 Date: Thu, 3 Apr 2003 15:50:48 +0300 10086 Message-ID: <20030403125048.GA6107@ratsnest.hole> 10087 10088 On linux, when building a shared library, generate 10089 a small shell wrapper, "preload", that preloads libperl.so 10090 only if it exists. Useful when the 'make' process stops 10091 before the link phase. 10092 10093 [ 19151] 10094 Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0) 10095 From: Joost van Baal <J.E.vanBaal@uvt.nl> 10096 Date: Mon, 25 Nov 2002 17:35:37 +0100 10097 Message-ID: <20021125163537.GC4745@banach.uvt.nl> 10098 10099 (The .pm patch modified a bit, and removed the false 10100 claim that _PATH_INFO would be coming from syslog.ph) 10101 10102 [ 19152] 10103 Remove unportable ">|" shell syntax 10104 Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution 10105 From: Enache Adrian <enache@rdslink.ro> 10106 Date: Sun, 6 Apr 2003 21:13:27 +0300 10107 Message-ID: <20030406181326.GA873@ratsnest.hole> 10108 10109 [ 19153] 10110 Subject: [DOC PATCH] README.solaris and -Dcc=gcc 10111 From: Robert Spier <rspier@pobox.com> 10112 Date: Sat, 05 Apr 2003 21:12:20 -0800 10113 Message-ID: <m37ka88b0r.wl_rspier@pobox.com> 10114 10115 [ 19154] 10116 An unconditional carp is not nice. 10117 10118 [ 19156] 10119 Subject: [PATCH] B::Deparse: sv_no != 0 10120 From: Stephen McCamant <smcc@mit.edu> 10121 Date: Sun, 6 Apr 2003 17:00:48 -0400 10122 Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU> 10123 10124 [ 19157] 10125 Subject: CvFILE for constant subs 10126 From: Stephen McCamant <smcc@mit.edu> 10127 Date: Sun, 6 Apr 2003 16:39:13 -0400 10128 Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU> 10129 10130 [ 19158] 10131 More WinCE tweaking for Vadim Konovalov. 10132 10133 [ 19159] 10134 Future binary compat wishful thinking: 10135 maint will use the stashcache, but not the dbassertion. 10136 10137 [ 19160] 10138 Time::HiRes: Do not create files in blib directories under core 10139 (from Rafael) 10140 Branch: maint-5.8/perl 10141 +> lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t 10142 +> lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t 10143 - lib/Locale/Maketext/test.pl 10144 !> (integrate 63 files) 10145____________________________________________________________________________ 10146[ 19155] By: jhi on 2003/04/06 19:56:30 10147 Log: Integrate: 10148 [ 18900] 10149 Integrate (by hand) change #18386 from maint-5.8 10150 Branch: maint-5.8/perl 10151 !> t/op/split.t 10152____________________________________________________________________________ 10153[ 19125] By: jhi on 2003/04/01 17:08:47 10154 Log: Integrate: 10155 [ 19124] 10156 Subject: [patch] fix HiRes.t failures on Stratus VOS 10157 From: "Green, Paul" <Paul.Green@stratus.com> 10158 Date: Tue, 1 Apr 2003 12:37:38 -0500 10159 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com> 10160 Branch: maint-5.8/perl 10161 !> hints/vos.sh 10162____________________________________________________________________________ 10163[ 19123] By: jhi on 2003/04/01 16:38:55 10164 Log: Integrate: 10165 [ 19113] 10166 Implemented AIX longdouble support in hints/aix.sh, which now 10167 actually work. Thanks to John L. Allen for the hint. 10168 10169 Subject: Re: AIX longdoubles 10170 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 10171 Date: Tue, 01 Apr 2003 17:18:57 +0200 10172 Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl> 10173 10174 [ 19114] 10175 Subject: [PATCH] Text::Abbrev warnings safe 10176 From: Peter Scott <Peter@PSDT.com> 10177 Date: Fri, 28 Mar 2003 16:34:47 -0800 10178 Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com> 10179 10180 [ 19115] 10181 Subject: [PATCH] overdue perlhack.pod corrections for RT 10182 From: Richard.Foley@ubsw.com 10183 Date: Mon, 31 Mar 2003 16:27:14 +0200 10184 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net> 10185 10186 [ 19116] 10187 Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes 10188 From: Michael G Schwern <schwern@pobox.com> 10189 Date: Mon, 31 Mar 2003 15:16:57 -0800 10190 Message-ID: <20030331231657.GJ17529@windhund.schwern.org> 10191 10192 [ 19117] 10193 Subject: Re: 5.8.1@19053 bug: make minitest fails with threads 10194 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 10195 Date: Tue, 1 Apr 2003 11:02:35 +0200 10196 Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr> 10197 10198 [ 19118] 10199 Document the _exit() issue with threads in Linux [perl #17057]. 10200 Branch: maint-5.8/perl 10201 !> ext/POSIX/POSIX.pod ext/SDBM_File/sdbm/Makefile.PL 10202 !> hints/aix.sh lib/Text/Abbrev.pm lib/Text/Abbrev.t 10203 !> pod/perlhack.pod t/op/getpid.t 10204____________________________________________________________________________ 10205[ 19119] By: jhi on 2003/04/01 16:21:37 10206 Log: Address "5.8.1@19053: crypt_r() takes 128K per thread". 10207 Branch: maint-5.8/perl 10208 ! pp.c reentr.c reentr.h reentr.pl 10209____________________________________________________________________________ 10210[ 19111] By: jhi on 2003/04/01 07:17:01 10211 Log: A cleaner way to detect PERL_CORE, from IlyaZ. 10212 Branch: maint-5.8/perl 10213 ! ext/Time/HiRes/Makefile.PL 10214____________________________________________________________________________ 10215[ 19110] By: jhi on 2003/04/01 05:33:03 10216 Log: Integrate: 10217 [ 19042] 10218 Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.) 10219 From: "Craig A. Berry" <craigberry@mac.com> 10220 Date: Thu, 20 Mar 2003 23:03:36 -0600 10221 Message-ID: <3E7A9D28.1040706@mac.com> 10222 Branch: maint-5.8/perl 10223 !> configure.com vms/vms.c vms/vmsish.h 10224____________________________________________________________________________ 10225[ 19109] By: jhi on 2003/04/01 05:25:39 10226 Log: Subject: [PATCH 5.8.1 @19053] Time::HiRes 10227 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 10228 Date: Mon, 31 Mar 2003 12:53:01 -0800 10229 Message-ID: <20030331205301.GA3687@math.berkeley.edu> 10230 Branch: maint-5.8/perl 10231 ! ext/Time/HiRes/HiRes.t 10232____________________________________________________________________________ 10233[ 19107] By: jhi on 2003/04/01 05:23:03 10234 Log: Regen Configure. 10235 Branch: maint-5.8/perl 10236 ! Configure 10237____________________________________________________________________________ 10238[ 19106] By: jhi on 2003/04/01 05:11:53 10239 Log: Subject: [PATCH 5.8.1 @19053] OS/2-related patches 10240 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 10241 Date: Mon, 31 Mar 2003 12:43:37 -0800 10242 Message-ID: <20030331204337.GA3634@math.berkeley.edu> 10243 Branch: maint-5.8/perl 10244 ! Configure Makefile.SH embed.fnc embed.h embed.pl embedvar.h 10245 ! ext/threads/threads.xs intrpvar.h makedef.pl os2/Makefile.SHs 10246 ! os2/OS2/ExtAttr/Changes os2/OS2/ExtAttr/ExtAttr.pm 10247 ! os2/OS2/PrfDB/Changes os2/OS2/PrfDB/PrfDB.pm 10248 ! os2/OS2/REXX/DLL/DLL.pm os2/OS2/REXX/REXX.pm os2/dl_os2.c 10249 ! os2/os2.c os2/os2ish.h os2/os2thread.h perlapi.h perlio.c 10250 ! perlvars.h reentr.c reentr.h reentr.pl sv.c 10251____________________________________________________________________________ 10252[ 19105] By: jhi on 2003/03/31 10:54:05 10253 Log: Integrate: 10254 [ 19104] 10255 Tabify; strictly speaking unnecessary but anyway... 10256 Branch: maint-5.8/perl 10257 !> MANIFEST 10258____________________________________________________________________________ 10259[ 19103] By: jhi on 2003/03/31 10:41:09 10260 Log: Integrate: 10261 [ 19094] 10262 Upgrade to Time::HiRes 1.44. 10263 10264 [ 19095] 10265 Dave Mitchell noticed that one patch entry was missing 10266 from the Changes. 10267 10268 [ 19096] 10269 switch_A.t is not in maint (noticed by AndreasK). 10270 10271 [ 19097] 10272 Some low-hanging fruit for EBCDIC portability 10273 (or for marking as EBCDIC todos) 10274 10275 [ 19098] 10276 Subject: [PATCH dump.c] stray n_a 10277 From: Michael G Schwern <schwern@pobox.com> 10278 Date: Mon, 31 Mar 2003 00:55:49 -0800 10279 Message-ID: <20030331085549.GB1300@windhund.schwern.org> 10280 10281 [ 19099] 10282 Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish 10283 From: Michael G Schwern <schwern@pobox.com> 10284 Date: Mon, 31 Mar 2003 02:42:58 -0800 10285 Message-ID: <20030331104257.GB15327@windhund.schwern.org> 10286 10287 [ 19100] 10288 Upgrade to Encode 1.92. 10289 10290 [ 19101] 10291 Upgrade to podlators 1.26. 10292 10293 [ 19102] 10294 Upgrade to Test::Harness 2.27_02. 10295 Branch: maint-5.8/perl 10296 +> lib/ExtUtils/MakeMaker/FAQ.pod 10297 +> lib/ExtUtils/MakeMaker/Tutorial.pod 10298 +> lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES 10299 +> lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO 10300 +> lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t 10301 +> lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t 10302 +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t 10303 +> t/lib/TieIn.pm t/lib/sample-tests/no_output 10304 +> t/lib/sample-tests/segfault t/lib/sample-tests/too_many 10305 !> (integrate 64 files) 10306____________________________________________________________________________ 10307[ 19096] By: jhi on 2003/03/30 19:43:07 10308 Log: switch_A.t is not in maint (noticed by AndreasK). 10309 Branch: maint-5.8/perl 10310 ! MANIFEST 10311____________________________________________________________________________ 10312[ 19095] By: jhi on 2003/03/30 18:58:49 10313 Log: Dave Mitchell noticed that one patch entry was missing 10314 from the Changes. 10315 Branch: maint-5.8/perl 10316 ! Changes 10317____________________________________________________________________________ 10318[ 19093] By: jhi on 2003/03/30 15:16:16 10319 Log: Integrate: 10320 [ 19074] 10321 Missing final \n. 10322 10323 [ 19076] 10324 Craig Berry: remove extra (. 10325 10326 [ 19077] 10327 Feeding illegal QP (like \x80) to this 10328 ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print' 10329 caused a coredump in av_length() <- nextargv() because 10330 the av was NULL. I don't know that returning Nullfp is 10331 the best thing to do, but it dodges the segfault and 10332 introduces no test failures. 10333 10334 [ 19078] 10335 It seems that in Tru64 V5 gcc cannot be used to 10336 compile a threaded Perl because <pthread.h> explicitly 10337 checks for supported compilers (gcc not being one of them). 10338 This is not so bad since the system C compiler is always there. 10339 10340 [ 19079] 10341 Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount 10342 From: Nicholas Clark <nick@unfortu.net> 10343 Date: Thu, 27 Mar 2003 22:37:35 +0000 10344 Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net> 10345 10346 [ 19080] 10347 Minor rephrasing in perlopentut, 10348 noticed by Bob Wilkinson (RT [perl #21725]) 10349 10350 [ 19081] 10351 Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu) 10352 From: Nicholas Clark <nick@unfortu.net> 10353 Date: Sat, 29 Mar 2003 18:58:09 +0000 10354 Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net> 10355 10356 [ 19082] 10357 IRIX 5.3 can have PF_LINK defined to be AF_LINK but 10358 not defined AF_LINK. 10359 10360 [ 19084] 10361 gethostbyname('localhost') is not that portable. 10362 inet_aton('localhost') in IRIX 5.3 returned an undef, 10363 which in turn made pack_sockaddr_in to barf on zero 10364 length in_addr. 10365 10366 [ 19085] 10367 In IRIX 5.3 being too POSIXly hides the struct timespec. 10368 10369 [ 19086] 10370 In IRIX 5.3 the cc is awfully confused about the prototype 10371 of select(). 10372 10373 [ 19087] 10374 In IRIX 5.3 turn off some of the warnings that cannot 10375 really be helped (e.g. warnings coming from system headers, 10376 or linker warnings during Configure). 10377 10378 [ 19088] 10379 Another victim of IRIX 5.3's inability to resolve 'localhost' 10380 as the test expects. 10381 10382 [ 19089] 10383 Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST) 10384 10385 [ 19090] 10386 Ending strings is customary (typo from #19084). 10387 10388 [ 19091] 10389 Not all compilers like #ifdefs within cpp macros 10390 (follow-up on #19086) 10391 10392 [ 19092] 10393 IRIX 5.3 update. 10394 Branch: maint-5.8/perl 10395 +> ext/Time/HiRes/hints/irix.pl 10396 !> MANIFEST README.irix README.tru64 doio.c dump.c 10397 !> ext/Socket/Socket.t ext/Socket/Socket.xs hints/dec_osf.sh 10398 !> hints/irix_5.sh lib/Attribute/Handlers/Changes 10399 !> lib/Net/hostent.t pod/perlapi.pod pod/perlfunc.pod 10400 !> pod/perlopentut.pod pod/perlport.pod pp_sys.c sv.h 10401____________________________________________________________________________ 10402[ 19076] By: jhi on 2003/03/27 18:49:53 10403 Log: Craig Berry: remove extra (. 10404 Branch: maint-5.8/perl 10405 ! vms/vms.c 10406____________________________________________________________________________ 10407[ 19075] By: jhi on 2003/03/27 18:47:50 10408 Log: Have to get this thing started. 10409 Branch: maint-5.8/perl 10410 ! pod/perldelta.pod 10411____________________________________________________________________________ 10412[ 19073] By: jhi on 2003/03/27 04:25:46 10413 Log: Integrate: 10414 [ 19062] 10415 Subject: [PATCH README.qnx] for QNX 6.2 10416 From: Norton Allen <allen@huarp.harvard.edu> 10417 Date: Tue, 25 Mar 2003 12:09:42 -0500 (est) 10418 Message-Id: <200303251709.MAA11391@bottesini.harvard.edu> 10419 10420 [ 19063] 10421 Subject: [perl #21648] Doc typo in Net::servent 10422 From: Andy Lester (via RT) <perlbug-followup@perl.org> 10423 Date: 22 Mar 2003 05:02:31 -0000 10424 Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org> 10425 10426 [ 19064] 10427 Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. 10428 From: Dave Mitchell <davem@fdgroup.com> 10429 Date: Thu, 20 Mar 2003 01:26:19 +0000 10430 Message-ID: <20030320012619.C19869@fdgroup.com> 10431 10432 Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. 10433 From: Dave Mitchell <davem@fdgroup.com> 10434 Date: Mon, 24 Mar 2003 16:06:51 +0000 10435 Message-ID: <20030324160651.D1798@fdgroup.com> 10436 10437 [ 19065] 10438 Add a file utils/cpan.PL to generate the "cpan" utility, 10439 also separately maintained on CPAN, and now moved as 10440 lib/CPAN/bin/cpan. Tweak installperl to avoid installing 10441 this last file. 10442 10443 [ 19066] 10444 Upgrade to Term::ANSIColor 1.07. 10445 10446 [ 19067] 10447 VMS counterpart of change #19065 10448 10449 [ 19068] 10450 Win32 counterpart of change #19065 10451 10452 [ 19070] 10453 Subject: [patch] for Stratus VOS 10454 From: "Green, Paul" <Paul.Green@stratus.com> 10455 Date: Wed, 26 Mar 2003 17:24:38 -0500 10456 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com> 10457 (plus a small tweak to the test script) 10458 10459 [ 19072] 10460 Subject: [perl #21672] IO::New and undefined filename behaviour 10461 From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org> 10462 Date: 24 Mar 2003 16:29:08 -0000 10463 Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org> 10464 plus a regression test 10465 Branch: maint-5.8/perl 10466 +> lib/CPAN/bin/cpan utils/cpan.PL 10467 - utils/cpan 10468 !> MANIFEST README.qnx README.vos ext/IO/lib/IO/File.pm 10469 !> installperl lib/FileHandle.t lib/Net/servent.pm 10470 !> lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog 10471 !> lib/Term/ANSIColor/README pp_ctl.c pp_hot.c scope.c 10472 !> t/op/args.t t/op/pack.t utils/Makefile 10473 !> vms/descrip_mms.template win32/Makefile win32/makefile.mk 10474____________________________________________________________________________ 10475[ 19061] By: jhi on 2003/03/26 19:23:37 10476 Log: Integrate: 10477 [ 19055] 10478 Subject: no more 'make install && make test' with shared libperl.so on Linux 10479 From: Enache Adrian <enache@rdslink.ro> 10480 Date: Sat, 22 Mar 2003 22:49:49 +0200 10481 Message-ID: <20030322204949.GB794@ratsnest.hole> 10482 10483 This is a slightly more defensive patch than Chip's patch that 10484 fell through the cracks, but does the same 10485 Subject: Shared libperl.so and build issues 10486 From: Chip Turner <cturner@redhat.com> 10487 Date: Tue 31 Dec 2002 17:21 10488 10489 [ 19056] 10490 Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu) 10491 From: Enache Adrian <enache@rdslink.ro> 10492 Date: Mon, 24 Mar 2003 23:56:25 +0200 10493 Message-ID: <20030324215625.GB853@ratsnest.hole> 10494 10495 [ 19057] 10496 Typo, spotted by Doru Petrescu 10497 Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro> 10498 10499 [ 19058] 10500 Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl 10501 From: Michael G Schwern <schwern@pobox.com> 10502 Date: Mon, 24 Mar 2003 00:50:39 -0800 10503 Message-ID: <20030324085039.GA19981@windhund.schwern.org> 10504 10505 [ 19059] 10506 Change 19056 wasn't good enough. 10507 ldlibpth should be changed later, to avoid spaces to be quoted. 10508 10509 [ 19060] 10510 Subject: [PATCH] lib/vmsish.t GMT bug fix 10511 From: "Craig A. Berry" <craigberry@mac.com> 10512 Date: Tue, 25 Mar 2003 22:52:58 -0600 10513 Message-ID: <3E81322A.3040508@mac.com> 10514 Branch: maint-5.8/perl 10515 !> Makefile.SH ext/Data/Dumper/Dumper.pm lib/vmsish.t 10516 !> pod/perlhist.pod 10517____________________________________________________________________________ 10518[ 19053] By: jhi on 2003/03/24 04:44:50 10519 Log: Integrate: 10520 [ 19051] 10521 WinCE update from Vadim Konovalov. 10522 10523 [ 19052] 10524 For change #19051: a new .bat to CRLF. 10525 Branch: maint-5.8/perl 10526 +> wince/compile-all.bat wince/makedist.pl 10527 - wince/include/sys/stat.h wince/xbuildall.ksh 10528 - wince/xdistclean.ksh wince/xmakediffs.ksh 10529 !> MANIFEST Porting/makerel README.ce dosish.h wince/Makefile.ce 10530 !> wince/compile.bat wince/config.ce 10531____________________________________________________________________________ 10532[ 19049] By: jhi on 2003/03/24 04:10:00 10533 Log: Subject: [PATCH maintperl] vms.c threads tweak 10534 From: "Craig A. Berry" <craigberry@mac.com> 10535 Date: Sun, 23 Mar 2003 14:57:56 -0600 10536 Message-ID: <3E7E1FD4.3000704@mac.com> 10537 Branch: maint-5.8/perl 10538 ! vms/vms.c 10539____________________________________________________________________________ 10540[ 19048] By: jhi on 2003/03/23 17:56:22 10541 Log: Integrate: 10542 [ 19043] 10543 Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers 10544 From: Martien Verbruggen <mgjv@tradingpost.com.au> 10545 Date: Sat, 15 Mar 2003 12:31:47 +1100 10546 Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home> 10547 10548 [ 19044] 10549 Subject: [PATCH] p4genpatch 10550 From: andreas.koenig@anima.de (Andreas J. Koenig) 10551 Date: Sat, 15 Mar 2003 12:04:18 +0100 10552 Message-ID: <m3hea4gabx.fsf@k242.linux.bogus> 10553 Branch: maint-5.8/perl 10554 !> Porting/p4genpatch pod/perlsub.pod pod/perlsyn.pod 10555____________________________________________________________________________ 10556[ 19045] By: jhi on 2003/03/22 09:32:52 10557 Log: If no IVSIZE == 8, no need for modulo_1. 10558 Branch: maint-5.8/perl 10559 ! pp.c 10560____________________________________________________________________________ 10561[ 19041] By: jhi on 2003/03/21 05:24:28 10562 Log: Update Changes. 10563 Branch: maint-5.8/perl 10564 ! Changes patchlevel.h 10565____________________________________________________________________________ 10566[ 19040] By: jhi on 2003/03/21 05:00:59 10567 Log: Integrate: 10568 [ 19021] 10569 The description of SIG_SIZE was off. 10570 10571 [ 19037] 10572 Subject: [DOC-PATCH] for README.cygwin, bleadperl version 10573 From: "Gerrit P. Haase" <gp@familiehaase.de> 10574 Date: Thu, 20 Mar 2003 21:23:28 +0100 10575 Message-ID: <941032389637.20030320212328@familiehaase.de> 10576 10577 [ 19038] 10578 Subject: Re: Bytecode? Back into service. 10579 From: Enache Adrian <enache@rdslink.ro> 10580 Date: Thu, 20 Mar 2003 07:38:39 +0200 10581 Message-ID: <20030320053839.GA4044@ratsnest.hole> 10582 10583 [ 19039] 10584 Subject: Re: [patch] [perl #21628] rcatline issue 10585 From: Enache Adrian <enache@rdslink.ro> 10586 Date: Thu, 20 Mar 2003 22:39:06 +0200 10587 Message-ID: <20030320203906.GA31199@ratsnest.hole> 10588 Branch: maint-5.8/perl 10589 !> Configure MANIFEST NetWare/config_H.wc Porting/Glossary 10590 !> Porting/config.sh Porting/config_H README.cygwin bytecode.pl 10591 !> config_h.SH ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c 10592 !> ext/ByteLoader/byterun.h op.c plan9/config.plan9 10593 !> plan9/config_h.sample pp_hot.c t/op/readline.t 10594 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc 10595 !> win32/config_H.vc64 wince/config_H.ce 10596____________________________________________________________________________ 10597[ 19035] By: jhi on 2003/03/20 05:22:27 10598 Log: Integrate: 10599 [ 19033] 10600 file test operators weren't doing the right thing if the SV 10601 passed to them wasn't NUL-terminated 10602 10603 [ 19034] 10604 ensure SVs returned by Win32::Get{Short,Full}PathName() are 10605 NUL-terminated 10606 Branch: maint-5.8/perl 10607 !> doio.c win32/win32.c 10608____________________________________________________________________________ 10609[ 19032] By: gsar on 2003/03/19 23:22:56 10610 Log: regenerate win32/config_H.* 10611 Branch: maint-5.8/perl 10612 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 10613 ! win32/config_H.vc64 10614____________________________________________________________________________ 10615[ 19031] By: jhi on 2003/03/19 19:56:15 10616 Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757] 10617 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 10618 Date: Wed, 19 Mar 2003 11:32:25 +0100 10619 Message-Id: <20030319113225.3aadf2fc.rgarciasuarez@free.fr> 10620 10621 Retract #18533 for now. 10622 Branch: maint-5.8/perl 10623 ! regexec.c t/op/subst.t 10624____________________________________________________________________________ 10625[ 19030] By: jhi on 2003/03/19 15:57:49 10626 Log: Integrate: 10627 [ 19020] 10628 Minor updates of Wolfgang's pack patch 10629 10630 Subject: Re: pack changes and related fixes 10631 From: Philip Newton <Philip.Newton@gmx.net> 10632 Date: Tue, 18 Mar 2003 06:19:30 +0100 10633 Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com> 10634 10635 [ 19023] 10636 Subject: [PATCH] poll() help for VMS 10637 From: "Craig A. Berry" <craigberry@mac.com> 10638 Date: Tue, 18 Mar 2003 01:10:10 -0600 10639 Message-ID: <3E76C652.30205@mac.com> 10640 10641 [ 19024] 10642 Subject: [PATCH] VMS pod install tweaks 10643 From: "Craig A. Berry" <craigberry@mac.com> 10644 Date: Sat, 15 Mar 2003 16:06:07 -0600 10645 Message-ID: <3E73A3CF.3060502@mac.com> 10646 10647 [ 19025] 10648 Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump 10649 From: Dave Mitchell <davem@fdgroup.com> 10650 Date: Tue, 18 Mar 2003 21:55:05 +0000 10651 Message-ID: <20030318215505.A16787@fdgroup.com> 10652 10653 [ 19026] 10654 Update the DB_File instructions in Tru64. 10655 10656 [ 19028] 10657 Better wording as requested by Rafael, and 10658 the module is BerkeleyDB, not BerkeleyFile. 10659 Branch: maint-5.8/perl 10660 !> README.tru64 configure.com embed.fnc ext/IO/poll.h 10661 !> pod/perldiag.pod pp_ctl.c t/op/goto.t vms/descrip_mms.template 10662____________________________________________________________________________ 10663[ 19029] By: jhi on 2003/03/19 15:42:44 10664 Log: Integrate: 10665 [ 19014] 10666 clarify behaviour of $a++ 10667 10668 [ 19015] 10669 add comment at undef postinc special case 10670 10671 [ 19016] 10672 add tests for existing behaviour of undef postinc/dec 10673 10674 [ 19017] 10675 according to the new Porting/Glossary, sig_num doesn't have an 10676 extra '0' at the end 10677 10678 [ 19018] 10679 there is no trailing NULL in sig_name or sig_num, so don't 10680 talk about it 10681 Branch: maint-5.8/perl 10682 !> Porting/Glossary pod/perlop.pod pp.c t/op/inc.t 10683 !> win32/config.bc win32/config.gc win32/config.vc 10684 !> win32/config.vc64 10685____________________________________________________________________________ 10686[ 19027] By: jhi on 2003/03/19 09:38:54 10687 Log: Synchronize t/op/pack.t:s between blead and maint with 10688 a fake success for maint (test for a blead feature not 10689 merged into maint) so that the test numberings don't drift 10690 unnecessarily. Not necessarily a long-term thing to do 10691 (if blead gets even more new features), but works for now. 10692 Branch: maint-5.8/perl 10693 ! t/op/pack.t 10694____________________________________________________________________________ 10695[ 19012] By: jhi on 2003/03/17 19:50:06 10696 Log: We don't have the new Perl at this stage. 10697 Branch: maint-5.8/perl 10698 ! cygwin/perlld.in 10699____________________________________________________________________________ 10700[ 19011] By: jhi on 2003/03/17 19:15:23 10701 Log: Integrate: 10702 [ 19010] 10703 Subject: pack changes and related fixes 10704 From: LAUN Wolfgang <wolfgang.laun@alcatel.at> 10705 Date: Mon, 17 Mar 2003 13:55:37 +0100 10706 Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4> 10707 Branch: maint-5.8/perl 10708 !> embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod 10709 !> pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h 10710 !> t/lib/warnings/pp_pack t/op/pack.t 10711____________________________________________________________________________ 10712[ 19009] By: jhi on 2003/03/17 11:08:20 10713 Log: Pseudohashes die hard -- go with Rick Delaney's idea 10714 of blessing the href at $phash->[0] as 'pseudohash', 10715 so the avhv_index() can then check for that. Now: 10716 (1) thingies got via fields::new() do not warn 10717 (2) blessed manually constructed phashes warn 10718 (3) unblessed manually constructed phashes warn 10719 While the idea of using the Hash::Util lock_hash/unlock_hash 10720 on the href was enticing, it didn't quite work transparently 10721 since it changed the error message from "No such pseudo-hash 10722 field ..." to "Attempt to access disallowed key ...". 10723 Branch: maint-5.8/perl 10724 ! av.c lib/fields.pm t/lib/warnings/av 10725____________________________________________________________________________ 10726[ 19008] By: jhi on 2003/03/17 04:59:15 10727 Log: Integrate: 10728 [ 18994] 10729 Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag. 10730 Should work both for PERL_UNICODE/-C and use encoding 'foo'; 10731 10732 [ 18995] 10733 Signedness nits. 10734 10735 [ 18996] 10736 Turn on UTF-8 flag only if the $str is valid utf8 10737 (pointed out by Dan Kogai). 10738 10739 [ 18997] 10740 IRIX ls -l marks sockets with 'S'. 10741 10742 [ 18998] 10743 This seems to fix (well, dodge) the problems in FreeBSD for 10744 Enache Adrian; in _theory_ this patch could be good for NetBSD, 10745 too, but Alian gets a core dump already at subtest #9 (anyone 10746 with a real NetBSD, Alian's is a VMware one, which has in the 10747 past caused similar odd crashes). OpenBSD threaded build result 10748 still unknown. 10749 10750 [ 18999] 10751 Stay within know facts: what platforms the skippage helps, 10752 and in which it is not needed. 10753 10754 [ 19000] 10755 Subject: [Patch] Maintperl versioning for Cygwin 10756 From: "Gerrit P. Haase" <gp@familiehaase.de> 10757 Date: Sun, 16 Mar 2003 22:24:19 +0100 10758 Message-ID: <152690440450.20030316222419@familiehaase.de> 10759 10760 [ 19001] 10761 getservbyname_r() kaputt in OpenBSD (might get fixed 10762 for 3.3, but only might) 10763 10764 [ 19002] 10765 Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3 10766 From: Adam Spiers (via RT) <perlbug-followup@perl.org> 10767 Date: 10 Jan 2003 10:59:44 -0000 10768 Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org> 10769 10770 [ 19003] 10771 Subject: [perl #20724] Patch for dprofpp 10772 From: Nicholas "Oxh�j" (via RT) <perlbug-followup@perl.org> 10773 Date: 5 Feb 2003 08:41:17 -0000 10774 Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org> 10775 10776 [ 19004] 10777 Subject: [patch] utils/h2xs.PL (get rid of \t and '') 10778 From: Stas Bekman <stas@stason.org> 10779 Date: Fri, 14 Feb 2003 11:59:53 +1100 10780 Message-ID: <3E4C3F89.6050005@stason.org> 10781 10782 [ 19005] 10783 Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator 10784 From: chocolateboy <chocolateboy@chocolatey.com> 10785 Date: Sat, 22 Feb 2003 12:17:28 +0000 10786 Message-ID: <3E576A58.8010901@chocolatey.com> 10787 Branch: maint-5.8/perl 10788 +> ext/Data/Dumper/t/pair.t 10789 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs 10790 !> ext/POSIX/t/posix.t hints/openbsd.sh lib/IPC/Open3.pm 10791 !> lib/Term/ReadLine.pm regcomp.c t/op/stat.t utils/dprofpp.PL 10792 !> utils/h2xs.PL 10793____________________________________________________________________________ 10794[ 19006] By: jhi on 2003/03/17 04:44:03 10795 Log: Subject: Re: [Patch] Maintperl versioning for Cygwin 10796 From: Slaven Rezic <slaven@rezic.de> 10797 Date: 17 Mar 2003 00:42:43 +0100 10798 Message-ID: <87ptoqev4c.fsf@vran.herceg.de> 10799 Branch: maint-5.8/perl 10800 ! cygwin/perlld.in 10801____________________________________________________________________________ 10802[ 19000] By: jhi on 2003/03/16 21:38:39 10803 Log: Subject: [Patch] Maintperl versioning for Cygwin 10804 From: "Gerrit P. Haase" <gp@familiehaase.de> 10805 Date: Sun, 16 Mar 2003 22:24:19 +0100 10806 Message-ID: <152690440450.20030316222419@familiehaase.de> 10807 Branch: maint-5.8/perl 10808 ! cygwin/perlld.in 10809____________________________________________________________________________ 10810[ 18993] By: jhi on 2003/03/16 15:20:38 10811 Log: Integrate: 10812 [ 18984] 10813 Subject: [patch ext/B/typemap] STRLEN T_UV 10814 From: Stas Bekman <stas@stason.org> 10815 Date: Fri, 14 Mar 2003 17:45:09 +1100 10816 Message-ID: <3E717A75.2060300@stason.org> 10817 10818 [ 18985] 10819 Time::HiRes is a core module 10820 10821 [ 18986] 10822 Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline 10823 From: Enache Adrian <enache@rdslink.ro> 10824 Date: Fri, 14 Mar 2003 23:02:42 +0200 10825 Message-ID: <20030314210242.GA1159@ratsnest.hole> 10826 (with an added test) 10827 10828 [ 18988] 10829 Needs PerlIO for :bytes. 10830 10831 [ 18989] 10832 Make the :bytes conditional on PerlIO. 10833 10834 [ 18990] 10835 Further potential pitfalls for the utf8 len/pos cache 10836 found by Inaba Hiroto. No test cases, yet. 10837 10838 [ 18991] 10839 Pod fix from Philip Newton. 10840 10841 [ 18992] 10842 Better wording from Philip Newton. 10843 Branch: maint-5.8/perl 10844 !> ext/B/typemap ext/Encode/t/CJKT.t pod/perlfunc.pod regcomp.c 10845 !> t/comp/parser.t toke.c 10846____________________________________________________________________________ 10847[ 18992] By: jhi on 2003/03/16 15:15:16 10848 Log: Better wording from Philip Newton. 10849 Branch: maint-5.8/perl 10850 ! pod/perldelta.pod 10851____________________________________________________________________________ 10852[ 18987] By: jhi on 2003/03/14 21:16:34 10853 Log: Warn only on unblessed pseudohashes. 10854 Branch: maint-5.8/perl 10855 ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av 10856____________________________________________________________________________ 10857[ 18983] By: jhi on 2003/03/14 15:17:22 10858 Log: Integrate: 10859 [ 18982] 10860 Better pass in the $self for a method. 10861 Branch: maint-5.8/perl 10862 !> lib/File/Spec/Unix.pm 10863____________________________________________________________________________ 10864[ 18981] By: jhi on 2003/03/14 13:45:24 10865 Log: Integrate: 10866 [ 18979] 10867 whichsig() really does return -1 for unknown signals. 10868 10869 [ 18980] 10870 Cleanup the File::Spec tmpdir() implementations: 10871 now all the platforms specific modules call _tmpdir() 10872 (inherited from Unix.pm) with the list of platform 10873 specific list of temporary directories, and _tmpdir() 10874 then does the appropriate suitability checking. 10875 Branch: maint-5.8/perl 10876 !> lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm 10877 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm 10878 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm 10879 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm mg.c 10880____________________________________________________________________________ 10881[ 18978] By: jhi on 2003/03/14 10:52:06 10882 Log: Integrate; regen Configure et alia. 10883 [ 18962] 10884 Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs 10885 From: "Craig A. Berry" <craigberry@mac.com> 10886 Date: Tue, 11 Mar 2003 21:29:31 -0600 10887 Message-ID: <3E6EA99B.9060902@mac.com> 10888 Patch by Scott Lepage (scott.lepage@hp.com) 10889 10890 [ 18963] 10891 Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 10892 From: Kurt Starsinic <kstar@cpan.org> 10893 Date: Mon, 10 Mar 2003 00:54:49 -0500 10894 Message-ID: <m3d6kyvazx.wl_rspier@pobox.com> 10895 10896 [ 18964] 10897 Skip the last test of Config.t on HP-UX. 10898 (This test should be skipped for every system that 10899 actually defines a negative signal number. Maybe that 10900 test should be removed, to be future-proof.) 10901 10902 [ 18965] 10903 fix CJKT.t failures on windows due to incorrect binmode() 10904 10905 [ 18966] 10906 another fix for failing test on windows ("use encoding" puts 10907 STDIN in :raw mode, so chomp() wasn't stripping the CR) 10908 10909 [ 18967] 10910 Config.t wasn't getting the sig_num and sig_size relationship 10911 right, and therefore failed test#35 on windows 10912 10913 note that config_h.SH documents that $sig_size does NOT include 10914 the final NULL in $sig_num! 10915 10916 [ 18968] 10917 fix for switchC.t test#6 failure on windows 10918 10919 [ 18969] 10920 Subject: [PATCH] Perldoc.pm tweak for VMS 10921 From: "Craig A. Berry" <craigberry@mac.com> 10922 Date: Thu, 13 Mar 2003 13:44:55 -0600 10923 Message-ID: <3E70DFB7.8070405@mac.com> 10924 10925 [ 18970] 10926 Hopefully this works also in Win32. 10927 10928 [ 18971] 10929 Signal issues. 10930 (1) Filter out negative signals. 10931 (2) Correct sig_num* and sig_name* descriptions. 10932 10933 [ 18973] 10934 Since Configure does the signal name/number probe with awk 10935 based on the cpp results (not by really running code), testing 10936 for the signum value is not really helpful if we have runtime 10937 function calls (some signal numbers are dynamic, for example) 10938 (or other extra stuff where the signum value is expected). 10939 (Runtimeness also means that Configure cannot get these right, 10940 anyway.) Better filter in just the constant non-negative numbers. 10941 10942 [ 18975] 10943 Make whichsig() to work also if some system defines 10944 zero signals (now -1 is the "not found"). Note that 10945 in couple of mg.c spots only whichsig() > 0 branches 10946 are taken because signal handlers et al don't make 10947 much sense for the zero signal. 10948 10949 [ 18976] 10950 Subject: [PATCH] configure.com: sig_num, etc. 10951 From: "Craig A. Berry" <craigberry@mac.com> 10952 Date: Thu, 13 Mar 2003 21:38:19 -0600 10953 Message-ID: <3E714EAB.6030001@mac.com> 10954 10955 [ 18977] 10956 Rework the @Config{/sig.*/} tests. 10957 Branch: maint-5.8/perl 10958 ! Configure Porting/Glossary Porting/config.sh Porting/config_H 10959 ! config_h.SH 10960 !> configure.com doio.c ext/Encode/t/CJKT.t 10961 !> ext/Encode/t/enc_module.t hv.c lib/Config.t lib/Pod/Perldoc.pm 10962 !> mg.c perl.c t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL 10963____________________________________________________________________________ 10964[ 18961] By: jhi on 2003/03/13 20:09:22 10965 Log: Integrate: 10966 [ 18954] 10967 Another finding by IRIX cc: non-void function 10968 sv_cat_decode() should return a value. 10969 10970 [ 18955] 10971 File::Temp tests were failing in Cygwin if $ENV{TMPDIR} 10972 was unset (the tests attempted to create files at the /) 10973 10974 [ 18956] 10975 File::Spec: Do not fall back to '', use curdir instead. 10976 Note: Mac used to use cwd(), now curdir, slight change 10977 (relative vs. absolute). 10978 10979 [ 18957] 10980 VOS nit from Paul Green. 10981 10982 [ 18958] 10983 Trims slashes from the argument to rmdir(), likewise 10984 to what happens with rmdir(). Factorize the code in a 10985 local macro, TRIMSLASHES. 10986 10987 [ 18959] 10988 Some more stdlib.h inclusions and change the gccversion 10989 test to use return (could have used that for all, sigh). 10990 Branch: maint-5.8/perl 10991 !> Configure lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm 10992 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm 10993 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pp_sys.c sv.c 10994 !> vos/configure_full_perl.sh 10995____________________________________________________________________________ 10996[ 18953] By: jhi on 2003/03/12 10:55:38 10997 Log: Integrate: 10998 [ 18950] 10999 Cygwin doesn't like initing the $0 mutex in perl_construct() 11000 (Too early? If inited there the pthread_mutex_init() returns 11001 an integer much too large be an errno), but initing the mutex 11002 later, in perl_alloc(), seems to be okay with Cygwin, and also 11003 with Linux. 11004 Branch: maint-5.8/perl 11005 !> perl.c 11006____________________________________________________________________________ 11007[ 18949] By: jhi on 2003/03/12 10:39:39 11008 Log: pudge> never integrate anything from macos/ 11009 Branch: maint-5.8/perl 11010 - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm 11011 - macos/macperl.sym 11012 ! MANIFEST 11013____________________________________________________________________________ 11014[ 18948] By: jhi on 2003/03/12 06:21:16 11015 Log: Integrate: 11016 [ 18935] 11017 WinCE tweaks from Vadim Konovalov. 11018 11019 [ 18943] 11020 Tell how to possibly dodge 'Out of memory' errors. 11021 11022 [ 18944] 11023 Ouch. Missed one more, the void flags check (and exit() is void). 11024 Branch: maint-5.8/perl 11025 !> Configure perl.c perlio.c pod/perldiag.pod wince/Makefile.ce 11026____________________________________________________________________________ 11027[ 18947] By: jhi on 2003/03/12 06:17:43 11028 Log: New files from #18946. 11029 Branch: maint-5.8/perl 11030 ! MANIFEST 11031____________________________________________________________________________ 11032[ 18946] By: jhi on 2003/03/12 06:13:00 11033 Log: Integrate from maint-5.8/macperl: 11034 [ 18937] 11035 Various MacOS portability fixes for tests 11036 11037 [ 18938] 11038 File::Spec::Unix method should be called on $self 11039 11040 [ 18939] 11041 lib.pm:_get_dirs() should use $_[0], not $_ 11042 11043 [ 18940] 11044 Update MacOS for new configpm 11045 11046 [ 18941] 11047 Update MacOS build 11048 Update Makefile for new source files, 11049 update test script, add additional symbol for APItest 11050 Branch: maint-5.8/perl 11051 +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm 11052 +> macos/macperl.sym 11053 !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t 11054 !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm 11055 !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t 11056 !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t 11057 !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t 11058 !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t 11059____________________________________________________________________________ 11060[ 18934] By: jhi on 2003/03/11 20:24:49 11061 Log: Integrate: 11062 [ 18932] 11063 Missed one. 11064 Branch: maint-5.8/perl 11065 !> Configure 11066____________________________________________________________________________ 11067[ 18931] By: jhi on 2003/03/11 20:18:23 11068 Log: Integrate: 11069 [ 18929] 11070 Single vs doublequoted context is important... 11071 Branch: maint-5.8/perl 11072 !> Configure 11073____________________________________________________________________________ 11074[ 18928] By: jhi on 2003/03/11 20:09:47 11075 Log: Integrate: 11076 [ 18923] 11077 Solaris cc wants prototype for exit(), so <stdlib.h> needed. 11078 11079 [ 18925] 11080 Better setmode() prototype for cygwin. 11081 11082 [ 18926] 11083 Questionable construct. 11084 11085 [ 18927] 11086 """glob.*""" patch for VMS, from Peter Prymmer. 11087 Branch: maint-5.8/perl 11088 !> Configure perl.h pod/perltooc.pod vms/perlvms.pod vms/vms.c 11089____________________________________________________________________________ 11090[ 18922] By: jhi on 2003/03/11 18:20:53 11091 Log: Integrate: 11092 [ 18914] 11093 Try to handle hitting the heap/data limit in small systems. 11094 (One can simulate this with e.g. 32MB or 64MB datasize, 11095 use your shell's ulimit/limit/limits command.) 11096 11097 [ 18915] 11098 Be more lax about the out of memory error message. 11099 11100 [ 18916] 11101 Upgrade to Time-HiRes 1.43. 11102 11103 [ 18917] 11104 Get rid of one Cygwin warning by introducing a prototype 11105 for the init_os_extras(). Since there is no header file 11106 in Perl specific to cygwin, use perl.h. 11107 11108 [ 18918] 11109 Subject: [PATCH] io_sock.t 11110 From: Norton Allen <allen@huarp.harvard.edu> 11111 Date: Tue, 11 Mar 2003 13:37:36 -0500 (est) 11112 Message-Id: <200303111837.NAA30438@bottesini.harvard.edu> 11113 11114 [ 18919] 11115 Uid_t and Gid_t can easily be shorts and one cannot 11116 pull shorts off the va_args, int is the shortest (ahem). 11117 11118 [ 18920] 11119 No assertions in maint. 11120 11121 [ 18921] 11122 The 0, in the assert_not_ROK() makes IRIX cc to worry 11123 (cc-1171 cc: WARNING ... The indicated expression has no effect.) 11124 So make the macro to include the , and the non-gcc case empty. 11125 Branch: maint-5.8/perl 11126 !> README.qnx ext/IO/lib/IO/t/io_sock.t ext/Time/HiRes/Changes 11127 !> ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL perl.h 11128 !> reentr.c reentr.pl sv.h t/op/recurse.t 11129____________________________________________________________________________ 11130[ 18920] By: jhi on 2003/03/11 17:52:57 11131 Log: No assertions in maint. 11132 Branch: maint-5.8/perl 11133 ! intrpvar.h 11134____________________________________________________________________________ 11135[ 18913] By: jhi on 2003/03/11 08:02:22 11136 Log: Integrate: 11137 [ 18912] 11138 typo for utf8locale in #18907 11139 Branch: maint-5.8/perl 11140 !> sv.c 11141____________________________________________________________________________ 11142[ 18911] By: jhi on 2003/03/11 07:02:41 11143 Log: Integrate: 11144 [ 18888] 11145 Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag 11146 From: Nicholas Clark <nick@unfortu.net> 11147 Date: Sun, 9 Mar 2003 21:24:46 +0000 11148 Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net> 11149 11150 [ 18889] 11151 Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0 11152 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 11153 Date: Fri, 07 Mar 2003 13:12:49 -0800 11154 Message-ID: <RtQa+gzkg2kF092yn@efn.org> 11155 11156 [ 18891] 11157 A new test, to check that signal numbers are actually positive, 11158 and that there is a consistent number of signals available. 11159 11160 [ 18899] 11161 VMS has an extra \n at the end, and I assume Windows has \r\n. 11162 11163 [ 18902] 11164 Patch from Craig Berry to resolve test failures in VMS. 11165 Will poke the Net::Ping author. 11166 11167 [ 18903] 11168 A rejected hunk of #18902 reapplied. 11169 11170 [ 18904] 11171 Subject: [PATCH] typos and other minor things 11172 From: "Todd C. Miller" <Todd.Miller@courtesan.com> 11173 Date: Mon, 10 Mar 2003 21:00:55 -0700 11174 Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com> 11175 11176 [ 18905] 11177 Subject: [patch] PL_taint_warn falls between chairs in perl_clone() 11178 From: Stas Bekman <stas@stason.org> 11179 Date: Tue, 11 Mar 2003 17:09:02 +1100 11180 Message-ID: <3E6D7D7E.5000704@stason.org> 11181 11182 [ 18906] 11183 Add reminders to intrpvar.h about perl_clone(), as suggested by Stas. 11184 11185 [ 18907] 11186 Add missing intrpvar clonings to perl_clone. 11187 Also move the IDBassertion to the end since there's 11188 no particular reason to break bincompat for that. 11189 11190 [ 18908] 11191 Missed some, cryptically. 11192 11193 [ 18909] 11194 Upgrade to cperl-mode 5.0, from IlyaZ. 11195 11196 [ 18910] 11197 Subject: [PATCH] clear PL_exitlist in perl_destruct 11198 From: "Craig A. Berry" <craigberry@mac.com> 11199 Date: Tue, 11 Mar 2003 00:34:39 -0600 11200 Message-ID: <3E6D837F.7000506@mac.com> 11201 Branch: maint-5.8/perl 11202 !> (integrate 39 files) 11203____________________________________________________________________________ 11204[ 18898] By: jhi on 2003/03/10 21:12:28 11205 Log: An old hunk mistakenly introduced by #18896. 11206 Branch: maint-5.8/perl 11207 ! perl.c 11208____________________________________________________________________________ 11209[ 18897] By: jhi on 2003/03/10 21:11:03 11210 Log: A missing line. 11211 Branch: maint-5.8/perl 11212 ! t/pod/poderrs.xr 11213____________________________________________________________________________ 11214[ 18896] By: jhi on 2003/03/10 21:01:14 11215 Log: Integrate: 11216 [ 18229] 11217 $0 mofifying part I 11218 11219 Date: Sat, 30 Nov 2002 20:16:51 +0200 11220 From: Jarkko Hietaniemi <jhi@iki.fi> 11221 Subject: [PATCH] $0 modifying 11222 Message-ID: <20021130181651.GA5876@kosh.hut.fi> 11223 Branch: maint-5.8/perl 11224 !> ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod 11225 !> sv.c t/op/magic.t thread.h 11226____________________________________________________________________________ 11227[ 18895] By: jhi on 2003/03/10 20:48:37 11228 Log: Avaunt! 11229 Branch: maint-5.8/perl 11230 ! MANIFEST 11231____________________________________________________________________________ 11232[ 18894] By: jhi on 2003/03/10 20:41:02 11233 Log: Missing hunk from change #18830. 11234 Branch: maint-5.8/perl 11235 ! ext/B/t/deparse.t 11236____________________________________________________________________________ 11237[ 18893] By: jhi on 2003/03/10 20:38:33 11238 Log: Integrate: 11239 [ 18298] 11240 Whitespace and indentation fix in the output of B::Debug. 11241 Branch: maint-5.8/perl 11242 !> ext/B/B/Debug.pm 11243____________________________________________________________________________ 11244[ 18892] By: jhi on 2003/03/10 20:26:04 11245 Log: Missing hunk from change #18224. 11246 Branch: maint-5.8/perl 11247 ! lib/Pod/Checker.pm 11248____________________________________________________________________________ 11249[ 18890] By: jhi on 2003/03/10 20:18:55 11250 Log: Integrate: 11251 [ 18224] 11252 Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t 11253 and lib/Pod/t/utils.t to cater for simpler output text. 11254 Branch: maint-5.8/perl 11255 !> (integrate 27 files) 11256____________________________________________________________________________ 11257[ 18887] By: jhi on 2003/03/10 19:32:10 11258 Log: Something is really wonky in the ext/MIME/Base64 between 11259 maint and blead... but this seems to bridge the remaining gap. 11260 Branch: maint-5.8/perl 11261 ! ext/MIME/Base64/Makefile.PL 11262____________________________________________________________________________ 11263[ 18886] By: jhi on 2003/03/10 19:13:17 11264 Log: Fake reintegrate of #18651 (otherwise perforce didn't like me). 11265 Branch: maint-5.8/perl 11266 !> ext/MIME/Base64/Base64.xs 11267____________________________________________________________________________ 11268[ 18885] By: jhi on 2003/03/10 19:04:15 11269 Log: Integrate: 11270 [ 18685] 11271 No, we don't really want the utility scripts. 11272 Branch: maint-5.8/perl 11273 - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp 11274 - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp 11275____________________________________________________________________________ 11276[ 18883] By: jhi on 2003/03/10 18:54:19 11277 Log: Integrate: 11278 [ 18642] 11279 Integrate MIME::Base64 2.16 from CPAN. (Do we really want the 11280 utility scripts?) 11281 Branch: maint-5.8/perl 11282 +> ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp 11283 +> ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp 11284 !> MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes 11285 !> ext/MIME/Base64/Makefile.PL ext/MIME/Base64/QuotedPrint.pm 11286 !> ext/MIME/Base64/t/base64.t ext/MIME/Base64/t/quoted-print.t 11287____________________________________________________________________________ 11288[ 18882] By: jhi on 2003/03/10 17:35:27 11289 Log: Integrate: 11290 [ 17832] 11291 Subject: Re: [PATCH] Correct/completes Overloading in XS mods 11292 From: John Peacock <jpeacock@rowman.com> 11293 Date: Sun, 01 Sep 2002 15:00:12 -0400 11294 Message-ID: <3D7263BC.9020608@rowman.com> 11295 11296 [ 18472] 11297 Integrate perlio to mainline: 11298 [ 18240] 11299 Avoid eqtime() wiping the file (as suggested by 11300 "Luis G. Uribe C." <GUribe@SoftHome.net> 11301 11302 [ 18600] 11303 Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV) 11304 dumping (but now use SvPV_nolen). (This change made an empty 11305 prototype to show up as "_" under -Uuseperlio.) 11306 Branch: maint-5.8/perl 11307 !> dump.c lib/ExtUtils/Command.pm lib/ExtUtils/xsubpp 11308 !> pod/perlxs.pod 11309____________________________________________________________________________ 11310[ 18881] By: jhi on 2003/03/10 16:58:22 11311 Log: Integrate: 11312 [ 17842] 11313 printf argument mismatch in Perl_deb_stack_all() from change #17718 11314 11315 [ 18456] 11316 Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined) 11317 From: Nicholas Clark <nick@unfortu.net> 11318 Date: Thu, 26 Dec 2002 21:16:27 +0000 11319 Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net> 11320 11321 [ 18643] 11322 Detypo. 11323 Branch: maint-5.8/perl 11324 !> cop.h deb.c doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c 11325 !> pad.c perl.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c 11326 !> universal.c utf8.c 11327____________________________________________________________________________ 11328[ 18879] By: jhi on 2003/03/10 11:51:01 11329 Log: Integrate: 11330 [ 18876] 11331 Comment fix. 11332 Branch: maint-5.8/perl 11333 !> t/io/utf8.t 11334____________________________________________________________________________ 11335[ 18878] By: jhi on 2003/03/10 07:28:26 11336 Log: Integrate: 11337 [ 18836] 11338 Handle also extra directories et alia. 11339 Branch: maint-5.8/perl 11340 !> Porting/manicheck 11341____________________________________________________________________________ 11342[ 18877] By: jhi on 2003/03/10 07:20:13 11343 Log: Integrate: 11344 [ 18873] 11345 Bunch of doc patches from Stas; plus regen. 11346 11347 Subject: [doc patch] perl.c's pod api entry 11348 From: Stas Bekman <stas@stason.org> 11349 Date: Mon, 10 Mar 2003 12:35:52 +1100 11350 Message-ID: <3E6BEBF8.80402@stason.org> 11351 11352 Subject: Re: [patch] perlguts.pod 11353 From: Stas Bekman <stas@stason.org> 11354 Date: Mon, 10 Mar 2003 12:38:57 +1100 11355 Message-ID: <3E6BECB1.7050009@stason.org> 11356 11357 Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/ 11358 From: Stas Bekman <stas@stason.org> 11359 Date: Mon, 10 Mar 2003 12:41:46 +1100 11360 Message-ID: <3E6BED5A.801@stason.org> 11361 11362 Subject: Re: [patch] perlapi.pod fix 11363 From: Stas Bekman <stas@stason.org> 11364 Date: Mon, 10 Mar 2003 12:43:33 +1100 11365 Message-ID: <3E6BEDC5.6010405@stason.org> 11366 11367 Subject: Re: [docs patch] replace gets() with fgets() in example 11368 From: Stas Bekman <stas@stason.org> 11369 Date: Mon, 10 Mar 2003 12:45:41 +1100 11370 Message-ID: <3E6BEE45.9030901@stason.org> 11371 11372 Subject: [doc patch] perlrun.pod 11373 From: Stas Bekman <stas@stason.org> 11374 Date: Mon, 10 Mar 2003 14:49:59 +1100 11375 Message-ID: <3E6C0B67.4050606@stason.org> 11376 11377 [ 18874] 11378 Subject: Re: Shared libperl.so and build issues 11379 From: Chip Turner <cturner@redhat.com> 11380 Date: 05 Jan 2003 10:35:40 -0500 11381 Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com> 11382 11383 [ 18875] 11384 Remove the foo-old files. 11385 11386 [ 18876] 11387 Comment fix. 11388 Branch: maint-5.8/perl 11389 !> INSTALL ext/DynaLoader/DynaLoader_pm.PL handy.h opcode.pl 11390 !> perl.c pod/perlapi.pod pod/perlembed.pod pod/perlguts.pod 11391 !> pod/perlrun.pod 11392____________________________________________________________________________ 11393[ 18872] By: jhi on 2003/03/09 20:43:09 11394 Log: Integrate (and regen_headers): 11395 [ 18867] 11396 Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t) 11397 11398 [ 18868] 11399 Export the symbols from #18863; do not prototype (but export) 11400 Nicholas Clark's experimental COW functions. 11401 Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming 11402 a mess of Herculean proportions. Someone should redesign and 11403 clean up the stables. 11404 11405 [ 18869] 11406 Upgrade to Encode 1.91. 11407 11408 [ 18870] 11409 I hate embed*. Tell me what you know. 11410 11411 [ 18871] 11412 Must not hide the protos, though. 11413 Branch: maint-5.8/perl 11414 ! embed.fnc embed.h embed.pl global.sym perlapi.c 11415 ! pod/perlapi.pod proto.h 11416 !> ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm 11417 !> ext/Encode/Encode.xs ext/Encode/MANIFEST 11418 !> ext/Encode/encoding.pm ext/Encode/t/Mod_EUCJP.pm 11419 !> ext/Encode/t/enc_data.t ext/Encode/t/enc_module.t 11420____________________________________________________________________________ 11421[ 18866] By: jhi on 2003/03/09 13:59:01 11422 Log: Integrate: 11423 [ 18851] 11424 regen_headers tiny tidying: 11425 - regen.pl renamed as regen_lib.pl 11426 - regen_headers.pl renamed as regen.pl 11427 - added make target 'regen' (kept target 'regen_headers' 11428 for porters' brains' backward compatibility) 11429 - regen.pl fancified a bit to display the names 11430 of the files that got changed by running the scripts 11431 11432 [ 18852] 11433 Subject: [PATCH] long %ENV values for VMS 11434 From: "Craig A. Berry" <craigberry@mac.com> 11435 Date: Fri, 07 Mar 2003 13:49:50 -0600 11436 Message-ID: <3E68F7DE.8070603@mac.com> 11437 11438 [ 18853] 11439 Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select 11440 From: Richard Soderberg <perl@crystalflame.net> 11441 Date: Sat, 15 Feb 2003 01:27:17 -0500 11442 Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net> 11443 11444 [ 18854] 11445 Enache Adrian reads comments. 11446 11447 [ 18855] 11448 Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached 11449 From: Richard.Foley@ubsw.com 11450 Date: Fri, 21 Feb 2003 13:51:51 +0100 11451 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net> 11452 11453 [ 18856] 11454 Add a B::COP::io() method, to return the cop_io field of COPs. 11455 Print it in B::Debug. Can be used later in B::Deparse to deparse 11456 the open pragma. 11457 11458 [ 18857] 11459 From Inaba Hiroto: the UTF-8 length cache wasn't 11460 updated when fbm_compile() appended a "\n". 11461 11462 [ 18858] 11463 From Inaba Hiroto: re_intuit_start set a value to 11464 PL_bostr before calling find_byclass when regexp has 11465 ROPT_UTF8 flag on. But right value for PL_bostr is set 11466 before re_intuit_start is called. PL_regdata is always 11467 assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){} 11468 can be deleted. 11469 11470 [ 18859] 11471 Adjust test count. 11472 11473 [ 18860] 11474 Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8 11475 From: Enache Adrian <enache@rdslink.ro> 11476 Date: Fri, 7 Mar 2003 00:12:03 +0200 11477 Message-ID: <20030306221203.GB13330@ratsnest.hole> 11478 11479 [ 18861] 11480 Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8 11481 From: Enache Adrian <enache@rdslink.ro> 11482 Date: Fri, 7 Mar 2003 23:28:37 +0200 11483 Message-ID: <20030307212837.GB765@ratsnest.hole> 11484 11485 (and few more test cases from the thread) 11486 11487 [ 18862] 11488 ... and add a test case for bug #20798 11489 11490 [ 18863] 11491 At Sarathy's request restore the bin5005compat Perl_foo_sv() 11492 function stubs, should be helpful for really simple extensions. 11493 Undoes large parts of changes #16289 and #16290. 11494 11495 [ 18864] 11496 Tru64: additional instructions for building a newer Berkeley DB. 11497 11498 [ 18865] 11499 From Inaba Hiroto: DATA wasn't properly utf8ed 11500 under 'use encoding'. 11501 Branch: maint-5.8/perl 11502 +> ext/Encode/t/enc_data.t regen_lib.pl 11503 - regen_headers.pl 11504 !> (integrate 27 files) 11505____________________________________________________________________________ 11506[ 18850] By: jhi on 2003/03/07 20:38:51 11507 Log: Integrate (and regen Configure): 11508 [ 18825] 11509 Doc typos. 11510 11511 [ 18826] 11512 Try to make PPPort.pm 5.005-friendlier (see [perl #21339]). 11513 The variant is from how List::Util Util.xs does it. 11514 11515 [ 18830] 11516 Change #18829 makes this test workaround obsolete. 11517 11518 [ 18831] 11519 Couple more _r possibilities (found in a RH 8.0 box), and 11520 the random() macros were all wrong. (I don't know why 11521 metaconfig did so much reordering of config_h.SH.) 11522 11523 [ 18833] 11524 Subject: [patch config_h.SH] redefining __attribute__ 11525 From: Stas Bekman <stas@stason.org> 11526 Date: Thu, 06 Mar 2003 12:03:39 +1100 11527 Message-ID: <3E669E6B.1060606@stason.org> 11528 11529 [ 18835] 11530 Add mani(fest) check(ing) utility. 11531 11532 [ 18836] 11533 Handle also extra directories et alia. 11534 11535 [ 18837] 11536 PERL_UNICODE explanation saga continues. 11537 11538 [ 18838] 11539 Thinko fix. 11540 11541 [ 18839] 11542 Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype 11543 From: "Craig A. Berry" <craigberry@mac.com> 11544 Date: Thu, 06 Mar 2003 10:42:05 -0600 11545 Message-ID: <3E677A5D.10805@mac.com> 11546 11547 [ 18840] 11548 Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption 11549 From: Enache Adrian <enache@rdslink.ro> 11550 Date: Wed, 5 Mar 2003 12:06:20 +0200 11551 Message-ID: <20030305100620.GA909@ratsnest.hole> 11552 11553 [ 18841] 11554 Subject: Re: [perl #20682] [fix] @- array not visible in s/// 11555 From: Enache Adrian <enache@rdslink.ro> 11556 Date: Sun, 2 Mar 2003 06:05:22 +0200 11557 Message-ID: <20030302040522.GB4905@ratsnest.hole> 11558 11559 [ 18842] 11560 Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More 11561 From: "Jos I. Boumans" <kane@dwim.org> 11562 Date: Fri, 21 Feb 2003 20:33:53 +0100 11563 Message-ID: <3E567F21.6020006@dwim.org> 11564 (with some minor tweaks) 11565 11566 [ 18844] 11567 Good observation from Philip Newton. 11568 11569 [ 18845] 11570 Define the Perl_pp_i_modulo_1() only iff we have glibc. 11571 (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help 11572 in non-glibc case", from Craig Berry) 11573 11574 [ 18846] 11575 Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update 11576 From: Kay Roepke <kay@dolphin-services.de> 11577 Date: Thu, 06 Mar 2003 23:00:10 +0100 11578 Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de> 11579 11580 (plus change the d_gethostbyaddr_r_proto default to "0", 11581 that is what an undefined r_proto looks like) 11582 11583 [ 18847] 11584 Extra character noticed by Tels. 11585 11586 [ 18848] 11587 Give pointers to runtime Unicode changes. 11588 Branch: maint-5.8/perl 11589 +> Porting/manicheck 11590 ! Configure config_h.SH 11591 !> (integrate 28 files) 11592____________________________________________________________________________ 11593[ 18824] By: jhi on 2003/03/04 05:39:18 11594 Log: Integrate: 11595 [ 18816] 11596 Upgrade to Encode 1.89. The enc_module.t required 11597 a little tweak, sending that to Dan. 11598 11599 [ 18817] 11600 Upgrade to Unicode::Normalize 0.20. 11601 11602 [ 18818] 11603 Sync with libnet-1.13 11604 11605 [ 18819] 11606 Further clarification on PERL_UNICODE's semantics. 11607 11608 [ 18820] 11609 Fixes bug #15654 bizarre constant mangling in 5.8.0 11610 What happened was that a constant was freed, the pad released but 11611 the pad slot still held the SV, when pad slot was reallocated 11612 to be a target for a stringify, it did a sv_setpv on the target 11613 and the original SV was wiped out. When this SV was later on 11614 to new places using the constant, they got the wrong value. 11615 By replacing pad_free with pad_swipe for these cases, we 11616 won't have such a problem. (pad_swipe also removes the 11617 pointer to the original SV). 11618 11619 [ 18821] 11620 Can't test this without PerlIO. 11621 11622 [ 18822] 11623 Subject: Re: [perl #21395] rcatline doesn't grok utf8 11624 From: Enache Adrian <enache@rdslink.ro> 11625 Date: Sun, 2 Mar 2003 05:43:54 +0200 11626 Message-ID: <20030302034354.GA4905@ratsnest.hole> 11627 11628 [ 18823] 11629 Try to give rcatline() a good jog on Unicode. 11630 Branch: maint-5.8/perl 11631 +> ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc 11632 +> ext/Encode/t/enc_module.t 11633 !> (integrate 29 files) 11634____________________________________________________________________________ 11635[ 18815] By: jhi on 2003/03/03 05:43:25 11636 Log: Integrate: 11637 [ 18813] 11638 Use a macro for abs() to avoid the possible truncation to an int; 11639 also make an explicit (double)cast for the arguments to fabs(). 11640 Branch: maint-5.8/perl 11641 !> perl.h pp.c sv.c 11642____________________________________________________________________________ 11643[ 18814] By: jhi on 2003/03/03 05:37:43 11644 Log: Integrate: 11645 [ 18749] 11646 Subject: [PATCH] Make adding notes to patchlevel.h easier 11647 From: andreas.koenig@anima.de (Andreas J. Koenig) 11648 Date: Tue, 18 Feb 2003 11:48:40 +0100 11649 Message-ID: <m3n0kt27av.fsf@k242.linux.bogus> 11650 11651 [ 18809] 11652 Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir 11653 From: "Anders Johnson" (via RT) <perlbug-followup@perl.org> 11654 Date: 15 Feb 2003 00:21:41 -0000 11655 Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org> 11656 11657 [ 18810] 11658 Subject: [PATCH] Re: [perl #18872] File::Basename example misleading 11659 From: Richard Soderberg <perl@crystalflame.net> 11660 Date: Sat, 15 Feb 2003 01:27:21 -0500 11661 Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net> 11662 11663 [ 18811] 11664 Subject: [perl #21289] [Fwd: IPC::Msg bug report] 11665 From: Edmund Bacon (via RT) <perlbug-followup@perl.org> 11666 Date: 18 Feb 2003 21:05:15 -0000 11667 Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org> 11668 11669 [ 18812] 11670 Subject: Re: [PATCH] Make adding notes to patchlevel.h easier 11671 From: andreas.koenig@anima.de (Andreas J. Koenig) 11672 Date: Wed, 19 Feb 2003 11:05:28 +0100 11673 Message-ID: <m3d6lozitz.fsf@k242.linux.bogus> 11674 Branch: maint-5.8/perl 11675 !> ext/IPC/SysV/Msg.pm lib/File/Basename.pm lib/File/Find.pm 11676 !> patchlevel.h 11677____________________________________________________________________________ 11678[ 18808] By: jhi on 2003/03/02 21:29:38 11679 Log: Integrate: 11680 [ 18805] 11681 Subject: Re: [perl #21411] [fix] Postponed RE with split() 11682 From: Enache Adrian <enache@rdslink.ro> 11683 Date: Sun, 2 Mar 2003 10:11:27 +0200 11684 Message-ID: <20030302081127.GA10782@ratsnest.hole> 11685 11686 [ 18807] 11687 Reverse copyright update (#18801) for files not changed in 2003. 11688 Branch: maint-5.8/perl 11689 !> (integrate 50 files) 11690____________________________________________________________________________ 11691[ 18806] By: jhi on 2003/03/02 18:14:21 11692 Log: Subject: perl5db.pl patch against missing args destroying pre-post command setups 11693 From: Richard.Foley@ubsw.com 11694 Date: Wed, 19 Feb 2003 10:20:33 +0100 11695 Branch: maint-5.8/perl 11696 ! lib/perl5db.pl 11697____________________________________________________________________________ 11698[ 18804] By: jhi on 2003/03/02 16:22:35 11699 Log: Integrate: 11700 [ 18784] 11701 An already fixed bug from perl-unicode. 11702 11703 [ 18785] 11704 Subject: Re: [PATCH] Re: format, PerlIO and utf8 11705 From: Inaba Hiroto <inaba@st.rim.or.jp> 11706 Date: Mon, 10 Feb 2003 00:04:51 +0900 11707 Message-ID: <3E466E12.E5349D84@st.rim.or.jp> 11708 11709 [ 18794] 11710 Further Unicode formats patching from Inaba Hiroto. 11711 11712 [ 18797] 11713 Patch for [perl #9402], known also as "glibc _moddi3 bug 11714 with negative quads", or also as RedHat bug #65612. 11715 11716 [ 18798] 11717 Go with "right = -right" for greater portability, some platforms 11718 might require llabs() to get abs() of long longs. 11719 11720 [ 18799] 11721 The -CI cannot be easily tested under UTF-8 locale with 11722 the t/test.pl (the 'stdin' data gets doubly UTF-8-ied). 11723 Also other small tweaks in the -C neighbourhood. 11724 11725 [ 18801] 11726 Update all copyrights to 2003, from Jarkko 11727 11728 [ 18802] 11729 Narrow down the -C test skippage. 11730 11731 [ 18803] 11732 Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included) 11733 From: "Anders Johnson" <ajohnson@wischip.com> 11734 Date: Mon, 10 Feb 2003 14:09:46 -0800 11735 Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com> 11736 Branch: maint-5.8/perl 11737 +> t/uni/write.t 11738 !> (integrate 101 files) 11739____________________________________________________________________________ 11740[ 18791] By: jhi on 2003/02/28 20:05:43 11741 Log: More lexical patches merged by Dave Mitchell. 11742 11743 18048 PL_curpad == AvARRAY(PL_comppad) always 11744 18142 Re: threads and Win2000 (ithread cloning prob fix) 11745 18220 allow evals to see the full lexical scope 11746 18307 lexical "my" variables not visible in debugger "x" command 11747 18528 [PATCH pp_ctl.c] silence warning 11748 18223 SvFAKE lexicals in scope for all of the sub 11749 18302 Proper fix for CvOUTSIDE weak refcounting 11750 18571 Re: difference between my and our before introduction 11751 Branch: maint-5.8/perl 11752 ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs 11753 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm 11754 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/Devel/Peek/Peek.t 11755 ! ext/List/Util/Util.xs op.c pad.c pad.h perl.c pod/perlapi.pod 11756 ! pod/perlfunc.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c 11757 ! scope.c scope.h sv.c sv.h t/comp/our.t t/op/closure.t 11758 ! t/op/eval.t toke.c 11759____________________________________________________________________________ 11760[ 18790] By: jhi on 2003/02/28 06:34:27 11761 Log: The Great Pad Run of '02 11762 11763 18577 move pad.c warnings to different test file 11764 18516 microperl update. (reapplied those bits which ref pad.[ch]) 11765 18311 [jhi@iki.fi: enums are not nums] 11766 18277 VMS build update (reapplied those bits which ref pad.[ch]) 11767 18012 #18005 was not enough 11768 18006 Re: closure failures (interm fix for pad_new using SAVECOMMPAD()) 11769 18005 Building bleadperl (minperl) fails completely under VC7 11770 17975 'Non ANSI feature detection 11771 17953 [PATCH pad.c,h] move all pad-related code to its own src file 11772 11773 Again, from Dave Mitchell. 11774 Branch: maint-5.8/perl 11775 + pad.c pad.h t/lib/warnings/pad 11776 ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c 11777 ! embed.fnc embed.h ext/B/B.xs ext/Devel/Peek/Peek.t op.c op.h 11778 ! perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c 11779 ! proto.h scope.c sv.c t/lib/warnings/op toke.c 11780 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk 11781____________________________________________________________________________ 11782[ 18789] By: jhi on 2003/02/28 06:10:38 11783 Log: ) 11784 11785 17843 (fix for 17718) [PATCH deb.c] Re: HiRes failure is success? 11786 17723 (fix for 17718) deb.c compile time error 11787 17718 add verbose stack display option, -Dvs 11788 11789 Combined patch from Dave Mitchell. 11790 Branch: maint-5.8/perl 11791 ! deb.c dump.c embed.fnc embed.h embedvar.h perl.c perl.h 11792 ! proto.h 11793____________________________________________________________________________ 11794[ 18788] By: jhi on 2003/02/28 06:03:25 11795 Log: Subject: Re: MSWin32 seems lost again (18785) 11796 From: Enache Adrian <enache@rdslink.ro> 11797 Date: Fri, 28 Feb 2003 03:34:36 +0200 11798 Message-ID: <20030228013436.GA906@ratsnest.hole> 11799 Branch: maint-5.8/perl 11800 ! perl.h 11801____________________________________________________________________________ 11802[ 18787] By: jhi on 2003/02/27 18:24:32 11803 Log: Wrong zero. 11804 Branch: maint-5.8/perl 11805 ! patchlevel.h 11806____________________________________________________________________________ 11807[ 18786] By: jhi on 2003/02/27 15:36:40 11808 Log: I got bored by the uni/tr_utf8.t failing unnecessarily. 11809 Branch: maint-5.8/perl 11810 ! patchlevel.h 11811____________________________________________________________________________ 11812[ 18783] By: jhi on 2003/02/26 19:39:59 11813 Log: Integrate: 11814 [ 18746] 11815 Subject: Re: -Os for Darwin why? 11816 From: schwern@pobox.com 11817 Date: tis feb 18, 2003 20:37:39 Europe/Stockholm 11818 Message-Id: <20030218113739.D25848@ttul.org> 11819 11820 [ 18748] 11821 Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored 11822 From: Dave Mitchell <davem@fdgroup.com> 11823 Date: Tue, 18 Feb 2003 21:45:45 +0000 11824 Message-ID: <20030218214545.C18547@fdgroup.com> 11825 11826 and tests for the same: 11827 From: Dave Mitchell <davem@fdgroup.com> 11828 Date: Wed, 19 Feb 2003 00:42:01 +0000 11829 Message-ID: <20030219004201.F18547@fdgroup.com> 11830 11831 [ 18753] 11832 Subject: Re: [perl #20716] scope error with brackets 11833 From: Enache Adrian <enache@rdslink.ro> 11834 Date: Thu, 13 Feb 2003 04:52:21 +0200 11835 Message-ID: <20030213025221.GA1215@ratsnest.hole> 11836 (better version of change #18687) 11837 11838 [ 18754] 11839 Document clearly that "_" is always in package "main". 11840 11841 [ 18755] 11842 Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod 11843 From: Brendan O'Dea <bod@debian.org> 11844 Date: Sun, 16 Feb 2003 21:09:23 +1100 11845 Message-ID: <20030216100923.GA29761@londo.c47.org> 11846 11847 [ 18756] 11848 Doc tweakage on -C. 11849 11850 [ 18757] 11851 Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP 11852 From: PPrymmer@factset.com 11853 Date: Wed, 19 Feb 2003 15:04:40 -0500 11854 Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com> 11855 11856 [ 18758] 11857 Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21 11858 From: PPrymmer@factset.com 11859 Date: Thu, 20 Feb 2003 13:28:09 -0500 11860 Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com> 11861 11862 [ 18759] 11863 Change regex to be a bit more friendly against various 11864 outputs from ps -f, regex suggest by rgs 11865 11866 [ 18760] 11867 API doc tweaks. 11868 11869 [ 18761] 11870 Chip noticed that the intended optionality of the 'IV' was 11871 forgotten in the change #18758. 11872 11873 [ 18762] 11874 Remove no-longer-true line from perlop 11875 11876 [ 18763] 11877 Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls. 11878 11879 [ 18764] 11880 Patching magic from Inaba-san's keyboard: fix for [perl #8769]: 11881 "scalar upgraded to UTF-8 as a side effect of quote-interpolation 11882 when 'use encoding' is engaged"-- wasn't actually encoding's fault. 11883 11884 [ 18766] 11885 PERL_SIGNALS=unsafe enables the old unsafe/immediate signals. 11886 11887 [ 18767] 11888 In Porting scripts, use standard perl path of "/usr/bin/perl". 11889 11890 [ 18768] 11891 Include p4d2p in Porting again, because p4genpatch doesn't work 11892 until a change has been submitted. 11893 11894 [ 18770] 11895 A new try at #18765 (for [perl #20920]). 11896 11897 [ 18771] 11898 Cleanup #18770 as suggested by Rafael. 11899 11900 [ 18772] 11901 Subject: [perl@18752] warnings from CGI tests under cygwin 11902 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 11903 Date: Wed, 19 Feb 2003 13:37:39 -0800 11904 Message-ID: <jk/U+gzkg2DE092yn@efn.org> 11905 11906 [ 18773] 11907 Subject: [Encode] 1.88 Released 11908 From: Dan Kogai <dankogai@dan.co.jp> 11909 Date: Thu, 20 Feb 2003 23:49:55 +0900 11910 Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp> 11911 11912 [ 18774] 11913 Subject: Re: [perl #21321] local ${"FOO"} does not work 11914 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 11915 Date: Sun, 23 Feb 2003 00:03:27 +0100 11916 Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr> 11917 11918 [ 18775] 11919 Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count 11920 From: Enache Adrian <enache@rdslink.ro> 11921 Date: Fri, 21 Feb 2003 17:49:41 +0200 11922 Message-ID: <20030221154941.GA793@ratsnest.hole> 11923 11924 [ 18776] 11925 Subject: [perl #20682] [fix] @- array not visible in s/// 11926 From: Enache Adrian <enache@rdslink.ro> 11927 Date: Fri, 21 Feb 2003 17:50:14 +0200 11928 Message-ID: <20030221155014.GB793@ratsnest.hole> 11929 11930 [ 18777] 11931 More variables for change #18776. 11932 11933 [ 18778] 11934 Add missing file from change #18774. 11935 11936 [ 18779] 11937 Add tests for the -C switch. Depending on the 11938 CLIs some $^O dance may be needed. 11939 11940 [ 18780] 11941 Two typos found by Philip Newton <pnewton@gmx.de> 11942 11943 [ 18781] 11944 regen headers 11945 11946 [ 18782] 11947 Subject: Re: [perl #20683] [fix] Better Patch 11948 From: Enache Adrian <enache@rdslink.ro> 11949 Date: Sun, 23 Feb 2003 20:16:39 +0200 11950 Message-ID: <20030223181639.GA18713@ratsnest.hole> 11951 Branch: maint-5.8/perl 11952 +> Porting/p4d2p t/op/localref.t t/run/switchC.t 11953 !> (integrate 61 files) 11954____________________________________________________________________________ 11955[ 18745] By: jhi on 2003/02/18 18:37:21 11956 Log: No pad.[hc] in maint. 11957 Branch: maint-5.8/perl 11958 ! Makefile.micro 11959____________________________________________________________________________ 11960[ 18744] By: jhi on 2003/02/18 14:46:18 11961 Log: Integrate: 11962 [ 18280] 11963 Integrate from the maint-5.8/ branch : 11964 changes 18219, 18236, 18242-3, 18247-8, 11965 18253-5, 18257, 18273-6 11966 11967 [ 18740] 11968 Re: -Os for Darwin why? 11969 From: schwern@pobox.com 11970 Date: tis feb 18, 2003 04:14:03 Europe/Stockholm 11971 Message-Id: <20030217191403.A17553@ttul.org> 11972 11973 [ 18737] 11974 Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names 11975 From: Stephen McCamant <smcc@mit.edu> 11976 Date: Mon, 17 Feb 2003 19:34:36 -0500 11977 Date: Mon, 17 Feb 2003 19:34:36 -0500 11978 Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU> 11979 11980 [ 18723] 11981 Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8 11982 From: Enache Adrian <enache@rdslink.ro> 11983 Date: Sun, 16 Feb 2003 00:05:10 +0200 11984 Message-ID: <20030215220510.GB893@ratsnest.hole> 11985 11986 [ 18722] 11987 outdent else-if chain in scope() 11988 11989 [ 18721] 11990 Subject: [PATCH] arcane tainting bug in vms.c 11991 From: "Craig A. Berry" <craigberry@mac.com> 11992 Date: Sat, 15 Feb 2003 12:29:03 -0600 11993 Message-ID: <3E4E86EF.8090609@mac.com> 11994 11995 [ 18720] 11996 restrict PERL_PRESERVE_IVUV to things that should really give an 11997 integer, but extend to runtime. Based on: 11998 Subject: Re: [perl #20827] Unexpected scientific notation. 11999 From: hv@crypt.org 12000 Date: Wed, 12 Feb 2003 03:12:43 +0000 12001 Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk> 12002 12003 [ 18708] 12004 Subject: Re: [perl #20912] UTF8 related glitch + fix 12005 From: Enache Adrian <enache@rdslink.ro> 12006 Date: Sat, 15 Feb 2003 00:37:40 +0200 12007 Message-ID: <20030214223740.GA13575@ratsnest.hole> 12008 12009 [ 18707] 12010 Subject: [doc patch] ext/threads/shared/shared.pm 12011 From: Stas Bekman <stas@stason.org> 12012 Date: Fri, 14 Feb 2003 11:12:39 +1100 12013 Message-ID: <3E4C3477.7030306@stason.org> 12014 12015 [ 18706] 12016 Subject: Re: perlvar phrasing clarification for $^S 12017 From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au> 12018 Date: Fri, 14 Feb 2003 10:12:00 +1100 12019 Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au> 12020 12021 [ 18705] 12022 Subject: Re: [perl #20933] \substr reuses lvalues (sometimes) 12023 From: Dave Mitchell <davem@fdgroup.com> 12024 Date: Fri, 14 Feb 2003 22:48:27 +0000 12025 Message-ID: <20030214224827.B6783@fdgroup.com> 12026 12027 with tests: 12028 From: Slaven Rezic <slaven@rezic.de> 12029 Date: 14 Feb 2003 20:23:20 +0100 12030 Message-ID: <87bs1e4qfr.fsf@vran.herceg.de> 12031 12032 [ 18704] 12033 Subject: Re: overriding builtins quirk 12034 From: Jerrad Pierce <belg4mit@MIT.EDU> 12035 Date: Fri, 14 Feb 2003 09:28:13 -0500 12036 Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu> 12037 12038 [ 18703] 12039 Subject: Re: trying to fix #20154, #20357 12040 From: Enache Adrian <enache@rdslink.ro> 12041 Date: Sat, 8 Feb 2003 21:05:14 +0200 12042 Message-ID: <20030208190514.GA866@ratsnest.hole> 12043 (fixes #19061 as well) 12044 Branch: maint-5.8/perl 12045 !> ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm 12046 !> ext/B/B/Terse.pm ext/B/t/terse.t ext/threads/shared/shared.pm 12047 !> hints/darwin.sh op.c pod/perlsub.pod pod/perlvar.pod pp.c 12048 !> pp_ctl.c t/op/goto.t t/op/lc.t t/op/split.t t/op/substr.t 12049 !> t/op/vec.t vms/vms.c 12050____________________________________________________________________________ 12051[ 18743] By: jhi on 2003/02/18 14:12:11 12052 Log: Integrate: 12053 [ 18702] 12054 Update to Scalar-List-Utils 1.11 12055 12056 [ 18709] 12057 Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r) 12058 (problem noticed by Graham with List::Util). 12059 12060 [ 18710] 12061 Update the MD5 checksums. 12062 12063 [ 18711] 12064 Update MD5 Changes; update checksums. 12065 12066 [ 18712] 12067 Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5 12068 even closer to each other. The dec_osf.pl is irrelevant 12069 for the current core but adding it makes for one less exception 12070 when integrating. 12071 12072 [ 18714] 12073 Also Storable really wants the PATCHLEVEL, not PERL_VERSION. 12074 12075 [ 18718] 12076 As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option 12077 which will disable the short forms of the Perl_ API, good for 12078 embedding stuff. (Kind of like the old NO_EMBED, but better.) 12079 12080 [ 18728] 12081 According to Sarathy it's better have the Ministry 12082 of Information to remove all memory of NO_EMBED. 12083 What NO_EMBED? 12084 12085 [ 18729] 12086 NO_SHORT_NAMES is better than HIDE_SHORT_NAMES. 12087 12088 [ 18734] 12089 Suppress empty #ifdef blocks in embed.pl 12090 Branch: maint-5.8/perl 12091 +> ext/Digest/MD5/hints/dec_osf.pl ext/List/Util/t/proto.t 12092 !> MANIFEST embed.h embed.pl ext/Data/Dumper/Dumper.xs 12093 !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm 12094 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL 12095 !> ext/Digest/MD5/t/files.t ext/List/Util/ChangeLog 12096 !> ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm 12097 !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t 12098 !> ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs 12099 !> pod/perlembed.pod 12100____________________________________________________________________________ 12101[ 18742] By: jhi on 2003/02/18 14:05:05 12102 Log: Integrate: 12103 [ 18715] 12104 The new(er) way of controlling Unicode I/O (and other) features; 12105 -C (or PERL_UNICODE). See perlrun/-C for more details. 12106 12107 [ 18716] 12108 Forgotten from #18715. 12109 12110 [ 18717] 12111 Clarify the -C syntax a bit. 12112 12113 [ 18730] 12114 Make also the -CAL conditional on locale. 12115 12116 [ 18731] 12117 Doc tweaks (and one code tweak) based on Philip Newton's comments. 12118 12119 [ 18732] 12120 Philip Newton has eagle eyes :-) 12121 12122 [ 18741] 12123 Format nit. 12124 Branch: maint-5.8/perl 12125 !> embed.fnc embed.h embedvar.h gv.c intrpvar.h locale.c mg.c 12126 !> perl.c perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod 12127 !> pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod 12128 !> proto.h util.c 12129____________________________________________________________________________ 12130[ 18701] By: jhi on 2003/02/14 08:05:43 12131 Log: Somehow oddly these integration changes didn't 12132 make it to the change #18700. 12133 Branch: maint-5.8/perl 12134 !> ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs 12135____________________________________________________________________________ 12136[ 18700] By: jhi on 2003/02/13 14:55:54 12137 Log: Integrate: 12138 [ 18674] 12139 Signedness nits. 12140 12141 [ 18678] 12142 CPAN ChangeLog not needed, says Andreas. 12143 12144 [ 18682] 12145 Subject: [PATCH] version objects final(?) patch 12146 From: John Peacock <jpeacock@rowman.com> 12147 Date: Sun, 05 Jan 2003 21:28:41 -0500 12148 Message-ID: <3E18E9D9.2040908@rowman.com> 12149 12150 [ 18683] 12151 Subject: RE: perldebug.pod suggestion 12152 From: "Jay Hannah" <jhannah@omnihotels.com> 12153 Date: Fri, 24 Jan 2003 11:28:44 -0600 12154 Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2> 12155 12156 [ 18684] 12157 fix for C< use if qw/ 1 open :utf8 / > based on: 12158 Subject: [perl #20536] use if 1, open => ':utf8' fails 12159 From: Autrijus Tang (via RT) <perlbug-followup@perl.org> 12160 Date: 24 Jan 2003 22:39:06 -0000 12161 Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org> 12162 12163 [ 18685] 12164 No, we don't really want the utility scripts. 12165 12166 [ 18686] 12167 Compile under threads and MacOSX. For some reason newSVpvf 12168 was not exapnded. 12169 12170 [ 18687] 12171 Subject: Re: [perl #20716] [FIX] scope error with brackets 12172 From: Enache Adrian <enache@rdslink.ro> 12173 Date: mon feb 10, 2003 18:48:58 Europe/Stockholm 12174 Message-id: <20030210174858.GA872@ratsnest.hole> 12175 12176 [ 18688] 12177 Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory 12178 From: Enache Adrian <enache@rdslink.ro> 12179 Date: sun feb 9, 2003 21:10:25 Europe/Stockholm 12180 Message-Id: <20030209201025.GA1247@ratsnest.hole> 12181 12182 [ 18689] 12183 Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf. 12184 Now allows but ignores the 'l' modifier on floating point formats 12185 and adds a couple of tests. 12186 12187 [ 18690] 12188 fix comment in change #18689 12189 12190 [ 18691] 12191 Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0) 12192 From: Mark Mielke <mark@mark.mielke.cc> 12193 Date: Mon, 20 Jan 2003 19:56:13 -0500 12194 Message-ID: <20030121005613.GA31739@mark.mielke.cc> 12195 12196 [ 18692] 12197 Dueling patches. 12198 12199 [ 18694] 12200 Subject: [PATCH] More B::Concise fixes 12201 From: Stephen McCamant <smcc@mit.edu> 12202 Date: Sun, 9 Feb 2003 17:28:38 -0500 12203 Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU> 12204 12205 [ 18695] 12206 Subject: mini-[patch] perlrun "^$W" typo 12207 From: Iain Truskett <spoon@dellah.org> 12208 Date: Tue, 11 Feb 2003 08:38:52 +1100 12209 Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au> 12210 12211 [ 18696] 12212 Subject: [perl #20654] %*v02x considered invalid in printf 12213 From: Robin Barker (via RT) <perlbug-followup@perl.org> 12214 Date: 10 Feb 2003 16:43:23 -0000 12215 Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org> 12216 12217 [ 18698] 12218 Subject: perlbug (was: Re: [perl #20606] [no subject]) 12219 From: Slaven Rezic <slaven@rezic.de> 12220 Date: 30 Jan 2003 19:03:41 +0100 12221 Message-ID: <87fzra7bwi.fsf@vran.herceg.de> 12222 12223 [ 18697] 12224 Subject: [PATCH 5.9.0] to silence compiler warning 12225 From: Robin Barker <Robin.Barker@npl.co.uk> 12226 Date: Tue, 28 Jan 2003 13:27:17 -0000 12227 Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk> 12228 12229 [ 18699] 12230 gcc 3.2.1 does not have -Wall faith that tmp 12231 will not be used uninitialized. 12232 12233 (ignored some universal.c and util.c changes that were irrelevant 12234 for the maint branch code) 12235 Branch: maint-5.8/perl 12236 - lib/CPAN/ChangeLog 12237 !> MANIFEST doio.c ext/B/B/Concise.pm ext/MIME/Base64/Makefile.PL 12238 !> ext/PerlIO/encoding/encoding.pm lib/if.pm lib/if.t 12239 !> pod/perldebug.pod pod/perlrun.pod pp_ctl.c sv.c 12240 !> t/comp/parser.t t/op/sprintf.t toke.c universal.c 12241 !> utils/perlbug.PL x2p/Makefile.SH 12242____________________________________________________________________________ 12243[ 18673] By: jhi on 2003/02/08 17:38:33 12244 Log: Integrate: 12245 [ 18666] 12246 Patch from Richard Soderberg, cleanup the code a bit and comment 12247 why we are not using SvOOK_on. 12248 12249 [ 18667] 12250 Integrate: 12251 [ 18468] 12252 Subject: [PATCH] VMS perly build tweak 12253 From: "Craig A. Berry" <craigberry@mac.com> 12254 Date: Thu, 9 Jan 2003 14:44:40 -0600 12255 Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]> 12256 12257 [ 18668] 12258 sv_cat_recode() proto was missing, noticed by Craig Berry. 12259 12260 [ 18669] 12261 Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS 12262 From: PPrymmer@factset.com 12263 Date: Wed, 5 Feb 2003 12:00:05 -0500 12264 Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com> 12265 12266 [ 18670] 12267 Subject: [PATCH] perluniintro nit 12268 From: Autrijus Tang <autrijus@autrijus.org> 12269 Date: Fri, 7 Feb 2003 00:02:49 +0800 12270 Message-ID: <20030206160249.GA12984@not.autrijus.org> 12271 12272 [ 18671] 12273 Upgrade to Net::Ping 2.28, from Rob Brown. 12274 12275 [ 18672] 12276 Upgrade to CPAN 1.64, from Andreas Koenig. 12277 Branch: maint-5.8/perl 12278 +> lib/CPAN/ChangeLog lib/CPAN/README lib/Net/Ping/t/190_alarm.t 12279 +> lib/Net/Ping/t/500_ping_icmp.t utils/cpan 12280 !> MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t 12281 !> lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t 12282 !> lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README 12283 !> lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/400_ping_syn.t 12284 !> lib/Net/Ping/t/410_syn_host.t pod/perluniintro.pod proto.h 12285 !> sv.c t/pod/find.t utils.lst 12286____________________________________________________________________________ 12287[ 18667] By: jhi on 2003/02/06 19:58:41 12288 Log: Integrate: 12289 [ 18468] 12290 Subject: [PATCH] VMS perly build tweak 12291 From: "Craig A. Berry" <craigberry@mac.com> 12292 Date: Thu, 9 Jan 2003 14:44:40 -0600 12293 Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]> 12294 Branch: maint-5.8/perl 12295 !> vms/descrip_mms.template 12296____________________________________________________________________________ 12297[ 18665] By: jhi on 2003/02/06 09:34:12 12298 Log: Integrate: 12299 [ 18647] 12300 Subject: Re: [perl #20606] [PATCH} openbsd hints 12301 From: Abe Timmerman <abe@ztreet.demon.nl> 12302 Date: Sun, 2 Feb 2003 18:27:57 +0100 12303 Message-Id: <200302021827.57240.abe@ztreet.demon.nl> 12304 12305 [ 18648] 12306 Fix bug #8760 : cop_line isn't properly restored 12307 when a module is loaded at runtime behind the scenes. 12308 12309 [ 18649] 12310 Document the environment variable PERL_UTF8_LOCALE in perlrun. 12311 12312 [ 18650] 12313 Force the C locale in makedepend, to prevent gcc from 12314 producing locale-dependent messages. 12315 12316 [ 18651] 12317 Signedness issue. 12318 12319 [ 18652] 12320 Comment tweak. 12321 12322 [ 18653] 12323 Fix "[perl #20667] unicode regex vs non-unicode regex". 12324 The PL_regdata was not set up (S_cache_re()) before it 12325 was needed (S_reginclass()). The test put in fresh_perl.t 12326 because we need a pristine state to start. 12327 12328 [ 18654] 12329 Sync with 1.10 12330 12331 [ 18655] 12332 Add the new test to MANIFEST. 12333 12334 [ 18656] 12335 Better version of change #18648, by Enache Adrian 12336 Message-ID: <20030204101533.GA11817@ratsnest.hole> 12337 12338 [ 18657] 12339 Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq) 12340 From: Stephen McCamant <smcc@mit.edu> 12341 Date: Mon, 3 Feb 2003 21:01:07 -0500 12342 Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU> 12343 12344 [ 18658] 12345 s/S_cache_re/cache_re/ for building with threads. 12346 12347 [ 18659] 12348 Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS 12349 From: PPrymmer@factset.com 12350 Date: Tue, 4 Feb 2003 12:03:17 -0500 12351 Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com> 12352 12353 [ 18660] 12354 Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823]) 12355 From: Inaba HIroto <inaba@st.rim.or.jp> 12356 Date: Sat, 01 Feb 2003 21:58:20 +0900 12357 Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp> 12358 12359 [ 18661] 12360 [perl #19767] has become fixed too (by changes #18653 12361 and #18658, methinks), adding the test(s). 12362 12363 [ 18662] 12364 Add the test of [perl #8760] (fixed by change #18656). 12365 12366 [ 18663] 12367 Upgrade to Encode 1.87. 12368 12369 [ 18664] 12370 Things forgotten from Encode 1.87. 12371 Branch: maint-5.8/perl 12372 +> ext/List/Util/t/lln.t 12373 !> (integrate 43 files) 12374____________________________________________________________________________ 12375[ 18646] By: jhi on 2003/02/03 12:54:10 12376 Log: Integrate: 12377 [ 18640] 12378 Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes 12379 threading issue. Should perhaps be a PVOP to save memory, but then 12380 we have nowhere to store the hash of the function! 12381 12382 [ 18641] 12383 In any case, never copy this but use the same SV since 12384 if we copy we loose the hash we so badly need. 12385 For op_const we might still need to copy however. 12386 12387 [ 18644] 12388 Duh, test -e ENOPORTABLE, I should've remembered that. 12389 (Made Solaris go boom.) 12390 Branch: maint-5.8/perl 12391 !> Configure dump.c op.c pp_hot.c 12392____________________________________________________________________________ 12393[ 18639] By: jhi on 2003/02/02 20:59:37 12394 Log: Update Changes. 12395 Branch: maint-5.8/perl 12396 ! Changes patchlevel.h 12397____________________________________________________________________________ 12398[ 18638] By: jhi on 2003/02/02 20:26:13 12399 Log: Integrate: 12400 [ 18621] 12401 Fix and test for [perl #15549 Empty \Q\E not permitted] 12402 (test.pl-ise quotemeta.t, too) 12403 12404 [ 18622] 12405 minitest wasn't working. (The $^X /miniperl/ test in 12406 io/crlf.t didn't work in Tru64, $^X was "./perl", used 12407 the same 'eval q/use .../' trick everywhere.) 12408 12409 [ 18624] 12410 Plan 9: doesn't really do Configure (undo #18585/#18586) 12411 12412 [ 18626] 12413 Plan 9: No Configure. 12414 12415 [ 18627] 12416 Plan 9: Update the list of object files. 12417 12418 [ 18628] 12419 Plan 9: Update config.plan9 based on Russ Cox' work. 12420 12421 [ 18629] 12422 Plan 9: Supply also Russ Cox' original config.h for 5.8.0. 12423 12424 [ 18630] 12425 [perl #15397] seems to have been fixed; add its test. 12426 12427 [ 18631] 12428 The [perl #7471] seems to have been fixed; add its test. 12429 12430 [ 18632] 12431 Also [perl #3547] has been fixed; add its test case. 12432 12433 [ 18633] 12434 Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch 12435 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 12436 Date: Wed, 22 Jan 2003 22:35:56 +0100 12437 Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr> 12438 12439 [ 18634] 12440 Subject: [PATCH] pod/perlfunc.pod 12441 From: abigail@abigail.nl 12442 Date: Sun, 2 Feb 2003 16:59:48 +0100 12443 Message-Id: <20030202155948.7971.qmail@abigail.nl> 12444 12445 [ 18635] 12446 Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox. 12447 12448 [ 18636] 12449 Subject: Re: typo in checkin 18616 12450 From: Nick Ing-Simmons <nick@ing-simmons.net> 12451 Date: Sun, 02 Feb 2003 17:23:08 +0000 12452 Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com> 12453 12454 [ 18637] 12455 Plan 9: Some time has passed. 12456 Branch: maint-5.8/perl 12457 +> plan9/config_h.sample plan9/config_sh.sample 12458 !> Configure MANIFEST XSUB.h mg.c plan9/buildinfo 12459 !> plan9/config.plan9 plan9/mkfile pod/perlfunc.pod pp.c pp_ctl.c 12460 !> pp_hot.c regexec.c regexp.h t/io/crlf.t t/op/pat.t 12461 !> t/op/quotemeta.t t/uni/tr_7jis.t t/uni/tr_eucjp.t 12462 !> t/uni/tr_sjis.t t/uni/tr_utf8.t toke.c 12463____________________________________________________________________________ 12464[ 18619] By: jhi on 2003/02/01 21:13:47 12465 Log: Integrate: 12466 [ 18618] 12467 Fix bug #15837, temporary from storable call hadn't gotten 12468 freed yet and was cloned but without a real (AvREAL) 12469 reference to it. @_ doesn't refcount! 12470 Branch: maint-5.8/perl 12471 !> ext/threads/threads.xs 12472____________________________________________________________________________ 12473[ 18617] By: jhi on 2003/02/01 20:05:08 12474 Log: Integrate: 12475 [ 18616] 12476 Integrate from perlio: 12477 12478 [ 18591] 12479 PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so 12480 correct XSUB.h 12481 12482 [ 18611] 12483 Michael Schroeder's fix for re-try if stdio ops after 12484 interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S). 12485 12486 [ 18612] 12487 PerlIO friendly version of speed up of $/ = undef case. 12488 12489 [ 18613] 12490 fflush() before invalidating stdio's fileno. 12491 12492 [ 18615] 12493 Don't free thread before using it, breaks platforms that 12494 trust that I really want to free what I free, (like HPUX 12495 and AIX). 12496 12497 [ 18614] 12498 Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics 12499 From: Nick Ing-Simmons <nick@ing-simmons.net> 12500 Date: Sat, 01 Feb 2003 13:03:52 +0000 12501 Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com> 12502 12503 [ 18609] 12504 Go even further (back) than change #18608 and revert 12505 to the 5.8.0 code, since otherwise split.t #40 fails. 12506 The four new tests of pat.t should keep us more honest. 12507 12508 [ 18608] 12509 Subject: [FIX] Re: UTF-8 failures (surprise!) 12510 From: Enache Adrian <enache@rdslink.ro> 12511 Date: Fri, 31 Jan 2003 09:20:59 +0200 12512 Message-ID: <20030131072059.GB6045@ratsnest.hole> 12513 12514 [ 18607] 12515 Fix typo in version check ($[ to $]). 12516 12517 [ 18606] 12518 Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ? 12519 From: Jose.auguste-etienne@cgss-guyane.fr 12520 Date: Thu, 30 Jan 2003 12:40:53 -0300 12521 Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr> 12522 12523 [ 18605] 12524 [perl #20616] code example in the FAQ that isn't strict-friendly. 12525 Subject: [perl #20616] Tie::IxHash doc error. 12526 From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org> 12527 Date: 30 Jan 2003 11:43:17 -0000 12528 Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org> 12529 12530 [ 18604] 12531 FAQ sync. 12532 12533 [ 18603] 12534 Subject: [FIX] Re: UTF-8 failures (surprise!) 12535 From: Enache Adrian <enache@rdslink.ro> 12536 Date: Thu, 30 Jan 2003 10:48:09 +0200 12537 Message-ID: <20030130084809.GA16902@ratsnest.hole> 12538 12539 Fix for half of the failures, with an expanded test. 12540 12541 [ 18602] 12542 Updates to the openbsd hints 12543 12544 Subject: [perl #20606] [no subject] 12545 Date: 29 Jan 2003 18:38:37 -0000 12546 From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org> 12547 Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org> 12548 12549 [ 18599] 12550 Fix a very small memory leak in op_free, by reserving the 12551 case op_seq == (U16)-1 for the compiler backend 12552 12553 Subject: Re: Freeing code 12554 From: "Paul Johnson" <paul@pjcj.net> 12555 Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET) 12556 Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net> 12557 12558 [ 18597] 12559 Subject: Re: [perl #20274] perlbug requires dynamic loading 12560 From: Slaven Rezic <slaven@rezic.de> 12561 Date: 14 Jan 2003 20:58:54 +0100 12562 Message-ID: <87n0m3v6yp.fsf@vran.herceg.de> 12563 12564 [ 18596] 12565 Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but 12566 without the lval context tweak. Used in OP_DBSTATE. 12567 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d 12568 From: Dave Mitchell <davem@fdgroup.com> 12569 Date: Sun, 26 Jan 2003 17:42:42 +0000 12570 Message-ID: <20030126174242.H16182@fdgroup.com> 12571 12572 [ 18594] 12573 Update the pod list for Plan 9. 12574 12575 [ 18593] 12576 When we copy things out of a hash and increment the 12577 refcount of the shared scalar, we really must protect 12578 that refcount increase with a lock, or else it might not 12579 happen. Fixes segfault when objects would prematurely 12580 be killed. 12581 12582 [ 18588] 12583 Lest people get worried about not having PerlIO. 12584 Branch: maint-5.8/perl 12585 !> XSUB.h cop.h ext/Storable/t/restrict.t 12586 !> ext/Sys/Hostname/Hostname.pm ext/threads/shared/shared.xs 12587 !> ext/threads/threads.xs hints/openbsd.sh lib/utf8.t op.c 12588 !> perlio.c plan9/mkfile pod/perlfaq.pod pod/perlfaq2.pod 12589 !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 12590 !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlunicode.pod 12591 !> pod/perluniintro.pod pp_ctl.c regexec.c sv.c t/op/pat.t 12592____________________________________________________________________________ 12593[ 18590] By: jhi on 2003/01/26 13:21:03 12594 Log: Integrate: 12595 [ 18589] 12596 OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint. 12597 12598 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d 12599 From: Dave Mitchell <davem@fdgroup.com> 12600 Date: Fri, 24 Jan 2003 18:44:19 +0000 12601 Message-ID: <20030124184419.F11179@fdgroup.com> 12602 Branch: maint-5.8/perl 12603 !> mg.c op.h pp_ctl.c 12604____________________________________________________________________________ 12605[ 18587] By: jhi on 2003/01/26 09:29:52 12606 Log: Integrate: 12607 [ 18583] 12608 Plan 9 compiler can't return quads from the ?: (condop). 12609 (There may be more spots like this, so a Configure test 12610 maybe in order, but this works for now.) From Russ Cox. 12611 12612 [ 18584] 12613 Plan 9 doesn't really have the symlink API, from Russ Cox. 12614 12615 [ 18586] 12616 Plan 9 doesn't do nm, from Russ Cox. 12617 Branch: maint-5.8/perl 12618 !> Configure ext/PerlIO/via/via.xs plan9/plan9ish.h 12619____________________________________________________________________________ 12620[ 18582] By: jhi on 2003/01/26 08:30:37 12621 Log: Integrate: 12622 [ 18579] 12623 Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero 12624 From: Enache Adrian <enache@rdslink.ro> 12625 Date: Sun, 26 Jan 2003 04:55:48 +0200 12626 Message-Id: <20030126025548.GB812@ratsnest.hole> 12627 12628 [ 18580] 12629 Subject: patch to speed up Perl's slurp mode 12630 From: Enache Adrian <enache@rdslink.ro> 12631 Date: Fri, 24 Jan 2003 06:23:54 +0200 12632 Message-Id: <20030124042354.GA30362@ratsnest.hole> 12633 12634 [ 18581] 12635 Subject: Re: truncate using a globref 12636 From: Slaven Rezic <slaven@rezic.de> 12637 Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET) 12638 Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de> 12639 Branch: maint-5.8/perl 12640 ! sv.c 12641 !> ext/Storable/Storable.xs pp_ctl.c pp_sys.c t/io/fs.t 12642____________________________________________________________________________ 12643[ 18576] By: jhi on 2003/01/23 13:52:39 12644 Log: The perlio->maint changes had somehow gotten of sync. 12645 Branch: maint-5.8/perl 12646 !> perlio.c 12647____________________________________________________________________________ 12648[ 18575] By: jhi on 2003/01/23 12:33:38 12649 Log: Integrate: 12650 [ 18569] 12651 Fix [perl #19860] by adding a POSIX::fsync() stub. 12652 Branch: maint-5.8/perl 12653 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod 12654____________________________________________________________________________ 12655[ 18574] By: jhi on 2003/01/23 12:28:19 12656 Log: Integrate: 12657 [ 18573] 12658 Fix Solaris 32-bit invalidate case. 12659 Branch: maint-5.8/perl 12660 !> perlio.c 12661____________________________________________________________________________ 12662[ 18568] By: jhi on 2003/01/22 20:24:37 12663 Log: Add the POSIX::sigaction() trick by Slaven Rezic 12664 for [perl #17341]. 12665 Branch: maint-5.8/perl 12666 ! pod/perlfunc.pod pod/perlipc.pod 12667____________________________________________________________________________ 12668[ 18567] By: jhi on 2003/01/22 18:37:55 12669 Log: Integrate: 12670 [ 18545] 12671 Subject: [PATCH perl-current] AUTHORS correction 12672 From: Richard Soderberg <rs@crystalflame.net> 12673 Date: Wed, 22 Jan 2003 02:08:13 -0500 12674 Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net> 12675 12676 [ 18552] 12677 Subject: [PATCH] assert PV isn't RV 12678 From: Nicholas Clark <nick@unfortu.net> 12679 Date: Fri, 17 Jan 2003 19:40:45 +0000 12680 Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net> 12681 12682 [ 18553] 12683 Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8) 12684 From: Martti Rahkila <martti.rahkila@hut.fi> 12685 Date: Sat, 18 Jan 2003 00:25:39 +0200 12686 Message-ID: <20030118002539.A30585@wurlitzer.hut.fi> 12687 12688 (chose the 'even safer' version) 12689 12690 [ 18554] 12691 Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY 12692 From: Dave Mitchell <davem@fdgroup.com> 12693 Date: Sun, 19 Jan 2003 16:43:54 +0000 12694 Message-ID: <20030119164353.B24444@fdgroup.com> 12695 12696 [ 18556] 12697 Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)) 12698 From: Robin Barker <Robin.Barker@npl.co.uk> 12699 Date: Mon, 20 Jan 2003 15:26:21 -0000 12700 Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk> 12701 12702 [ 18558] 12703 Subject: Re: slight tweak to -DR flag - display whether on tmps stack 12704 From: Dave Mitchell <davem@fdgroup.com> 12705 Date: Sun, 19 Jan 2003 17:22:05 +0000 12706 Message-ID: <20030119172204.D24444@fdgroup.com> 12707 12708 [ 18559] 12709 Upgrade to Encode 1.86. 12710 Branch: maint-5.8/perl 12711 !> AUTHORS av.c dump.c ext/Encode/Changes ext/Encode/Encode.pm 12712 !> ext/Encode/MANIFEST ext/Encode/Unicode/Unicode.xs 12713 !> ext/Encode/encoding.pm ext/Encode/t/enc_eucjp.t 12714 !> ext/Encode/t/enc_utf8.t lib/Term/Complete.pm perlio.h sv.h 12715 !> t/op/array.t 12716____________________________________________________________________________ 12717[ 18566] By: jhi on 2003/01/22 18:32:41 12718 Log: Regen Configure. 12719 Branch: maint-5.8/perl 12720 ! Configure config_h.SH 12721____________________________________________________________________________ 12722[ 18565] By: jhi on 2003/01/22 18:15:06 12723 Log: Integrate from perlio: 12724 [ 18539] 12725 Try the invalidate_fileno() idea for non-leaky stdio sockets. 12726 12727 [ 18540] 12728 stdio does NOT set errno==EBADF on invalidated fileno 12729 12730 [ 18547] 12731 Tweak APItest for new semantics of printf. 12732 Now printf() is always real printf() and not #define'd to 12733 PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected 12734 back to original file does not affect stdout unless we are 12735 using :stdio as implementation. So things printf()ed XS side 12736 are not written to file (and turn up at end of test). 12737 So add an XS function which does fflush(stdout), modify .pm 12738 file to export it and .t file to call it. 12739 12740 [ 18548] 12741 Add defined(__osf__) case to invalidate_fileno (for Tru64). 12742 12743 [ 18549] 12744 Report layer name (without arg) on fail, and attempt to 12745 autoload layer name. (Fix for [perl #20460]). 12746 12747 [ 18550] 12748 #if defined(__irix__) (for stdio invalidate) from Jarkko. 12749 12750 [ 18560] 12751 Fixes for open.pm which attempts to load layers: 12752 1. C equivalent of local $SIG{__WARN__} = sub {} 12753 while loading layers to supress warnings lib/open.t does 12754 not want. 12755 2. The loading scheme does not recurse now so look for 12756 new symptom of bad layer which is that a good module 12757 fails to load (as we cannot open any files). 12758 12759 NOTE: In my opinion open.pm should probably die on bad layer 12760 spec rather than just (maybe) warning and then allowing opens 12761 to fail. 12762 Branch: maint-5.8/perl 12763 !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs 12764 !> ext/XS/APItest/t/printf.t lib/open.pm lib/open.t perlio.c 12765____________________________________________________________________________ 12766[ 18564] By: jhi on 2003/01/22 18:07:19 12767 Log: Use the aTHX_-less form (cousin of change #18544). 12768 Branch: maint-5.8/perl 12769 ! sv.c 12770____________________________________________________________________________ 12771[ 18563] By: jhi on 2003/01/22 18:03:40 12772 Log: Integrate: 12773 [ 18541] 12774 Try to make including patchlevel.h a bit more 12775 robust (use <> instead of "") and in case of 12776 failure (PERL_VERSION didn't get defined) try 12777 to fail (by trying to #include an "obviously" 12778 named file that should not exist) (didn't use 12779 #error since IIRC older cpps do not have it) 12780 (Tries to address [perl #20276].) 12781 12782 [ 18543] 12783 Update the MD5 checksums. 12784 Branch: maint-5.8/perl 12785 !> ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm 12786 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t 12787 !> ext/List/Util/Util.xs ext/Storable/Storable.xs 12788____________________________________________________________________________ 12789[ 18562] By: jhi on 2003/01/22 17:59:44 12790 Log: Integrate: 12791 [ 18536] 12792 Allow explicit -C enable/disable by -C:1/-C:0 12793 (suggested by Peter Haworth). 12794 12795 (accept mainline's perlrun since somehow maint has gotten of sync) 12796 Branch: maint-5.8/perl 12797 !> perl.c pod/perlrun.pod 12798____________________________________________________________________________ 12799[ 18535] By: jhi on 2003/01/21 02:49:55 12800 Log: Integrate: 12801 [ 18526] 12802 Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385] 12803 From: Blair Zajac <blair@orcaware.com> 12804 Date: Wed, 08 Jan 2003 12:28:35 -0800 12805 Message-ID: <3E1C89F3.2B4759C@orcaware.com> 12806 12807 [ 18527] 12808 Subject: perl version reporting 12809 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 12810 Date: Wed, 18 Dec 2002 08:30:32 +0100 12811 Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl> 12812 12813 [ 18532] 12814 Subject: Re: [perl #19236] perlsyn: implicit localisation in while() 12815 From: Martien Verbruggen <mgjv@tradingpost.com.au> 12816 Date: Tue, 31 Dec 2002 16:42:28 +1100 12817 Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home> 12818 12819 [ 18533] 12820 Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0 12821 From: hv@crypt.org 12822 Date: Thu, 02 Jan 2003 14:33:49 +0000 12823 Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk> 12824 12825 [ 18534] 12826 Subject: PATCH: perldoc in MAINT branch (probably unstable too) 12827 From: Chip Turner <cturner@redhat.com> 12828 Date: 02 Jan 2003 11:35:57 -0500 12829 Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com> 12830 Branch: maint-5.8/perl 12831 !> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm 12832 !> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL 12833 !> lib/Pod/Perldoc.pm perl.c pod/perlsyn.pod regexec.c 12834 !> t/op/subst.t 12835____________________________________________________________________________ 12836[ 18525] By: jhi on 2003/01/20 17:54:12 12837 Log: Integrate: 12838 [ 18516] 12839 microperl update. 12840 12841 [ 18519] 12842 Encode MANIFEST update. 12843 12844 [ 18521] 12845 Retract #18154 (integrate of perlio #18507), not enough 12846 threadsafety. 12847 12848 [ 18522] 12849 Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero 12850 From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org> 12851 Date: 20 Jan 2003 01:54:07 -0000 12852 Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org> 12853 12854 [ 18523] 12855 Upgrade to Digest 1.02. 12856 12857 [ 18524] 12858 Integrate from perlio: 12859 [ 18520] 12860 Move #define printf out of perl.h into appropriate 12861 PerlIO files. 12862 Branch: maint-5.8/perl 12863 !> Makefile.micro ext/Encode/MANIFEST fakesdio.h lib/Digest.pm 12864 !> lib/Digest.t nostdio.h perl.h perlio.c pp_hot.c uconfig.h 12865 !> uconfig.sh 12866____________________________________________________________________________ 12867[ 18515] By: jhi on 2003/01/18 18:43:52 12868 Log: Integrate: 12869 [ 18474] 12870 Integrate from perlio: 12871 [ 18470] 12872 Fix #16306 and #16880 12873 12874 (#16306 Big Badda leak in Sockets) 12875 (#16880 Memory leak with IO::Socket in Perl v5.8.0) 12876 12877 [ 18475] 12878 Integrate from perlio: 12879 [ 18471] 12880 Fix #18711 and add test for it (and indeed tell on write 12881 handles at all ! 12882 12883 (#18711 Serious bug of tell() in perl) 12884 12885 [ 18507] 12886 Thread-protection for dup/fclose/dup2 scheme of stdio leak 12887 avoidance. 12888 12889 [ 18508] 12890 Subject: Re: 18457 on cygwin/20030113 12891 From: Nick Ing-Simmons <nick.ing-simmons@elixent.com> 12892 Date: Fri, 17 Jan 2003 15:10:34 +0000 12893 Message-Id: <20030117151034.2651.3@bactrian.elixent.com> 12894 12895 [ 18509] 12896 Upgrade to Digest::MD5 2.22. 12897 12898 [ 18510] 12899 Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs) 12900 12901 [ 18511] 12902 Upgrade to Digest 1.01. 12903 12904 [ 18512] 12905 EPOC perl address updates. 12906 12907 [ 18513] 12908 Slight pod reformatting based on [perl #20284]. 12909 12910 [ 18514] 12911 Integrate from perlio: 12912 [ 18507] 12913 Thread-protection for dup/fclose/dup2 scheme of stdio leak 12914 avoidance. 12915 Branch: maint-5.8/perl 12916 !> README.epoc README.mint ext/Data/Dumper/Dumper.pm 12917 !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm 12918 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/README 12919 !> ext/Digest/MD5/t/files.t lib/Digest.pm perlio.c t/io/tell.t 12920 !> utils/libnetcfg.PL 12921____________________________________________________________________________ 12922[ 18505] By: jhi on 2003/01/17 13:36:55 12923 Log: Integrate: 12924 [ 18504] 12925 Integrate from perlio: 12926 [ 18476] 12927 Remove workaround for :stdio layer bug now fixed 12928 (Fixes #18975) 12929 Branch: maint-5.8/perl 12930 !> pp_sys.c 12931____________________________________________________________________________ 12932[ 18503] By: jhi on 2003/01/16 23:29:57 12933 Log: Integrate: 12934 [ 18478] 12935 Upgrade to Encode 1.84. 12936 12937 [ 18479] 12938 Add a test for encoding 'utf8'. 12939 12940 [ 18480] 12941 Encode 1.84 broke the subtest #7, further study required. 12942 12943 [ 18481] 12944 Apparently some stdios have bugs (no! don't tell it is so!) 12945 or there is a corner of stdio that is substandardised. 12946 12947 [ 18483] 12948 Detypo. 12949 12950 [ 18484] 12951 Upgrade to Time::HiRes 1.42. 12952 12953 [ 18486] 12954 isa() and can() didn't work on magic variables 12955 see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr> 12956 plus a test case by B. Goldberg 12957 12958 [ 18487] 12959 Add a test case for bug [perl #19545] 12960 12961 [ 18488] 12962 Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain 12963 From: Brendan O'Dea <bod@debian.org> 12964 Date: Sun, 12 Jan 2003 06:17:30 +1100 12965 Message-ID: <20030111191730.GA19420@londo.c47.org> 12966 12967 [ 18489] 12968 Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples 12969 From: Brendan O'Dea <bod@debian.org> 12970 Date: Sun, 12 Jan 2003 06:18:32 +1100 12971 Message-ID: <20030111191832.GA19441@londo.c47.org> 12972 12973 [ 18490] 12974 Make the locale-induced UTF-8-ification of STD fhs 12975 and the default file open layer explicit (either -C 12976 or PERL_UTF8_LOCALE), instead of implicit (and unasked-for). 12977 12978 [ 18491] 12979 if (0) the PL_widesyscalls code for now: Sarathy 12980 should take another look to see whether it is really 12981 safe to remove the code, too. 12982 12983 [ 18492] 12984 Subject: Update for ext/Digest/MD5/ 12985 From: Gisle Aas <gisle@ActiveState.com> 12986 Date: 30 Dec 2002 07:38:16 -0800 12987 Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com> 12988 12989 [ 18493] 12990 Subject: Update for ext/MIME/Base64/ 12991 From: Gisle Aas <gisle@ActiveState.com> 12992 Date: 30 Dec 2002 07:34:34 -0800 12993 Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com> 12994 12995 [ 18494] 12996 Upgrade to CGI.pm 2.89. 12997 12998 [ 18495] 12999 It seems the binmode() is needed with UTF-8 locales enabled. 13000 13001 [ 18496] 13002 Fix 'use encoding' I/O for code points 0x80..0xFF; 13003 code changes from Inaba Hiroto; test tweaks by jhi. 13004 13005 [ 18501] 13006 Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_ 13007 From: "Jos I. Boumans" <kane@dwim.org> 13008 Date: Thu, 16 Jan 2003 14:04:48 +0100 13009 Message-ID: <3E26ADF0.6010605@dwim.org> 13010 (with test tweaks) 13011 13012 [ 18502] 13013 Integrate from maint-5.6: 13014 [ 18477] 13015 search utility doesn't skip exe/lib/pdb files properly on windows 13016 Branch: maint-5.8/perl 13017 +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t 13018 !> (integrate 57 files) 13019____________________________________________________________________________ 13020[ 18466] By: jhi on 2003/01/09 14:07:25 13021 Log: Integrate: 13022 [ 18459] 13023 PerlFAQ sync. 13024 13025 [ 18465] 13026 Fix the doc for splitpath() in the File::Spec modules : 13027 this function doesn't return undef in any case. 13028 Branch: maint-5.8/perl 13029 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm 13030 !> lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm pod/perlfaq.pod 13031 !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod 13032 !> pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod 13033 !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod 13034____________________________________________________________________________ 13035[ 18458] By: jhi on 2003/01/08 19:43:26 13036 Log: Integrate: 13037 [ 18438] 13038 Subject: Re: [PATCH] Tiny nits in perlre.pod 13039 From: andreas.koenig@anima.de (Andreas J. Koenig) 13040 Date: Fri, 03 Jan 2003 00:57:15 +0100 13041 Message-ID: <m33cob14x0.fsf@k242.linux.bogus> 13042 13043 [ 18439] 13044 Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=... 13045 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 13046 Date: Fri, 13 Dec 2002 00:54:43 +0100 13047 Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr> 13048 Same as change 18403 for maint-5.8 branch 13049 13050 [ 18441] 13051 Subject: [DOCPATCH] File::Copy's synopsis 13052 From: Nicholas Clark <nick@unfortu.net> 13053 Date: Wed, 1 Jan 2003 21:09:30 +0000 13054 Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net> 13055 13056 [ 18451] 13057 Subject: [PATCH perl@18746] VMS test adjustments 13058 Date: Sat, 04 Jan 2003 11:26:00 -0600 13059 From: "Craig A. Berry" <craigberry@mac.com> 13060 Message-ID: <3E171928.1040100@mac.com> 13061 13062 [ 18453] 13063 Change the value of ${^TAINT} : 0 without taint checks, 13064 1 with -T, and -1 with -t or -TU. 13065 13066 [ 18454] 13067 Integrate podlators-1.25 13068 13069 [ 18455] 13070 Subject: [PATCH] integrate more with report_evil_fh 13071 From: Nicholas Clark <nick@unfortu.net> 13072 Date: Thu, 26 Dec 2002 20:56:21 +0000 13073 Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net> 13074 Branch: maint-5.8/perl 13075 !> ext/Devel/Peek/Peek.t ext/Filter/t/call.t 13076 !> lib/ExtUtils/t/Embed.t lib/File/Copy.pm lib/Pod/Man.pm 13077 !> lib/Pod/t/man.t lib/charnames.t mg.c pod/perlre.pod 13078 !> pod/perlvar.pod pp_sys.c t/op/taint.t t/run/runenv.t 13079 !> t/run/switchI.t t/run/switcht.t 13080____________________________________________________________________________ 13081[ 18457] By: jhi on 2003/01/08 01:47:02 13082 Log: Upgrade to Time::HiRes 1.42. 13083 Branch: maint-5.8/perl 13084 + ext/Time/HiRes/fallback/const-c.inc 13085 + ext/Time/HiRes/fallback/const-xs.inc 13086 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm 13087 ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL 13088____________________________________________________________________________ 13089[ 18452] By: jhi on 2003/01/06 13:47:59 13090 Log: Regen Configure. 13091 Branch: maint-5.8/perl 13092 ! Configure 13093____________________________________________________________________________ 13094[ 18450] By: jhi on 2003/01/06 04:44:28 13095 Log: Tiny output tweak. 13096 Branch: maint-5.8/perl 13097 ! t/op/pat.t 13098____________________________________________________________________________ 13099[ 18449] By: jhi on 2003/01/05 16:12:26 13100 Log: Update Changes. 13101 Branch: maint-5.8/perl 13102 ! Changes patchlevel.h 13103____________________________________________________________________________ 13104[ 18448] By: jhi on 2003/01/05 15:29:54 13105 Log: Subject: Partial Data::Dumper patch 13106 From: Richard Clamp <richardc@unixbeard.net> 13107 Date: Sat, 4 Jan 2003 00:52:47 +0000 13108 Message-ID: <20030104005247.GA27685@mirth.demon.co.uk> 13109 13110 Subject: Re: Partial Data::Dumper patch 13111 From: Slaven Rezic <slaven@rezic.de> 13112 Date: 04 Jan 2003 02:48:08 +0100 13113 Message-ID: <87u1gp4rdz.fsf@vran.herceg.de> 13114 Branch: maint-5.8/perl 13115 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t 13116____________________________________________________________________________ 13117[ 18447] By: jhi on 2003/01/05 14:58:52 13118 Log: test.pl-ise t/op/fh.t. 13119 Branch: maint-5.8/perl 13120 ! t/op/fh.t 13121____________________________________________________________________________ 13122[ 18446] By: jhi on 2003/01/05 14:58:06 13123 Log: Add a test for change #18444 (and a new test file, since 13124 I couldn't find anything fitting) 13125 Branch: maint-5.8/perl 13126 + t/op/readline.t 13127 ! MANIFEST 13128____________________________________________________________________________ 13129[ 18445] By: jhi on 2003/01/05 14:46:32 13130 Log: Backport change #18444 to maint. 13131 Branch: maint-5.8/perl 13132 ! pp_hot.c sv.c sv.h 13133____________________________________________________________________________ 13134[ 18444] By: jhi on 2003/01/05 14:33:04 13135 Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault 13136 From: Stephen McCamant <smcc@mit.edu> 13137 Date: Thu, 2 Jan 2003 18:08:23 -0500 13138 Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU> 13139 Branch: maint-5.8/perl 13140 ! pp_hot.c 13141____________________________________________________________________________ 13142[ 18443] By: jhi on 2003/01/05 14:22:33 13143 Log: Subject: [PATCH perl@18746] VMS test adjustments 13144 From: "Craig A. Berry" <craigberry@mac.com> 13145 Date: Sat, 04 Jan 2003 11:26:00 -0600 13146 Message-ID: <3E171928.1040100@mac.com> 13147 Branch: maint-5.8/perl 13148 ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t 13149 ! t/run/switchI.t 13150____________________________________________________________________________ 13151[ 18442] By: jhi on 2003/01/04 21:18:39 13152 Log: Spotted by rgs. 13153 Branch: maint-5.8/perl 13154 ! lib/File/Copy.pm 13155____________________________________________________________________________ 13156[ 18437] By: jhi on 2003/01/04 14:39:35 13157 Log: Integrate: 13158 [ 18434] 13159 Forgot to add problems.t with change #18419 13160 Branch: maint-5.8/perl 13161 +> ext/threads/t/problems.t 13162____________________________________________________________________________ 13163[ 18436] By: jhi on 2003/01/04 14:37:33 13164 Log: Integrate: 13165 [ 18435] 13166 The problems.t is back. 13167 Branch: maint-5.8/perl 13168 !> MANIFEST 13169____________________________________________________________________________ 13170[ 18433] By: jhi on 2003/01/04 04:49:38 13171 Log: Integrate: 13172 [ 18432] 13173 One more (or, rather, less) //. 13174 Branch: maint-5.8/perl 13175 !> ext/threads/threads.xs 13176____________________________________________________________________________ 13177[ 18430] By: jhi on 2003/01/04 04:35:40 13178 Log: // is still not portable C commentary. 13179 Branch: maint-5.8/perl 13180 ! ext/threads/threads.xs 13181____________________________________________________________________________ 13182[ 18429] By: jhi on 2003/01/04 04:19:57 13183 Log: AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE 13184 things like drand48_data are undefined). 13185 Branch: maint-5.8/perl 13186 ! hints/aix.sh 13187____________________________________________________________________________ 13188[ 18428] By: jhi on 2003/01/04 03:58:22 13189 Log: Somehow I managed to get makefile.olds that didn't get cleaned away. 13190 Branch: maint-5.8/perl 13191 ! Makefile.SH x2p/Makefile.SH 13192____________________________________________________________________________ 13193[ 18427] By: jhi on 2003/01/04 03:49:34 13194 Log: To go with change #18404. 13195 Branch: maint-5.8/perl 13196 ! lib/Attribute/Handlers/t/multi.t 13197____________________________________________________________________________ 13198[ 18426] By: jhi on 2003/01/04 03:38:27 13199 Log: Integrate: [ 18425] Until Arthur really adds the problems.t. 13200 Branch: maint-5.8/perl 13201 !> MANIFEST 13202____________________________________________________________________________ 13203[ 18424] By: jhi on 2003/01/04 03:20:08 13204 Log: Integrate: 13205 [ 18417] 13206 Fake what context we are running in for CLONE and DESTROY so 13207 threads->tid() returns the correct value. 13208 This is reported as bug #10046 13209 13210 [ 18419] 13211 Fixes bug #15273, the return of the object caused 13212 the stash of the object to be cloned, cloning the entire syntax 13213 tree and all lexicals in there creating danglning copies to the 13214 object. (Pararell but unlinked STASH tree). 13215 This adds a new flag, when set it will use STASHES from the 13216 thread we are joining into avoiding the problem. 13217 13218 [ 18421] 13219 Fix long standing memory leak with pop and shift! 13220 Branch: maint-5.8/perl 13221 !> MANIFEST ext/threads/shared/shared.xs ext/threads/t/basic.t 13222 !> ext/threads/threads.xs sv.c sv.h 13223____________________________________________________________________________ 13224[ 18423] By: jhi on 2003/01/04 03:12:42 13225 Log: spent_size was still off. (As far as I can tell 13226 _SC_GETPW_R_SIZE_MAX is supposed to be used also 13227 for spents, not just pwents.) 13228 Branch: maint-5.8/perl 13229 ! reentr.c reentr.pl 13230____________________________________________________________________________ 13231[ 18422] By: jhi on 2003/01/04 03:04:29 13232 Log: Third Degree found a read of uninit memory (after setting 13233 grent_size with sysconf(), pwent_size was read). Also make 13234 the ERANGE/INVARG more consistent. 13235 Branch: maint-5.8/perl 13236 ! reentr.c reentr.h reentr.pl 13237____________________________________________________________________________ 13238[ 18420] By: jhi on 2003/01/04 00:04:33 13239 Log: Mea culpa: the join() was the string join, not the 13240 ithreads join(). 13241 Branch: maint-5.8/perl 13242 ! ext/threads/t/join.t 13243____________________________________________________________________________ 13244[ 18418] By: jhi on 2003/01/03 19:41:57 13245 Log: Upgrade to Time::HiRes 1.41 (building with core perl had 13246 become broken at some point, even before 1.40). 13247 Branch: maint-5.8/perl 13248 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm 13249 ! ext/Time/HiRes/Makefile.PL 13250____________________________________________________________________________ 13251[ 18416] By: jhi on 2003/01/03 17:50:45 13252 Log: Upgrade to Time::HiRes 1.40. 13253 Branch: maint-5.8/perl 13254 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm 13255 ! ext/Time/HiRes/Makefile.PL 13256____________________________________________________________________________ 13257[ 18415] By: jhi on 2003/01/03 16:45:03 13258 Log: regen headers. 13259 Branch: maint-5.8/perl 13260 ! pod/perlapi.pod 13261____________________________________________________________________________ 13262[ 18414] By: jhi on 2003/01/03 16:39:33 13263 Log: Integrate: 13264 [ 18390] 13265 Use a more likely location for the perl binary 13266 13267 [ 18406] 13268 Under darwin 6.0+ (MacOSX 10.2) we have threadsafe 13269 libc_r functions. 13270 13271 [ 18407] 13272 Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines) 13273 From: hv@crypt.org 13274 Date: Thu, 02 Jan 2003 17:16:04 +0000 13275 Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk> 13276 13277 [ 18408] 13278 Subject: win32_msgwait() problem 13279 From: Gurusamy Sarathy <gsar@ActiveState.com> 13280 Date: Fri, 13 Dec 2002 17:31:59 -0800 13281 Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com> 13282 13283 [ 18411] 13284 Subject: Re: [perl #19061] 'goto' confuses 'redo' 13285 From: Stephen McCamant <smcc@mit.edu> 13286 Date: Sun, 22 Dec 2002 22:09:51 -0500 13287 Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU> 13288 13289 [ 18413] 13290 Change pp_lock to take a reference instead of a 13291 scalar since it wouldn't fork for the HELEM/AELEM 13292 case. This was reported in bug #10045 13293 Branch: maint-5.8/perl 13294 !> Porting/genlog ext/threads/shared/t/hv_refs.t hints/darwin.sh 13295 !> opcode.h opcode.pl opnames.h pp_ctl.c sv.c win32/win32.c 13296____________________________________________________________________________ 13297[ 18405] By: jhi on 2003/01/03 03:06:40 13298 Log: Subject: [PATCH] Re: 5.8.0 dup strangety 13299 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 13300 Date: Tue, 31 Dec 2002 10:56:42 +0100 13301 Message-Id: <20021231105642.6bc7a0f4.rgarciasuarez@free.fr> 13302 Branch: maint-5.8/perl 13303 ! doio.c 13304____________________________________________________________________________ 13305[ 18404] By: jhi on 2003/01/03 02:54:46 13306 Log: Subject: [PATCH] Re: Attribute::Handlers phase variance 13307 From: Richard Clamp <richardc@unixbeard.net> 13308 Date: Mon, 9 Dec 2002 11:10:24 +0000 13309 Message-ID: <20021209111024.GA14365@mirth.demon.co.uk> 13310 Branch: maint-5.8/perl 13311 ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t 13312____________________________________________________________________________ 13313[ 18403] By: jhi on 2003/01/03 02:49:17 13314 Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=... 13315 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 13316 Date: Fri, 13 Dec 2002 00:54:43 +0100 13317 Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr> 13318 Branch: maint-5.8/perl 13319 ! lib/ExtUtils/t/Embed.t 13320____________________________________________________________________________ 13321[ 18402] By: jhi on 2003/01/03 02:47:18 13322 Log: Subject: [PATCH Pod::Checker] Decouple podchecker program and function 13323 From: Michael G Schwern <schwern@pobox.com> 13324 Date: Tue, 10 Dec 2002 15:25:02 -0800 13325 Message-ID: <20021210232502.GD25945@blackrider.schwern.org> 13326 13327 Subject: Re: [PATCH Pod::Checker] Decouple podchecker program and function 13328 From: Michael G Schwern <schwern@pobox.com> 13329 Date: Tue, 10 Dec 2002 15:40:05 -0800 13330 Message-ID: <20021210234005.GF25945@blackrider.schwern.org> 13331 Branch: maint-5.8/perl 13332 ! lib/Pod/Checker.pm pod/podchecker.PL t/pod/poderrs.xr 13333____________________________________________________________________________ 13334[ 18401] By: jhi on 2003/01/03 02:40:44 13335 Log: Subject: [PATCH] integrate more with report_evil_fh 13336 From: Nicholas Clark <nick@unfortu.net> 13337 Date: Thu, 26 Dec 2002 20:56:21 +0000 13338 Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net> 13339 Branch: maint-5.8/perl 13340 ! pp_sys.c 13341____________________________________________________________________________ 13342[ 18400] By: jhi on 2003/01/03 02:37:11 13343 Log: Subject: [PATCH] label code in pp_ctl.c 13344 From: Nicholas Clark <nick@unfortu.net> 13345 Date: Thu, 26 Dec 2002 21:19:36 +0000 13346 Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net> 13347 Branch: maint-5.8/perl 13348 ! pp_ctl.c 13349____________________________________________________________________________ 13350[ 18399] By: jhi on 2003/01/03 02:28:15 13351 Log: Subject: [DOCPATCH] hv_store and hv_store_ent 13352 From: Nicholas Clark <nick@unfortu.net> 13353 Date: Wed, 1 Jan 2003 18:17:59 +0000 13354 Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net> 13355 Branch: maint-5.8/perl 13356 ! hv.c 13357____________________________________________________________________________ 13358[ 18398] By: jhi on 2003/01/03 02:26:44 13359 Log: Subject: [DOCPATCH] File::Copy's synopsis 13360 From: Nicholas Clark <nick@unfortu.net> 13361 Date: Wed, 1 Jan 2003 21:09:30 +0000 13362 Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net> 13363 Branch: maint-5.8/perl 13364 ! lib/File/Copy.pm 13365____________________________________________________________________________ 13366[ 18397] By: jhi on 2003/01/03 02:25:38 13367 Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime? 13368 From: Dave Mitchell <davem@fdgroup.com> 13369 To: Ton Hospel <perl5-porters@ton.iguana.be> 13370 Date: Wed, 1 Jan 2003 21:43:24 +0000 13371 Message-ID: <20030101214324.F12907@fdgroup.com> 13372 Branch: maint-5.8/perl 13373 ! lib/Time/Local.pm lib/Time/Local.t 13374____________________________________________________________________________ 13375[ 18396] By: jhi on 2003/01/03 02:23:28 13376 Log: Subject: Re: [PATCH] Tiny nits in perlre.pod 13377 From: andreas.koenig@anima.de (Andreas J. Koenig) 13378 Date: Fri, 03 Jan 2003 00:57:15 +0100 13379 Message-ID: <m33cob14x0.fsf@k242.linux.bogus> 13380 Branch: maint-5.8/perl 13381 ! pod/perlre.pod 13382____________________________________________________________________________ 13383[ 18395] By: jhi on 2003/01/03 02:21:50 13384 Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too) 13385 From: Chip Turner <cturner@redhat.com> 13386 Date: 02 Jan 2003 11:35:57 -0500 13387 Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com> 13388 Branch: maint-5.8/perl 13389 ! lib/Pod/Perldoc.pm 13390____________________________________________________________________________ 13391[ 18394] By: jhi on 2003/01/02 21:37:16 13392 Log: Document in more detail which tests will fail on FAT. 13393 Branch: maint-5.8/perl 13394 ! README.win32 13395____________________________________________________________________________ 13396[ 18392] By: jhi on 2003/01/02 17:57:09 13397 Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu) 13398 From: Abe Timmerman <abe@ztreet.demon.nl> 13399 Date: Thu, 2 Jan 2003 19:02:21 +0100 13400 Message-Id: <200301021902.22444.abe@ztreet.demon.nl> 13401 Branch: maint-5.8/perl 13402 ! win32/makefile.mk 13403____________________________________________________________________________ 13404[ 18391] By: jhi on 2003/01/02 13:44:51 13405 Log: Document the installprefix trick for compiling PASE Perl in AIX. 13406 Branch: maint-5.8/perl 13407 ! README.os400 13408____________________________________________________________________________ 13409[ 18389] By: jhi on 2003/01/02 03:15:44 13410 Log: Subject: [PATCH maintperl@18383] more pad removal for VMS 13411 From: "Craig A. Berry" <craigberry@mac.com> 13412 Date: Wed, 01 Jan 2003 21:53:22 -0600 13413 Message-ID: <3E13B7B2.2070005@mac.com> 13414 Branch: maint-5.8/perl 13415 ! vms/descrip_mms.template 13416____________________________________________________________________________ 13417[ 18388] By: jhi on 2003/01/02 01:41:55 13418 Log: List the PERL_MAGIC_utf8 ('w') flag. 13419 Branch: maint-5.8/perl 13420 ! pod/perlguts.pod 13421____________________________________________________________________________ 13422[ 18387] By: jhi on 2003/01/02 01:39:31 13423 Log: The magic v-string patch from John Peacock for 5.8; 13424 permits the programmer to know when a given scalar was 13425 originally encoded as a v-string; Scalar::Util has already 13426 been enhanced to expose this at the Perl level. 13427 Branch: maint-5.8/perl 13428 ! dump.c perl.h pod/perlguts.pod sv.c sv.h t/op/ver.t util.c 13429____________________________________________________________________________ 13430[ 18386] By: jhi on 2003/01/01 23:06:53 13431 Log: The change #18275 didn't translate the test case quite right. 13432 Branch: maint-5.8/perl 13433 ! t/op/split.t 13434____________________________________________________________________________ 13435[ 18385] By: gsar on 2003/01/01 20:26:42 13436 Log: remove the CRs that snuck in via change#18382 13437 Branch: maint-5.8/perl 13438 ! win32/Makefile win32/makefile.mk 13439____________________________________________________________________________ 13440[ 18383] By: jhi on 2003/01/01 17:02:29 13441 Log: Backport #18319 to 5.8, from Dave Mitchell. 13442 Branch: maint-5.8/perl 13443 ! op.c t/op/eval.t 13444____________________________________________________________________________ 13445[ 18382] By: jhi on 2003/01/01 15:06:49 13446 Log: More tweaks from Autrijus: no pad.c, perl59->perl58 in 13447 installperl; and no pad.c in VMS, either. 13448 Branch: maint-5.8/perl 13449 ! installperl vms/descrip_mms.template win32/Makefile 13450 ! win32/makefile.mk 13451____________________________________________________________________________ 13452[ 18381] By: jhi on 2003/01/01 15:02:04 13453 Log: Tweaks from Autrijus: threaded/win32 build, signedness. 13454 Branch: maint-5.8/perl 13455 ! sv.c 13456____________________________________________________________________________ 13457[ 18380] By: jhi on 2002/12/31 16:34:22 13458 Log: Update Changes. 13459 Branch: maint-5.8/perl 13460 ! Changes patchlevel.h 13461____________________________________________________________________________ 13462[ 18379] By: jhi on 2002/12/31 15:33:11 13463 Log: Integrate: 13464 [ 18371] 13465 Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\ 13466 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 13467 Date: Fri, 27 Dec 2002 16:14:24 +0100 13468 Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr> 13469 13470 [ 18372] 13471 Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open 13472 From: Michael G Schwern <schwern@pobox.com> 13473 Date: Sat, 21 Dec 2002 19:29:41 -0800 13474 Message-ID: <20021222032941.GD24887@blackrider.schwern.org> 13475 13476 [ 18373] 13477 Subject: [perl #19343] perlfunc.pod patch for stat() and lstat() 13478 From: Dave Paris (via RT) <perlbug-followup@perl.org> 13479 Date: 22 Dec 2002 05:15:14 -0000 13480 Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org> 13481 13482 [ 18374] 13483 Remove duplicate entry 13484 13485 [ 18378] 13486 integrate change#18377 from maint-5.6 branch 13487 13488 change#17566 needs to be more defensive about win32_dup2() 13489 itself calling SetStdHandle() (at least MSVCRT does this) 13490 Branch: maint-5.8/perl 13491 !> MANIFEST lib/AutoSplit.pm mg.c pod/perlfunc.pod t/op/magic.t 13492 !> win32/win32.c 13493____________________________________________________________________________ 13494[ 18375] By: jhi on 2002/12/30 21:28:31 13495 Log: Better version of change #18370; use the new 'E' flag 13496 so that cxinc is exposed (as cpp) only to List::Util 13497 (well, any extension) (well, anyone who does -DPERL_EXT), 13498 no need to export it globally. 13499 Branch: maint-5.8/perl 13500 ! embed.fnc embed.h ext/List/Util/Makefile.PL global.sym 13501____________________________________________________________________________ 13502[ 18370] By: jhi on 2002/12/30 02:37:38 13503 Log: In AIX (strict symbol exports) the cxinc is needed for List::Util. 13504 Branch: maint-5.8/perl 13505 ! embed.fnc embed.h global.sym 13506____________________________________________________________________________ 13507[ 18369] By: jhi on 2002/12/30 01:38:38 13508 Log: Missed one. 13509 Branch: maint-5.8/perl 13510 ! embed.fnc embed.h 13511____________________________________________________________________________ 13512[ 18368] By: jhi on 2002/12/29 23:33:56 13513 Log: Continue on change #18367; implement the said flag, 'E'. 13514 (Some nm output studying was needed to get the right set 13515 of re symbols defined.) 13516 Branch: maint-5.8/perl 13517 ! embed.fnc embed.h embed.pl ext/re/Makefile.PL 13518____________________________________________________________________________ 13519[ 18367] By: jhi on 2002/12/29 21:40:08 13520 Log: Caught by change #18366; thanks to the re extension we have some 13521 functions that are file static but yet part of "the public API"... 13522 Maybe a new class of exportability (a new embed.fnc flag) is 13523 required for this case. 13524 Branch: maint-5.8/perl 13525 ! embed.fnc embed.h 13526____________________________________________________________________________ 13527[ 18366] By: jhi on 2002/12/29 21:28:27 13528 Log: Implement the CPP namespace protection from [perl #8610]; 13529 unless a function has an 'A' flag, it's defined only if 13530 PERL_CORE. (Why do we have so many many functions with an 13531 'A' flag, is another matter.) (The number of #ifdef PERL_COREs 13532 could be cut down further by having a state variable and 13533 inserting #ifdefs and #endifs when the state flips.) 13534 Branch: maint-5.8/perl 13535 ! embed.h embed.pl 13536____________________________________________________________________________ 13537[ 18365] By: jhi on 2002/12/29 15:01:08 13538 Log: Doc tweak on the S_ macros. 13539 Branch: maint-5.8/perl 13540 ! pod/perlfunc.pod 13541____________________________________________________________________________ 13542[ 18364] By: jhi on 2002/12/29 14:54:43 13543 Log: Apply the doc patch from [perl #19343]. 13544 Branch: maint-5.8/perl 13545 ! pod/perlfunc.pod 13546____________________________________________________________________________ 13547[ 18363] By: jhi on 2002/12/29 14:49:14 13548 Log: Integrate: 13549 [ 18354] 13550 Subject: [PATCH] docpatch for cv.h 13551 From: Nicholas Clark <nick@unfortu.net> 13552 Date: Wed, 25 Dec 2002 21:01:04 +0000 13553 Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net> 13554 13555 [ 18356] 13556 fix signed/unsigned mismatch warning from change#18266 13557 13558 [ 18358] 13559 save_re_context() was not saving many regexec.c state 13560 variables, resulting in various reentrancy problems when 13561 the swatches were autoloaded by perl in the midst of a 13562 match 13563 Branch: maint-5.8/perl 13564 !> cv.h regcomp.c 13565____________________________________________________________________________ 13566[ 18362] By: jhi on 2002/12/29 00:51:29 13567 Log: Fix [perl #18666] (taking the more conservative approach). 13568 Branch: maint-5.8/perl 13569 ! lib/File/Spec/Unix.pm 13570____________________________________________________________________________ 13571[ 18361] By: jhi on 2002/12/29 00:45:16 13572 Log: Document that the socketpair tests are unhappy in old SCO, 13573 as per [perl #18537]. 13574 Branch: maint-5.8/perl 13575 ! pod/perl58delta.pod 13576____________________________________________________________________________ 13577[ 18360] By: jhi on 2002/12/29 00:38:01 13578 Log: Fix from the bug report for [perl #19267]. 13579 Branch: maint-5.8/perl 13580 ! lib/Pod/Man.pm 13581____________________________________________________________________________ 13582[ 18359] By: jhi on 2002/12/28 22:33:16 13583 Log: A small tweak on top of #18353: don't display mg_len bytes of 13584 mg_ptr for PERL_MAGIC_utf8 because that's not what's there. 13585 Branch: maint-5.8/perl 13586 ! dump.c 13587____________________________________________________________________________ 13588[ 18353] By: jhi on 2002/12/26 02:07:06 13589 Log: Introduce a cache for UTF-8 data: length and byte<->char offset 13590 mapping are stored in a new type of magic. Speeds up length(), 13591 substr(), index(), rindex(), pos(), and some parts of s///. 13592 13593 The speedup varies a lot (on the usual suspects: what is the 13594 access pattern of the data, compiler, CPU), but should be at 13595 least one order of magnitude, and getting to the same magnitude 13596 as byte string speeds, and in some cases (length on unchanged data) 13597 even reaching the byte string speed. On the other hand, in some 13598 cases (index) the byte speed is still faster by a factor of five 13599 or so, but the bottleneck there does not seem to be any more 13600 the byte<->char offset mapping (instead, the fbm_instr() speed). 13601 13602 There is one cache slot for the length, and only two for the 13603 byte<->char offset mapping (the first one for the start->offset, 13604 and the second for the offset->offset+length, when talking 13605 in substr() terms). 13606 13607 Code this hairy is bound to have hairy trolls hiding under it. 13608 Branch: maint-5.8/perl 13609 ! dump.c embed.fnc embed.h mg.c perl.h proto.h sv.c util.c 13610____________________________________________________________________________ 13611[ 18352] By: jhi on 2002/12/25 13:42:10 13612 Log: Integrate: 13613 [ 18350] 13614 Removal of duplicate comment block 13615 13616 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 13617 Subject: Re: [perl #19306] Sys::Syslog issues. 13618 Date: Mon, 23 Dec 2002 15:25:51 -0800 13619 Message-ID: </t5B+gzkg6DR092yn@efn.org> 13620 13621 [ 18351] 13622 #18345 was still broken; should be fixed now. 13623 Branch: maint-5.8/perl 13624 !> ext/Sys/Syslog/Syslog.pm sv.c 13625____________________________________________________________________________ 13626[ 18349] By: jhi on 2002/12/24 02:42:31 13627 Log: At least partially address [perl #10000] by speeding 13628 up both the ASCII case (by about 2-3%) and the UTF-8 case 13629 (by about 45%). The major trick is to avoid hitting the 13630 costly S_reginclass(). (Even before this patch the speedup 13631 since 5.8.0 was about 40-50%.) After this the UTF-8 case is 13632 still about 30-60% slower than the ASCII case. (Note that 13633 I'm unable to reproduce the 10-fold speed difference of the 13634 original bug report; I can see a factor of 2 or 3, but no more.) 13635 Branch: maint-5.8/perl 13636 ! regexec.c 13637____________________________________________________________________________ 13638[ 18348] By: jhi on 2002/12/23 06:42:29 13639 Log: Make Math::Trig a little bit more better behaved module citizen. 13640 Branch: maint-5.8/perl 13641 ! lib/Math/Trig.pm 13642____________________________________________________________________________ 13643[ 18347] By: jhi on 2002/12/23 06:37:31 13644 Log: Integrate: 13645 [ 18300] 13646 Subject: [patch] typo in perlop 13647 From: andreas.koenig@anima.de (Andreas J. Koenig) 13648 Date: Wed, 11 Dec 2002 21:31:14 +0100 13649 Message-ID: <m3k7igjo19.fsf@k242.linux.bogus> 13650 13651 [ 18304] 13652 Redone #18011 from metaunits 13653 13654 [ 18305] 13655 Enough changes to Configure and metaunits warrant an update. 13656 Several small changes and three additions 13657 13658 [ 18306] 13659 More documentation of obscure flags is good, even if the 13660 documentation might be not so good. Atleast it's not false! 13661 Documents the flags one can give to perl_clone 13662 13663 [ 18308] 13664 Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command 13665 From: peter@PSDT.com (Peter Scott) 13666 Date: 12 Dec 2002 18:13:17 -0000 13667 Message-ID: <20021212181317.50538.qmail@onion.perl.org> 13668 (fix bug [perl #19058]) 13669 13670 [ 18310] 13671 regen-headers to get new API docs from #18306 13672 13673 [ 18312] 13674 Subject: [Fwd: Patch for perl utf8-related bug] 13675 From: Richard Hitt <rbh00@utsglobal.com> 13676 Date: Fri, 06 Dec 2002 16:47:42 -0800 13677 [perl #18932] 13678 13679 [ 18313] 13680 Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX 13681 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 13682 Date: Fri, 13 Dec 2002 14:08:00 -0800 13683 Message-ID: <20021213220800.GA2625@math.berkeley.edu> 13684 13685 [ 18314] 13686 Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2 13687 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 13688 Date: Fri, 13 Dec 2002 14:00:48 -0800 13689 Message-ID: <20021213220048.GA2606@math.berkeley.edu> 13690 13691 [ 18315] 13692 Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings 13693 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 13694 Date: Fri, 13 Dec 2002 13:47:08 -0800 13695 Message-ID: <20021213214707.GA2588@math.berkeley.edu> 13696 13697 [ 18316] 13698 Subject: [PATCH 5.8.1 @oldish-18156] build 13699 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> 13700 Date: Fri, 13 Dec 2002 13:54:05 -0800 13701 Message-ID: <20021213215404.GA2597@math.berkeley.edu> 13702 13703 [ 18317] 13704 Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now) 13705 13706 [ 18323] 13707 PerlSIO_stderr et al are not functions 13708 13709 [ 18324] 13710 windows: avoid prompting under some shells during $(MAKE) distclean 13711 13712 [ 18325] 13713 PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* 13714 13715 [ 18326] 13716 Win32.pod update 13717 13718 [ 18327] 13719 windows: support for large files 13720 13721 note that this change will break binary compatibility with the 13722 default 5.8.0 build options; nevertheless I think it is worth 13723 having in 5.8.1 (people who want the compatibility can disable 13724 the option in the makefile) 13725 13726 [ 18328] 13727 fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')> 13728 13729 [ 18330] 13730 remove CRs from a couple of files (these show up as CRCRLF 13731 on windows) 13732 13733 [ 18332] 13734 $Config{prefixexp} was set incorrectly on windows 13735 13736 [ 18334] 13737 AIX compiler version updates 13738 13739 [ 18335] 13740 my_fflush_all() wasn't doing the right thing under useperlio 13741 on many platforms 13742 13743 [ 18337] 13744 handy hint: getting a perforce change as a usable patch 13745 13746 [ 18338] 13747 Subject: [PATCH] read permissions for h2ph-generated files 13748 From: Slaven Rezic <slaven.rezic@berlin.de> 13749 Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET) 13750 Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de> 13751 13752 [ 18339] 13753 Integrate Time::HiRes v1.39 (for VMS build tweak) 13754 13755 [ 18342] 13756 Subject: [perl #18544] Patch included to fix problem. 13757 From: Richard Kandarian <richard.kandarian@lanl.gov> 13758 Date: Thu, 21 Nov 2002 08:00:20 -0700 13759 (from RT) 13760 13761 [ 18343] 13762 Subject: [perl #19153] Term::Complete (the argument of stty) 13763 From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org> 13764 Date: 15 Dec 2002 13:45:23 -0000 13765 Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org> 13766 13767 [ 18344] 13768 more on #18312: sv.c:ss_dup() 13769 13770 [ 18345] 13771 more on #18344. 13772 Branch: maint-5.8/perl 13773 +> lib/Net/Ping/t/410_syn_host.t 13774 ! Configure config_h.SH 13775 !> (integrate 56 files) 13776____________________________________________________________________________ 13777[ 18322] By: gsar on 2002/12/17 22:58:09 13778 Log: integrate change#18321 from mainline 13779 13780 C<require '\foo\bar.pm'> fails on windows if not running 13781 from the root directory; for a test case, see: 13782 13783 http://bugs.activestate.com/show_bug.cgi?id=19317 13784 13785 this was due to not recognizing \foo\bar.pm as an absolute 13786 path name 13787 Branch: maint-5.8/perl 13788 !> util.h 13789____________________________________________________________________________ 13790[ 18301] By: jhi on 2002/12/13 02:12:54 13791 Log: Bad location of '==>' under the debugger, 13792 apply the patch. 13793 Branch: maint-5.8/perl 13794 ! lib/perl5db.pl 13795____________________________________________________________________________ 13796[ 18297] By: jhi on 2002/12/12 19:19:56 13797 Log: Warn about the non-portabilities of strftime. 13798 Branch: maint-5.8/perl 13799 ! ext/POSIX/POSIX.pod 13800____________________________________________________________________________ 13801[ 18296] By: jhi on 2002/12/12 18:21:12 13802 Log: Integrate: 13803 [ 18292] 13804 Update to Scalar-List-Utils 1.09 13805 Branch: maint-5.8/perl 13806 !> ext/List/Util/ChangeLog ext/List/Util/Util.xs 13807 !> ext/List/Util/lib/List/Util.pm 13808____________________________________________________________________________ 13809[ 18295] By: jhi on 2002/12/12 18:06:57 13810 Log: Until proven otherwise I don't think any of the strftime 13811 formats %c, %z, and %Z can be tested portably. 13812 Branch: maint-5.8/perl 13813 ! ext/POSIX/t/posix.t 13814____________________________________________________________________________ 13815[ 18294] By: jhi on 2002/12/12 14:34:58 13816 Log: Resolve Abe's failing is.t, diagnosed by Sarathy 13817 (setlocale(LC_ALL, 'C') was the key). Document that 13818 locale settings may be hazardous to your isxxxx() health. 13819 (Surgeon General warning). 13820 Branch: maint-5.8/perl 13821 ! ext/POSIX/POSIX.pod ext/POSIX/t/is.t 13822____________________________________________________________________________ 13823[ 18293] By: jhi on 2002/12/12 13:57:56 13824 Log: Resolve [#perl 15774] by fiat: simply document that 13825 \C in lookbehind is unsupported. 13826 Branch: maint-5.8/perl 13827 ! pod/perlre.pod pod/perlretut.pod 13828____________________________________________________________________________ 13829[ 18291] By: jhi on 2002/12/11 20:13:30 13830 Log: has already been fixed; add its test. 13831 Branch: maint-5.8/perl 13832 ! t/op/subst.t 13833____________________________________________________________________________ 13834[ 18290] By: jhi on 2002/12/11 18:56:01 13835 Log: Fix [perl #15763]. 13836 Branch: maint-5.8/perl 13837 ! regexec.c t/op/pat.t 13838____________________________________________________________________________ 13839[ 18289] By: gsar on 2002/12/11 18:55:36 13840 Log: integrate repository.pod change from mainline 13841 Branch: maint-5.8/perl 13842 !> Porting/repository.pod 13843____________________________________________________________________________ 13844[ 18286] By: jhi on 2002/12/11 14:43:36 13845 Log: Integrate: 13846 [ 18272] 13847 RT#15950 13848 13849 Subject: [PATCH] Typo in Term::ANSIColor 13850 Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT) 13851 From: "Mr. Nobody" <mrnobo1024 at yahoo.com> 13852 13853 [ 18277] 13854 Subject: [PATCH perl@18251] VMS build update 13855 Message-ID: <3DF56BE2.9000300@mac.com> 13856 Date: Mon, 09 Dec 2002 22:21:54 -0600 13857 From: "Craig A. Berry" <craigberry@mac.com> 13858 13859 [ 18278] 13860 Subject: Re: default lib dir should examine $Config{installstyle} 13861 Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST) 13862 From: Andy Dougherty <doughera@lafayette.edu> 13863 Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu> 13864 13865 [ 18279] 13866 Subject: Re: ANSIColor 1.06 released 13867 Version bump only after typo fix to sync with CPAN 13868 13869 [ 18282] 13870 Subject: Remove stale e-mail addresses 13871 From: Andy Dougherty <doughera@lafayette.edu> 13872 Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST) 13873 Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu> 13874 13875 [ 18283] 13876 More email addresses for #18282 13877 13878 [ 18284] 13879 One more email address for #18282 13880 Branch: maint-5.8/perl 13881 !> (integrate 31 files) 13882____________________________________________________________________________ 13883[ 18276] By: jhi on 2002/12/09 23:49:14 13884 Log: Move the tests added to pat.t in #18248 to lc.t. 13885 Branch: maint-5.8/perl 13886 ! t/op/lc.t t/op/pat.t 13887____________________________________________________________________________ 13888[ 18275] By: jhi on 2002/12/09 23:21:58 13889 Log: Add Nicholas Clark's test case for [perl #18915]. 13890 (The bug was fixed by change #18266.) 13891 Branch: maint-5.8/perl 13892 ! t/op/split.t 13893____________________________________________________________________________ 13894[ 18274] By: jhi on 2002/12/09 23:19:57 13895 Log: test.pl-ise t/op/split.t 13896 Branch: maint-5.8/perl 13897 ! t/op/split.t 13898____________________________________________________________________________ 13899[ 18273] By: jhi on 2002/12/09 22:48:39 13900 Log: Add Nicholas Clark's test case for [perl #18931]. 13901 (The bug was fixed by change #18266.) 13902 Branch: maint-5.8/perl 13903 ! t/op/lc.t 13904____________________________________________________________________________ 13905[ 18271] By: jhi on 2002/12/09 02:41:11 13906 Log: Integrate: 13907 [ 18249] 13908 Suppress a compilation warning reported by Jarkko 13909 (variable initialization skipped by goto). 13910 13911 [ 18250] 13912 Fix bug #18874, essentially by reverting change #11890. 13913 Add a regression test for it. 13914 13915 [ 18251] 13916 Fix two cases of buffer overflow in the lexer. 13917 13918 [ 18259] 13919 Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash 13920 From: Nicholas Clark <nick@unfortu.net> 13921 Date: Mon, 2 Dec 2002 21:48:29 +0000 13922 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net> 13923 13924 [ 18260] 13925 Document that $ENV{TERM} may produce taint failures. 13926 Subject: Re: [perl #18717] spurious failures in regression test 13927 From: Slaven Rezic <slaven.rezic@berlin.de> 13928 Date: 29 Nov 2002 22:11:46 +0100 13929 Message-ID: <87hee0nkrx.fsf@vran.herceg.de> 13930 13931 [ 18261] 13932 Change the set of characters that are considered to be 13933 safe in $ENV{TERM} for taint checkings. 13934 13935 [ 18262] 13936 getservbyport() should accept an empty string as its 13937 proto argument (as does getservbyname()). 13938 13939 Subject: Re: Is this a bug or am I being stupid? 13940 From: Slaven Rezic <slaven.rezic@berlin.de> 13941 Date: 08 Dec 2002 01:54:37 +0100 13942 Message-ID: <87znrhl48i.fsf@vran.herceg.de> 13943 13944 [ 18263] 13945 Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose 13946 From: Slaven Rezic <slaven.rezic@berlin.de> 13947 Date: 08 Dec 2002 01:31:45 +0100 13948 Message-ID: <874r9pmjv2.fsf@vran.herceg.de> 13949 13950 [ 18264] 13951 Subject: Re: [perl #18165] "0" fails as right-hand argument to .. 13952 From: Slaven Rezic <slaven.rezic@berlin.de> 13953 Date: 30 Nov 2002 00:07:05 +0100 13954 Message-ID: <8765ugnffq.fsf@vran.herceg.de> 13955 13956 [ 18265] 13957 Subject: Re: [perl #18927] barewords with no errors 13958 From: Abe Timmerman <abe@ztreet.demon.nl> 13959 Date: Sun, 8 Dec 2002 17:12:56 +0100 13960 Message-Id: <200212081712.56102.abe@ztreet.demon.nl> 13961 13962 [ 18266] 13963 Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex 13964 From: Abhijit Menon-Sen <ams@wiw.org> 13965 Date: Wed, 6 Nov 2002 19:38:11 +0530 13966 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> 13967 13968 [ 18267] 13969 Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong 13970 From: Slaven Rezic <slaven.rezic@berlin.de> 13971 Date: 09 Nov 2002 23:21:16 +0100 13972 Message-ID: <874raqz8o3.fsf@vran.herceg.de> 13973 13974 [ 18268] 13975 fix #18266 sprintf format mismatch 13976 13977 [ 18269] 13978 Subject: Re: Bug in Filter::Simple 13979 From: Slaven Rezic <slaven.rezic@berlin.de> 13980 Date: 07 Nov 2002 10:01:41 +0100 13981 Message-ID: <87of91u51m.fsf@vran.herceg.de> 13982 13983 [ 18270] 13984 Subject: [perl #18256] xsubpp can make nested comments in C code 13985 From: Nicholas Clark (via RT) <perlbug@perl.org> 13986 Date: 7 Nov 2002 14:58:14 -0000 13987 Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org> 13988 13989 (plus regen Configure) 13990 Branch: maint-5.8/perl 13991 ! Configure config_h.SH 13992 !> ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t 13993 !> ext/POSIX/t/posix.t hv.c lib/English.pm lib/English.t 13994 !> lib/Exporter/Heavy.pm lib/ExtUtils/xsubpp lib/Hash/Util.t 13995 !> pod/perldiag.pod pp_ctl.c pp_sys.c regcomp.c t/cmd/for.t 13996 !> t/comp/parser.t t/lib/strict/subs t/op/lc.t taint.c toke.c 13997 !> util.c 13998____________________________________________________________________________ 13999[ 18258] By: jhi on 2002/12/08 15:24:00 14000 Log: Retract #18252 and #18256. 14001 Branch: maint-5.8/perl 14002 ! hv.c lib/Hash/Util.t regcomp.c t/op/lc.t 14003____________________________________________________________________________ 14004[ 18257] By: jhi on 2002/12/07 22:38:49 14005 Log: Tiny doc tweak from Hugo for [perl #16783]. 14006 Branch: maint-5.8/perl 14007 ! pod/perlsec.pod 14008____________________________________________________________________________ 14009[ 18256] By: jhi on 2002/12/07 18:24:27 14010 Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash 14011 From: Nicholas Clark <nick@unfortu.net> 14012 Date: Mon, 2 Dec 2002 21:48:29 +0000 14013 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net> 14014 14015 (the pp_sys.c and util.c were accidentally open, 14016 but luckily unmodified) 14017 Branch: maint-5.8/perl 14018 ! hv.c lib/Hash/Util.t pp_sys.c util.c 14019____________________________________________________________________________ 14020[ 18255] By: jhi on 2002/12/07 16:57:32 14021 Log: The [perl #16843] has been fixed, add its test. 14022 Branch: maint-5.8/perl 14023 ! t/uni/tr_utf8.t 14024____________________________________________________________________________ 14025[ 18254] By: jhi on 2002/12/07 16:26:27 14026 Log: Add user-definable To-mappings. (So if you don't agree 14027 with the Unicode mappings, you can make your own.) 14028 Resolves [perl #3741]. 14029 Branch: maint-5.8/perl 14030 + t/op/lc_user.t 14031 ! MANIFEST lib/utf8_heavy.pl pod/perldiag.pod 14032 ! pod/perlunicode.pod 14033____________________________________________________________________________ 14034[ 18253] By: jhi on 2002/12/07 15:35:43 14035 Log: test.pl-ise t/op/lc.t. 14036 Branch: maint-5.8/perl 14037 ! t/op/lc.t 14038____________________________________________________________________________ 14039[ 18252] By: jhi on 2002/12/06 22:19:15 14040 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex 14041 From: Abhijit Menon-Sen <ams@wiw.org> 14042 To: perl5-porters@perl.org 14043 Date: Wed, 6 Nov 2002 19:38:11 +0530 14044 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> 14045 Branch: maint-5.8/perl 14046 ! regcomp.c t/op/lc.t 14047____________________________________________________________________________ 14048[ 18248] By: jhi on 2002/12/06 13:58:05 14049 Log: A test for [perl #18857] (that was fixed by #18107) from Nicholas Clark. 14050 Branch: maint-5.8/perl 14051 ! t/op/pat.t 14052____________________________________________________________________________ 14053[ 18247] By: jhi on 2002/12/06 13:40:10 14054 Log: More comments and robustness in pp_ucfirst() and pp_lcfirst(). 14055 Branch: maint-5.8/perl 14056 ! pp.c 14057____________________________________________________________________________ 14058[ 18243] By: jhi on 2002/12/03 23:39:28 14059 Log: UTF8_IS_INVARIANT() is better than UTF8_IS_CONTINUED(). 14060 (The latter matches also post-initial bytes of a multibyte.) 14061 Branch: maint-5.8/perl 14062 ! pod/perlguts.pod 14063____________________________________________________________________________ 14064[ 18242] By: jhi on 2002/12/03 15:04:07 14065 Log: Slight tweaks on the XS-and-Unicode docs, inspired by [perl #17852]. 14066 Branch: maint-5.8/perl 14067 ! pod/perlguts.pod pod/perlunicode.pod 14068____________________________________________________________________________ 14069[ 18241] By: jhi on 2002/12/03 14:02:58 14070 Log: Integrate: 14071 [ 18239] 14072 Fix up #18229. 14073 Branch: maint-5.8/perl 14074 !> embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h 14075 !> pod/perlintern.pod 14076____________________________________________________________________________ 14077[ 18236] By: jhi on 2002/12/03 01:25:45 14078 Log: According to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 14079 gcc on IRIX (6.2) does not need and does indeed much better 14080 without -D_POSIX_C_SOURCE [perl #15128] (the inclusion of 14081 _POSIX_C_SOURCE in CFLAGS disables the definition of _SGIAPI 14082 and <sys/dirent.h> doesn't define struct dirent64, 14083 which causes reentr.c not to compile) 14084 Branch: maint-5.8/perl 14085 ! hints/irix_6.sh 14086____________________________________________________________________________ 14087[ 18235] By: jhi on 2002/12/02 23:15:05 14088 Log: Update Changes. 14089 Branch: maint-5.8/perl 14090 ! Changes patchlevel.h 14091____________________________________________________________________________ 14092[ 18234] By: jhi on 2002/12/02 22:30:41 14093 Log: Integrate: 14094 [ 17815] 14095 formatting cleanup and: 14096 Subject: Re: perl-5.8.0 on HP porting center 14097 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 14098 Date: Thu, 29 Aug 2002 12:23:31 +0200 14099 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl> 14100 14101 [ 18170] 14102 Move some tests from t/run/fresh_perl.t 14103 to the new t/comp/parser.t. The goal being to 14104 get rid of fresh_perl.t at some point. 14105 14106 [ 18228] 14107 integrate Pod-Perldoc-3.07. This replaces the original inline perldoc 14108 with a module-driven version, and separates out its docs. 14109 14110 [ 18229] 14111 $0 mofifying part I 14112 14113 Date: Sat, 30 Nov 2002 20:16:51 +0200 14114 From: Jarkko Hietaniemi <jhi@iki.fi> 14115 Subject: [PATCH] $0 modifying 14116 Message-ID: <20021130181651.GA5876@kosh.hut.fi> 14117 14118 [ 18230] 14119 $0 modifying part II (HP-UX only) 14120 14121 Date: Sat, 30 Nov 2002 20:16:51 +0200 14122 From: Jarkko Hietaniemi <jhi@iki.fi> 14123 Subject: [PATCH] $0 modifying 14124 Message-ID: <20021130181651.GA5876@kosh.hut.fi> 14125 14126 [ 18231] 14127 Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0 14128 Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST) 14129 From: Andy Dougherty <doughera@lafayette.edu> 14130 Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu> 14131 14132 [ 18232] 14133 Skip test #17 of lib/open.t when useperlio is not defined. 14134 14135 [ 18233] 14136 Fix bug #18573 : in a double-quoted string, a \c not followed 14137 by any character may corrupt memory due to reading past the 14138 end of the input buffer. Add a new error message corresponding 14139 to this case. 14140 Branch: maint-5.8/perl 14141 +> lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm 14142 +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm 14143 +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm 14144 +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm 14145 +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm 14146 +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t 14147 +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t 14148 +> pod/perldoc.pod 14149 !> MANIFEST README.hpux ext/threads/t/join.t installperl 14150 !> lib/open.t makedef.pl mg.c perl.c pod/perldiag.pod 14151 !> pod/perlvar.pod sv.c t/comp/parser.t t/op/magic.t thread.h 14152 !> toke.c utils/perldoc.PL 14153____________________________________________________________________________ 14154[ 18227] By: jhi on 2002/12/02 13:23:48 14155 Log: Integrate: 14156 [ 18216] 14157 64bit Peek failure on HP-UX 11.00 14158 14159 Subject: Re: Smoke 18188 14160 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 14161 From: Slaven Rezic <slaven.rezic@berlin.de> 14162 Date: 28 Nov 2002 19:25:25 +0100 14163 Message-ID: <877kexsga2.fsf@vran.herceg.de> 14164 14165 [ 18217] 14166 Document the hint constants and where they're used. 14167 14168 [ 18224] 14169 Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t 14170 and lib/Pod/t/utils.t to cater for simpler output text. 14171 14172 [ 18226] 14173 missed the new file from #18224 14174 Branch: maint-5.8/perl 14175 +> lib/Pod/PlainText.pm 14176 !> (integrate 37 files) 14177____________________________________________________________________________ 14178[ 18219] By: jhi on 2002/11/30 16:55:14 14179 Log: Integrate maint-5.6/macperl #17852. 14180 Branch: maint-5.8/perl 14181 !> lib/File/Copy.pm 14182____________________________________________________________________________ 14183[ 18218] By: jhi on 2002/11/29 18:23:39 14184 Log: Add test from [perl #8026] 14185 Branch: maint-5.8/perl 14186 ! t/op/pack.t 14187____________________________________________________________________________ 14188[ 18215] By: jhi on 2002/11/29 00:32:10 14189 Log: perl #7887: Bad URL in README.os2 14190 Branch: maint-5.8/perl 14191 ! README.os2 14192____________________________________________________________________________ 14193[ 18214] By: jhi on 2002/11/28 23:41:54 14194 Log: Two tests from perl #7806. 14195 Branch: maint-5.8/perl 14196 ! t/op/subst.t 14197____________________________________________________________________________ 14198[ 18213] By: jhi on 2002/11/28 22:26:23 14199 Log: Unintended integratee from #18210. 14200 Branch: maint-5.8/perl 14201 - macos/config.h 14202____________________________________________________________________________ 14203[ 18211] By: jhi on 2002/11/28 21:50:05 14204 Log: More pseudohashery. 14205 Branch: maint-5.8/perl 14206 ! lib/fields.t 14207____________________________________________________________________________ 14208[ 18210] By: jhi on 2002/11/28 21:24:10 14209 Log: Integrate: 14210 [ 18200] 14211 Yet another approach to signal handling (Matthias) 14212 14213 (from maint-5.8/macperl) 14214 Branch: maint-5.8/perl 14215 +> macos/config.h 14216 !> util.c 14217____________________________________________________________________________ 14218[ 18209] By: jhi on 2002/11/28 19:07:20 14219 Log: Add the test case from perl #9728. 14220 Branch: maint-5.8/perl 14221 ! t/op/eval.t 14222____________________________________________________________________________ 14223[ 18208] By: jhi on 2002/11/28 16:57:01 14224 Log: Retry the #17920. 14225 Branch: maint-5.8/perl 14226 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym 14227 ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c 14228____________________________________________________________________________ 14229[ 18207] By: jhi on 2002/11/28 16:49:00 14230 Log: Urque. Retract #18206 since it got two patches interleaved 14231 (the #17920, and an unfinished experimental patch). 14232 Branch: maint-5.8/perl 14233 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs 14234 ! ext/threads/t/join.t global.sym handy.h intrpvar.h makedef.pl 14235 ! mg.c perl.c perl.h pod/perlrun.pod pod/perlvar.pod sv.c 14236 ! t/op/magic.t thread.h util.c 14237____________________________________________________________________________ 14238[ 18206] By: jhi on 2002/11/28 16:45:11 14239 Log: Integrate: 14240 [ 17920] 14241 LEAKTEST is dead, RIP 14242 Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST 14243 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 14244 Date: Mon, 23 Sep 2002 18:33:12 +0200 14245 Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> 14246 14247 (since LEAKTEST seems to be fundamentally obsolete, 14248 even maint-5.8 shouldn't keep flogging a dead feature) 14249 Branch: maint-5.8/perl 14250 ! ext/threads/t/join.t intrpvar.h makedef.pl mg.c perl.c 14251 ! pod/perlvar.pod sv.c t/op/magic.t thread.h 14252 !> av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym 14253 !> handy.h perl.h pod/perlrun.pod util.c 14254____________________________________________________________________________ 14255[ 18205] By: jhi on 2002/11/28 15:25:35 14256 Log: Another pseudohash usage. 14257 Branch: maint-5.8/perl 14258 ! lib/constant.t 14259____________________________________________________________________________ 14260[ 18204] By: jhi on 2002/11/28 14:55:34 14261 Log: Integrate: 14262 [ 18203] 14263 Slight beauty tweak. 14264 Branch: maint-5.8/perl 14265 !> intrpvar.h 14266____________________________________________________________________________ 14267[ 18202] By: jhi on 2002/11/28 14:49:11 14268 Log: Add test for bug #18153. 14269 Branch: maint-5.8/perl 14270 ! t/op/grep.t 14271____________________________________________________________________________ 14272[ 18197] By: jhi on 2002/11/28 04:14:27 14273 Log: Integrate: 14274 [ 18175] 14275 Subject: [Encode] 1.83 + bleedperl patch released 14276 From: Dan Kogai <dankogai@dan.co.jp> 14277 Date: Tue, 19 Nov 2002 03:18:44 +0900 14278 Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp> 14279 14280 [ 18176] 14281 Subject: Re: [perl #18479] Error when no strict refs in effect 14282 From: Slaven Rezic <slaven.rezic@berlin.de> 14283 Date: 18 Nov 2002 22:50:04 +0100 14284 Message-ID: <87smxya6pf.fsf@vran.herceg.de> 14285 14286 [ 18177] 14287 add support for STASH and MAGIC information for REFs to sv_dump(). 14288 Subject: [PATCH] 14289 From: Slaven Rezic <slaven.rezic@berlin.de> 14290 Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET) 14291 Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de> 14292 14293 [ 18178] 14294 Subject: Re: Storable bug #1698 14295 From: Slaven Rezic <slaven.rezic@berlin.de> 14296 Date: 18 Nov 2002 10:41:36 +0100 14297 Message-ID: <87ptt343lb.fsf@vran.herceg.de> 14298 14299 [ 18179] 14300 Subject: [PATCH] UTF8 regexp {n} bug 14301 From: Inaba Hiroto <inaba@st.rim.or.jp> 14302 Date: Sat, 16 Nov 2002 19:23:00 +0900 14303 Message-ID: <3DD61C83.62FF9887@st.rim.or.jp> 14304 14305 [ 18182] 14306 Subject: #17171: ld flag for shrplib on OpenBSD 14307 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT) 14308 From: "Todd C. Miller" <Todd.Miller at courtesan.com> 14309 14310 [ 18183] 14311 Subject: Re: [perl #18626] bug in perlipc man page 14312 From: Slaven Rezic <slaven.rezic@berlin.de> 14313 Date: 23 Nov 2002 21:23:20 +0100 14314 Message-ID: <87bs4gdohz.fsf@vran.herceg.de> 14315 14316 [ 18184] 14317 Subject: [PATCH] 2 Pod errors in perlop.pod 14318 From: andreas.koenig@anima.de (Andreas J. Koenig) 14319 Date: Mon, 25 Nov 2002 10:21:08 +0100 14320 Message-ID: <m31y5admyj.fsf@k242.linux.bogus> 14321 14322 Plus a few similar POD fixes 14323 14324 [ 18185] 14325 PerlFAQ sync. 14326 14327 [ 18186] 14328 Subject: DESTROY called in scalar context ? 14329 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 14330 Date: Tue, 29 Oct 2002 22:04:23 +0100 14331 Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr> 14332 14333 [ 18188] 14334 Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer 14335 From: Slaven Rezic <slaven.rezic@berlin.de> 14336 Date: 03 Nov 2002 10:59:43 +0100 14337 Message-ID: <877kfvnfcg.fsf@vran.herceg.de> 14338 Branch: maint-5.8/perl 14339 ! Configure config_h.SH 14340 !> (integrate 41 files) 14341____________________________________________________________________________ 14342[ 18192] By: jhi on 2002/11/27 03:14:22 14343 Log: Doc tweak for perl #9731. 14344 Branch: maint-5.8/perl 14345 ! pod/perldiag.pod 14346____________________________________________________________________________ 14347[ 18191] By: jhi on 2002/11/27 02:56:52 14348 Log: A bit of additional information regarding BIND's harmful 14349 effects (perl #9465). 14350 Branch: maint-5.8/perl 14351 ! INSTALL 14352____________________________________________________________________________ 14353[ 18190] By: jhi on 2002/11/27 02:28:34 14354 Log: Fix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported. 14355 Branch: maint-5.8/perl 14356 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL 14357____________________________________________________________________________ 14358[ 18189] By: jhi on 2002/11/27 01:51:45 14359 Log: Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com> 14360 (perl #16799). 14361 Branch: maint-5.8/perl 14362 + ext/POSIX/t/is.t 14363 ! MANIFEST 14364____________________________________________________________________________ 14365[ 18187] By: jhi on 2002/11/27 01:26:02 14366 Log: Follow-up on change #18122 (perl #18065) as noted by Philip Newton. 14367 Branch: maint-5.8/perl 14368 ! ext/Fcntl/t/syslfs.t t/op/lfs.t 14369____________________________________________________________________________ 14370[ 18174] By: jhi on 2002/11/24 22:35:23 14371 Log: Fix perl #7305: UnicodeCD::compexcl is weird 14372 Branch: maint-5.8/perl 14373 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t 14374____________________________________________________________________________ 14375[ 18173] By: jhi on 2002/11/23 02:02:33 14376 Log: Integrate: 14377 [ 18135] 14378 Subject: [PATCH] perlopentut and PerlIO documentation 14379 From: Slaven Rezic <slaven.rezic@berlin.de> 14380 Date: 08 Nov 2002 22:22:19 +0100 14381 Message-ID: <8765v7kb90.fsf@vran.herceg.de> 14382 14383 [ 18136] 14384 Subject: t/run/runenv.t bug 14385 From: Salvador "Fandi�o" <sfandino@yahoo.com> 14386 Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST) 14387 Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com> 14388 14389 [ 18137] 14390 Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod 14391 From: Slaven Rezic <slaven.rezic@berlin.de> 14392 Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET) 14393 Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de> 14394 14395 [ 18139] 14396 Date: Tue, 12 Nov 2002 16:49:22 +0200 14397 From: Jarkko Hietaniemi <jhi@iki.fi> 14398 Subject: [PATCH] Tru64 osvers 14399 Message-ID: <20021112144922.GI511825@lyta.hut.fi> 14400 14401 [ 18141] 14402 repair 18139 (missing awk command) 14403 14404 [ 18147] 14405 Subject: [PATCH] Typo in perl58delta 14406 From: andreas.koenig@anima.de (Andreas J. Koenig) 14407 Date: Sat, 16 Nov 2002 16:29:14 +0100 14408 Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus> 14409 14410 [ 18148] 14411 New B::Lint option, bare-subs, that checks for implicitely 14412 quoted barewords that are also subroutines, from 14413 Ian Phillipps <ip@tarragon-et.co.uk>. 14414 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> 14415 With a few tweaks to the implementation and tests. 14416 14417 [ 18149] 14418 New B::Lint option, bare-subs, that checks for implicitely 14419 quoted barewords that are also subroutines, from 14420 Ian Phillipps <ip@tarragon-et.co.uk>. 14421 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> 14422 With a few tweaks to the implementation and tests. 14423 (previous change was empty) 14424 14425 [ 18150] 14426 Subject: [PATCH] optional code for debugging leaking scalars 14427 From: Dave Mitchell <davem@fdgroup.com> 14428 Date: Thu, 14 Nov 2002 23:03:00 +0000 14429 Message-ID: <20021114230300.B18614@fdgroup.com> 14430 14431 [ 18151] 14432 Document PRIVSHIFT. 14433 Subject: [PATCH] two small doc patches 14434 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 14435 Date: Thu, 14 Nov 2002 15:07:35 -0800 14436 Message-ID: <3yC19gzkguTO092yn@efn.org> 14437 14438 [ 18152] 14439 Subject: Re: [PATCH] optional code for debugging leaking scalars 14440 From: Dave Mitchell <davem@fdgroup.com> 14441 Date: Sat, 16 Nov 2002 22:18:23 +0000 14442 Message-ID: <20021116221823.A23614@fdgroup.com> 14443 Documentation for change #18150. 14444 14445 [ 18154] 14446 Correction to change #18152, by Dave Mitchell. 14447 14448 [ 18158] 14449 Remove duplicate my() declaration giving warnings from change #18105. 14450 14451 [ 18159] 14452 Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet 14453 From: Gurusamy Sarathy <gsar@ActiveState.com> 14454 Date: Wed, 30 Oct 2002 20:58:15 -0800 14455 Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com> 14456 Date: Wed, 30 Oct 2002 21:56:22 -0800 14457 Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com> 14458 Date: Wed, 30 Oct 2002 22:55:30 -0800 14459 Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com> 14460 14461 [ 18160] 14462 Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc) 14463 From: Nicholas Clark <nick@unfortu.net> 14464 Date: Tue, 29 Oct 2002 23:00:05 +0000 14465 Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net> 14466 14467 [ 18161] 14468 Subject: [PATCH Win32] Document wperl.exe 14469 From: "Brent Dax" <brentdax@cpan.org> 14470 Date: Fri, 15 Nov 2002 23:02:01 -0800 14471 Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue> 14472 14473 [ 18162] 14474 Subject: [PATCH ext/threads/threads.xs] trivial typo 14475 From: Dave Mitchell <davem@fdgroup.com> 14476 Date: Thu, 14 Nov 2002 22:55:39 +0000 14477 Message-ID: <20021114225539.A18614@fdgroup.com> 14478 14479 [ 18163] 14480 Subject: Re: [PATCH] AutoLoader gives wrong message 14481 From: Peter Scott <Peter@PSDT.com> 14482 Date: Thu, 07 Nov 2002 19:04:27 -0800 14483 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com> 14484 14485 With a tweak to the END cleanup block to fully remove the 14486 temporary test directory 14487 14488 [ 18164] 14489 t/io/crlf.t failed with miniperl. 14490 14491 [ 18165] 14492 Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?) 14493 From: Jarkko Hietaniemi <jhi@iki.fi> 14494 Date: Sun, 3 Nov 2002 17:50:08 +0200 14495 Message-ID: <20021103155008.GA382682@lyta.hut.fi> 14496 14497 [ 18166] 14498 Fix perl bug #17920 : a case of parser coredump. 14499 The fix is to disable Perl_block_start and Perl_block_end 14500 when the yacc parser has encountered errors. This prevents 14501 corruption of the internal stack, at the expense of correctness, 14502 but this doesn't matter as the code is unparseable anyway. 14503 14504 [ 18168] 14505 Subject: [PATCH] hires sleeping wants libs 14506 Date: Wed, 20 Nov 2002 17:18:31 +0200 14507 From: Jarkko Hietaniemi <jhi@iki.fi> 14508 Message-ID: <20021120151830.GC127060@lyta.hut.fi> 14509 14510 [ 18169] 14511 Add a test for bug #17920, and a new test file for it. 14512 14513 [ 18170] 14514 Move some tests from t/run/fresh_perl.t 14515 to the new t/comp/parser.t. The goal being to 14516 get rid of fresh_perl.t at some point. 14517 14518 [ 18171] 14519 A new test for $^S, based on a patch by Iain 'Spoon' Truskett. 14520 Fix the existing tests that didn't checked the difference 14521 between 0 and undef. 14522 14523 [ 18172] 14524 Subject: [PATCH] Historic version labels 14525 From: andreas.koenig@anima.de (Andreas J. Koenig) 14526 Date: Fri, 22 Nov 2002 14:39:41 +0100 14527 Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus> 14528 14529 (and regen Configure, regen_headers) 14530 Branch: maint-5.8/perl 14531 +> regen.pl regen_headers.pl t/comp/parser.t 14532 ! Configure README.ce config_h.SH ext/B/B.pm ext/B/t/concise.t 14533 !> (integrate 35 files) 14534____________________________________________________________________________ 14535[ 18156] By: jhi on 2002/11/18 23:06:22 14536 Log: Unicode 3.2 Errata from 14537 http://www.unicode.org/unicode/uni2errata/UnicodeErrata.html 14538 (errata 2002 October 31 and 2002 October 30) 14539 (If/when 3.2.1 or 4.0 happens, just replace SpecialCasing 14540 and UnicodeData, don't bother with diffs, and rerun 14541 perl ./mktables) 14542 Branch: maint-5.8/perl 14543 ! lib/Unicode/UCD.t lib/unicore/Category.pl 14544 ! lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt 14545 ! lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl 14546 ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl 14547 ! lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl 14548 ! lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl 14549____________________________________________________________________________ 14550[ 18155] By: jhi on 2002/11/16 22:34:07 14551 Log: make regen_headers 14552 Branch: maint-5.8/perl 14553 ! pod/perlapi.pod proto.h 14554____________________________________________________________________________ 14555[ 18153] By: jhi on 2002/11/16 21:24:13 14556 Log: Tripped by the pseudo-hash warning. 14557 Branch: maint-5.8/perl 14558 ! t/op/hashwarn.t 14559____________________________________________________________________________ 14560[ 18146] By: jhi on 2002/11/16 15:09:26 14561 Log: Typo noticed by Philip Newton. 14562 Branch: maint-5.8/perl 14563 ! pod/perldiag.pod 14564____________________________________________________________________________ 14565[ 18145] By: jhi on 2002/11/16 02:53:59 14566 Log: Add 5.005-style thread deprecation warning (at each 14567 thread create). 14568 Branch: maint-5.8/perl 14569 ! ext/Thread/Thread.xs pod/perldelta.pod pod/perldiag.pod 14570____________________________________________________________________________ 14571[ 18144] By: jhi on 2002/11/15 22:30:36 14572 Log: perlport tweaks: 14573 - timezone 14574 - $!, Errno 14575 - metainformation changing 14576 - perlunicode 14577 Branch: maint-5.8/perl 14578 ! pod/perlport.pod 14579____________________________________________________________________________ 14580[ 18143] By: jhi on 2002/11/15 04:37:24 14581 Log: Add pseudo-hashes deprecation warning (at each pseudo-hash access). 14582 Branch: maint-5.8/perl 14583 ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av 14584____________________________________________________________________________ 14585[ 18134] By: jhi on 2002/11/09 22:10:52 14586 Log: Update Changes. 14587 Branch: maint-5.8/perl 14588 ! Changes patchlevel.h 14589____________________________________________________________________________ 14590[ 18133] By: jhi on 2002/11/09 21:56:38 14591 Log: Integrate 14592 14593 [ 18122] 14594 Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite 14595 From: "david@dhaller.de (via RT)" <perlbug@perl.org> 14596 Date: 23 Oct 2002 18:42:51 -0000 14597 Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org> 14598 14599 [ 18123] 14600 Subject: PATCH x2p/find2perl.PL 14601 From: "Newton, Philip" <Philip.Newton@datenrevision.de> 14602 Date: Thu, 24 Oct 2002 10:05:19 +0200 14603 Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg> 14604 14605 [ 18124] 14606 Subject: [PATCH] File::Temp documentation fix 14607 From: Slaven Rezic <slaven.rezic@berlin.de> 14608 Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST) 14609 Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de> 14610 14611 [ 18125] 14612 Subject: Re: The Inaba patch for tr/// vs. use encoding 14613 From: Dan Kogai <dankogai@dan.co.jp> 14614 Date: Fri, 25 Oct 2002 13:04:00 +0900 14615 Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp> 14616 Branch: maint-5.8/perl 14617 +> t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t 14618 +> t/uni/tr_utf8.t 14619 !> MANIFEST ext/Fcntl/t/syslfs.t lib/File/Temp.pm t/op/lfs.t 14620 !> x2p/find2perl.PL 14621____________________________________________________________________________ 14622[ 18132] By: jhi on 2002/11/09 21:50:30 14623 Log: Integrate 14624 14625 [ 18121] 14626 Subject: Re: [perl #18038] DESTROY change in 5.8.0? 14627 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 14628 Date: Sun, 03 Nov 2002 15:48:18 -0800 14629 Message-ID: <CXbx9gzkgS8W092yn@efn.org> 14630 Branch: maint-5.8/perl 14631 !> sv.c t/op/tie.t 14632____________________________________________________________________________ 14633[ 18131] By: jhi on 2002/11/09 21:28:07 14634 Log: Integrate 14635 14636 [ 18119] 14637 Subject: [perl #18154] Problem found in calculating offsets in regex 14638 From: Mark Pease (via RT) <perlbug@perl.org> 14639 Date: 29 Oct 2002 20:23:54 -0000 14640 Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org> 14641 14642 [ 18120] 14643 Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets? 14644 From: Gurusamy Sarathy <gsar@ActiveState.com> 14645 Date: Sat, 19 Oct 2002 12:11:43 -0700 14646 Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com> 14647 Branch: maint-5.8/perl 14648 !> doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c regcomp.c 14649 !> win32/win32.h 14650____________________________________________________________________________ 14651[ 18130] By: jhi on 2002/11/09 21:25:39 14652 Log: Integrate 14653 14654 [ 18118] 14655 Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp 14656 From: hv@crypt.org 14657 Date: Sun, 03 Nov 2002 16:41:24 +0000 14658 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk> 14659 14660 (closure.t required manual edit since blead had a new test) 14661 Branch: maint-5.8/perl 14662 !> ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t 14663 !> t/op/sub_lval.t 14664____________________________________________________________________________ 14665[ 18129] By: jhi on 2002/11/09 21:20:02 14666 Log: Integrate 14667 14668 [ 18115] 14669 Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open 14670 From: Slaven Rezic <slaven.rezic@berlin.de> 14671 Date: 24 Oct 2002 00:44:35 +0200 14672 Message-ID: <87vg3sixm4.fsf@vran.herceg.de> 14673 14674 [ 18117] 14675 "make distclean" should remove the generated file lib/Config.pod. 14676 Branch: maint-5.8/perl 14677 !> Makefile.SH pod/perldiag.pod pod/perlfunc.pod pp_sys.c 14678 !> t/io/binmode.t t/io/print.t t/io/read.t t/lib/warnings/pp_sys 14679____________________________________________________________________________ 14680[ 18128] By: jhi on 2002/11/09 21:15:09 14681 Log: Integrate 14682 14683 [ 18116] 14684 The new test introduced in #18114 failed with threads 14685 14686 (edit //= to be ||=) 14687 Branch: maint-5.8/perl 14688 !> ext/B/t/concise.t 14689____________________________________________________________________________ 14690[ 18127] By: jhi on 2002/11/09 21:07:43 14691 Log: Integrate 14692 14693 [ 18114] 14694 Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well 14695 From: Stephen McCamant <smcc@mit.edu> 14696 Date: Thu, 31 Oct 2002 01:35:29 -0500 14697 Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU> 14698 14699 plus a test case in ext/B/t/concise.t 14700 plus a (less intrusive, but less future-proof) fix for a 14701 similar problem in B::walkoptree_exec(). 14702 14703 (edit away dor and dorassign) 14704 Branch: maint-5.8/perl 14705 !> ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t 14706____________________________________________________________________________ 14707[ 18126] By: jhi on 2002/11/09 19:00:47 14708 Log: Integrate 14709 14710 [ 18102] 14711 Subject: Re: [perl #18066] Bug in -I when path has double colons? 14712 From: Slaven Rezic <slaven.rezic@berlin.de> 14713 Date: 30 Oct 2002 11:18:47 +0100 14714 Message-ID: <87of9c2prs.fsf@vran.herceg.de> 14715 14716 With the corresponding change to embed.fnc 14717 14718 [ 18105] 14719 Subject: Re: Class::Struct, simple patch, tests 14720 From: Marty Pauley <marty+p5p@kasei.com> 14721 Date: Fri, 18 Oct 2002 22:26:38 +0100 14722 Message-ID: <20021018212638.GB3764@soto.kasei.com> 14723 14724 [ 18106] 14725 new test based on: 14726 Subject: [TEST] for [PATCH] bug in utf8.c(?) 14727 From: Marty Pauley <marty+p5p@kasei.com> 14728 Date: Fri, 18 Oct 2002 21:02:38 +0100 14729 Message-ID: <20021018200238.GY3764@soto.kasei.com> 14730 14731 [ 18107] 14732 1. Update pp_ucfirst to enter the UTF-8 branch only if the first 14733 character is UTF-8. (Copied from pp_lcfirst.) 14734 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK. 14735 14736 [ 18108] 14737 Put back the DO NOT EDIT headers in proto.h and global.sym 14738 14739 Subject: Re: [perl #18066] Bug in -I when path has double colons? 14740 From: Slaven Rezic <slaven.rezic@berlin.de> 14741 Date: 03 Nov 2002 10:25:10 +0100 14742 Message-ID: <87adkrngy1.fsf@vran.herceg.de> 14743 14744 [ 18109] 14745 Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex 14746 From: hv@crypt.org 14747 Date: Tue, 05 Nov 2002 13:30:00 +0000 14748 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk> 14749 14750 This is half of the fix for #18107. The swash_init() problems 14751 described in <20021105143646.M18101@lustre.dyn.wiw.org> remain, 14752 but can now be seen only with UTF-8 test cases. 14753 14754 [ 18113] 14755 make regen_headers. 14756 Backport change #18078 to warnings.pl. 14757 14758 plus make regen_headers 14759 Branch: maint-5.8/perl 14760 +> t/run/switchI.t 14761 ! pod/perlapi.pod 14762 !> MANIFEST dump.c embed.fnc embed.h embedvar.h global.sym 14763 !> lib/Class/Struct.pm lib/Class/Struct.t lib/utf8.t perl.c 14764 !> perlapi.c perlapi.h pp.c proto.h t/run/runenv.t warnings.pl 14765____________________________________________________________________________ 14766[ 18112] By: jhi on 2002/11/05 13:26:28 14767 Log: perl embed.pl 14768 Branch: maint-5.8/perl 14769 ! embed.h embedvar.h global.sym perlapi.c perlapi.h proto.h 14770____________________________________________________________________________ 14771[ 18111] By: jhi on 2002/11/05 13:24:59 14772 Log: Integrate 14773 14774 [ 18067] 14775 [PATCH] embed.pl doc. (embed.pl reorganization for doc headers) 14776 Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi> 14777 With some additional modifications 14778 14779 [ 18068] 14780 Repair broken previous patch. I don't like it, but not repairing it 14781 breaks each and every build. Will teach me to test on the same 14782 machine where I patched it. Sorry. 14783 14784 [ 18108] 14785 Put back the DO NOT EDIT headers in proto.h and global.sym 14786 14787 Subject: Re: [perl #18066] Bug in -I when path has double colons? 14788 From: Slaven Rezic <slaven.rezic@berlin.de> 14789 Date: 03 Nov 2002 10:25:10 +0100 14790 Message-ID: <87adkrngy1.fsf@vran.herceg.de> 14791 Branch: maint-5.8/perl 14792 !> embed.pl 14793____________________________________________________________________________ 14794[ 18110] By: jhi on 2002/11/05 13:12:12 14795 Log: Integrate 14796 14797 [ 17951] 14798 MakeMaker's INSTALLSITEMANXDIR Configure's counterpart 14799 Thu, 25 Jul 2002, Andy Dougherty 14800 14801 (had to regen Configure) 14802 Branch: maint-5.8/perl 14803 ! Configure config_h.SH 14804 !> Policy_sh.SH 14805____________________________________________________________________________ 14806[ 18104] By: jhi on 2002/11/04 22:23:54 14807 Log: Integrate 14808 [ 17946] 14809 nanosleep on VMS not present 14810 Branch: maint-5.8/perl 14811 !> configure.com 14812____________________________________________________________________________ 14813[ 18103] By: jhi on 2002/11/04 22:11:33 14814 Log: Integrate 14815 [ 17944] 14816 nanosleep probes as per Jarkko's request 14817 14818 (and regen Configure) 14819 Branch: maint-5.8/perl 14820 ! Configure config_h.SH 14821 !> NetWare/config_H.wc Porting/config.sh Porting/config_H 14822 !> epoc/config.sh perl.h win32/config.bc win32/config.gc 14823 !> win32/config.vc win32/config.vc64 win32/config_H.bc 14824 !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64 14825 !> wince/config.ce wince/config_H.ce 14826____________________________________________________________________________ 14827[ 18101] By: jhi on 2002/11/04 21:29:57 14828 Log: Integrate 14829 14830 [ 17731] 14831 Subject: [PATCH] Configure missing d_modflproto='' 14832 From: "Gerrit P. Haase" <gp@familiehaase.de> 14833 Date: Tue, 13 Aug 2002 15:11:05 +0200 14834 Message-id: <11417599086.20020813151105@familiehaase.de> 14835 14836 [ 17739] 14837 Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5 14838 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 14839 Date: Tue, 23 Jul 2002 09:21:10 +0200 14840 Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl> 14841 14842 [ 17902] 14843 [PATCH perl@17882] configure.com needs d_modflproto 14844 Thu 12 Sep 2002 23:19, "Craig A. Berry" 14845 14846 [ 17919] 14847 Subject: [PATCH] AIX hints missinga >&4 14848 From: Jarkko Hietaniemi <jhi@iki.fi> 14849 Date: Fri, 13 Sep 2002 16:48:42 +0300 14850 Message-ID: <20020913134842.GD8929@lyta.hut.fi> 14851 Branch: maint-5.8/perl 14852 !> Configure configure.com hints/aix.sh 14853____________________________________________________________________________ 14854[ 18100] By: jhi on 2002/11/04 21:21:09 14855 Log: Integrate (two changes that are followups for changes already in) 14856 14857 [ 17745] 14858 perldelta for #17727 14859 14860 [ 17831] 14861 #17827 misses some win32 tweaks 14862 Branch: maint-5.8/perl 14863 !> pod/perldelta.pod win32/Makefile win32/makefile.mk 14864____________________________________________________________________________ 14865[ 18099] By: jhi on 2002/11/04 21:17:25 14866 Log: Integrate (automerge didn't work, required manual copying from 14867 a post-17815 snapshot and editing a '59' to '58') 14868 14869 [ 17815] 14870 formatting cleanup and: 14871 Subject: Re: perl-5.8.0 on HP porting center 14872 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 14873 Date: Thu, 29 Aug 2002 12:23:31 +0200 14874 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl> 14875 Branch: maint-5.8/perl 14876 ! installperl 14877____________________________________________________________________________ 14878[ 18098] By: jhi on 2002/11/04 18:53:22 14879 Log: Kick patchlevel. 14880 Branch: maint-5.8/perl 14881 ! patchlevel.h 14882____________________________________________________________________________ 14883[ 18097] By: jhi on 2002/11/04 18:52:23 14884 Log: Update Changes. 14885 Branch: maint-5.8/perl 14886 ! Changes patchlevel.h 14887____________________________________________________________________________ 14888[ 18096] By: jhi on 2002/11/04 18:46:09 14889 Log: Integrate 14890 14891 [ 18090] 14892 extend #13786 to cover the other four identical chunks of code 14893 to avoid looping under overload. 14894 14895 [ 18091] 14896 How pre-5.9.0 Perl can be fooled by a defined-or. 14897 14898 [ 18093] 14899 s/Perlf/Perl/ (thanks rgs) 14900 Branch: maint-5.8/perl 14901 !> pod/perldiag.pod sv.c 14902____________________________________________________________________________ 14903[ 18095] By: jhi on 2002/11/04 17:45:47 14904 Log: Integrate (now tests 100% in Tru64 5.1A): 14905 14906 [ 18083] 14907 [PATCH] Typo configpm 14908 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr> 14909 14910 [ 18084] 14911 Tru64, gcc -O3, datasize 14912 Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi> 14913 14914 [ 18085] 14915 Subject: Re: [perl #17064] illegal legal unicode character 14916 From: hv@crypt.org 14917 Date: Mon, 04 Nov 2002 13:23:49 +0000 14918 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk> 14919 14920 [ 18086] 14921 integrate from perlio: changes #17709, #17795, #17796, #18032 14922 14923 [ 18088] 14924 Charnames take 4 14925 Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl> 14926 Branch: maint-5.8/perl 14927 !> Porting/apply README.tru64 configpm ext/PerlIO/t/encoding.t 14928 !> ext/PerlIO/t/via.t ext/PerlIO/via/via.xs hints/dec_osf.sh 14929 !> lib/charnames.pm lib/charnames.t perlio.c regexec.c 14930 !> t/io/crlf.t t/op/split.t 14931____________________________________________________________________________ 14932[ 18089] By: jhi on 2002/11/04 15:44:28 14933 Log: The //= meme seems to be catching on. 14934 Branch: maint-5.8/perl 14935 ! t/op/anonsub.t 14936____________________________________________________________________________ 14937[ 18087] By: jhi on 2002/11/04 15:28:23 14938 Log: Integrate: 14939 14940 [ 17677] 14941 Main branch no longer needs op/taint.t version check. 14942 Branch: maint-5.8/perl 14943 !> t/op/taint.t 14944____________________________________________________________________________ 14945[ 18082] By: jhi on 2002/11/04 05:38:52 14946 Log: Integrate: the same caveat as for #18080. 14947 14948 [ 17779] 14949 upgrade bignum to v0.13: fix test failures and update docs 14950 14951 [ 17780] 14952 fix bignum test failures 14953 14954 [ 17784] 14955 #17780 relies on unixy paths to locate own directory for bignum tests. 14956 14957 [ 17785] 14958 fix non-ANSI C++-style comment 14959 Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current 14960 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 14961 Date: Mon, 26 Aug 2002 09:15:18 +0200 14962 Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl> 14963 14964 [ 17841] 14965 Subject: [PATCH] op/getpid.t failure 14966 From: Michael G Schwern <schwern@pobox.com> 14967 Date: Tue, 3 Sep 2002 17:48:24 -0700 14968 Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net> 14969 14970 [ 17872] 14971 temporarily skip failing Storable tests caused by #17869 14972 14973 [ 17901] 14974 Subject: [PATCH] more PASE wisdom 14975 From: Jarkko Hietaniemi <jhi@iki.fi> 14976 Date: Fri, 13 Sep 2002 00:17:39 +0300 14977 Message-ID: <20020912211739.GB6980@lyta.hut.fi> 14978 14979 [ 17912] 14980 Subject: [PATCH] AIX test shouldn't trip OS/400 PASE 14981 From: Jarkko Hietaniemi <jhi@iki.fi> 14982 Date: Thu, 19 Sep 2002 18:59:48 +0300 14983 Message-Id: <20020919155948.GU208696@lyta.hut.fi> 14984 14985 Subject: [PATCH] more PASE tweakage 14986 From: Jarkko Hietaniemi <jhi@iki.fi> 14987 Date: Thu, 19 Sep 2002 18:01:44 +0300 14988 Message-Id: <20020919150144.GJ208696@lyta.hut.fi> 14989 14990 [ 17963] 14991 Subject: Re: [perl #17376] Bug Report - our(%) 14992 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 14993 Date: Tue, 01 Oct 2002 09:54:30 -0700 14994 Message-ID: <GNdm9gzkgWOS092yn@efn.org> 14995 14996 [ 17969] 14997 Subject: [PATCH] Storable and code serialization: documentation 14998 From: Slaven Rezic <slaven.rezic@berlin.de> 14999 Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST) 15000 Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de> 15001 15002 [ 17970] 15003 Add a line about 2.05. 15004 15005 [ 17971] 15006 Subject: Re: Not OK 17969 15007 From: Slaven Rezic <slaven.rezic@berlin.de> 15008 Date: 03 Oct 2002 13:12:58 +0200 15009 Message-Id: <87lm5fn5c5.fsf@vran.herceg.de> 15010 15011 [ 17974] 15012 Fix a precedence problem. 15013 15014 [ 17977] 15015 Complement to change #17976 : 15016 there was a similar bug on rdo(). 15017 Increment $Safe::VERSION. 15018 15019 [ 17980] 15020 Upgrade Safe.pm to 2.09 after CPAN backport. 15021 Fix testcases to run properly outside perl core build enviroment. 15022 15023 [ 17986] 15024 Remove use of caller() in strict.pm, and tighten Safe compartment 15025 for Storable tests to match. 15026 15027 [ 18000] 15028 Subject: [PATCH] perl573delta delinting 15029 From: Jarkko Hietaniemi <jhi@iki.fi> 15030 Date: Fri, 4 Oct 2002 16:19:31 +0300 15031 Message-ID: <20021004131931.GE278184@lyta.hut.fi> 15032 15033 [ 18008] 15034 Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t) 15035 From: Nicholas Clark <nick@unfortu.net> 15036 Date: Mon, 7 Oct 2002 23:35:34 +0100 15037 Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net> 15038 15039 [ 18014] 15040 Subject: Re: [PATCH] perl573delta delinting 15041 From: Philip Newton <Philip.Newton@gmx.net> 15042 Date: Sat, 12 Oct 2002 21:25:49 +0200 15043 Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com> 15044 15045 [ 18019] 15046 Subject: Japanese translation of Storable 15047 From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp> 15048 Date: Tue, 15 Oct 2002 06:31:01 +0900 15049 Message-Id: <003801c273c9$05888910$1401a8c0@hipposam> 15050 15051 [ 18024] 15052 Subject: Re: [perl #17061] no strict 'garbage' 15053 From: Slaven Rezic <slaven.rezic@berlin.de> 15054 Date: 10 Oct 2002 16:23:22 +0200 15055 Message-ID: <87ptui5q5h.fsf@vran.herceg.de> 15056 15057 [ 18061] 15058 Subject: [PATCH lib/IO.t] Add tests for IO.pm 15059 From: chromatic <chromatic@wgz.org> 15060 Date: Mon, 21 Oct 2002 20:27:43 -0700 15061 Message-ID: <20021022033253.57952.qmail@onion.perl.org> 15062 15063 [ 18063] 15064 change #18038 gives too many problems on t/450_service.t; disable 15065 it for now 15066 Branch: maint-5.8/perl 15067 !> (integrate 32 files) 15068____________________________________________________________________________ 15069[ 18081] By: jhi on 2002/11/04 05:26:36 15070 Log: Integrate: 15071 15072 [ 17741] 15073 Subject: Re: [PATCH] Storable and CODE references 15074 From: Slaven Rezic <slaven.rezic@berlin.de> 15075 Date: 17 Aug 2002 21:58:03 +0200 15076 Message-id: <87bs812r78.fsf@vran.herceg.de> 15077 Branch: maint-5.8/perl 15078 +> ext/Storable/t/code.t 15079 !> MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t 15080 !> ext/Storable/t/malice.t 15081____________________________________________________________________________ 15082[ 18080] By: jhi on 2002/11/04 05:23:04 15083 Log: The first big import towards 5.8.1, @18078. Please do NOT 15084 expect all to work yet, some tests will fail. This is just 15085 a reasonably optimal/maximal push in the general direction. 15086 15087 [ 17655] 15088 Upgrade to Unicode::Collate 0.20. 15089 15090 [ 17656] 15091 Subject: [PATCH] Typo in regcomp.c 15092 From: Chris Ball <chris@cpan.org> 15093 Date: 26 Jul 2002 17:49:35 +0100 15094 Message-Id: <868z3yzb6o.fsf@void.printf.net> 15095 (With additional tweak to s_reginclasslen.) 15096 15097 [ 17672] 15098 Subject: Re: mention of "use sort" botched in perlfunc? 15099 From: Michael G Schwern <schwern@pobox.com> 15100 Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST) 15101 Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net> 15102 15103 [ 17673] 15104 Subject: [PATCH] AUTHORS 15105 From: Walt Mankowski <waltman@pobox.com> 15106 Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST) 15107 Message-id: <20020721025612.GB15958@pobox.com> 15108 15109 [ 17674] 15110 Subject: [PATCH] AUTHORS 15111 From: Colin Watson <colinw@zeus.com> 15112 Date: Thu, 25 Jul 2002 15:54:37 +0100 15113 Message-id: <20020725145437.GC4921@zeus.com> 15114 15115 [ 17675] 15116 Fix email address for Kragen Sitaker <kragen@pobox.com>. 15117 15118 [ 17676] 15119 Subject: Re: [PATCH] Re: taint news 15120 From: Rick Delaney <rick.delaney@rogers.com> 15121 Date: 04 Aug 2002 00:28:58 EDT 15122 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> 15123 Ref: 20020208.005 15124 15125 [ 17678] 15126 Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint') 15127 From: hv@crypt.org 15128 Date: Sun, 04 Aug 2002 17:40:30 +0100 15129 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk> 15130 15131 [ 17679] 15132 [ID 20020704.001] again: #17678 caused test failures in pod2html, 15133 in which $1 could leak from previous regexp 15134 15135 [ 17680] 15136 warn that keywords.h is generated 15137 15138 [ 17681] 15139 typo 15140 15141 [ 17683] 15142 Integrate from maint-5.6/macperl via macperl 15143 Changes 17660, 17661, 17662, 17663, 17664 15144 15145 [ 17684] 15146 Integrate from perlio: change #17653 fixes bug RT15283 15147 15148 [ 17685] 15149 Subject: Re: mention of "use sort" botched in perlfunc? + PATCH 15150 From: "John P. Linderman" <jpl@research.att.com> 15151 Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST) 15152 Message-id: <200207211613.MAA69505@raptor.research.att.com> 15153 15154 [ 17686] 15155 More regression tests for $^H and %^H. 15156 Add a TODO test for eval "" preserving %^H. 15157 15158 [ 17687] 15159 PerlIO::scalar wasn't able to read from non-string 15160 scalar ; now stringifies its argument. 15161 15162 [ 17688] 15163 Subject: [PATCH] XS build fix for VMS 15164 From: "Craig A. Berry" <craigberry@mac.com> 15165 Date: Sun, 4 Aug 2002 12:13:06 -0500 15166 Message-ID: <a05111b07b97256e1c335@[172.16.52.1]> 15167 15168 [ 17689] 15169 Subject: Re: no warnings 'io'; 15170 From: Nicholas Clark <nick@unfortu.net> 15171 Date: Sat, 27 Jul 2002 21:49:55 +0100 15172 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net> 15173 15174 Plus a little bit of regression tests. 15175 15176 [ 17690] 15177 Doc fix : the symbol for COPs wasn't documented. 15178 15179 [ 17691] 15180 Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir} 15181 From: Henrik Tougaard (via RT) <perlbug@perl.org> 15182 Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST) 15183 Message-id: <rt-15398-31095.6.30466042998663@perl> 15184 15185 [ 17692] 15186 Subject: [PATCH] README.jp and README.cn 15187 From: Autrijus Tang <autrijus@autrijus.org> 15188 Date: Thu, 25 Jul 2002 07:05:11 +0800 15189 Message-id: <20020724230511.GA1327@not.autrijus.org> 15190 15191 [ 17693] 15192 Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD. 15193 From: Abigail <abigail@foad.org> 15194 Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST) 15195 Message-id: <20020725085252.A2703@ucan.foad.org> 15196 15197 [ 17694] 15198 Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00 15199 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15200 Date: Wed, 31 Jul 2002 16:04:02 +0200 15201 Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl> 15202 15203 [ 17695] 15204 Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault 15205 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 15206 Date: Fri, 2 Aug 2002 00:13:10 +0200 15207 Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr> 15208 15209 [ 17696] 15210 Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements 15211 From: Slaven Rezic <slaven.rezic@berlin.de> 15212 Date: 31 Jul 2002 09:50:06 +0200 15213 Message-id: <87ado85ob5.fsf@vran.herceg.de> 15214 15215 [ 17697] 15216 Subject: Doc patch for Class::Struct under 5.8.0 15217 From: Damian Conway <damian@conway.org> 15218 Date: Tue, 30 Jul 2002 23:03:14 +1000 15219 Message-id: <3D471FCF.1C7C6E6B@conway.org> 15220 15221 [ 17698] 15222 Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic 15223 From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org> 15224 Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST) 15225 Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org> 15226 15227 [ 17699] 15228 Subject: [PATCH] Re: [perl #15898] coredump with variable our 15229 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 15230 Date: Fri, 2 Aug 2002 23:44:21 +0200 15231 Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr> 15232 15233 [ 17700] 15234 Subject: [DOC PATCH] perlipc.pod 15235 From: Arjen Laarhoven <arjen@nl.demon.net> 15236 Date: Tue, 6 Aug 2002 14:16:01 +0200 15237 Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net> 15238 15239 [ 17701] 15240 Subject: [PATCH] Re: pp_sys.c compile failed.. 15241 From: Andy Dougherty <doughera@lafayette.edu> 15242 Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST) 15243 Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu> 15244 15245 [ 17702] 15246 Subject: Re: README.aix 15247 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15248 Date: Tue, 30 Jul 2002 13:30:29 +0200 15249 Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl> 15250 15251 [ 17704] 15252 Fix bug #16080 : an attribute list should end at '}' 15253 15254 [ 17705] 15255 More tests for the attribute syntax, from the 15256 attributes manpage. 15257 15258 [ 17706] 15259 Subject: Re: missing lower range in {} regex 15260 From: "John P. Linderman" <jpl@research.att.com> 15261 Date: Fri, 09 Aug 2002 12:48:55 -0400 15262 Message-ID: <200208091648.MAA77577@raptor.research.att.com> 15263 15264 [ 17707] 15265 Subject: New HP-UX itanium servers 15266 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15267 Date: Wed, 07 Aug 2002 13:25:57 +0200 15268 Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl> 15269 15270 [ 17710] 15271 Subject: [PATCH] pod/perlfaq4.pod 15272 From: Abigail <abigail@foad.org> 15273 Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST) 15274 Message-id: <20020730095202.A6462@ucan.foad.org> 15275 Add references to Regexp::Common. 15276 15277 [ 17711] 15278 Subject: [PATCH s2p] Small typo correction 15279 From: "Newton, Philip" <Philip.Newton@datenrevision.de> 15280 Date: Wed, 7 Aug 2002 11:50:51 +0200 15281 Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg> 15282 15283 [ 17712] 15284 Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current 15285 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15286 Date: Mon, 12 Aug 2002 10:25:20 +0200 15287 Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl> 15288 gcc bug test needs -lm 15289 15290 [ 17713] 15291 Subject: [PATCH] gv_fullname3 as call to gv_fullname4 15292 From: Nicholas Clark <nick@unfortu.net> 15293 Date: Sun, 11 Aug 2002 16:59:16 +0100 15294 Message-id: <20020811155914.GE300@Bagpuss.unfortu.net> 15295 15296 [ 17714] 15297 Subject: [PATCH] perltodo.pod 15298 From: Richard.Foley@t-online.de 15299 Date: Sun, 11 Aug 2002 18:26:10 +0200 15300 Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com> 15301 perlbug credits 15302 15303 [ 17716] 15304 Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness. 15305 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 15306 Date: Sat, 13 Jul 2002 17:44:02 +0100 15307 Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk> 15308 15309 [ 17717] 15310 Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue 15311 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 15312 Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST) 15313 Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu> 15314 15315 [ 17719] 15316 Subject: [perl #15987] Tests fail when sources are under CVS control 15317 From: Warren Jones (via RT) <perlbug@perl.org> 15318 Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST) 15319 Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org> 15320 15321 [ 17720] 15322 Subject: Re: [PATCH] Re: taint news 15323 From: Rick Delaney <rick.delaney@rogers.com> 15324 Date: 04 Aug 2002 00:28:58 EDT 15325 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> 15326 missed patch fragment from Change #17676 15327 15328 [ 17721] 15329 #17717 needed tests fixing up 15330 15331 [ 17722] 15332 Subject: Minor perlrun.pod patch 15333 From: Iain Truskett <spoon@cpan.org> 15334 Date: Fri, 16 Aug 2002 16:20:27 +1000 15335 Message-Id: <20020816162027.D17196@eh.org> 15336 15337 [ 17724] 15338 ext/B/defsubs.h also depends on the program that builds it 15339 15340 [ 17727] 15341 Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods 15342 From: Mark-Jason Dominus <mjd@plover.com> 15343 Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST) 15344 Message-id: <20020415033855.6343.qmail@plover.com> 15345 15346 [ 17729] 15347 Subject: [PATCH] Safe.pm documentation 15348 From: Slaven Rezic <slaven.rezic@berlin.de> 15349 Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST) 15350 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de> 15351 15352 [ 17733] 15353 Subject: Server rename revisited 15354 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15355 Date: Tue, 13 Aug 2002 19:19:03 +0200 15356 Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl> 15357 15358 [ 17734] 15359 Subject: [PATCH] Re: Pod::Functions tpyo 15360 From: Abe Timmerman <abe@ztreet.demon.nl> 15361 Date: Tue, 13 Aug 2002 23:47:00 +0200 15362 Message-id: <200208132347.00782.abe@ztreet.demon.nl> 15363 15364 [ 17735] 15365 Subject: Re: [perl #16198] pod tpyo in hostent.pm 15366 From: Mark-Jason Dominus <mjd@plover.com> 15367 Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST) 15368 Message-id: <20020814011909.22744.qmail@plover.com> 15369 15370 [ 17736] 15371 Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats? 15372 From: Dave Mitchell <davem@fdgroup.com> 15373 Date: Fri, 16 Aug 2002 23:31:07 +0100 15374 Message-id: <20020816233107.E9388@fdgroup.com> 15375 15376 [ 17737] 15377 Effect a speedy recovery from POD affected by (ahem, Australian) 15378 negligence. 15379 15380 [ 17743] 15381 Subject: Re: [PATCH] fix typos in perlpacktut 15382 From: "Mr. Nobody" <mrnobo1024@yahoo.com> 15383 Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST) 15384 Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com> 15385 15386 [ 17744] 15387 Subject: typo in perfunc.pod 15388 From: "John P. Linderman" <jpl@research.att.com> 15389 Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST) 15390 Message-id: <200208191245.IAA20072@raptor.research.att.com> 15391 15392 [ 17748] 15393 todo test for linux $0 modification 15394 Subject: Re: [perl #16206] $0 in 5.8 15395 From: Slaven Rezic <slaven.rezic@berlin.de> 15396 Date: 17 Aug 2002 21:32:37 +0200 15397 Message-id: <87elcx2sdm.fsf@vran.herceg.de> 15398 15399 [ 17749] 15400 avoid use of %caller::EXPORT 15401 Subject: [PATCH] Re: question about Exporter::import 15402 From: Nicholas Clark <nick@unfortu.net> 15403 Date: Wed, 14 Aug 2002 21:33:12 +0100 15404 Message-id: <20020814203311.GD278@Bagpuss.unfortu.net> 15405 15406 [ 17750] 15407 Subject: [PATCH] Fix DBM filters 15408 From: "Paul Marquess" <Paul.Marquess@btinternet.com> 15409 Date: Wed, 21 Aug 2002 11:40:49 +0100 15410 Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com> 15411 15412 [ 17752] 15413 Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9 15414 From: SADAHIRO Tomoyuki <bqw10602@nifty.com> 15415 Date: Fri, 26 Jul 2002 02:59:12 +0900 15416 Message-Id: <20020726025828.B5E9.BQW10602@nifty.com> 15417 15418 [ 17753] 15419 Subject: podlators 1.24 released 15420 From: Russ Allbery <rra@stanford.edu> 15421 Date: Sat, 03 Aug 2002 20:56:42 -0700 15422 Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu> 15423 15424 [ 17754] 15425 Subject: ANNOUNCE: Math-BigInt v1.62 15426 From: Tels <perl_dummy@bloodgate.com> 15427 Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST) 15428 Message-Id: <200208211513.g7LFDUs02512@crypt.org> 15429 15430 [ 17755] 15431 new files from #17754 15432 15433 [ 17756] 15434 Subject: ANNOUCNE: Math::BigRat v0.09 15435 From: Tels <perl_dummy@bloodgate.com> 15436 Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST) 15437 Message-Id: <200208141812.g7EICrV23771@crypt.org> 15438 15439 [ 17757] 15440 new file for #17756 15441 15442 [ 17758] 15443 bignum-0.12 updates from: 15444 Subject: [ANNOUCNE] Big Math::Big* update 15445 From: Tels <perl_dummy@bloodgate.com> 15446 Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST) 15447 Message-Id: <200208132121.g7DLLRV21408@crypt.org> 15448 15449 [ 17759] 15450 Subject: [PATCH] x2p/str.c signedness nits 15451 From: Jarkko Hietaniemi <jhi@iki.fi> 15452 Date: Fri, 23 Aug 2002 02:43:30 +0300 15453 Message-Id: <20020822234330.GC31624@lyta.hut.fi> 15454 15455 [ 17760] 15456 Subject: [PATCH] PPPort IVSIZE and SvPV_nolen 15457 From: Jarkko Hietaniemi <jhi@iki.fi> 15458 Date: Fri, 23 Aug 2002 05:29:09 +0300 15459 Message-Id: <20020823022909.GC9135@lyta.hut.fi> 15460 15461 [ 17761] 15462 Incorporate fix from JHI at: 15463 http://rt.perl.org/rt2/Ticket/Display.html?id=16708 15464 15465 [ 17764] 15466 a2p wasn't installed with -Dversiononly 15467 15468 [ 17765] 15469 Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t 15470 From: Nicholas Clark <nick@unfortu.net> 15471 Date: Sat, 24 Aug 2002 17:01:08 +0100 15472 Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net> 15473 (plus a typo fix) 15474 15475 [ 17766] 15476 Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut 15477 From: Peter BARABAS (via RT) <perlbug@perl.org> 15478 Date: 24 Aug 2002 08:16:19 -0000 15479 Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> 15480 15481 [ 17767] 15482 Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0) 15483 From: "Randy W. Sims" (via RT) <perlbug@perl.org> 15484 Date: 18 Aug 2002 13:27:12 -0000 15485 Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org> 15486 15487 [ 17768] 15488 Subject: [PATCH] fix lib.pm's import() to accept readonly parameters 15489 From: Anton Berezin <tobez@tobez.org> 15490 Date: Tue, 20 Aug 2002 23:44:25 +0200 15491 Message-ID: <20020820214425.GG16178@heechee.tobez.org> 15492 15493 [ 17769] 15494 Subject: bit more for WinCE 15495 From: "Vadim Konovalov" <vkonovalov@peterstar.ru> 15496 Date: Wed, 21 Aug 2002 01:31:52 +0400 15497 Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad> 15498 15499 [ 17770] 15500 Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release 15501 From: "Jos I. Boumans" <kane@cpan.org> 15502 Date: Wed, 21 Aug 2002 14:55:51 +0200 15503 Message-ID: <20020821124817.34761.qmail@onion.perl.org> 15504 15505 [ 17771] 15506 Subject: Newdated info for HP-UX 15507 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15508 Date: Wed, 21 Aug 2002 20:20:17 +0200 15509 Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl> 15510 15511 [ 17772] 15512 Subject: Re: p5p patches 15513 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15514 Date: Fri, 23 Aug 2002 15:27:48 +0200 15515 Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl> 15516 15517 [ 17773] 15518 Subject: Re: a bugfix for Pod::Html (in diff -u format) 15519 From: DH <crazyinsomniac@yahoo.com> 15520 Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT) 15521 Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com> 15522 15523 [ 17774] 15524 Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented. 15525 From: Abigail <abigail@foad.org> 15526 Date: Thu, 22 Aug 2002 04:10:39 -0700 15527 Message-ID: <20020822041039.A2089@ucan.foad.org> 15528 15529 [ 17775] 15530 Subject: [perl #16729] crypt() doesn't work in multithreaded perl 15531 From: "mls@suse.de (via RT)" <perlbug@perl.org> 15532 Date: 23 Aug 2002 15:24:39 -0000 15533 Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org> 15534 15535 [ 17776] 15536 Subject: [PATCH] ExtUtils::Constant 0.13 15537 From: Nicholas Clark <nick@unfortu.net> 15538 Date: Fri, 23 Aug 2002 19:21:12 +0100 15539 Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net> 15540 15541 [ 17778] 15542 Subject: Encode 1.76 Released 15543 From: Dan Kogai <dankogai@dan.co.jp> 15544 Date: su elo 25, 2002 11:27:07 US/Eastern 15545 Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp> 15546 15547 [ 17781] 15548 #17775 changed reentr.c instead of reentr.pl, which generates it 15549 15550 [ 17782] 15551 new test for change #17773 15552 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch) 15553 From: DH <crazyinsomniac@yahoo.com> 15554 Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT) 15555 Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com> 15556 15557 [ 17783] 15558 Subject: [ANNOUNCE] Test::Simple 0.47 15559 From: Michael G Schwern <schwern@pobox.com> 15560 Date: Mon, 26 Aug 2002 04:13:03 -0700 15561 Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net> 15562 15563 [ 17786] 15564 Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz 15565 From: "Sean M. Burke" <sburke@cpan.org> 15566 Date: Mon, 26 Aug 2002 04:38:19 -0600 15567 Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net> 15568 15569 [ 17787] 15570 fix for: 15571 Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken 15572 From: (Randal L. Schwartz) (via RT) <perlbug@perl.org> 15573 Date: 26 Aug 2002 15:01:36 -0000 15574 Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org> 15575 15576 [ 17789] 15577 Subject: Patch perlvar.pod 15578 From: mjd@plover.com 15579 Date: 27 Aug 2002 03:03:01 -0000 15580 Message-Id: <20020827030301.32481.qmail@plover.com> 15581 15582 [ 17790] 15583 #17783 introduced an outdated test module, causing failure in 15584 lib/ExtUtils/t/problems.t. This grabs a more recent copy from 15585 ExtUtils::MakeMaker. 15586 15587 [ 17791] 15588 Missing MANIFEST files for #17783. 15589 15590 [ 17797] 15591 Subject: Re: [perl #16677] B::SV::FLAGS dumps core 15592 From: Mark-Jason Dominus <mjd@plover.com> 15593 Date: Sun, 25 Aug 2002 22:31:54 -0400 15594 Message-ID: <20020826023154.22986.qmail@plover.com> 15595 15596 [ 17798] 15597 Subject: [PATCH] posixify getppid on linux-multithread 15598 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 15599 Date: Tue, 6 Aug 2002 21:56:46 +0200 15600 Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr> 15601 15602 [ 17799] 15603 Subject: Re: if.pm bug. 15604 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com> 15605 Date: Sun, 25 Aug 2002 00:27:59 +0200 15606 Message-ID: <20020824222210.16387.qmail@onion.perl.org> 15607 15608 [ 17800] 15609 Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5 15610 From: Mark-Jason Dominus <mjd@plover.com> 15611 Date: Sun, 25 Aug 2002 12:09:53 -0400 15612 Message-ID: <20020825160953.15987.qmail@plover.com> 15613 15614 [ 17801] 15615 Subject: [PATCH] ExtUtils::Constant 0.14 15616 From: Nicholas Clark <nick@unfortu.net> 15617 Date: Sun, 25 Aug 2002 18:06:00 +0100 15618 Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net> 15619 15620 [ 17802] 15621 Subject: [perl #16769] Documention bug 15622 From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org> 15623 Date: 26 Aug 2002 10:01:04 -0000 15624 Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org> 15625 15626 [ 17803] 15627 Subject: [PATCH] AIX compiler setup sanity checking 15628 From: Jarkko Hietaniemi <jhi@iki.fi> 15629 Date: Thu, 29 Aug 2002 16:43:51 +0300 15630 Message-Id: <20020829134351.GG5219@lyta.hut.fi> 15631 15632 [ 17804] 15633 Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks 15634 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 15635 Date: Tue, 27 Aug 2002 23:36:53 +0200 15636 Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr> 15637 15638 [ 17805] 15639 Fix based on: 15640 Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx) 15641 From: "esm@pobox.com (via RT)" <perlbug@perl.org> 15642 Date: 27 Aug 2002 22:10:16 -0000 15643 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org> 15644 15645 [ 17806] 15646 #17449 failed to apply the actual patch. This is it. 15647 15648 [ 17807] 15649 Subject: [PATCH] IRIX + INSTALL 15650 From: Jarkko Hietaniemi <jhi@iki.fi> 15651 Date: Fri, 30 Aug 2002 06:31:48 +0300 15652 Message-Id: <20020830033148.GA874@lyta.hut.fi> 15653 15654 [ 17808] 15655 Subject: [PATCH] Tru64 vs Berkeley DB 15656 From: Jarkko Hietaniemi <jhi@iki.fi> 15657 Date: Fri, 30 Aug 2002 06:56:38 +0300 15658 Message-Id: <20020830035638.GB874@lyta.hut.fi> 15659 15660 [ 17810] 15661 Subject: [PATCH] Fixes to threads::shared when disabled 15662 From: Michael G Schwern <schwern@pobox.com> 15663 Date: Wed, 28 Aug 2002 06:04:18 -0700 15664 Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net> 15665 15666 [ 17811] 15667 Subject: Re: Recent changes on the HP porting center 15668 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15669 Date: Wed, 28 Aug 2002 17:39:27 +0200 15670 Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl> 15671 15672 [ 17812] 15673 Subject: [PATCH] typos in Hash::Util documentation 15674 From: Slaven Rezic <slaven.rezic@berlin.de> 15675 Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST) 15676 Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de> 15677 15678 [ 17813] 15679 Subject: [PATCH] Re: glob names and Regexp type introspection 15680 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 15681 Date: Thu, 29 Aug 2002 17:31:31 -0700 15682 Message-ID: <jzrb9gzkgO7W092yn@efn.org> 15683 15684 [ 17814] 15685 Subject: [PATCH] perlmod.pod nit 15686 From: Autrijus Tang <autrijus@autrijus.org> 15687 Date: Thu, 29 Aug 2002 03:49:34 +0800 15688 Message-ID: <20020828194934.GA12244@not.autrijus.org> 15689 15690 [ 17816] 15691 Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output 15692 From: "Brendan O'Dea" <bod@debian.org> 15693 Date: Thu, 29 Aug 2002 22:46:47 +1000 15694 Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au> 15695 15696 [ 17817] 15697 Subject: [PATCH] AUTHORS 15698 From: "Brendan O'Dea" <bod@debian.org> 15699 Date: Thu, 29 Aug 2002 22:49:34 +1000 15700 Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au> 15701 15702 [ 17818] 15703 add test related to change #17799: 15704 Subject: Re: if.pm bug. 15705 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com> 15706 Date: Thu, 29 Aug 2002 19:39:58 +0200 15707 Message-ID: <20020829173358.34731.qmail@onion.perl.org> 15708 15709 [ 17821] 15710 Advertise Linux::Pid. 15711 15712 [ 17822] 15713 Some simple tests for the POSIX::isXXX() functions. 15714 15715 [ 17823] 15716 Fix bug #16828. 15717 Add a few tests to ext/B/t/b.t, make it use Test::More. 15718 15719 [ 17824] 15720 Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently. 15721 From: Richard Soderberg (via RT) <perlbug@perl.org> 15722 Date: 3 Sep 2002 18:48:54 -0000 15723 Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org> 15724 15725 Subject: [PATCH] A variety of README nitpicks. 15726 From: Richard Soderberg <rs@crystalflame.net> 15727 Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT) 15728 Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com> 15729 15730 [ 17825] 15731 Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH] 15732 From: "John P. Linderman" <jpl@research.att.com> 15733 Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT) 15734 Message-Id: <200208271900.PAA98096@raptor.research.att.com> 15735 15736 [ 17826] 15737 Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully 15738 From: "Brendan O'Dea" <bod@debian.org> 15739 Date: Thu, 29 Aug 2002 22:42:39 +1000 15740 Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au> 15741 15742 [ 17827] 15743 Subject: [PATCH] OS/400 PASE port 15744 From: Jarkko Hietaniemi <jhi@iki.fi> 15745 Date: Thu, 29 Aug 2002 22:22:51 +0300 15746 Message-ID: <20020829192251.GA27102@lyta.hut.fi> 15747 15748 [ 17828] 15749 Subject: [PATCH] File::Spec->catfile not canonicalizing consistently 15750 From: Michael G Schwern <schwern@pobox.com> 15751 Date: Fri, 30 Aug 2002 03:40:45 -0700 15752 Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net> 15753 15754 [ 17829] 15755 Subject: Correction for AUTHORS.html 15756 From: Sean Davis <dive@ender.com> 15757 Date: Fri, 30 Aug 2002 03:51:16 -0700 15758 Message-ID: <20020830035116.A18739@endersgame.net> 15759 15760 [ 17830] 15761 update email address for Paul Marquess 15762 15763 [ 17833] 15764 Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times() 15765 From: Jarkko Hietaniemi <jhi@iki.fi> 15766 Date: Sun, 1 Sep 2002 19:23:55 +0300 15767 Message-ID: <20020901162355.GH12536@lyta.hut.fi> 15768 15769 [ 17834] 15770 perldoc: allow arguments for pager 15771 Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch 15772 From: Chip Turner <cturner@redhat.com> 15773 Date: 02 Sep 2002 01:17:23 -0400 15774 Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com> 15775 15776 [ 17835] 15777 fix coredump after 64k-deep recursion 15778 Subject: Re: debugging coredump with -DD 15779 From: hv@crypt.org 15780 Date: Tue, 03 Sep 2002 14:34:20 +0100 15781 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk> 15782 15783 [ 17836] 15784 Subject: [PATCH] DB_File 1.805 15785 From: "Paul Marquess" <Paul.Marquess@btinternet.com> 15786 Date: Mon, 2 Sep 2002 23:56:40 +0100 15787 Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com> 15788 15789 [ 17837] 15790 Subject: [PATCH lib/Config.t] test grandfathered Config variables 15791 From: Michael G Schwern <schwern@pobox.com> 15792 Date: Mon, 2 Sep 2002 22:29:07 -0700 15793 Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net> 15794 15795 [ 17838] 15796 Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2 15797 From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de> 15798 Date: Tue, 3 Sep 2002 13:46:18 +0200 15799 Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de> 15800 15801 [ 17839] 15802 Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction 15803 From: "Brendan O'Dea" <bod@debian.org> 15804 Date: Wed, 4 Sep 2002 02:36:10 +1000 15805 Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au> 15806 15807 [ 17840] 15808 Subject: [PATCH] File::Basename doesn't lazy load Carp right. 15809 and Subject: [PATCH] More modules that don't lazy load Carp right. 15810 From: Michael G Schwern <schwern@pobox.com> 15811 Date: Tue, 3 Sep 2002 17:21:57 -0700 15812 Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net> 15813 and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net> 15814 15815 [ 17844] 15816 #17836 (DB_File-1.805) misses a couple of dTHX declarations 15817 15818 [ 17845] 15819 Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t 15820 15821 [ 17846] 15822 Subject: Re: [PATCH] A variety of README nitpicks. 15823 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 15824 Date: Wed, 04 Sep 2002 09:10:05 +0200 15825 Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl> 15826 15827 [ 17848] 15828 AUTHORS: preferred address for Allen Smith 15829 15830 [ 17849] 15831 document setting the email address 15832 15833 [ 17850] 15834 Subject: [PATCH] (mostly (Unicode)) pod nits 15835 From: Jarkko Hietaniemi <jhi@iki.fi> 15836 Date: Fri, 6 Sep 2002 06:01:57 +0300 15837 Message-Id: <20020906030157.GA28252@lyta.hut.fi> 15838 15839 [ 17859] 15840 Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. 15841 From: Nicholas Clark <nick@unfortu.net> 15842 Date: Mon, 2 Sep 2002 23:22:32 +0100 15843 Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net> 15844 15845 [ 17860] 15846 #17859 misuses s/// return values 15847 15848 [ 17861] 15849 Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings 15850 From: Michael G Schwern <schwern@pobox.com> 15851 Date: Fri, 6 Sep 2002 14:03:16 -0700 15852 Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net> 15853 15854 [ 17862] 15855 Subject: [PATCH t/TestInit.pm] Set env PERL_CORE 15856 From: Michael G Schwern <schwern@pobox.com> 15857 Date: Wed, 4 Sep 2002 11:38:01 -0700 15858 Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net> 15859 15860 [ 17863] 15861 setting PERL_CORE as in #17861 violates assumptions made by taint tests 15862 15863 [ 17864] 15864 Subject: sv_2pv_flags and ROK and UTF8 flags 15865 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 15866 Date: Wed, 04 Sep 2002 21:09:01 -0700 15867 Message-ID: <djtd9gzkgyLd092yn@efn.org> 15868 Date: Fri, 06 Sep 2002 09:23:03 -0700 15869 Message-ID: <nZNe9gzkgKdH092yn@efn.org> 15870 15871 [ 17865] 15872 Subject: Unicode::Collate 0.23 Released 15873 From: SADAHIRO Tomoyuki <bqw10602@nifty.com> 15874 Date: Thu, 05 Sep 2002 23:28:32 +0900 15875 Message-Id: <20020905232316.8151.BQW10602@nifty.com> 15876 15877 [ 17866] 15878 Subject: [PATCH] OS/400 PASE symbol scan tweak 15879 From: Jarkko Hietaniemi <jhi@kosh.hut.fi> 15880 Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST) 15881 Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi> 15882 15883 [ 17867] 15884 Subject: [PATCH] allow using hires time() in Benchmark 15885 From: Jarkko Hietaniemi <jhi@iki.fi> 15886 Date: Fri, 6 Sep 2002 00:38:11 +0300 15887 Message-ID: <20020905213811.GA23771@lyta.hut.fi> 15888 15889 [ 17868] 15890 small fix to perl58delta for MIME::QuotedPrint, from Jarkko 15891 15892 [ 17869] 15893 Subject: [perl #17061] no strict 'garbage' 15894 From: Elizabeth Mattijsen (via RT) <perlbug@perl.org> 15895 Date: 6 Sep 2002 19:31:02 -0000 15896 Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org> 15897 Date: Sat, 07 Sep 2002 13:40:22 +0200 15898 Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl> 15899 15900 [ 17870] 15901 regularise whitespace and formatting in util.c 15902 15903 [ 17871] 15904 Subject: [PATCH] tiddly tidy up for util.c 15905 From: Nicholas Clark <nick@unfortu.net> 15906 Date: Fri, 6 Sep 2002 23:00:14 +0100 15907 Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net> 15908 15909 [ 17874] 15910 Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t 15911 From: "Allen Smith" <easmith@beatrice.rutgers.edu> 15912 Date: Sat, 7 Sep 2002 05:25:45 -0400 15913 Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu> 15914 15915 [ 17875] 15916 Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick) 15917 From: Nicholas Clark <nick@unfortu.net> 15918 Date: Sun, 8 Sep 2002 15:46:44 +0100 15919 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net> 15920 15921 Plus two other similar tweaks 15922 15923 [ 17876] 15924 Subject: Re: Smoke 17849 MSWin32 (w2k/GCC) 15925 From: Abe Timmerman <abe@ztreet.demon.nl> 15926 Date: Mon, 9 Sep 2002 01:32:19 +0200 15927 Message-Id: <200209090132.19891.abe@ztreet.demon.nl> 15928 15929 [ 17877] 15930 Subject: [PATCH] configpm 15931 From: Abe Timmerman <abe@ztreet.demon.nl> 15932 Date: Sun, 8 Sep 2002 17:21:19 +0200 15933 Message-Id: <200209081721.19233.abe@ztreet.demon.nl> 15934 15935 [ 17878] 15936 small grammar fix in Benchmark docs 15937 15938 [ 17879] 15939 Subject: [PATCH] Configure locincpth vs Jaguar gcc 3 15940 From: Jarkko Hietaniemi <jhi@iki.fi> 15941 Date: Mon, 9 Sep 2002 00:07:46 +0300 15942 Message-ID: <20020908210746.GB4136@lyta.hut.fi> 15943 15944 [ 17880] 15945 integrate Math::BigInt-1.63 15946 Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63 15947 From: Tels <perl_dummy@bloodgate.com> 15948 Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST) 15949 Message-Id: <200209082022.g88KMGY20194@crypt.org> 15950 15951 [ 17881] 15952 Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t 15953 From: "Allen Smith" <easmith@beatrice.rutgers.edu> 15954 Date: Mon, 9 Sep 2002 01:48:08 -0400 15955 Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu> 15956 15957 [ 17883] 15958 Subject: [PATCH] Quieten warnings in Deparse.pm 15959 From: Paul Johnson <paul@pjcj.net> 15960 Date: Sun, 8 Sep 2002 23:50:11 +0200 15961 Message-ID: <20020908215011.GA879@pjcj.net> 15962 15963 [ 17884] 15964 Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage') 15965 From: Nicholas Clark <nick@unfortu.net> 15966 Date: Sun, 8 Sep 2002 19:45:52 +0100 15967 Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net> 15968 15969 [ 17885] 15970 Subject: [PATCH] strict.pm pod at __END__ 15971 From: Nicholas Clark <nick@unfortu.net> 15972 Date: Sun, 8 Sep 2002 22:36:09 +0100 15973 Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net> 15974 15975 [ 17886] 15976 Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. 15977 From: Nicholas Clark <nick@unfortu.net> 15978 Date: Sun, 8 Sep 2002 23:05:54 +0100 15979 Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net> 15980 15981 [ 17887] 15982 Subject: Re: [PATCH] Quieten warnings in Deparse.pm 15983 From: Paul Johnson <paul@pjcj.net> 15984 Date: Mon, 9 Sep 2002 23:37:33 +0200 15985 Message-ID: <20020909213733.GD879@pjcj.net> 15986 15987 [ 17888] 15988 New low-price HP servers 15989 15990 [ 17892] 15991 Callback behaviour in hints 15992 Mon, 9 Sep 2002, Allen Smith 15993 15994 [ 17897] 15995 Subject: [perl #17119] typo in utils/dprofpp.PL 15996 From: "Todd C. Miller" (via RT) <perlbug@perl.org> 15997 Date: 10 Sep 2002 18:49:56 -0000 15998 Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org> 15999 16000 [ 17898] 16001 Fix bug #17006 : remove spurious do{} in the deparsing 16002 of s/.../.../e. 16003 16004 [ 17899] 16005 Re: [perl #17170] NetBSD and useshrplib config option 16006 Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez 16007 16008 [ 17906] 16009 Fix pod/perlmodlib.PL (it wasn't generating a complete list 16010 of modules.) Regenerate pod/perlmodlib.pod. Add a warning : 16011 not all modules listed in perlmodlib are necessarily installed. 16012 Plus some corrections by Vincent Lefevre. 16013 16014 [ 17907] 16015 Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha 16016 From: Jarkko Hietaniemi <jhi@iki.fi> 16017 Date: Sun, 15 Sep 2002 18:02:17 +0300 16018 Message-ID: <20020915150217.GB21300@lyta.hut.fi> 16019 16020 [ 17908] 16021 Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_ 16022 From: (Ilya Martynov) (via RT) <perlbug@perl.org> 16023 Date: 15 Sep 2002 19:06:56 -0000 16024 Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org> 16025 16026 [ 17909] 16027 Pod formatting nit, found by Merijn and Jos Boumans. 16028 16029 [ 17910] 16030 Fix #17375 (rcatline didn't work on a formerly-defined undef) by 16031 checking for SvOK in do_readline(). 16032 16033 [ 17911] 16034 Typo fix. 16035 16036 [ 17913] 16037 Subject: [PATCH perl@17882] file spec tweaks for VMS 16038 From: "Craig A. Berry" <craigberry@mac.com> 16039 Date: Wed, 18 Sep 2002 16:57:02 -0500 16040 Message-ID: <3D88F6AE.3020708@mac.com> 16041 16042 [ 17914] 16043 Subject: [PATCH] PASE saga continues 16044 From: Jarkko Hietaniemi <jhi@iki.fi> 16045 Date: Thu, 19 Sep 2002 23:30:20 +0300 16046 Message-ID: <20020919203020.GB274453@lyta.hut.fi> 16047 16048 [ 17915] 16049 Patch #17914 was empty ; this should have been applied instead. 16050 16051 [ 17916] 16052 Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity 16053 From: "Brendan O'Dea" <bod@debian.org> 16054 Date: Tue, 10 Sep 2002 09:19:05 +1000 16055 Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au> 16056 16057 [ 17917] 16058 Subject: Re: [perl #17141] Text::Wrap "this should not happen" message 16059 From: Slaven Rezic <slaven.rezic@berlin.de> 16060 Date: 11 Sep 2002 19:37:09 +0200 16061 Message-ID: <871y80a0my.fsf@vran.herceg.de> 16062 16063 [ 17918] 16064 Subject: [PATCH] perldoc -f stat (perlfunc.pod) 16065 From: "Brendan O'Dea" <bod@debian.org> 16066 Date: Mon, 23 Sep 2002 22:45:40 +1000 16067 Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au> 16068 16069 [ 17921] 16070 add TODO tests for slow our() declaration 16071 Subject: Re: [perl #17376] Bug Report - our(%) 16072 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 16073 Date: Thu, 19 Sep 2002 22:34:01 -0700 16074 Message-ID: <JNri9gzkgSBB092yn@efn.org> 16075 16076 [ 17922] 16077 Subject: Re: [PATCH] spurious t/auto directory appears 16078 From: Michael G Schwern <schwern@pobox.com> 16079 Date: Fri, 13 Sep 2002 23:56:05 -0400 16080 Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net> 16081 16082 [ 17923] 16083 Subject: [PATCH] Re: Advice on coredump 16084 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 16085 Date: Wed, 18 Sep 2002 22:14:57 +0200 16086 Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr> 16087 16088 [ 17925] 16089 Subject: [PATCH v2] enable -ansi -pedantic 16090 From: Jarkko Hietaniemi <jhi@iki.fi> 16091 Date: Wed, 18 Sep 2002 01:19:25 +0300 16092 Message-ID: <20020917221925.GF85044@lyta.hut.fi> 16093 16094 [ 17926] 16095 Subject: [PATCH] defuse installusrbinperl 16096 From: Jarkko Hietaniemi <jhi@iki.fi> 16097 Date: Thu, 19 Sep 2002 18:01:03 +0300 16098 Message-ID: <20020919150103.GI208696@lyta.hut.fi> 16099 16100 [ 17927] 16101 Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment 16102 From: Marty Pauley <marty+p5p@kasei.com> 16103 Date: Fri, 20 Sep 2002 09:52:16 +0100 16104 Message-Id: 20020920085216.GC10512@soto.kasei.com 16105 16106 [ 17928] 16107 Subject: [PATCH] bug in utf8.c(?) 16108 From: Marty Pauley <marty+p5p@kasei.com> 16109 Date: Fri, 20 Sep 2002 10:55:33 +0100 16110 Subject: [PATCH] bug in utf8.c(?) 16111 16112 [ 17930] 16113 Subject: [perl #17445] Class::Struct patch: version number, examples 16114 From: Ken Neighbors (via RT) <perlbug@perl.org> 16115 Date: 19 Sep 2002 18:48:22 -0000 16116 Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org> 16117 16118 [ 17931] 16119 Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm 16120 From: Kay_R�pke <kay@dolphin-services.de> 16121 Date: Fri, 20 Sep 2002 16:09:08 +0200 16122 Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de> 16123 16124 [ 17932] 16125 #17931 checked for wrong constant 16126 16127 [ 17933] 16128 Subject: [PATCH] perl #17453 16129 From: Jarkko Hietaniemi <jhi@iki.fi> 16130 Date: Fri, 20 Sep 2002 17:22:45 +0300 16131 Message-ID: <20020920142245.GG280265@lyta.hut.fi> 16132 16133 [ 17934] 16134 missing '.' in test from #17932 16135 16136 [ 17935] 16137 Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes. 16138 From: Andy Lester <andy@petdance.com> 16139 Date: Fri, 20 Sep 2002 12:23:41 -0500 16140 Message-ID: <20020920172341.GA15672@petdance.com> 16141 16142 [ 17936] 16143 Subject: [PATCH] configure.com -- don't exclude threads::shared 16144 From: "Craig A. Berry" <craigberry@mac.com> 16145 Date: Wed, 25 Sep 2002 17:14:33 -0500 16146 Message-ID: <3D923549.6050809@mac.com> 16147 16148 [ 17938] 16149 Email address change for St�phane Payrard 16150 16151 [ 17939] 16152 Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX 16153 From: Allen Smith (via RT) <perlbug@perl.org> 16154 Date: 13 Sep 2002 03:01:30 -0000 16155 Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org> 16156 16157 [ 17940] 16158 Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0 16159 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 16160 Date: Fri, 27 Sep 2002 13:52:18 +0200 16161 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr> 16162 16163 [ 17941] 16164 Subject: [perl #16796] Configure script buglet 16165 From: "Amick, Eric" (via RT) <perlbug@perl.org> 16166 Date: 27 Aug 2002 20:09:29 -0000 16167 Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org> 16168 16169 [ 17945] 16170 -Dgccansipedantic only for gcc 3+ 16171 Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi> 16172 16173 [ 17947] 16174 Subject: Re: sv_2pv_flags and ROK and UTF8 flags 16175 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 16176 Date: Wed, 11 Sep 2002 22:22:45 -0700 16177 Message-ID: <lSCg9gzkgymX092yn@efn.org> 16178 16179 [ 17948] 16180 Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3) 16181 From: chromatic <chromatic@wgz.org> 16182 Date: Fri, 13 Sep 2002 14:26:08 -0700 16183 Message-Id: <200209131426.08116.chromatic@wgz.org> 16184 16185 [ 17949] 16186 patch based on: 16187 Subject: Re: [perl #17376] Bug Report - our(%) 16188 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 16189 Date: Mon, 30 Sep 2002 15:22:18 -0700 16190 Message-ID: <a6Mm9gzkgK0P092yn@efn.org> 16191 16192 [ 17950] 16193 Add silly bandaid to stop segfaults on subsequent accesses to 16194 the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol() 16195 (<$fred>). 16196 16197 [ 17952] 16198 better handling of whitespace in autodoc declarations; fragment from: 16199 Subject: [PATCH pad.c,h] move all pad-related code to its own src file 16200 From: Dave Mitchell <davem@fdgroup.com> 16201 Date: Wed, 25 Sep 2002 23:40:23 +0100 16202 Message-ID: <20020925234023.A20044@fdgroup.com> 16203 16204 [ 17954] 16205 Subject: [PATCH] Re: perlio bug? 16206 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 16207 Date: Wed, 25 Sep 2002 21:58:12 +0200 16208 Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr> 16209 16210 [ 17955] 16211 add precedence warning for bitwise docs 16212 Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really... 16213 From: Mike Guy <mjtg@cam.ac.uk> 16214 Date: Thu, 26 Sep 2002 13:20:45 +0100 16215 Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk> 16216 16217 [ 17956] 16218 Devel::Peek tests from: 16219 Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c 16220 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 16221 Date: Thu, 26 Sep 2002 22:16:39 -0700 16222 Message-ID: <3m+k9gzkgqnP092yn@efn.org> 16223 16224 [ 17957] 16225 document how to set APPLLIB_EXP 16226 Subject: Re: [perl #15957] error installing perl 5.8.0 16227 From: Andy Dougherty <doughera@lafayette.edu> 16228 Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT) 16229 Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu> 16230 16231 [ 17958] 16232 missing quote from #17957 16233 16234 [ 17959] 16235 Subject: [DOCPATCH] Unicode porting advice 16236 From: andreas.koenig@anima.de (Andreas J. Koenig) 16237 Date: Fri, 27 Sep 2002 15:30:16 +0200 16238 Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus> 16239 16240 [ 17961] 16241 Subject: Re: Hash::Util::lock_keys inhibits bless 16242 From: andreas.koenig@anima.de (Andreas J. Koenig) 16243 Date: Mon, 30 Sep 2002 17:24:06 +0200 16244 Message-ID: <m3zntzwlex.fsf@k242.linux.bogus> 16245 16246 [ 17962] 16247 Subject: [PATCH] no [] in tr/// 16248 From: Jarkko Hietaniemi <jhi@iki.fi> 16249 Date: Wed, 2 Oct 2002 17:09:11 +0300 16250 Message-Id: <20021002140911.GH278184@lyta.hut.fi> 16251 16252 [ 17964] 16253 Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die 16254 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 16255 Date: Tue, 1 Oct 2002 23:34:35 +0200 16256 Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr> 16257 16258 [ 17965] 16259 op/tr.t test is affected by #17962 16260 16261 [ 17966] 16262 Subject: [PATCH] retropatch 16263 From: Jarkko Hietaniemi <jhi@iki.fi> 16264 Date: Fri, 27 Sep 2002 03:51:34 +0300 16265 Message-ID: <20020927005134.GB339120@lyta.hut.fi> 16266 16267 [ 17967] 16268 Subject: [PATCH] reentrant buffers 16269 From: Jarkko Hietaniemi <jhi@iki.fi> 16270 Date: Fri, 27 Sep 2002 01:08:56 +0300 16271 Message-ID: <20020926220856.GA339120@lyta.hut.fi> 16272 16273 [ 17968] 16274 Subject: [PATCH] Re: speed of my 16275 From: Stephen McCamant <smcc@mit.edu> 16276 Date: Wed, 2 Oct 2002 21:48:59 -0400 16277 Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU> 16278 16279 [ 17972] 16280 Add a new warning, "Possible precedence problem on bitwise 16281 %c operator", triggerred when a bitwise op has a numeric 16282 comparison op as child. 16283 16284 [ 17973] 16285 Change the warning message "%s trapped by operation mask" 16286 to include '' around the op name. Document it in perldiag. 16287 16288 [ 17976] 16289 Fix bug #17744, suggested by Andreas Jurenda, 16290 tweaked by rgs (security hole in Safe). 16291 16292 [ 17978] 16293 Upgrade to Attribute::Handlers 0.78 16294 16295 [ 17979] 16296 Subject: [PATCH] fix typo in Tie::Array 16297 From: "Jos I. Boumans" <kane@cpan.org> 16298 Date: sat okt 5, 2002 20:39:17 Europe/Stockholm 16299 Message-Id: <20021005183920.14746.qmail@onion.perl.org> 16300 16301 [ 17981] 16302 Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting 16303 Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu> 16304 16305 [ 17982] 16306 Correct mailing list archive URL 16307 Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de> 16308 16309 [ 17983] 16310 Tru64 and gcc and threads 16311 Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi> 16312 16313 [ 17984] 16314 Fix bug #17823 : non-modifying tr/// stringifies references 16315 16316 [ 17985] 16317 Subject: Re: README.cygwin draft update 16318 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 16319 Date: Mon, 07 Oct 2002 17:15:09 -0700 16320 Message-ID: <NOio9gzkg6oR092yn@efn.org> 16321 16322 [ 17987] 16323 Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect 16324 From: "Allen Smith" <easmith@beatrice.rutgers.edu> 16325 Date: Mon, 9 Sep 2002 17:36:55 -0400 16326 Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu> 16327 16328 [ 17988] 16329 Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari) 16330 From: Nicholas Clark <nick@unfortu.net> 16331 Date: Sat, 28 Sep 2002 18:52:00 +0100 16332 Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net> 16333 16334 [ 17989] 16335 Subject: PATCH: lib/ExtUtils/typemap 16336 From: Brian Ingerson <ingy@ttul.org> 16337 Date: Sat, 28 Sep 2002 13:03:24 -0700 16338 Message-ID: <20020928130324.A16900@ttul.org> 16339 16340 [ 17992] 16341 Subject: Re: Hash::Util::lock_keys inhibits bless 16342 From: andreas.koenig@anima.de (Andreas J. Koenig) 16343 Date: Fri, 04 Oct 2002 06:38:57 +0200 16344 Message-ID: <m3bs6astr2.fsf@k242.linux.bogus> 16345 16346 [ 17993] 16347 croak() is better written Perl_croak() in C code. 16348 16349 [ 17994] 16350 Fix bug #17776 : memory corruption in qr/##/x 16351 16352 [ 17995] 16353 Subject: [perl #17819] Typo in perltooc? 16354 From: Bob Wilkinson (via RT) <perlbug@perl.org> 16355 Date: 9 Oct 2002 09:50:40 -0000 16356 Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org> 16357 16358 Subject: [perl #17821] Typo in perltooc 16359 From: Bob Wilkinson (via RT) <perlbug@perl.org> 16360 Date: 9 Oct 2002 10:12:51 -0000 16361 Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org> 16362 16363 [ 17996] 16364 Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport() 16365 From: chromatic <chromatic@wgz.org> 16366 Date: Thu, 03 Oct 2002 22:56:54 -0700 16367 Message-ID: <20021004060120.33329.qmail@onion.perl.org> 16368 16369 [ 17997] 16370 Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3 16371 From: Information Service <info@lingo.kiev.ua> 16372 Date: Wed, 09 Oct 2002 07:17:00 +0400 16373 Message-ID: <3DA39FAC.85471200@lingo.kiev.ua> 16374 16375 [ 17998] 16376 Fix bug #17771 : segfault with the 'for' statement modifier 16377 used inside a map or a grep. 16378 16379 [ 17999] 16380 Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers) 16381 From: Jarkko Hietaniemi <jhi@iki.fi> 16382 Date: Fri, 4 Oct 2002 16:11:57 +0300 16383 Message-ID: <20021004131157.GD278184@lyta.hut.fi> 16384 16385 [ 18001] 16386 Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86) 16387 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 16388 Date: Thu, 10 Oct 2002 14:28:55 -0700 16389 Message-ID: <XEfp9gzkgquV092yn@efn.org> 16390 16391 [ 18002] 16392 Subject: [Encode] 1.77 Released 16393 From: Dan Kogai <dankogai@dan.co.jp> 16394 Date: Sun, 6 Oct 2002 12:52:52 +0900 16395 Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp> 16396 16397 [ 18003] 16398 Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956 16399 and #18001. 16400 16401 [ 18004] 16402 updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu> 16403 16404 [ 18005] 16405 Subject: Re: Building bleadperl (minperl) fails completely under VC7 16406 From: Abe Timmerman <abeltje@cpan.org> 16407 Date: Tue, 8 Oct 2002 14:16:56 +0200 16408 Message-Id: <200210081416.56942.abeltje@cpan.org> 16409 16410 [ 18007] 16411 Subject: [perl #17773] errors in c2ph(1) man page 16412 From: Eric Melville (via RT) <perlbug@perl.org> 16413 Date: 7 Oct 2002 02:58:34 -0000 16414 Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org> 16415 16416 [ 18009] 16417 Subject: [PATCH perldoc] For screaming hell's sake 16418 From: Simon Cozens <simon@netthink.co.uk> 16419 Date: Tue, 8 Oct 2002 11:13:07 +0100 16420 Message-ID: <20021008101307.GA8175@netthink.co.uk> 16421 16422 [ 18010] 16423 Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious 16424 From: Nicholas Clark <nick@unfortu.net> 16425 Date: Tue, 8 Oct 2002 21:52:53 +0100 16426 Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net> 16427 16428 [ 18011] 16429 Subject: [perl #17805] BUG: Grammar bug during Configure 16430 From: Richard Hitt (via RT) <perlbug@perl.org> 16431 Date: 8 Oct 2002 21:04:30 -0000 16432 Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org> 16433 16434 [ 18012] 16435 #18005 was not enough 16436 Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7) 16437 From: Abe Timmerman <abeltje@cpan.org> 16438 Date: Sat, 12 Oct 2002 17:56:39 +0200 16439 Message-Id: <200210121756.39803.abeltje@cpan.org> 16440 16441 [ 18013] 16442 Subject: [PATCH] for -Dm 16443 From: Slaven Rezic <slaven.rezic@berlin.de> 16444 Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST) 16445 Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de> 16446 16447 [ 18015] 16448 The -0 command-line switch wasn't setting $/ at compile-time. 16449 Move the initialization of $/ just after switch parsing 16450 (it was done after yyparse().) 16451 16452 [ 18016] 16453 Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod 16454 From: SADAHIRO Tomoyuki <bqw10602@nifty.com> 16455 Date: Sun, 13 Oct 2002 09:02:36 +0900 16456 Message-Id: <20021013090227.FFCD.BQW10602@nifty.com> 16457 16458 [ 18017] 16459 Subject: [PATCH] perlipc.pod 16460 From: Slaven Rezic <slaven.rezic@berlin.de> 16461 Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST) 16462 Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de> 16463 16464 [ 18018] 16465 Subject: Re: [PATCH] cv.h: Comment update 16466 From: Paul Johnson <paul@pjcj.net> 16467 Date: Mon, 14 Oct 2002 20:00:50 +0200 16468 Message-ID: <20021014180050.GC7333@pjcj.net> 16469 16470 [ 18020] 16471 prototype() didn't warn when used in void context. 16472 16473 [ 18021] 16474 Subject: [PATCH] minor tweaks in Porting/pumpkin.pod 16475 From: Slaven Rezic <slaven.rezic@berlin.de> 16476 Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST) 16477 Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de> 16478 16479 [ 18022] 16480 Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes 16481 From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 16482 Date: Tue, 15 Oct 2002 17:01:43 -0700 16483 Message-ID: <nxKr9gzkgmBO092yn@efn.org> 16484 16485 [ 18023] 16486 Subject: Re: [perl #17830] open FH, "<&", $fd 16487 From: Steve Grazzini <grazz@nyc.rr.com> 16488 Date: 11 Oct 2002 22:28:58 -0000 16489 Message-ID: <20021011222858.452.qmail@onion.perl.org> 16490 16491 [ 18025] 16492 definition of MAXPATHLEN 16493 Subject: [PATCH] standard lawyerism 16494 From: Jarkko Hietaniemi <jhi@iki.fi> 16495 Date: Fri, 11 Oct 2002 02:48:26 +0300 16496 Message-ID: <20021010234825.GM292305@lyta.hut.fi> 16497 16498 [ 18028] 16499 Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) 16500 From: Abe Timmerman <abe@ztreet.demon.nl> 16501 Date: Thu, 17 Oct 2002 23:38:34 +0200 16502 Message-Id: <200210172338.34728.abe@ztreet.demon.nl> 16503 16504 [ 18029] 16505 minor tweaks in Porting/pumpkin.pod 16506 Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net> 16507 16508 [ 18033] 16509 Upgrade to Test.pm v1.23 16510 16511 [ 18034] 16512 Update to Time::HiRes v1.38 16513 16514 [ 18035] 16515 Subject: Re: [perl #17951] Strange UTF error 16516 From: Jarkko Hietaniemi <jhi@iki.fi> 16517 Date: Wed, 16 Oct 2002 18:50:51 +0300 16518 Message-ID: <20021016155051.GB268437@lyta.hut.fi> 16519 16520 [ 18036] 16521 Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes 16522 From: Slaven Rezic <slaven.rezic@berlin.de> 16523 Date: 14 Oct 2002 09:37:18 +0200 16524 Message-ID: <8765w5wjwx.fsf@vran.herceg.de> 16525 16526 [ 18037] 16527 Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf 16528 From: Jarkko Hietaniemi <jhi@iki.fi> 16529 Date: Mon, 14 Oct 2002 14:49:54 +0300 16530 Message-ID: <20021014114954.GB80937@lyta.hut.fi> 16531 16532 [ 18038] 16533 Update to Net::Ping v2.23 16534 16535 [ 18039] 16536 Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update 16537 From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr> 16538 Date: Tue, 15 Oct 2002 02:17:03 +0200 16539 Message-ID: <20021015001703.GG7914@stefp.dyndns.org> 16540 16541 [ 18041] 16542 Subject: Re: [perl #18019] regex overoptimization 16543 From: hv@crypt.org 16544 Date: Mon, 21 Oct 2002 03:21:54 +0100 16545 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk> 16546 16547 [ 18042] 16548 Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >> 16549 From: hv@crypt.org 16550 Date: Mon, 21 Oct 2002 11:27:40 +0100 16551 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk> 16552 16553 [ 18044] 16554 Subject: [PATCH] Shell.pm object methods broken 16555 From: Dan Brook <dbrook@easyspace.com> 16556 Date: Thu, 17 Oct 2002 16:05:04 +0100 16557 Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com> 16558 16559 [ 18045] 16560 improve 'atomicity' wording 16561 16562 [ 18046] 16563 Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) 16564 From: Alain Barbet <alian@alianwebserver.com> 16565 Date: Fri, 18 Oct 2002 15:29:29 +0200 16566 Message-ID: <3DB00CB9.70708@alianwebserver.com> 16567 16568 [ 18047] 16569 Subject: [PATCH] AutoLoader gives wrong message 16570 From: Peter Scott <peter@psdt.com> 16571 Date: Thu, 17 Oct 2002 19:54:56 -0700 16572 Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com> 16573 16574 [ 18049] 16575 Subject: [PATCH] perluniintro 16576 From: Jarkko Hietaniemi <jhi@iki.fi> 16577 Date: Sun, 20 Oct 2002 15:48:09 +0300 16578 Message-ID: <20021020124809.GE444369@lyta.hut.fi> 16579 16580 [ 18050] 16581 perlmodlib.pod nit suggested by David Dyck (bug #18055) 16582 Regenerate perlmodlib.pod 16583 16584 [ 18051] 16585 Further tweaks to perluniintro.pod 16586 16587 [ 18052] 16588 Further tweaks to perlmodlib.pod. 16589 Add a note about perllocal.pod, which wasn't documented. 16590 16591 [ 18053] 16592 charnames pragma extended with :alias for customized 16593 unicode naming aliases 16594 Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl> 16595 16596 [ 18055] 16597 Reverse change #8066 and sense of test, to satisfy [perl #17763] 16598 16599 [ 18056] 16600 Subject: [PATCH] B/C.pm: make $0 to argv[0] again 16601 From: Autrijus Tang <autrijus@autrijus.org> 16602 Date: Sat, 19 Oct 2002 17:51:57 +0800 16603 Message-ID: <20021019095157.GA430@not.autrijus.org> 16604 16605 [ 18057] 16606 Subject: [Encode] 1.80 released 16607 From: Dan Kogai <dankogai@dan.co.jp> 16608 Date: Tue, 22 Oct 2002 05:47:16 +0900 16609 Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp> 16610 16611 [ 18058] 16612 Subject: The Inaba patch for tr/// vs. use encoding 16613 From: Dan Kogai <dankogai@dan.co.jp> 16614 Date: Mon, 21 Oct 2002 17:36:02 +0900 16615 Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp> 16616 16617 [ 18059] 16618 Subject: [perl #18036] perldoc refuses to run on BeOS 16619 From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org> 16620 Date: 21 Oct 2002 10:18:50 -0000 16621 Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org> 16622 16623 [ 18060] 16624 2 lines of change #18039 had several problems 16625 16626 [ 18062] 16627 Subject: [PATCH] DB_File 1.806 16628 From: "Paul Marquess" <Paul.Marquess@btinternet.com> 16629 Date: Tue, 22 Oct 2002 11:16:21 +0100 16630 Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com> 16631 16632 [ 18069] 16633 Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious 16634 From: Nicholas Clark <nick@unfortu.net> 16635 Date: Sun, 27 Oct 2002 22:31:08 +0000 16636 Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net> 16637 16638 [ 18071] 16639 Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update 16640 From: "Paul Marquess" <Paul.Marquess@btinternet.com> 16641 Date: Mon, 28 Oct 2002 12:53:52 -0000 16642 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com> 16643 16644 [ 18072] 16645 Partial fix of bug [perl #17589] : prevent the parser to 16646 segfault when encountering the erroneous construct "sub;". 16647 16648 [ 18073] 16649 Subject: [perl #18165] "0" fails as right-hand argument to .. 16650 From: Mark-Jason Dominus (via RT) <perlbug@perl.org> 16651 Date: 30 Oct 2002 17:27:53 -0000 16652 Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org> 16653 16654 (Fixed by making an exception for .."0" in pp_flop.) 16655 16656 [ 18074] 16657 Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM 16658 but "-4\n".."-0\n" is! 16659 From: Slaven Rezic <slaven.rezic@berlin.de> 16660 Date: 30 Oct 2002 16:22:36 +0100 16661 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de> 16662 16663 Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n" 16664 is not DWIM but "-4\n".."-0\n" is! 16665 From: "Orton, Yves" <yves.orton@mciworldcom.de> 16666 Date: Wed, 30 Oct 2002 11:59:31 -0000 16667 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2> 16668 16669 (Applied over previous fix.) 16670 16671 [ 18075] 16672 Adjust the number of tests in t/op/range.t 16673 16674 [ 18076] 16675 Update to Scalar-List-Utils 1.08 16676 16677 [ 18077] 16678 Subject: [PATCH lib/Config.*] Document and test Config::config_re(). 16679 (with tweaks) 16680 From: Michael G Schwern <schwern@pobox.com> 16681 Date: Wed, 4 Sep 2002 12:06:08 -0700 16682 Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net> 16683 16684 [ 18078] 16685 avoid reliance on croak() prototype 16686 Branch: maint-5.8/perl 16687 +> (branch 34 files) 16688 !> (integrate 343 files) 16689____________________________________________________________________________ 16690[ 18079] By: jhi on 2002/11/04 02:06:17 16691 Log: Integrate: 16692 16693 [ 17639] 16694 It's all yours, Hugo. 16695 (Flip Changes as Changes5.8, start new Changes) 16696 16697 [ 17644] 16698 Copy perldelta as perl58delta, purge the perldelta. 16699 16700 The 17639 required editing to talk about 5.8.1 instead of 16701 5.9.X; the 17644 required manual resolving since perldelta 16702 was a bit confused between three Perl versions. 16703 Branch: maint-5.8/perl 16704 +> Changes5.8 pod/perl58delta.pod 16705 !> Changes MANIFEST pod/perldelta.pod 16706