1Please note: This file provides a summary of significant changes 2between versions and sub-versions of Perl, not necessarily a complete 3list of each modification. If you'd like more detailed information, 4please consult the comments in the patches on which the relevant 5release of Perl is based. (Patches can be found on any CPAN 6site, in the .../src/5.0 directory for full version releases, 7or in the .../src/5/0/unsupported directory for sub-version 8releases.) 9 10 11 --------------- 12 CAST AND CREW 13 --------------- 14 15To give due honor to those who have made Perl what is is today, 16here are some of the more common names in the Changes file, and their 17current addresses (as of July 1998): 18 19 Gisle Aas <gisle@aas.no> 20 Abigail <abigail@fnx.com> 21 Kenneth Albanowski <kjahds@kjahds.com> 22 Russ Allbery <rra@stanford.edu> 23 Spider Boardman <spider@orb.nashua.nh.us> 24 Tom Christiansen <tchrist@perl.com> 25 Hallvard B Furuseth <h.b.furuseth@usit.uio.no> 26 M. J. T. Guy <mjtg@cus.cam.ac.uk> 27 Jarkko Hietaniemi <jhi@iki.fi> 28 Nick Ing-Simmons <nik@tiuk.ti.com> 29 Andreas Koenig <a.koenig@mind.de> 30 Doug MacEachern <dougm@opengroup.org> 31 Paul Marquess <pmarquess@bfsec.bt.co.uk> 32 Stephen McCamant <alias@mcs.com> 33 Laszlo Molnar <molnarl@cdata.tvnet.hu> 34 Hans Mulder <hansmu@xs4all.nl> 35 Matthias Neeracher <neeri@iis.ee.ethz.ch> 36 Jeff Okamoto <okamoto@hpcc123.corp.hp.com> 37 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de> 38 Tom Phoenix <rootbeer@teleport.com> 39 Joshua Pritikin <joshua.pritikin@db.com> 40 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de> 41 Dean Roehrich <roehrich@cray.com> 42 Hugo van der Sanden <hv@crypt0.demon.co.uk> 43 Roderick Schertler <roderick@argon.org> 44 Kurt D. Starsinic <kstar@isinet.com> 45 Dan Sugalski <sugalskd@osshe.edu> 46 Larry W. Virden <lvirden@cas.org> 47 Ilya Zakharevich <ilya@math.ohio-state.edu> 48 49And the Keepers of the Patch Pumpkin: 50 51 Charles Bailey <bailey@newman.upenn.edu> 52 Graham Barr <gbarr@pobox.com> 53 Malcolm Beattie <mbeattie@sable.ox.ac.uk> 54 Tim Bunce <Tim.Bunce@ig.co.uk> 55 Andy Dougherty <doughera@lafcol.lafayette.edu> 56 Gurusamy Sarathy <gsar@umich.edu> 57 Chip Salzenberg <chip@perl.com> 58 59And, of course, the Author of Perl: 60 61 Larry Wall <larry@wall.org> 62 63 64NOTE: Each change entry shows the change number; who checked it into the 65repository; when; description of the change; which branch the change 66happened in; and the affected files. The file lists have a short symbolic 67indicator: 68 69 ! modified 70 + added 71 - deleted 72 +> branched (from elsewhere) 73 !> merged changes (from elsewhere) 74 75 76---------------- 77Version 5.005_03 Third maintenance release of 5.005 78---------------- 79 80____________________________________________________________________________ 81[ 3198] By: gbarr on 1999/03/28 22:21:49 82 Log: redo #3193 which #3195 undid 83 Branch: maint-5.005/perl 84 ! pod/perlhist.pod 85____________________________________________________________________________ 86[ 3197] By: gbarr on 1999/03/28 21:04:04 87 Log: Updated CPAN.pm to 1.48 88 Branch: maint-5.005/perl 89 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm 90____________________________________________________________________________ 91[ 3196] By: gbarr on 1999/03/28 17:21:27 92 Log: AIX hints update from Jarkko 93 Branch: maint-5.005/perl 94 ! hints/aix.sh 95____________________________________________________________________________ 96[ 3195] By: jhi on 1999/03/28 16:42:54 97 Log: Update perlhist on 5_03. 98 Branch: maint-5.005/perl 99 ! pod/perlhist.pod 100____________________________________________________________________________ 101[ 3193] By: gsar on 1999/03/28 09:46:29 102 Log: =end needs matching =begin (or installhtml will croak) 103 Branch: maint-5.005/perl 104 ! pod/perlhist.pod 105____________________________________________________________________________ 106[ 3192] By: gsar on 1999/03/28 09:10:15 107 Log: update pod/Makefile 108 Branch: maint-5.005/perl 109 ! pod/Makefile 110____________________________________________________________________________ 111[ 3191] By: gsar on 1999/03/28 08:43:47 112 Log: integrate change#3180 from mainline 113 114 fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo> 115 (sometimes caused bizarreness in the BLOCK) 116 Branch: maint-5.005/perl 117 +> t/op/grep.t 118 !> MANIFEST op.c 119____________________________________________________________________________ 120[ 3190] By: gsar on 1999/03/28 08:29:51 121 Log: integrate change#3147 from mainline 122 123 warn about newfangled vfork() caveats 124 Branch: maint-5.005/perl 125 ! Configure 126____________________________________________________________________________ 127[ 3189] By: gsar on 1999/03/28 08:22:00 128 Log: various pod niggles 129 Branch: maint-5.005/perl 130 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod 131 ! pod/perlfunc.pod pod/perlhist.pod 132____________________________________________________________________________ 133[ 3188] By: gsar on 1999/03/28 07:37:43 134 Log: integrate binary compatible variant of change#3098 from mainline 135 Branch: maint-5.005/perl 136 ! op.c perl.h t/base/lex.t toke.c 137____________________________________________________________________________ 138[ 3187] By: gsar on 1999/03/28 07:31:16 139 Log: regularize CAPI declarations (CAPI extensions now build under 140 the Borland compiler) 141 Branch: maint-5.005/perl 142 ! win32/GenCAPI.pl 143____________________________________________________________________________ 144[ 3186] By: gsar on 1999/03/28 07:26:33 145 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under 146 -DPERL_CAPI 147 Branch: maint-5.005/perl 148 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk 149____________________________________________________________________________ 150[ 3185] By: gbarr on 1999/03/28 06:37:41 151 Log: integrate change #2846 from mainline 152 153 a modified version of suggested patch for pack template 'Z'; added docs 154 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru> 155 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD) 156 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru> 157 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings 158 Branch: maint-5.005/perl 159 ! pod/perldelta.pod pod/perlfunc.pod pp.c 160 !> t/op/pack.t 161____________________________________________________________________________ 162[ 3184] By: gbarr on 1999/03/28 06:35:50 163 Log: integrate change # 3160 from mainline 164 165 better description of OP_UNSTACK (s/unstack/iteration finalizer/) 166 Branch: maint-5.005/perl 167 ! opcode.h opcode.pl 168____________________________________________________________________________ 169[ 3182] By: gbarr on 1999/03/28 03:40:28 170 Log: Integrate changes #3067 and #3106 from mainline 171 172 exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo 173 From: Graham Barr <gbarr@ti.com> 174 Date: Wed, 3 Mar 1999 17:23:56 -0600 175 Message-ID: <19990303172356.F7442@dal.asp.ti.com> 176 Subject: Re: 'use strict' doesn't work for one-letter variables 177 178 change#3067 failed package.t due to needless creation of $a and $b; 179 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)> 180 Branch: maint-5.005/perl 181 ! gv.c op.c t/pragma/warn-1global 182____________________________________________________________________________ 183[ 3179] By: gsar on 1999/03/28 02:14:04 184 Log: fix thread segfault when passing large number of arguments to child 185 a la C<Thread->new($foo, 1..1000)> 186 Branch: maint-5.005/perl 187 ! ext/Thread/Thread.xs t/lib/thread.t 188____________________________________________________________________________ 189[ 3178] By: gbarr on 1999/03/28 01:39:23 190 Log: fix $Config{'usethreads'} typo in perlthrtut 191 192 From: Ian Maloney <szhmf9@wsblob.ubs.com> 193 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET) 194 Message-Id: <199903251540.QAA02439@wsblob.> 195 Subject: perlthrtut documentation error 196 Branch: maint-5.005/perl 197 ! pod/perlthrtut.pod 198____________________________________________________________________________ 199[ 3177] By: gbarr on 1999/03/28 01:09:59 200 Log: Integrate #2910 from mainline 201 202 slurping an empty file should return '' rather than undef, with 203 commensurate effects on ARGV processing 204 Branch: maint-5.005/perl 205 ! pod/perldelta.pod pp_hot.c sv.h 206 !> t/io/argv.t 207____________________________________________________________________________ 208[ 3176] By: gbarr on 1999/03/28 00:00:30 209 Log: Integrate relevant doc changes from mainline 210 Branch: maint-5.005/perl 211 !> (integrate 34 files) 212____________________________________________________________________________ 213[ 3175] By: gbarr on 1999/03/27 19:20:32 214 Log: Integrated #2352 and #2397 from mainline 215 216 Implement $^C to allow perl access to -c flag - I think this 217 was agreed once... 218 219 Update docs and English.pm for $^C 220 Branch: maint-5.005/perl 221 ! gv.c mg.c 222 !> lib/English.pm 223____________________________________________________________________________ 224[ 3174] By: gbarr on 1999/03/27 18:21:01 225 Log: Update Copyright year 226 Branch: maint-5.005/perl 227 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c 228 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h 229 ! op.c op.h perl.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c 230 ! regcomp.c regexec.c run.c scope.c sv.c sv.h toke.c util.c 231 ! util.h 232____________________________________________________________________________ 233[ 3173] By: gbarr on 1999/03/27 18:19:47 234 Log: Update Test.pm to VERSION 1.122 from CPAN 235 Branch: maint-5.005/perl 236 ! lib/Test.pm 237____________________________________________________________________________ 238[ 3154] By: jhi on 1999/03/24 21:40:51 239 Log: Reword the shared library search path (LD_LIBRARY_PATH) info 240 based on suggestions from Andy Dougherty. 241 Branch: maint-5.005/perl 242 ! INSTALL 243____________________________________________________________________________ 244[ 3146] By: jhi on 1999/03/24 09:20:14 245 Log: Bring in changes #2808 and #2812 (from mainline perl) 246 that enhance the perlbug checklist. 247 Branch: maint-5.005/perl 248 ! utils/perlbug.PL 249____________________________________________________________________________ 250[ 3130] By: jhi on 1999/03/23 22:02:23 251 Log: Don't use config.msg to remind about the 252 LD_LIBRARY_PATH because Makefile.SH takes 253 care of that. 254 255 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX. 256 This used to be the default but in some MT or another it 257 was dropped because of some transient error or another. 258 Branch: maint-5.005/perl 259 ! Configure hints/dec_osf.sh 260____________________________________________________________________________ 261[ 3122] By: jhi on 1999/03/19 21:12:14 262 Log: Describe the new Benchmark feature in more detail. 263 Branch: cfgperl 264 ! pod/perldelta.pod 265 Branch: maint-5.005/perl 266 ! pod/perldelta.pod 267____________________________________________________________________________ 268[ 3121] By: jhi on 1999/03/19 08:16:12 269 Log: AVAILABILITY tuning. 270 Branch: cfgperl 271 ! pod/perl.pod 272 Branch: maint-5.005/perl 273 ! pod/perl.pod 274____________________________________________________________________________ 275[ 3119] By: jhi on 1999/03/17 14:33:43 276 Log: More Apollo fixes. 277 Branch: maint-5.005/perl 278 ! README.apollo hints/apollo.sh t/lib/io_udp.t 279____________________________________________________________________________ 280[ 3118] By: jhi on 1999/03/16 17:23:39 281 Log: Nada. 282 Branch: maint-5.005/perl 283 ! README.apollo 284____________________________________________________________________________ 285[ 3117] By: jhi on 1999/03/16 17:18:49 286 Log: Apollo DomainOS AVAILABILITY. 287 Branch: cfgperl 288 ! pod/perl.pod 289 Branch: maint-5.005/perl 290 ! pod/perl.pod 291____________________________________________________________________________ 292[ 3116] By: jhi on 1999/03/16 17:14:00 293 Log: Apollo DomainOS patch 294 From: Johann Klasek <jk@auto.tuwien.ac.at> 295 Subject: Re: DomainPerl 296 Date: Tue, 16 Mar 1999 17:46:32 +0100 297 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at> 298 Branch: maint-5.005/perl 299 + README.apollo apollo/netinet/in.h 300 ! MANIFEST hints/apollo.sh 301____________________________________________________________________________ 302[ 3115] By: jhi on 1999/03/16 14:23:54 303 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk> 304 To: Gurusamy Sarathy <gsar@activestate.com>, 305 Graham Barr <gbarr@pobox.com> 306 Cc: Perl5 Porters <perl5-porters@perl.org>, 307 "Paul.Marquess" <Paul.Marquess@btinternet.com> 308 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65 309 Date: Sun, 14 Mar 1999 14:43:57 -0000 310 Message-Id: <199903141841.NAA17040@defender.perl.org> 311 Branch: maint-5.005/perl 312 ! ext/DB_File/Changes ext/DB_File/DB_File.pm 313 ! ext/DB_File/DB_File.xs ext/DB_File/typemap 314____________________________________________________________________________ 315[ 3114] By: jhi on 1999/03/16 12:42:20 316 Log: Mention Rhapsody in 5.005_5X perldelta, 317 and in Rhapsody and Netware in 5.005_0X and 5.005_5X 318 *planned* AVAILABILITY. 319 Branch: cfgperl 320 ! pod/perl.pod pod/perldelta.pod 321 Branch: maint-5.005/perl 322 ! pod/perl.pod 323____________________________________________________________________________ 324[ 3113] By: jhi on 1999/03/16 10:38:53 325 Log: perldelta niggling. 326 Branch: cfgperl 327 ! pod/perldelta.pod 328 Branch: maint-5.005/perl 329 ! pod/perldelta.pod 330____________________________________________________________________________ 331[ 3111] By: jhi on 1999/03/16 10:28:10 332 Log: AVAILABILITY update: still mention PowerUX, 333 Novell Netware now has sources available. 334 Branch: cfgperl 335 ! pod/perl.pod 336 Branch: maint-5.005/perl 337 ! pod/perl.pod 338____________________________________________________________________________ 339[ 3105] By: jhi on 1999/03/12 15:54:57 340 Log: Recognize the NetBSD packages collection. 341 Branch: maint-5.005/perl 342 ! hints/netbsd.sh 343____________________________________________________________________________ 344[ 3104] By: jhi on 1999/03/12 09:07:04 345 Log: From: pvhp@forte.com (Peter Prymmer) 346 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com 347 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED) 348 Date: Thu, 11 Mar 99 14:24:54 PST 349 Message-Id: <9903112224.AA24346@forte.com> 350 Branch: maint-5.005/perl 351 ! README.os390 t/lib/posix.t 352____________________________________________________________________________ 353[ 3102] By: jhi on 1999/03/10 11:01:20 354 Log: From: pvhp@forte.com (Peter Prymmer) 355 To: perl5-porters@perl.org 356 Subject: [5.005_03-MT6]Patch: time passes 357 Date: Tue, 9 Mar 99 18:42:17 PST 358 Message-Id: <9903100242.AA29057@forte.com> 359 Branch: maint-5.005/perl 360 ! perl.c 361____________________________________________________________________________ 362[ 3101] By: jhi on 1999/03/10 10:30:15 363 Log: From: Mark-Jason Dominus <mjd@plover.com> 364 To: perl5-porters@perl.com 365 Subject: Minor fix to perlfunc.pod 366 Date: Mon, 08 Mar 1999 20:05:53 -0500 367 Message-ID: <19990309010553.13757.qmail@plover.com> 368 Branch: maint-5.005/perl 369 ! pod/perlfunc.pod 370____________________________________________________________________________ 371[ 3094] By: jhi on 1999/03/06 16:16:15 372 Log: From: Mark Kettenis <kettenis@wins.uva.nl> 373 To: jhi@iki.fi 374 Subject: Oops 375 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET) 376 Message-Id: <199903061615.RAA00207@delius.kettenis.nl> 377 Branch: maint-5.005/perl 378 ! README.hurd 379____________________________________________________________________________ 380[ 3093] By: jhi on 1999/03/06 15:59:46 381 Log: From: Mark Kettenis <kettenis@wins.uva.nl> 382 To: jhi@iki.fi 383 Subject: New Hurd README 384 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET) 385 Message-Id: <199903061601.RAA00185@delius.kettenis.nl> 386 Branch: maint-5.005/perl 387 ! README.hurd 388____________________________________________________________________________ 389[ 3092] By: jhi on 1999/03/06 12:52:06 390 Log: From: Paul_Green@stratus.com 391 To: perl5-porters@perl.org 392 Cc: jhi@iki.fi, Paul_Green@stratus.com 393 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5 394 Date: Fri, 5 Mar 1999 18:08:49 -0500 395 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com> 396 Branch: maint-5.005/perl 397 ! vos/config.h vos/config_h.SH_orig 398____________________________________________________________________________ 399[ 3091] By: jhi on 1999/03/06 12:42:21 400 Log: From: Dan Sugalski <sugalskd@osshe.edu> 401 To: perl5-porters@perl.org, vmsperl@perl.org 402 Subject: [PATCH 5.005_03-MT6]VMS build patch 403 Date: Fri, 05 Mar 1999 12:36:19 -0800 404 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu> 405 Branch: maint-5.005/perl 406 ! vms/subconfigure.com 407____________________________________________________________________________ 408[ 3090] By: gsar on 1999/03/06 04:40:03 409 Log: integrate change#3089 from mainline 410 411 tolerate CRs after options 412 Branch: maint-5.005/perl 413 !> perl.c 414____________________________________________________________________________ 415[ 3086] By: gbarr on 1999/03/05 01:48:05 416 Log: #3085 was a bit premature, this is MT6 as 2 files were 417 missing from MANIFEST 418 Branch: maint-5.005/perl 419 ! MANIFEST 420____________________________________________________________________________ 421[ 3085] By: gbarr on 1999/03/05 01:41:06 422 Log: Trial release 6 423 Branch: maint-5.005/perl 424 ! Changes 425____________________________________________________________________________ 426[ 3084] By: gbarr on 1999/03/05 01:34:07 427 Log: Don't process - as a file in Errno_pm.PL 428 429 From: Jarkko Hietaniemi <jhi@iki.fi> 430 Date: Thu, 4 Mar 1999 13:29:23 +0200 (EET) 431 Message-ID: <14046.28307.561693.849859@alpha.hut.fi> 432 Subject: Re: maint-5.005 433 Branch: maint-5.005/perl 434 ! ext/Errno/Errno_pm.PL 435____________________________________________________________________________ 436[ 3081] By: gsar on 1999/03/05 00:14:33 437 Log: protect against doubled backslashes 438 Branch: maint-5.005/perl 439 ! ext/Errno/Errno_pm.PL 440____________________________________________________________________________ 441[ 3080] By: gsar on 1999/03/04 23:37:20 442 Log: pick up AIX hints from mainline 443 Branch: maint-5.005/perl 444 !> hints/aix.sh 445____________________________________________________________________________ 446[ 3079] By: gsar on 1999/03/04 21:09:43 447 Log: tweak cast and crew 448 Branch: maint-5.005/perl 449 ! Changes 450____________________________________________________________________________ 451[ 3078] By: gsar on 1999/03/04 21:03:04 452 Log: update patchlevel, Changes 453 Branch: maint-5.005/perl 454 ! Changes README.win32 patchlevel.h 455 !> pod/perlhist.pod 456____________________________________________________________________________ 457[ 3075] By: gsar on 1999/03/04 07:36:53 458 Log: integrate changes#3037,3041 from mainline 459 460 fix longstanding bug: searches for lexicals originating within eval'' 461 weren't stopping at the subroutine boundary correctly 462 -- 463 fix subtle bug in eval'' testsuite 464 Branch: maint-5.005/perl 465 !> op.c proto.h t/op/eval.t 466____________________________________________________________________________ 467[ 3074] By: gsar on 1999/03/04 07:32:15 468 Log: integrate change#3048 from mainline 469 470 updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com> 471 Branch: maint-5.005/perl 472 !> MANIFEST README.hpux 473____________________________________________________________________________ 474[ 3073] By: gsar on 1999/03/04 07:29:43 475 Log: integrate changes#3014,3015,3021,3032,3034,3045 from mainline 476 477 more "correct" utbuf for utime() 478 -- 479 avoid modifying readonly values from qw() 480 -- 481 ansify perlio.c, fix PerlIO-ish typos 482 -- 483 add README.hpux 484 -- 485 s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION 486 -- 487 destroy PL_svref_mutex in perl_destruct() 488 Branch: maint-5.005/perl 489 +> README.hpux 490 !> MANIFEST doio.c ext/DynaLoader/dl_beos.xs 491 !> ext/DynaLoader/dl_cygwin32.xs iperlsys.h 492 !> lib/ExtUtils/MM_Unix.pm lib/Getopt/Std.pm perl.c perlio.c 493____________________________________________________________________________ 494[ 3072] By: gsar on 1999/03/04 07:12:15 495 Log: integrate changes#2978,2979 from mainline 496 497 bring '*' prototype closer to how it behaves internally 498 -- 499 doc for change#2978 500 Branch: maint-5.005/perl 501 +> t/lib/fatal.t 502 !> MANIFEST lib/Fatal.pm op.c pod/perlsub.pod t/comp/proto.t 503____________________________________________________________________________ 504[ 3071] By: gsar on 1999/03/04 07:05:50 505 Log: integrate changes#2919,2920,2921,2928,2932,2933 from mainline 506 507 applied suggested patch, with several language/readability tweaks 508 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 509 Date: Fri, 29 Jan 1999 00:25:02 -0500 510 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu> 511 Subject: Re: [PATCH 5.005_*] Better parsing docs 512 -- 513 tweak READ() docs to mention $buffer must be altered by reference 514 -- 515 use New() et al., rather than safemalloc() et al. 516 From: jan.dubois@ibm.net (Jan Dubois) 517 Date: Fri, 29 Jan 1999 23:27:22 +0100 518 Message-ID: <36bd33f2.51029616@smtp1.ibm.net> 519 Subject: [PATCH _03-MT5] POSIX.xs memory API 520 -- 521 allow the Carp routines to pass through exception objects 522 -- 523 clarify what a "line" is 524 -- 525 From: "J. van Krieken" <John.van.Krieken@ATComputing.nl> 526 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET) 527 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl> 528 Subject: s2p incorrectly handles hold space commands 529 Branch: maint-5.005/perl 530 !> ext/POSIX/POSIX.xs lib/Carp.pm pod/perlfunc.pod pod/perlop.pod 531 !> pod/perltie.pod pod/perlvar.pod x2p/s2p.PL 532____________________________________________________________________________ 533[ 3070] By: gsar on 1999/03/04 06:43:57 534 Log: integrate changes#2748,2753,2754,2819,2824,2855,2866,2867,2869,2885,2888,2889 535 from mainline 536 537 From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us> 538 Date: Thu, 3 Dec 1998 15:10:17 -0500 539 Message-Id: <199812032010.PAA09692@jik.shore.net> 540 Subject: sample checksum code in "perlfunc" man page is wrong 541 -- 542 Todo tweaks 543 -- 544 Todo updates from Andy Dougherty <doughera@lafayette.edu> 545 -- 546 avoid garbage in db->dirbuf 547 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp> 548 Date: Sat, 05 Dec 1998 14:14:54 +0900 549 Message-Id: <199812050514.OAA23268@toshiba.co.jp> 550 Subject: SDBM bug 551 -- 552 tweak doc on bitwise ops 553 -- 554 applied suggested patch; added tests 555 From: Adam Krolnik <adamk@gypsy.cyrix.com> 556 Date: Sat, 12 Dec 98 15:30:18 -0600 557 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com> 558 Subject: Range operation doesn't handle IV_MAX 559 -- 560 display full pathname of unreadable files 561 -- 562 av_extend() doc tweak from Jan Dubois 563 -- 564 update win32/pod.mak 565 -- 566 note how to find REG_INFTY limit 567 -- 568 add note about test-notty target 569 -- 570 tweak PERL_STRICT_CR notes 571 Branch: maint-5.005/perl 572 !> Porting/pumpkin.pod README.win32 Todo Todo-5.005 573 !> ext/SDBM_File/sdbm/sdbm.c pod/perldelta.pod pod/perlfunc.pod 574 !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod pp_ctl.c 575 !> t/op/range.t utils/perldoc.PL win32/pod.mak 576____________________________________________________________________________ 577[ 3069] By: gsar on 1999/03/04 06:02:29 578 Log: integrate change#2747 from mainline 579 580 typos in Pod/Text.pm 581 Branch: maint-5.005/perl 582 !> lib/Pod/Text.pm 583____________________________________________________________________________ 584[ 3059] By: jhi on 1999/03/03 22:46:43 585 Log: Document HP-UX 11 Y2K patch effect, based on 586 587 From: "Richard L. England" <richard_england@mentorg.com> 588 To: perlbug@perl.com 589 CC: "England, Richard" <richard_england@mentorg.com> 590 Subject: test io/fs.t number 18 fails on HPUX 11.0 when Y2K patch installed. 591 Date: Fri, 26 Feb 1999 15:35:49 -0800 592 Message-ID: <36D72FD4.4136C84F@mentorg.com> 593 Branch: maint-5.005/perl 594 ! INSTALL 595____________________________________________________________________________ 596[ 3057] By: jhi on 1999/03/03 21:42:22 597 Log: The *symbols patch (for Kurt's h2ph fixes) haunted us in AIX. 598 Branch: maint-5.005/perl 599 ! Configure 600____________________________________________________________________________ 601[ 3056] By: jhi on 1999/03/03 21:21:46 602 Log: Fixed the pthreads_created_joinable test messed up 603 by the Mach cthreads change. 604 Branch: maint-5.005/perl 605 ! Configure 606____________________________________________________________________________ 607[ 3055] By: jhi on 1999/03/03 18:17:55 608 Log: Configure and make gotchas. 609 Branch: maint-5.005/perl 610 ! INSTALL 611____________________________________________________________________________ 612[ 3051] By: jhi on 1999/03/02 08:24:52 613 Log: From: Dan Sugalski <sugalskd@osshe.edu> 614 To: perl5-porters@perl.org, vmsperl@perl.org 615 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS 616 Date: Mon, 01 Mar 1999 16:10:57 -0800 617 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu> 618 Branch: cfgperl 619 ! README.vms 620 Branch: maint-5.005/perl 621 ! README.vms 622____________________________________________________________________________ 623[ 3049] By: jhi on 1999/03/02 07:34:21 624 Log: From: Spider Boardman <spider@leggy.zk3.dec.com> 625 To: perl5-porters@perl.org 626 Subject: [PATCH] Eliminate (valid) warning in byterun.c 627 Date: Mon, 01 Mar 1999 17:27:59 -0500 628 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com> 629 Branch: cfgperl 630 ! bytecode.h 631 Branch: maint-5.005/perl 632 ! bytecode.h 633____________________________________________________________________________ 634[ 3028] By: jhi on 1999/02/26 14:40:00 635 Log: HP-UX 11 threads. 636 637 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com> 638 To: perl5-porters@perl.org 639 Cc: jhi@cc.hut.fi 640 Subject: Maint 5 and _54 with threading on HP-UX 11.00 641 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST) 642 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com> 643 644 NOTE from jhi: the hpux hints could still be more robust by 645 disabling gdbm when necessary. 646 647 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11, 648 linking -lgdbm -lpthread creates an executable that instantly 649 core dumps on a pthreads internal panic: 650 651 ./gdpt 652 653 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096 654 Return Pointer is 0xc082bf33 655 17639 quit (core dumped) ./gdpt 656 657 You don't have to *use* either gdbm or pthreads in the executable, 658 just linking them together is enough. Workaround is to recompile 659 the GDBM under HP-UX 11, that makes the problem to go away. 660 Branch: maint-5.005/perl 661 ! hints/hpux.sh thread.h 662____________________________________________________________________________ 663[ 3027] By: jhi on 1999/02/26 09:04:29 664 Log: From: abigail@fnx.com 665 To: perl5-porters@perl.org (Perl Porters) 666 Subject: [PATCH 5.005_02 Getopt::Std] warn() instead of print STDERR. 667 Date: Thu, 25 Feb 1999 22:08:41 -0500 (EST) 668 Message-ID: <19990226030841.5985.qmail@alexandra.wayne.fnx.com> 669 Branch: maint-5.005/perl 670 ! lib/Getopt/Std.pm 671____________________________________________________________________________ 672[ 3026] By: jhi on 1999/02/26 08:18:26 673 Log: full_ar wasn't propagated. 674 Branch: maint-5.005/perl 675 ! Configure 676____________________________________________________________________________ 677[ 3013] By: jhi on 1999/02/22 19:27:44 678 Log: Fix MacPerl version, change PowerUX to PowerMAX. 679 680 From: Chris Nandor <pudge@pobox.com> 681 To: jhi@iki.fi 682 Cc: perl5-porters@perl.org 683 Subject: Re: perl current availability as documented by perl.pod 684 Date: Sun, 21 Feb 1999 11:06:03 -0500 685 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]> 686 687 From: Tom Horsley <Tom.Horsley@mail.ccur.com> 688 To: jhi@iki.fi 689 Cc: perl5-porters@perl.org 690 Subject: Re: perl current availability as documented by perl.pod 691 Date: Mon, 22 Feb 1999 13:08:30 GMT 692 Message-Id: <199902221308.NAA19971@cleo.ccur.com> 693 Branch: cfgperl 694 ! pod/perl.pod 695 Branch: maint-5.005/perl 696 ! pod/perl.pod 697____________________________________________________________________________ 698[ 3010] By: jhi on 1999/02/22 10:21:55 699 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 700 To: gbarr@pobox.com (Graham Barr) 701 Cc: perl5-porters@perl.org 702 Subject: [PATCH 5.005_03-MT5] DB_File 1.64 patch 703 Date: Mon, 22 Feb 1999 10:12:34 +0000 (GMT) 704 Message-Id: <9902221012.AA17784@claudius.bfsec.bt.co.uk> 705 Branch: maint-5.005/perl 706 ! ext/DB_File/Changes ext/DB_File/DB_File.pm 707 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t 708____________________________________________________________________________ 709[ 3005] By: jhi on 1999/02/22 08:35:30 710 Log: Configure/Perl knew how to look for use Mach cthreads 711 but Configure didn't let them to be used ($osname 'next'). 712 Branch: cfgperl 713 ! Configure config_h.SH 714 Branch: maint-5.005/perl 715 ! Configure 716____________________________________________________________________________ 717[ 3004] By: jhi on 1999/02/21 15:46:02 718 Log: Update Acorn AVAILABILITY. 719 Branch: cfgperl 720 ! pod/perl.pod 721 Branch: maint-5.005/perl 722 ! pod/perl.pod 723____________________________________________________________________________ 724[ 3003] By: jhi on 1999/02/21 14:50:42 725 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball) 726 To: perl5-porters@perl.org (Perl 5 Porters) 727 Subject: PATCH: perlref.pod - symbolic ref example 728 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST) 729 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu> 730 Branch: cfgperl 731 ! pod/perlref.pod 732 Branch: maint-5.005/perl 733 ! pod/perlref.pod 734____________________________________________________________________________ 735[ 3000] By: jhi on 1999/02/21 14:15:31 736 Log: pack s/l for negative numbers was broken on platforms 737 where sizeof(short) != 2 or sizeof(long) != 4 (Alpha, Cray). 738 pack v was broken for sizeof(short) == 8 big-endian platforms 739 (Cray), only zeros were produced. 740 Branch: maint-5.005/perl 741 ! perl.h pod/perlfunc.pod pp.c t/op/pack.t 742____________________________________________________________________________ 743[ 2997] By: jhi on 1999/02/20 14:00:26 744 Log: Glossary update. 745 Branch: maint-5.005/perl 746 ! Porting/Glossary 747____________________________________________________________________________ 748[ 2995] By: jhi on 1999/02/20 12:25:10 749 Log: Document #2893, Mach cthreads support. 750 Branch: maint-5.005/perl 751 ! pod/perldelta.pod 752____________________________________________________________________________ 753[ 2986] By: jhi on 1999/02/19 23:26:34 754 Log: Remove the unnecessary osf1 -D__LANGUAGE_C__. 755 Branch: maint-5.005/perl 756 ! Configure 757____________________________________________________________________________ 758[ 2983] By: jhi on 1999/02/19 20:35:51 759 Log: Mach cthreads: 760 From: brie@corp.home.net (Brian Harrison) 761 Subject: perl5.005_02 patch for mthreads 762 To: perl5-porters@perl.org 763 Date: Fri, 23 Oct 1998 14:20:57 -0700 (PDT) 764 Message-ID: <Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net> 765 Branch: maint-5.005/perl 766 ! Configure Porting/Glossary config_h.SH malloc.c perl.h 767 ! thread.h 768____________________________________________________________________________ 769[ 2981] By: jhi on 1999/02/19 19:49:03 770 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu> 771 To: Chaim Frenkel <chaimf@pobox.com>, 772 Russ Allbery <rra@stanford.edu>, 773 Jarkko Hietaniemi <jhi@iki.fi>, 774 Gurusamy Sarathy <gsar@activestate.com>, 775 Graham Barr <gbarr@pobox.com> 776 Cc: bdensch@ameritech.net, perlbug@perl.com 777 Subject: [PATCH] Re: Solaris 7 for Intel 778 Message-ID: <19990219124404.A30182@O2.chapin.edu> 779 780 and Glossary update. 781 Branch: maint-5.005/perl 782 ! Configure Makefile.SH Porting/Glossary 783____________________________________________________________________________ 784[ 2980] By: gbarr on 1999/02/19 16:06:53 785 Log: Make result of h2xs work when user adds C<use strict> 786 Branch: maint-5.005/perl 787 ! utils/h2xs.PL 788____________________________________________________________________________ 789[ 2976] By: gsar on 1999/02/18 21:54:09 790 Log: integrate change#2975 from mainline 791 792 distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation 793 of lexical searches in BEGIN|INIT|END) 794 Branch: maint-5.005/perl 795 !> cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t 796 !> vms/perly_c.vms 797____________________________________________________________________________ 798[ 2971] By: jhi on 1999/02/18 11:14:24 799 Log: AIX syscalls.exp scan missed explicitly 32/64-bit syscalls. 800 801 From: Joe Buehler <jhpb@hekimian.com> 802 To: perl5-porters@perl.org 803 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3 804 Date: 12 Feb 1999 11:25:21 -0500 805 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com> 806 Branch: maint-5.005/perl 807 ! Configure 808____________________________________________________________________________ 809[ 2967] By: jhi on 1999/02/17 23:12:59 810 Log: Make SCO/Unixware scan to work in Unixware, too. 811 812 From: Tom Hughes <thh@cyberscience.com> 813 To: perlbug@perl.com 814 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED) 815 Date: 17 Feb 1999 15:34:15 +0000 816 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com> 817 Branch: maint-5.005/perl 818 ! Configure 819____________________________________________________________________________ 820[ 2956] By: jhi on 1999/02/15 21:03:28 821 Log: OpenBSD sparc SHMLBA (like change #2945). 822 Branch: maint-5.005/perl 823 ! ext/IPC/SysV/SysV.xs 824____________________________________________________________________________ 825[ 2950] By: jhi on 1999/02/15 13:37:28 826 Log: AVAILABILITY sync. 827 Branch: maint-5.005/perl 828 ! pod/perl.pod 829____________________________________________________________________________ 830[ 2906] By: jhi on 1999/02/13 14:55:47 831 Log: AVAILABILITY sync. 832 Branch: maint-5.005/perl 833 ! pod/perl.pod 834____________________________________________________________________________ 835[ 2905] By: gsar on 1999/02/13 00:12:53 836 Log: integrate change#2898 from mainline 837 838 support win32_putenv() 839 Branch: maint-5.005/perl 840 !> mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h 841 !> win32/win32.c win32/win32iop.h 842____________________________________________________________________________ 843[ 2904] By: jhi on 1999/02/12 21:23:30 844 Log: Add README.hurd, from Mark Kettenis <kettenis@wins.uva.nl>. 845 Branch: maint-5.005/perl 846 + README.hurd 847 ! MANIFEST 848____________________________________________________________________________ 849[ 2900] By: jhi on 1999/02/12 12:07:28 850 Log: SCO ODT/OSR release scanning. 851 Branch: maint-5.005/perl 852 ! Configure 853____________________________________________________________________________ 854[ 2897] By: jhi on 1999/02/12 11:24:25 855 Log: Undo a big bad paste from change #2884. 856 Branch: maint-5.005/perl 857 ! hints/openbsd.sh 858____________________________________________________________________________ 859[ 2896] By: jhi on 1999/02/12 11:19:52 860 Log: Update the error message of db-recno.t to DB version 1.86 861 and the URL to www.sleepycat.com instead of www.bostic.com. 862 Branch: maint-5.005/perl 863 ! t/lib/db-recno.t 864____________________________________________________________________________ 865[ 2895] By: gsar on 1999/02/12 11:18:59 866 Log: integrate change#2854 from mainline 867 868 compatibility fix: magic non-propagation in foreach implicit localization 869 Branch: maint-5.005/perl 870 !> pp_ctl.c t/op/local.t 871____________________________________________________________________________ 872[ 2884] By: jhi on 1999/02/12 08:36:14 873 Log: OpenBSD pthreads awareness, thanks to 874 David Leonard <david.leonard@csee.uq.edu.au> 875 Branch: maint-5.005/perl 876 ! Configure hints/openbsd.sh 877____________________________________________________________________________ 878[ 2883] By: jhi on 1999/02/12 08:29:51 879 Log: AVAILABILITY sync. 880 Branch: maint-5.005/perl 881 ! pod/perl.pod 882____________________________________________________________________________ 883[ 2878] By: jhi on 1999/02/11 22:00:50 884 Log: Replace changes #2783, #2784, #2785, with a single tested 885 patch from Francois Desarmenien <desar@club-internet.fr>. 886 Branch: maint-5.005/perl 887 ! MANIFEST ext/GDBM_File/hints/sco.pl ext/IPC/SysV/SysV.xs 888 ! hints/sco.sh 889____________________________________________________________________________ 890[ 2876] By: jhi on 1999/02/11 20:43:17 891 Log: From: Chris Nandor <pudge@pobox.com> 892 To: perl5-porters@perl.org 893 Subject: [PATCH] perlport.pod 1.39 894 Date: Thu, 11 Feb 1999 12:28:35 -0500 895 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]> 896 Branch: maint-5.005/perl 897 ! pod/perlport.pod 898____________________________________________________________________________ 899[ 2875] By: jhi on 1999/02/11 20:35:08 900 Log: The fpsetmask() really is SCO5 only. 901 Branch: maint-5.005/perl 902 ! unixish.h 903____________________________________________________________________________ 904[ 2874] By: jhi on 1999/02/11 20:32:06 905 Log: Change #2783 missed these. 906 Branch: maint-5.005/perl 907 ! ext/IPC/SysV/SysV.xs unixish.h 908____________________________________________________________________________ 909[ 2873] By: jhi on 1999/02/11 20:27:45 910 Log: Import the change #2810 from cfgperl. 911 Branch: maint-5.005/perl 912 + ext/GDBM_File/hints/sco.pl 913 ! MANIFEST hints/sco.sh unixish.h 914____________________________________________________________________________ 915[ 2872] By: jhi on 1999/02/11 19:57:37 916 Log: Sync the current AVAILABILITY. 917 Branch: maint-5.005/perl 918 ! pod/perl.pod pod/perldelta.pod 919____________________________________________________________________________ 920[ 2871] By: jhi on 1999/02/11 19:42:54 921 Log: Copied the GNU/Hurd hints file over from cfgperl 922 because it works well enough (there are still some 923 rough edges in Hurd), verified via private 924 email from Mark Kettenis <kettenis@wins.uva.nl> 925 Branch: maint-5.005/perl 926 + hints/gnu.sh 927____________________________________________________________________________ 928[ 2864] By: jhi on 1999/02/11 08:45:00 929 Log: From: Spider Boardman <spider@zk3.dec.com> 930 To: perlbug@perl.com 931 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED) 932 Date: Wed, 10 Feb 1999 23:33:31 -0500 933 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com> 934 Branch: maint-5.005/perl 935 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh 936____________________________________________________________________________ 937[ 2863] By: jhi on 1999/02/11 08:35:35 938 Log: AVAILABILITY. 939 Branch: maint-5.005/perl 940 ! pod/perl.pod 941____________________________________________________________________________ 942[ 2858] By: gsar on 1999/02/11 07:10:59 943 Log: remove dup hunk 944 Branch: maint-5.005/perl 945 ! pod/perldelta.pod 946____________________________________________________________________________ 947[ 2857] By: gsar on 1999/02/11 07:09:20 948 Log: sync with parent version of perldelta.pod 949 Branch: maint-5.005/perl 950 !> pod/perldelta.pod 951____________________________________________________________________________ 952[ 2853] By: gsar on 1999/02/11 00:33:06 953 Log: integrate change#2816 from mainline 954 955 minor bug in dumping blessed subrefs 956 Branch: maint-5.005/perl 957 !> ext/Data/Dumper/Dumper.pm 958____________________________________________________________________________ 959[ 2852] By: gsar on 1999/02/10 23:17:49 960 Log: fair warning about -Dusethreads 961 Branch: maint-5.005/perl 962 ! Configure INSTALL README.threads 963____________________________________________________________________________ 964[ 2851] By: jhi on 1999/02/10 23:00:39 965 Log: Snapshot of the ongoing AVAILABILITY discussion. 966 Branch: maint-5.005/perl 967 ! pod/perl.pod 968____________________________________________________________________________ 969[ 2850] By: jhi on 1999/02/10 16:07:32 970 Log: OS390 and Windows AVAILABILITY entries enhanced. 971 Branch: maint-5.005/perl 972 ! pod/perl.pod 973____________________________________________________________________________ 974[ 2849] By: jhi on 1999/02/10 12:39:46 975 Log: AS/400 and Mac were not described right. 976 Branch: maint-5.005/perl 977 ! pod/perl.pod 978____________________________________________________________________________ 979[ 2848] By: jhi on 1999/02/10 09:13:49 980 Log: Added AVAILABILITY section. 981 Branch: maint-5.005/perl 982 ! pod/perl.pod 983____________________________________________________________________________ 984[ 2837] By: jhi on 1999/02/08 14:51:39 985 Log: Fix typo introduced in change #2836. 986 Branch: maint-5.005/perl 987 ! Configure 988____________________________________________________________________________ 989[ 2836] By: jhi on 1999/02/08 14:44:31 990 Log: Augment change #2809, the h2ph-*symbols patch. 991 Branch: maint-5.005/perl 992 ! Configure t/lib/h2ph.pht 993____________________________________________________________________________ 994[ 2815] By: gsar on 1999/02/05 03:44:50 995 Log: integrate change#2242 from mainline 996 997 fix skipspace() to properly account for newlines in eval''-ed 998 strings (caused bogus line numbers in diagnostics and debugger) 999 Branch: maint-5.005/perl 1000 !> toke.c 1001____________________________________________________________________________ 1002[ 2814] By: jhi on 1999/02/04 21:21:39 1003 Log: Stratus perlport update. 1004 Branch: maint-5.005/perl 1005 ! pod/perlport.pod 1006____________________________________________________________________________ 1007[ 2813] By: jhi on 1999/02/04 21:16:54 1008 Log: Stratus VOS update. 1009 1010 From: Paul_Green@stratus.com 1011 To: jhi@iki.fi 1012 Subject: RE: VOS changes for Perl5.005_03 are ready! 1013 Date: Thu, 4 Feb 1999 14:51:07 -0500 1014 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A0168@exna1.stratus.com> 1015 Branch: maint-5.005/perl 1016 + vos/vos_accept.c 1017 ! MANIFEST README.vos perl.c pod/perlport.pod vos/Changes 1018 ! vos/build.cm vos/compile_perl.cm vos/config.h 1019 ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c 1020 ! vos/vos_dummies.c vos/vosish.h 1021____________________________________________________________________________ 1022[ 2809] By: jhi on 1999/02/03 19:54:16 1023 Log: h2ph fixes + Configure patch to support them. 1024 1025 From: "Kurt D. Starsinic" <kstar@chapin.edu> 1026 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>, 1027 Gurusamy Sarathy <gsar@engin.umich.edu> 1028 Cc: perl5-porters@perl.org 1029 Subject: [PATCH 5.00503_MT5] h2ph.PL 1030 Date: Tue, 2 Feb 1999 19:48:06 -0500 1031 Message-ID: <19990202194806.E10647@O2.chapin.edu> 1032 Branch: maint-5.005/perl 1033 ! Configure utils/h2ph.PL 1034____________________________________________________________________________ 1035[ 2802] By: jhi on 1999/02/02 17:41:23 1036 Log: From: John Bley <jbb6@acpub.duke.edu> 1037 To: perlbug@perl.org 1038 Subject: [PATCH]5.005_54 (DOC) fix minor typos 1039 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST) 1040 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu> 1041 Branch: maint-5.005/perl 1042 ! pod/perlre.pod 1043____________________________________________________________________________ 1044[ 2790] By: jhi on 1999/02/02 16:51:45 1045 Log: Re-introduce the typo corrections (update to CGI 2.46 1046 overran them). 1047 Branch: maint-5.005/perl 1048 ! lib/CGI.pm 1049____________________________________________________________________________ 1050[ 2781] By: jhi on 1999/02/02 14:27:01 1051 Log: Update the MkLinux note. 1052 Branch: maint-5.005/perl 1053 ! hints/linux.sh 1054____________________________________________________________________________ 1055[ 2775] By: jhi on 1999/02/02 13:13:24 1056 Log: Mention lib/Dumpvalue.pm. 1057 Branch: maint-5.005/perl 1058 ! pod/roffitall 1059____________________________________________________________________________ 1060[ 2767] By: jhi on 1999/02/02 12:29:57 1061 Log: Demangle spaces to tab+space. 1062 Branch: maint-5.005/perl 1063 ! hints/freebsd.sh 1064____________________________________________________________________________ 1065[ 2758] By: jhi on 1999/02/02 10:51:26 1066 Log: Detypo. 1067 Branch: maint-5.005/perl 1068 ! lib/Math/Trig.pm 1069____________________________________________________________________________ 1070[ 2755] By: jhi on 1999/02/02 09:07:51 1071 Log: Make FreeBSD 2.2.7 work with -Duseshrplib -ders. 1072 Branch: maint-5.005/perl 1073 ! hints/freebsd.sh 1074____________________________________________________________________________ 1075[ 2752] By: jhi on 1999/02/01 22:15:12 1076 Log: Add perlthrtut.pod. 1077 1078 From: Dan Sugalski <sugalskd@osshe.edu> 1079 To: perl5-porters@perl.org 1080 Subject: perlthrtut.pod 1081 Date: Mon, 01 Feb 1999 10:57:11 -0800 1082 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu> 1083 Branch: maint-5.005/perl 1084 + pod/perlthrtut.pod 1085 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod 1086 ! pod/roffitall 1087____________________________________________________________________________ 1088[ 2741] By: gbarr on 1999/02/01 03:00:42 1089 Log: Fix typecasts in #2728 1090 1091 From: "G. Del Merritt" <del@intranetics.com> 1092 Date: Fri, 29 Jan 1999 11:47:25 -0700 1093 Message-Id: <199901291847.LAA04828@jhereg.perl.com> 1094 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included) 1095 Branch: maint-5.005/perl 1096 ! ext/POSIX/POSIX.xs 1097____________________________________________________________________________ 1098[ 2740] By: gsar on 1999/02/01 02:43:07 1099 Log: CAPI inheritance tweak and doc 1100 Branch: maint-5.005/perl 1101 ! lib/ExtUtils/MakeMaker.pm 1102____________________________________________________________________________ 1103[ 2739] By: jhi on 1999/01/31 18:31:54 1104 Log: Undo changes #2730 and #2731 and replace them 1105 with an extensively tested patch from 1106 Anton Berezin <tobez@plab.ku.dk> (via private email). 1107 Branch: maint-5.005/perl 1108 ! Makefile.SH hints/freebsd.sh 1109____________________________________________________________________________ 1110[ 2738] By: gsar on 1999/01/31 05:04:32 1111 Log: fix bogus CAPI inheritance from change#2541 1112 Branch: maint-5.005/perl 1113 ! lib/ExtUtils/MakeMaker.pm 1114____________________________________________________________________________ 1115[ 2737] By: gsar on 1999/01/31 04:55:06 1116 Log: remove the big ugly thing jhi sneezed into INSTALL :-) 1117 Branch: maint-5.005/perl 1118 ! INSTALL 1119____________________________________________________________________________ 1120[ 2736] By: jhi on 1999/01/30 12:57:06 1121 Log: From: pvhp@forte.com (Peter Prymmer) 1122 To: perl-mvs@perl.org, perlbug@perl.com 1123 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on os390 05.00 (UNINSTALLED) 1124 Date: Fri, 29 Jan 99 19:22:31 PST 1125 Message-Id: <9901300322.AA19136@forte.com> 1126 1127 (slighty edited at the end) 1128 Branch: maint-5.005/perl 1129 ! README.os390 1130____________________________________________________________________________ 1131[ 2735] By: jhi on 1999/01/30 11:49:54 1132 Log: Undo 5.005-devel random, srandom mention. 1133 Branch: maint-5.005/perl 1134 ! INSTALL 1135____________________________________________________________________________ 1136[ 2734] By: jhi on 1999/01/29 22:22:00 1137 Log: Add perlreftut. 1138 Branch: maint-5.005/perl 1139 + pod/perlreftut.pod 1140 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall 1141____________________________________________________________________________ 1142[ 2732] By: gsar on 1999/01/29 20:09:44 1143 Log: integrate change#2720 from mainline 1144 1145 missing space while munging CCFLAGS for PERL_CAPI 1146 Branch: maint-5.005/perl 1147 !> lib/ExtUtils/MM_Unix.pm 1148____________________________________________________________________________ 1149[ 2731] By: jhi on 1999/01/29 14:33:12 1150 Log: FreeBSD version numbers can be like "2.2.8-release". 1151 Branch: maint-5.005/perl 1152 ! hints/freebsd.sh 1153____________________________________________________________________________ 1154[ 2730] By: jhi on 1999/01/29 12:40:38 1155 Log: FreeBSD hints iteration (hopefully convergent). 1156 usethreads: require at least FreeBSD 2.2.8. 1157 signal type: mirror change #2429 in cfgperl. 1158 Branch: maint-5.005/perl 1159 ! hints/freebsd.sh 1160____________________________________________________________________________ 1161[ 2729] By: gbarr on 1999/01/29 05:06:32 1162 Log: Trial release 5 1163 Branch: maint-5.005/perl 1164 ! Changes patchlevel.h pod/perlhist.pod 1165____________________________________________________________________________ 1166[ 2728] By: gbarr on 1999/01/29 04:10:37 1167 Log: From: Ted Law <tedlaw@cibcwg.com> 1168 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST) 1169 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com> 1170 Subject: POSIX::strftime buffer overflow problem 1171 Branch: maint-5.005/perl 1172 ! ext/POSIX/POSIX.xs 1173____________________________________________________________________________ 1174[ 2728] By: gbarr on 1999/01/29 04:10:37 1175 Log: From: Ted Law <tedlaw@cibcwg.com> 1176 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST) 1177 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com> 1178 Subject: POSIX::strftime buffer overflow problem 1179 Branch: maint-5.005/perl 1180 ! ext/POSIX/POSIX.xs 1181____________________________________________________________________________ 1182[ 2727] By: gbarr on 1999/01/29 04:09:57 1183 Log: From: Tom Spindler <dogcow@isi.net> 1184 Date: Thu, 28 Jan 1999 17:15:11 -0800 1185 Message-ID: <19990128171510.A11778@isi.net> 1186 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4 1187 Branch: maint-5.005/perl 1188 + ext/DynaLoader/dl_beos.xs 1189 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh 1190 ! lib/ExtUtils/MM_Unix.pm 1191____________________________________________________________________________ 1192[ 2726] By: gbarr on 1999/01/29 03:30:51 1193 Log: Remove use of File::Slurp in t/lib/textfill.t 1194 Branch: maint-5.005/perl 1195 ! t/lib/textfill.t 1196____________________________________________________________________________ 1197[ 2725] By: gbarr on 1999/01/29 03:11:41 1198 Log: From: Gurusamy Sarathy <gsar@ActiveState.com> 1199 Date: Wed, 27 Jan 1999 23:14:33 -0800 1200 Message-Id: <199901280714.XAA10176@activestate.com> 1201 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object 1202 Branch: maint-5.005/perl 1203 ! win32/Makefile win32/makefile.mk 1204____________________________________________________________________________ 1205[ 2724] By: jhi on 1999/01/28 19:27:15 1206 Log: Change jhi@iki.fi to perlbug@perl.com. 1207 Cosmetic change in semctl probing messages. 1208 Branch: maint-5.005/perl 1209 ! Configure hints/freebsd.sh 1210____________________________________________________________________________ 1211[ 2723] By: jhi on 1999/01/28 17:27:49 1212 Log: Yet another typo in a test program. 1213 Branch: maint-5.005/perl 1214 ! Configure 1215____________________________________________________________________________ 1216[ 2722] By: jhi on 1999/01/28 17:13:52 1217 Log: The pthreads_created_joinable test had a typo, 1218 by blind luck the default value works almost anywhere. 1219 Branch: maint-5.005/perl 1220 ! Configure 1221____________________________________________________________________________ 1222[ 2721] By: jhi on 1999/01/28 13:04:23 1223 Log: MinT support, adapted from change #2594. 1224 Branch: maint-5.005/perl 1225 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh 1226 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h 1227 + mint/sys/time.h mint/time.h 1228 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c 1229 ! pod/perldelta.pod t/io/fs.t t/lib/safe2.t t/op/groups.t 1230 ! t/op/mkdir.t t/op/taint.t 1231____________________________________________________________________________ 1232[ 2719] By: jhi on 1999/01/27 19:49:49 1233 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 1234 To: perl5-porters@perl.org 1235 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts 1236 Date: Tue, 26 Jan 1999 22:25:07 +0000 1237 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk> 1238 Branch: maint-5.005/perl 1239 ! pod/perlguts.pod 1240____________________________________________________________________________ 1241[ 2718] By: jhi on 1999/01/27 19:46:04 1242 Log: io/fs.t fails test #18 (sense of tests appears to have been 1243 changed incompletely; this patch just skips the test attached, 1244 a la test #17 preceding it). 1245 1246 From: "G. Del Merritt" <del@intranetics.com> 1247 To: perlbug@perl.com 1248 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included) 1249 Date: Tue, 26 Jan 1999 12:09:09 -0700 1250 Message-Id: <199901261909.MAA25525@jhereg.perl.com> 1251 Branch: maint-5.005/perl 1252 ! t/io/fs.t 1253____________________________________________________________________________ 1254[ 2717] By: jhi on 1999/01/27 19:44:46 1255 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't) 1256 1257 From: "G. Del Merritt" <del@intranetics.com> 1258 To: perlbug@perl.com 1259 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included) 1260 Date: Tue, 26 Jan 1999 12:09:09 -0700 1261 Message-Id: <199901261909.MAA25525@jhereg.perl.com> 1262 Branch: maint-5.005/perl 1263 ! iperlsys.h 1264____________________________________________________________________________ 1265[ 2716] By: jhi on 1999/01/27 19:38:36 1266 Log: From: Dan Sugalski <sugalskd@osshe.edu> 1267 To: perlbug@perl.com, vmsperl@perl.org 1268 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course) 1269 Date: Tue, 26 Jan 1999 14:40:38 -0800 1270 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu> 1271 1272 From: Dan Sugalski <sugalskd@osshe.edu> 1273 To: perl5-porters@perl.org, vmsperl@perl.org 1274 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches 1275 Date: Tue, 26 Jan 1999 14:55:29 -0800 1276 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu> 1277 Branch: maint-5.005/perl 1278 ! t/lib/textfill.t t/lib/textwrap.t vms/ext/Stdio/test.pl 1279 ! vms/subconfigure.com 1280____________________________________________________________________________ 1281[ 2715] By: jhi on 1999/01/27 19:34:28 1282 Log: From: Mark Bixby <markb@spock.dis.cccd.edu> 1283 To: perl5-porters@perl.org 1284 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks 1285 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST) 1286 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu> 1287 Branch: maint-5.005/perl 1288 ! hints/mpeix.sh mpeix/relink 1289____________________________________________________________________________ 1290[ 2714] By: jhi on 1999/01/27 19:32:41 1291 Log: NetBSD does not do setruid, setrgid. 1292 Branch: maint-5.005/perl 1293 ! hints/netbsd.sh 1294____________________________________________________________________________ 1295[ 2713] By: jhi on 1999/01/27 19:28:53 1296 Log: FreeBSD usethreads, based on private email with 1297 Anton Berezin <tobez@plab.ku.dk>. 1298 Branch: maint-5.005/perl 1299 ! hints/freebsd.sh 1300____________________________________________________________________________ 1301[ 2712] By: jhi on 1999/01/27 19:26:17 1302 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1303 To: Mailing list Perl5 <perl5-porters@perl.org> 1304 Subject: [PATCH 5.005_*] OS/2 threads 1305 Date: Tue, 26 Jan 1999 13:39:46 -0500 1306 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu> 1307 Branch: maint-5.005/perl 1308 ! os2/os2ish.h 1309____________________________________________________________________________ 1310[ 2711] By: jhi on 1999/01/27 19:24:28 1311 Log: "make ok", "make okfile", and "make nok" were broken 1312 with -Duseshrplib, because of a shared typo. 1313 1314 From: Spider Boardman <spider@web.zk3.dec.com> 1315 To: perlbug@perl.com 1316 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) 1317 Date: Wed, 27 Jan 1999 12:27:15 -0500 1318 Message-Id: <199901271727.MAA233455@web.zk3.dec.com> 1319 Branch: maint-5.005/perl 1320 ! Makefile.SH 1321____________________________________________________________________________ 1322[ 2710] By: jhi on 1999/01/27 19:22:23 1323 Log: Errno fixes: 1324 1325 From: Spider Boardman <spider@web.zk3.dec.com> 1326 To: perlbug@perl.com 1327 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) 1328 Date: Wed, 27 Jan 1999 12:27:15 -0500 1329 Message-Id: <199901271727.MAA233455@web.zk3.dec.com> 1330 1331 From: Spider Boardman <spider@web.zk3.dec.com> 1332 To: perlbug@perl.com 1333 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) 1334 Date: Wed, 27 Jan 1999 13:31:16 -0500 1335 Message-Id: <199901271831.NAA241001@web.zk3.dec.com> 1336 Branch: maint-5.005/perl 1337 ! Configure ext/Errno/Errno_pm.PL 1338____________________________________________________________________________ 1339[ 2709] By: jhi on 1999/01/27 19:17:35 1340 Log: Fix Configure installusrbinperl: 1341 1342 From: Spider Boardman <spider@web.zk3.dec.com> 1343 To: jhi@iki.fi 1344 cc: perl5-porters@perl.org 1345 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) 1346 Date: Wed, 27 Jan 1999 13:03:35 -0500 1347 Message-Id: <199901271803.NAA238257@web.zk3.dec.com> 1348 Branch: maint-5.005/perl 1349 ! Configure 1350____________________________________________________________________________ 1351[ 2708] By: gbarr on 1999/01/26 04:14:42 1352 Log: Trial release 4 1353 Branch: maint-5.005/perl 1354 ! Changes patchlevel.h pod/perlhist.pod 1355____________________________________________________________________________ 1356[ 2707] By: gbarr on 1999/01/26 02:06:17 1357 Log: Add redef IO::Handle::* for setv?buf() 1358 Branch: maint-5.005/perl 1359 ! ext/POSIX/POSIX.pm 1360____________________________________________________________________________ 1361[ 2706] By: jhi on 1999/01/24 22:26:12 1362 Log: Better AIX libc nm scan. 1363 Branch: maint-5.005/perl 1364 ! Configure 1365____________________________________________________________________________ 1366[ 2703] By: jhi on 1999/01/24 14:26:18 1367 Log: Minor Configure adjustments. 1368 Branch: maint-5.005/perl 1369 ! Configure 1370____________________________________________________________________________ 1371[ 2702] By: jhi on 1999/01/24 13:57:33 1372 Log: Use usethreads.cbu consistently. 1373 Branch: maint-5.005/perl 1374 ! Configure hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh 1375 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh 1376 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh 1377 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh 1378____________________________________________________________________________ 1379[ 2701] By: jhi on 1999/01/24 13:55:43 1380 Log: Mention year-1900 and month 0..11 also here. 1381 Branch: maint-5.005/perl 1382 ! lib/Time/Local.pm 1383____________________________________________________________________________ 1384[ 2700] By: jhi on 1999/01/24 13:52:36 1385 Log: Document Configure -Uinstallusrbinperl. 1386 Branch: maint-5.005/perl 1387 ! INSTALL pod/perldelta.pod 1388____________________________________________________________________________ 1389[ 2699] By: jhi on 1999/01/24 13:01:57 1390 Log: perlopentut was missing. 1391 Branch: maint-5.005/perl 1392 + pod/perlopentut.pod 1393 ! MANIFEST pod/perldelta.pod 1394____________________________________________________________________________ 1395[ 2697] By: jhi on 1999/01/24 12:31:33 1396 Log: Remove t/op/grent.t (t/op/pwent.t was removed by #2685). 1397 Branch: maint-5.005/perl 1398 - t/op/grent.t 1399 ! MANIFEST 1400____________________________________________________________________________ 1401[ 2696] By: gsar on 1999/01/24 11:39:39 1402 Log: integrate changes#2255,2694 from mainline 1403 1404 another win32 portability fix: make sysread() and syswrite() 1405 work on sockets 1406 1407 better notes on 'make' on win32 1408 Branch: maint-5.005/perl 1409 ! README.win32 pp_sys.c win32/win32.h 1410____________________________________________________________________________ 1411[ 2693] By: gbarr on 1999/01/24 00:53:31 1412 Log: Integrate changes #2646,2647 from cfgperl 1413 1414 Show LANGUAGE env var when needed. (Augment change #2645). 1415 1416 SHMLBA strikes back in NetBSD/sparc. 1417 1418 From: Dave Nelson <David.Nelson@bellcow.com> 1419 To: jhi@iki.fi 1420 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc 1421 Date: Mon, 18 Jan 1999 22:07:56 -0600 1422 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com> 1423 Branch: maint-5.005/perl 1424 ! util.c utils/perlbug.PL 1425 !> ext/IPC/SysV/SysV.xs 1426____________________________________________________________________________ 1427[ 2692] By: gbarr on 1999/01/24 00:28:52 1428 Log: Integrate #2630 from mainline and an errno save fix 1429 Branch: maint-5.005/perl 1430 !> doio.c 1431____________________________________________________________________________ 1432[ 2691] By: gbarr on 1999/01/24 00:28:37 1433 Log: Update CGI modules to 2.46 and Getopt::Long to 2.19 1434 Branch: maint-5.005/perl 1435 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm 1436 ! lib/CGI/Push.pm lib/Getopt/Long.pm t/lib/cgi-html.t 1437____________________________________________________________________________ 1438[ 2690] By: gbarr on 1999/01/23 23:35:39 1439 Log: Integrate #2681 from cfgperl 1440 1441 Better (I hope) LANGUAGE documentation. 1442 Branch: maint-5.005/perl 1443 !> pod/perllocale.pod 1444____________________________________________________________________________ 1445[ 2689] By: gbarr on 1999/01/23 23:31:59 1446 Log: More nosuid patches 1447 1448 From: Jarkko Hietaniemi <jhi@iki.fi> 1449 Date: Fri, 22 Jan 1999 12:12:45 +0200 (EET) 1450 Message-ID: <13992.20253.269284.841300@alpha.hut.fi> 1451 Subject: Re: [PATCH] 5.005*: the "nosuid" problem: v2 1452 Branch: maint-5.005/perl 1453 ! Configure config_h.SH perl.c perl.h pod/perldelta.pod 1454 ! pod/perldiag.pod 1455____________________________________________________________________________ 1456[ 2688] By: gbarr on 1999/01/23 23:03:39 1457 Log: From: Anton Berezin <tobez@plab.ku.dk> 1458 Date: 21 Jan 1999 17:07:28 +0100 1459 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk> 1460 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0 1461 Branch: maint-5.005/perl 1462 ! hints/freebsd.sh 1463____________________________________________________________________________ 1464[ 2687] By: gbarr on 1999/01/23 22:52:58 1465 Log: overload syntax is no longer experimental 1466 Branch: maint-5.005/perl 1467 ! lib/overload.pm 1468____________________________________________________________________________ 1469[ 2685] By: gbarr on 1999/01/23 22:15:46 1470 Log: Remove t/op/pwent.t added from cfgperl, but is not robust. 1471 Branch: maint-5.005/perl 1472 - t/op/pwent.t 1473 ! MANIFEST 1474____________________________________________________________________________ 1475[ 2684] By: gbarr on 1999/01/23 22:13:07 1476 Log: More doc typos from Abigail, and undo some in lib/diagnostics.pm 1477 from change #2672 1478 1479 From: abigail@fnx.com 1480 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST) 1481 Message-Id: <19990120003242.19938.qmail@alexandra.wayne.fnx.com> 1482 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos 1483 1484 From: abigail@fnx.com 1485 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST) 1486 Message-Id: <19990120004041.20052.qmail@alexandra.wayne.fnx.com> 1487 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos 1488 Branch: maint-5.005/perl 1489 ! lib/CGI.pm lib/CPAN.pm lib/diagnostics.pm 1490____________________________________________________________________________ 1491[ 2677] By: gbarr on 1999/01/22 03:38:07 1492 Log: Integrate #2645, #2648 and update patching.pod 1493 1494 Document the GNU LANGUAGE env var. 1495 1496 Mention /usr/share/locale. 1497 1498 From: Daniel Grisinger <dgris@moiraine.dimensional.com> 1499 Date: 21 Jan 1999 00:17:35 -0700 1500 Message-Id: <m31zkpqels.fsf_-_@moiraine.dimensional.com> 1501 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?) 1502 Branch: maint-5.005/perl 1503 ! Porting/patching.pod 1504 !> pod/perllocale.pod 1505____________________________________________________________________________ 1506[ 2676] By: gbarr on 1999/01/22 01:54:02 1507 Log: Fixup FindBin to use File::Spec 1508 1509 Message-Id: <19990120185157.D24479@west-tip.transeda.com> 1510 Date: Wed, 20 Jan 1999 18:51:57 +0000 1511 From: Paul Johnson <pjcj@transeda.com> 1512 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths 1513 Branch: maint-5.005/perl 1514 ! lib/FindBin.pm 1515____________________________________________________________________________ 1516[ 2675] By: gbarr on 1999/01/22 01:38:31 1517 Log: Add new config values added for nosuid fix into VMS configure 1518 1519 From: Dan Sugalski <sugalskd@osshe.edu> 1520 Date: Wed, 20 Jan 1999 12:05:18 -0800 1521 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu> 1522 Subject: [PATCH 5.005_03MT3]VMS configure tweak 1523 Branch: maint-5.005/perl 1524 ! vms/subconfigure.com 1525____________________________________________________________________________ 1526[ 2674] By: gbarr on 1999/01/22 01:36:35 1527 Log: Fix for buggy compiler optimization on dec for pack("I",...) 1528 1529 From: Achim Bohnet <ach@mpe.mpg.de> 1530 Date: Wed, 20 Jan 1999 20:25:53 +0100 1531 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de> 1532 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 1533 Branch: maint-5.005/perl 1534 ! pp.c 1535____________________________________________________________________________ 1536[ 2673] By: gbarr on 1999/01/22 01:29:37 1537 Log: OS/2 patches from Ilya 1538 1539 Date: Thu, 21 Jan 1999 02:08:27 -0500 1540 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1541 Subject: [PATCH 5.00*] makedepend 1542 Message-Id: <19990121020827.A25509@monk.mps.ohio-state.edu> 1543 1544 Date: Thu, 21 Jan 1999 02:46:34 -0500 1545 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1546 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too 1547 Message-Id: <19990121024634.A25600@monk.mps.ohio-state.edu> 1548 1549 Date: Thu, 21 Jan 1999 02:50:16 -0500 1550 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1551 Subject: [PATCH 5.005_03] Resend of OS/2 patch 1552 Message-Id: <19990121025016.A25612@monk.mps.ohio-state.edu> 1553 1554 Date: Thu, 21 Jan 1999 03:58:29 -0500 1555 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1556 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs 1557 Message-Id: <19990121035829.A25822@monk.mps.ohio-state.edu> 1558 Branch: maint-5.005/perl 1559 ! ext/Errno/Errno_pm.PL makedepend.SH os2/Changes 1560 ! os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c 1561____________________________________________________________________________ 1562[ 2672] By: gbarr on 1999/01/22 01:05:45 1563 Log: More doc typo patches from Abigail 1564 1565 From: abigail@fnx.com 1566 Message-Id: <19990120001410.19645.qmail@alexandra.wayne.fnx.com> 1567 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos 1568 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST) 1569 1570 From: abigail@fnx.com 1571 Message-Id: <19990120004312.20152.qmail@alexandra.wayne.fnx.com> 1572 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo 1573 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST) 1574 1575 From: abigail@fnx.com 1576 Message-Id: <19990120004429.20190.qmail@alexandra.wayne.fnx.com> 1577 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo 1578 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST) 1579 1580 From: abigail@fnx.com 1581 Message-Id: <19990120005241.20693.qmail@alexandra.wayne.fnx.com> 1582 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo 1583 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST) 1584 1585 From: abigail@fnx.com 1586 Message-Id: <19990120005525.20788.qmail@alexandra.wayne.fnx.com> 1587 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos 1588 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST) 1589 1590 From: abigail@fnx.com 1591 Message-Id: <19990120005821.20926.qmail@alexandra.wayne.fnx.com> 1592 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo 1593 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST) 1594 1595 From: abigail@fnx.com 1596 Message-Id: <19990120010002.20973.qmail@alexandra.wayne.fnx.com> 1597 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo 1598 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST) 1599 1600 From: abigail@fnx.com 1601 Message-Id: <19990120013823.23015.qmail@alexandra.wayne.fnx.com> 1602 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore 1603 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST) 1604 1605 From: abigail@fnx.com 1606 Message-Id: <19990120013909.23085.qmail@alexandra.wayne.fnx.com> 1607 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo 1608 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST) 1609 1610 From: abigail@fnx.com 1611 Message-Id: <19990120015817.24306.qmail@alexandra.wayne.fnx.com> 1612 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos 1613 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST) 1614 1615 From: abigail@fnx.com 1616 Message-Id: <19990120020326.24373.qmail@alexandra.wayne.fnx.com> 1617 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos 1618 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST) 1619 Branch: maint-5.005/perl 1620 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm ext/re/re.pm 1621 ! lib/AutoLoader.pm lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm 1622 ! lib/Symbol.pm lib/Test.pm lib/diagnostics.pm lib/overload.pm 1623____________________________________________________________________________ 1624[ 2671] By: gbarr on 1999/01/22 00:40:13 1625 Log: Fix win32 for Borland compiler and spaces in paths 1626 1627 From: Gurusamy Sarathy <gsar@activestate.com> 1628 Date: Mon, 18 Jan 1999 20:33:17 -0800 1629 Message-Id: <199901190433.UAA03656@activestate.com> 1630 Subject: [PATCH] 5.005_03-trial3 win32 issues 1631 Branch: maint-5.005/perl 1632 ! README.win32 win32/Makefile win32/config_sh.PL 1633 ! win32/makefile.mk win32/runperl.c 1634____________________________________________________________________________ 1635[ 2637] By: gbarr on 1999/01/18 02:52:18 1636 Log: Update DB_File to 1.63 1637 1638 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 1639 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT) 1640 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk> 1641 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03 1642 Branch: maint-5.005/perl 1643 ! ext/DB_File/Changes ext/DB_File/DB_File.pm 1644 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap 1645____________________________________________________________________________ 1646[ 2636] By: gbarr on 1999/01/17 18:03:31 1647 Log: Trial release 3 1648 Branch: maint-5.005/perl 1649 ! Changes patchlevel.h 1650____________________________________________________________________________ 1651[ 2635] By: gbarr on 1999/01/17 17:32:01 1652 Log: Update to CPAN-1.44 1653 1654 From: Mark-Jason Dominus <mjd@plover.com> 1655 Date: Sat, 16 Jan 1999 17:22:06 -0500 1656 Message-ID: <19990116222206.3674.qmail@plover.com> 1657 Subject: Re: DOC PATCH (5.005_54 perlsub.pod) 1658 Branch: maint-5.005/perl 1659 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm 1660 ! pod/perlsub.pod 1661____________________________________________________________________________ 1662[ 2634] By: gbarr on 1999/01/17 17:27:12 1663 Log: Fix for suidperl when script is on a nosuid filesystem 1664 1665 From: Jarkko Hietaniemi <jhi@iki.fi> 1666 Date: Sun, 17 Jan 1999 16:27:06 +0200 (EET) 1667 Message-ID: <13985.62266.324824.292401@alpha.hut.fi> 1668 Subject: [PATCH] 5.005*: the "nosuid" problem: v2 1669 Branch: maint-5.005/perl 1670 ! Configure config_h.SH perl.c perl.h pod/perldiag.pod 1671____________________________________________________________________________ 1672[ 2618] By: gbarr on 1999/01/16 19:18:26 1673 Log: Added Dumpvalue.pm 1674 1675 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1676 Date: Mon, 7 Dec 1998 02:44:25 -0500 (EST) 1677 Message-Id: <199812070744.CAA18949@monk.mps.ohio-state.edu> 1678 Subject: [PATCH 5.005_*] Dumpvar.pm 1679 Branch: maint-5.005/perl 1680 + lib/Dumpvalue.pm 1681 ! MANIFEST pod/perldelta.pod 1682____________________________________________________________________________ 1683[ 2617] By: gbarr on 1999/01/16 19:09:36 1684 Log: Minor change to perlxstut and added perlopentut.pod 1685 1686 From: Nathan Torkington <gnat@frii.com> 1687 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT) 1688 Message-ID: <13956.15285.933914.320849@localhost.frii.com> 1689 Subject: [PATCH] perlxstut.pod fix 1690 1691 From: Tom Christiansen <tchrist@jhereg.perl.com> 1692 Date: Sat, 09 Jan 1999 08:13:18 -0700 1693 Message-Id: <199901091513.IAA17512@jhereg.perl.com> 1694 Subject: perlopentut.pod 1695 Branch: maint-5.005/perl 1696 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/perlxstut.pod 1697 ! pod/roffitall 1698____________________________________________________________________________ 1699[ 2616] By: gbarr on 1999/01/16 18:59:55 1700 Log: Win32 changes from Jan 1701 1702 From: jan.dubois@ibm.net (Jan Dubois) 1703 Date: Fri, 15 Jan 1999 23:38:35 +0100 1704 Message-ID: <36a7c10d.16311905@smtp1.ibm.net> 1705 Subject: [PATCH 5.005_03m2] Win32 Makefile patches 1706 1707 From: jan.dubois@ibm.net (Jan Dubois) 1708 Date: Sat, 16 Jan 1999 13:02:45 +0100 1709 Message-ID: <36a07da6.10722337@smtp1.ibm.net> 1710 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32 1711 Branch: maint-5.005/perl 1712 ! README.win32 win32/Makefile win32/makefile.mk 1713____________________________________________________________________________ 1714[ 2615] By: gbarr on 1999/01/16 18:48:48 1715 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS 1716 1717 From: Gurusamy Sarathy <gsar@engin.umich.edu> 1718 Date: Thu, 07 Jan 1999 00:12:00 -0500 1719 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu> 1720 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds 1721 1722 From: Gurusamy Sarathy <gsar@engin.umich.edu> 1723 Date: Thu, 14 Jan 1999 19:21:46 -0500 1724 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu> 1725 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds 1726 Branch: maint-5.005/perl 1727 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h 1728 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h 1729 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc 1730 ! win32/makedef.pl win32/runperl.c win32/win32.c 1731____________________________________________________________________________ 1732[ 2614] By: gbarr on 1999/01/16 16:48:38 1733 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 1734 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET) 1735 Message-Id: <199901151528.RAA08785@alpha.hut.fi> 1736 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches 1737 1738 From: Jarkko Hietaniemi <jhi@iki.fi> 1739 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET) 1740 Message-Id: <199901151644.SAA08184@alpha.hut.fi> 1741 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl 1742 1743 From: Jarkko Hietaniemi <jhi@iki.fi> 1744 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET) 1745 Message-Id: <199901151652.SAA11259@alpha.hut.fi> 1746 Subject: the promised "installusrbinperl + NetBSD" fix 1747 Branch: maint-5.005/perl 1748 ! Configure Makefile.SH hints/netbsd.sh installperl 1749 ! makedepend.SH unixish.h 1750____________________________________________________________________________ 1751[ 2613] By: gbarr on 1999/01/16 16:28:40 1752 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu> 1753 Date: Thu, 14 Jan 1999 22:37:26 +0100 1754 Message-ID: <19990114223726.A177@beeblebrox> 1755 Subject: [PATCH for 5.005_03-MAINT_TRIAL_2] dos-djgpp update 1756 Branch: maint-5.005/perl 1757 ! djgpp/config.over djgpp/djgpp.c 1758____________________________________________________________________________ 1759[ 2612] By: gbarr on 1999/01/16 16:27:25 1760 Log: Hints for sco.sh to automatically support dynamic linking 1761 1762 From: Peter Wolfe <wolfe@teloseng.com> 1763 Date: Mon, 11 Jan 1999 11:50:20 -0800 (PST) 1764 Message-Id: <199901111950.LAA01703@titan.teloseng.com> 1765 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1 1766 Branch: maint-5.005/perl 1767 ! hints/sco.sh 1768____________________________________________________________________________ 1769[ 2610] By: gbarr on 1999/01/14 03:07:33 1770 Log: Fix login in installperl for pods 1771 1772 From: Robin Barker <rmb1@cise.npl.co.uk> 1773 Date: Mon, 4 Jan 1999 13:50:10 GMT 1774 Message-Id: <199901041350.NAA19665@cyclone.cise.npl.co.uk> 1775 Subject: PATCH to installperl 1776 Branch: maint-5.005/perl 1777 ! installperl 1778____________________________________________________________________________ 1779[ 2609] By: gbarr on 1999/01/14 03:04:37 1780 Log: Fix incorrect "used only once" warnings 1781 1782 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1783 Date: Fri, 8 Jan 1999 04:37:10 -0500 1784 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu> 1785 Subject: Re: change#965 flakiness 1786 Branch: maint-5.005/perl 1787 ! gv.c 1788____________________________________________________________________________ 1789[ 2608] By: gbarr on 1999/01/14 02:56:46 1790 Log: Fixed double GLOB de-reference 1791 1792 From: Gurusamy Sarathy <gsar@engin.umich.edu> 1793 Date: Sat, 09 Jan 1999 23:40:24 -0500 1794 Message-Id: <199901100440.XAA12360@aatma.engin.umich.edu> 1795 Subject: Re: IO::Pipe with perl -d (on HPUX) 1796 Branch: maint-5.005/perl 1797 ! ext/IO/lib/IO/Pipe.pm 1798____________________________________________________________________________ 1799[ 2607] By: gbarr on 1999/01/14 02:53:40 1800 Log: Added Carp::cluck to perldelta.pod 1801 Branch: maint-5.005/perl 1802 ! pod/perldelta.pod 1803____________________________________________________________________________ 1804[ 2606] By: gbarr on 1999/01/14 02:44:04 1805 Log: New perlfaq*.pod from Tom (private mail) 1806 Branch: maint-5.005/perl 1807 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod 1808 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 1809 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod 1810 ! pod/perlfaq9.pod 1811____________________________________________________________________________ 1812[ 2584] By: gbarr on 1999/01/08 04:50:56 1813 Log: implemented Ilya's suggested fix, and added a testcase 1814 1815 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 1816 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST) 1817 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu> 1818 Subject: Re: Text::ParseWords: regex fix 1819 Branch: maint-5.005/perl 1820 ! lib/Text/ParseWords.pm t/lib/parsewords.t 1821____________________________________________________________________________ 1822[ 2583] By: gbarr on 1999/01/08 04:50:03 1823 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 1824 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET) 1825 Message-Id: <199901071047.MAA24100@alpha.hut.fi> 1826 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins 1827 Branch: maint-5.005/perl 1828 ! ext/Errno/Errno_pm.PL 1829____________________________________________________________________________ 1830[ 2582] By: gbarr on 1999/01/08 03:37:55 1831 Log: More doc changes from Abigail, and included change #2575 from cfgperl 1832 1833 From: abigail@fnx.com 1834 Message-ID: <19990107041434.22326.qmail@alexandra.wayne.fnx.com> 1835 Subject: [PATCH 5.005_03 TRIAL2 lib/Time/gmtime.pm] Typo fix 1836 Date: Wed, 6 Jan 1999 23:14:34 -0500 (EST) 1837 1838 From: abigail@fnx.com 1839 Message-ID: <19990107041746.22376.qmail@alexandra.wayne.fnx.com> 1840 Subject: [PATCH 5.005_03 TRIAL2 lib/Time/localtime.pm] Typo fix 1841 Date: Wed, 6 Jan 1999 23:17:46 -0500 (EST) 1842 1843 From: abigail@fnx.com 1844 Message-ID: <19990107042105.22527.qmail@alexandra.wayne.fnx.com> 1845 Subject: [PATCH 5.005_03 TRIAL2 lib/User/grent.pm] Typo fix 1846 Date: Wed, 6 Jan 1999 23:21:05 -0500 (EST) 1847 1848 From: abigail@fnx.com 1849 Message-ID: <19990107042254.22624.qmail@alexandra.wayne.fnx.com> 1850 Subject: [PATCH 5.005_03 TRIAL2 lib/User/pwent.pw] Typo fix 1851 Date: Wed, 6 Jan 1999 23:22:54 -0500 (EST) 1852 Branch: maint-5.005/perl 1853 ! lib/Math/Trig.pm lib/Time/gmtime.pm lib/Time/localtime.pm 1854 ! lib/User/grent.pm lib/User/pwent.pm 1855____________________________________________________________________________ 1856[ 2578] By: gbarr on 1999/01/07 04:30:26 1857 Log: From: Dan Sugalski <sugalskd@osshe.edu> 1858 Date: Wed, 06 Jan 1999 13:47:34 -0800 1859 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu> 1860 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error 1861 Branch: maint-5.005/perl 1862 ! vms/vms.c 1863____________________________________________________________________________ 1864[ 2577] By: gbarr on 1999/01/07 04:26:28 1865 Log: Another set of doc patches from Abigail 1866 1867 From: abigail@fnx.com 1868 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com> 1869 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix 1870 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST) 1871 1872 From: abigail@fnx.com 1873 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com> 1874 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix 1875 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST) 1876 1877 From: abigail@fnx.com 1878 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com> 1879 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix 1880 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST) 1881 1882 From: abigail@fnx.com 1883 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com> 1884 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix 1885 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST) 1886 1887 From: abigail@fnx.com 1888 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com> 1889 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix 1890 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST) 1891 1892 From: abigail@fnx.com 1893 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com> 1894 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix 1895 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST) 1896 1897 From: abigail@fnx.com 1898 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com> 1899 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes 1900 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST) 1901 1902 From: abigail@fnx.com 1903 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com> 1904 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix 1905 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST) 1906 1907 From: abigail@fnx.com 1908 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com> 1909 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes 1910 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST) 1911 1912 From: abigail@fnx.com 1913 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com> 1914 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix 1915 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST) 1916 1917 From: abigail@fnx.com 1918 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com> 1919 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes 1920 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST) 1921 1922 From: abigail@fnx.com 1923 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com> 1924 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes 1925 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST) 1926 1927 From: abigail@fnx.com 1928 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com> 1929 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes 1930 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST) 1931 1932 From: abigail@fnx.com 1933 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com> 1934 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix 1935 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST) 1936 Branch: maint-5.005/perl 1937 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm 1938 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm 1939 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm 1940 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm 1941 ! lib/Tie/Array.pm lib/Tie/Hash.pm 1942____________________________________________________________________________ 1943[ 2568] By: gbarr on 1999/01/06 03:13:15 1944 Log: From: jan.dubois@ibm.net (Jan Dubois) 1945 Date: Wed, 06 Jan 1999 01:24:09 +0100 1946 Message-ID: <3696aa85.18259325@smtp1.ibm.net> 1947 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds 1948 Branch: maint-5.005/perl 1949 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h 1950 ! win32/GenCAPI.pl win32/makedef.pl 1951____________________________________________________________________________ 1952[ 2567] By: gbarr on 1999/01/06 02:31:28 1953 Log: From: Dan Sugalski <sugalskd@osshe.edu> 1954 Date: Tue, 05 Jan 1999 16:47:31 -0800 1955 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu> 1956 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS 1957 Branch: maint-5.005/perl 1958 ! taint.c 1959____________________________________________________________________________ 1960[ 2566] By: gbarr on 1999/01/06 02:29:05 1961 Log: From: "W. Phillip Moore" <wpm@ms.com> 1962 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST) 1963 Message-ID: <13970.20107.190314.549471@zappa> 1964 Subject: [PATCH] POSIX getpgrp is not -w clean 1965 Branch: maint-5.005/perl 1966 ! ext/POSIX/POSIX.pm 1967____________________________________________________________________________ 1968[ 2565] By: gbarr on 1999/01/06 02:19:00 1969 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de> 1970 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET) 1971 Message-Id: <199901042201.XAA01875@cabulja.herceg.de> 1972 Subject: FindBin.pm on Win32 systems 1973 Branch: maint-5.005/perl 1974 ! lib/FindBin.pm 1975____________________________________________________________________________ 1976[ 2564] By: gbarr on 1999/01/06 02:13:23 1977 Log: From: Mark Bixby <markb@spock.dis.cccd.edu> 1978 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST) 1979 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu> 1980 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX 1981 Branch: maint-5.005/perl 1982 ! t/op/sysio.t 1983____________________________________________________________________________ 1984[ 2563] By: gbarr on 1999/01/06 02:03:44 1985 Log: From: Jarkko Hietaniemi <jhi@cc.hut.fi> 1986 Date: Mon, 4 Jan 1999 19:25:03 +0200 (EET) 1987 Message-Id: <199901041725.TAA30462@alpha.hut.fi> 1988 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: undo untrue HP-UX 64-bitness (mostly harmless but misleading) 1989 Branch: maint-5.005/perl 1990 ! hints/hpux.sh 1991____________________________________________________________________________ 1992[ 2562] By: gbarr on 1999/01/06 02:02:18 1993 Log: Jumbo doc patch from Abigail 1994 1995 From: abigail@fnx.com 1996 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com> 1997 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes 1998 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST) 1999 2000 From: abigail@fnx.com 2001 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com> 2002 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix. 2003 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST) 2004 2005 From: abigail@fnx.com 2006 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com> 2007 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix 2008 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST) 2009 2010 From: abigail@fnx.com 2011 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com> 2012 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix 2013 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST) 2014 2015 From: abigail@fnx.com 2016 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com> 2017 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes 2018 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST) 2019 2020 From: abigail@fnx.com 2021 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com> 2022 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes. 2023 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST) 2024 2025 From: abigail@fnx.com 2026 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com> 2027 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes 2028 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST) 2029 2030 From: abigail@fnx.com 2031 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com> 2032 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix 2033 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST) 2034 2035 From: abigail@fnx.com 2036 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com> 2037 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes. 2038 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST) 2039 2040 From: abigail@fnx.com 2041 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com> 2042 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes 2043 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST) 2044 2045 From: abigail@fnx.com 2046 Message-ID: <19990106012338.9536.qmail@alexandra.wayne.fnx.com> 2047 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Socket.pm] Typo fix 2048 Date: Tue, 5 Jan 1999 20:23:38 -0500 (EST) 2049 Branch: maint-5.005/perl 2050 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm 2051 ! ext/IO/lib/IO/Socket.pm lib/ExtUtils/Command.pm 2052 ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm 2053 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm 2054 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm 2055 ! lib/ExtUtils/Mksymlists.pm 2056____________________________________________________________________________ 2057[ 2560] By: gbarr on 1999/01/03 16:59:01 2058 Log: Trial release 2 2059 Branch: maint-5.005/perl 2060 ! Changes patchlevel.h 2061____________________________________________________________________________ 2062[ 2559] By: gbarr on 1999/01/02 15:37:35 2063 Log: From: Blair Zajac <bzajac@geostaff.com> 2064 Date: Wed, 23 Dec 1998 17:13:32 -0800 2065 Message-ID: <3681953C.8B6A90AA@geostaff.com> 2066 Subject: Tie::SubstrHash patch 2067 Branch: maint-5.005/perl 2068 ! lib/Tie/SubstrHash.pm 2069____________________________________________________________________________ 2070[ 2558] By: gbarr on 1999/01/02 15:30:01 2071 Log: integrate change #2544 2072 2073 From: Tim Bunce <Tim.Bunce@ig.co.uk> 2074 Subject: bug in pod2man search for perl binary [5.005_5x] 2075 Date: Sat, 12 Dec 1998 23:08:51 +0000 2076 Message-ID: <19981212230851.A20578@ig.co.uk> 2077 Branch: maint-5.005/perl 2078 !> pod/pod2man.PL 2079____________________________________________________________________________ 2080[ 2557] By: gbarr on 1999/01/02 15:20:42 2081 Log: integrate change #2548 2082 2083 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 2084 To: perl5-porters@perl.org 2085 cc: hv@crypt0.demon.co.uk 2086 Subject: [bug 5.004_54] duplicate error message 2087 Date: Thu, 31 Dec 1998 04:05:25 +0000 2088 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk> 2089 2090 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net> 2091 From: Stephen McCamant <smccam@uclink4.berkeley.edu> 2092 To: hv@crypt0.demon.co.uk 2093 Cc: perl5-porters@perl.org 2094 Subject: [PATCH _54] Re: duplicate error message 2095 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST) 2096 2097 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk> 2098 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 2099 To: Stephen McCamant <smccam@uclink4.berkeley.edu> 2100 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org 2101 Subject: [TEST PATCH _54] Re: duplicate error message 2102 Date: Fri, 01 Jan 1999 07:32:14 +0000 2103 Branch: maint-5.005/perl 2104 ! op.c t/pragma/warn-1global taint.c 2105____________________________________________________________________________ 2106[ 2556] By: gbarr on 1999/01/02 15:18:58 2107 Log: From: abigail@fnx.com 2108 Date: Mon, 28 Dec 1998 14:16:12 -0500 (EST) 2109 Message-ID: <19981228191612.8380.qmail@alexandra.wayne.fnx.com> 2110 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod. 2111 Branch: maint-5.005/perl 2112 ! lib/fields.pm 2113____________________________________________________________________________ 2114[ 2555] By: gbarr on 1999/01/02 15:11:45 2115 Log: intregrate change #2547 2116 2117 From: Chris Nandor <pudge@pobox.com> 2118 Subject: Re: [PATCH] perlport.pod 1.38 2119 Date: Thu, 31 Dec 1998 09:06:48 -0500 2120 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]> 2121 Branch: maint-5.005/perl 2122 !> pod/perlport.pod 2123____________________________________________________________________________ 2124[ 2543] By: gbarr on 1998/12/31 06:17:13 2125 Log: integrated relevant parts og changes #2385 & #2387 from mainline 2126 2127 various fixes for race conditions under threads: mutex locks based 2128 on PL_threadnum were seriously flawed, since it means more than one 2129 thread could enter the critical region; PL_na was global instead of 2130 thread-local; child thread could finish and free thr structures 2131 before Thread->new() got around to creating the Thread object; 2132 cv_clone() needed locking, as it mucks with PL_comppad and other 2133 global data; new_struct_thread() needed to lock template-thread's 2134 mutex while copying its data 2135 2136 another threads reliability fix: serialize writes to thr->threadsv 2137 avoid most uses of PL_na (which is much more inefficient than a 2138 simple local); update docs to suit; PL_na now being thr->Tna may 2139 be a minor compatibility issue for extensions--will require dTHR 2140 outside of XSUBs (those get automatic dTHR) 2141 Branch: maint-5.005/perl 2142 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c embedvar.h 2143 ! ext/DynaLoader/dl_next.xs ext/IO/IO.xs ext/Opcode/Opcode.xs 2144 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/attrs/attrs.xs 2145 ! gv.c malloc.c mg.c objXSUB.h op.c os2/OS2/REXX/REXX.xs 2146 ! os2/os2.c perl.c perlvars.h perly.c perly.y pod/perlcall.pod 2147 ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c pp.h 2148 ! pp_ctl.c pp_hot.c pp_sys.c run.c sv.c taint.c thread.h toke.c 2149 ! universal.c util.c vms/ext/Stdio/Stdio.xs vms/perly_c.vms 2150 ! vms/vms.c win32/win32.c win32/win32thread.c 2151____________________________________________________________________________ 2152[ 2542] By: gbarr on 1998/12/30 14:46:40 2153 Log: doc updates 2154 2155 From: abigail@fnx.com 2156 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST) 2157 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com> 2158 Subject: [PATCH 5.005_02] Typo in documentation of pod2html. 2159 2160 From: abigail@fnx.com 2161 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST) 2162 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com> 2163 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented) 2164 2165 pod/perldelta.pod from: 2166 From: Jarkko Hietaniemi <jhi@iki.fi> 2167 Date: Thu, 17 Dec 1998 16:13:34 +0200 (EET) 2168 Message-ID: <13945.4494.140163.973953@alpha.hut.fi> 2169 Subject: Re: important UNDOC issues for 5.005_54 2170 Branch: maint-5.005/perl 2171 ! pod/perldelta.pod pod/perlop.pod pod/pod2html.PL 2172____________________________________________________________________________ 2173[ 2541] By: gbarr on 1998/12/30 14:37:14 2174 Log: From: jan.dubois@ibm.net (Jan Dubois) 2175 Date: Wed, 23 Dec 1998 21:26:38 +0100 2176 Message-ID: <36895086.8849224@smtp1.ibm.net> 2177 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line 2178 Branch: maint-5.005/perl 2179 ! lib/ExtUtils/MakeMaker.pm 2180____________________________________________________________________________ 2181[ 2538] By: gbarr on 1998/12/29 14:41:29 2182 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 2183 Date: Tue, 22 Dec 1998 10:57:48 +0200 (EET) 2184 Message-ID: <13951.24332.932827.831376@alpha.hut.fi> 2185 Subject: Re: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch) 2186 Branch: maint-5.005/perl 2187 ! t/op/repeat.t util.c 2188____________________________________________________________________________ 2189[ 2535] By: gbarr on 1998/12/29 14:27:56 2190 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 2191 Date: Fri, 18 Dec 1998 16:39:27 +0200 (EET) 2192 Message-ID: <13946.26911.140905.387070@alpha.hut.fi> 2193 Subject: Math::Trig, Math::Complex, Fcntl, addressed (Re: Undocumentation Issues for 5.005) 2194 Branch: maint-5.005/perl 2195 ! pod/perldelta.pod 2196____________________________________________________________________________ 2197[ 2534] By: gbarr on 1998/12/29 14:23:02 2198 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 2199 Date: Tue, 15 Dec 1998 17:52:32 +0200 (EET) 2200 Message-ID: <13942.34240.66558.169330@alpha.hut.fi> 2201 Subject: some doc link fixes 2202 Branch: maint-5.005/perl 2203 ! pod/perlcall.pod pod/perldata.pod pod/perldiag.pod 2204 ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfunc.pod 2205 ! pod/perlguts.pod pod/perllocale.pod pod/perlobj.pod 2206 ! pod/perlsub.pod pod/perlvar.pod 2207____________________________________________________________________________ 2208[ 2533] By: gbarr on 1998/12/29 14:23:00 2209 Log: From: Chris Nandor <pudge@pobox.com> 2210 Date: Sat, 19 Dec 1998 12:54:34 -0500 2211 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]> 2212 Subject: [PATCH] perlport.pod v1.37 2213 Branch: maint-5.005/perl 2214 ! pod/perlport.pod 2215____________________________________________________________________________ 2216[ 2531] By: gbarr on 1998/12/29 14:12:25 2217 Log: change in_pod pattern to /^=\w/ from /^=/ 2218 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de> 2219 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET) 2220 Message-ID: <13942.32480.700000.640927@utensil> 2221 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004 2222 Branch: maint-5.005/perl 2223 ! lib/AutoSplit.pm 2224____________________________________________________________________________ 2225[ 2530] By: gbarr on 1998/12/29 14:09:51 2226 Log: undo the "perlsyn intrusion" into perlfunc 2227 Branch: maint-5.005/perl 2228 ! pod/perlfunc.pod 2229____________________________________________________________________________ 2230[ 2529] By: gbarr on 1998/12/29 14:04:35 2231 Log: From: Jarkko Hietaniemi <hietanie@koah.research.nokia.com> 2232 Date: Sun, 13 Dec 1998 14:54:56 +0200 (EET) 2233 Message-Id: <199812131254.OAA24494@koah.research.nokia.com> 2234 Subject: ignore_versioned_libs isn't used anywhere (it became ignore_versioned_solibs) 2235 Branch: maint-5.005/perl 2236 ! hints/linux.sh 2237____________________________________________________________________________ 2238[ 2528] By: gbarr on 1998/12/29 13:59:49 2239 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 2240 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST) 2241 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu> 2242 Subject: [PATCH 5.00552] Make sort respect overloading 2243 Branch: maint-5.005/perl 2244 ! pp_ctl.c t/pragma/overload.t 2245____________________________________________________________________________ 2246[ 2527] By: gbarr on 1998/12/29 13:58:56 2247 Log: doc update, quads only work on 64-but platforms 2248 Branch: maint-5.005/perl 2249 ! pod/perlfunc.pod 2250____________________________________________________________________________ 2251[ 2526] By: gbarr on 1998/12/29 13:49:55 2252 Log: From: Andy Dougherty <doughera@lafayette.edu> 2253 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST) 2254 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys> 2255 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags 2256 Branch: maint-5.005/perl 2257 ! Configure 2258____________________________________________________________________________ 2259[ 2512] By: gbarr on 1998/12/28 14:56:36 2260 Log: change t/op/pwent.t to ignore NIS includes 2261 From: achampio@lehman.com (Alan Champion) 2262 Date: Tue, 1 Dec 1998 15:18:03 GMT 2263 Message-Id: <9812011518.AA00005@lonhpov1.lehman.com> 2264 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED) 2265 2266 From: pvhp@forte.com (Peter Prymmer) 2267 Date: Fri, 4 Dec 98 17:11:41 PST 2268 Message-Id: <9812050111.AA16778@forte.com> 2269 Subject: [PATCH 5.005_03-MAINT_TRIAL_1 && 5.005_54]dumper and searchdict ebcdic style 2270 Branch: maint-5.005/perl 2271 ! t/lib/dumper.t t/lib/searchdict.t t/op/pwent.t 2272____________________________________________________________________________ 2273[ 2511] By: gbarr on 1998/12/28 14:55:28 2274 Log: From: jan.dubois@ibm.net (Jan Dubois) 2275 Date: Tue, 01 Dec 1998 00:07:33 +0100 2276 Message-ID: <366921b5.14512598@smtp1.ibm.net> 2277 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32 2278 2279 From: jan.dubois@ibm.net (Jan Dubois) 2280 Date: Wed, 02 Dec 1998 00:24:54 +0100 2281 Message-ID: <366a77bb.19498126@smtp1.ibm.net> 2282 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support 2283 Branch: maint-5.005/perl 2284 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile 2285 ! win32/config.bc win32/config.gc win32/config.vc 2286 ! win32/config_sh.PL win32/makedef.pl 2287____________________________________________________________________________ 2288[ 2510] By: gbarr on 1998/12/28 14:37:35 2289 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 2290 Date: Tue, 1 Dec 1998 00:34:08 -0500 (EST) 2291 Message-Id: <199812010534.AAA21371@monk.mps.ohio-state.edu> 2292 Subject: [PATCH 5.005_*] Debugger 'v' command 2293 Branch: maint-5.005/perl 2294 ! lib/perl5db.pl 2295____________________________________________________________________________ 2296[ 2478] By: gbarr on 1998/12/13 16:02:24 2297 Log: From: pvhp@forte.com (Peter Prymmer) 2298 Date: Mon, 30 Nov 98 21:08:36 PST 2299 Message-Id: <9812010508.AA07791@forte.com> 2300 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390 2301 Branch: maint-5.005/perl 2302 ! hints/os390.sh 2303____________________________________________________________________________ 2304[ 2477] By: gbarr on 1998/12/13 16:00:23 2305 Log: From: Dan Sugalski <sugalskd@osshe.edu> 2306 Date: Mon, 30 Nov 1998 17:08:12 -0800 2307 Message-Id: <3.0.6.32.19981130170812.00b12b70@ous.edu> 2308 Subject: [PATCH 5.005_03]Minor VMS patches needed to build 2309 Branch: maint-5.005/perl 2310 ! lib/ExtUtils/MM_VMS.pm vms/subconfigure.com 2311____________________________________________________________________________ 2312[ 2476] By: gbarr on 1998/12/13 15:30:58 2313 Log: From: pvhp@forte.com (Peter Prymmer) 2314 Date: Fri, 4 Dec 98 00:37:32 PST 2315 Message-Id: <9812040837.AA10908@forte.com> 2316 Subject: Re: [PATCH 5.005_03-MAINT-TRIAL1] some tweaks to the build process for OS/390 2317 Branch: maint-5.005/perl 2318 ! Makefile.SH regcomp.c 2319____________________________________________________________________________ 2320[ 2472] By: gbarr on 1998/12/12 17:12:28 2321 Log: undo changes to Exporter.pm from #2312 2322 Branch: maint-5.005/perl 2323 ! lib/Exporter.pm 2324____________________________________________________________________________ 2325[ 2471] By: gbarr on 1998/12/12 17:09:39 2326 Log: integrate change#2459 from cfgperl 2327 2328 enclose case want_vtbl_collxfrm with #ifdef USE_LOCALE_COLLATE 2329 2330 From: hansm@icgroup.nl 2331 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) 2332 Date: Sun, 6 Dec 98 22:19:54 +0100 2333 Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 2334 Branch: maint-5.005/perl 2335 ! util.c 2336____________________________________________________________________________ 2337[ 2470] By: gbarr on 1998/12/12 16:46:03 2338 Log: re-sync'd Text::Wrap with new version from CPAN 2339 Branch: maint-5.005/perl 2340 +> t/lib/textfill.t 2341 ! MANIFEST 2342 !> lib/Text/Wrap.pm t/lib/textwrap.t 2343____________________________________________________________________________ 2344[ 2469] By: gbarr on 1998/12/12 15:58:43 2345 Log: integrate changes#2435,2436 from cfgperl 2346 2347 Pod::Html and Pod::Text were not locale-savvy: 2348 for example in =head1 all non-ASCII-\w-runs were 2349 turned into underscores in NAME tags. This could 2350 result in several NAME tags becoming identical. 2351 Reported by: 2352 2353 From: Fyodor Krasnov <fyodor@aha.ru> 2354 Subject: pod2html vs Russian Characters 2355 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 2356 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 2357 Message-Id: <199811241600.TAA05149@stat.aha.ru> 2358 2359 One paste too many in #2435. 2360 Branch: maint-5.005/perl 2361 !> lib/Pod/Html.pm lib/Pod/Text.pm 2362____________________________________________________________________________ 2363[ 2468] By: gbarr on 1998/12/12 15:01:58 2364 Log: redirect trail program to error msg file in Configure 2365 2366 From: Andy Dougherty <doughera@lafayette.edu> 2367 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST) 2368 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys> 2369 Subject: [PATCH 5.005_xx] Missing redirection of simple test program 2370 Branch: maint-5.005/perl 2371 ! Configure 2372____________________________________________________________________________ 2373[ 2467] By: gbarr on 1998/12/12 14:52:24 2374 Log: Change reall_srchlen back to an int from a #define 2375 2376 From: Graham Barr <gbarr@ti.com> 2377 Date: Mon, 30 Nov 1998 14:29:14 -0600 2378 Message-ID: <19981130142914.X1504@asic.sc.ti.com> 2379 Subject: [PATCH 5.005_03-MT!] Re: one compilation warning from 5_03-MT1 2380 Branch: maint-5.005/perl 2381 ! malloc.c 2382____________________________________________________________________________ 2383[ 2466] By: gbarr on 1998/12/12 14:40:56 2384 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIALs/ in Socket.xs 2385 2386 From: Andy Dougherty <doughera@lafayette.edu> 2387 Date: Thu, 3 Dec 1998 11:26:25 -0500 (EST) 2388 Message-Id: <Pine.SUN.3.96.981203112330.8800H-100000@newton.phys> 2389 Subject: [PATCH 5.005_03-MAINT_TRIAL_1] Trivial grammar patch 2390 Branch: maint-5.005/perl 2391 ! Porting/Glossary 2392 !> ext/Socket/Socket.xs 2393____________________________________________________________________________ 2394[ 2456] By: gsar on 1998/12/06 13:49:02 2395 Log: branch perldelta.pod 2396 Branch: maint-5.005/perl 2397 +> pod/perldelta.pod 2398____________________________________________________________________________ 2399[ 2455] By: gsar on 1998/12/06 13:47:21 2400 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod 2401 Branch: maint-5.005/perl 2402 - pod/perldelta.pod 2403____________________________________________________________________________ 2404[ 2415] By: gbarr on 1998/11/30 02:31:15 2405 Log: Chnages,patchlevel.h etc... 2406 Branch: maint-5.005/perl 2407 ! Changes MANIFEST patchlevel.h t/op/tr.t win32/Makefile 2408 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 2409 ! win32/makefile.mk 2410____________________________________________________________________________ 2411[ 2411] By: gbarr on 1998/11/30 01:31:22 2412 Log: integrated changes#2323,2353,2369 2413 2414 From: maeda@src.ricoh.co.jp 2415 Date: Tue, 24 Nov 1998 10:37:45 +0900 2416 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp> 2417 Subject: format "..." bug 2418 2419 Locale collation, ctype, and numeric, were initialized wrong 2420 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric), 2421 as reported by 2422 2423 From: Ilya.Sandler@etak.com (Ilya Sandler) 2424 Subject: a bug in locale handling: LC_COLLATE ignored sometimes 2425 Date: 25 Nov 1998 04:53:52 +0200 2426 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw> 2427 2428 allow final period in a file (not followed by a newline) to 2429 terminate format spec 2430 Branch: maint-5.005/perl 2431 ! pp_ctl.c toke.c util.c 2432 !> t/op/write.t 2433____________________________________________________________________________ 2434[ 2408] By: gbarr on 1998/11/30 01:29:19 2435 Log: integrated ext/B/... changes from mainline 2436 Branch: maint-5.005/perl 2437 !> ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm ext/B/B/C.pm 2438 !> ext/B/B/Disassembler.pm 2439____________________________________________________________________________ 2440[ 2404] By: gbarr on 1998/11/30 00:26:36 2441 Log: integrate some of change#2318 from mainline 2442 Branch: maint-5.005/perl 2443 +> t/op/grent.t t/op/pwent.t 2444 !> ext/DB_File/Changes ext/DB_File/DB_File.pm 2445 !> ext/DB_File/DB_File.xs ext/POSIX/hints/dynixptx.pl 2446 !> ext/Socket/Socket.pm ext/Socket/Socket.xs lib/Benchmark.pm 2447 !> pod/perldata.pod t/op/sort.t 2448____________________________________________________________________________ 2449[ 2398] By: gbarr on 1998/11/29 22:11:16 2450 Log: integrate changes#2254,2259,2335,2345,2348,2361,2368,2380 from mainline 2451 2452 win32_recvfrom() compatibility fix 2453 2454 From: "Kurt D. Starsinic" <kstar@chapin.edu> 2455 Subject: Re: [PATCH] Re: pod2man bug in date generated line 2456 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org> 2457 Cc: perlbug@perl.com 2458 Date: 20 Nov 1998 21:30:17 +0200 2459 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu> 2460 2461 make $1 et al readonly under threads; make C<undef $1> fail like 2462 C<$1 = undef> does 2463 2464 fix typo in pp_defined() causing C<defined %tied> to fail 2465 2466 more conservative version of changes#2345,2346,2347; those break 2467 C<defined(@{"foo::ISA"})> which seems to be extensively used in 2468 the libs :-( 2469 2470 fix uninitialized warnings 2471 From: Brian Callaghan <callagh@itginc.com> 2472 Date: Thu, 19 Nov 1998 17:49:10 -0800 2473 Message-Id: <3654CA96.B64FCAEB@itginc.com> 2474 Subject: Complete.pm patch (version 1.1) 2475 2476 Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>; 2477 add C<$Config{installarchlib}/CORE> to the default locations searched 2478 on win32 2479 2480 prefer IO::Handle for IO if FileHandle:: is empty (as suggested by 2481 Tim Bunce) 2482 Branch: maint-5.005/perl 2483 ! gv.c op.c pp.c 2484 !> lib/ExtUtils/Liblist.pm lib/Term/Complete.pm pod/perlfaq4.pod 2485 !> pod/pod2man.PL t/op/undef.t win32/win32sck.c 2486____________________________________________________________________________ 2487[ 2315] By: gbarr on 1998/11/27 05:16:50 2488 Log: integrate change#2246 from mainline, while still allowing 2489 C<sort $globref @foo> 2490 2491 allow C<sort $coderef @foo> 2492 Branch: maint-5.005/perl 2493 ! op.c sv.c 2494 !> t/op/sort.t 2495____________________________________________________________________________ 2496[ 2314] By: gbarr on 1998/11/27 04:03:58 2497 Log: integrate change#2159 from mainline 2498 2499 Data::Dumper update 2500 Branch: maint-5.005/perl 2501 !> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm 2502 !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t 2503____________________________________________________________________________ 2504[ 2313] By: gbarr on 1998/11/27 03:04:21 2505 Log: Fix typo in change#2312 2506 Branch: maint-5.005/perl 2507 ! ext/Thread/Thread.xs 2508____________________________________________________________________________ 2509[ 2312] By: gbarr on 1998/11/27 03:03:03 2510 Log: integrate change#1837,1967,1986,2060,2068,2146,2214,2224,2300,2301 from mainline 2511 2512 (via private mail) 2513 From: Charles Bailey <BAILEY@newman.upenn.edu> 2514 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT) 2515 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu> 2516 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup 2517 2518 correct bugs exposed in MM_Unix.pm by commenting out Selfloader 2519 (MAN3PODS cannot be set to ' '; stray stricture violation) 2520 2521 qualify names of builtins 2522 2523 handle '::' in section names properly 2524 From: Graham Barr <gbarr@pobox.com> 2525 Date: Sat, 17 Oct 1998 12:57:54 -0500 2526 Message-ID: <19981017125754.C510@pobox.com> 2527 Subject: Re: pod2html 2528 2529 From: Zachary Miller <zcmiller@simon.er.usgs.gov> 2530 Date: Tue, 20 Oct 1998 20:52:20 -0500 2531 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov> 2532 Subject: Exporter.pm's export_to_level() argument handling buggy 2533 2534 hand-apply whitespace-mutiliated patch 2535 From: "vishal bhatia" <vishalb@hotmail.com> 2536 Date: Wed, 28 Oct 1998 23:45:32 PST 2537 Message-ID: <19981029074534.2334.qmail@hotmail.com> 2538 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B 2539 2540 typo in newHVhv() 2541 2542 avoid endless loops in Text::Wrap (from a suggestion by Lupe 2543 Christoph <lupe@alanya.m.isar.de>) 2544 2545 properly free temporaries created by threads 2546 2547 fix PL_defoutgv leak under threads 2548 Branch: maint-5.005/perl 2549 !> (integrate 31 files) 2550____________________________________________________________________________ 2551[ 2311] By: gbarr on 1998/11/27 01:31:36 2552 Log: integrate change#2210 from mainline 2553 2554 fix AvREALISH bogusness 2555 Branch: maint-5.005/perl 2556 ! av.c 2557 !> t/op/array.t 2558____________________________________________________________________________ 2559[ 2310] By: gbarr on 1998/11/27 00:20:21 2560 Log: integrate changes#2235,2299,2300 from mainline 2561 2562 catch a neophyte trap: open(<FH>), close(<FH>) etc. 2563 2564 fix C<if (...) { package Foo; ... }> misoptimization that fails 2565 to set the package for the block properly 2566 2567 properly free temporaries created by threads 2568 Branch: maint-5.005/perl 2569 ! ext/Thread/Thread.xs op.c perl.h util.c 2570 !> t/comp/package.t 2571____________________________________________________________________________ 2572[ 2309] By: gbarr on 1998/11/27 00:16:36 2573 Log: integrate change#2298 from mainline 2574 Branch: maint-5.005/perl 2575 !> universal.c 2576____________________________________________________________________________ 2577[ 2308] By: gbarr on 1998/11/27 00:11:44 2578 Log: Updates for MPE/iX DynaLoader and installperl, via private mail 2579 forwarded by Jarkko Hietaniemi from Mark Bixby 2580 Branch: maint-5.005/perl 2581 ! ext/DynaLoader/dl_mpeix.xs installperl 2582____________________________________________________________________________ 2583[ 2307] By: gbarr on 1998/11/27 00:07:27 2584 Log: Remove docs for feature not in _0* 2585 Branch: maint-5.005/perl 2586 ! pod/perlfunc.pod 2587____________________________________________________________________________ 2588[ 2306] By: gbarr on 1998/11/26 23:44:47 2589 Log: Allow PL_FILES to have multiple targets from one source by allowing 2590 an array ref as the value in the hash 2591 Branch: maint-5.005/perl 2592 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm 2593 ! lib/ExtUtils/MakeMaker.pm 2594____________________________________________________________________________ 2595[ 2305] By: gbarr on 1998/11/26 23:38:06 2596 Log: fix unsigned variables to use SvUV and sv_setuv 2597 Branch: maint-5.005/perl 2598 ! lib/ExtUtils/typemap 2599____________________________________________________________________________ 2600[ 2304] By: gbarr on 1998/11/26 23:36:17 2601 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR 2602 Branch: maint-5.005/perl 2603 ! lib/ExtUtils/MM_Unix.pm 2604____________________________________________________________________________ 2605[ 2302] By: gbarr on 1998/11/26 15:27:03 2606 Log: integrate changes#2177,2189,2228,2229 from cfgperl 2607 2608 0**0 = 1, from 2609 2610 From: d-lewart@uiuc.edu (Daniel S. Lewart) 2611 Subject: Math::Complex 0**0 patches 2612 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST) 2613 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu> 2614 2615 sysio.t failure: fix undefined order of evaluation, from 2616 2617 From: Spider Boardman <spider@web.zk3.dec.com> 2618 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH] 2619 Date: 4 Nov 1998 01:22:30 +0200 2620 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com> 2621 2622 From: "Martin J. Bligh" <mbligh@sequent.com> 2623 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com> 2624 Subject: Re: Making Perl work on DYNIX/ptx 2625 Date: Tue, 10 Nov 1998 18:01:10 -0800 2626 2627 From: "Martin J. Bligh" <mbligh@sequent.com> 2628 Subject: Re: Making Perl work on DYNIX/ptx 2629 Date: Tue, 10 Nov 1998 16:24:26 -0800 2630 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com> 2631 Branch: maint-5.005/perl 2632 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl 2633 ! pp_sys.c 2634 !> hints/dynixptx.sh lib/Math/Complex.pm t/lib/complex.t 2635____________________________________________________________________________ 2636[ 2297] By: gbarr on 1998/11/24 02:32:38 2637 Log: integrate change#2266 from cfgperl 2638 From: John Tobey <jtobey@channel1.com> 2639 Subject: [PATCH] perlfaq typos 2640 To: perl5-porters@perl.com 2641 Date: 22 Nov 1998 04:25:15 +0200 2642 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet> 2643 Branch: maint-5.005/perl 2644 !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 2645 !> pod/perlfaq7.pod pod/perlfaq8.pod 2646____________________________________________________________________________ 2647[ 2296] By: gbarr on 1998/11/24 01:39:18 2648 Log: integrated changes#2011,2092,2106,2108,2143 from cfgperl 2649 2650 More robust yacc/bison failure output handling. 2651 2652 More robustness. 2653 2654 Bison says 'parse error', not 'parser error'. 2655 2656 The "parse error" must be converted to "syntax error", 2657 just matching it aint' enough. 2658 2659 There can be multiple yacc/bison errors. 2660 Branch: maint-5.005/perl 2661 !> t/comp/require.t t/op/misc.t t/pragma/subs.t 2662 !> t/pragma/warning.t 2663____________________________________________________________________________ 2664[ 2295] By: gbarr on 1998/11/24 00:49:28 2665 Log: integrate change#1823 from mainline 2666 From: Joe Buehler <jhpb@hekimian.com> 2667 Date: 29 Aug 1998 17:13:28 -0400 2668 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com> 2669 Subject: patches for perl 5.005_51 under U/WIN 2670 Branch: maint-5.005/perl 2671 +> hints/uwin.sh 2672 ! Configure 2673 !> installman makedepend.SH t/lib/posix.t 2674____________________________________________________________________________ 2675[ 2258] By: gbarr on 1998/11/21 20:48:02 2676 Log: Another Configure patch from Jarkko 2677 Branch: maint-5.005/perl 2678 ! Configure 2679____________________________________________________________________________ 2680[ 2257] By: gbarr on 1998/11/21 17:23:13 2681 Log: Big Configure patch from Jarkko Hietaniemi <jhi@iki.fi> via 2682 private mail 2683 Branch: maint-5.005/perl 2684 ! Configure Makefile.SH config_h.SH hints/dec_osf.sh 2685 ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh 2686 ! hints/next_3.sh hints/os390.sh pp_sys.c 2687____________________________________________________________________________ 2688[ 2239] By: gbarr on 1998/11/14 03:59:58 2689 Log: more doc changes from mainline 2690 Branch: maint-5.005/perl 2691 ! pod/perldiag.pod pod/perlfunc.pod pod/perlre.pod 2692 !> INSTALL README.vms vms/ext/Stdio/Stdio.pm 2693____________________________________________________________________________ 2694[ 2238] By: gbarr on 1998/11/14 02:51:51 2695 Log: integrate doc changes from mainline, including 2696 changes#1796,1811,1830,1831,1844,1846,1876,1905,2149,2152 2697 Branch: maint-5.005/perl 2698 !> README.os390 pod/perl.pod pod/perldelta.pod pod/perlfaq1.pod 2699 !> pod/perlform.pod pod/perlfunc.pod pod/perlguts.pod 2700 !> pod/perlipc.pod pod/perllocale.pod pod/perlport.pod 2701 !> pod/perlref.pod pod/perlrun.pod pod/perlvar.pod pod/perlxs.pod 2702 !> pod/pod2man.PL 2703____________________________________________________________________________ 2704[ 2237] By: gbarr on 1998/11/14 02:51:49 2705 Log: integrate change#1847 from mainline 2706 From: Roderick Schertler <roderick@argon.org> 2707 Date: Wed, 09 Sep 1998 23:52:48 -0400 2708 Message-ID: <20567.905399568@eeyore.ibcinc.com> 2709 Subject: seed srand from /dev/urandom when possible 2710 Branch: maint-5.005/perl 2711 ! pp.c 2712____________________________________________________________________________ 2713[ 2232] By: gbarr on 1998/11/13 03:12:37 2714 Log: integrate change#2215 from mainline 2715 set close-on-exec bit on pipe() FDs 2716 Branch: maint-5.005/perl 2717 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c 2718____________________________________________________________________________ 2719[ 2231] By: gbarr on 1998/11/13 02:16:03 2720 Log: integrate change#2188 from mainline 2721 fix return value of win32_pclose() 2722 Branch: maint-5.005/perl 2723 !> win32/win32.c 2724____________________________________________________________________________ 2725[ 2218] By: gbarr on 1998/11/08 16:48:44 2726 Log: From: Graham Barr <gbarr@ti.com> 2727 Date: Mon, 2 Nov 1998 07:38:52 -0600 2728 Message-ID: <19981102073852.A12751@asic.sc.ti.com> 2729 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03 2730 Branch: maint-5.005/perl 2731 ! ext/IPC/SysV/Msg.pm 2732____________________________________________________________________________ 2733[ 2217] By: gbarr on 1998/11/08 05:22:39 2734 Log: fix changes in 2213 not to break binary compat 2735 Branch: maint-5.005/perl 2736 ! pp_ctl.c proto.h 2737____________________________________________________________________________ 2738[ 2216] By: gbarr on 1998/11/08 04:21:01 2739 Log: integrate change#2192 from mainline 2740 indeterminate order-of-evaluation fixes 2741 Branch: maint-5.005/perl 2742 ! mg.c 2743____________________________________________________________________________ 2744[ 2213] By: gbarr on 1998/11/08 00:39:44 2745 Log: integrate change#2051 from mainline 2746 properly restore PL_rsfp_filters after require 2747 Branch: maint-5.005/perl 2748 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c 2749 ! scope.h 2750____________________________________________________________________________ 2751[ 2212] By: gbarr on 1998/11/07 23:13:29 2752 Log: integrate changes#1914,1925,1926,1945,1956,1987 from mainline 2753 2754 normalize tm struct passed to strftime() with mktime() 2755 From: Spider Boardman <spider@orb.nashua.nh.us> 2756 Date: Wed, 30 Sep 1998 15:12:09 -0400 2757 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US> 2758 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 2759 2760 disable USE_THREADS when PERL_OBJECT is enabled 2761 2762 From: Mark-Jason Dominus <mjd@plover.com> 2763 Date: Sun, 04 Oct 1998 14:48:11 -0400 2764 Message-ID: <19981004184811.16048.qmail@plover.com> 2765 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc. 2766 2767 defer "deep recursion" warnings until CXt_SUB context is properly 2768 set up 2769 2770 Mutexen should be initialized only once. 2771 2772 perldoc pod update 2773 From: Daniel Grisinger <dgris@perrin.dimensional.com> 2774 Date: 06 Oct 1998 23:56:51 -0600 2775 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com> 2776 Subject: [PATCH _02 and _52] perldoc 2777 Branch: maint-5.005/perl 2778 ! gv.c op.c pp_hot.c 2779 !> ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs utils/perldoc.PL 2780 !> win32/Makefile win32/makefile.mk 2781____________________________________________________________________________ 2782[ 2207] By: gbarr on 1998/11/06 01:36:17 2783 Log: integrate changes#1912,1948 from mainline 2784 change warning about glob process failure 2785 Branch: maint-5.005/perl 2786 ! pod/perldiag.pod pp_hot.c 2787____________________________________________________________________________ 2788[ 2200] By: gbarr on 1998/11/05 04:26:26 2789 Log: integrate changes#1840,1855,1860,1882,1884,1891,1900,1907 from mainline 2790 pl2bat tweak from Tye McQueen <tye@metronet.com> 2791 2792 reset errno after C<require> search (as suggested by Larry) 2793 2794 upgrade to CPAN-1.40 2795 2796 missing file in last submit (1881) 2797 2798 temporarily disable perl malloc for a2p until we clean up 2799 conflicting malloc() declarations everywhere 2800 2801 Fixed apostrophe problem from Mark Knutsen. 2802 2803 use SETERRNO() to reset errno (suggested by Charles Bailey) 2804 2805 applied patches, but retained old behavior for win32 (where compilers 2806 can't read from stdin at all) 2807 From: Graham Barr <gbarr@ti.com> 2808 Date: Mon, 28 Sep 1998 09:41:49 -0500 2809 Message-ID: <19980928094149.B26576@asic.sc.ti.com> 2810 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly 2811 -- 2812 Date: Tue, 29 Sep 1998 12:35:43 -0500 2813 Message-ID: <19980929123543.Z26576@asic.sc.ti.com> 2814 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly 2815 2816 and ext/Errno/Errno_pm.PL from change#2050 2817 Branch: maint-5.005/perl 2818 ! perl.h pp_ctl.c proto.h sv.h 2819 !> ext/Errno/Errno_pm.PL lib/CPAN.pm lib/CPAN/FirstTime.pm 2820 !> win32/bin/pl2bat.pl x2p/Makefile.SH 2821____________________________________________________________________________ 2822[ 2199] By: gbarr on 1998/11/05 03:35:00 2823 Log: integrate changes#1817,1856,1869,1909 from mainline 2824 updated usethreads hints for hpux 10.X 2825 From: Matthew T Harden <mthard@mthard1.monsanto.com> 2826 Date: Fri, 28 Aug 1998 14:10:42 GMT 2827 Message-Id: <199808281410.AA11058@mthard1.monsanto.com> 2828 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED) 2829 2830 update hints for OPENSTEP 4.2 on i386 2831 From: Gerben Wierda <Gerben_Wierda@RnA.nl> 2832 Date: Sun, 20 Sep 1998 01:03:18 +0200 2833 Message-Id: <9809192303.AA29190@Spike> 2834 Subject: Perl 5.005_02 compilation problems 2835 2836 use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again 2837 From: Scott Henry <scotth@sgi.com> 2838 Date: 13 Aug 1998 09:52:15 PDT 2839 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com> 2840 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...) 2841 2842 update SCO hints for dynamic loading 2843 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 2844 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT) 2845 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys> 2846 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV 2847 -- 2848 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT) 2849 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys> 2850 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV 2851 Branch: maint-5.005/perl 2852 !> hints/hpux.sh hints/irix_6.sh hints/next_4.sh hints/sco.sh 2853____________________________________________________________________________ 2854[ 2198] By: gbarr on 1998/11/05 03:00:51 2855 Log: integrate OS2 changes from mainline, change#1836,1930,1996,2063 2856 and os2/os2,c from #2145 2857 2858 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 2859 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT) 2860 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu> 2861 Subject: [PATCH 5.005_*] OS/2 spawning typos 2862 2863 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 2864 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu> 2865 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT) 2866 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch 2867 2868 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 2869 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT) 2870 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu> 2871 Subject: [PATCH 5.005_52] Memory overrun in os2.c 2872 2873 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 2874 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT) 2875 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu> 2876 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2 2877 2878 remaining PL_foo stragglers 2879 Branch: maint-5.005/perl 2880 ! mg.c perl_exp.SH util.c 2881 !> hints/os2.sh os2/Changes os2/Makefile.SHs os2/os2.c 2882____________________________________________________________________________ 2883[ 2197] By: gbarr on 1998/11/05 02:15:53 2884 Log: integrate changes#1826,1862 from mainline 2885 2886 From: Jarkko Hietaniemi <jhi@iki.fi> 2887 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST) 2888 Message-Id: <199808121941.WAA06263@alpha.hut.fi> 2889 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it 2890 2891 remove bogus warn() 2892 Branch: maint-5.005/perl 2893 - interp.sym 2894 ! MANIFEST Makefile.SH embed.pl perl_exp.SH 2895____________________________________________________________________________ 2896[ 2194] By: gbarr on 1998/11/05 01:26:46 2897 Log: integarte malloc.c changes from mainline change#1807,2112,2133 2898 Branch: maint-5.005/perl 2899 !> malloc.c 2900____________________________________________________________________________ 2901[ 2193] By: gbarr on 1998/11/05 01:25:31 2902 Log: integrate changes#1763,1778,1801,1804 from mainline 2903 2904 From: Stephen McCamant <alias@mcs.com> 2905 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT) 2906 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net> 2907 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V() 2908 2909 Implicit require during compile reset line numbering 2910 2911 silence redefined warning for XS(INIT) {} 2912 2913 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 2914 Date: Sun, 9 Aug 1998 22:38:23 +0200 2915 Message-ID: <19980809223823.A215@cdata.tvnet.hu> 2916 Subject: [PATCH 5.5002] dos-djgpp update 2917 Branch: maint-5.005/perl 2918 ! op.c pp_ctl.c 2919 !> t/io/fs.t 2920____________________________________________________________________________ 2921[ 2176] By: gbarr on 1998/11/02 04:51:48 2922 Log: integrate change#2030 from mainline 2923 2924 fix handling of mayhaps-extended @_ in goto &sub 2925 Branch: maint-5.005/perl 2926 ! av.c pp_ctl.c 2927 !> t/op/goto.t 2928____________________________________________________________________________ 2929[ 2175] By: gbarr on 1998/11/02 04:32:02 2930 Log: integrate chnage#1934,1935 from mainline 2931 fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh 2932 add test for previous fix 2933 Branch: maint-5.005/perl 2934 ! util.c 2935 !> ext/Thread/create.t 2936____________________________________________________________________________ 2937[ 2174] By: gbarr on 1998/11/02 04:22:20 2938 Log: integrate change#1863,1881 from mainline 2939 2940 provide locked access to string table for USE_THREADS 2941 2942 serial access to PL_x[inpr]v_root for USE_THREADS 2943 Branch: maint-5.005/perl 2944 ! embedvar.h objXSUB.h perl.c proto.h sv.c 2945 !> hv.c intrpvar.h thread.h 2946____________________________________________________________________________ 2947[ 2173] By: gbarr on 1998/11/02 04:10:46 2948 Log: integrate change#1990 from mainline 2949 2950 provide option to enable optimization with VC (suggested by Jan 2951 Dubois) 2952 Branch: maint-5.005/perl 2953 !> win32/Makefile win32/makefile.mk 2954____________________________________________________________________________ 2955[ 2172] By: gbarr on 1998/11/02 02:52:29 2956 Log: integrate changes#1944,1948,1966 from mainline 2957 2958 change#1614 merely disabled earlier fix (doh!); undo it and properly 2959 fixup the cop_seq value that must be seen by lexical lookups that 2960 emanate within eval'' 2961 2962 tweak to make fix in change#1944 behave correctly for closures 2963 created within eval'' 2964 Branch: maint-5.005/perl 2965 ! op.c pp_ctl.c pp_hot.c scope.c 2966 !> cop.h t/op/eval.t 2967____________________________________________________________________________ 2968[ 2171] By: gbarr on 1998/11/01 03:59:39 2969 Log: integrate changes 1835,2003,2067 and File::Find change in 1938 2970 warn on C<my($foo,$foo)> 2971 2972 silence -w noises (suggested by Greg Bacon) Term::Complete 2973 2974 From: jan.dubois@ibm.net (Jan Dubois) 2975 Date: Wed, 21 Oct 1998 00:55:51 +0200 2976 Message-ID: <36380269.55370608@smtp1.ibm.net> 2977 Subject: Make _really_ sure Dynaloader.xs code is initialized only once 2978 Branch: maint-5.005/perl 2979 ! op.c pod/perldiag.pod 2980 !> ext/DynaLoader/DynaLoader_pm.PL lib/File/Find.pm 2981 !> lib/Term/Complete.pm 2982____________________________________________________________________________ 2983[ 2170] By: gbarr on 1998/11/01 03:48:38 2984 Log: integrate change 1992 from mainline 2985 2986 applied suggested patch with small doc tweak 2987 From: Gisle Aas <gisle@aas.no> 2988 Date: 11 Oct 1998 12:53:13 +0200 2989 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no> 2990 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument 2991 Branch: maint-5.005/perl 2992 ! pod/perlfunc.pod pp_sys.c 2993 !> opcode.h opcode.pl t/op/sysio.t t/op/tiehandle.t 2994____________________________________________________________________________ 2995[ 2168] By: gbarr on 1998/11/01 01:58:58 2996 Log: From: jan.dubois@ibm.net (Jan Dubois) 2997 Date: Fri, 09 Oct 1998 23:28:31 +0200 2998 Message-ID: <36217b7f.3193091@smtp1.ibm.net> 2999 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT 3000 Branch: maint-5.005/perl 3001 ! XSUB.h 3002____________________________________________________________________________ 3003[ 2167] By: gbarr on 1998/11/01 01:22:41 3004 Log: integrate change#2029 from mainline 3005 restore sanity to "constant" references 3006 Branch: maint-5.005/perl 3007 ! op.c pod/perldiag.pod 3008 !> lib/constant.pm t/pragma/constant.t 3009____________________________________________________________________________ 3010[ 2166] By: gbarr on 1998/11/01 01:04:24 3011 Log: integrate changes#1895,1896,2066,2147,2148 from mainline 3012 fix win32_stat() to do the right thing for share names 3013 3014 small tweak on last change 3015 3016 recognize '%' as a shell metachar for win32 3017 From: jan.dubois@ibm.net (Jan Dubois) 3018 Date: Tue, 20 Oct 1998 21:57:35 +0200 3019 Message-ID: <3636ea31.49170453@smtp1.ibm.net> 3020 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes? 3021 3022 tweaked version of suggested patch 3023 From: Anton Berezin <tobez@plab.ku.dk> 3024 Date: 29 Oct 1998 14:48:54 +0100 3025 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk> 3026 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC 3027 3028 From: Anton Berezin <tobez@plab.ku.dk> 3029 Date: 29 Oct 1998 17:06:25 +0100 3030 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk> 3031 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives 3032 Branch: maint-5.005/perl 3033 !> win32/win32.c 3034____________________________________________________________________________ 3035[ 2165] By: gbarr on 1998/11/01 00:10:15 3036 Log: integrated changes#1941,1942,1943,1975,2061,2111,2151 from mainline 3037 3038 don't longjmp() in pp_goto() (regressive bug from old single-stack 3039 implementation) 3040 3041 force copy of substrings when matching against temporaries 3042 3043 ensure recursive attempts to findlex()icals know enough about where 3044 the last eval'' context was encountered 3045 3046 propagate typeness of lexicals while cloning them 3047 3048 From: Graham Barr <gbarr@pobox.com> 3049 Date: Sat, 17 Oct 1998 22:22:02 -0500 3050 Message-ID: <19981017222202.J510@pobox.com> 3051 Subject: Re: '*' prototype does not allow bareword with strict 3052 3053 smarter C<$SIG{FOO} = BAREWORD;> warning 3054 3055 From: Mark-Jason Dominus <mjd@plover.com> 3056 Date: Fri, 30 Oct 1998 14:24:23 EST 3057 Message-Id: <19981030192423.27276.qmail@plover.com> 3058 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop' 3059 Branch: maint-5.005/perl 3060 ! op.c pp_ctl.c pp_hot.c t/op/pat.t toke.c 3061 !> t/op/eval.t t/op/runlevel.t x2p/walk.c 3062____________________________________________________________________________ 3063[ 2158] By: gbarr on 1998/10/31 05:03:02 3064 Log: integrate changes#1821 & 1857 from mainline 3065 3066 s/runops/CALLRUNOPS/ 3067 3068 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3069 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT) 3070 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu> 3071 Subject: More verbose Test::Harness [PATCH] 3072 Branch: maint-5.005/perl 3073 !> cc_runtime.h lib/Test/Harness.pm 3074____________________________________________________________________________ 3075[ 2157] By: gbarr on 1998/10/31 02:35:07 3076 Log: integrate change#1839 from mainline 3077 From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp> 3078 Date: Mon, 7 Sep 1998 17:36:09 +0900 3079 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp> 3080 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock 3081 Branch: maint-5.005/perl 3082 ! ext/Thread/Thread.xs 3083____________________________________________________________________________ 3084[ 2156] By: gbarr on 1998/10/31 02:22:11 3085 Log: integrate change#1829 from mainline 3086 fix problematic typecast in filter_del() 3087 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 3088 Date: Mon, 31 Aug 1998 21:13:11 GMT 3089 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com> 3090 Subject: perl5.005_02 does not build on Cray T90 3091 Branch: maint-5.005/perl 3092 ! toke.c 3093____________________________________________________________________________ 3094[ 2155] By: gbarr on 1998/10/31 01:59:08 3095 Log: integrate chnages#1824,2118 from mainline 3096 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3097 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT) 3098 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu> 3099 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits 3100 3101 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3102 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST) 3103 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu> 3104 Subject: [PATCH 5.00552] Minor debugger tweaks 3105 Branch: maint-5.005/perl 3106 !> lib/perl5db.pl 3107____________________________________________________________________________ 3108[ 2154] By: gbarr on 1998/10/31 01:06:35 3109 Log: integrate all lib/ExtUtils/... changes from mainline 3110 Branch: maint-5.005/perl 3111 !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm 3112 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm 3113 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mkbootstrap.pm 3114 !> lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp 3115____________________________________________________________________________ 3116[ 2139] By: gbarr on 1998/10/30 04:17:53 3117 Log: apply chnage#2071 from mainline 3118 From: Graham Barr <gbarr@pobox.com> 3119 Date: Sat, 17 Oct 1998 20:42:41 -0500 3120 Message-ID: <19981017204241.G510@pobox.com> 3121 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}" 3122 Branch: maint-5.005/perl 3123 ! pp_ctl.c 3124____________________________________________________________________________ 3125[ 2138] By: gbarr on 1998/10/30 04:14:35 3126 Log: apply change#2077 from mainline 3127 From: Graham Barr <gbarr@pobox.com> 3128 Date: Sat, 24 Oct 1998 21:45:50 -0500 3129 Message-ID: <19981024214550.C508@pobox.com> 3130 Subject: Re: die with a reference should use overload "" operator 3131 Branch: maint-5.005/perl 3132 ! pp_ctl.c 3133____________________________________________________________________________ 3134[ 2137] By: gbarr on 1998/10/30 04:01:06 3135 Log: integrate change#1937 from mainline 3136 fix $/ init for USE_THREADS 3137 Branch: maint-5.005/perl 3138 ! perl.c 3139____________________________________________________________________________ 3140[ 2136] By: gbarr on 1998/10/30 03:40:55 3141 Log: apply change#2076 from mainline 3142 From: Graham Barr <gbarr@pobox.com> 3143 Date: Sat, 24 Oct 1998 12:45:21 -0500 3144 Message-ID: <19981024124521.C512@pobox.com> 3145 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV 3146 Branch: maint-5.005/perl 3147 ! sv.c 3148____________________________________________________________________________ 3149[ 2135] By: gbarr on 1998/10/30 03:28:29 3150 Log: integrate change#1873 from mainline 3151 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3152 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT) 3153 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu> 3154 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B) 3155 Branch: maint-5.005/perl 3156 ! regcomp.c 3157____________________________________________________________________________ 3158[ 2134] By: gbarr on 1998/10/30 03:15:12 3159 Log: integrate change#1816 from mainline 3160 don't create empty directories in installperl 3161 From: Robin Barker <rmb1@cise.npl.co.uk> 3162 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST) 3163 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk> 3164 Subject: [PATCH 5.005_02] install: empty dirs 3165 Branch: maint-5.005/perl 3166 !> installperl 3167____________________________________________________________________________ 3168[ 2132] By: gbarr on 1998/10/30 01:39:00 3169 Log: integrate changes#1815 & 1828 from mainline 3170 make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches 3171 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3172 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT) 3173 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu> 3174 Subject: Re: your mail 3175 3176 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3177 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT) 3178 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu> 3179 Subject: [PATCH 5.005_5*] (?>) broken in RE 3180 Branch: maint-5.005/perl 3181 ! regexec.c 3182 !> t/op/re_tests 3183____________________________________________________________________________ 3184[ 2131] By: gbarr on 1998/10/30 01:09:19 3185 Log: integrate change#1947 from mainline 3186 let docatch() pass the buck when restartop turns out to be null, 3187 making exceptions in BEGIN{} propagate as expected 3188 Branch: maint-5.005/perl 3189 ! pp_ctl.c 3190 !> t/op/misc.t 3191____________________________________________________________________________ 3192[ 2129] By: gbarr on 1998/10/29 14:53:11 3193 Log: integrate change#1810 from mainline 3194 fix bogus integerization of pop()'s return value 3195 From: Gurusamy Sarathy <gsar@engin.umich.edu> 3196 Date: Sat, 15 Aug 1998 23:27:54 -0400 3197 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu> 3198 Subject: Re: Complex expression does integer arithmetic 3199 Branch: maint-5.005/perl 3200 !> opcode.h opcode.pl 3201____________________________________________________________________________ 3202[ 2128] By: gbarr on 1998/10/29 14:28:13 3203 Log: integrate change#1870 from mainline 3204 From: Dan Sugalski <sugalskd@osshe.edu> 3205 Date: Fri, 14 Aug 1998 09:20:16 PDT 3206 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu> 3207 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch 3208 Branch: maint-5.005/perl 3209 !> configure.com 3210____________________________________________________________________________ 3211[ 2127] By: gbarr on 1998/10/29 13:36:29 3212 Log: Integrate change#1789 from mainline 3213 delay freeing itervar so C<for $i (@a) { return($i) }> works 3214 Branch: maint-5.005/perl 3215 !> cop.h t/cmd/for.t 3216____________________________________________________________________________ 3217[ 2123] By: gbarr on 1998/10/29 02:43:01 3218 Log: Apply change#2075 from mainline 3219 fix C<print $n += 5;> etc. 3220 Branch: maint-5.005/perl 3221 ! toke.c 3222____________________________________________________________________________ 3223[ 2122] By: gbarr on 1998/10/29 02:40:31 3224 Log: Apply change#2070 from mainline 3225 avoid bogus line number in XSUB redefined warnings 3226 Branch: maint-5.005/perl 3227 ! op.c 3228____________________________________________________________________________ 3229[ 2121] By: gbarr on 1998/10/29 02:38:59 3230 Log: Apply change#2052 from mainline 3231 avoid the circular refcnt logic in magic_mutexfree() 3232 Branch: maint-5.005/perl 3233 ! mg.c pp.c pp_hot.c 3234____________________________________________________________________________ 3235[ 2120] By: gbarr on 1998/10/29 02:36:23 3236 Log: Remove "5.005" hard-coded and expose vtbl_* from the perl DLL 3237 From: "Douglas Lankshear" <dougl@ActiveState.com> 3238 Date: Mon, 28 Sep 1998 08:49:13 -0700 3239 Message-ID: <000001bdeaf7$8a189350$a32fa8c0@tau.Active> 3240 Subject: PATCH [5.005_02] update 3241 Branch: maint-5.005/perl 3242 ! embed.h global.sym objXSUB.h objpp.h perl.h proto.h util.c 3243 ! win32/win32.c 3244____________________________________________________________________________ 3245[ 2084] By: gbarr on 1998/10/25 19:09:11 3246 Log: Integrate change#2069 from mainline 3247 From: Martijn Koster <mak@excitecorp.com> 3248 Date: Wed, 21 Oct 1998 13:12:03 +0100 3249 Message-ID: <19981021131203.A15661@excitecorp.com> 3250 Subject: File::Path::mkpath reports the wrong error 3251 Branch: maint-5.005/perl 3252 !> lib/File/Path.pm 3253____________________________________________________________________________ 3254[ 2083] By: gbarr on 1998/10/25 18:48:39 3255 Log: Integrate change#1965 from mainline 3256 use better numbers for exitstatus test 3257 Branch: maint-5.005/perl 3258 !> t/op/die_exit.t 3259____________________________________________________________________________ 3260[ 2082] By: gbarr on 1998/10/25 18:22:54 3261 Log: Apply change 2054 from mainline 3262 disallow 'x' in hex numbers (except leading '0x') 3263 From: Gisle Aas <gisle@aas.no> 3264 Date: 16 Oct 1998 16:33:12 +0200 3265 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no> 3266 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit 3267 Branch: maint-5.005/perl 3268 ! perlvars.h util.c 3269 !> t/op/oct.t 3270____________________________________________________________________________ 3271[ 2081] By: gbarr on 1998/10/25 17:58:04 3272 Log: Apply change #1998 from mainline 3273 skip readonly vars and unref references when doing a reset() 3274 Branch: maint-5.005/perl 3275 ! sv.c 3276____________________________________________________________________________ 3277[ 2080] By: gbarr on 1998/10/25 16:06:35 3278 Log: Integrate changes #2072 & #1993 from mainline 3279 fix bug in B::CC::pp_sassign() 3280 From: "vishal bhatia" <vishalb@hotmail.com> 3281 Date: Sun, 11 Oct 1998 18:41:38 PDT 3282 Message-ID: <19981012014139.19614.qmail@hotmail.com> 3283 Subject: B::CC problems with pp_sassign routine 3284 implement C<goto &func> and other fixes (via private mail) 3285 From: "vishal bhatia" <vishalb@hotmail.com> 3286 Date: Wed, 21 Oct 1998 22:59:03 PDT 3287 Message-Id: <19981022055904.20083.qmail@hotmail.com> 3288 Subject: [PATCH 5.005_52] More fixes for B 3289 Branch: maint-5.005/perl 3290 !> ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm 3291____________________________________________________________________________ 3292[ 2079] By: gbarr on 1998/10/25 14:08:00 3293 Log: integrate from mainline more FSF address changes 3294 Branch: maint-5.005/perl 3295 !> Copying ext/B/README lib/Getopt/Long.pm 3296____________________________________________________________________________ 3297[ 2053] By: gbarr on 1998/10/25 04:56:47 3298 Log: From: Graham Barr <gbarr@pobox.com> 3299 Date: Sat, 17 Oct 1998 23:05:18 -0500 3300 Message-ID: <19981017230518.K510@pobox.com> 3301 Subject: Re: redo LOOP not restoring $` $' $& 3302 Branch: maint-5.005/perl 3303 ! cop.h t/cmd/while.t 3304____________________________________________________________________________ 3305[ 2048] By: gbarr on 1998/10/24 04:20:10 3306 Log: Change Free Software Foundation address in README 3307 Branch: maint-5.005/perl 3308 !> README 3309____________________________________________________________________________ 3310[ 2047] By: gbarr on 1998/10/24 04:02:20 3311 Log: Remove #ifdef DEBUGGING around SvTEMP_off 3312 From: Gurusamy Sarathy <gsar@engin.umich.edu> 3313 Date: Mon, 28 Sep 1998 15:23:39 -0400 3314 Message-Id: <199809281923.PAA10303@aatma.engin.umich.edu> 3315 Subject: Re: [PATCH] Re: 5.005_52: the miniperl coredump: touch magic and you're toast 3316 Branch: maint-5.005/perl 3317 ! scope.c 3318____________________________________________________________________________ 3319[ 2046] By: gbarr on 1998/10/24 04:00:54 3320 Log: use cpp symbols instead of hardwired constants 3321 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 3322 Date: Mon, 05 Oct 1998 09:23:33 +0100 3323 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk> 3324 Subject: [PATCH 5.005_52] By the numbers (resend) 3325 Branch: maint-5.005/perl 3326 ! op.c 3327____________________________________________________________________________ 3328[ 2045] By: gbarr on 1998/10/24 03:50:25 3329 Log: squelch undef warnings 3330 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 3331 Date: Fri, 02 Oct 1998 11:01:14 +0100 3332 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk> 3333 Subject: [PATCH] Re: Apparent bug in Math::BigInt 3334 Branch: maint-5.005/perl 3335 !> lib/Math/BigInt.pm 3336____________________________________________________________________________ 3337[ 2044] By: gbarr on 1998/10/24 03:47:24 3338 Log: Add note to INSTALL about ANSI C 3339 Branch: maint-5.005/perl 3340 ! INSTALL 3341____________________________________________________________________________ 3342[ 2043] By: gbarr on 1998/10/24 02:38:12 3343 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules 3344 that are autoloaded) 3345 From: Gurusamy Sarathy <gsar@engin.umich.edu> 3346 Date: Thu, 24 Sep 1998 03:01:01 -0400 3347 Message-Id: <199809240701.DAA16223@aatma.engin.umich.edu> 3348 Subject: Re: autouse and Getopt::Long don't work together anymore 3349 Branch: maint-5.005/perl 3350 ! pp_ctl.c t/op/goto.t 3351____________________________________________________________________________ 3352[ 2042] By: gbarr on 1998/10/24 02:16:26 3353 Log: From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi) 3354 Date: Wed, 12 Aug 1998 15:42:35 +0300 3355 Message-Id: <199808121242.PAA29761@comanche.spices> 3356 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands 3357 Branch: maint-5.005/perl 3358 + t/op/tr.t 3359 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod 3360 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c 3361____________________________________________________________________________ 3362[ 2021] By: gbarr on 1998/10/20 01:25:23 3363 Log: From: Chip Salzenberg <chip@perlsupport.com> 3364 Date: Tue, 6 Oct 1998 13:33:05 -0400 3365 Message-ID: <19981006133305.A2348@perlsupport.com> 3366 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties 3367 Branch: maint-5.005/perl 3368 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c 3369 ! t/op/tie.t 3370____________________________________________________________________________ 3371[ 2015] By: gbarr on 1998/10/17 21:49:56 3372 Log: make h2xs generate ANSI prototypes 3373 Branch: maint-5.005/perl 3374 !> utils/h2xs.PL 3375____________________________________________________________________________ 3376[ 2014] By: gbarr on 1998/10/17 20:31:42 3377 Log: Fix POSIX::sigprocmask not to check type of $old parameter 3378 as it is output only 3379 Branch: maint-5.005/perl 3380 ! ext/POSIX/POSIX.xs 3381____________________________________________________________________________ 3382[ 2013] By: gbarr on 1998/10/17 17:51:16 3383 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu> 3384 Date: Thu, 20 Aug 1998 20:59:03 -0400 3385 Message-ID: <19980820205903.A12908@O2.chapin.edu> 3386 Subject: [PATCH] h2ph misquotes #error directives 3387 3388 fix h2ph handling of C<#error "foo"> 3389 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp> 3390 Date: Thu, 10 Sep 1998 09:59:33 +0900 3391 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp> 3392 Subject: [5.005_02] h2ph problem 3393 Branch: maint-5.005/perl 3394 !> t/lib/h2ph.pht utils/h2ph.PL 3395____________________________________________________________________________ 3396[ 1985] By: gbarr on 1998/10/17 00:41:40 3397 Log: s/last/first/ typo in append_list() 3398 Branch: maint-5.005/perl 3399 ! op.c 3400____________________________________________________________________________ 3401[ 1984] By: gbarr on 1998/10/17 00:36:51 3402 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com> 3403 Date: Thu, 10 Sep 1998 00:02:07 -0400 3404 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com> 3405 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port 3406 Branch: maint-5.005/perl 3407 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm 3408 + vos/config.h vos/config_h.SH_orig vos/perl.bind 3409 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h 3410 ! MANIFEST perl.c perl.h pod/perlport.pod 3411____________________________________________________________________________ 3412[ 1983] By: gbarr on 1998/10/17 00:23:31 3413 Log: define PUT_svindex(), PUT_opindex() 3414 Branch: maint-5.005/perl 3415 !> ext/B/B/Assembler.pm 3416____________________________________________________________________________ 3417[ 1982] By: gbarr on 1998/10/17 00:20:57 3418 Log: From: Jochen Wiedmann <joe@ispsoft.de> 3419 Date: Thu, 17 Sep 1998 17:16:06 +0200 3420 Message-ID: <360127B6.E44564A@ispsoft.de> 3421 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0 3422 Branch: maint-5.005/perl 3423 ! lib/ExtUtils/MakeMaker.pm 3424____________________________________________________________________________ 3425[ 1981] By: gbarr on 1998/10/16 02:58:10 3426 Log: better CR-handling on shebang line and in formats (fixed variant of 3427 patch suggested by Igor Sysoev <igor@nitek.ru>) 3428 Branch: maint-5.005/perl 3429 ! perl.c toke.c 3430____________________________________________________________________________ 3431[ 1980] By: gbarr on 1998/10/16 02:21:57 3432 Log: From: Roderick Schertler <roderick@argon.org> 3433 Date: 11 Sep 1998 16:19:21 -0400 3434 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com> 3435 Subject: Re: Open2 and memory leaks 3436 Branch: maint-5.005/perl 3437 !> lib/IPC/Open3.pm 3438____________________________________________________________________________ 3439[ 1979] By: gbarr on 1998/10/16 02:15:54 3440 Log: integrate change #1908 from mainline 3441 Branch: maint-5.005/perl 3442 !> lib/File/Find.pm 3443____________________________________________________________________________ 3444[ 1977] By: gbarr on 1998/10/16 01:52:46 3445 Log: tests missing from change #1794 3446 Branch: maint-5.005/perl 3447 ! t/op/re_tests 3448____________________________________________________________________________ 3449[ 1794] By: gbarr on 1998/09/20 15:59:20 3450 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3451 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT) 3452 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu> 3453 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/ 3454 Branch: maint-5.005/perl 3455 ! regcomp.c t/op/re_tests 3456____________________________________________________________________________ 3457[ 1793] By: gbarr on 1998/09/20 15:39:41 3458 Log: From: Peter Prymmer <pvhp@forte.com> 3459 Date: Mon, 10 Aug 98 16:58:22 PDT 3460 Message-Id: <9808102358.AA10616@forte.com> 3461 Subject: fix for unpack('u') failures on OS/390 3462 Branch: maint-5.005/perl 3463 ! pp.c 3464____________________________________________________________________________ 3465[ 1792] By: gbarr on 1998/09/20 15:11:33 3466 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 3467 Date: Sun, 9 Aug 1998 15:51:48 +0100 3468 Message-Id: <E0z5Wp2-00071p-00@taurus.cus.cam.ac.uk> 3469 Subject: Fix typo, change "an array" to "a hash" 3470 Branch: maint-5.005/perl 3471 ! pod/perlfunc.pod 3472____________________________________________________________________________ 3473[ 1791] By: gbarr on 1998/09/20 14:49:26 3474 Log: From: Gurusamy Sarathy <gsar@engin.umich.edu> 3475 Date: Wed, 16 Sep 1998 22:13:17 -0400 3476 Message-Id: <199809170213.WAA10546@aatma.engin.umich.edu> 3477 Subject: fill gaps in sig_* entries in win32/config.?c 3478 and resync win32/config.?c with Porting/config.sh to pick up apiversion 3479 Branch: maint-5.005/perl 3480 ! win32/config.bc win32/config.gc win32/config.vc 3481____________________________________________________________________________ 3482[ 1790] By: gbarr on 1998/09/20 14:40:56 3483 Log: From: Gurusamy Sarathy <gsar@engin.umich.edu> 3484 Date: Sun, 06 Sep 1998 15:35:11 -0400 3485 Message-Id: <199809061935.PAA21531@aatma.engin.umich.edu> 3486 Subject: suppress bogus warning on C<sub x {} x()> 3487 Branch: maint-5.005/perl 3488 ! toke.c 3489____________________________________________________________________________ 3490[ 1784] By: nick on 1998/09/12 09:53:36 3491 Log: Two tweaks to allow quiet compile qith egcs-1.1 3492 Branch: maint-5.005/perl 3493 ! win32/win32.h 3494____________________________________________________________________________ 3495[ 1783] By: gbarr on 1998/09/07 20:33:11 3496 Log: Subject: index() applied BM optimization to wrong argument 3497 From: larry@wall.org (Larry Wall) 3498 Date: Thu, 3 Sep 1998 12:49:13 -0700 3499 Message-Id: <199809031949.MAA29566@wall.org>, <199809060004.RAA23792@wall.org> 3500 Branch: maint-5.005/perl 3501 ! op.c util.c 3502____________________________________________________________________________ 3503[ 1782] By: gbarr on 1998/09/07 18:54:49 3504 Log: From: Gurusamy Sarathy <gsar@engin.umich.edu> 3505 Date: Fri, 28 Aug 1998 00:33:15 -0400 3506 Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu> 3507 Subject: socket problems on NT 3508 Branch: maint-5.005/perl 3509 ! objXSUB.h 3510____________________________________________________________________________ 3511[ 1759] By: gsar on 1998/08/08 20:57:47 3512 Log: pending submit of 5.005_02 3513 Branch: maint-5.005/perl 3514 ! Changes 3515 3516---------------- 3517Version 5.005_02 Second maintenance release of 5.005 3518---------------- 3519 3520____________________________________________________________________________ 3521[ 1758] By: gsar on 1998/08/08 03:45:04 3522 Log: set patchlevel.h, other minor tweaks 3523 Branch: maint-5.005/perl 3524 ! Changes patchlevel.h pod/perlhist.pod pod/perlport.pod 3525____________________________________________________________________________ 3526[ 1757] By: gsar on 1998/08/08 03:33:33 3527 Log: prevent lexical leaks from Benchmark into target code (inspired by 3528 an attempt by John Allen) 3529 Branch: maint-5.005/perl 3530 ! lib/Benchmark.pm 3531____________________________________________________________________________ 3532[ 1755] By: gsar on 1998/08/07 23:58:33 3533 Log: temporary opcode.pl workaround for ebcdic (suggested by 3534 David J. Fiander <davidf@mks.com> and M.J.T. Guy) 3535 Branch: maint-5.005/perl 3536 ! opcode.pl 3537____________________________________________________________________________ 3538[ 1754] By: gsar on 1998/08/07 22:21:10 3539 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 3540 Date: Fri, 7 Aug 1998 09:56:01 +0100 (BST) 3541 Message-Id: <9808070856.AA28065@claudius.bfsec.bt.co.uk> 3542 Subject: [PATCH 5.005_50 & 5.005_02] Fix for command line use of source filters 3543 Branch: maint-5.005/perl 3544 ! perl.c 3545____________________________________________________________________________ 3546[ 1753] By: gsar on 1998/08/07 22:19:42 3547 Log: perlport.pod notes from Jarkko Hietaniemi; utime() note for Win32 3548 Branch: maint-5.005/perl 3549 ! pod/perlport.pod 3550____________________________________________________________________________ 3551[ 1752] By: gsar on 1998/08/07 22:08:29 3552 Log: perlport.pod v1.33 from Chris Nandor <pudge@pobox.com> 3553 Branch: maint-5.005/perl 3554 ! pod/perlport.pod 3555____________________________________________________________________________ 3556[ 1751] By: gsar on 1998/08/07 22:01:04 3557 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3558 Date: Thu, 6 Aug 1998 19:44:16 -0400 (EDT) 3559 Message-Id: <199808062344.TAA09505@monk.mps.ohio-state.edu> 3560 Subject: [PATCH 5.005_*] Minor cleanup of RE tests and docs 3561 Branch: maint-5.005/perl 3562 ! pod/perlre.pod t/op/regexp.t 3563____________________________________________________________________________ 3564[ 1750] By: gsar on 1998/08/07 21:51:52 3565 Log: allow more compatible interpretation of spaces File::DosGlob::glob() 3566 patterns 3567 Branch: maint-5.005/perl 3568 ! lib/File/DosGlob.pm 3569____________________________________________________________________________ 3570[ 1749] By: gsar on 1998/08/07 21:36:04 3571 Log: don't use � in Test.pm (suggested by M.J.T. Guy) 3572 Branch: maint-5.005/perl 3573 ! lib/Test.pm 3574____________________________________________________________________________ 3575[ 1748] By: gsar on 1998/08/07 21:31:46 3576 Log: From: Dominic Dunlop <domo@computer.org> 3577 Date: Thu, 6 Aug 1998 12:38:07 +0000 3578 Message-Id: <v03110702b1ef5274635a@[195.95.102.104]> 3579 Subject: [Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1 3580 Branch: maint-5.005/perl 3581 ! Configure hints/machten.sh 3582____________________________________________________________________________ 3583[ 1746] By: gsar on 1998/08/05 22:55:59 3584 Log: MM_Win32.pm and Liblist.pm tweaks 3585 Branch: maint-5.005/perl 3586 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm 3587____________________________________________________________________________ 3588[ 1745] By: gsar on 1998/08/05 21:57:00 3589 Log: pod/perlfaq* update from Tom Christiansen <tchrist@perl.com> 3590 Branch: maint-5.005/perl 3591 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod 3592 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod 3593____________________________________________________________________________ 3594[ 1744] By: gsar on 1998/08/05 21:53:30 3595 Log: From: Chris Nandor <pudge@pobox.com> 3596 Date: Wed, 5 Aug 1998 15:38:48 -0400 3597 Message-Id: <v04011701b1ee58b86c63@[192.168.0.3]> 3598 Subject: [PATCH] perlport 1.32 3599 Branch: maint-5.005/perl 3600 ! pod/perlport.pod 3601____________________________________________________________________________ 3602[ 1743] By: gsar on 1998/08/05 21:52:05 3603 Log: README.os2 update 3604 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3605 Date: Wed, 5 Aug 1998 05:44:46 -0400 (EDT) 3606 Message-Id: <199808050944.FAA09053@monk.mps.ohio-state.edu> 3607 Subject: [PATCH 5.005_*] Additional OS/2 tweaks: docs, tests 3608 Branch: maint-5.005/perl 3609 ! README.os2 t/lib/posix.t t/op/exec.t 3610____________________________________________________________________________ 3611[ 1742] By: gsar on 1998/08/05 21:50:07 3612 Log: additional INSTALL notes from Jarkko Hietaniemi <jhi@cc.hut.fi> 3613 on semget failure in t/lib/ipc_sysv.t 3614 Branch: maint-5.005/perl 3615 ! INSTALL 3616____________________________________________________________________________ 3617[ 1741] By: gsar on 1998/08/05 21:46:13 3618 Log: correct URL for perlcrt.dll 3619 Branch: maint-5.005/perl 3620 ! Changes win32/Makefile win32/makefile.mk 3621____________________________________________________________________________ 3622[ 1740] By: gsar on 1998/08/05 10:05:46 3623 Log: update Changes, patchlevel, tweak Liblist.pm 3624 Branch: maint-5.005/perl 3625 ! Changes lib/ExtUtils/Liblist.pm patchlevel.h 3626____________________________________________________________________________ 3627[ 1739] By: gsar on 1998/08/05 09:10:45 3628 Log: newer cperl-mode.el 3629 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3630 Date: Wed, 5 Aug 1998 03:50:16 -0400 (EDT) 3631 Message-Id: <199808050750.DAA07240@monk.mps.ohio-state.edu> 3632 Subject: [PATCH 5.005_*] CPerl update 3633 Branch: maint-5.005/perl 3634 ! emacs/cperl-mode.el 3635____________________________________________________________________________ 3636[ 1738] By: gsar on 1998/08/05 09:08:33 3637 Log: support :nosearch in ExtUtils::Liblist for win32, and make -lfoo 3638 processing (somewhat) compiler-specific 3639 Branch: maint-5.005/perl 3640 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm 3641____________________________________________________________________________ 3642[ 1737] By: gsar on 1998/08/05 03:20:03 3643 Log: add index entries for -X 3644 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3645 Date: Sun, 02 Aug 1998 16:33:18 EDT 3646 Message-Id: <199808022033.QAA18778@monk.mps.ohio-state.edu> 3647 Subject: [PATCH] A missing docu patch 3648 Branch: maint-5.005/perl 3649 ! pod/perlfunc.pod 3650____________________________________________________________________________ 3651[ 1736] By: gsar on 1998/08/05 03:09:58 3652 Log: make Test::Harness optionally check for stray files when running tests 3653 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3654 Date: Sun, 2 Aug 1998 18:12:48 -0400 (EDT) 3655 Message-Id: <199808022212.SAA20126@monk.mps.ohio-state.edu> 3656 Subject: [PATCH 5.005_*] File leaked from test suite 3657 Branch: maint-5.005/perl 3658 ! lib/Test/Harness.pm 3659____________________________________________________________________________ 3660[ 1735] By: gsar on 1998/08/05 02:29:46 3661 Log: back out change#1703 that break bincompat with PERL_OBJECT and 3662 MULTIPLICITY 3663 Branch: maint-5.005/perl 3664 ! ext/re/re.pm regcomp.c regexec.c thrdvar.h 3665____________________________________________________________________________ 3666[ 1734] By: gsar on 1998/08/05 02:23:47 3667 Log: fixes to enable ISC to build IPC/SysV 3668 From: Jarkko Hietaniemi <jhi@cc.hut.fi> 3669 Date: 05 Aug 1998 00:59:13 +0300 3670 Message-ID: <oee3ebce7da.fsf@alpha.hut.fi> 3671 Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint) 3672 Branch: maint-5.005/perl 3673 ! ext/IPC/SysV/SysV.xs hints/isc.sh hints/isc_2.sh 3674____________________________________________________________________________ 3675[ 1733] By: gsar on 1998/08/05 01:20:29 3676 Log: let some 'tr' be '$tr' for occult reasons 3677 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com> 3678 Date: Mon, 3 Aug 1998 11:04:30 -0700 (PDT) 3679 Message-Id: <199808031804.LAA25595@xfiles.intercon.hp.com> 3680 Subject: PATCH: Configure uses tr, not $tr 3681 Branch: maint-5.005/perl 3682 ! Configure 3683____________________________________________________________________________ 3684[ 1732] By: gsar on 1998/08/05 01:16:40 3685 Log: perlre.pod tweak suggested by Mike Wescott <mike.wescott@columbiasc.ncr.com> 3686 Branch: maint-5.005/perl 3687 ! pod/perlre.pod 3688____________________________________________________________________________ 3689[ 1731] By: gsar on 1998/08/05 01:10:41 3690 Log: explain caveat about use of numeric constants in podoc for sysopen() 3691 From: "David J. Fiander" <davidf@mks.com> 3692 Date: Tue, 4 Aug 1998 13:09:58 -0400 3693 Message-Id: <199808041709.NAA01750@mks.com> 3694 Subject: Re: [PATCH] 5.005_01: OE MVS 3695 Branch: maint-5.005/perl 3696 ! pod/perlfunc.pod 3697____________________________________________________________________________ 3698[ 1730] By: gsar on 1998/08/05 00:46:53 3699 Log: end pod processing when source file is closed (prevents it carrying 3700 over into require()d files) 3701 Branch: maint-5.005/perl 3702 ! t/comp/require.t toke.c 3703____________________________________________________________________________ 3704[ 1729] By: gsar on 1998/08/04 23:03:23 3705 Log: correct prototype for des_fcrypt(), explain how to add it in more 3706 detail, and supply a patch for libdes-3.06 3707 Branch: maint-5.005/perl 3708 + win32/des_fcrypt.patch 3709 ! MANIFEST README.win32 win32/Makefile win32/makefile.mk 3710 ! win32/win32.c 3711____________________________________________________________________________ 3712[ 1728] By: gsar on 1998/08/04 21:50:40 3713 Log: tweak to avoid ambiguity warnings 3714 Branch: maint-5.005/perl 3715 ! pp.c 3716____________________________________________________________________________ 3717[ 1727] By: gsar on 1998/08/04 20:31:04 3718 Log: remove useless 'rcsid' (extension of a suggestion by 3719 Stephen McCamant) 3720 Branch: maint-5.005/perl 3721 ! embed.h ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c 3722 ! global.sym gv.c perl.c vms/gen_shrfls.pl 3723____________________________________________________________________________ 3724[ 1726] By: gsar on 1998/08/04 19:52:43 3725 Log: correct Pod::Html's notion of email addresses 3726 From: abigail@fnx.com 3727 Date: Mon, 3 Aug 1998 20:22:49 -0400 (EDT) 3728 Message-ID: <19980804002249.2011.qmail@betelgeuse.wayne.fnx.com> 3729 Subject: [PATCH 5.005_01] lib/Pod/Html.pm 3730 Branch: maint-5.005/perl 3731 ! lib/Pod/Html.pm 3732____________________________________________________________________________ 3733[ 1725] By: gsar on 1998/08/04 19:50:06 3734 Log: perlport.pod additions from Peter Prymmer <pvhp@forte.com> 3735 Date: Mon, 3 Aug 98 15:31:35 PDT 3736 Message-Id: <9808032231.AA22324@forte.com> 3737 -- 3738 Date: Tue, 4 Aug 98 12:44:20 PDT 3739 Message-Id: <9808041944.AA04815@forte.com> 3740 Branch: maint-5.005/perl 3741 ! pod/perlport.pod 3742____________________________________________________________________________ 3743[ 1724] By: gsar on 1998/08/04 18:08:07 3744 Log: From: Chris Nandor <pudge@pobox.com> 3745 Date: Mon, 3 Aug 1998 13:35:25 -0400 3746 Message-Id: <v04011711b1eba46d0827@[192.168.0.3]> 3747 Subject: [PATCH] perlport 1.30 3748 Branch: maint-5.005/perl 3749 ! pod/perlport.pod 3750____________________________________________________________________________ 3751[ 1723] By: gsar on 1998/08/04 18:06:13 3752 Log: update postscript generator 3753 From: Tom Christiansen <tchrist@chthon.perl.com> 3754 Date: Mon, 3 Aug 1998 05:29:25 -0600 3755 Message-Id: <199808031129.FAA24985@chthon.perl.com> 3756 Subject: PATCH: pod/roffitall (5.005_02) 3757 Branch: maint-5.005/perl 3758 ! pod/roffitall 3759____________________________________________________________________________ 3760[ 1722] By: gsar on 1998/08/03 17:01:12 3761 Log: applied suggested patch, slightly tweaked 3762 From: Jarkko Hietaniemi <jhi@cc.hut.fi> 3763 Date: Mon, 3 Aug 1998 11:52:30 +0300 (EET DST) 3764 Message-Id: <199808030852.LAA14153@alpha.hut.fi> 3765 Subject: [PATCH] perl5.005_02-TRIAL1: pod/perlhist.pod 3766 Branch: maint-5.005/perl 3767 ! pod/perlhist.pod 3768____________________________________________________________________________ 3769[ 1721] By: gsar on 1998/08/03 16:30:20 3770 Log: fix segfault when threadsv is used as foreach itervar 3771 From: Stephen McCamant <alias@mcs.com> 3772 Date: Sun, 02 Aug 1998 21:44:34 CDT 3773 Message-Id: <13765.8641.997452.14516@alias-2.pr.mcs.net> 3774 Subject: [PATCH] threadsv index in enteriter targ in op_free() 3775 Branch: maint-5.005/perl 3776 ! op.c 3777____________________________________________________________________________ 3778[ 1720] By: gsar on 1998/08/02 23:33:42 3779 Log: close() open files before unlink() 3780 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3781 Date: Sun, 2 Aug 1998 18:14:22 -0400 (EDT) 3782 Message-Id: <199808022214.SAA20135@monk.mps.ohio-state.edu> 3783 Subject: [PATCH 5.005_*] File leaked from test suite - tests 3784 Branch: maint-5.005/perl 3785 ! t/base/rs.t t/op/defins.t 3786____________________________________________________________________________ 3787[ 1719] By: gsar on 1998/08/02 23:31:51 3788 Log: more pack() tests 3789 From: Jarkko Hietaniemi <jhi@iki.fi> 3790 Date: Mon, 3 Aug 1998 00:59:41 +0300 (EET DST) 3791 Message-Id: <199808022159.AAA17160@alpha.hut.fi> 3792 Subject: Re: uudecode 'u' problem 3793 Branch: maint-5.005/perl 3794 ! t/op/pack.t 3795____________________________________________________________________________ 3796[ 1718] By: gsar on 1998/08/02 23:26:51 3797 Log: t/TEST aesthetic tweak suggested by Jarkko 3798 Branch: maint-5.005/perl 3799 ! t/TEST 3800____________________________________________________________________________ 3801[ 1717] By: gsar on 1998/08/02 23:23:43 3802 Log: add Digital Unix 3.x notes to README.threads (as suggested by 3803 Phoenix <awrobel@jedi.cis.temple.edu>) 3804 Branch: maint-5.005/perl 3805 ! README.threads 3806____________________________________________________________________________ 3807[ 1716] By: gsar on 1998/08/02 23:15:00 3808 Log: allow *FOO{BAR}[0] etc. (without intervening arrow) 3809 From: Stephen McCamant <alias@mcs.com> 3810 Date: Sun, 2 Aug 1998 16:16:50 -0500 (CDT) 3811 Message-ID: <13764.54929.60137.104838@alias-2.pr.mcs.net> 3812 Subject: [PATCH] Re: Minor nit in glob notation 3813 Branch: maint-5.005/perl 3814 ! Changes op.c 3815____________________________________________________________________________ 3816[ 1715] By: gsar on 1998/08/02 22:49:53 3817 Log: fix unpack('u',...) problem with spaces in input 3818 Branch: maint-5.005/perl 3819 ! pp.c t/op/pack.t 3820____________________________________________________________________________ 3821[ 1714] By: gsar on 1998/08/02 21:27:19 3822 Log: update location of perlcrt.dll for win32 builds 3823 Branch: maint-5.005/perl 3824 ! win32/Makefile win32/makefile.mk 3825____________________________________________________________________________ 3826[ 1713] By: gsar on 1998/08/02 09:28:32 3827 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3828 Date: Sun, 2 Aug 1998 04:35:11 -0400 (EDT) 3829 Message-Id: <199808020835.EAA09367@monk.mps.ohio-state.edu> 3830 Subject: [PATCH 5.005_*] Better debugging output from malloc.c 3831 Branch: maint-5.005/perl 3832 ! malloc.c 3833____________________________________________________________________________ 3834[ 1712] By: gsar on 1998/08/02 09:16:55 3835 Log: fix longstanding bug in pack('u',...) (reads garbage beyond the end 3836 of the input string) 3837 Branch: maint-5.005/perl 3838 ! pp.c 3839____________________________________________________________________________ 3840[ 1711] By: gsar on 1998/08/02 08:14:25 3841 Log: update Changes, tweak Porting/makerel 3842 Branch: maint-5.005/perl 3843 ! Changes Porting/makerel 3844____________________________________________________________________________ 3845[ 1710] By: gsar on 1998/08/02 07:31:37 3846 Log: remove CRs from djgpp/configure.bat (Porting/makerel adds them) 3847 Branch: maint-5.005/perl 3848 ! djgpp/configure.bat 3849____________________________________________________________________________ 3850[ 1709] By: gsar on 1998/08/02 07:27:34 3851 Log: Porting/makerel tweaks 3852 Branch: maint-5.005/perl 3853 ! Porting/makerel 3854____________________________________________________________________________ 3855[ 1708] By: gsar on 1998/08/02 07:09:35 3856 Log: fixes for pod noises 3857 Branch: maint-5.005/perl 3858 ! ext/B/B/Bytecode.pm ext/Thread/Thread/Specific.pm 3859 ! pod/perlembed.pod pod/perlfaq.pod 3860____________________________________________________________________________ 3861[ 1707] By: gsar on 1998/08/02 06:59:47 3862 Log: malloc.c tweaks 3863 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3864 Date: Sat, 01 Aug 1998 18:46:32 EDT 3865 Message-Id: <199808012246.SAA00699@monk.mps.ohio-state.edu> 3866 Subject: [PATCH 5.005_*] Better malloc.c 3867 Branch: maint-5.005/perl 3868 ! malloc.c 3869____________________________________________________________________________ 3870[ 1706] By: gsar on 1998/08/02 06:56:37 3871 Log: fix quoting of keys with embedded nulls 3872 From: Slaven Rezic <eserte@cs.tu-berlin.de> 3873 Date: Sat, 01 Aug 1998 13:38:03 +0200 3874 Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de> 3875 Subject: Data::Dumper 2.09, patch 3876 Branch: maint-5.005/perl 3877 ! ext/Data/Dumper/Dumper.xs 3878____________________________________________________________________________ 3879[ 1705] By: gsar on 1998/08/02 06:50:07 3880 Log: From: pvhp@forte.com (Peter Prymmer) 3881 Date: Fri, 31 Jul 1998 14:50:41 PDT 3882 Message-Id: <9807312150.AA08867@forte.com> 3883 Subject: Re: \Q doesn't work in interpolated regular expressions 3884 Branch: maint-5.005/perl 3885 ! pod/perlre.pod 3886____________________________________________________________________________ 3887[ 1704] By: gsar on 1998/08/02 06:37:06 3888 Log: add test for magic autovivification 3889 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 3890 Date: Thu, 30 Jul 1998 12:18:15 +0100 3891 Message-Id: <E0z1qit-0003O5-00@taurus.cus.cam.ac.uk> 3892 Subject: Re: Perl5.005_01 failing to autovivify subroutine args 3893 Branch: maint-5.005/perl 3894 ! pod/perldiag.pod t/cmd/subval.t 3895____________________________________________________________________________ 3896[ 1703] By: gsar on 1998/08/02 06:26:57 3897 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3898 Date: Tue, 21 Jul 1998 23:58:53 -0400 (EDT) 3899 Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu> 3900 Subject: [PATCH 5.004_76] better RE colors 3901 Branch: maint-5.005/perl 3902 ! ext/re/re.pm regcomp.c regexec.c thrdvar.h 3903____________________________________________________________________________ 3904[ 1702] By: gsar on 1998/08/02 06:22:15 3905 Log: mark link type of exported functions for OS/2 3906 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3907 Date: Sun, 26 Jul 1998 21:03:03 -0400 (EDT) 3908 Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu> 3909 Subject: Re: Compiler linkage's types [PATCH 5.005] 3910 Branch: maint-5.005/perl 3911 ! os2/os2ish.h proto.h 3912____________________________________________________________________________ 3913[ 1701] By: gsar on 1998/08/02 06:16:03 3914 Log: tweaked version of suggested patch 3915 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3916 Date: Mon, 20 Jul 1998 21:40:00 -0400 (EDT) 3917 Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu> 3918 Subject: [PATCH 5.004_75] Enable -DS 3919 Branch: maint-5.005/perl 3920 ! README.threads ext/Thread/Thread.xs ext/Thread/typemap mg.c 3921 ! op.c perl.c perl.h pod/perlrun.pod pp.c pp_hot.c scope.c 3922 ! thread.h util.c win32/win32thread.c 3923____________________________________________________________________________ 3924[ 1700] By: gsar on 1998/08/02 05:54:00 3925 Log: up patchlevel to 5.005_02 3926 Branch: maint-5.005/perl 3927 ! Changes patchlevel.h win32/Makefile win32/config_H.bc 3928 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk 3929____________________________________________________________________________ 3930[ 1699] By: gsar on 1998/08/02 05:50:01 3931 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 3932 Message-Id: <199807180809.EAA09379@monk.mps.ohio-state.edu> 3933 Date: Sat, 18 Jul 1998 04:09:26 -0400 (EDT) 3934 Subject: [PATCH 5.004_72] Make tests succeed on OS/2 3935 Branch: maint-5.005/perl 3936 ! t/io/fs.t t/lib/io_pipe.t t/lib/io_sock.t t/op/stat.t 3937____________________________________________________________________________ 3938[ 1698] By: gsar on 1998/08/02 05:41:41 3939 Log: use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY) 3940 Branch: maint-5.005/perl 3941 ! regcomp.c 3942____________________________________________________________________________ 3943[ 1697] By: gsar on 1998/08/02 05:20:12 3944 Log: support OE/MVS 3945 From: Jarkko Hietaniemi <jhi@iki.fi> 3946 Message-Id: <199808010903.MAA09371@alpha.hut.fi> 3947 Date: Sat, 1 Aug 1998 12:03:02 +0300 (EET DST) 3948 Subject: [PATCH] 5.005_01: OE MVS 3949 Branch: maint-5.005/perl 3950 + README.os390 ebcdic.c 3951 ! Configure MANIFEST doio.c ext/Errno/Errno_pm.PL gv.c handy.h 3952 ! hints/os390.sh lib/bigint.pl mg.c patchlevel.h perl.c perl.h 3953 ! perly.c perly.h perly.y perly_c.diff pod/perldelta.pod 3954 ! pod/perlport.pod pp.c pp_ctl.c pp_hot.c pp_sys.c sv.c 3955 ! t/base/term.t t/comp/package.t t/comp/require.t 3956 ! t/lib/bigintpm.t t/lib/cgi-html.t t/lib/filehand.t t/lib/ph.t 3957 ! t/op/auto.t t/op/bop.t t/op/each.t t/op/magic.t t/op/misc.t 3958 ! t/op/ord.t t/op/pack.t t/op/quotemeta.t t/op/re_tests 3959 ! t/op/regexp.t t/op/sort.t t/op/sprintf.t t/op/subst.t 3960 ! t/op/taint.t t/op/universal.t t/pragma/constant.t 3961 ! t/pragma/overload.t t/pragma/subs.t toke.c x2p/a2p.h 3962 ! x2p/a2py.c 3963____________________________________________________________________________ 3964[ 1696] By: gsar on 1998/08/02 05:03:09 3965 Log: VMS patches 3966 From: pvhp@forte.com (Peter Prymmer) 3967 Message-Id: <9807290017.AA01833@forte.com> 3968 Date: Tue, 28 Jul 98 17:17:33 PDT 3969 Subject: Re: Not OK: perl 5.00501 on VMS_AXP-thread I7.2 3970 -- 3971 From: Dan Sugalski <sugalskd@osshe.edu> 3972 Message-Id: <3.0.5.32.19980729125623.00b562b0@ous.edu> 3973 Date: Wed, 29 Jul 1998 12:56:23 -0700 3974 Subject: [PATCH 5.005_01]Typo in CONFIGURE.COM (vms) 3975 -- 3976 From: Dan Sugalski <sugalskd@osshe.edu> 3977 Date: Thu, 30 Jul 1998 09:02:24 -0700 3978 Message-Id: <3.0.5.32.19980730090224.00b70eb0@ous.edu> 3979 Subject: [PATCH 5.005_01]VMS config SOCKETSHR typo patch and fcntl check 3980 Branch: maint-5.005/perl 3981 ! configure.com vms/subconfigure.com 3982____________________________________________________________________________ 3983[ 1695] By: gsar on 1998/08/02 04:49:32 3984 Log: rename duplicate warning in regexec.c 3985 Branch: maint-5.005/perl 3986 ! regexec.c 3987____________________________________________________________________________ 3988[ 1694] By: gsar on 1998/08/02 04:44:20 3989 Log: beware egcs' ld on Solaris 3990 From: Tom Spindler <dogcow@home.merit.edu> 3991 Message-ID: <19980801212158.A2934@home.merit.edu> 3992 Date: Sat, 1 Aug 1998 21:21:58 -0400 3993 Subject: Re: [PATCH perl5.005_01] hints/solaris_2.sh, egcs, and ld 3994 Branch: maint-5.005/perl 3995 ! hints/solaris_2.sh 3996____________________________________________________________________________ 3997[ 1693] By: gsar on 1998/08/02 04:41:43 3998 Log: de-utf-ized variation of Ilya's patch 3999 From: Jan-Pieter Cornet <johnpc@xs4all.net> 4000 Date: 31 Jul 1998 12:44:57 +0200 4001 Message-ID: <6ps779$hmj$1@xs1.xs4all.nl> 4002 Subject: Re: s/\s*$//g in majordomo causes segfault under 5.005_01 4003 Branch: maint-5.005/perl 4004 ! regexec.c 4005____________________________________________________________________________ 4006[ 1692] By: gsar on 1998/08/02 04:39:14 4007 Log: better validation of SysV IPC availability 4008 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com> 4009 Date: Fri, 31 Jul 1998 13:13:57 +0300 (EEST) 4010 Message-Id: <199807311013.NAA28887@koah.research.nokia.com> 4011 Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 4012 Branch: maint-5.005/perl 4013 ! Configure INSTALL ext/IPC/SysV/SysV.xs pod/perldiag.pod 4014 ! t/lib/ipc_sysv.t 4015____________________________________________________________________________ 4016[ 1691] By: gsar on 1998/08/02 04:32:30 4017 Log: fix bug in display of watched expressions 4018 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4019 Date: Thu, 30 Jul 1998 20:02:04 -0400 (EDT) 4020 Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu> 4021 Subject: Re: Bug? in perl5db.pl [PATCH] 4022 Branch: maint-5.005/perl 4023 ! lib/perl5db.pl 4024____________________________________________________________________________ 4025[ 1690] By: gsar on 1998/08/02 04:29:08 4026 Log: applied all but one hunk 4027 From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 4028 Date: Thu, 30 Jul 1998 17:19:42 -0400 4029 Message-Id: <199807302119.RAA06852@sleipnir.valparaiso.cl> 4030 Subject: Some typos in perldelta.pod 4031 Branch: maint-5.005/perl 4032 ! pod/perldelta.pod 4033____________________________________________________________________________ 4034[ 1689] By: gsar on 1998/08/02 04:27:02 4035 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 4036 Date: Thu, 30 Jul 1998 10:22:36 -0400 (EDT) 4037 Message-Id: <Pine.SUN.3.96.980730101627.17514B-100000@newton.phys> 4038 Subject: [PATCH 5.005_05] Remove redundant dTHR 4039 Branch: maint-5.005/perl 4040 ! mg.c sv.c 4041____________________________________________________________________________ 4042[ 1688] By: gsar on 1998/08/02 04:25:49 4043 Log: From: Tom Hughes <thh@cyberscience.com> 4044 Date: 30 Jul 1998 09:47:31 +0100 4045 Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com> 4046 Subject: Class::Struct has an incomplete tied array package 4047 Branch: maint-5.005/perl 4048 ! lib/Class/Struct.pm 4049____________________________________________________________________________ 4050[ 1687] By: gsar on 1998/08/02 04:21:48 4051 Log: ensure implicit close on local(*FH) doesn't affect $! and thence $? 4052 Branch: maint-5.005/perl 4053 ! sv.c t/op/die_exit.t 4054____________________________________________________________________________ 4055[ 1686] By: gsar on 1998/08/02 03:57:28 4056 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 4057 Date: Thu, 30 Jul 1998 00:39:30 +0300 (EET DST) 4058 Message-Id: <199807292139.AAA01795@alpha.hut.fi> 4059 Subject: Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes 4060 Branch: maint-5.005/perl 4061 ! ext/POSIX/POSIX.xs pod/perllocale.pod 4062____________________________________________________________________________ 4063[ 1685] By: gsar on 1998/08/02 03:54:15 4064 Log: PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com> 4065 Date: Wed, 29 Jul 1998 10:45:31 -0700 4066 Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active> 4067 Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT 4068 -- 4069 Date: Sat, 1 Aug 1998 09:33:19 -0700 4070 Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active> 4071 Subject: [PATCH 5.005_01] 4072 Branch: maint-5.005/perl 4073 ! perl.h proto.h 4074____________________________________________________________________________ 4075[ 1684] By: gsar on 1998/08/02 03:49:33 4076 Log: hand-apply whitespace-mutiliated patch 4077 From: Nicholas Clark <nick@flirble.org> 4078 Date: Tue, 28 Jul 1998 16:40:42 +0100 (BST) 4079 Message-Id: <199807281540.QAA04640@flirble.org> 4080 Subject: [PATCH] POSIX::ELOOP 4081 Branch: maint-5.005/perl 4082 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs 4083____________________________________________________________________________ 4084[ 1683] By: gsar on 1998/08/02 03:45:26 4085 Log: document return values of do() better 4086 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 4087 Date: Tue, 28 Jul 1998 12:44:36 +0100 4088 Message-Id: <E0z18BI-0003cH-00@taurus.cus.cam.ac.uk> 4089 Subject: [PATCH] Re: Obscurity of lexicals with do "" 4090 Branch: maint-5.005/perl 4091 ! pod/perlfunc.pod 4092____________________________________________________________________________ 4093[ 1682] By: gsar on 1998/08/02 03:42:26 4094 Log: avoid reusing foreach itervar if magic got tacked onto it 4095 From: Stephen McCamant <alias@mcs.com> 4096 Date: Tue, 28 Jul 1998 22:18:25 -0500 (CDT) 4097 Message-ID: <13758.36756.215424.719750@alias-2.pr.mcs.net> 4098 Subject: [PATCH] Re: pos() resetting changed with 5.005? 4099 Branch: maint-5.005/perl 4100 ! pp_hot.c 4101____________________________________________________________________________ 4102[ 1681] By: gsar on 1998/08/02 03:39:27 4103 Log: From: Nick Ing-Simmons <nik@tiuk.ti.com> 4104 Date: Wed, 29 Jul 1998 13:28:14 +0100 4105 Message-Id: <199807291228.NAA20055@tiuk.ti.com> 4106 Subject: [Patch] Math::Complex - Ambiguous call resolved as CORE::foo() 4107 Branch: maint-5.005/perl 4108 + Porting/fixCORE 4109 ! MANIFEST lib/Math/Complex.pm 4110____________________________________________________________________________ 4111[ 1680] By: gsar on 1998/08/02 03:33:07 4112 Log: From: h.sanden@elsevier.nl (Hugo van der Sanden) 4113 Date: Mon, 27 Jul 1998 13:34:45 +0200 4114 Message-Id: <199807271134.NAA24475@dorlas.elsevier.nl> 4115 Subject: perlcall.pod 4116 Branch: maint-5.005/perl 4117 ! pod/perlcall.pod 4118____________________________________________________________________________ 4119[ 1679] By: gsar on 1998/08/02 03:29:41 4120 Log: MM_Win32::maybe_command() case-insesitivity tweak 4121 Branch: maint-5.005/perl 4122 ! lib/ExtUtils/MM_Win32.pm 4123____________________________________________________________________________ 4124[ 1678] By: gsar on 1998/08/02 03:24:29 4125 Log: fix MM_Win32::maybe_command() 4126 Branch: maint-5.005/perl 4127 ! lib/ExtUtils/MM_Win32.pm 4128____________________________________________________________________________ 4129[ 1677] By: gsar on 1998/08/01 19:52:19 4130 Log: fixes for overloading bugs and docs, tweaked some 4131 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4132 Date: Sat, 25 Jul 1998 21:28:16 -0400 (EDT) 4133 Message-Id: <199807260128.VAA10543@monk.mps.ohio-state.edu> 4134 Subject: [PATCH 5.004_76] better overloading 4135 Branch: maint-5.005/perl 4136 ! Changes gv.c lib/dumpvar.pl lib/overload.pm lib/perl5db.pl 4137 ! t/pragma/overload.t 4138____________________________________________________________________________ 4139[ 1676] By: gsar on 1998/08/01 19:37:13 4140 Log: stray s/foo/PL_foo/ 4141 From: win@in.rhein-main.de (Winfried Koenig) 4142 Date: Mon, 27 Jul 98 21:13 MET 4143 Message-Id: <m0z0teW-00019aC@incom.rhein-main.de> 4144 Subject: Bug in pp_rename and ISC hint 4145 Branch: maint-5.005/perl 4146 ! pp_sys.c 4147____________________________________________________________________________ 4148[ 1675] By: gsar on 1998/08/01 19:22:13 4149 Log: newer Porting/patchls from maint-5.004 4150 Branch: maint-5.005/perl 4151 ! Porting/patchls 4152____________________________________________________________________________ 4153[ 1674] By: gsar on 1998/08/01 17:50:44 4154 Log: fix buggy detection of failed glob() 4155 Branch: maint-5.005/perl 4156 ! pp_hot.c 4157____________________________________________________________________________ 4158[ 1673] By: gsar on 1998/07/29 18:14:32 4159 Log: fix typo in change#1489 that prevented magic-autovivification 4160 Branch: maint-5.005/perl 4161 ! mg.c 4162 4163---------------- 4164Version 5.005_01 First maintenance release of 5.005 4165---------------- 4166 4167____________________________________________________________________________ 4168[ 1669] By: gsar on 1998/07/26 23:19:02 4169 Log: update Changes; add sv_*_mg() entries in win32/GenCAPI.pl 4170 Branch: maint-5.005/perl 4171 ! Changes proto.h win32/GenCAPI.pl 4172____________________________________________________________________________ 4173[ 1668] By: gsar on 1998/07/26 21:12:11 4174 Log: s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they 4175 can disable it from config.sh if they want; up patchlevel to 5_01; 4176 little tweaks to pods 4177 Branch: maint-5.005/perl 4178 ! README.win32 patchlevel.h pod/perldelta.pod toke.c 4179 ! win32/Makefile win32/config_H.bc win32/config_H.gc 4180 ! win32/config_H.vc win32/makefile.mk win32/win32.c 4181____________________________________________________________________________ 4182[ 1662] By: gsar on 1998/07/26 05:01:52 4183 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod 4184 Branch: maint-5.005/perl 4185 ! pod/perlhist.pod proto.h 4186____________________________________________________________________________ 4187[ 1658] By: gsar on 1998/07/26 02:23:46 4188 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu> 4189 Date: Fri, 24 Jul 1998 11:38:25 -0700 4190 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu> 4191 Subject: [PATCH 5.005] version number problem with VMS (Corrected) 4192 -- 4193 Date: Fri, 24 Jul 1998 12:30:36 -0700 4194 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu> 4195 Subject: [PATCH 5.005]Tweaks to README.vms 4196 -- 4197 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT) 4198 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu> 4199 Subject: [PATCH 5.005] Final build cleanup patch 4200 Branch: maint-5.005/perl 4201 ! README.vms vms/descrip_mms.template vms/subconfigure.com 4202____________________________________________________________________________ 4203[ 1657] By: gsar on 1998/07/26 02:19:50 4204 Log: another platform where pp_sselect() needs a whole fd_set buffer 4205 From: Lupe Christoph <lupe@alanya.m.isar.de> 4206 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST) 4207 Message-Id: <199807251749.TAA22347@alanya.m.isar.de> 4208 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6 4209 Branch: maint-5.005/perl 4210 ! pp_sys.c 4211____________________________________________________________________________ 4212[ 1656] By: gsar on 1998/07/26 02:12:46 4213 Log: fix problem building modules on dos-djgpp 4214 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 4215 Date: Sat, 25 Jul 1998 00:53:39 +0200 4216 Message-ID: <19980725005339.C222@cdata.tvnet.hu> 4217 Subject: [PATCH 5.005] dos-djgpp and modules problem 4218 Branch: maint-5.005/perl 4219 ! djgpp/fixpmain 4220____________________________________________________________________________ 4221[ 1655] By: gsar on 1998/07/26 02:11:09 4222 Log: From: Tom Spindler <dogcow@home.merit.edu> 4223 Date: Wed, 22 Jul 1998 16:11:07 -0400 4224 Message-ID: <19980722161107.A16813@home.merit.edu> 4225 Subject: [PATCH 5.005] BeOS tweak 4226 Branch: maint-5.005/perl 4227 ! hints/beos.sh 4228____________________________________________________________________________ 4229[ 1654] By: gsar on 1998/07/26 02:09:29 4230 Log: various pod tweaks 4231 Branch: maint-5.005/perl 4232 ! Changes pod/perldelta.pod pod/perlmodinstall.pod 4233 ! pod/perltoc.pod 4234____________________________________________________________________________ 4235[ 1653] By: gsar on 1998/07/26 02:05:46 4236 Log: fix emacs/ptags for PL_* changes 4237 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4238 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT) 4239 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu> 4240 Subject: [PATCH 5.004_76] Yet better ptags 4241 Branch: maint-5.005/perl 4242 ! emacs/ptags 4243____________________________________________________________________________ 4244[ 1652] By: gsar on 1998/07/26 02:03:01 4245 Log: fix behavior of <=> on bigints 4246 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 4247 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk> 4248 Date: Fri, 24 Jul 1998 18:29:53 +0100 4249 Subject: [PATCH] Re: Math::BigInt <=> op is not correct. 4250 Branch: maint-5.005/perl 4251 ! lib/Math/BigInt.pm t/lib/bigintpm.t 4252____________________________________________________________________________ 4253[ 1649] By: gsar on 1998/07/24 03:56:56 4254 Log: create maint-5.005 branch 4255 Branch: maint-5.005/perl 4256 +> (branch 1079 files) 4257____________________________________________________________________________ 4258[ 1648] By: gsar on 1998/07/24 03:36:35 4259 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*) 4260 Branch: perl 4261 ! Changes 4262 4263------------- 4264Version 5.005 Production release 4265------------- 4266 4267____________________________________________________________________________ 4268[ 1647] By: gsar on 1998/07/22 21:11:29 4269 Log: sneak in hints/irix_6.sh update 4270 Branch: perl 4271 ! Changes hints/irix_6.sh 4272____________________________________________________________________________ 4273[ 1646] By: gsar on 1998/07/22 21:00:44 4274 Log: Update perldelta and Changes; refresh perltoc; newer perlembed.pod 4275 from Jon Orwant <orwant@media.mit.edu>; update guts documentation 4276 to reflect PL_* changes; is this *it* for 5.005? 4277 Branch: perl 4278 ! Changes README.win32 patchlevel.h pod/perlcall.pod 4279 ! pod/perldelta.pod pod/perlembed.pod pod/perlguts.pod 4280 ! pod/perltoc.pod pod/perlxs.pod 4281____________________________________________________________________________ 4282[ 1645] By: gsar on 1998/07/22 19:37:41 4283 Log: don't use qualify() in class methods 4284 From: Albert Dvornik <bert@genscan.com> 4285 Date: 22 Jul 1998 15:14:46 EDT 4286 Message-Id: <tqbtqhlmu1.fsf_-_@puma.genscan.com> 4287 Subject: [PATCH 5.005-MAYBE] Bug in IO::Handle->input_record_separator 4288 Branch: perl 4289 ! ext/IO/lib/IO/Handle.pm 4290____________________________________________________________________________ 4291[ 1644] By: gsar on 1998/07/22 18:13:31 4292 Log: newer perlembed.pod 4293 Branch: perl 4294 ! pod/perlembed.pod 4295____________________________________________________________________________ 4296[ 1643] By: gsar on 1998/07/22 18:03:42 4297 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 4298 Date: Wed, 22 Jul 1998 13:42:20 EDT 4299 Message-Id: <Pine.SUN.3.96.980722134049.10073C-100000@newton.phys> 4300 Subject: Re: 5.005 - a sneak preview 4301 Branch: perl 4302 ! Porting/pumpkin.pod 4303____________________________________________________________________________ 4304[ 1642] By: gsar on 1998/07/22 17:58:42 4305 Log: add perlmodinstall, regen perltoc 4306 Branch: perl 4307 + pod/perlmodinstall.pod 4308 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod 4309 ! pod/perltoc.pod win32/pod.mak 4310____________________________________________________________________________ 4311[ 1641] By: gsar on 1998/07/22 17:11:55 4312 Log: support optional crypt() with PERL_OBJECT 4313 From: "Douglas Lankshear" <dougl@ActiveState.com> 4314 Date: Wed, 22 Jul 1998 08:21:10 PDT 4315 Message-Id: <000701bdb584$5b57c070$a32fa8c0@tau.Active> 4316 Subject: [PATCH 5.005 maybe] for crypt with PERL_OBJECT 4317 Branch: perl 4318 ! iperlsys.h pp.c win32/Makefile win32/makefile.mk 4319 ! win32/perlhost.h win32/win32.c win32/win32iop.h 4320____________________________________________________________________________ 4321[ 1640] By: gsar on 1998/07/22 17:09:11 4322 Log: win32 tweaks 4323 Date: Wed, 22 Jul 1998 07:09:09 PDT 4324 Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active> 4325 From: "Douglas Lankshear" <dougl@ActiveState.com> 4326 Branch: perl 4327 ! win32/Makefile win32/makefile.mk win32/win32.h 4328____________________________________________________________________________ 4329[ 1639] By: gsar on 1998/07/22 17:00:30 4330 Log: From: d-lewart@uiuc.edu (Daniel S. Lewart) 4331 Date: Wed, 22 Jul 1998 06:20:08 CDT 4332 Message-Id: <199807221120.GAA07962@staff2.cso.uiuc.edu> 4333 Subject: [PATCH] lib/Sys/Syslog.pm doc 4334 Branch: perl 4335 ! Changes lib/Sys/Syslog.pm 4336____________________________________________________________________________ 4337[ 1638] By: gsar on 1998/07/22 09:12:26 4338 Log: up patchlevel etc (only doc patching from now on, testing in progress) 4339 Branch: perl 4340 ! Changes patchlevel.h win32/Makefile win32/config_H.bc 4341 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk 4342____________________________________________________________________________ 4343[ 1637] By: gsar on 1998/07/22 08:27:09 4344 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu> 4345 Date: Tue, 21 Jul 1998 16:04:40 PDT 4346 Message-Id: <3.0.5.32.19980721160440.00a916f0@ous.edu> 4347 Subject: [PATCH 5.004_76]Document Vax C's death for VMS 4348 -- 4349 Date: Tue, 21 Jul 1998 16:08:57 PDT 4350 Message-Id: <3.0.5.32.19980721160857.00a6d250@ous.edu> 4351 Subject: [PATCH 5.004_76]fix clean/realclean targets of VMS' makefile 4352 -- 4353 Date: Tue, 21 Jul 1998 16:05:56 PDT 4354 Message-Id: <3.0.5.32.19980721160556.00a1a100@ous.edu> 4355 Subject: [PATCH 5.004_76]Note the record-read capabilities of $/ in perldelta.pod 4356 Branch: perl 4357 ! README.vms pod/perldelta.pod vms/descrip_mms.template 4358____________________________________________________________________________ 4359[ 1636] By: gsar on 1998/07/22 08:04:37 4360 Log: fix quoting in t/io/inplace.t 4361 Branch: perl 4362 ! t/io/inplace.t 4363____________________________________________________________________________ 4364[ 1635] By: gsar on 1998/07/22 07:59:30 4365 Log: From: Dan Sugalski <sugalskd@osshe.edu> 4366 Date: Tue, 21 Jul 1998 13:06:44 PDT 4367 Message-Id: <3.0.5.32.19980721130644.00ac5100@ous.edu> 4368 Subject: [PATCH 5.004_76]t/io/inplace.t enabled for VMS 4369 Branch: perl 4370 ! t/io/inplace.t vms/test.com 4371____________________________________________________________________________ 4372[ 1634] By: gsar on 1998/07/22 07:55:35 4373 Log: From: Dan Sugalski <sugalskd@osshe.edu> 4374 Date: Tue, 21 Jul 1998 12:42:20 PDT 4375 Message-Id: <3.0.5.32.19980721124220.00a82a20@ous.edu> 4376 Subject: [PATCH 5.004_76]Fix inplace editing for VMS 4377 Branch: perl 4378 ! doio.c 4379____________________________________________________________________________ 4380[ 1633] By: gsar on 1998/07/22 07:53:53 4381 Log: fix AIX hints for PL_* changes 4382 From: Jarkko Hietaniemi <jhi@iki.fi> 4383 Date: Tue, 21 Jul 1998 22:53:54 +0300 4384 Message-Id: <199807211953.WAA55724@vipunen.hut.fi> 4385 Subject: Re: _76 fails to link B extension on AIX 414 4386 Branch: perl 4387 ! perl_exp.SH 4388____________________________________________________________________________ 4389[ 1632] By: gsar on 1998/07/22 07:51:56 4390 Log: From: Anton Berezin <tobez@plab.ku.dk> 4391 Date: Tue, 21 Jul 1998 21:46:45 +0200 4392 Message-Id: <199807211946.VAA01301@lion.plab.ku.dk> 4393 Subject: [PATCH _76] t/op/eval.t test for eval & scoping of lexicals 4394 Branch: perl 4395 ! t/op/eval.t 4396____________________________________________________________________________ 4397[ 1631] By: gsar on 1998/07/22 07:48:20 4398 Log: applied patch, with tweak suggested by Michael Parker 4399 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 4400 Date: Tue, 21 Jul 1998 14:30:05 EDT 4401 Message-Id: <Pine.SUN.3.96.980721142928.8231Q-100000@newton.phys> 4402 Subject: Re: Not OK: _76 on IP22-irix6.2 fails tests 4403 Branch: perl 4404 ! hints/irix_6.sh 4405____________________________________________________________________________ 4406[ 1630] By: gsar on 1998/07/22 07:40:25 4407 Log: better diagnostic on errno.t failure 4408 From: Graham Barr <gbarr@ti.com> 4409 Date: Tue, 21 Jul 1998 13:07:29 CDT 4410 Message-Id: <19980721130729.K4337@asic.sc.ti.com> 4411 Branch: perl 4412 ! t/lib/errno.t 4413____________________________________________________________________________ 4414[ 1629] By: gsar on 1998/07/22 07:36:38 4415 Log: win32 tweaks: disable XSLOCKS in perl.c, correct typo, search 4416 the registry for anything that begins with "PERL", not "PERL5" 4417 From: "Douglas Lankshear" <dougl@ActiveState.com> 4418 Date: Tue, 21 Jul 1998 11:08:00 PDT 4419 Message-Id: <000601bdb4d2$7ee74720$a32fa8c0@tau.Active> 4420 Branch: perl 4421 ! perl.c win32/perlhost.h win32/win32.c 4422____________________________________________________________________________ 4423[ 1628] By: gsar on 1998/07/22 07:28:35 4424 Log: suppress redefined warnings on C<INIT {} INIT {}> 4425 Branch: perl 4426 ! op.c 4427____________________________________________________________________________ 4428[ 1627] By: gsar on 1998/07/22 07:15:19 4429 Log: remove spurious $VERSION line that confuses CPAN 4430 From: Johan Vromans <jvromans@squirrel.nl> 4431 Date: Tue, 21 Jul 1998 20:01:36 +0200 4432 Message-Id: <13748.55168.397720.564438@phoenix.squirrel.nl> 4433 Subject: Re: 5.004_76 missing version numbers 4434 Branch: perl 4435 ! lib/Getopt/Long.pm 4436____________________________________________________________________________ 4437[ 1626] By: gsar on 1998/07/22 06:57:56 4438 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 4439 Date: Tue, 21 Jul 1998 10:20:13 EDT 4440 Message-Id: <Pine.SUN.3.96.980721101922.8078A-100000@newton.phys> 4441 Subject: [PATCH] Porting/config* updates for 5.005 4442 Branch: perl 4443 ! Changes Porting/config.sh Porting/config_H 4444____________________________________________________________________________ 4445[ 1625] By: gsar on 1998/07/22 06:46:38 4446 Log: add a few more globals with old names #defined 4447 Branch: perl 4448 ! embed.pl embedvar.h 4449____________________________________________________________________________ 4450[ 1624] By: gsar on 1998/07/22 06:39:22 4451 Log: allow extensions to be specified as paths 4452 From: Paul Johnson <pjcj@transeda.com> 4453 Date: Tue, 21 Jul 1998 12:04:27 BST 4454 Message-Id: <19980721120427.F903@west-tip.transeda.com> 4455 Subject: [PATCH] 5.004_75 Embed and static extensions 4456 Branch: perl 4457 ! lib/ExtUtils/Embed.pm 4458____________________________________________________________________________ 4459[ 1623] By: gsar on 1998/07/22 06:12:50 4460 Log: make $ prototype to accept THREADSVs 4461 Branch: perl 4462 ! op.c 4463____________________________________________________________________________ 4464[ 1622] By: gsar on 1998/07/22 06:04:25 4465 Log: fix Liblist.pm to find entries that are plain pathnames on win32 4466 Branch: perl 4467 ! lib/ExtUtils/Liblist.pm 4468____________________________________________________________________________ 4469[ 1621] By: gsar on 1998/07/22 05:10:53 4470 Log: perlfaq update from From Tom Christiansen and Nathan Torkington 4471 (removes all mention of training courses from perlfaq*.pod) 4472 Branch: perl 4473 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod 4474 ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod 4475 ! pod/perlfaq8.pod pod/perlfaq9.pod 4476____________________________________________________________________________ 4477[ 1620] By: gsar on 1998/07/22 02:51:13 4478 Log: applied patch, modulo parts already added to perldelta 4479 From: Stephen McCamant <alias@mcs.com> 4480 Date: Tue, 21 Jul 1998 17:06:23 CDT 4481 Message-Id: <13749.3106.995764.413053@alias-2.pr.mcs.net> 4482 Subject: [PATCH] Re: Beta2 is available 4483 Branch: perl 4484 ! pod/perldelta.pod 4485____________________________________________________________________________ 4486[ 1619] By: gsar on 1998/07/22 02:45:55 4487 Log: applied patch, add new message to perldeta 4488 From: Stephen McCamant <alias@mcs.com> 4489 Date: Tue, 21 Jul 1998 16:12:25 CDT 4490 Message-Id: <13749.910.83378.949909@alias-2.pr.mcs.net> 4491 Subject: [PATCH] Band-aid patch for local($avhv->{a}) 4492 Branch: perl 4493 ! pod/perldelta.pod pod/perldiag.pod pp.c pp_hot.c 4494____________________________________________________________________________ 4495[ 1618] By: gsar on 1998/07/22 02:08:00 4496 Log: fix up B modules for PL_* changes 4497 Branch: perl 4498 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm 4499____________________________________________________________________________ 4500[ 1617] By: gsar on 1998/07/22 01:42:14 4501 Log: From: Malcolm Beattie <mbeattie@sable.ox.ac.uk> 4502 Date: Tue, 21 Jul 1998 18:13:16 BST 4503 Message-Id: <199807211713.SAA20735@sable.ox.ac.uk> 4504 Subject: Compiler docs for 5.005 4505 Branch: perl 4506 ! ext/B/B.pm ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm 4507 ! ext/B/O.pm 4508____________________________________________________________________________ 4509[ 1616] By: gsar on 1998/07/22 01:29:09 4510 Log: s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitive 4511 names 4512 Branch: perl 4513 ! bytecode.h bytecode.pl byterun.c embedvar.h interp.sym 4514 ! intrpvar.h 4515____________________________________________________________________________ 4516[ 1615] By: nick on 1998/07/21 22:26:34 4517 Log: Mingw32 PERL_OBJECT tweaks 4518 Branch: perl 4519 ! ext/Fcntl/Fcntl.xs ext/IO/IO.xs ext/POSIX/POSIX.xs 4520____________________________________________________________________________ 4521[ 1614] By: gsar on 1998/07/21 19:43:32 4522 Log: fix off-by-one in change#623 that broke lexical lookups in eval'' 4523 Branch: perl 4524 ! pp_ctl.c 4525 4526---------------- 4527Version 5.004_76 5.005 Public Beta, Issue 2 4528---------------- 4529 4530____________________________________________________________________________ 4531[ 1613] By: gsar on 1998/07/21 10:26:01 4532 Log: final tweaks before beta2 4533 Branch: perl 4534 + Porting/findvars 4535 +> Porting/fixvars 4536 - fixvars 4537 ! Changes MANIFEST intrpvar.h iperlsys.h 4538 ! lib/ExtUtils/MM_Win32.pm win32/perlhost.h 4539____________________________________________________________________________ 4540[ 1612] By: gsar on 1998/07/21 07:15:54 4541 Log: fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2 4542 Branch: perl 4543 ! ext/Opcode/Opcode.xs proto.h win32/makedef.pl 4544 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h 4545 ! win32/win32sck.c 4546____________________________________________________________________________ 4547[ 1611] By: gsar on 1998/07/21 07:12:00 4548 Log: fix bytecode.pl with moved var names 4549 Branch: perl 4550 ! bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm 4551____________________________________________________________________________ 4552[ 1610] By: gsar on 1998/07/21 05:51:10 4553 Log: tweak toke.c 4554 Branch: perl 4555 ! toke.c 4556____________________________________________________________________________ 4557[ 1609] By: gsar on 1998/07/21 05:46:59 4558 Log: change case of PERL_OBJECT filenames, consistent with the rest 4559 Branch: perl 4560 + XSlock.h objXSUB.h 4561 - ObjXSub.h XSLock.h 4562 ! MANIFEST XSUB.h lib/ExtUtils/MM_Win32.pm perl.h 4563 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk 4564____________________________________________________________________________ 4565[ 1608] By: gsar on 1998/07/21 05:31:13 4566 Log: part 2 of PERL_OBJECT fixes (globals in bytecode.h moved to intrpvar.h) 4567 Branch: perl 4568 ! bytecode.h byterun.c embedvar.h interp.sym intrpvar.h 4569____________________________________________________________________________ 4570[ 1607] By: gsar on 1998/07/21 05:29:10 4571 Log: part 1 of PERL_OBJECT fixes for new var names 4572 Branch: perl 4573 ! ObjXSub.h bytecode.h globals.c iperlsys.h perl.h pp_ctl.c 4574 ! run.c win32/GenCAPI.pl 4575____________________________________________________________________________ 4576[ 1606] By: gsar on 1998/07/21 05:17:26 4577 Log: From: Stephen McCamant <alias@mcs.com> 4578 Date: Mon, 20 Jul 1998 23:53:32 CDT 4579 Message-Id: <13748.6947.311341.657005@alias-2.pr.mcs.net> 4580 Subject: [PATCH] redundant RV2GVs in ck_fun() 4581 Branch: perl 4582 ! op.c 4583____________________________________________________________________________ 4584[ 1605] By: gsar on 1998/07/21 05:13:28 4585 Log: From: Stephen McCamant <alias@mcs.com> 4586 Date: Mon, 20 Jul 1998 23:32:42 CDT 4587 Message-Id: <13748.6392.921893.643238@alias-2.pr.mcs.net> 4588 Subject: B::Deparse 0.56 (first testsuite fixes; big) 4589 Branch: perl 4590 ! ext/B/B/Deparse.pm 4591____________________________________________________________________________ 4592[ 1604] By: gsar on 1998/07/21 05:07:29 4593 Log: applied a slightly tweaked version of suggested patch 4594 From: Colin Kuskie <ckuskie@cadence.com> 4595 Date: Mon, 20 Jul 1998 15:58:31 -0700 (PDT) 4596 Message-ID: <Pine.GSO.3.96.980720154841.6188M-100000@pdxmail.cadence.com> 4597 Subject: [PATCH _75] More documentation for -i prefix 4598 Branch: perl 4599 ! pod/perlrun.pod 4600____________________________________________________________________________ 4601[ 1603] By: gsar on 1998/07/21 04:59:19 4602 Log: disable malloced_size() feedback with -DLEAKTEST 4603 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4604 Date: Mon, 20 Jul 1998 21:20:21 -0400 (EDT) 4605 Message-Id: <199807210120.VAA15031@monk.mps.ohio-state.edu> 4606 Subject: [PATCH 5.004_75] -DLEAKTEST broken 4607 Branch: perl 4608 ! av.c sv.c 4609____________________________________________________________________________ 4610[ 1602] By: gsar on 1998/07/21 04:57:43 4611 Log: fix hints/hpux.sh for cpp recognition 4612 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 4613 Date: Mon, 20 Jul 1998 12:46:33 -0400 (EDT) 4614 Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys> 4615 Subject: RE: Configure misses preprocessor on HP-UX 4616 Branch: perl 4617 ! hints/hpux.sh 4618____________________________________________________________________________ 4619[ 1601] By: gsar on 1998/07/21 04:55:51 4620 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4621 Date: Sun, 19 Jul 1998 18:16:38 -0400 (EDT) 4622 Message-Id: <199807192216.SAA10482@monk.mps.ohio-state.edu> 4623 Subject: [PATCH 5.004_72] Compile (?{}) into a correct package 4624 Branch: perl 4625 ! pp_ctl.c t/op/pat.t 4626____________________________________________________________________________ 4627[ 1600] By: gsar on 1998/07/21 04:48:32 4628 Log: allocate a whole fd_set for pp_sselect() on more platforms 4629 From: Jarkko Hietaniemi <jhi@cc.hut.fi> 4630 Date: 20 Jul 1998 00:14:18 +0300 4631 Message-ID: <oeen2a5y251.fsf@alpha.hut.fi> 4632 Subject: Re: Not OK: perl 5.00475 +DEVEL_BETA_ISSUE_1 on OPENSTEP-Mach 4_1 (UNINSTALLED) 4633 Branch: perl 4634 ! pp_sys.c 4635____________________________________________________________________________ 4636[ 1599] By: gsar on 1998/07/21 04:44:04 4637 Log: add tests to check if context propagation works 4638 From: Francois Desarmenien <desar@club-internet.fr> 4639 Date: Sun, 19 Jul 1998 12:28:33 +0200 4640 Message-ID: <35B1CA51.A606AD27@club-internet.fr> 4641 Subject: Re: m//g strange behaviour in 5.004 4642 Branch: perl 4643 + t/op/context.t 4644 ! MANIFEST 4645____________________________________________________________________________ 4646[ 1598] By: gsar on 1998/07/21 04:37:49 4647 Log: applied RE doc patches, with tweaks to the prose 4648 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4649 Date: Sat, 18 Jul 1998 23:11:13 -0400 (EDT) 4650 Message-Id: <199807190311.XAA25080@monk.mps.ohio-state.edu> 4651 Subject: [PATCH 5.004_72] Document irregular zero-length matches 4652 -- 4653 Date: Sun, 19 Jul 1998 00:38:44 -0400 (EDT) 4654 Message-Id: <199807190438.AAA26226@monk.mps.ohio-state.edu> 4655 Subject: [PATCH 5.004_72] Another irregularity of expressions documented 4656 Branch: perl 4657 ! pod/perlre.pod 4658____________________________________________________________________________ 4659[ 1597] By: gsar on 1998/07/21 04:16:51 4660 Log: pod tweak suggested by Ilya 4661 Branch: perl 4662 ! pod/perlfunc.pod 4663____________________________________________________________________________ 4664[ 1596] By: gsar on 1998/07/21 04:12:39 4665 Log: enable color output with -Mre=debugcolor with -DDEBUGGING 4666 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4667 Date: Sat, 18 Jul 1998 17:34:00 -0400 (EDT) 4668 Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu> 4669 Subject: [PATCH 5.004_72] Better -Mre=colordb 4670 Branch: perl 4671 ! ext/re/re.xs 4672____________________________________________________________________________ 4673[ 1595] By: gsar on 1998/07/21 04:07:44 4674 Log: From: "John L. Allen" <allen@grumman.com> 4675 Date: Thu, 16 Jul 1998 11:43:54 -0400 (EDT) 4676 Message-ID: <Pine.SOL.3.91.980716113018.14617A-100000@gateway.grumman.com> 4677 Subject: [PATCH _75 & _05] perlbug does not report usage on invalid flags 4678 Branch: perl 4679 ! utils/perlbug.PL 4680____________________________________________________________________________ 4681[ 1594] By: gsar on 1998/07/21 04:06:06 4682 Log: don't use SelectSaver on IO::Handle->input_*() methods 4683 From: Robin Barker <rmb1@cise.npl.co.uk> 4684 Date: Thu, 16 Jul 1998 15:00:39 +0100 (BST) 4685 Message-Id: <199807161400.PAA25532@tempest.cise.npl.co.uk> 4686 Subject: Re: Bug in IO::Handle->input_record_separator 4687 Branch: perl 4688 ! ext/IO/lib/IO/Handle.pm 4689____________________________________________________________________________ 4690[ 1593] By: gsar on 1998/07/21 04:03:46 4691 Log: applied a tweaked version of suggested patch 4692 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 4693 Date: Wed, 15 Jul 1998 17:02:48 -0400 (EDT) 4694 Message-Id: <199807152102.RAA19952@monk.mps.ohio-state.edu> 4695 Subject: [PATCH 5.004_72] Enable/document colors in re.pm 4696 Branch: perl 4697 ! ext/re/re.pm 4698____________________________________________________________________________ 4699[ 1592] By: gsar on 1998/07/21 03:49:55 4700 Log: remove compat3.sym and rename perld4.pod 4701 Branch: perl 4702 +> pod/perl5004delta.pod 4703 - compat3.sym pod/perld4.pod 4704 ! MANIFEST 4705____________________________________________________________________________ 4706[ 1591] By: gsar on 1998/07/21 03:38:16 4707 Log: update patchlevel, Changes 4708 Branch: perl 4709 ! Changes patchlevel.h win32/Makefile win32/config_H.bc 4710 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk 4711____________________________________________________________________________ 4712[ 1590] By: gsar on 1998/07/21 03:06:04 4713 Log: documentation tweaks from Abigail <abigail@fnx.com> 4714 Date: Fri, 17 Jul 1998 20:52:36 -0400 (EDT) 4715 Message-ID: <19980718005236.5154.qmail@betelgeuse.wayne.fnx.com> 4716 Subject: Re: [PATCH 5.00475] pod/perlsyn.pod 4717 -- 4718 Date: Thu, 16 Jul 1998 17:00:49 -0400 (EDT) 4719 Message-ID: <19980716210049.16156.qmail@betelgeuse.wayne.fnx.com> 4720 Subject: [PATCH 5.00475] pod/perlguts.pod 4721 -- 4722 Date: Thu, 16 Jul 1998 16:52:05 -0400 (EDT) 4723 Message-ID: <19980716205205.15949.qmail@betelgeuse.wayne.fnx.com> 4724 Subject: [PATCH 5.00475] Tweaking pod/perlfunc.pod 4725 -- 4726 Date: Fri, 17 Jul 1998 22:58:05 -0400 (EDT) 4727 Message-ID: <19980718025805.7135.qmail@betelgeuse.wayne.fnx.com> 4728 Subject: [PATCH, 5.00475], pod/perlsub.pod 4729 -- 4730 Date: Sat, 18 Jul 1998 04:02:00 -0400 (EDT) 4731 Message-ID: <19980718080200.9927.qmail@betelgeuse.wayne.fnx.com> 4732 Subject: [PATCH 5.00475] pod/perlfunc.pod 4733 Branch: perl 4734 ! pod/perlfunc.pod pod/perlguts.pod pod/perlsub.pod 4735 ! pod/perlsyn.pod 4736____________________________________________________________________________ 4737[ 1589] By: gsar on 1998/07/21 02:44:25 4738 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu> 4739 Date: Wed, 15 Jul 1998 09:38:12 -0700 4740 Message-Id: <3.0.5.32.19980715093812.00a42a50@ous.edu> 4741 Subject: [PATCH 5.005-beta1]Quick VMS config update 4742 -- 4743 Date: Wed, 15 Jul 1998 12:53:52 -0700 4744 Message-Id: <3.0.5.32.19980715125352.00a25cb0@ous.edu> 4745 Subject: Re: $ebcdic has broken VMS in _75 (Now with doc patch!) 4746 -- 4747 Date: Thu, 16 Jul 1998 11:15:44 -0700 4748 Message-Id: <3.0.5.32.19980716111544.00b78770@ous.edu> 4749 Subject: [PATCH 5.004_75]Another VMS tweak for the Vax C compiler 4750 -- 4751 Date: Thu, 16 Jul 1998 11:21:55 -0700 4752 Message-Id: <3.0.5.32.19980716112155.00a66c50@ous.edu> 4753 Subject: [PATCH 5.004_75]Get archname correct for thread build on VMS 4754 -- 4755 Date: Thu, 16 Jul 1998 11:25:04 -0700 4756 Message-Id: <3.0.5.32.19980716112504.00ae0d50@ous.edu> 4757 Subject: [PATCH 5.004_75]Thread build tweaks for VMS 6.2 and older 4758 -- 4759 Date: Fri, 17 Jul 1998 15:29:13 -0700 4760 Message-Id: <3.0.5.32.19980717152913.00a469b0@ous.edu> 4761 Subject: [PATCH 5.004_75]Missed a header file in VMS build procedure 4762 -- 4763 Date: Mon, 20 Jul 1998 10:20:49 -0700 4764 Message-Id: <3.0.5.32.19980720102049.00a05100@ous.edu> 4765 Subject: [PATCH 5.004_75]Tweaks to Thread.XS for OLD_PTHREADS_API build 4766 -- 4767 Date: Mon, 20 Jul 1998 10:13:03 -0700 4768 Message-Id: <3.0.5.32.19980720101303.00a17100@ous.edu> 4769 Subject: [PATCH 5.004_75]Explicitly specify extensions during VMS config process 4770 -- 4771 From: Brad Hughes <brad@tgsmc.com> 4772 Date: Mon, 20 Jul 1998 15:51:22 -0700 4773 Message-Id: <3.0.5.32.19980720155122.00a41950@ous.edu> 4774 Subject: patch for readme.vms 4775 Branch: perl 4776 ! README.vms ext/Thread/Thread.xs vms/descrip_mms.template 4777 ! vms/gen_shrfls.pl vms/subconfigure.com 4778____________________________________________________________________________ 4779[ 1588] By: gsar on 1998/07/21 01:26:20 4780 Log: change#1481 didn't go through at all, redo it 4781 Branch: perl 4782 ! t/base/rs.t 4783____________________________________________________________________________ 4784[ 1587] By: gsar on 1998/07/21 01:21:41 4785 Log: workaround C<"foo" "bar"> catenation-intolerant compilers 4786 Branch: perl 4787 ! regexec.c toke.c 4788____________________________________________________________________________ 4789[ 1586] By: gsar on 1998/07/21 01:05:49 4790 Log: do not override PERL_DESTRUCT_LEVEL if use has it set 4791 Branch: perl 4792 ! t/TEST 4793____________________________________________________________________________ 4794[ 1585] By: gsar on 1998/07/21 00:39:17 4795 Log: fix small memory leak when mess_sv happens to be touched by magic 4796 Branch: perl 4797 ! perl.c t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t 4798____________________________________________________________________________ 4799[ 1584] By: gsar on 1998/07/21 00:37:32 4800 Log: fix memory leak in C<local(*foo) = 'bar'> 4801 Branch: perl 4802 ! scope.c 4803____________________________________________________________________________ 4804[ 1583] By: TimBunce on 1998/07/20 22:14:11 4805 Log: Update Changes and patchlevel.h for release. At last. 4806 Branch: maint-5.004/perl 4807 ! Changes patchlevel.h 4808____________________________________________________________________________ 4809[ 1582] By: gsar on 1998/07/20 21:28:43 4810 Log: add rsfp_filters and perldb to pollutants list 4811 Branch: perl 4812 ! embed.pl 4813____________________________________________________________________________ 4814[ 1581] By: nick on 1998/07/20 19:22:37 4815 Log: Integrate mainline pre-beta2 - just in case 4816 Branch: ansiperl 4817 !> (integrate 66 files) 4818____________________________________________________________________________ 4819[ 1580] By: TimBunce on 1998/07/20 17:16:38 4820 Log: Assorted patches: 4821 4822 Title: "Clean up hash array allocation" 4823 From: Gurusamy Sarathy <gsar@engin.umich.edu> 4824 Msg-ID: <199807201052.GAA13336@aatma.engin.umich.edu> 4825 Files: hv.c 4826 4827 Title: "Further fixes for cppstdin on HP-UX 11" 4828 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 4829 Msg-ID: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys> 4830 Files: hints/hpux.sh 4831 Branch: maint-5.004/perl 4832 ! hints/hpux.sh hv.c 4833____________________________________________________________________________ 4834[ 1579] By: TimBunce on 1998/07/20 09:46:14 4835 Log: Assorted patches: 4836 4837 Title: "Fix C<$1 .. $2> coredump under debugger" 4838 From: Gurusamy Sarathy <gsar@engin.umich.edu> 4839 Msg-ID: <199807200042.UAA23288@aatma.engin.umich.edu> 4840 Files: pp_ctl.c 4841 4842 Title: "Fix lvalue leaks stemming from failure to free LvTARG(sv)" 4843 From: Gurusamy Sarathy <gsar@engin.umich.edu> 4844 Msg-ID: <199807191829.OAA12433@aatma.engin.umich.edu> 4845 Files: embed.h perl.h proto.h global.sym mg.c sv.c t/op/substr.t t/op/vec.t 4846 4847 Title: "fix major bug (from 5.003_96); void contexts were using the context 4848 of the enclosing sub!" 4849 From: Francois Desarmenien <desar@club-internet.fr>, Gurusamy Sarathy 4850 <gsar@engin.umich.edu> 4851 Msg-ID: <199807180927.FAA08032@aatma.engin.umich.edu>, 4852 <35B1CA51.A606AD27@club-internet.fr> 4853 Files: op.h 4854 4855 Title: "Update lib/Getopt/Long.pm (from perl5.005 beta 1)" 4856 From: Johan Vromans <jvromans@squirrel.nl> 4857 Msg-ID: <13745.47704.943964.34613@phoenix.squirrel.nl> 4858 Files: lib/Getopt/Long.pm 4859 4860 Title: "Add Porting/p4d2p utility for converting perforce diffs" 4861 From: Gurusamy Sarathy <gsar@engin.umich.edu> 4862 Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu> 4863 Files: MANIFEST Porting/p4d2p 4864 Branch: maint-5.004/perl 4865 + Porting/p4d2p 4866 ! MANIFEST embed.h global.sym lib/Getopt/Long.pm mg.c op.h 4867 ! perl.h pp_ctl.c proto.h sv.c t/op/substr.t t/op/vec.t 4868____________________________________________________________________________ 4869[ 1578] By: gsar on 1998/07/20 09:38:39 4870 Log: complete s/foo/PL_foo/ changes (all escaped cases identified with 4871 brute force search script). Result builds and passes all tests on 4872 Solaris. win32 and PERL_OBJECT are still untested. 4873 Branch: perl 4874 ! XSLock.h XSUB.h bytecode.h bytecode.pl byterun.c cc_runtime.h 4875 ! djgpp/djgpp.c embed.pl ext/B/B.xs ext/B/B/Asmdata.pm 4876 ! ext/B/byteperl.c ext/DB_File/DB_File.xs ext/DB_File/typemap 4877 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_next.xs 4878 ! ext/DynaLoader/dl_vms.xs ext/GDBM_File/typemap ext/IO/IO.xs 4879 ! ext/IPC/SysV/SysV.xs ext/NDBM_File/typemap 4880 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/typemap 4881 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/SDBM_File/typemap 4882 ! ext/Thread/Thread.xs ext/attrs/attrs.xs fakethr.h gv.c hv.c 4883 ! lib/ExtUtils/typemap malloc.c mg.c op.c os2/OS2/PrfDB/PrfDB.xs 4884 ! os2/OS2/PrfDB/typemap os2/OS2/REXX/REXX.xs os2/os2.c 4885 ! os2/os2ish.h perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c 4886 ! regcomp.c regcomp.h regexec.c scope.c scope.h sv.h taint.c 4887 ! toke.c util.c vms/ext/DCLsym/DCLsym.xs vms/ext/Stdio/Stdio.xs 4888 ! vms/vms.c vms/vmsish.h win32/win32.c win32/win32thread.c 4889____________________________________________________________________________ 4890[ 1577] By: TimBunce on 1998/07/20 08:28:17 4891 Log: Title: "Make failed matches return empty list in list context" 4892 From: "Paul E. Maisano" <pem@aaii.oz.au>, Gurusamy Sarathy 4893 <gsar@engin.umich.edu>, Paul Maisano <pem@aaii.oz.au> 4894 Msg-ID: <199807200002.UAA21398@aatma.engin.umich.edu>, 4895 <199807200027.KAA27815@ironbark-ridge.aaii.oz.au>, 4896 <35B156FB.504E66E@aaii.oz.au> 4897 Files: pod/perlop.pod pp_hot.c t/op/pat.t 4898 Branch: maint-5.004/perl 4899 ! pod/perlop.pod pp_hot.c t/op/pat.t 4900____________________________________________________________________________ 4901[ 1576] By: TimBunce on 1998/07/20 08:11:37 4902 Log: Title: "win32 update from 5.005 beta 2 for 5.004_05" 4903 From: Gurusamy Sarathy <gsar@engin.umich.edu> 4904 Msg-ID: <199807192332.TAA20905@aatma.engin.umich.edu> 4905 Files: win32/include/dirent.h win32/include/sys/socket.h proto.h 4906 lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm 4907 win32/win32.h win32/win32iop.h README.win32 installperl 4908 pp_ctl.c win32/Makefile win32/config.bc win32/config.vc 4909 win32/config_H.bc win32/config_H.vc win32/config_h.PL 4910 win32/config_sh.PL win32/dl_win32.xs win32/makedef.pl 4911 win32/makefile.mk win32/pod.mak win32/win32.c 4912 win32/win32sck.c win32/bin/pl2bat.pl 4913 Branch: maint-5.004/perl 4914 ! README.win32 installperl lib/ExtUtils/Liblist.pm 4915 ! lib/ExtUtils/Mksymlists.pm pp_ctl.c proto.h win32/Makefile 4916 ! win32/bin/pl2bat.pl win32/config.bc win32/config.vc 4917 ! win32/config_H.bc win32/config_H.vc win32/config_h.PL 4918 ! win32/config_sh.PL win32/dl_win32.xs win32/include/dirent.h 4919 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk 4920 ! win32/pod.mak win32/win32.c win32/win32.h win32/win32iop.h 4921 ! win32/win32sck.c 4922____________________________________________________________________________ 4923[ 1575] By: gsar on 1998/07/20 01:27:14 4924 Log: integrate ansi branch to get s/foo/PL_foo/ changes 4925 Branch: perl 4926 +> fixvars 4927 !> (integrate 537 files) 4928____________________________________________________________________________ 4929[ 1574] By: gsar on 1998/07/20 00:33:43 4930 Log: fix C<$1 .. $2> coredump under debugger 4931 Branch: perl 4932 ! pp_ctl.c 4933____________________________________________________________________________ 4934[ 1573] By: gsar on 1998/07/20 00:28:27 4935 Log: misc win32 config tweaks 4936 Branch: perl 4937 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc 4938 ! win32/config_h.PL win32/makefile.mk 4939____________________________________________________________________________ 4940[ 1572] By: nick on 1998/07/19 19:04:58 4941 Log: Missed file that had changed 4942 Branch: ansiperl 4943 ! embedvar.h 4944____________________________________________________________________________ 4945[ 1571] By: nick on 1998/07/19 18:57:35 4946 Log: Another threaded, perl malloc issue, x2p's Makefile.SH has a 4947 pattern match... 4948 Branch: ansiperl 4949 ! x2p/Makefile.SH 4950____________________________________________________________________________ 4951[ 1570] By: nick on 1998/07/19 18:16:20 4952 Log: Drat! - threaded perl-malloc has mutex that needs PL_ 4953 Branch: ansiperl 4954 ! malloc.c perl.h 4955____________________________________________________________________________ 4956[ 1569] By: nick on 1998/07/19 17:55:22 4957 Log: PL_ for perl's malloc 4958 Branch: ansiperl 4959 ! hv.c malloc.c 4960____________________________________________________________________________ 4961[ 1568] By: nick on 1998/07/19 16:23:30 4962 Log: PL_ minir tidy up 4963 Branch: ansiperl 4964 ! embed.pl ext/Thread/Thread.xs util.c 4965____________________________________________________________________________ 4966[ 1567] By: nick on 1998/07/19 13:21:07 4967 Log: Add PL_ to merged file 4968 Branch: ansiperl 4969 ! pp_hot.c 4970____________________________________________________________________________ 4971[ 1566] By: nick on 1998/07/19 12:38:30 4972 Log: Merge Mainline 4973 Branch: ansiperl 4974 + fixvars 4975 !> (integrate 29 files) 4976____________________________________________________________________________ 4977[ 1565] By: gsar on 1998/07/19 07:06:54 4978 Log: tweak pod in MakeMaker.pm 4979 From: Paul Johnson <pjcj@transeda.com> 4980 Date: Sat, 18 Jul 1998 15:58:48 +0100 4981 Message-ID: <19980718155847.D903@west-tip.transeda.com> 4982 Subject: [PATCH]5.004_75 (DOC) MakeMaker.pm 4983 Branch: perl 4984 ! lib/ExtUtils/MakeMaker.pm 4985____________________________________________________________________________ 4986[ 1564] By: gsar on 1998/07/19 07:04:45 4987 Log: From: Gisle Aas <gisle@aas.no> 4988 Date: 17 Jul 1998 22:49:32 +0200 4989 Message-ID: <m390lsb3tv.fsf@furu.g.aas.no> 4990 Subject: [PATCH _75] sv_gets() did not NUL-terminate SV when reading records 4991 Branch: perl 4992 ! sv.c 4993____________________________________________________________________________ 4994[ 1563] By: gsar on 1998/07/19 07:03:32 4995 Log: update freebsd hints 4996 From: Mik Firestone <fireston@lexmark.com> 4997 Date: Fri, 17 Jul 1998 15:24:26 -0400 (EDT) 4998 Message-Id: <199807171924.AA05297@interlock2.lexmark.com> 4999 Subject: [PATCH 5.005b1] hints/freebsd.sh 5000 Branch: perl 5001 ! hints/freebsd.sh 5002____________________________________________________________________________ 5003[ 1562] By: gsar on 1998/07/19 07:01:33 5004 Log: From: Mark Bixby <markb@spock.dis.cccd.edu> 5005 Date: Fri, 17 Jul 1998 10:37:49 -0700 (PDT) 5006 Message-Id: <199807171737.KAA06967@spock.dis.cccd.edu> 5007 Subject: [PATCH 5.005b1] MPE/iX hints and readme tweaks 5008 Branch: perl 5009 ! README.mpeix hints/mpeix.sh 5010____________________________________________________________________________ 5011[ 1561] By: gsar on 1998/07/19 07:00:19 5012 Log: From: Norton Allen <allen@huarp.harvard.edu> 5013 Date: Fri, 17 Jul 1998 12:37:27 -0400 (edt) 5014 Message-Id: <199807171637.MAA24830@bottesini.harvard.edu> 5015 Subject: [PATCH: 75] make install fails 5016 Branch: perl 5017 ! Makefile.SH 5018____________________________________________________________________________ 5019[ 1560] By: gsar on 1998/07/19 06:58:55 5020 Log: fix flawed substitution-loop detection on zero-length matches 5021 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5022 Date: Fri, 17 Jul 1998 13:55:38 -0400 (EDT) 5023 Message-Id: <199807171755.NAA27720@monk.mps.ohio-state.edu> 5024 Subject: [PATCH 5.004_72] Substitution loop in devel branch 5025 Branch: perl 5026 ! pp_hot.c t/op/subst.t 5027____________________________________________________________________________ 5028[ 1559] By: gsar on 1998/07/19 06:56:19 5029 Log: add perltrap entry about "${#a}", as suggested by 5030 andy barfoot <abarfoot@eng.auburn.edu> 5031 Branch: perl 5032 ! pod/perltrap.pod 5033____________________________________________________________________________ 5034[ 1558] By: gsar on 1998/07/19 06:43:53 5035 Log: From: Anton Berezin <tobez@plab.ku.dk> 5036 Date: Fri, 17 Jul 1998 11:49:30 +0200 (CEST) 5037 Message-Id: <199807170949.LAA18099@lion.plab.ku.dk> 5038 Subject: [PATCH 5.005b1] perlcall.pod SAVETMPS/FREETMPS bracket 5039 Branch: perl 5040 ! pod/perlcall.pod 5041____________________________________________________________________________ 5042[ 1557] By: gsar on 1998/07/19 06:40:33 5043 Log: From: "Art Green" <Art_Green@mercmarine.com> 5044 Date: Thu, 16 Jul 1998 21:37:05 -0500 5045 Message-ID: <86256644.000E61D4.00@FDLTest1.mercmarine.com> 5046 Subject: [PATCH]:_75 - Update hints/aix.sh for c_r library 5047 Branch: perl 5048 ! hints/aix.sh 5049____________________________________________________________________________ 5050[ 1556] By: gsar on 1998/07/19 06:38:17 5051 Log: update README.threads 5052 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5053 Date: Thu, 16 Jul 1998 11:10:33 -0400 (EDT) 5054 Message-Id: <Pine.SUN.3.96.980716110949.2651J-100000@newton.phys> 5055 Subject: Re: Sort of OK: 5.005-beta1 and threads on ppc-powerux-threads 5056 Branch: perl 5057 ! README.threads 5058____________________________________________________________________________ 5059[ 1555] By: gsar on 1998/07/19 06:36:32 5060 Log: From: Scott Henry <scotth@sgi.com> 5061 Date: 15 Jul 1998 20:23:02 -0700 5062 Message-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com> 5063 Subject: [PATCH 5.005-beta1] update hints/irix_6.sh 5064 Branch: perl 5065 ! hints/irix_6.sh 5066____________________________________________________________________________ 5067[ 1554] By: gsar on 1998/07/19 06:35:10 5068 Log: From: Spider Boardman <spider@web.zk3.dec.com> 5069 Date: Wed, 15 Jul 1998 16:56:48 -0400 5070 Message-Id: <199807152056.QAA369057@web.zk3.dec.com> 5071 Subject: [PATCH _75] dec_osf hints still wrong 5072 Branch: perl 5073 ! hints/dec_osf.sh 5074____________________________________________________________________________ 5075[ 1553] By: gsar on 1998/07/19 06:33:29 5076 Log: tweak hpux hints in vain attempt to get cppstdin set properly 5077 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5078 Date: Wed, 15 Jul 1998 16:11:43 -0400 (EDT) 5079 Subject: Re: HP-UX 11, perl 5.004_04, Oracle 7.3.3.4, DBI 0.93 5080 Message-Id: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys> 5081 -- 5082 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5083 Date: Thu, 16 Jul 1998 11:37:58 -0400 (EDT) 5084 Subject: Re: Configure misses preprocessor on HP-UX 5085 Message-Id: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys> 5086 Branch: perl 5087 ! hints/hpux.sh 5088____________________________________________________________________________ 5089[ 1552] By: gsar on 1998/07/19 06:26:24 5090 Log: From: Tye McQueen <tye@metronet.com> 5091 Date: Wed, 15 Jul 1998 13:46:44 -0500 (CDT) 5092 Message-Id: <199807151846.AA12653@metronet.com> 5093 Subject: Minor debugger fix 5094 Branch: perl 5095 ! lib/perl5db.pl 5096____________________________________________________________________________ 5097[ 1551] By: gsar on 1998/07/19 06:25:05 5098 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5099 Date: Wed, 15 Jul 1998 14:23:39 -0400 (EDT) 5100 Message-Id: <Pine.SUN.3.96.980715135257.1310F-100000@newton.phys> 5101 Subject: Re: Configure s?rand support [PATCH 5.004_75] -- better patch 5102 Branch: perl 5103 ! INSTALL pp.c 5104____________________________________________________________________________ 5105[ 1550] By: gsar on 1998/07/19 06:23:10 5106 Log: minor re.pm cleanup 5107 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 5108 Date: Wed, 15 Jul 1998 12:41:14 +0100 5109 Message-Id: <E0ywPvu-0003V7-00@ursa.cus.cam.ac.uk> 5110 Subject: Re: [PATCH 5.004_74]Don't use tainted REs in Basename.pm when building perl 5111 Branch: perl 5112 ! ext/re/re.pm pod/perldiag.pod 5113____________________________________________________________________________ 5114[ 1549] By: gsar on 1998/07/19 06:20:49 5115 Log: export additional symbols on OS/2 5116 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5117 Date: Wed, 15 Jul 1998 06:13:07 -0400 (EDT) 5118 Message-Id: <199807151013.GAA11279@monk.mps.ohio-state.edu> 5119 Subject: [PATCH 5.004_72] Export more symbols from Perl DLL 5120 Branch: perl 5121 ! os2/os2.sym 5122____________________________________________________________________________ 5123[ 1548] By: gsar on 1998/07/19 06:18:58 5124 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5125 Date: Wed, 15 Jul 1998 06:10:36 -0400 (EDT) 5126 Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu> 5127 Subject: [PATCH 5.004_72] Minor improvements to perlcc 5128 Branch: perl 5129 ! utils/perlcc.PL 5130____________________________________________________________________________ 5131[ 1547] By: gsar on 1998/07/19 06:17:22 5132 Log: applied slightly tweaked version of patch 5133 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5134 Date: Thu, 16 Jul 1998 15:49:15 -0400 (EDT) 5135 Message-Id: <199807161949.PAA08214@monk.mps.ohio-state.edu> 5136 Subject: [PATCH 5.004_72] Updated patch to Test::Harness 5137 Branch: perl 5138 ! lib/Test/Harness.pm 5139____________________________________________________________________________ 5140[ 1546] By: gsar on 1998/07/19 06:11:03 5141 Log: improve 'frame' handling in debugger 5142 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5143 Date: Wed, 15 Jul 1998 00:52:10 -0400 (EDT) 5144 Message-Id: <199807150452.AAA06685@monk.mps.ohio-state.edu> 5145 Subject: [PATCH 5.004_72] Better debugger trace 5146 Branch: perl 5147 ! lib/perl5db.pl 5148____________________________________________________________________________ 5149[ 1545] By: gsar on 1998/07/19 06:07:51 5150 Log: fix and test handling of literal newlines in heredocs 5151 From: Gisle Aas <gisle@aas.no> 5152 Date: 17 Jul 1998 14:58:25 +0200 5153 Message-ID: <m3iukw63da.fsf@furu.g.aas.no> 5154 Subject: Re: [PATCH _71] CRs et al 5155 -- 5156 From: larry@wall.org (Larry Wall) 5157 Date: Fri, 17 Jul 1998 09:32:35 -0700 5158 Message-Id: <199807171632.JAA12959@wall.org> 5159 Subject: Re: [PATCH _71] CRs et al 5160 Branch: perl 5161 ! t/comp/multiline.t toke.c 5162____________________________________________________________________________ 5163[ 1544] By: gsar on 1998/07/19 06:00:12 5164 Log: remove possibly unwritable lib/re.pm before overwrite 5165 From: larry@wall.org (Larry Wall) 5166 Date: Wed, 15 Jul 1998 14:26:03 -0700 5167 Message-Id: <199807152126.OAA04623@wall.org> 5168 Subject: Re: bug encountered building perl5.005beta1 5169 Branch: perl 5170 ! Makefile.SH 5171____________________________________________________________________________ 5172[ 1543] By: gsar on 1998/07/19 05:56:18 5173 Log: unsubmitted Changes tweak 5174 Branch: perl 5175 ! Changes cygwin32/ld2 5176____________________________________________________________________________ 5177[ 1542] By: gsar on 1998/07/19 01:21:22 5178 Log: make failed matches return empty list in list context 5179 Branch: perl 5180 ! pod/perlop.pod pp_hot.c t/op/pat.t 5181____________________________________________________________________________ 5182[ 1541] By: gsar on 1998/07/18 22:27:59 5183 Log: remove obsolete perltrap about m//g's pos() reset behavior 5184 Branch: perl 5185 ! pod/perltrap.pod 5186____________________________________________________________________________ 5187[ 1540] By: nick on 1998/07/18 22:16:26 5188 Log: PL_ stuff passes non-threaded on Mingw32 5189 (Why did it compile without this fix?) 5190 Branch: ansiperl 5191 ! pp_sys.c 5192____________________________________________________________________________ 5193[ 1539] By: TimBunce on 1998/07/18 22:04:58 5194 Log: Assorted patches: 5195 5196 Title: "Minor fixes to MakeMaker docs re ExtUtils::Embed" 5197 From: Paul Johnson <pjcj@transeda.com> 5198 Msg-ID: <19980718155847.D903@west-tip.transeda.com> 5199 Files: lib/ExtUtils/MakeMaker.pm 5200 5201 Title: "Update t/op/array.t (from 5.005 beta 1)" 5202 Files: t/op/array.t 5203 Branch: maint-5.004/perl 5204 ! lib/ExtUtils/MakeMaker.pm t/op/array.t 5205____________________________________________________________________________ 5206[ 1538] By: TimBunce on 1998/07/18 21:57:50 5207 Log: Title: "Remove flawed '// with parens or $&' performance patch (Change 662)" 5208 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tim Bunce <Tim.Bunce@ig.co.uk>, 5209 larry@wall.org (Larry Wall) 5210 Msg-ID: <19980717015308.E6244@ig.co.uk>, <199807171819.LAA13771@wall.org>, 5211 <E0yvtzn-0002F9-00@ursa.cus.cam.ac.uk> 5212 Files: cop.h embed.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c 5213 pp_ctl.c pp_hot.c regexec.c scope.c 5214 Branch: maint-5.004/perl 5215 ! cop.h embed.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c 5216 ! pp_hot.c proto.h regexec.c regexp.h scope.c 5217____________________________________________________________________________ 5218[ 1537] By: nick on 1998/07/18 20:56:58 5219 Log: PL_ scheme Builds under Minw32 - some SEGFAULT snags 5220 Branch: ansiperl 5221 ! doio.c mg.c perl.c pp_hot.c pp_sys.c util.c win32/perllib.c 5222 ! win32/win32.c win32/win32.h 5223____________________________________________________________________________ 5224[ 1536] By: nick on 1998/07/18 20:50:26 5225 Log: Merge latest mainline 5226 Branch: ansiperl 5227 ! patchlevel.h 5228 !> ext/Thread/Thread.xs op.h util.c 5229____________________________________________________________________________ 5230[ 1535] By: nick on 1998/07/18 16:45:29 5231 Log: Edited "behind my back" ... 5232 Branch: ansiperl 5233 ! vms/perly_c.vms 5234____________________________________________________________________________ 5235[ 1534] By: nick on 1998/07/18 16:38:27 5236 Log: PL_ stuff for threads 5237 Branch: ansiperl 5238 ! byterun.c cop.h deb.c doio.c doop.c embed.pl embedvar.h 5239 ! ext/B/B.xs ext/Thread/Thread.xs gv.c intrpvar.h mg.c 5240 ! miniperlmain.c op.c op.h perl.c perl.h perly.y pp.c pp.h 5241 ! pp_ctl.c pp_hot.c pp_sys.c regexec.c run.c scope.c sv.c sv.h 5242 ! thread.h toke.c util.c win32/perllib.c 5243____________________________________________________________________________ 5244[ 1533] By: nick on 1998/07/18 14:30:54 5245 Log: Builds and passes tests with -DMULTIPLICITY and -DCRIPPLED_CC 5246 (still with PERL_GLOBAL_STRUCT) - to cover more #if branches 5247 Branch: ansiperl 5248 ! embed.pl intrpvar.h perl.c toke.c 5249____________________________________________________________________________ 5250[ 1532] By: nick on 1998/07/18 13:53:03 5251 Log: PL_ prefix to all perlvars, part1 5252 Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT 5253 Branch: ansiperl 5254 ! XSUB.h av.c bytecode.h byterun.c byterun.h cop.h deb.c doio.c 5255 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs 5256 ! ext/Data/Dumper/Dumper.xs ext/DynaLoader/dl_next.xs 5257 ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs 5258 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/attrs/attrs.xs 5259 ! ext/re/re.xs gv.c hv.c hv.h lib/ExtUtils/typemap 5260 ! lib/ExtUtils/xsubpp mg.c miniperlmain.c op.c perl.c perl.h 5261 ! perly.c perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c 5262 ! regcomp.h regexec.c run.c scope.c scope.h sv.c sv.h taint.c 5263 ! thrdvar.h toke.c universal.c util.c 5264____________________________________________________________________________ 5265[ 1531] By: gsar on 1998/07/18 08:48:13 5266 Log: fix yet another USE_THREADS leak due to failure to free stacks 5267 Branch: perl 5268 ! ext/Thread/Thread.xs util.c 5269____________________________________________________________________________ 5270[ 1530] By: gsar on 1998/07/18 08:46:58 5271 Log: fix major bug in GIMME (introduced in 5.003_96); void contexts were 5272 using the context of the enclosing sub! 5273 Branch: perl 5274 ! op.h 5275____________________________________________________________________________ 5276[ 1529] By: nick on 1998/07/18 08:18:03 5277 Log: Integrate post-beta tweaks to ansiperl 5278 Branch: ansiperl 5279 !> ObjXSub.h embed.h ext/Thread/Thread.xs global.sym gv.c mg.c 5280 !> objpp.h op.c perl.c perl.h pp_sys.c proto.h sv.c t/op/substr.t 5281 !> t/op/vec.t toke.c util.c 5282____________________________________________________________________________ 5283[ 1528] By: gsar on 1998/07/18 04:23:12 5284 Log: fix lvalue leaks stemming from failure to free LvTARG(sv) 5285 Branch: perl 5286 ! ObjXSub.h embed.h global.sym mg.c objpp.h perl.h proto.h sv.c 5287 ! t/op/substr.t t/op/vec.t 5288____________________________________________________________________________ 5289[ 1527] By: gsar on 1998/07/18 02:16:40 5290 Log: check ferror() only if read() returned 0 5291 Branch: perl 5292 ! pp_sys.c 5293____________________________________________________________________________ 5294[ 1526] By: gsar on 1998/07/18 02:08:01 5295 Log: fix another CvMUTEXP() leak 5296 Branch: perl 5297 ! gv.c 5298____________________________________________________________________________ 5299[ 1525] By: TimBunce on 1998/07/18 01:51:52 5300 Log: Assorted patches: 5301 5302 Title: "Fix @a=@a=qw(...) properly" 5303 From: Stephen McCamant <alias@mcs.com> 5304 Msg-ID: <13742.49404.367751.437966@alias-2.pr.mcs.net> 5305 Files: opcode.h 5306 5307 Title: "Larry's patch to support CR LF in scripts (updated)" 5308 From: Gisle Aas <gisle@aas.no>, larry@wall.org (Larry Wall) 5309 Msg-ID: <199807120054.RAA19550@wall.org>, <m3iukw63da.fsf@furu.g.aas.no> 5310 Files: t/comp/multiline.t toke.c 5311 5312 Title: "Change getc() docs to match behaviour. Make read() return undef on 5313 error." 5314 From: Gurusamy Sarathy <gsar@engin.umich.edu> 5315 Msg-ID: <199807052257.SAA10004@aatma.engin.umich.edu> 5316 Files: pod/perlfunc.pod pp_sys.c 5317 5318 Title: "Update patchls utility" 5319 Files: Porting/patchls 5320 Branch: maint-5.004/perl 5321 ! Porting/patchls opcode.h pod/perlfunc.pod pp_sys.c 5322 ! t/comp/multiline.t toke.c 5323____________________________________________________________________________ 5324[ 1524] By: gsar on 1998/07/18 01:22:35 5325 Log: fix CvMUTEXP() leaks with -Dusethreads 5326 Branch: perl 5327 ! op.c toke.c 5328____________________________________________________________________________ 5329[ 1523] By: gsar on 1998/07/18 01:17:28 5330 Log: fix $/ init for multiple interpreters/threads 5331 Branch: perl 5332 ! ext/Thread/Thread.xs perl.c util.c 5333____________________________________________________________________________ 5334[ 1522] By: gsar on 1998/07/18 01:11:07 5335 Log: fix missing init that caused RE alternations to fail under 5336 -Dusethreads 5337 Branch: perl 5338 ! util.c 5339____________________________________________________________________________ 5340[ 1521] By: TimBunce on 1998/07/16 22:23:25 5341 Log: Assorted patches: 5342 5343 Title: "Allow $SIG{CHLD}='IGNORE' to work (reap zombies) on Solaris" 5344 From: Albert Dvornik <bert@genscan.com>, Chip Salzenberg <chip@perl.org> 5345 Msg-ID: <19980708181055.A8005@perlsupport.com>, 5346 <tqn2adkvge.fsf@puma.genscan.com> 5347 Files: util.c 5348 5349 Title: "Document perltrap on precedence of keys/values/each" 5350 From: Gurusamy Sarathy <gsar@engin.umich.edu> 5351 Msg-ID: <199807151857.OAA04704@aatma.engin.umich.edu> 5352 Files: pod/perltrap.pod 5353 5354 Title: "perlbook.pod patch" 5355 From: Tom Christiansen <tchrist@chthon.perl.com> 5356 Msg-ID: <199807140037.SAA04556@chthon.perl.com> 5357 Files: pod/perlbook.pod 5358 5359 Title: "perlmod.pod patch" 5360 From: Tom Christiansen <tchrist@chthon.perl.com> 5361 Msg-ID: <199807140109.TAA04678@chthon.perl.com> 5362 Files: pod/perlmod.pod 5363 5364 Title: "Fix bug in IO::Handle->input_record_separator" 5365 From: Robin Barker <rmb1@cise.npl.co.uk>, Swen Thuemmler 5366 <Swen.Thuemmler@paderlinx.de> 5367 Msg-ID: <199807161400.PAA25532@tempest.cise.npl.co.uk>, 5368 <Pine.GSO.4.00.9807161649380.6537-100000@rmail> 5369 Files: ext/IO/lib/IO/Handle.pm 5370 5371 Title: "update h2ph, Math::Complex and Math::Trig (from 5.005 beta 1)" 5372 Files: lib/Math/Complex.pm lib/Math/Trig.pm t/lib/complex.t t/lib/h2ph.t 5373 t/lib/trig.t utils/h2ph.PL 5374 5375 Title: "Update hints/irix_6.sh" 5376 From: Scott Henry <scotth@sgi.com> 5377 Msg-ID: <yd890lu1nu1.fsf@hoshi.engr.sgi.com> 5378 Files: hints/irix_6.sh 5379 5380 Title: "Configure misses preprocessor on HP-UX (further fix)" 5381 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5382 Msg-ID: <Pine.SUN.3.96.980716113128.2651N-100000@newton.phys> 5383 Files: hints/hpux.sh 5384 5385 Title: "update perlbug to v1.26 (from 5.005 beta 1)" 5386 Files: utils/perlbug.PL 5387 Branch: maint-5.004/perl 5388 ! ext/IO/lib/IO/Handle.pm hints/hpux.sh hints/irix_6.sh 5389 ! lib/Math/Complex.pm lib/Math/Trig.pm pod/perlbook.pod 5390 ! pod/perlmod.pod pod/perltrap.pod t/lib/complex.t t/lib/h2ph.t 5391 ! t/lib/trig.t util.c utils/h2ph.PL utils/perlbug.PL 5392____________________________________________________________________________ 5393[ 1520] By: TimBunce on 1998/07/15 21:24:12 5394 Log: Assorted patches: 5395 5396 Title: "Add stub attrs.pm" 5397 From: Graham Barr <gbarr@ti.com>, Gurusamy Sarathy <gsar@engin.umich.edu> 5398 Msg-ID: <19980713163312.A18222@asic.sc.ti.com>, 5399 <199807132140.RAA09583@aatma.engin.umich.edu> 5400 Files: MANIFEST lib/attrs.pm 5401 5402 Title: "Fix @a=@a=qw(...)" 5403 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Stephen McCamant 5404 <alias@mcs.com> 5405 Msg-ID: <13737.12300.950886.821143@alias-2.pr.mcs.net>, 5406 <199807122351.TAA05649@aatma.engin.umich.edu> 5407 Files: op.c opcode.pl t/op/array.t 5408 5409 Title: "Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop" 5410 From: Gisle Aas <gisle@aas.no>, Stephen McCamant <alias@mcs.com> 5411 Msg-ID: <13739.55551.205810.338648@alias-2.pr.mcs.net>, 5412 <m33ec4jdwn.fsf@furu.g.aas.no> 5413 Files: sv.c 5414 5415 Title: "Make Power MachTen use vfork() and system malloc()" 5416 From: Dominic Dunlop <domo@computer.org>, Jarkko Hietaniemi <jhi@iki.fi> 5417 Msg-ID: <v03110700b1c95b010820@[195.95.102.91]> 5418 Files: hints/machten.sh malloc.c 5419 5420 Title: "Use REG_INFTY in place of hardwired constant" 5421 From: Dominic Dunlop <domo@computer.org> 5422 Msg-ID: <v03110703b1ca662c44f8@[195.95.102.91]> 5423 Files: regcomp.h regcomp.c regexec.c 5424 5425 Title: "Minor debugger fix (history adds an extra newline)" 5426 From: Tye McQueen <tye@metronet.com> 5427 Msg-ID: <199807151846.AA12653@metronet.com> 5428 Files: lib/perl5db.pl 5429 5430 Title: "Protect Term::ReadLine against non-default $/ value" 5431 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, 5432 kstar@chapin.edu@ig.co.uk () 5433 Msg-ID: <19980713151749.G8596@O2.chapin.edu>, 5434 <199807132139.RAA11270@monk.mps.ohio-state.edu> 5435 Files: lib/Term/ReadLine.pm 5436 5437 Title: "Fix HP-UX 11 build (cppstdin)" 5438 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5439 Msg-ID: <Pine.SUN.3.96.980715161018.1560D-100000@newton.phys> 5440 Files: Configure hints/hpux.sh 5441 5442 Title: "VMS filetest operator fixup (SS$_ACCONFLICT)" 5443 From: Dan Sugalski <sugalskd@osshe.edu> 5444 Msg-ID: <3.0.5.32.19980702135255.00a6ad90@ous.edu> 5445 Files: vms/vms.c 5446 Branch: maint-5.004/perl 5447 + lib/attrs.pm 5448 ! Configure MANIFEST hints/hpux.sh hints/machten.sh 5449 ! lib/Term/ReadLine.pm lib/perl5db.pl malloc.c op.c opcode.pl 5450 ! regcomp.c regcomp.h regexec.c sv.c t/op/array.t vms/vms.c 5451____________________________________________________________________________ 5452[ 1519] By: nick on 1998/07/15 18:56:17 5453 Log: Integrate mainline at beta1 5454 Branch: ansiperl 5455 +> Porting/p4d2p README.mpeix Todo-5.005 5456 +> ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl 5457 +> mpeix/mpeixish.h mpeix/nm mpeix/relink perly_c.diff 5458 +> pod/perld4.pod pod/perlport.pod t/lib/ipc_sysv.t 5459 - Todo.5.005 lib/Bundle/CPAN.pm perly.c.diff pod/perldelta4.pod 5460 - t/op/ipcmsg.t t/op/ipcsem.t 5461 !> (integrate 167 files) 5462 5463---------------- 5464Version 5.004_75 5.005 Public Beta, Issue 1 5465---------------- 5466 5467____________________________________________________________________________ 5468[ 1518] By: gsar on 1998/07/15 10:01:41 5469 Log: add stub docs for ext/B, other minor tweaks 5470 Branch: perl 5471 ! Changes Porting/config_H config_h.SH ext/B/B.pm 5472 ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bblock.pm 5473 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm 5474 ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Showlex.pm 5475 ! ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/O.pm sv.c 5476____________________________________________________________________________ 5477[ 1517] By: gsar on 1998/07/15 08:27:15 5478 Log: up patchlevel to 75 (Beta, Issue 1), add podpatch 5479 From: abigail@fnx.com 5480 Date: Wed, 15 Jul 1998 04:03:44 -0400 (EDT) 5481 Message-ID: <19980715080344.21975.qmail@betelgeuse.wayne.fnx.com> 5482 Subject: [PATCH 5.004_74] pod/perlop.pod 5483 Branch: perl 5484 ! Changes patchlevel.h pod/perlop.pod win32/Makefile 5485 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 5486 ! win32/makefile.mk 5487____________________________________________________________________________ 5488[ 1516] By: gsar on 1998/07/15 08:04:24 5489 Log: From: abigail@fnx.com 5490 Date: Wed, 15 Jul 1998 03:47:56 EDT 5491 Message-Id: <19980715074756.21868.qmail@betelgeuse.wayne.fnx.com> 5492 Subject: [PATCH 5.004_74] pod/pod2man.PL Fix use of < inside C<> 5493 Branch: perl 5494 ! pod/pod2man.PL 5495____________________________________________________________________________ 5496[ 1515] By: gsar on 1998/07/15 08:02:14 5497 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5498 Date: Wed, 15 Jul 1998 03:49:24 EDT 5499 Message-Id: <199807150749.DAA09177@monk.mps.ohio-state.edu> 5500 Subject: [PATCH 5.004_72] Additional targets for OS/2 build 5501 Branch: perl 5502 ! os2/Makefile.SHs 5503____________________________________________________________________________ 5504[ 1514] By: gsar on 1998/07/15 07:58:29 5505 Log: rename some long file names to be 8.3 truncation-safe 5506 Branch: perl 5507 +> Todo-5.005 perly_c.diff pod/perld4.pod 5508 - Todo.5.005 perly.c.diff pod/perldelta4.pod 5509 ! MANIFEST Porting/pumpkin.pod perly.fixer 5510____________________________________________________________________________ 5511[ 1513] By: gsar on 1998/07/15 07:35:29 5512 Log: minor tweaks to docs on qr// 5513 Branch: perl 5514 ! ext/re/re.pm pod/perldelta.pod pod/perlop.pod pod/perlre.pod 5515____________________________________________________________________________ 5516[ 1512] By: gsar on 1998/07/15 07:06:02 5517 Log: applied patch, with tab tweak suggest by Peter Prymmer 5518 From: Dan Sugalski <sugalskd@osshe.edu> 5519 Date: Tue, 14 Jul 1998 16:41:14 -0700 5520 Message-Id: <3.0.5.32.19980714164114.00a3e2a0@ous.edu> 5521 Subject: [PATCH 5.004_74]VMS build cleanups 5522 Branch: perl 5523 ! vms/descrip_mms.template 5524____________________________________________________________________________ 5525[ 1511] By: gsar on 1998/07/15 07:03:33 5526 Log: allow perlbug -ok when STDIN it not a tty 5527 From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 5528 Date: Wed, 15 Jul 1998 03:24:56 +0200 5529 Message-Id: <l03130302b1d1b1e7c2a0@[194.222.64.89]> 5530 Subject: Re: [NOT OK] 5.004_74: "make ok" not ok in IRIX 6.2 5531 Branch: perl 5532 ! utils/perlbug.PL 5533____________________________________________________________________________ 5534[ 1510] By: gsar on 1998/07/15 06:59:43 5535 Log: From: "Art Green" <Art_Green@mercmarine.com> 5536 Date: Tue, 14 Jul 1998 20:53:48 -0500 5537 Message-ID: <86256642.0004D7AB.00@FDLTest1.mercmarine.com> 5538 Subject: [PATCH]:_74 - Allow Configure to recognize _AIX41 & _POWER compiler defines 5539 Branch: perl 5540 ! Configure 5541____________________________________________________________________________ 5542[ 1509] By: gsar on 1998/07/15 06:57:50 5543 Log: typecast long vs. IV compares in pp_flip/pp_flop 5544 Branch: perl 5545 ! pp_ctl.c 5546____________________________________________________________________________ 5547[ 1508] By: gsar on 1998/07/15 06:50:49 5548 Log: don't copy foreach itervar when no external refs exist 5549 From: Gisle Aas <gisle@aas.no> 5550 Date: 15 Jul 1998 03:35:25 +0200 5551 Message-ID: <m33ec3nbfm.fsf@furu.g.aas.no> 5552 Subject: Re: Testcase for 1..n closure change 5553 Branch: perl 5554 ! pp_hot.c 5555____________________________________________________________________________ 5556[ 1507] By: gsar on 1998/07/15 06:46:41 5557 Log: applied patch, regen headers 5558 From: Stephen McCamant <alias@mcs.com> 5559 Date: Tue, 14 Jul 1998 19:56:47 -0500 (CDT) 5560 Message-ID: <13739.64763.792570.626015@alias-2.pr.mcs.net> 5561 Subject: B::Deparse update for qr// and regcreset 5562 Branch: perl 5563 ! ext/B/B/Deparse.pm opcode.h opcode.pl 5564____________________________________________________________________________ 5565[ 1506] By: gsar on 1998/07/15 06:43:04 5566 Log: make pregcomp et al VIRTUAL again for PERL_OBJECT 5567 From: "Douglas Lankshear" <dougl@ActiveState.com> 5568 Date: Tue, 14 Jul 1998 16:40:30 -0700 5569 Message-ID: <000301bdaf80$c93d14a0$a32fa8c0@tau.Active> 5570 Subject: [PATCH 5.004_74] 5571 Branch: perl 5572 ! proto.h 5573____________________________________________________________________________ 5574[ 1505] By: gsar on 1998/07/15 06:41:43 5575 Log: dont use sv_dump() in -DD diagnostic 5576 From: Gisle Aas <gisle@aas.no> 5577 Date: 14 Jul 1998 23:55:36 +0200 5578 Message-ID: <m33ec4jdwn.fsf@furu.g.aas.no> 5579 Subject: [PATCH] Fix 'PERL_DESTRUCT_LEVEL=2 ./perl -DD -e 1' loop 5580 Branch: perl 5581 ! sv.c 5582____________________________________________________________________________ 5583[ 1504] By: gsar on 1998/07/15 06:39:37 5584 Log: add a few more thread.t tests 5585 Branch: perl 5586 ! t/lib/thread.t 5587____________________________________________________________________________ 5588[ 1503] By: gsar on 1998/07/15 06:31:33 5589 Log: fix thread.t ('join $t' ne '$t->join' !) 5590 Branch: perl 5591 ! t/lib/thread.t 5592____________________________________________________________________________ 5593[ 1502] By: gsar on 1998/07/15 06:26:00 5594 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 5595 Date: Wed, 15 Jul 1998 01:45:57 +0300 (EET DST) 5596 Message-Id: <199807142245.BAA09651@alpha.hut.fi> 5597 Subject: [PATCH] 5.004_74: MPE/iX final touches 5598 Branch: perl 5599 ! installperl lib/File/Copy.pm 5600____________________________________________________________________________ 5601[ 1501] By: gsar on 1998/07/15 05:59:49 5602 Log: apply (reversed) patch 5603 From: Peter Wolfe <wolfe@titan.teloseng.com> 5604 Date: Tue, 14 Jul 1998 13:01:58 -0700 (PDT) 5605 Message-Id: <199807142001.NAA26550@titan.teloseng.com> 5606 Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4 5607 Branch: perl 5608 ! ext/IPC/SysV/SysV.xs 5609____________________________________________________________________________ 5610[ 1500] By: gsar on 1998/07/15 05:57:39 5611 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5612 Date: Tue, 14 Jul 1998 14:14:59 -0400 (EDT) 5613 Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys> 5614 Subject: [PATCH 5.004_74] Config_74-01 5615 Branch: perl 5616 ! Configure MANIFEST Porting/Glossary Porting/config.sh 5617 ! Porting/config_H Porting/pumpkin.pod config_h.SH 5618 ! vms/subconfigure.com win32/config.bc win32/config.gc 5619 ! win32/config.vc 5620____________________________________________________________________________ 5621[ 1499] By: gsar on 1998/07/15 05:48:38 5622 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 5623 Date: Tue, 14 Jul 1998 21:35:02 +0300 (EET DST) 5624 Message-Id: <199807141835.VAA09030@alpha.hut.fi> 5625 Subject: [PATCH] 5.004_74: trig.t: math inaccuracy fudge for unicos 5626 Branch: perl 5627 ! t/lib/trig.t 5628____________________________________________________________________________ 5629[ 1498] By: gsar on 1998/07/15 05:47:33 5630 Log: -w, strict clean perldoc (via PM) 5631 From: Robin Barker <rmb1@cise.npl.co.uk> 5632 Date: Tue, 14 Jul 98 17:22:01 BST 5633 Message-Id: <18695.9807141622@tempest.cise.npl.co.uk> 5634 Subject: [PATCH 5.004_74] perldoc.PL 5635 Branch: perl 5636 ! utils/perldoc.PL 5637____________________________________________________________________________ 5638[ 1497] By: gsar on 1998/07/15 05:35:54 5639 Log: add comment about cpprun etc., to hints/hpux.sh 5640 Branch: perl 5641 ! hints/hpux.sh 5642____________________________________________________________________________ 5643[ 1496] By: gsar on 1998/07/15 05:15:16 5644 Log: fix warning from CGI::Carp 5645 Branch: perl 5646 ! lib/CGI/Carp.pm 5647____________________________________________________________________________ 5648[ 1495] By: gsar on 1998/07/14 23:47:18 5649 Log: fix off-by-one in win32 registry handling 5650 From: "Douglas Lankshear" <dougl@ActiveState.com> 5651 Date: Tue, 14 Jul 1998 07:39:06 -0700 5652 Message-ID: <000401bdaf35$27489e80$a32fa8c0@tau.Active> 5653 Subject: [PATCH 5.004_73] 5654 Branch: perl 5655 ! win32/win32.c 5656____________________________________________________________________________ 5657[ 1494] By: gsar on 1998/07/14 23:45:58 5658 Log: doc patches from Gisle Aas <gisle@aas.no> 5659 Date: 14 Jul 1998 16:18:31 +0200 5660 Message-ID: <m33ec4cy88.fsf@furu.g.aas.no> 5661 Subject: [PATCH] substr/splice changes for perldelta.pod 5662 -- 5663 Date: 14 Jul 1998 20:31:27 +0200 5664 Message-ID: <m3hg0kqo74.fsf@furu.g.aas.no> 5665 Subject: [PATCH] Duplicate description of use integer % 5666 Branch: perl 5667 ! pod/perldelta.pod pod/perlop.pod 5668____________________________________________________________________________ 5669[ 1493] By: gsar on 1998/07/14 23:39:31 5670 Log: File/Spec.pm needs trailing newline 5671 Branch: perl 5672 ! lib/File/Spec.pm 5673____________________________________________________________________________ 5674[ 1492] By: gsar on 1998/07/14 21:43:03 5675 Log: unsubmitted _74 tweaks 5676 Branch: perl 5677 ! Changes mpeix/nm mpeix/relink pod/perldelta.pod 5678 ! pod/perldiag.pod 5679 5680---------------- 5681Version 5.004_74 5682---------------- 5683 5684____________________________________________________________________________ 5685[ 1491] By: gsar on 1998/07/14 08:48:28 5686 Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT 5687 Branch: perl 5688 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile 5689 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 5690 ! win32/makefile.mk 5691____________________________________________________________________________ 5692[ 1490] By: gsar on 1998/07/14 08:31:13 5693 Log: From: Gisle Aas <gisle@aas.no> 5694 Date: 14 Jul 1998 10:20:34 +0200 5695 Message-Id: <m3hg0k973h.fsf@furu.g.aas.no> 5696 Subject: [PATCH] Make -DP work (and readable) 5697 Branch: perl 5698 ! run.c 5699____________________________________________________________________________ 5700[ 1489] By: gsar on 1998/07/14 08:23:46 5701 Log: fix function parameter autovivification for pseudohashes 5702 Branch: perl 5703 ! mg.c t/op/avhv.t 5704____________________________________________________________________________ 5705[ 1488] By: gsar on 1998/07/14 07:34:45 5706 Log: merge changes#1423,1465 from maintbranch; checkin two missed files 5707 from earlier changes#1461,1478 5708 Branch: perl 5709 ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod pp_sys.c 5710 ! t/TEST t/lib/thread.t t/op/local.t t/op/pat.t t/op/regexp.t 5711 ! t/op/substr.t t/op/vec.t 5712____________________________________________________________________________ 5713[ 1487] By: gsar on 1998/07/14 07:04:54 5714 Log: tweak t/lib/thread.t 5715 Branch: perl 5716 ! t/lib/thread.t 5717____________________________________________________________________________ 5718[ 1486] By: gsar on 1998/07/14 06:38:15 5719 Log: applied patch, slightly tweaked 5720 From: Dan Sugalski <sugalskd@osshe.edu> 5721 Date: Mon, 13 Jul 1998 11:52:27 -0700 5722 Message-Id: <3.0.5.32.19980713115227.00a73970@ous.edu> 5723 Subject: [PATCH 5.004_73]Get re module working on VMS 5724 Branch: perl 5725 ! ext/re/Makefile.PL perl.h proto.h 5726____________________________________________________________________________ 5727[ 1485] By: gsar on 1998/07/14 06:32:58 5728 Log: add Porting/p4d2p 5729 Branch: perl 5730 + Porting/p4d2p 5731 ! MANIFEST 5732____________________________________________________________________________ 5733[ 1484] By: gsar on 1998/07/14 06:08:20 5734 Log: doc patches from Tom Christiansen <tchrist@chthon.perl.com> (via PM) 5735 Date: Mon, 13 Jul 1998 19:09:09 -0600 5736 Message-Id: <199807140109.TAA04678@chthon.perl.com> 5737 Subject: perlmod.pod patch 5738 -- 5739 Date: Mon, 13 Jul 1998 18:37:07 -0600 5740 Message-Id: <199807140037.SAA04556@chthon.perl.com> 5741 Subject: perlbook.pod patch 5742 Branch: perl 5743 ! pod/perlbook.pod pod/perlmod.pod 5744____________________________________________________________________________ 5745[ 1483] By: gsar on 1998/07/14 06:04:25 5746 Log: OS/2 update 5747 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5748 Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu> 5749 Date: Mon, 13 Jul 1998 19:36:05 -0400 (EDT) 5750 Subject: [PATCH 5.004_72] OS/2 system() and friends additions 5751 Branch: perl 5752 ! README.os2 hints/os2.sh os2/Changes os2/os2.c t/op/magic.t 5753____________________________________________________________________________ 5754[ 1482] By: gsar on 1998/07/14 06:01:12 5755 Log: more VMS patches from Dan Sugalski <sugalskd@osshe.edu> 5756 Date: Mon, 13 Jul 1998 16:37:49 -0700 5757 Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu> 5758 Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS 5759 -- 5760 Date: Mon, 13 Jul 1998 15:51:09 -0700 5761 Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu> 5762 Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS 5763 Branch: perl 5764 ! t/io/iprefix.t t/lib/cgi-html.t 5765____________________________________________________________________________ 5766[ 1481] By: gsar on 1998/07/14 05:57:36 5767 Log: From: Dan Sugalski <sugalskd@osshe.edu> 5768 Date: Mon, 13 Jul 1998 15:41:53 -0700 5769 Message-Id: <3.0.5.32.19980713154153.00a87be0@ous.edu> 5770 Subject: [PATCH 5.004_73]Fix t/base/rs.t test failures on VMS 5771 Branch: perl 5772 ! t/base/rs.t 5773____________________________________________________________________________ 5774[ 1480] By: gsar on 1998/07/14 05:56:14 5775 Log: From: Dan Sugalski <sugalskd@osshe.edu> 5776 Message-Id: <3.0.5.32.19980713150427.00b2a540@ous.edu> 5777 Date: Mon, 13 Jul 1998 15:04:27 -0700 5778 Subject: [PATCH 5.004_73]Thread tweak for VMS.C 5779 Branch: perl 5780 ! vms/vms.c 5781____________________________________________________________________________ 5782[ 1479] By: gsar on 1998/07/14 05:55:13 5783 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 5784 Date: Mon, 13 Jul 1998 23:13:43 +0200 5785 Message-ID: <19980713231343.A178@cdata.tvnet.hu> 5786 Subject: [PATCH _72] Configure problem on dos-djgpp 5787 Branch: perl 5788 ! Configure 5789____________________________________________________________________________ 5790[ 1478] By: gsar on 1998/07/14 05:53:08 5791 Log: add files and tweaks needed for MPE/iX port (via PM) 5792 From: Jarkko Hietaniemi <jhi@iki.fi> 5793 Date: Tue, 14 Jul 1998 00:07:30 +0300 (EET DST) 5794 Message-Id: <199807132107.AAA20603@alpha.hut.fi> 5795 Subject: MPE/iX patches for _73 5796 Branch: perl 5797 + README.mpeix ext/DynaLoader/dl_mpeix.xs ext/re/hints/mpeix.pl 5798 + mpeix/mpeixish.h mpeix/nm mpeix/relink 5799 ! MANIFEST ext/Socket/Socket.xs hints/mpeix.sh installperl 5800 ! lib/File/Copy.pm perl.c perl.h pod/perldelta.pod 5801____________________________________________________________________________ 5802[ 1477] By: gsar on 1998/07/14 04:23:28 5803 Log: added suggested patch (via PM), tweaked to implicitly specify -DDEBUGGING 5804 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5805 Date: Mon, 13 Jul 1998 16:50:55 -0400 (EDT) 5806 Message-Id: <Pine.SUN.3.96.980713164922.28314B-100000@newton.phys> 5807 Subject: Re: _70 and Devel::RE 5808 Branch: perl 5809 ! ext/re/Makefile.PL ext/re/re.xs regcomp.c regexec.c 5810____________________________________________________________________________ 5811[ 1476] By: gsar on 1998/07/14 04:06:25 5812 Log: minor Configure nits 5813 From: Jarkko Hietaniemi <jhi@iki.fi> 5814 Date: Mon, 13 Jul 1998 23:25:27 +0300 (EET DST) 5815 Message-Id: <199807132025.XAA10771@alpha.hut.fi> 5816 Subject: Configure patches for MVS (and one x2p/Makefile.SH) 5817 Branch: perl 5818 ! Configure x2p/Makefile.SH 5819____________________________________________________________________________ 5820[ 1475] By: gsar on 1998/07/14 03:59:56 5821 Log: From: Dan Sugalski <sugalskd@osshe.edu> 5822 Date: Mon, 13 Jul 1998 12:54:19 -0700 5823 Message-Id: <3.0.5.32.19980713125419.009e0100@ous.edu> 5824 Subject: [PATCH 5.004_73] Fixes to the VMS configuration system 5825 Branch: perl 5826 ! vms/munchconfig.c vms/subconfigure.com 5827____________________________________________________________________________ 5828[ 1474] By: gsar on 1998/07/14 03:58:13 5829 Log: make Term::Readline::get_line() independent of caller's $/ 5830 From: kstar@chapin.edu 5831 Date: Mon, 13 Jul 1998 15:17:49 -0400 5832 Message-ID: <19980713151749.G8596@O2.chapin.edu> 5833 Subject: [PATCH] Was: CPAN.pm still fails 5834 Branch: perl 5835 ! lib/Term/ReadLine.pm 5836____________________________________________________________________________ 5837[ 1473] By: gsar on 1998/07/14 03:55:29 5838 Log: fix $trnl interpolation in here-docs (via PM) 5839 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 5840 Date: Mon, 13 Jul 1998 15:49:00 -0400 (EDT) 5841 Message-Id: <Pine.SUN.3.96.980713151243.28129F-100000@newton.phys> 5842 Subject: Re: [PATCH] 5.004_73: Re: Configure/trnl craziness 5843 Branch: perl 5844 ! Configure 5845____________________________________________________________________________ 5846[ 1472] By: gsar on 1998/07/14 03:50:18 5847 Log: From: Dominic Dunlop <domo@ppp52.vo.lu> 5848 Date: Mon, 13 Jul 1998 15:55:09 +0100 (WET DST) 5849 Message-Id: <199807131455.PAA23621@ppp52.vo.lu> 5850 Subject: Not OK: perl 5.00473 on powerpc-machten 4.1 [PATCH 5.004_73] 5851 Branch: perl 5852 ! hints/machten.sh 5853____________________________________________________________________________ 5854[ 1471] By: gsar on 1998/07/14 03:49:07 5855 Log: From: Dan Sugalski <sugalskd@osshe.edu> 5856 Message-Id: <3.0.5.32.19980713123005.00b6be50@ous.edu> 5857 Date: Mon, 13 Jul 1998 12:30:05 -0700 5858 Subject: [PATCH 5.004_73] Add Data::Dumper and re modules to VMS config stuff 5859 Branch: perl 5860 ! configure.com vms/descrip_mms.template 5861____________________________________________________________________________ 5862[ 1470] By: gsar on 1998/07/14 03:40:14 5863 Log: consistently refer to functions as C<foo()> 5864 From: abigail@fnx.com 5865 Date: Mon, 13 Jul 1998 03:04:24 -0400 (EDT) 5866 Message-ID: <19980713070424.19841.qmail@betelgeuse.wayne.fnx.com> 5867 Subject: Re: [PATCH 5.004_71] pod/perlfunc.pod 5868 Branch: perl 5869 ! pod/perlfunc.pod 5870____________________________________________________________________________ 5871[ 1469] By: gsar on 1998/07/14 03:35:06 5872 Log: From: Tom Hughes <thh@cyberscience.com> 5873 Date: 13 Jul 1998 09:34:16 +0100 5874 Message-ID: <yekk95i175j.fsf@elva.cyberscience.com> 5875 Subject: [PATCH 5.004_72] Fix d_Gconvert definition in hints/svr4.sh 5876 Branch: perl 5877 ! hints/svr4.sh 5878____________________________________________________________________________ 5879[ 1468] By: gsar on 1998/07/14 03:34:03 5880 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) 5881 Date: 13 Jul 1998 11:16:27 +0200 5882 Message-ID: <sfc90lyqff8.fsf@dubravka.in-berlin.de> 5883 Subject: Parallel Makefiles 5884 Branch: perl 5885 ! lib/ExtUtils/MM_Unix.pm 5886____________________________________________________________________________ 5887[ 1467] By: gsar on 1998/07/14 03:31:39 5888 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 5889 Date: Mon, 13 Jul 1998 00:12:19 -0400 (EDT) 5890 Message-Id: <199807130412.AAA27128@monk.mps.ohio-state.edu> 5891 Subject: [PATCH 5.004_72] t/io/pipe.t - completely broken? 5892 Branch: perl 5893 ! t/io/pipe.t 5894____________________________________________________________________________ 5895[ 1466] By: gsar on 1998/07/14 03:29:25 5896 Log: minor tweaks to perldelta and README.win32 5897 Branch: perl 5898 ! Changes README.win32 pod/perldelta.pod 5899____________________________________________________________________________ 5900[ 1465] By: TimBunce on 1998/07/13 21:33:45 5901 Log: Assorted patches: 5902 5903 Title: "Fix string substitution returncode problem" 5904 From: Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu> 5905 Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>, 5906 <v03110700b191a557f041@[195.95.102.114]> 5907 Files: pp_hot.c 5908 5909 Title: "umask EXPR is fatal only if (EXPR & 0700) > 0" 5910 From: Gurusamy Sarathy <gsar@engin.umich.edu> 5911 Msg-ID: <199807111656.MAA03310@aatma.engin.umich.edu> 5912 Files: pod/perldiag.pod pp_sys.c 5913 5914 Title: "Remove reference to qsort from perlfunc.pod" 5915 From: Gurusamy Sarathy <gsar@engin.umich.edu> 5916 Msg-ID: <199807111923.PAA05124@aatma.engin.umich.edu> 5917 Files: pod/perlfunc.pod 5918 5919 Title: "Deprecate AvFILL in favor of av_len()" 5920 From: Gurusamy Sarathy <gsar@engin.umich.edu> 5921 Msg-ID: <199807111945.PAA05489@aatma.engin.umich.edu> 5922 Files: pod/perlguts.pod 5923 5924 Title: "Further clarify effects of using quotes with m operator" 5925 From: Gurusamy Sarathy <gsar@engin.umich.edu> 5926 Msg-ID: <199806201921.PAA03829@aatma.engin.umich.edu> 5927 Files: pod/perlop.pod 5928 5929 Title: "Add PERL_DESTRUCT_LEVEL=2 to test suite" 5930 From: Tim Bunce 5931 Files: t/TEST t/op/local.t t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t 5932 Branch: maint-5.004/perl 5933 ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod 5934 ! pod/perlop.pod pp_hot.c pp_sys.c t/TEST t/op/local.t 5935 ! t/op/pat.t t/op/regexp.t t/op/substr.t t/op/vec.t toke.c 5936 5937---------------- 5938Version 5.004_73 5939---------------- 5940 5941____________________________________________________________________________ 5942[ 1464] By: gsar on 1998/07/13 04:41:07 5943 Log: up patchlevel to 73, update Changes &c. 5944 Branch: perl 5945 ! Changes patchlevel.h pod/perlhist.pod t/op/array.t 5946 ! win32/Makefile win32/config_H.bc win32/config_H.gc 5947 ! win32/config_H.vc win32/makefile.mk 5948____________________________________________________________________________ 5949[ 1463] By: gsar on 1998/07/13 02:58:51 5950 Log: avoid empty rm -f in MM_Unix.pm 5951 Branch: perl 5952 ! lib/ExtUtils/MM_Unix.pm 5953____________________________________________________________________________ 5954[ 1462] By: gsar on 1998/07/13 02:54:52 5955 Log: update perldelta 5956 Branch: perl 5957 ! pod/perldelta.pod 5958____________________________________________________________________________ 5959[ 1461] By: gsar on 1998/07/13 02:44:30 5960 Log: added patch, tweaked PERL_OBJECT things 5961 From: Graham Barr <gbarr@pobox.com> 5962 Date: Sun, 12 Jul 1998 19:57:47 CDT 5963 Message-Id: <19980712195747.C493@pobox.com> 5964 Subject: [ PATCH perl5.004_72] patch to add qr// 5965 Branch: perl 5966 ! dump.c embed.h ext/Opcode/Opcode.pm global.sym globals.c 5967 ! keywords.h keywords.pl op.c op.h opcode.h opcode.pl 5968 ! pod/perlfunc.pod pp.c pp_hot.c pp_proto.h proto.h regcomp.c 5969 ! regexp.h sv.c t/op/pat.t toke.c 5970____________________________________________________________________________ 5971[ 1460] By: gsar on 1998/07/13 01:25:07 5972 Log: add a few more PURIFY guards 5973 Branch: perl 5974 ! av.c sv.c 5975____________________________________________________________________________ 5976[ 1459] By: gsar on 1998/07/12 23:38:31 5977 Log: add tests for change#1458 and then some 5978 Branch: perl 5979 ! t/op/array.t 5980____________________________________________________________________________ 5981[ 1458] By: gsar on 1998/07/12 22:42:47 5982 Log: apply patch for smarter AASSIGN_COMMON detection; regen headers 5983 From: Stephen McCamant <alias@mcs.com> 5984 Date: Sun, 12 Jul 1998 17:17:00 CDT 5985 Message-Id: <13737.12300.950886.821143@alias-2.pr.mcs.net> 5986 Subject: [PATCH] @a=@a=qw(1) not working, both 5.004_04 and 5.004_71 5987 Branch: perl 5988 ! op.c opcode.h opcode.pl 5989____________________________________________________________________________ 5990[ 1457] By: gsar on 1998/07/12 22:06:05 5991 Log: small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi> 5992 Branch: perl 5993 ! Configure Makefile.SH ext/Socket/Socket.xs perl.c 5994____________________________________________________________________________ 5995[ 1456] By: gsar on 1998/07/12 21:56:39 5996 Log: From: Doug MacEachern <dougm@pobox.com> 5997 Date: Sun, 12 Jul 1998 14:29:29 -0400 5998 Message-Id: <199807121829.OAA00525@postman.opengroup.org> 5999 Subject: [PATCH 5.004_72] Embed.pm support for PERL_OBJECT 6000 Branch: perl 6001 ! lib/ExtUtils/Embed.pm 6002____________________________________________________________________________ 6003[ 1455] By: gsar on 1998/07/12 21:54:02 6004 Log: applied installperl patch, corrected other little nits 6005 From: andreas.koenig@kulturbox.de (Andreas J. Koenig) 6006 Date: 12 Jul 1998 16:27:21 +0200 6007 Message-ID: <sfcn2afrvp2.fsf@dubravka.in-berlin.de> 6008 Subject: [5.004_72] installperl tweak 6009 Branch: perl 6010 ! Changes Configure README.win32 installperl win32/makefile.mk 6011____________________________________________________________________________ 6012[ 1454] By: gsar on 1998/07/12 10:14:24 6013 Log: update MANIFEST, Changes 6014 Branch: perl 6015 - lib/Bundle/CPAN.pm 6016 ! Changes MANIFEST 6017 6018---------------- 6019Version 5.004_72 6020---------------- 6021 6022____________________________________________________________________________ 6023[ 1453] By: gsar on 1998/07/12 10:04:33 6024 Log: merge changes 1424, 1428 from maintbranch 6025 Branch: perl 6026 ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm 6027____________________________________________________________________________ 6028[ 1452] By: gsar on 1998/07/12 09:46:40 6029 Log: patchlevel up to 72, update Changes, minor tweaks to win32/config* 6030 and README.win32 6031 Branch: perl 6032 ! Changes README.win32 patchlevel.h win32/Makefile 6033 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 6034 ! win32/makefile.mk 6035____________________________________________________________________________ 6036[ 1451] By: gsar on 1998/07/12 07:01:26 6037 Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS 6038 From: Jarkko Hietaniemi <jhi@iki.fi> 6039 Date: Sat, 11 Jul 1998 17:51:07 +0300 (EET DST) 6040 Message-Id: <199807111451.RAA27010@alpha.hut.fi> 6041 Subject: M3 "generic" parts 6042 Branch: perl 6043 ! Configure Makefile.SH config_h.SH ext/POSIX/POSIX.xs 6044 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_Unix.pm 6045 ! makedepend.SH mv-if-diff perl.h plan9/plan9ish.h pp_sys.c 6046 ! unixish.h vms/subconfigure.com vms/vmsish.h win32/config_H.bc 6047 ! win32/config_H.gc x2p/Makefile.SH 6048____________________________________________________________________________ 6049[ 1450] By: gsar on 1998/07/12 06:38:27 6050 Log: various tweaks for PERL_OBJECT build & test 6051 Branch: perl 6052 ! globals.c iperlsys.h win32/GenCAPI.pl win32/Makefile 6053 ! win32/makefile.mk win32/win32.c win32/win32iop.h 6054____________________________________________________________________________ 6055[ 1449] By: gsar on 1998/07/12 06:29:23 6056 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) 6057 Date: 12 Jul 1998 08:22:16 +0200 6058 Message-Id: <sfck95jtwpz.fsf@dubravka.in-berlin.de> 6059 Subject: [5.004_71] Patch: let CPAN.pm work with threaded perl 6060 Branch: perl 6061 ! lib/CPAN.pm lib/SelfLoader.pm 6062____________________________________________________________________________ 6063[ 1448] By: gsar on 1998/07/12 05:10:50 6064 Log: make RE engine threadsafe; -Dusethreads builds, tests on Solaris, 6065 and runs regexes in 1000s of threads without crashing; also fixed 6066 statcache not being thread-local 6067 Branch: perl 6068 ! embed.h embedvar.h ext/Thread/Thread.xs ext/re/re.xs 6069 ! intrpvar.h op.c perl.c pp_ctl.c regcomp.c regexec.c sv.c 6070 ! t/lib/thread.t thrdvar.h util.c 6071____________________________________________________________________________ 6072[ 1447] By: gsar on 1998/07/12 02:40:45 6073 Log: From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 6074 Date: Sun, 12 Jul 1998 03:23:04 +0200 6075 Message-Id: <l03130300b1cdbff87621@[194.222.64.89]> 6076 Subject: Re: perlbug doesn't check that save succeeded 6077 Branch: perl 6078 ! utils/perlbug.PL 6079____________________________________________________________________________ 6080[ 1446] By: gsar on 1998/07/12 02:39:24 6081 Log: be generous about CRs 6082 From: larry@wall.org (Larry Wall) 6083 Date: Sat, 11 Jul 1998 17:54:21 PDT 6084 Message-Id: <199807120054.RAA19550@wall.org> 6085 Subject: [PATCH _71] CRs et al 6086 Branch: perl 6087 ! toke.c 6088____________________________________________________________________________ 6089[ 1445] By: gsar on 1998/07/12 02:11:16 6090 Log: fix pp_caller() to fully traverse stacklevels 6091 Branch: perl 6092 ! objpp.h pp_ctl.c proto.h t/op/runlevel.t 6093____________________________________________________________________________ 6094[ 1444] By: gsar on 1998/07/11 23:43:37 6095 Log: add patch, along with all the missing bits, and doc tweaks 6096 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6097 Date: Thu, 9 Jul 1998 18:47:25 -0400 (EDT) 6098 Message-Id: <199807092247.SAA06314@monk.mps.ohio-state.edu> 6099 Subject: Re: [PATCH 5.004_71] Secure RE update 6100 Branch: perl 6101 ! ObjXSub.h embed.h embedvar.h ext/Opcode/Opcode.pm ext/re/re.pm 6102 ! global.sym globals.c interp.sym intrpvar.h op.c opcode.h 6103 ! opcode.pl pp_ctl.c pp_proto.h regcomp.c sv.c t/op/misc.t 6104 ! t/op/pat.t t/op/subst.t 6105____________________________________________________________________________ 6106[ 1443] By: gsar on 1998/07/11 23:08:14 6107 Log: tweak to get BSDI to build IPC/SysV 6108 From: Jarkko Hietaniemi <jhi@cc.hut.fi> 6109 Date: 11 Jul 1998 16:26:44 +0300 6110 Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi> 6111 Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1 6112 Branch: perl 6113 ! ext/IPC/SysV/SysV.xs 6114____________________________________________________________________________ 6115[ 1442] By: gsar on 1998/07/11 23:03:39 6116 Log: fix closures in optimized C<for (1..5)> (only the tests are in this 6117 change, the pp_hot.c fix accidentally went in change#1441) 6118 Branch: perl 6119 ! t/op/closure.t 6120____________________________________________________________________________ 6121[ 1441] By: gsar on 1998/07/11 22:35:40 6122 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6123 Date: Sat, 11 Jul 1998 18:21:21 -0400 (EDT) 6124 Message-Id: <199807112221.SAA03221@monk.mps.ohio-state.edu> 6125 Subject: [PATCH 5.004_71] Update os2's OS2::Process 6126 Branch: perl 6127 ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm 6128 ! os2/OS2/Process/Process.xs pp_hot.c 6129____________________________________________________________________________ 6130[ 1440] By: gsar on 1998/07/11 19:41:59 6131 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig) 6132 Date: 11 Jul 1998 17:00:21 +0200 6133 Message-ID: <sfc1zrsxwje.fsf@dubravka.in-berlin.de> 6134 Subject: [perl5.004_71] Patch: change MakeMaker default compress --> gzip 6135 Branch: perl 6136 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm 6137____________________________________________________________________________ 6138[ 1439] By: gsar on 1998/07/11 19:36:58 6139 Log: export newRV_noinc on win32, deprecate AvFILL in favor of av_len() 6140 Branch: perl 6141 ! pod/perlguts.pod win32/makedef.pl 6142____________________________________________________________________________ 6143[ 1438] By: gsar on 1998/07/11 19:14:21 6144 Log: applied patch for perlfunc tweaks, removed reference to system qsort() 6145 From: abigail@fnx.com 6146 Date: Sat, 11 Jul 1998 04:20:54 -0400 (EDT) 6147 Message-ID: <19980711082054.2184.qmail@betelgeuse.wayne.fnx.com> 6148 Subject: [PATCH 5.004_71] pod/perlfunc.pod 6149 Branch: perl 6150 ! pod/perlfunc.pod 6151____________________________________________________________________________ 6152[ 1437] By: gsar on 1998/07/11 19:05:00 6153 Log: From: abigail@fnx.com 6154 Date: Sat, 11 Jul 1998 04:09:57 -0400 (EDT) 6155 Message-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com> 6156 Subject: [PATCH 5.004_71] pod/pod2man.PL 6157 Branch: perl 6158 ! pod/pod2man.PL 6159____________________________________________________________________________ 6160[ 1436] By: gsar on 1998/07/11 18:58:03 6161 Log: more complete version of change#1421 6162 From: Stephen McCamant <alias@mcs.com> 6163 Date: Fri, 10 Jul 1998 23:46:46 -0500 (CDT) 6164 Message-ID: <13734.58994.735473.859218@alias-2.pr.mcs.net> 6165 Subject: [PATCH] Re: B::Deparse for(1..100000) 6166 Branch: perl 6167 ! ext/B/B/Deparse.pm 6168____________________________________________________________________________ 6169[ 1435] By: gsar on 1998/07/11 18:54:42 6170 Log: win32 fixes for VC 6.0 nits 6171 Branch: perl 6172 ! ext/Data/Dumper/Dumper.xs win32/Makefile win32/makefile.mk 6173 ! win32/win32.h 6174____________________________________________________________________________ 6175[ 1434] By: gsar on 1998/07/11 18:45:32 6176 Log: s/AVHV/pseudo-hash/ (via PM) 6177 From: Gisle Aas <gisle@aas.no> 6178 Date: 11 Jul 1998 00:16:53 +0200 6179 Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no> 6180 Subject: [PATCH] trivial fields.pm doc patch 6181 Branch: perl 6182 ! lib/fields.pm 6183____________________________________________________________________________ 6184[ 1433] By: gsar on 1998/07/11 18:43:11 6185 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 6186 Date: Fri, 10 Jul 1998 23:12:11 +0200 6187 Message-ID: <19980710231211.A161@cdata.tvnet.hu> 6188 Subject: [PATCH _71] dos-djgpp update 6189 Branch: perl 6190 ! Configure djgpp/config.over djgpp/djgppsed.sh djgpp/fixpmain 6191____________________________________________________________________________ 6192[ 1432] By: gsar on 1998/07/11 18:41:00 6193 Log: applied patch, reformatted long lines in places 6194 From: Dominic Dunlop <domo@computer.org> 6195 Date: Fri, 10 Jul 1998 23:11:30 +0000 6196 Message-Id: <v03110703b1cc32a02438@[195.95.102.91]> 6197 Subject: [PATCH 5.004_71] Re: Document "count exceeded" regular expression 6198 warning 6199 Branch: perl 6200 ! pod/perldiag.pod regexec.c 6201____________________________________________________________________________ 6202[ 1431] By: gsar on 1998/07/11 18:29:18 6203 Log: From: "John L. Allen" <allen@grumman.com> 6204 Date: Fri, 10 Jul 1998 13:57:01 -0400 (EDT) 6205 Message-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com> 6206 Subject: [PATCH]: _71 & _04 - Make AIX hints preserve ccflags as per docs 6207 Branch: perl 6208 ! hints/aix.sh 6209____________________________________________________________________________ 6210[ 1430] By: TimBunce on 1998/07/11 18:15:09 6211 Log: Title: "Fix string substitution returncode problem" 6212 From: Dominic Dunlop <domo@vo.lu>, Gurusamy Sarathy <gsar@engin.umich.edu> 6213 Msg-ID: <199805271236.IAA28213@aatma.engin.umich.edu>, 6214 <v03110700b191a557f041@[195.95.102.114]> 6215 Files: pp_hot.c 6216 Branch: maint-5.004/perl 6217 ! pp_hot.c 6218____________________________________________________________________________ 6219[ 1429] By: gsar on 1998/07/11 18:07:52 6220 Log: applied patch, tweaked doc and code that does labels/indentation 6221 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6222 Date: Thu, 9 Jul 1998 21:39:40 -0400 (EDT) 6223 Message-Id: <199807100139.VAA08617@monk.mps.ohio-state.edu> 6224 Subject: [PATCH 5.004_71] perldebug.pod and RE 6225 Branch: perl 6226 ! pod/perldebug.pod regcomp.c regexec.c 6227____________________________________________________________________________ 6228[ 1428] By: TimBunce on 1998/07/11 17:45:56 6229 Log: Assorted patches: 6230 6231 Title: "makerel now reads local patch list from patchlevel.h" 6232 Files: patchlevel.h Porting/makerel 6233 6234 Title: "pod/pod2man.PL" 6235 From: abigail@fnx.com 6236 Msg-ID: <19980711080957.2106.qmail@betelgeuse.wayne.fnx.com> 6237 Files: pod/pod2man.PL 6238 6239 Title: "Clarify taint example in re.pm" 6240 From: Tom Phoenix <rootbeer@teleport.com> 6241 Msg-ID: <Pine.GSO.3.96.980623155803.3227X-100000@user2.teleport.com> 6242 Files: lib/re.pm 6243 6244 Title: "Anohter ptags improvement" 6245 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6246 Msg-ID: <199807070059.UAA28815@monk.mps.ohio-state.edu> 6247 Files: emacs/ptags 6248 6249 Title: "_71 & _04 - Make AIX hints preserve ccflags as per docs" 6250 From: "John L. Allen" <allen@grumman.com> 6251 Msg-ID: <Pine.SOL.3.91.980710134236.15717A-100000@gateway.grumman.com> 6252 Files: hints/aix.sh 6253 Branch: maint-5.004/perl 6254 ! Porting/makerel emacs/ptags hints/aix.sh lib/re.pm 6255 ! patchlevel.h pod/pod2man.PL 6256____________________________________________________________________________ 6257[ 1427] By: gsar on 1998/07/11 17:04:47 6258 Log: make Liblist return consistently backslashed paths 6259 Branch: perl 6260 ! lib/ExtUtils/Liblist.pm 6261____________________________________________________________________________ 6262[ 1426] By: gsar on 1998/07/11 16:53:56 6263 Log: don't 'touch a2p.c', it might readonly (via PM) 6264 From: Robin Barker <rmb1@cise.npl.co.uk> 6265 Date: Fri, 10 Jul 98 17:19:54 BST 6266 Message-Id: <20430.9807101619@tempest.cise.npl.co.uk> 6267 Branch: perl 6268 ! x2p/Makefile.SH 6269____________________________________________________________________________ 6270[ 1425] By: TimBunce on 1998/07/11 16:42:26 6271 Log: Title: "Add newCONSTSUB (from 5.005_70)" 6272 Files: embed.h proto.h global.sym op.c 6273 Branch: maint-5.004/perl 6274 ! embed.h global.sym op.c proto.h 6275____________________________________________________________________________ 6276[ 1424] By: TimBunce on 1998/07/11 16:20:21 6277 Log: Title: "Assorted fixes for Sys::Syslog.pm" 6278 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Sean Robinson 6279 <ROBINSON_S@sc.maricopa.edu>, Tim.Bunce@ig.co.uk 6280 Msg-ID: <01IXGLISWJ7Q0001B6@sc.maricopa.edu>, 6281 <199805270939.KAA08453@toad.ig.co.uk>, 6282 <E0yeHPI-00047D-00@taurus.cus.cam.ac.uk> 6283 Files: lib/Sys/Syslog.pm 6284 Branch: maint-5.004/perl 6285 ! lib/Sys/Syslog.pm 6286____________________________________________________________________________ 6287[ 1423] By: TimBunce on 1998/07/11 15:53:37 6288 Log: Assorted patches: 6289 6290 Title: "umask: die if EXPR & 0700 else return undef" 6291 From: Chip Salzenberg <chip@perl.org>, Jarkko Hietaniemi <jhi@cc.hut.fi>, 6292 Jarkko Hietaniemi <jhi@iki.fi>, Malcolm Beattie 6293 <mbeattie@sable.ox.ac.uk>, Tim.Bunce@ig.co.uk (Tim Bunce), 6294 kstar@chapin.ed, kstar@chapin.edu@ig.co.uk () 6295 Msg-ID: <199805291520.QAA01615@sable.ox.ac.uk>, 6296 <199805291549.SAA01439@alpha.hut.fi>, 6297 <199805291608.RAA29283@toad.ig.co.uk>, 6298 <19980530105129.A24006@O2.chapin.edu>, 6299 <19980608133037.A8793@perlsupport.com> 6300 Files: pod/perldiag.pod pod/perlfunc.pod pp_sys.c 6301 6302 Title: "File name DynaLoader.pm.PL is 8.3 unfriendly" 6303 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 6304 Msg-ID: <19980610005417.G162@cdata.tvnet.hu> 6305 Files: MANIFEST ext/DynaLoader/Makefile.PL 6306 Branch: maint-5.004/perl 6307 +> ext/DynaLoader/DynaLoader_pm.PL 6308 - ext/DynaLoader/DynaLoader.pm.PL 6309 ! MANIFEST ext/DynaLoader/Makefile.PL pod/perldiag.pod 6310 ! pod/perlfunc.pod pp_sys.c 6311____________________________________________________________________________ 6312[ 1421] By: gsar on 1998/07/11 02:54:02 6313 Log: From: Gisle Aas <gisle@aas.no> 6314 Subject: [PATCH] B::Deparse for(1..100000) 6315 Date: 10 Jul 1998 14:04:44 +0200 6316 Message-ID: <m3n2ahx677.fsf@furu.g.aas.no> 6317 Branch: perl 6318 ! ext/B/B/Deparse.pm 6319____________________________________________________________________________ 6320[ 1420] By: gsar on 1998/07/11 02:28:18 6321 Log: add 'clean' target for ext/re 6322 Branch: perl 6323 ! ext/re/Makefile.PL 6324____________________________________________________________________________ 6325[ 1419] By: gsar on 1998/07/11 02:20:32 6326 Log: From: Tom Hughes <thh@cyberscience.com> 6327 Date: 10 Jul 1998 10:25:18 +0100 6328 Message-ID: <yekn2ai5a81.fsf@elva.cyberscience.com> 6329 Subject: [5.004_71] Patch: svr4 hints updates for Unixware 6330 Branch: perl 6331 ! hints/svr4.sh 6332____________________________________________________________________________ 6333[ 1418] By: gsar on 1998/07/11 02:19:12 6334 Log: move op/ipc{msg,sem}.t into lib/ipc_sysv.t 6335 From: Jarkko Hietaniemi <jhi@iki.fi> 6336 Date: Fri, 10 Jul 1998 13:08:08 +0300 (EET DST) 6337 Message-Id: <199807101008.NAA10817@alpha.hut.fi> 6338 Subject: Re: make minitest does not work out of the box - test subset 6339 needs pruning 6340 Branch: perl 6341 + t/lib/ipc_sysv.t 6342 - t/op/ipcmsg.t t/op/ipcsem.t 6343 ! MANIFEST 6344____________________________________________________________________________ 6345[ 1417] By: gsar on 1998/07/11 02:14:16 6346 Log: disable CR croaking (via #define, default off) in lieu of more 6347 complete fix 6348 Branch: perl 6349 ! toke.c 6350____________________________________________________________________________ 6351[ 1416] By: gsar on 1998/07/11 02:06:11 6352 Log: added patch, made linking with setargv a build option 6353 From: "Douglas Lankshear" <dougl@ActiveState.com> 6354 Date: Thu, 9 Jul 1998 09:51:42 -0700 6355 Message-ID: <000101bdab59$d9602dc0$a32fa8c0@tau.Active> 6356 Subject: [PATCH 5.004_71] 6357 Branch: perl 6358 ! perl.c pp_sys.c win32/Makefile win32/makefile.mk 6359____________________________________________________________________________ 6360[ 1415] By: gsar on 1998/07/11 01:47:19 6361 Log: From: Tom Hughes <thh@cyberscience.com> 6362 Date: 10 Jul 1998 09:01:12 +0100 6363 Message-ID: <yekr9zu5e47.fsf@elva.cyberscience.com> 6364 Subject: [5.004_71] Patch: Fix perl_exp.SH for Unixware 6365 Branch: perl 6366 ! perl_exp.SH 6367____________________________________________________________________________ 6368[ 1414] By: gsar on 1998/07/11 01:45:45 6369 Log: make lib/re.pm a prereq for minitest 6370 Branch: perl 6371 ! Makefile.SH 6372____________________________________________________________________________ 6373[ 1413] By: gsar on 1998/07/11 01:40:56 6374 Log: add patch (via PM) 6375 From: Stephen McCamant <alias@mcs.com> 6376 Date: Fri, 10 Jul 1998 01:14:11 -0500 (CDT) 6377 Message-ID: <13733.45251.47363.431138@alias-2.pr.mcs.net> 6378 Subject: Big B::Deparse update 6379 Branch: perl 6380 ! ext/B/B/Deparse.pm 6381____________________________________________________________________________ 6382[ 1412] By: gsar on 1998/07/11 00:25:17 6383 Log: add perlport.pod v1.23 from Chris Nandor <pudge@pobox.com> 6384 Branch: perl 6385 + pod/perlport.pod 6386 ! pod/perl.pod 6387____________________________________________________________________________ 6388[ 1411] By: gsar on 1998/07/10 21:53:06 6389 Log: make binmode(STDIN) not whine 6390 From: Dan Sugalski <sugalskd@osshe.edu> 6391 Date: Thu, 09 Jul 1998 16:51:27 -0700 6392 Message-Id: <3.0.5.32.19980709165127.00a692e0@ous.edu> 6393 Subject: [PATCH 5.004_70] Fix up binmode() for VMS 6394 Branch: perl 6395 ! vms/vms.c 6396____________________________________________________________________________ 6397[ 1410] By: gsar on 1998/07/10 21:50:57 6398 Log: CPAN-1.39 update 6399 From: koenig@kulturbox.de (Andreas J. Koenig) 6400 Date: 10 Jul 1998 00:45:36 +0200 6401 Message-ID: <sfcbtqytzhr.fsf@dubravka.in-berlin.de> 6402 Subject: Re: perl5.004_71 hit the stands this morn 6403 Branch: perl 6404 ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm 6405____________________________________________________________________________ 6406[ 1409] By: gsar on 1998/07/10 21:45:10 6407 Log: manually apply patch with conflicts 6408 From: Dan Sugalski <sugalskd@osshe.edu> 6409 Date: Thu, 09 Jul 1998 12:08:33 -0700 6410 Message-Id: <3.0.5.32.19980709120833.009eb100@ous.edu> 6411 Subject: [PATCH 5.004_70] Updated duble-quotes in config.h/config.pm patch 6412 Branch: perl 6413 ! configpm 6414____________________________________________________________________________ 6415[ 1408] By: gsar on 1998/07/10 21:36:54 6416 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6417 Date: Thu, 9 Jul 1998 11:58:30 -0400 (EDT) 6418 Message-Id: <Pine.SUN.3.96.980709115556.24236D-100000@newton.phys> 6419 Subject: Re: perldelta.pod [PATCH] 6420 Branch: perl 6421 ! pod/perldelta.pod 6422____________________________________________________________________________ 6423[ 1407] By: gsar on 1998/07/10 21:35:13 6424 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6425 Date: Thu, 9 Jul 1998 11:26:03 -0400 (EDT) 6426 Subject: [PATCH 5.004_71] Allow static build of IPC::SysV 6427 Message-Id: <Pine.SUN.3.96.980709112507.24236B-100000@newton.phys> 6428 Branch: perl 6429 ! ext/IPC/SysV/Makefile.PL 6430____________________________________________________________________________ 6431[ 1406] By: gsar on 1998/07/10 21:33:30 6432 Log: manually apply patch with conflicts 6433 From: kstar@chapin.edu 6434 Message-ID: <19980709093621.B7857@O2.chapin.edu> 6435 Date: Thu, 9 Jul 1998 09:36:21 -0400 6436 Subject: Re: [PATCH] 5.004_70 installperl and docs 6437 Branch: perl 6438 ! installperl 6439____________________________________________________________________________ 6440[ 1405] By: gsar on 1998/07/10 21:28:29 6441 Log: misc tweaks to docs and qsortsv() warning 6442 Branch: perl 6443 ! Changes pod/perldelta.pod pod/perlsub.pod pp_ctl.c 6444____________________________________________________________________________ 6445[ 1404] By: gsar on 1998/07/10 21:23:53 6446 Log: add more correct version of change#1350 (as yet untested) 6447 From: joshua.pritikin@db.com 6448 Date: Thu, 9 Jul 1998 09:22:46 -0400 6449 Message-Id: <H00000e50008f277@MHS> 6450 Subject: Re: [PATCH _70] cache missing methods 6451 Branch: perl 6452 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h 6453____________________________________________________________________________ 6454[ 1403] By: gsar on 1998/07/10 20:46:12 6455 Log: add win32_rename() that does what docs say 6456 Branch: perl 6457 ! win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h 6458 ! win32/win32.c win32/win32iop.h 6459____________________________________________________________________________ 6460[ 1402] By: gsar on 1998/07/10 20:19:18 6461 Log: inet_aton() should do DNS lookup only if arg isn't a dotted-quad 6462 (suggested by Philippe.Simonet@swisscom.com) 6463 Branch: perl 6464 ! ext/Socket/Socket.xs 6465____________________________________________________________________________ 6466[ 1401] By: gsar on 1998/07/10 03:24:45 6467 Log: undo change#1379 (order of tests *is* significant) 6468 Branch: perl 6469 ! t/lib/posix.t 6470____________________________________________________________________________ 6471[ 1400] By: nick on 1998/07/09 17:43:14 6472 Log: Integrate mainline (_071-ish) 6473 Branch: ansiperl 6474 +> ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm 6475 +> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL 6476 +> ext/Data/Dumper/Todo ext/IPC/SysV/ChangeLog 6477 +> ext/IPC/SysV/MANIFEST ext/IPC/SysV/Makefile.PL 6478 +> ext/IPC/SysV/Msg.pm ext/IPC/SysV/README 6479 +> ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm 6480 +> ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t 6481 +> ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs pp_proto.h 6482 +> t/io/iprefix.t t/lib/dumper-ovl.t t/lib/dumper.t 6483 !> (integrate 145 files) 6484 6485---------------- 6486Version 5.004_71 6487---------------- 6488 6489____________________________________________________________________________ 6490[ 1399] By: gsar on 1998/07/09 12:15:12 6491 Log: update Changes, perlhist.pod, beginnings of perldelta.pod 6492 Branch: perl 6493 ! Changes pod/perldelta.pod pod/perlhist.pod 6494____________________________________________________________________________ 6495[ 1397] By: gsar on 1998/07/09 08:35:39 6496 Log: merge changes from maintbranch (1354, and relevant part of 1356); all 6497 maintenance changes upto 1356 merged 6498 Branch: perl 6499 ! pod/perldiag.pod pp_hot.c t/op/misc.t 6500____________________________________________________________________________ 6501[ 1396] By: gsar on 1998/07/09 08:02:52 6502 Log: add Data-Dumper, up patchlevel to 71, various misc tweaks to 6503 make all configs build on Solaris and win32 6504 Branch: perl 6505 + ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm 6506 + ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Makefile.PL 6507 + ext/Data/Dumper/Todo t/lib/dumper-ovl.t t/lib/dumper.t 6508 ! MANIFEST Todo patchlevel.h win32/Makefile win32/config_H.bc 6509 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk 6510____________________________________________________________________________ 6511[ 1395] By: gsar on 1998/07/09 05:39:48 6512 Log: From: Stephen McCamant <alias@mcs.com> 6513 Date: Wed, 08 Jul 1998 23:16:49 CDT 6514 Message-Id: <13732.16626.904108.608743@alias-2.pr.mcs.net> 6515 Subject: [PATCH] UNOP opclass test in B.xs 6516 Branch: perl 6517 ! ext/B/B.xs 6518____________________________________________________________________________ 6519[ 1394] By: gsar on 1998/07/09 05:37:48 6520 Log: get it building again on win32 6521 Branch: perl 6522 ! bytecode.h embed.h ext/re/Makefile.PL global.sym intrpvar.h 6523 ! op.c opcode.pl perl.h pp.c pp_ctl.c pp_hot.c pp_proto.h 6524 ! pp_sys.c proto.h win32/Makefile win32/makedef.pl 6525 ! win32/makefile.mk 6526____________________________________________________________________________ 6527[ 1393] By: gsar on 1998/07/09 05:20:31 6528 Log: applied patch from Ilya, tweaked some to get clean static build of 6529 the ext/re stuff (untested on win32) 6530 Branch: perl 6531 ! regcomp.c regexec.c 6532____________________________________________________________________________ 6533[ 1392] By: gsar on 1998/07/09 03:56:45 6534 Log: fix installperl typo 6535 From: kstar@chapin.edu 6536 Date: Wed, 08 Jul 1998 23:51:57 EDT 6537 Message-Id: <19980708235157.D1380@O2.chapin.edu> 6538 Subject: Re: [PATCH] 5.004_70 installperl and docs 6539 Branch: perl 6540 ! installperl 6541____________________________________________________________________________ 6542[ 1391] By: gsar on 1998/07/09 01:48:16 6543 Log: From: Chip Salzenberg <chip@perl.org> 6544 Date: Wed, 8 Jul 1998 18:10:55 -0400 6545 Message-ID: <19980708181055.A8005@perlsupport.com> 6546 Subject: [PATCH _70] Allow $SIG{CHLD}='IGNORE' to work on Solaris 6547 Branch: perl 6548 ! util.c 6549____________________________________________________________________________ 6550[ 1390] By: gsar on 1998/07/09 01:45:16 6551 Log: added patch, tweaked per Ilya's suggestion 6552 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 6553 Date: Wed, 8 Jul 1998 13:34:42 +0100 6554 Message-Id: <E0yttQo-0002aH-00@taurus.cus.cam.ac.uk> 6555 Subject: [PATCH] perl5db.pl complains about non-integer condition 6556 Branch: perl 6557 ! lib/perl5db.pl 6558____________________________________________________________________________ 6559[ 1389] By: gsar on 1998/07/09 01:42:13 6560 Log: reenable misaligned memory checks, cast to UV & check alignment 6561 From: Dominic Dunlop <domo@computer.org> 6562 Date: Wed, 8 Jul 1998 11:21:48 +0000 6563 Message-Id: <v03110703b1c8ffdb68ed@[195.95.102.91]> 6564 Subject: Re: [PATCH 5.00469] corrupt malloc ptr on NeXT 6565 Branch: perl 6566 ! malloc.c 6567____________________________________________________________________________ 6568[ 1388] By: gsar on 1998/07/09 01:36:22 6569 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6570 Date: Wed, 8 Jul 1998 13:32:07 -0400 (EDT) 6571 Message-Id: <Pine.SUN.3.96.980708133010.23053F-100000@newton.phys> 6572 Subject: [PATCH 5.004_70] more on finding metaconfig units. 6573 Branch: perl 6574 ! Porting/pumpkin.pod 6575____________________________________________________________________________ 6576[ 1387] By: gsar on 1998/07/09 01:35:23 6577 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6578 Date: Wed, 8 Jul 1998 13:29:34 -0400 (EDT) 6579 Message-Id: <Pine.SUN.3.96.980708132743.23053E-100000@newton.phys> 6580 Subject: Configure indentation patch 6581 Branch: perl 6582 ! Configure 6583____________________________________________________________________________ 6584[ 1386] By: gsar on 1998/07/09 01:33:31 6585 Log: don't try to hardlink perldiag.pod; that is no longer not needed 6586 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6587 Date: Wed, 8 Jul 1998 12:18:32 -0400 (EDT) 6588 Message-Id: <Pine.SUN.3.96.980708120844.23053D-100000@newton.phys> 6589 Subject: Re: pelr installation attempts hard links between file systems 6590 Branch: perl 6591 ! installperl 6592____________________________________________________________________________ 6593[ 1385] By: gsar on 1998/07/09 01:28:05 6594 Log: win32/makefile.mk =~ s|gcc -pipe|gcc| 6595 Branch: perl 6596 ! win32/makefile.mk 6597____________________________________________________________________________ 6598[ 1384] By: gsar on 1998/07/09 01:26:19 6599 Log: make t/TEST run 'perl $switches ./foo/test.t' everywhere 6600 Branch: perl 6601 ! t/TEST 6602____________________________________________________________________________ 6603[ 1383] By: gsar on 1998/07/09 01:06:47 6604 Log: manually apply patch with a dependency on unapplied patch 6605 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6606 Date: Wed, 8 Jul 1998 07:03:51 -0400 (EDT) 6607 Message-Id: <199807081103.HAA25145@monk.mps.ohio-state.edu> 6608 Subject: [PATCH 5.004_70] make quoted RE embeddable 6609 Branch: perl 6610 ! sv.c t/op/pat.t 6611____________________________________________________________________________ 6612[ 1382] By: gsar on 1998/07/09 01:02:23 6613 Log: change order of libs for extensions 6614 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 6615 Date: Tue, 7 Jul 1998 23:48:05 +0200 6616 Message-ID: <19980707234805.C180@cdata.tvnet.hu> 6617 Subject: [PATCH _70] linking problem with modules 6618 Branch: perl 6619 ! lib/ExtUtils/MM_Unix.pm 6620____________________________________________________________________________ 6621[ 1381] By: gsar on 1998/07/09 00:56:12 6622 Log: patch for more flexible initialization of xsub parameters 6623 From: Tye McQueen <tye@metronet.com> 6624 Date: Mon, 6 Jul 1998 19:04:27 -0500 (CDT) 6625 Message-Id: <199807070004.AA16454@metronet.com> 6626 Subject: Enhanced arg inits for xsubpp 6627 Branch: perl 6628 ! lib/ExtUtils/xsubpp pod/perlxs.pod 6629____________________________________________________________________________ 6630[ 1380] By: gsar on 1998/07/09 00:44:01 6631 Log: From: Tye McQueen <tye@metronet.com> 6632 Date: Mon, 6 Jul 1998 17:34:54 -0500 (CDT) 6633 Message-Id: <16619-17073@lyris.activestate.com> 6634 Subject: New pl2bat.pl 6635 Branch: perl 6636 ! win32/bin/pl2bat.pl 6637____________________________________________________________________________ 6638[ 1379] By: gsar on 1998/07/09 00:30:58 6639 Log: remove ordering dependency in posix.t 6640 Branch: perl 6641 ! t/lib/posix.t 6642____________________________________________________________________________ 6643[ 1378] By: gsar on 1998/07/08 20:17:43 6644 Log: make -i'*suffix' work too 6645 Branch: perl 6646 ! doio.c 6647____________________________________________________________________________ 6648[ 1377] By: gsar on 1998/07/08 08:56:28 6649 Log: regen headers; result builds & tests on Solaris again (threaded) 6650 Branch: perl 6651 ! embedvar.h 6652____________________________________________________________________________ 6653[ 1376] By: gsar on 1998/07/08 08:55:03 6654 Log: change#1350 breaks things, back it out 6655 Branch: perl 6656 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h 6657____________________________________________________________________________ 6658[ 1375] By: gsar on 1998/07/08 07:47:00 6659 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6660 Date: Wed, 8 Jul 1998 01:30:15 -0400 (EDT) 6661 Message-Id: <199807080530.BAA14072@monk.mps.ohio-state.edu> 6662 Subject: [PATCH 5.004_70] Switch modifiers in RE off 6663 Branch: perl 6664 ! pod/perlre.pod regcomp.c t/op/re_tests 6665____________________________________________________________________________ 6666[ 1374] By: gsar on 1998/07/08 07:41:06 6667 Log: From: Gisle Aas <gisle@aas.no> 6668 Date: 07 Jul 1998 23:08:59 +0200 6669 Message-ID: <m3vhp9z7v8.fsf@furu.g.aas.no> 6670 Subject: [PATCH] Faster copying from SvIV/SvNVs in sv_setsv() 6671 Branch: perl 6672 ! sv.c 6673____________________________________________________________________________ 6674[ 1373] By: gsar on 1998/07/08 07:36:01 6675 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 6676 Date: Tue, 7 Jul 1998 23:47:50 +0200 6677 Message-ID: <19980707234750.A180@cdata.tvnet.hu> 6678 Subject: [PATCH _70] dos-djgpp update 6679 Branch: perl 6680 ! djgpp/config.over djgpp/djgppsed.sh 6681____________________________________________________________________________ 6682[ 1372] By: gsar on 1998/07/08 07:12:47 6683 Log: add extension to support SysV IPC 6684 From: Jarkko Hietaniemi <jhi@iki.fi> 6685 Date: Tue, 7 Jul 1998 02:32:53 +0300 (EET DST) 6686 Message-Id: <199807062332.CAA25792@alpha.hut.fi> 6687 Subject: [PATCH] 5.004_70: IPC::SysV 6688 Branch: perl 6689 + ext/IPC/SysV/ChangeLog ext/IPC/SysV/MANIFEST 6690 + ext/IPC/SysV/Makefile.PL ext/IPC/SysV/Msg.pm 6691 + ext/IPC/SysV/README ext/IPC/SysV/Semaphore.pm 6692 + ext/IPC/SysV/SysV.pm ext/IPC/SysV/SysV.xs ext/IPC/SysV/t/msg.t 6693 + ext/IPC/SysV/t/sem.t 6694 ! Configure MANIFEST pod/perlfunc.pod pod/perlipc.pod 6695 ! t/op/ipcmsg.t t/op/ipcsem.t 6696____________________________________________________________________________ 6697[ 1371] By: gsar on 1998/07/08 05:12:07 6698 Log: add patch for C<use re 'debug'> 6699 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6700 Date: Mon, 6 Jul 1998 22:24:33 -0400 (EDT) 6701 Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu> 6702 Subject: Re: _70 and Devel::RE 6703 Branch: perl 6704 + ext/re/Makefile.PL ext/re/re.pm ext/re/re.xs 6705 - lib/re.pm 6706 ! MANIFEST Makefile.SH global.sym interp.sym intrpvar.h op.c 6707 ! perl.h pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c 6708____________________________________________________________________________ 6709[ 1370] By: gsar on 1998/07/08 04:27:27 6710 Log: added patch to generate PPDEF(pp_foo) 6711 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6712 Date: Mon, 6 Jul 1998 20:43:54 -0400 (EDT) 6713 Message-Id: <199807070043.UAA28572@monk.mps.ohio-state.edu> 6714 Subject: [PATCH 5.004_70] Autogenerate declarations for opcodes 6715 Branch: perl 6716 + pp_proto.h 6717 ! MANIFEST Makefile.SH opcode.pl proto.h 6718____________________________________________________________________________ 6719[ 1369] By: gsar on 1998/07/08 04:19:49 6720 Log: suggest 'make test' after make 6721 Branch: perl 6722 ! Makefile.SH 6723____________________________________________________________________________ 6724[ 1368] By: gsar on 1998/07/08 03:58:19 6725 Log: added patch for -i'foo*bar', made code somewhat simpler, tweaked doc 6726 From: Colin Kuskie <ckuskie@cadence.com> 6727 Date: Tue, 7 Jul 1998 09:44:33 -0700 (PDT) 6728 Message-ID: <Pine.GSO.3.96.980707093457.28681A-100000@pdxue150.cadence.com> 6729 Subject: Corrected -i prefix patch 6730 Branch: perl 6731 + t/io/iprefix.t 6732 ! MANIFEST doio.c pod/perlrun.pod 6733____________________________________________________________________________ 6734[ 1366] By: gsar on 1998/07/08 02:28:30 6735 Log: From: Gisle Aas <gisle@aas.no> 6736 Date: 07 Jul 1998 17:48:36 +0200 6737 Message-ID: <m3vhp94q7f.fsf@furu.g.aas.no> 6738 Subject: [PATCH] Remove some rendundant SvOOK_on tests 6739 Branch: perl 6740 ! sv.c sv.h 6741____________________________________________________________________________ 6742[ 1365] By: gsar on 1998/07/08 02:25:17 6743 Log: applied patch to clarify m//g 6744 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 6745 Date: Tue, 7 Jul 1998 15:59:03 +0100 6746 Message-Id: <E0ytZCx-0006Bi-00@taurus.cus.cam.ac.uk> 6747 Subject: [PATCH] Re: m//g in perlop.pod 6748 Branch: perl 6749 ! pod/perlop.pod 6750____________________________________________________________________________ 6751[ 1364] By: gsar on 1998/07/08 02:13:07 6752 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 6753 Subject: [PATCH] 5.004_70 bug in perlfaq.pod 6754 Message-Id: <E0ytVTJ-0002kb-00@taurus.cus.cam.ac.uk> 6755 Date: Tue, 7 Jul 1998 11:59:41 +0100 6756 Branch: perl 6757 ! pod/perlfaq.pod 6758____________________________________________________________________________ 6759[ 1363] By: gsar on 1998/07/08 02:11:11 6760 Log: applied tweak (via private mail) 6761 From: Jarkko Hietaniemi <jhi@cc.hut.fi> 6762 Date: Tue, 7 Jul 1998 13:27:47 +0300 (EET DST) 6763 Message-Id: <199807071027.NAA20829@alpha.hut.fi> 6764 Subject: tiny perllocale.pod patch for 5.004_70 6765 Branch: perl 6766 ! pod/perllocale.pod 6767____________________________________________________________________________ 6768[ 1362] By: gsar on 1998/07/08 02:07:48 6769 Log: applied patch, various tweaks to pander to pod2man tantrums 6770 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6771 Date: Mon, 6 Jul 1998 22:47:30 -0400 (EDT) 6772 Message-Id: <199807070247.WAA10677@monk.mps.ohio-state.edu> 6773 Subject: [PATCH 5.004_70] CONFIGPM 6774 Branch: perl 6775 ! Porting/Glossary configpm 6776____________________________________________________________________________ 6777[ 1361] By: gsar on 1998/07/07 22:13:11 6778 Log: From: Stephen McCamant <alias@mcs.com> 6779 Date: Mon, 6 Jul 1998 21:22:17 -0500 (CDT) 6780 Message-ID: <13729.33816.311236.995647@alias-2.pr.mcs.net> 6781 Subject: Re: Inconsistent arithmetics on refs 6782 Branch: perl 6783 ! sv.c 6784____________________________________________________________________________ 6785[ 1360] By: gsar on 1998/07/07 22:11:11 6786 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6787 Date: Mon, 6 Jul 1998 20:59:10 -0400 (EDT) 6788 Message-Id: <199807070059.UAA28815@monk.mps.ohio-state.edu> 6789 Subject: [PATCH 5.004_70] Anohter ptags improvement 6790 Branch: perl 6791 ! emacs/ptags 6792____________________________________________________________________________ 6793[ 1359] By: gsar on 1998/07/07 22:08:48 6794 Log: fix accidental RE-de-optimization 6795 From: larry@wall.org (Larry Wall) 6796 Date: Mon, 6 Jul 1998 17:49:31 -0700 6797 Message-Id: <199807070049.RAA23475@wall.org> 6798 Subject: Re: before you deluge us with patches 6799 -- 6800 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 6801 Date: Tue, 7 Jul 1998 03:10:56 -0400 (EDT) 6802 Message-Id: <199807070710.DAA25399@monk.mps.ohio-state.edu> 6803 Subject: Re: before you deluge us with patches 6804 Branch: perl 6805 ! pp_hot.c regexec.c 6806____________________________________________________________________________ 6807[ 1358] By: gsar on 1998/07/07 21:36:29 6808 Log: From: Gisle Aas <gisle@aas.no> 6809 Subject: [PATCH] Evaluation of AVHVs in scalar context 6810 Date: 06 Jul 1998 21:41:14 +0200 6811 Message-ID: <m33ecedaxx.fsf@furu.g.aas.no> 6812 Branch: perl 6813 ! pp_hot.c t/op/avhv.t 6814____________________________________________________________________________ 6815[ 1357] By: gsar on 1998/07/07 21:29:46 6816 Log: doc tweaks suggested by Abigail, M.J.T. Guy, and Larry Wall 6817 Branch: perl 6818 ! lib/Math/Trig.pm lib/fields.pm thread.sym 6819____________________________________________________________________________ 6820[ 1356] By: TimBunce on 1998/07/07 17:19:42 6821 Log: Assorted patches: 6822 6823 ------ BUILD PROCESS ------ 6824 6825 Title: "Add Test.pm (from perl 5.004_70)" 6826 Files: MANIFEST lib/Test.pm 6827 6828 ------ EXTENSIONS ------ 6829 6830 Title: "Add CR LF CRLF to Socket.pm" 6831 From: Chris Nandor <pudge@pobox.com> 6832 Msg-ID: <v04003a46b1b6067832a1@[24.48.28.52]> 6833 Files: ext/Socket/Socket.pm 6834 6835 ------ LIBRARY ------ 6836 6837 Title: "AutoSplit upgrade (AutoSplit 1.0302 from 5.004_70)" 6838 Files: lib/AutoSplit.pm 6839 6840 Title: "Upgrade base.pm (from perl 5.004_70)" 6841 Files: lib/base.pm 6842 6843 Title: "Add File::Spec modules (from 5.004_70)" 6844 Files: lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm 6845 lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm 6846 lib/File/Spec/Win32.pm 6847 6848 ------ TESTS ------ 6849 6850 Title: "fixup test for method call on undefined value" 6851 Files: t/op/misc.t 6852 6853 ------ UTILITIES ------ 6854 6855 Title: "perlbug upgrade (from 5.004_70)" 6856 Files: utils/perlbug.PL 6857 6858 Title: "Upgrade perldoc (from 5.004_70)" 6859 Files: utils/perldoc.PL 6860 Branch: maint-5.004/perl 6861 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm 6862 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm 6863 + lib/File/Spec/Win32.pm lib/Test.pm 6864 ! MANIFEST ext/Socket/Socket.pm lib/AutoSplit.pm lib/base.pm 6865 ! t/op/misc.t utils/perlbug.PL utils/perldoc.PL 6866____________________________________________________________________________ 6867[ 1355] By: TimBunce on 1998/07/07 14:39:51 6868 Log: Title: "Fix memory leak in Safe module" 6869 From: Gurusamy Sarathy <gsar@engin.umich.edu> 6870 Msg-ID: <199806290544.BAA18463@aatma.engin.umich.edu> 6871 Files: ext/Opcode/Opcode.xs ext/Opcode/Safe.pm 6872 Branch: maint-5.004/perl 6873 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm 6874____________________________________________________________________________ 6875[ 1354] By: TimBunce on 1998/07/07 14:35:25 6876 Log: Title: "Better error message for $undef->method call" 6877 From: Tim Bunce <Tim.Bunce@ig.co.uk>, Graham Barr <gbarr@ti.com>, 6878 joshua.pritikin@db.com 6879 Msg-ID: <19980615171027.U4120@asic.sc.ti.com>, <H00000e500073a20@MHS> 6880 Files: pod/perldiag.pod pp_hot.c 6881 Branch: maint-5.004/perl 6882 ! pod/perldiag.pod pp_hot.c 6883____________________________________________________________________________ 6884[ 1353] By: gsar on 1998/07/06 23:33:38 6885 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6886 Date: Mon, 6 Jul 1998 16:59:06 -0400 (EDT) 6887 Message-Id: <Pine.SUN.3.96.980706165659.21068B-100000@newton.phys> 6888 Subject: [PATCH 5.004_70] Update metaconfig info 6889 Branch: perl 6890 ! Porting/pumpkin.pod 6891____________________________________________________________________________ 6892[ 1352] By: gsar on 1998/07/06 23:30:54 6893 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6894 Date: Mon, 6 Jul 1998 13:14:37 -0400 (EDT) 6895 Message-Id: <Pine.SUN.3.96.980706130959.20719A-100000@newton.phys> 6896 Subject: [PATCH 5.004_70] Config_70-01: Remove default "/share" 6897 Branch: perl 6898 ! Configure INSTALL Policy_sh.SH Porting/Glossary 6899 ! Porting/config.sh Porting/config_H 6900____________________________________________________________________________ 6901[ 1351] By: gsar on 1998/07/06 23:24:47 6902 Log: try harder to run non-executable tests 6903 Branch: perl 6904 ! t/TEST 6905____________________________________________________________________________ 6906[ 1350] By: gsar on 1998/07/06 23:12:17 6907 Log: add patch to improve method caching, regen headers 6908 From: joshua.pritikin@db.com 6909 Date: Mon, 6 Jul 1998 09:19:29 -0400 6910 Message-Id: <H00000e50008a518@MHS> 6911 Subject: [PATCH _70] cache missing methods 6912 Branch: perl 6913 ! embedvar.h gv.c interp.sym intrpvar.h perlvars.h 6914____________________________________________________________________________ 6915[ 1349] By: TimBunce on 1998/07/06 23:03:16 6916 Log: Assorted patches: 6917 6918 ------ BUILD PROCESS ------ 6919 6920 Title: "Configure: Workaround bash CDPATH oddity" 6921 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 6922 Msg-ID: <Pine.SUN.3.96.980608121159.13706C-100000@newton.phys> 6923 Files: Configure 6924 6925 Title: "Don't suppress display of Makefile recipes that invoke perl" 6926 From: Gurusamy Sarathy <gsar@engin.umich.edu> 6927 Msg-ID: <199806252213.SAA08545@aatma.engin.umich.edu> 6928 Files: Makefile.SH 6929 6930 ------ CORE LANGUAGE ------ 6931 6932 Title: "one more^Wless quad unpack bug" 6933 From: Jarkko Hietaniemi <jhi@iki.fi> 6934 Msg-ID: <199806301132.OAA27353@alpha.hut.fi> 6935 Files: pp.c 6936 6937 Title: "minor fixups to bring maint closer to devel for patching" 6938 From: Gurusamy Sarathy <gsar@engin.umich.edu> 6939 Msg-ID: <199805200046.UAA19284@aatma.engin.umich.edu> 6940 Files: pod/perldiag.pod deb.c dump.c t/op/ref.t t/op/split.t taint.c util.c 6941 6942 Title: "-Pw switches used together report bogus error" 6943 From: Gurusamy Sarathy <gsar@engin.umich.edu> 6944 Msg-ID: <199806252331.TAA10160@aatma.engin.umich.edu> 6945 Files: perl.c 6946 6947 Title: "Add doc and perl home page info to -v output" 6948 From: Tom Christiansen <tchrist@jhereg.perl.com> 6949 Msg-ID: <199802172229.PAA29309@jhereg.perl.com> 6950 Files: perl.c 6951 6952 Title: "Fix C<@a = (%a = 1)> bizarreness" 6953 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tom Christiansen 6954 <tchrist@jhereg.perl.com> 6955 Msg-ID: <199807012026.OAA31507@jhereg.perl.com>, 6956 <199807012339.TAA26024@aatma.engin.umich.edu> 6957 Files: pp_hot.c 6958 6959 Title: "make find_script() return saved string, reenable missing 6960 diagnostics" 6961 From: Gurusamy Sarathy <gsar@engin.umich.edu> 6962 Msg-ID: <199806262224.SAA00422@aatma.engin.umich.edu> 6963 Files: perl.c util.c 6964 6965 Title: "minor e_script optimization" 6966 From: Gurusamy Sarathy <gsar@engin.umich.edu> 6967 Msg-ID: <199807060704.DAA25988@aatma.engin.umich.edu> 6968 Files: perl.c 6969 6970 ------ DOCUMENTATION ------ 6971 6972 Title: "Insecure $ENV{} message out of step with perldiag" 6973 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 6974 Msg-ID: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk> 6975 Files: pod/perldiag.pod pod/perlsec.pod 6976 6977 Title: "documenting close without arguments" 6978 From: Tom Phoenix <rootbeer@teleport.com> 6979 Msg-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com> 6980 Files: pod/perlfunc.pod 6981 6982 Title: "pod for scalar .. op" 6983 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 6984 Msg-ID: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk> 6985 Files: pod/perlop.pod 6986 6987 ------ EXTENSIONS ------ 6988 6989 Title: "Fcntl: add few constants, enhance maintainability" 6990 From: Jarkko Hietaniemi <jhi@iki.fi> 6991 Msg-ID: <199806221558.SAA18626@alpha.hut.fi> 6992 Files: ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs 6993 6994 ------ LIBRARY ------ 6995 6996 Title: "Fix undef warnings in Text::Parsewords" 6997 From: Jarkko Hietaniemi <jhi@iki.fi> 6998 Msg-ID: <199806300842.LAA26409@alpha.hut.fi> 6999 Files: lib/Text/ParseWords.pm 7000 7001 Title: "Add Symbol::delete_package()" 7002 From: Gurusamy Sarathy <gsar@engin.umich.edu> 7003 Msg-ID: <199807060702.DAA25976@aatma.engin.umich.edu> 7004 Files: pod/perlembed.pod lib/Symbol.pm 7005 Branch: maint-5.004/perl 7006 ! Configure Makefile.SH deb.c dump.c ext/Fcntl/Fcntl.pm 7007 ! ext/Fcntl/Fcntl.xs lib/Symbol.pm lib/Text/ParseWords.pm perl.c 7008 ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod 7009 ! pod/perlop.pod pod/perlsec.pod pp.c pp_hot.c t/op/ref.t 7010 ! t/op/split.t taint.c util.c 7011____________________________________________________________________________ 7012[ 1348] By: gsar on 1998/07/06 22:55:56 7013 Log: remove #! line from Errno_pm.PL 7014 Branch: perl 7015 ! ext/Errno/Errno_pm.PL 7016____________________________________________________________________________ 7017[ 1347] By: gsar on 1998/07/06 22:51:34 7018 Log: added patch to fix Cwd.pm warnings, fixed a couple more places 7019 From: Gisle Aas <gisle@aas.no> 7020 Date: 06 Jul 1998 13:08:53 +0200 7021 Message-ID: <m3af6nfd8a.fsf@furu.g.aas.no> 7022 Subject: [PATCH] 5.004_70 Cwd.pm now give warnings 7023 Branch: perl 7024 ! lib/Cwd.pm 7025____________________________________________________________________________ 7026[ 1346] By: gsar on 1998/07/06 22:20:29 7027 Log: much simpler fix to typecheck read/sysread/recv, as suggested by 7028 Stephen McCamant 7029 Branch: perl 7030 ! op.c 7031____________________________________________________________________________ 7032[ 1345] By: gsar on 1998/07/06 21:58:52 7033 Log: undo ck_sysread() changes#1319,1337 in preparation for a much 7034 simpler fix 7035 Branch: perl 7036 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h 7037 ! opcode.pl proto.h 7038____________________________________________________________________________ 7039[ 1344] By: TimBunce on 1998/07/06 21:51:05 7040 Log: Title: "Fix for broken goto &xsub" 7041 From: Albert Dvornik <bert@genscan.com>, 7042 Msg-ID: <tq4sxawf2h.fsf@puma.genscan.com> 7043 Files: MANIFEST pp_ctl.c t/op/goto_xs.t 7044 Branch: maint-5.004/perl 7045 + t/op/goto_xs.t 7046 ! MANIFEST pp_ctl.c 7047____________________________________________________________________________ 7048[ 1343] By: TimBunce on 1998/07/06 21:40:14 7049 Log: Title: "Undo sub stub optimization and add comments on GV_FOO constants" 7050 From: Gurusamy Sarathy <gsar@engin.umich.edu> 7051 Msg-ID: <199807050841.EAA25114@aatma.engin.umich.edu> 7052 Files: gv.h gv.c op.c toke.c 7053 Branch: maint-5.004/perl 7054 ! gv.c gv.h op.c toke.c 7055____________________________________________________________________________ 7056[ 1342] By: gsar on 1998/07/06 20:57:06 7057 Log: From: Gisle Aas <gisle@aas.no> 7058 Message-Id: <m3zpem4v0z.fsf@furu.g.aas.no> 7059 Date: 06 Jul 1998 21:52:12 +0200 7060 Subject: Keepers of the Patch Pumpkin 7061 Branch: perl 7062 ! Changes 7063____________________________________________________________________________ 7064[ 1341] By: gsar on 1998/07/06 20:43:35 7065 Log: remove dup entry in perldiag 7066 Branch: perl 7067 ! pod/perldiag.pod 7068____________________________________________________________________________ 7069[ 1340] By: gsar on 1998/07/06 20:31:44 7070 Log: more reasonable diagnostic on keyword vs. sub ambiguity 7071 Branch: perl 7072 ! pod/perldiag.pod toke.c 7073____________________________________________________________________________ 7074[ 1339] By: gsar on 1998/07/06 19:23:06 7075 Log: rename s/\bSI_/PERLSI_/ to avoid collisions with sysinfo headers 7076 Branch: perl 7077 ! av.c cop.h gv.c mg.c op.c perl.c pp_ctl.c pp_sys.c scope.c 7078 ! sv.c toke.c util.c 7079____________________________________________________________________________ 7080[ 1338] By: gsar on 1998/07/06 18:45:35 7081 Log: per Larry suggestion, toss change#1327 and fix the documentation 7082 to match behavior instead 7083 Branch: perl 7084 ! pod/perlfunc.pod pp_sys.c 7085____________________________________________________________________________ 7086[ 1337] By: gsar on 1998/07/06 17:15:26 7087 Log: allow read(FH,threadsv,...) 7088 Branch: perl 7089 ! op.c 7090 7091---------------- 7092Version 5.004_70 7093---------------- 7094 7095____________________________________________________________________________ 7096[ 1336] By: gsar on 1998/07/06 09:06:33 7097 Log: 5.004_70 tweaks 7098 Branch: perl 7099 ! Changes win32/Makefile win32/makefile.mk 7100____________________________________________________________________________ 7101[ 1335] By: gsar on 1998/07/06 07:05:37 7102 Log: update Changes 7103 Branch: perl 7104 ! Changes pod/perldiag.pod 7105____________________________________________________________________________ 7106[ 1334] By: gsar on 1998/07/06 06:41:17 7107 Log: allow eval-groups in patterns only if they C<use re 'eval';> 7108 Branch: perl 7109 ! lib/re.pm perl.h pod/perldiag.pod pod/perlre.pod regcomp.c 7110 ! t/op/misc.t t/op/pat.t t/op/regexp.t t/op/subst.t 7111____________________________________________________________________________ 7112[ 1333] By: gsar on 1998/07/06 03:22:52 7113 Log: From: Hans Mulder <hansm@icgroup.nl> 7114 Date: Mon, 6 Jul 98 02:11:32 +0200 7115 Message-Id: <9807060021.AA29027@icgned.icgroup.nl> 7116 Subject: [PATCH 5.00469] corrupt malloc ptr on NeXT 7117 Branch: perl 7118 ! malloc.c 7119____________________________________________________________________________ 7120[ 1332] By: gsar on 1998/07/06 03:18:34 7121 Log: added Errno-1.09 from CPAN 7122 Branch: perl 7123 ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL 7124____________________________________________________________________________ 7125[ 1331] By: gsar on 1998/07/06 02:59:09 7126 Log: fix small memleak on -e, don't try to find_script() when e_script 7127 Branch: perl 7128 ! perl.c 7129____________________________________________________________________________ 7130[ 1330] By: gsar on 1998/07/06 00:40:24 7131 Log: add Symbol::delete_package() 7132 Branch: perl 7133 ! lib/Symbol.pm pod/perlembed.pod 7134____________________________________________________________________________ 7135[ 1329] By: gsar on 1998/07/05 23:05:40 7136 Log: patch to remove assumptions about offset of IV being == sizeof(XPV) 7137 From: Stephen McCamant <alias@mcs.com> 7138 Date: Sun, 5 Jul 1998 17:36:14 -0500 (CDT) 7139 Message-ID: <13727.63831.95324.696098@alias-2.pr.mcs.net> 7140 Subject: [PATCH] alignment in X[IN]V allocation 7141 Branch: perl 7142 ! sv.c 7143____________________________________________________________________________ 7144[ 1328] By: gsar on 1998/07/05 22:47:57 7145 Log: make read() return undef on errors as documented, and clarify docs 7146 Branch: perl 7147 ! pod/perlfunc.pod pp_sys.c 7148____________________________________________________________________________ 7149[ 1327] By: gsar on 1998/07/05 22:11:21 7150 Log: fix getc() to return empty string instead of undef on eof, as it was 7151 documented to behave; still returns undef on error 7152 Branch: perl 7153 ! pp_sys.c 7154____________________________________________________________________________ 7155[ 1326] By: gsar on 1998/07/05 21:53:30 7156 Log: patch whitespace-mutiliated; applied manually 7157 From: Hans Mulder <hansm@icgroup.nl> 7158 Date: Sun, 5 Jul 98 23:23:20 +0200 7159 Message-Id: <9807052133.AA28626@icgned.icgroup.nl> 7160 Subject: [PATCH 5.004_69] building Errno.pm still fails on NeXT 7161 Branch: perl 7162 ! ext/Errno/Errno_pm.PL 7163____________________________________________________________________________ 7164[ 1325] By: gsar on 1998/07/05 21:38:39 7165 Log: applied patch (via private mail), modulo retrohunks in pod/perlfaq2.pod 7166 From: Tom Christiansen <tchrist@jhereg.perl.com> 7167 Date: Sun, 05 Jul 1998 09:15:22 -0500 7168 Subject: Re: docpatch 7169 Message-Id: <199807051515.JAA03644@jhereg.perl.com> 7170 Branch: perl 7171 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod 7172 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 7173 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod 7174 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlipc.pod 7175 ! pod/perlrun.pod 7176____________________________________________________________________________ 7177[ 1324] By: gsar on 1998/07/05 21:06:56 7178 Log: applied patch, and undid change#1302 which it made unnecessary 7179 From: Billy <wdconsta@cs.adelaide.edu.au> 7180 Date: Sun, 5 Jul 1998 23:05:52 +0930 (CST) 7181 Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t 7182 Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au> 7183 Branch: perl 7184 ! t/lib/h2ph.t utils/h2ph.PL 7185____________________________________________________________________________ 7186[ 1323] By: gsar on 1998/07/05 20:56:39 7187 Log: fix t/lib/fields.t's @INC so make test runs 7188 Branch: perl 7189 ! t/lib/fields.t 7190____________________________________________________________________________ 7191[ 1322] By: gsar on 1998/07/05 20:26:43 7192 Log: add comments on GV_FOO constants, s/8/GV_ADDINEVAL/ 7193 Branch: perl 7194 ! gv.c gv.h toke.c 7195____________________________________________________________________________ 7196[ 1321] By: gsar on 1998/07/05 07:41:50 7197 Log: sundry win32 config tweaks 7198 Branch: perl 7199 ! Todo.5.005 t/op/stat.t win32/Makefile win32/config.bc 7200 ! win32/config.gc win32/config.vc win32/config_H.bc 7201 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL 7202 ! win32/config_sh.PL win32/makefile.mk 7203____________________________________________________________________________ 7204[ 1320] By: gsar on 1998/07/05 06:30:35 7205 Log: update Changes 7206 Branch: perl 7207 ! Changes 7208____________________________________________________________________________ 7209[ 1319] By: gsar on 1998/07/05 06:27:37 7210 Log: add ck_sysread() for better sysread/read/recv sanity 7211 Branch: perl 7212 ! ObjXSub.h embed.h global.sym globals.c objpp.h op.c opcode.h 7213 ! opcode.pl proto.h 7214____________________________________________________________________________ 7215[ 1318] By: gsar on 1998/07/05 04:34:05 7216 Log: From: Stephen McCamant <alias@mcs.com> 7217 Date: Sat, 4 Jul 1998 23:24:47 -0500 (CDT) 7218 Subject: [PATCH] Document B::Deparse, add pp_threadsv 7219 Message-ID: <13726.65230.19324.216849@alias-2.pr.mcs.net> 7220 Branch: perl 7221 ! ext/B/B/Deparse.pm 7222____________________________________________________________________________ 7223[ 1317] By: gsar on 1998/07/05 04:15:25 7224 Log: added patch with tweak to doc 7225 From: Chip Salzenberg <chip@perl.org> 7226 Message-ID: <19980704205136.A16319@perlsupport.com> 7227 Date: Sat, 4 Jul 1998 20:51:36 -0400 7228 Subject: [PATCH _69] Take 2: Warn on C<sub log; log($msg)> 7229 Branch: perl 7230 ! ext/IO/lib/IO/Handle.pm pod/perldiag.pod toke.c 7231____________________________________________________________________________ 7232[ 1316] By: gsar on 1998/07/05 03:56:22 7233 Log: Porting/Glossary goes podly into Config.pm 7234 Branch: perl 7235 ! Porting/Glossary configpm 7236____________________________________________________________________________ 7237[ 1315] By: gsar on 1998/07/05 02:50:18 7238 Log: add suggested tool as an example in ExtUtils::Packlist 7239 From: Alan Burlison <Alan.Burlison@UK.Sun.com> 7240 Message-Id: <199807031028.LAA10456@sale-wts> 7241 Date: Fri, 3 Jul 1998 11:28:03 +0100 (BST) 7242 Subject: Re: [make install] another horror story 7243 Branch: perl 7244 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm 7245____________________________________________________________________________ 7246[ 1314] By: gsar on 1998/07/05 02:28:04 7247 Log: avoid race condition (storing ptr to SV before incrementing its 7248 REFCNT) and warning in newRV() 7249 Branch: perl 7250 ! sv.c 7251____________________________________________________________________________ 7252[ 1313] By: gsar on 1998/07/05 02:06:40 7253 Log: applied suggested fix for xhv_array sizing, with portability tweaks 7254 From: Gisle Aas <gisle@aas.no> 7255 Subject: Re: [PATCH] Re: perl5.004_69 core dump 7256 Date: 04 Jul 1998 10:20:35 +0200 7257 Message-ID: <m3af6qowmk.fsf@furu.g.aas.no> 7258 Branch: perl 7259 ! hv.c 7260____________________________________________________________________________ 7261[ 1312] By: gsar on 1998/07/05 01:36:45 7262 Log: From: Gisle Aas <gisle@aas.no> 7263 Subject: [PATCH] hv_max may be a few too many 7264 Date: 04 Jul 1998 09:28:46 +0200 7265 Message-ID: <m3d8bmoz0x.fsf@furu.g.aas.no> 7266 Branch: perl 7267 ! doop.c 7268____________________________________________________________________________ 7269[ 1311] By: gsar on 1998/07/05 00:35:27 7270 Log: patchlevel up to 5.004_70, various tweaks 7271 * fix taint problems due to maintbranch regression 7272 * PERL_OBJECT now builds again 7273 * deal with C++ strong-typing problems in hv.c 7274 * fix mismatch in "reserved word" diagnostic 7275 Branch: perl 7276 ! av.c hv.c objpp.h patchlevel.h pp_ctl.c pp_hot.c proto.h 7277 ! regexec.c regexp.h toke.c win32/perlhost.h win32/win32.c 7278____________________________________________________________________________ 7279[ 1310] By: TimBunce on 1998/07/04 11:35:25 7280 Log: Remove old RE //t flag from scan_subst(). 7281 Branch: maint-5.004/perl 7282 ! toke.c 7283____________________________________________________________________________ 7284[ 1309] By: gsar on 1998/07/04 08:32:53 7285 Log: various small tweaks (still fails a few taint tests in {taint,locale}.t) 7286 Branch: perl 7287 ! Todo.5.005 lib/re.pm sv.c t/lib/fields.t 7288____________________________________________________________________________ 7289[ 1307] By: gsar on 1998/07/04 07:00:14 7290 Log: fix C<local $tied{foo} = $tied{foo}>, add tests 7291 Branch: perl 7292 ! pp_hot.c t/op/local.t 7293____________________________________________________________________________ 7294[ 1306] By: gsar on 1998/07/04 05:52:34 7295 Log: fixes for mortalization bug in xsubpp, other efficiency tweaks 7296 From: joshua.pritikin@db.com 7297 Date: Wed, 1 Jul 1998 10:09:43 -0400 7298 Message-Id: <H00000e500086fb3@MHS> 7299 Subject: [PATCH _69] sv_2mortal fix 7300 Branch: perl 7301 ! lib/ExtUtils/xsubpp perl.c pp.c pp_hot.c proto.h sv.c sv.h 7302____________________________________________________________________________ 7303[ 1305] By: gsar on 1998/07/04 05:46:42 7304 Log: add patch preextend global string table, tweak for 512 entries 7305 From: Gisle Aas <gisle@aas.no> 7306 Date: 04 Jul 1998 01:04:08 +0200 7307 Subject: Re: [PATCH] Re: perl5.004_69 core dump 7308 Message-ID: <m3ra02v8nr.fsf@furu.g.aas.no> 7309 Branch: perl 7310 ! perl.c 7311____________________________________________________________________________ 7312[ 1304] By: gsar on 1998/07/04 05:40:35 7313 Log: simplify xhv_array sizing 7314 From: Gisle Aas <gisle@aas.no> 7315 Date: 04 Jul 1998 00:49:42 +0200 7316 Subject: Re: [PATCH] Re: perl5.004_69 core dump 7317 Message-ID: <m3yauav9bt.fsf@furu.g.aas.no> 7318 Branch: perl 7319 ! hv.c 7320____________________________________________________________________________ 7321[ 1303] By: gsar on 1998/07/04 05:37:29 7322 Log: make 4-arg win32_select() sleep more reasonably on false values 7323 From: Blair Zajac <blair@gps.caltech.edu> 7324 Message-Id: <199807020225.TAA18740@gobi.gps.caltech.edu> 7325 Date: Wed, 1 Jul 1998 19:25:56 -0700 (PDT) 7326 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86 7327 -- 7328 Message-Id: <199807030107.SAA08595@gobi.gps.caltech.edu> 7329 Date: Thu, 2 Jul 1998 18:07:19 -0700 (PDT) 7330 Subject: [PATCH 5.004_69] select dumps core on MSWin32-x86 7331 Branch: perl 7332 ! win32/win32sck.c 7333____________________________________________________________________________ 7334[ 1302] By: gsar on 1998/07/04 05:32:50 7335 Log: adjust h2ph.t for dos-specific problem 7336 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 7337 Message-ID: <19980703234525.C208@cdata.tvnet.hu> 7338 Date: Fri, 3 Jul 1998 23:45:25 +0200 7339 Subject: Re: [PATCH _68] t/lib/h2ph.t problem 7340 Branch: perl 7341 ! t/lib/h2ph.t 7342____________________________________________________________________________ 7343[ 1301] By: gsar on 1998/07/04 05:31:04 7344 Log: fix CPAN.pm problem, OS2 tweaks 7345 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7346 Message-Id: <199807030459.AAA00097@monk.mps.ohio-state.edu> 7347 Subject: [PATCH 5.004_68] PAtch to CPAN first-time 7348 Date: Fri, 3 Jul 1998 00:59:35 -0400 (EDT) 7349 Branch: perl 7350 ! lib/CPAN/FirstTime.pm lib/ExtUtils/MM_OS2.pm 7351 ! lib/ExtUtils/MakeMaker.pm 7352____________________________________________________________________________ 7353[ 1300] By: gsar on 1998/07/04 05:27:20 7354 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7355 Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu> 7356 Date: Thu, 2 Jul 1998 21:02:59 -0400 (EDT) 7357 Subject: [PATCH 5.004_68] Add elc target to to makefile 7358 Branch: perl 7359 ! Makefile.SH 7360____________________________________________________________________________ 7361[ 1299] By: gsar on 1998/07/04 05:25:56 7362 Log: newer emacs/cperl-mode.el (via private mail) 7363 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7364 Message-Id: <199807030104.VAA26825@monk.mps.ohio-state.edu> 7365 Date: Thu, 2 Jul 1998 21:04:29 -0400 (EDT) 7366 Subject: [PATCH 5.004_68] cperl-mode 7367 Branch: perl 7368 ! emacs/cperl-mode.el 7369____________________________________________________________________________ 7370[ 1298] By: gsar on 1998/07/04 05:22:41 7371 Log: From: Dominic Dunlop <domo@computer.org> 7372 Message-Id: <v03110701b1c1603eae52@[195.95.102.68]> 7373 Date: Thu, 2 Jul 1998 22:57:26 +0000 7374 Subject: [PATCH 5.004_69] Make Power MachTen use vfork and perl's malloc 7375 Branch: perl 7376 ! hints/machten.sh malloc.c 7377____________________________________________________________________________ 7378[ 1297] By: gsar on 1998/07/04 05:20:52 7379 Log: allow a flags args to fbm_instr() for future needs 7380 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7381 Message-Id: <199807020749.DAA12379@monk.mps.ohio-state.edu> 7382 Subject: [PATCH 5.004_68] mORE FBM_ CHANGES FOR FUTURE 7383 Date: Thu, 2 Jul 1998 03:49:32 -0400 (EDT) 7384 Branch: perl 7385 ! pod/perlguts.pod pp.c pp_hot.c proto.h regexec.c util.c 7386____________________________________________________________________________ 7387[ 1296] By: gsar on 1998/07/04 05:16:15 7388 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 7389 Date: Thu, 2 Jul 1998 11:50:41 -0400 (EDT) 7390 Message-Id: <Pine.SUN.3.96.980702114956.18246B-100000@newton.phys> 7391 Subject: [PATCH 5.004_69] INSTALL-1.39 7392 Branch: perl 7393 ! INSTALL 7394____________________________________________________________________________ 7395[ 1295] By: gsar on 1998/07/04 05:15:05 7396 Log: Configure update 7397 From: doughera@newton.phys.lafayette.edu (Andy Dougherty) 7398 Date: Wed, 1 Jul 98 23:07:50 EDT 7399 Message-Id: <9807020307.AA17848@newton.phys.lafayette.edu> 7400 Subject: [PATCH 5.004_69] Config_69-01 7401 Branch: perl 7402 ! Configure INSTALL MANIFEST Policy_sh.SH Porting/Glossary 7403 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod 7404 ! config_h.SH win32/config.bc win32/config.gc win32/config.vc 7405____________________________________________________________________________ 7406[ 1294] By: gsar on 1998/07/04 05:10:25 7407 Log: add perlbug -F switch to save message to file 7408 From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 7409 Message-Id: <l03130301b1c03a649e45@[194.222.64.89]> 7410 Date: Wed, 1 Jul 1998 21:14:22 +0200 7411 Subject: Re: [PATCH 5.004_69] perlbug -fok 7412 Branch: perl 7413 ! Makefile.SH utils/perlbug.PL 7414____________________________________________________________________________ 7415[ 1293] By: gsar on 1998/07/04 05:06:52 7416 Log: catch nonexistent backrefs in REs 7417 From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 7418 Message-Id: <l03130304b1c027e1df9e@[194.222.64.89]> 7419 Date: Wed, 1 Jul 1998 20:14:05 +0200 7420 Subject: Re: [PATCH _66] for bad backrefs 7421 -- 7422 Message-Id: <l03130300b1c03425261c@[194.222.64.89]> 7423 Date: Wed, 1 Jul 1998 20:47:16 +0200 7424 Subject: Re: [PATCH _66] for bad backrefs 7425 Branch: perl 7426 ! regcomp.c t/op/re_tests util.c 7427____________________________________________________________________________ 7428[ 1292] By: gsar on 1998/07/04 05:02:01 7429 Log: fix perlcc to not rm output file, and other -w(arts) 7430 Branch: perl 7431 ! utils/perlcc.PL 7432____________________________________________________________________________ 7433[ 1291] By: gsar on 1998/07/04 04:30:03 7434 Log: ignore stash entries that are not GVs in dump.c 7435 Branch: perl 7436 ! dump.c 7437____________________________________________________________________________ 7438[ 1290] By: gsar on 1998/07/04 03:55:10 7439 Log: cleaner page headers from pod2man 7440 Branch: perl 7441 ! pod/pod2man.PL 7442____________________________________________________________________________ 7443[ 1288] By: gsar on 1998/07/04 03:16:39 7444 Log: tweaks to Getopt::Std 7445 From: Robin Barker <rmb1@cise.npl.co.uk> 7446 Date: Tue, 30 Jun 98 14:45:49 BST 7447 Message-Id: <14103.9806301345@tempest.cise.npl.co.uk> 7448 Subject: [PATCH perl5.004_69] lib/Getopt/Std.pm 7449 -- 7450 Message-Id: <17918.9807021053@tempest.cise.npl.co.uk> 7451 To: perl5-porters@perl.org 7452 Subject: [PATCH perl5.004_69] second: lib/Getopt/Std.pm 7453 Branch: perl 7454 ! lib/Getopt/Std.pm 7455____________________________________________________________________________ 7456[ 1287] By: gsar on 1998/07/04 03:13:02 7457 Log: added patch, with tweaks 7458 From: Gisle Aas <gisle@aas.no> 7459 Date: 03 Jul 1998 00:50:15 +0200 7460 Message-ID: <m3btr7n9zs.fsf@furu.g.aas.no> 7461 Subject: [PATCH] Some AVHV documentation 7462 Branch: perl 7463 ! pod/perlref.pod 7464____________________________________________________________________________ 7465[ 1286] By: gsar on 1998/07/04 02:53:26 7466 Log: applied patch with tweaks to prose 7467 From: Gisle Aas <gisle@aas.no> 7468 Subject: [PATCH] Simplified AVHV support 7469 Date: 30 Jun 1998 13:34:07 +0200 7470 Message-ID: <m3k95z86og.fsf@furu.g.aas.no> 7471 Branch: perl 7472 ! ObjXSub.h av.c embed.h global.sym objpp.h pod/perldiag.pod 7473 ! pp.c proto.h t/op/avhv.t 7474____________________________________________________________________________ 7475[ 1285] By: gsar on 1998/07/04 02:30:48 7476 Log: tweak doc for ".." 7477 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 7478 Subject: [PATCH] pod for scalar .. 7479 Message-Id: <E0yqyN8-0006gv-00@taurus.cus.cam.ac.uk> 7480 Date: Tue, 30 Jun 1998 12:14:50 +0100 7481 Branch: perl 7482 ! pod/perlop.pod 7483____________________________________________________________________________ 7484[ 1284] By: gsar on 1998/07/04 02:28:43 7485 Log: fix use of uninitialized var in pp_unpack() 7486 From: Jarkko Hietaniemi <jhi@iki.fi> 7487 Date: Tue, 30 Jun 1998 14:32:17 +0300 (EET DST) 7488 Message-Id: <199806301132.OAA27353@alpha.hut.fi> 7489 Subject: [PATCH] 5.004_69 (also for 5.004_04) one more^Wless quad bug 7490 Branch: perl 7491 ! pp.c 7492____________________________________________________________________________ 7493[ 1283] By: gsar on 1998/07/04 02:26:37 7494 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 7495 Date: Tue, 30 Jun 1998 11:40:22 +0300 (EET DST) 7496 Message-Id: <199806300840.LAA04872@alpha.hut.fi> 7497 Subject: [PATCH] 5.004_69: Parsewords.pm: avoid undefined warnings 7498 Branch: perl 7499 ! lib/Text/ParseWords.pm 7500____________________________________________________________________________ 7501[ 1282] By: gsar on 1998/07/04 02:24:32 7502 Log: VMS updates from Dan Sugalski <sugalskd@osshe.edu> 7503 Message-Id: <3.0.5.32.19980629165356.00a20730@ous.edu> 7504 Date: Mon, 29 Jun 1998 16:53:56 -0700 7505 Subject: [PATCH 5.004_69]README.vms doc patch 7506 -- 7507 Message-Id: <3.0.5.32.19980629165125.00a4e100@ous.edu> 7508 Date: Mon, 29 Jun 1998 16:51:25 -0700 7509 -- 7510 Message-Id: <3.0.5.32.19980702135357.00a5eb40@ous.edu> 7511 Date: Thu, 02 Jul 1998 13:53:57 -0700 7512 Subject: [PATCH 5.004_69]VMS filetest operator fixup 7513 Branch: perl 7514 ! README.vms vms/descrip_mms.template vms/vms.c 7515____________________________________________________________________________ 7516[ 1281] By: gsar on 1998/07/04 02:17:48 7517 Log: From: Dan Sugalski <sugalskd@osshe.edu> 7518 Message-Id: <3.0.5.32.19980629164625.00a4d7c0@ous.edu> 7519 Date: Mon, 29 Jun 1998 16:46:25 -0700 7520 Subject: [PATCH 5.004_69]Tweaks to VMS configuration procedure 7521 Branch: perl 7522 ! vms/subconfigure.com 7523____________________________________________________________________________ 7524[ 1280] By: gsar on 1998/07/04 02:16:03 7525 Log: don't attempt to copy directories on VMS 7526 From: Dan Sugalski <sugalskd@osshe.edu> 7527 Message-Id: <3.0.5.32.19980629163129.00a82140@ous.edu> 7528 Date: Mon, 29 Jun 1998 16:31:29 -0700 7529 Subject: [PATCH 5.004_69]Tweak to installperl 7530 Branch: perl 7531 ! installperl 7532____________________________________________________________________________ 7533[ 1279] By: gsar on 1998/07/04 02:09:26 7534 Log: add 'installhtml*dir' to win32 config templates 7535 From: "Douglas Lankshear" <dougl@ActiveState.com> 7536 Subject: [PATCH 5.004_68] For Win32 config 7537 Date: Mon, 29 Jun 1998 09:00:13 -0700 7538 Message-ID: <000a01bda376$ffe8b0b0$a32fa8c0@tau.Active> 7539 Branch: perl 7540 ! win32/config.bc win32/config.gc win32/config.vc 7541____________________________________________________________________________ 7542[ 1278] By: gsar on 1998/07/04 02:06:23 7543 Log: implemented described fix for h2ph hanging on "enum" 7544 From: Billy <wdconsta@cs.adelaide.edu.au> 7545 Subject: Re: h2ph problem on Solaris 2.6/SPARC/Sun compiler 7546 Message-ID: <Pine.SV4.3.93.980627010407.21715A-100000@xenon.teaching.cs.adelaide.edu.au> 7547 Date: Sat, 27 Jun 1998 01:13:12 +0930 (CST) 7548 Branch: perl 7549 ! utils/h2ph.PL 7550____________________________________________________________________________ 7551[ 1277] By: gsar on 1998/07/04 01:51:47 7552 Log: merge changes#1210,1211,1270 from maintbranch 7553 Branch: perl 7554 + lib/re.pm 7555 ! MANIFEST dump.c installperl lib/File/Basename.pm mg.c op.c 7556 ! op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c 7557 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c 7558____________________________________________________________________________ 7559[ 1276] By: gsar on 1998/07/04 00:33:37 7560 Log: deprecate use of reserved word "our" (Larry's idea) 7561 Date: Mon, 22 Jun 1998 08:55:09 -0700 7562 From: larry@wall.org (Larry Wall) 7563 Message-Id: <199806221555.IAA07212@wall.org> 7564 Subject: Re: our 7565 Branch: perl 7566 ! pod/perldiag.pod toke.c 7567____________________________________________________________________________ 7568[ 1275] By: nick on 1998/07/02 18:36:59 7569 Log: Integrate mainline, just to keep up. 7570 Branch: ansiperl 7571 +> t/lib/fields.t 7572 - lib/Math/Trig/Radial.pm 7573 !> MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm 7574 !> lib/Math/Trig.pm lib/base.pm lib/fields.pm mg.c 7575 !> pod/perldiag.pod pod/perltrap.pod pp_hot.c scope.c scope.h 7576 !> t/lib/trig.t t/op/array.t toke.c utils/perldoc.PL 7577 !> win32/config.bc win32/config.gc win32/config.vc 7578 !> win32/include/dirent.h win32/makedef.pl win32/win32.c 7579 !> win32/win32iop.h 7580____________________________________________________________________________ 7581[ 1274] By: gsar on 1998/07/02 16:47:20 7582 Log: tweak win32/config.* variables 7583 Branch: perl 7584 ! win32/config.bc win32/config.gc win32/config.vc 7585____________________________________________________________________________ 7586[ 1273] By: gsar on 1998/07/02 16:33:53 7587 Log: export opendir() set of functions on win32 7588 Branch: perl 7589 ! win32/include/dirent.h win32/makedef.pl win32/win32.c 7590 ! win32/win32iop.h 7591____________________________________________________________________________ 7592[ 1272] By: gsar on 1998/07/01 23:21:49 7593 Log: fix C<@a = (%a = 1)> bizarreness 7594 Branch: perl 7595 ! pp_hot.c 7596____________________________________________________________________________ 7597[ 1271] By: gsar on 1998/06/30 22:49:39 7598 Log: document perltrap on precedence of keys/values/each 7599 Branch: perl 7600 ! pod/perltrap.pod 7601____________________________________________________________________________ 7602[ 1270] By: TimBunce on 1998/06/30 09:06:21 7603 Log: Added lib/re.pm missing from change 1210 7604 Branch: maint-5.004/perl 7605 + lib/re.pm 7606____________________________________________________________________________ 7607[ 1269] By: gsar on 1998/06/30 08:20:52 7608 Log: From: Murray Nesbitt <murray@ActiveState.com> 7609 Message-Id: <77180549BCE.AAA466A@mail.rdc1.bc.wave.home.com> 7610 Date: Mon, 29 Jun 1998 14:30:59 PDT 7611 Subject: Re: [PATCH 5.004_67] MakeMaker mods for PPD support 7612 Branch: perl 7613 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm 7614____________________________________________________________________________ 7615[ 1268] By: gsar on 1998/06/30 05:38:34 7616 Log: From: Robin Barker <rmb1@cise.npl.co.uk> 7617 Message-Id: <13254.9806291404@tempest.cise.npl.co.uk> 7618 Date: Mon, 29 Jun 1998 15:04:57 -0000 7619 Subject: [PATCH perl5.004_69] perldoc.PL 7620 Branch: perl 7621 ! utils/perldoc.PL 7622____________________________________________________________________________ 7623[ 1267] By: gsar on 1998/06/30 05:34:06 7624 Log: add patch to integrate Math::Trig::Radial into Math::Trig 7625 From: Jarkko Hietaniemi <jhi@iki.fi> 7626 Date: Mon, 29 Jun 1998 16:28:53 +0300 (EET DST) 7627 Message-Id: <199806291328.QAA16916@alpha.hut.fi> 7628 Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig 7629 Branch: perl 7630 - lib/Math/Trig/Radial.pm 7631 ! MANIFEST lib/Math/Trig.pm t/lib/trig.t 7632____________________________________________________________________________ 7633[ 1266] By: gsar on 1998/06/30 05:17:33 7634 Log: From: Gisle Aas <gisle@aas.no> 7635 Message-Id: <m367hk4hra.fsf@furu.g.aas.no> 7636 Date: 29 Jun 1998 12:36:09 +0200 7637 Subject: Re: [PATCH] Simplified magic_setisa() and improved fields.pm 7638 Branch: perl 7639 + t/lib/fields.t 7640 ! MANIFEST lib/base.pm lib/fields.pm mg.c pod/perldiag.pod 7641 ! t/op/array.t 7642____________________________________________________________________________ 7643[ 1265] By: gsar on 1998/06/30 05:12:57 7644 Log: tweaks to overloaded constants (change#1259) 7645 Branch: perl 7646 ! scope.c scope.h toke.c 7647____________________________________________________________________________ 7648[ 1264] By: nick on 1998/06/29 17:38:03 7649 Log: Integrate mainline c. _69 to ansiperl 7650 Branch: ansiperl 7651 +> eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu 7652 +> eg/cgi/nph-multipart.cgi ext/Errno/ChangeLog 7653 +> ext/Errno/Errno_pm.PL ext/Errno/Makefile.PL lib/CGI/Cookie.pm 7654 +> lib/Math/Trig/Radial.pm perlio.h t/lib/cgi-form.t 7655 +> t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t 7656 +> t/lib/errno.t t/op/goto_xs.t t/op/splice.t 7657 !> (integrate 100 files) 7658 7659---------------- 7660Version 5.004_69 7661---------------- 7662 7663____________________________________________________________________________ 7664[ 1263] By: gsar on 1998/06/29 09:17:28 7665 Log: update Changes and perlhist.pod 7666 Branch: perl 7667 ! Changes pod/perlhist.pod 7668____________________________________________________________________________ 7669[ 1262] By: gsar on 1998/06/29 08:26:36 7670 Log: bump patchlevel to 69, various little tweaks (tested on win32, Solaris 7671 under several build configurations) 7672 Branch: perl 7673 ! Todo.5.005 op.c patchlevel.h t/lib/cgi-function.t 7674 ! t/lib/cgi-request.t toke.c win32/Makefile win32/config_H.bc 7675 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk 7676____________________________________________________________________________ 7677[ 1261] By: gsar on 1998/06/29 06:51:10 7678 Log: add missing SSCHECK() to rectify faulty SSPUSH*() logic in change#1259 7679 Branch: perl 7680 ! scope.h 7681____________________________________________________________________________ 7682[ 1260] By: gsar on 1998/06/29 06:46:12 7683 Log: Message-Id: <199806290610.IAA19443@moulon.inra.fr> 7684 Date: Mon, 29 Jun 1998 08:10:46 +0200 7685 From: ts <decoux@moulon.inra.fr> 7686 Subject: {perlembed.pod] Re: Memory leak in Perl 5.004 and the fix 7687 Branch: perl 7688 ! pod/perlembed.pod 7689____________________________________________________________________________ 7690[ 1259] By: gsar on 1998/06/29 06:01:35 7691 Log: added patch for overloading constants, made PERL_OBJECT-aware 7692 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7693 Message-Id: <199806270328.XAA21088@monk.mps.ohio-state.edu> 7694 Date: Fri, 26 Jun 1998 23:28:41 -0400 (EDT) 7695 Branch: perl 7696 ! ObjXSub.h embed.h embedvar.h global.sym hv.c interp.sym 7697 ! intrpvar.h lib/Math/BigInt.pm lib/overload.pm objpp.h op.c 7698 ! perl.c perl.h pp_ctl.c proto.h scope.c scope.h 7699 ! t/pragma/overload.t toke.c 7700____________________________________________________________________________ 7701[ 1258] By: gsar on 1998/06/29 05:32:25 7702 Log: fix Socket.pm typo from change#1240 7703 Branch: perl 7704 ! ext/Socket/Socket.pm 7705____________________________________________________________________________ 7706[ 1257] By: gsar on 1998/06/29 05:09:24 7707 Log: applied patch, tweak for threads awareness 7708 From: Albert Dvornik <bert@genscan.com> 7709 Subject: [PATCH]5.004_04-m4 (CORE) fix for broken "goto &xsub" 7710 Date: 24 Jun 1998 19:33:09 -0400 7711 Message-Id: <tq4sxawf2h.fsf@puma.genscan.com> 7712 Branch: perl 7713 + t/op/goto_xs.t 7714 ! MANIFEST pp_ctl.c 7715____________________________________________________________________________ 7716[ 1256] By: gsar on 1998/06/29 03:34:18 7717 Log: applied patch, fixed one more leak, tweaked whitespace bugs 7718 From: Guy Decoux <decoux@moulon.inra.fr> 7719 (via) 7720 Date: Fri, 26 Jun 1998 09:59:32 -0400 7721 From: "Chunhui Teng" <cteng@nortel.ca> 7722 Message-Id: <199806261359.JAA02393@bmers357.nortel.ca> 7723 Subject: Memory leak in Perl 5.004 and the fix 7724 Branch: perl 7725 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm 7726____________________________________________________________________________ 7727[ 1255] By: gsar on 1998/06/29 02:50:37 7728 Log: From: koenig@kulturbox.de (Andreas J. Koenig) 7729 Subject: Permissions in MakeMaker (Was: patch to MM_Unix.pm) 7730 Date: 28 Jun 1998 23:47:07 +0200 7731 Message-ID: <sfc1zs9gpwk.fsf@dubravka.in-berlin.de> 7732 Branch: perl 7733 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm 7734____________________________________________________________________________ 7735[ 1254] By: gsar on 1998/06/28 21:35:02 7736 Log: From: joshua.pritikin@db.com 7737 Date: Fri, 26 Jun 1998 09:34:34 -0400 7738 Message-Id: <H00000e500081d23@MHS> 7739 Subject: [PATCH _68] PUSHSTACK renovation 7740 Branch: perl 7741 ! av.c cop.h gv.c mg.c perl.c pp_ctl.c pp_sys.c sv.c util.c 7742____________________________________________________________________________ 7743[ 1253] By: gsar on 1998/06/28 21:21:22 7744 Log: From: Stephen McCamant <alias@mcs.com> 7745 Message-Id: <m0yq2fr-000EalC@alias-2.pr.mcs.net> 7746 Date: Sat, 27 Jun 1998 16:38:19 -0500 (CDT) 7747 Subject: IV changes for long long (was Re: 5.004_68 on its way to the CPAN) 7748 Branch: perl 7749 ! perlvars.h sv.c 7750____________________________________________________________________________ 7751[ 1252] By: gsar on 1998/06/28 21:16:34 7752 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7753 Message-Id: <199806272359.TAA05436@monk.mps.ohio-state.edu> 7754 Subject: [PATCH 5.004_68] Improve warning on zero-length chunks in RE 7755 Date: Sat, 27 Jun 1998 19:59:13 -0400 (EDT) 7756 Branch: perl 7757 ! regcomp.c 7758____________________________________________________________________________ 7759[ 1251] By: gsar on 1998/06/28 21:14:32 7760 Log: add Math/Trig/Radial.pm, update MANIFEST 7761 From: Jarkko Hietaniemi <jhi@iki.fi> 7762 Date: Sat, 27 Jun 1998 17:28:14 +0300 (EET DST) 7763 Message-Id: <199806271428.RAA05307@alpha.hut.fi> 7764 Subject: Math::Trig::Radial ? 7765 Branch: perl 7766 + lib/Math/Trig/Radial.pm 7767 ! MANIFEST 7768____________________________________________________________________________ 7769[ 1250] By: gsar on 1998/06/28 21:09:48 7770 Log: applied patch, tweaked doc, and regen regnodes.h 7771 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7772 Message-Id: <199806270655.CAA29144@monk.mps.ohio-state.edu> 7773 Subject: [PATCH 5.004_68] \z in RE 7774 Date: Sat, 27 Jun 1998 02:55:26 -0400 (EDT) 7775 Branch: perl 7776 ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h 7777 ! t/op/re_tests t/op/regexp.t toke.c 7778____________________________________________________________________________ 7779[ 1249] By: gsar on 1998/06/28 20:56:38 7780 Log: From: mike@bill.iac.net 7781 Message-ID: <19980627034913.A32220@bill.minivend.com> 7782 Date: Sat, 27 Jun 1998 03:49:13 +0000 7783 Subject: [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1 7784 Branch: perl 7785 ! lib/Text/ParseWords.pm t/lib/parsewords.t 7786____________________________________________________________________________ 7787[ 1248] By: gsar on 1998/06/28 20:54:43 7788 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7789 Message-Id: <199806270352.XAA21174@monk.mps.ohio-state.edu> 7790 Subject: [PATCH] Fix ptags 7791 Date: Fri, 26 Jun 1998 23:52:54 -0400 (EDT) 7792 Branch: perl 7793 ! emacs/ptags 7794____________________________________________________________________________ 7795[ 1247] By: gsar on 1998/06/28 20:42:54 7796 Log: apply patch sent via private mail 7797 From: Stephen McCamant <alias@mcs.com> 7798 Message-Id: <m0ypkmt-000EalC@alias-2.pr.mcs.net> 7799 Date: Fri, 26 Jun 1998 21:32:23 -0500 (CDT) 7800 Subject: Re: Enhanced B::Deparse 7801 Branch: perl 7802 ! ext/B/B/Deparse.pm 7803____________________________________________________________________________ 7804[ 1246] By: gsar on 1998/06/28 20:38:24 7805 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7806 Message-Id: <199806270109.VAA14907@monk.mps.ohio-state.edu> 7807 Subject: [PATCH 5.004_68] pat.t tests 7808 Date: Fri, 26 Jun 1998 21:09:02 -0400 (EDT) 7809 Branch: perl 7810 ! t/op/pat.t 7811____________________________________________________________________________ 7812[ 1245] By: gsar on 1998/06/28 20:36:08 7813 Log: From: joshua.pritikin@db.com 7814 Date: Fri, 26 Jun 1998 10:02:32 -0400 7815 Message-Id: <H00000e500081d28@MHS> 7816 Subject: [PATCH _68] improve recursive error messages! 7817 Branch: perl 7818 ! gv.c pod/perldiag.pod universal.c 7819____________________________________________________________________________ 7820[ 1244] By: gsar on 1998/06/28 20:09:02 7821 Log: From: Dominic Dunlop <domo@vo.lu> 7822 Message-Id: <v03110701b1b83a06733a@[195.95.102.101]> 7823 Date: Thu, 25 Jun 1998 17:46:55 +0000 7824 Subject: [PATCH 5.004_68]: Move REG_INFTY-dependent tests from op/regexp.t 7825 to op/pat.t; add tests for a few more regexp parse failures etc. 7826 Branch: perl 7827 ! t/op/pat.t t/op/re_tests t/op/regexp.t 7828____________________________________________________________________________ 7829[ 1243] By: gsar on 1998/06/28 20:06:30 7830 Log: specify *.sym files needed in perl_exp.SH instead of picking up all 7831 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 7832 Date: Thu, 25 Jun 1998 10:36:21 -0400 (EDT) 7833 Subject: Re: Not OK: perl 5.00468 on aix-thread 4.1.4.0 7834 Message-Id: <Pine.SUN.3.96.980625102459.11241F-100000@newton.phys> 7835 Branch: perl 7836 ! perl_exp.SH 7837____________________________________________________________________________ 7838[ 1242] By: gsar on 1998/06/28 20:01:28 7839 Log: 7840 From: Gisle Aas <gisle@aas.no> 7841 Subject: Re: [PATCH] 4-arg substr update for perl5.004_68 7842 Date: 25 Jun 1998 10:32:43 +0200 7843 Message-ID: <m3iulpubis.fsf@furu.g.aas.no> 7844 Branch: perl 7845 ! op.c pod/perlfunc.pod pp.c t/op/substr.t 7846____________________________________________________________________________ 7847[ 1241] By: gsar on 1998/06/28 19:55:11 7848 Log: applied patch, tweaked opcode.pl for PERL_OBJECT, and regen opcode.h 7849 From: Stephen McCamant <alias@mcs.com> 7850 Message-Id: <m0yp1Ue-000EP2C@alias-2.pr.mcs.net> 7851 Date: Wed, 24 Jun 1998 21:10:32 -0500 (CDT) 7852 Subject: [PATCH REPOST] refgen in opcode.pl 7853 Branch: perl 7854 ! opcode.h opcode.pl 7855____________________________________________________________________________ 7856[ 1240] By: gsar on 1998/06/28 19:46:29 7857 Log: From: Chris Nandor <pudge@pobox.com> 7858 Message-Id: <v04011709b1b742cd7f0c@[24.48.29.192]> 7859 Date: Wed, 24 Jun 1998 19:58:28 -0400 7860 Subject: [PATCH 3d try] Add CR LF CRLF to Socket.pm 7861 Branch: perl 7862 ! ext/Socket/Socket.pm 7863____________________________________________________________________________ 7864[ 1239] By: gsar on 1998/06/28 19:44:19 7865 Log: From: Gisle Aas <gisle@aas.no> 7866 Subject: [PATCH] Optimize foreach (1..1000000) 7867 Date: 24 Jun 1998 20:26:48 +0200 7868 Message-ID: <m3lnqmwt93.fsf@furu.g.aas.no> 7869 Branch: perl 7870 ! Todo cop.h op.c pod/perldiag.pod pod/perlop.pod pp_ctl.c 7871 ! pp_hot.c t/op/range.t 7872____________________________________________________________________________ 7873[ 1238] By: gsar on 1998/06/28 19:28:13 7874 Log: avoid creation of %^R 7875 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 7876 Message-Id: <199806241825.OAA06346@monk.mps.ohio-state.edu> 7877 Subject: Re: [5.004_68] What is %^R ? [PATCH?] 7878 Date: Wed, 24 Jun 1998 14:25:06 -0400 (EDT) 7879 Branch: perl 7880 ! perl.c t/op/splice.t 7881____________________________________________________________________________ 7882[ 1237] By: gsar on 1998/06/28 19:23:40 7883 Log: From: Gisle Aas <gisle@aas.no> 7884 Subject: [PATCH] Negative LENGTH argument to splice 7885 Date: 24 Jun 1998 15:11:35 +0200 7886 Message-ID: <m3g1gvc5bs.fsf@furu.g.aas.no> 7887 Branch: perl 7888 + t/op/splice.t 7889 ! MANIFEST pod/perlfunc.pod pp.c 7890____________________________________________________________________________ 7891[ 1236] By: gsar on 1998/06/28 19:18:29 7892 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 7893 Subject: [PATCH] Insecure $ENV{} message out of step with perldiag 7894 Message-Id: <E0yooQA-0003za-00@taurus.cus.cam.ac.uk> 7895 Date: Wed, 24 Jun 1998 13:13:02 +0100 7896 Branch: perl 7897 ! pod/perldiag.pod pod/perlsec.pod 7898____________________________________________________________________________ 7899[ 1235] By: gsar on 1998/06/28 19:16:13 7900 Log: Complex.pm update 7901 From: Jarkko Hietaniemi <jhi@iki.fi> 7902 Date: Wed, 24 Jun 1998 15:19:05 +0300 (EET DST) 7903 Message-Id: <199806241219.PAA04061@alpha.hut.fi> 7904 Subject: [PATCH] 5.004_68: Complex.pm, complex.t 7905 Branch: perl 7906 ! lib/Math/Complex.pm t/lib/complex.t 7907____________________________________________________________________________ 7908[ 1234] By: gsar on 1998/06/28 19:13:05 7909 Log: disable perl malloc on UNICOS for now 7910 From: Jarkko Hietaniemi <jhi@iki.fi> 7911 Date: Wed, 24 Jun 1998 12:37:14 +0300 (EET DST) 7912 Message-Id: <199806240937.MAA01669@alpha.hut.fi> 7913 Subject: [PATCH] 5.004_68: UNICOS hints 7914 Branch: perl 7915 ! hints/unicos.sh 7916____________________________________________________________________________ 7917[ 1233] By: gsar on 1998/06/28 19:10:53 7918 Log: fixes unpack("q"...), and semctl() tests for UNICOS 7919 From: Jarkko Hietaniemi <jhi@iki.fi> 7920 Date: Wed, 24 Jun 1998 11:55:09 +0300 (EET DST) 7921 Message-Id: <199806240855.LAA16152@alpha.hut.fi> 7922 Subject: [PATCH] 5.004_68: semctl() in UNICOS (was: pack/unpack) 7923 Branch: perl 7924 ! pp.c t/op/ipcsem.t t/op/pack.t 7925____________________________________________________________________________ 7926[ 1232] By: gsar on 1998/06/28 19:01:23 7927 Log: tweak various places for iperlsys.h awareness 7928 Branch: perl 7929 ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm 7930 ! lib/ExtUtils/MM_VMS.pm pod/perlapio.pod 7931____________________________________________________________________________ 7932[ 1231] By: gsar on 1998/06/28 18:37:07 7933 Log: add a perlio.h stub for compat (some extensions seem to #include it) 7934 Branch: perl 7935 + perlio.h 7936____________________________________________________________________________ 7937[ 1230] By: gsar on 1998/06/28 18:35:23 7938 Log: Message-ID: <19980624003701.C161@cdata.tvnet.hu> 7939 Date: Wed, 24 Jun 1998 00:37:01 +0200 7940 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 7941 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 7942 Branch: perl 7943 ! pod/pod2text.PL 7944____________________________________________________________________________ 7945[ 1229] By: gsar on 1998/06/28 18:33:42 7946 Log: hand apply mutiliated patch 7947 Message-Id: <3.0.5.32.19980623114100.00ab76e0@ous.edu> 7948 Date: Tue, 23 Jun 1998 11:41:00 -0700 7949 From: Dan Sugalski <sugalskd@osshe.edu> 7950 Subject: [PATCH 5.004_68]Configure update for VMS 7951 Branch: perl 7952 ! configure.com vms/descrip_mms.template vms/subconfigure.com 7953____________________________________________________________________________ 7954[ 1228] By: gsar on 1998/06/28 17:17:35 7955 Log: hand apply whitespace mutiliated patch 7956 Date: Tue, 23 Jun 98 16:38:06 BST 7957 Message-Id: <5389.9806231538@tempest.cise.npl.co.uk> 7958 From: Robin Barker <rmb1@cise.npl.co.uk> 7959 Subject: PATCH [perl5.004_68] perlbug.PL; was Re: Error message for Errno_pm.PL 7960 Branch: perl 7961 ! utils/perlbug.PL 7962____________________________________________________________________________ 7963[ 1227] By: gsar on 1998/06/28 17:14:34 7964 Log: Date: Tue, 23 Jun 1998 08:51:00 -0700 (PDT) 7965 From: Tom Phoenix <rootbeer@teleport.com> 7966 Subject: [PATCH] documenting close without arguments 7967 Message-ID: <Pine.GSO.3.96.980623084413.24075V-100000@user2.teleport.com> 7968 Branch: perl 7969 ! pod/perlfunc.pod 7970____________________________________________________________________________ 7971[ 1226] By: gsar on 1998/06/28 17:12:56 7972 Log: Date: Tue, 23 Jun 1998 05:37:09 -0700 (PDT) 7973 From: Tom Phoenix <rootbeer@teleport.com> 7974 Subject: Better diags for vars.pm 7975 Message-ID: <Pine.GSO.3.96.980623052846.24075A-100000@user2.teleport.com> 7976 Branch: perl 7977 ! lib/vars.pm 7978____________________________________________________________________________ 7979[ 1225] By: gsar on 1998/06/28 17:05:59 7980 Log: hand apply whitespace mutiliated perldoc.PL patches 7981 Date: Tue, 23 Jun 98 15:49:52 BST 7982 Message-Id: <5302.9806231449@tempest.cise.npl.co.uk> 7983 From: Robin Barker <rmb1@cise.npl.co.uk> 7984 Subject: PATCH [5.004_68] perldoc.PL 7985 -- 7986 Date: Fri, 26 Jun 98 17:50:05 BST 7987 Message-Id: <6834.9806261650@tempest.cise.npl.co.uk> 7988 From: Robin Barker <rmb1@cise.npl.co.uk> 7989 Subject: [PATCH 5.004_68] perldoc.PL 7990 Branch: perl 7991 ! utils/perldoc.PL 7992____________________________________________________________________________ 7993[ 1224] By: gsar on 1998/06/28 16:50:59 7994 Log: integrate ansiperl to get makedef.pl tweak 7995 Branch: perl 7996 ! Porting/pumpkin.pod win32/makedef.pl 7997____________________________________________________________________________ 7998[ 1223] By: gsar on 1998/06/28 16:33:32 7999 Log: add CGI-2.42, its and testsuite 8000 Branch: perl 8001 + eg/cgi/caution.xbm eg/cgi/dna.small.gif.uu 8002 + eg/cgi/nph-multipart.cgi lib/CGI/Cookie.pm t/lib/cgi-form.t 8003 + t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-request.t 8004 ! MANIFEST eg/cgi/RunMeFirst eg/cgi/file_upload.cgi 8005 ! eg/cgi/index.html eg/cgi/monty.cgi eg/cgi/save_state.cgi 8006 ! eg/cgi/wilogo.gif.uu lib/CGI.pm lib/CGI/Apache.pm 8007 ! lib/CGI/Carp.pm lib/CGI/Fast.pm lib/CGI/Push.pm 8008 ! lib/CGI/Switch.pm 8009____________________________________________________________________________ 8010[ 1222] By: gsar on 1998/06/28 15:28:29 8011 Log: enable Errno build on win32, add Errno-1.08 files to repository 8012 Branch: perl 8013 + ext/Errno/ChangeLog ext/Errno/Errno_pm.PL 8014 + ext/Errno/Makefile.PL t/lib/errno.t 8015 ! MANIFEST win32/Makefile win32/config.bc win32/config.gc 8016 ! win32/config.vc win32/makefile.mk 8017____________________________________________________________________________ 8018[ 1221] By: gsar on 1998/06/28 14:34:06 8019 Log: tweak win32 config templates for cpp 8020 Branch: perl 8021 ! win32/config.bc win32/config.gc win32/config.vc 8022____________________________________________________________________________ 8023[ 1220] By: nick on 1998/06/26 16:46:13 8024 Log: Integrate mainline 8025 Branch: ansiperl 8026 !> Changes Makefile.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod 8027 !> ext/POSIX/POSIX.xs perl.c pod/perlre.pod pod/perlvar.pod sv.c 8028 !> util.c win32/win32.h 8029____________________________________________________________________________ 8030[ 1219] By: gsar on 1998/06/26 04:33:57 8031 Log: make find_script() return saved string, reenable missing diagnostics 8032 Branch: perl 8033 ! perl.c util.c 8034____________________________________________________________________________ 8035[ 1218] By: gsar on 1998/06/25 23:24:53 8036 Log: avoid warning with -P switch 8037 Branch: perl 8038 ! perl.c 8039____________________________________________________________________________ 8040[ 1217] By: gsar on 1998/06/25 22:06:58 8041 Log: don't suppress display of Makefile recipes that invoke perl 8042 Branch: perl 8043 ! Makefile.SH 8044____________________________________________________________________________ 8045[ 1216] By: gsar on 1998/06/25 21:32:06 8046 Log: tweak order of destruction so OBJECTs in GLOBs are visited after those 8047 in RVs 8048 Branch: perl 8049 ! sv.c 8050____________________________________________________________________________ 8051[ 1215] By: gsar on 1998/06/25 18:56:59 8052 Log: mknod() is not POSIX, so remove the POSIX pieces from change#1199 8053 Branch: perl 8054 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs 8055____________________________________________________________________________ 8056[ 1214] By: gsar on 1998/06/25 18:11:22 8057 Log: add FILE_SHARE_DELETE ifndef in win32.h 8058 Branch: perl 8059 ! win32/win32.h 8060____________________________________________________________________________ 8061[ 1213] By: nick on 1998/06/24 17:18:59 8062 Log: Correct perl malloc tweak to .def generation 8063 Branch: ansiperl 8064 ! win32/makedef.pl 8065____________________________________________________________________________ 8066[ 1212] By: gsar on 1998/06/24 12:40:13 8067 Log: check in what change#1182 didn't, and Changes 8068 Branch: perl 8069 ! Changes pod/perlre.pod pod/perlvar.pod 8070____________________________________________________________________________ 8071[ 1211] By: TimBunce on 1998/06/23 23:09:37 8072 Log: Update test count in t/lib/basename.t (see change 1210) 8073 Branch: maint-5.004/perl 8074 ! t/lib/basename.t 8075____________________________________________________________________________ 8076[ 1210] By: TimBunce on 1998/06/23 22:58:18 8077 Log: Title: "Add C<use re 'taint'> pragma to propagate tainting in m// and s///" 8078 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy 8079 <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce) 8080 Msg-ID: <19980525155222.A18445@perlsupport.com>, 8081 <199805261143.MAA04260@toad.ig.co.uk>, 8082 <199805261235.IAA10371@aatma.engin.umich.edu>, 8083 Files: MANIFEST pod/perlmodlib.pod pod/perlop.pod op.h perl.h dump.c 8084 installperl lib/re.pm lib/File/Basename.pm mg.c op.c 8085 pp_ctl.c pp_hot.c t/lib/basename.t t/op/taint.t toke.c 8086 Branch: maint-5.004/perl 8087 ! MANIFEST dump.c embed.h installperl lib/File/Basename.pm mg.c 8088 ! op.c op.h perl.h pod/perlmodlib.pod pod/perlop.pod pp_ctl.c 8089 ! pp_hot.c t/lib/basename.t t/op/taint.t toke.c 8090____________________________________________________________________________ 8091[ 1209] By: nick on 1998/06/23 21:33:34 8092 Log: Perl_malloced_size() only available with perl's malloc 8093 Branch: ansiperl 8094 ! win32/makefile.mk 8095____________________________________________________________________________ 8096[ 1208] By: nick on 1998/06/23 18:15:23 8097 Log: Integrate mainline c. 5.004_68 into ansiperl, mainly 8098 so see what has changed... 8099 Branch: ansiperl 8100 +> Porting/genlog iperlsys.h lib/File/Spec.pm 8101 +> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm 8102 +> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm 8103 +> lib/File/Spec/Win32.pm regcomp.pl regcomp.sym regnodes.h 8104 +> t/lib/filespec.t win32/perlhost.h 8105 - atomic.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h 8106 - ipstdio.h perldir.h perlenv.h perlio.h perllio.h perlmem.h 8107 - perlproc.h perlsock.h 8108 !> (integrate 96 files) 8109 8110---------------- 8111Version 5.004_68 8112---------------- 8113 8114____________________________________________________________________________ 8115[ 1207] By: gsar on 1998/06/23 10:55:05 8116 Log: final touches to 5.004_68 8117 Branch: perl 8118 ! perl.c 8119____________________________________________________________________________ 8120[ 1206] By: gsar on 1998/06/23 10:50:10 8121 Log: more MULTIPLICITY tweaks 8122 Branch: perl 8123 ! objpp.h perl.c perl.h proto.h win32/GenCAPI.pl win32/config.bc 8124 ! win32/config.gc win32/config.vc win32/config_H.bc 8125 ! win32/config_H.gc win32/config_H.vc 8126____________________________________________________________________________ 8127[ 1205] By: gsar on 1998/06/23 09:03:46 8128 Log: partial MULTIPLICITY cleanup 8129 Branch: perl 8130 ! embedvar.h interp.sym intrpvar.h perl.c perlvars.h proto.h 8131 ! thrdvar.h 8132____________________________________________________________________________ 8133[ 1204] By: gsar on 1998/06/23 09:00:48 8134 Log: tweak MANIFEST, add Dev_t to POSIX/typemap 8135 Branch: perl 8136 ! MANIFEST Porting/makerel README.win32 ext/POSIX/typemap 8137____________________________________________________________________________ 8138[ 1203] By: gsar on 1998/06/23 07:08:02 8139 Log: bump patchlevel to 68, Porting/makerel tweaks 8140 Branch: perl 8141 ! Porting/makerel patchlevel.h win32/Makefile win32/config_H.bc 8142 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk 8143____________________________________________________________________________ 8144[ 1202] By: gsar on 1998/06/23 06:16:19 8145 Log: remove atomic.h pending resolution of licensing issues, 8146 EMULATE_ATOMIC_REFCOUNTS everywhere 8147 Branch: perl 8148 - atomic.h 8149 ! MANIFEST perl.h sv.h 8150____________________________________________________________________________ 8151[ 1201] By: gsar on 1998/06/23 06:06:23 8152 Log: applied patch, regen headers 8153 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8154 Message-Id: <199806220819.EAA03295@monk.mps.ohio-state.edu> 8155 Subject: [PATCH 5.004_67] Malloc size feedback 8156 Date: Mon, 22 Jun 1998 04:19:45 -0400 (EDT) 8157 Branch: perl 8158 ! ObjXSub.h av.c embed.h global.sym hv.c malloc.c objpp.h perl.c 8159 ! pp_sys.c proto.h sv.c toke.c 8160____________________________________________________________________________ 8161[ 1200] By: gsar on 1998/06/23 05:59:09 8162 Log: Message-Id: <m0yoIgR-000EP2C@alias-2.pr.mcs.net> 8163 Date: Mon, 22 Jun 1998 21:19:43 -0500 (CDT) 8164 From: Stephen McCamant <alias@mcs.com> 8165 Subject: [PATCH] Inheritance of B:: classes 8166 Branch: perl 8167 ! ext/B/B.pm 8168____________________________________________________________________________ 8169[ 1199] By: gsar on 1998/06/23 05:57:58 8170 Log: applied patch, moved #define mkfifo ... from perl.h to POSIX.xs 8171 Date: Tue, 23 Jun 1998 00:01:02 +0300 (EET DST) 8172 Message-Id: <199806222101.AAA16456@alpha.hut.fi> 8173 Subject: [PATCH] _67: somebody said POSIX::mknod? 8174 From: Jarkko Hietaniemi <jhi@iki.fi> 8175 Branch: perl 8176 ! Configure config_h.SH ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod 8177 ! ext/POSIX/POSIX.xs perl.h 8178____________________________________________________________________________ 8179[ 1198] By: gsar on 1998/06/23 05:48:56 8180 Log: Date: Mon, 22 Jun 1998 14:10:46 -0600 (MDT) 8181 From: Daniel Grisinger <dgris@perrin.dimensional.com> 8182 Subject: PATCH [5.004_67] perldoc.PL 8183 Message-ID: <Pine.LNX.3.96.980622135953.10412A-100000@perrin.dimensional.com> 8184 Branch: perl 8185 ! utils/perldoc.PL 8186____________________________________________________________________________ 8187[ 1197] By: gsar on 1998/06/23 05:47:24 8188 Log: Message-Id: <3.0.5.32.19980622092918.00aa46e0@ous.edu> 8189 Date: Mon, 22 Jun 1998 09:29:18 -0700 8190 From: Dan Sugalski <sugalskd@ous.edu> 8191 Subject: [PATCH 5.004_67] Autosplit's not qite case-insensitive enough on VMS 8192 Branch: perl 8193 ! lib/AutoSplit.pm 8194____________________________________________________________________________ 8195[ 1196] By: gsar on 1998/06/23 05:45:19 8196 Log: Date: Mon, 22 Jun 1998 18:58:55 +0300 (EET DST) 8197 Message-Id: <199806221558.SAA18626@alpha.hut.fi> 8198 Subject: [PATCH] 5.004_67: Fcntl: add few constants, enhance maintainability 8199 From: Jarkko Hietaniemi <jhi@iki.fi> 8200 Branch: perl 8201 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs 8202____________________________________________________________________________ 8203[ 1195] By: gsar on 1998/06/23 05:43:32 8204 Log: Message-Id: <v03110700b1b41e1760b2@[195.95.102.55]> 8205 Date: Mon, 22 Jun 1998 15:22:24 +0000 8206 From: Dominic Dunlop <domo@vo.lu> 8207 Subject: [PATCH 5.004_67] Amend tests/regexp.t for variable REG_INFTY; 8208 update machten.sh to vary REG_INFTY 8209 Branch: perl 8210 ! hints/machten.sh t/op/re_tests t/op/regexp.t 8211____________________________________________________________________________ 8212[ 1194] By: gsar on 1998/06/23 05:38:36 8213 Log: filter out array subscripts when generating symbols for AIX 8214 Date: Mon, 22 Jun 1998 12:14:31 +0300 (EET DST) 8215 Message-Id: <199806220914.MAA13631@alpha.hut.fi> 8216 Subject: [PATCH] 5.004_67: perl.exp bug, AIX unhappy 8217 From: Jarkko Hietaniemi <jhi@iki.fi> 8218 Branch: perl 8219 ! perl_exp.SH 8220____________________________________________________________________________ 8221[ 1193] By: gsar on 1998/06/23 05:32:52 8222 Log: updated hints file to cope with buggy sigsetjmp() on Solaris-x86 8223 Message-Id: <199806221102.NAA12106@alanya.m.isar.de> 8224 Date: Mon, 22 Jun 1998 13:02:45 +0200 (MET DST) 8225 From: Lupe Christoph <lupe@alanya.m.isar.de> 8226 Subject: Re: Perl 5.004_67: Death is on vacation - miniperl can't die 8227 Branch: perl 8228 ! hints/solaris_2.sh 8229____________________________________________________________________________ 8230[ 1192] By: gsar on 1998/06/23 05:27:13 8231 Log: add detailed changelogs and 'genlog'--the script which generates them 8232 Branch: perl 8233 + Porting/genlog 8234 ! Changes INSTALL 8235____________________________________________________________________________ 8236[ 1191] By: gsar on 1998/06/22 15:56:27 8237 Log: tweak win32 makefiles for PERL_OBJECT build 8238 Branch: perl 8239 ! win32/Makefile win32/makefile.mk 8240____________________________________________________________________________ 8241[ 1190] By: gsar on 1998/06/22 04:06:02 8242 Log: backout change#1178 as it was dependent on an unapplied patch, 8243 fix filespec.t to know its @INC 8244 Branch: perl 8245 ! sv.c t/lib/filespec.t 8246____________________________________________________________________________ 8247[ 1189] By: gsar on 1998/06/22 03:47:43 8248 Log: eliminate use of tokenbuf in util.c 8249 Branch: perl 8250 ! util.c 8251____________________________________________________________________________ 8252[ 1188] By: gsar on 1998/06/22 01:53:59 8253 Log: add patch that generates regnodes.h via regcomp.pl 8254 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8255 Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu> 8256 Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup 8257 Date: Sun, 21 Jun 1998 16:38:21 -0400 (EDT) 8258 Branch: perl 8259 + regcomp.pl regcomp.sym regnodes.h 8260 ! MANIFEST Makefile.SH regcomp.h 8261____________________________________________________________________________ 8262[ 1187] By: gsar on 1998/06/22 01:42:21 8263 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8264 Message-Id: <199806210145.VAA21629@monk.mps.ohio-state.edu> 8265 Subject: [PATCH 5.004_67] Avoid temporaries on recursion 8266 Date: Sat, 20 Jun 1998 21:45:03 -0400 (EDT) 8267 Branch: perl 8268 ! pp_ctl.c pp_hot.c 8269____________________________________________________________________________ 8270[ 1186] By: gsar on 1998/06/22 01:14:14 8271 Log: merge relevant portions from maintbranch change#1155 8272 Branch: perl 8273 ! lib/Math/BigFloat.pm op.c pod/perlfunc.pod pod/perlop.pod 8274 ! pod/perlrun.pod pp_hot.c 8275____________________________________________________________________________ 8276[ 1185] By: gsar on 1998/06/22 00:59:28 8277 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8278 Message-Id: <199806210827.EAA26322@monk.mps.ohio-state.edu> 8279 Subject: [PATCH 5.004_67] Zero-length matching bug 8280 Date: Sun, 21 Jun 1998 04:27:16 -0400 (EDT) 8281 Branch: perl 8282 ! regexec.c t/op/pat.t 8283____________________________________________________________________________ 8284[ 1184] By: gsar on 1998/06/22 00:57:27 8285 Log: fix alignment issues in malloc.c on 64-bit platforms (via private mail) 8286 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8287 Message-Id: <199806170844.EAA24584@monk.mps.ohio-state.edu> 8288 Subject: Re: _67 not okay 8289 Date: Wed, 17 Jun 1998 04:44:26 -0400 (EDT) 8290 Branch: perl 8291 ! malloc.c 8292____________________________________________________________________________ 8293[ 1183] By: gsar on 1998/06/22 00:53:37 8294 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8295 Message-Id: <199806210727.DAA24072@monk.mps.ohio-state.edu> 8296 Subject: [PATCH 5.004_67] Test study/re/ 8297 Date: Sun, 21 Jun 1998 03:27:13 -0400 (EDT) 8298 Branch: perl 8299 ! t/op/pat.t 8300____________________________________________________________________________ 8301[ 1182] By: gsar on 1998/06/21 21:25:07 8302 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8303 Message-Id: <199806210430.AAA21818@monk.mps.ohio-state.edu> 8304 Subject: [PATCH 5.004_67] $^R documented 8305 Date: Sun, 21 Jun 1998 00:30:48 -0400 (EDT) 8306 Branch: perl 8307 ! pod/perlre.pod pod/perlvar.pod 8308____________________________________________________________________________ 8309[ 1181] By: gsar on 1998/06/21 21:23:41 8310 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8311 Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu> 8312 Subject: [PATCH 5.004_67] Re docs 8313 Date: Sat, 20 Jun 1998 21:11:37 -0400 (EDT) 8314 Branch: perl 8315 ! pod/perlop.pod pod/perlre.pod 8316____________________________________________________________________________ 8317[ 1180] By: gsar on 1998/06/21 21:22:16 8318 Log: adapted contents of message into comments in malloc.c and INSTALL 8319 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8320 Message-Id: <199806162240.SAA23597@monk.mps.ohio-state.edu> 8321 Subject: [5.004_67] malloc.c -Defines 8322 Date: Tue, 16 Jun 1998 18:40:41 -0400 (EDT) 8323 Branch: perl 8324 ! INSTALL malloc.c 8325____________________________________________________________________________ 8326[ 1179] By: gsar on 1998/06/21 07:26:35 8327 Log: applied patch, with edits to the prose 8328 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8329 Message-Id: <199806201936.PAA17499@monk.mps.ohio-state.edu> 8330 Subject: [PATCH 5.004_67] Error variables compared 8331 Date: Sat, 20 Jun 1998 15:36:14 -0400 (EDT) 8332 Branch: perl 8333 ! pod/perlvar.pod 8334____________________________________________________________________________ 8335[ 1178] By: gsar on 1998/06/21 07:07:16 8336 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8337 Message-Id: <199806200104.VAA11343@monk.mps.ohio-state.edu> 8338 Subject: [PATCH 5.004_67] print study /re/ broken 8339 Date: Fri, 19 Jun 1998 21:04:54 -0400 (EDT) 8340 Branch: perl 8341 ! sv.c 8342____________________________________________________________________________ 8343[ 1177] By: gsar on 1998/06/21 07:06:10 8344 Log: applied patch, tweaked wording 8345 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8346 Message-Id: <199806200838.EAA13992@monk.mps.ohio-state.edu> 8347 Subject: [PATCH 5.004_67] Documentation patch for malloc 8348 Date: Sat, 20 Jun 1998 04:38:07 -0400 (EDT) 8349 Branch: perl 8350 ! malloc.c pod/perldiag.pod 8351____________________________________________________________________________ 8352[ 1176] By: gsar on 1998/06/21 07:00:30 8353 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8354 Message-Id: <199806200829.EAA13974@monk.mps.ohio-state.edu> 8355 Subject: [PATCH 5.004_67] Cosmetic malloc patch 8356 Date: Sat, 20 Jun 1998 04:29:00 -0400 (EDT) 8357 Branch: perl 8358 ! malloc.c 8359____________________________________________________________________________ 8360[ 1175] By: gsar on 1998/06/21 06:58:37 8361 Log: Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu> 8362 Date: Fri, 19 Jun 1998 16:00:57 -0700 8363 From: Dan Sugalski <sugalskd@osshe.edu> 8364 Subject: [PATCH 5.004_67] fixup patches for VMS 8365 Branch: perl 8366 ! ext/SDBM_File/sdbm/Makefile.PL t/lib/filecopy.t t/op/defins.t 8367 ! t/op/taint.t vms/test.com vms/vms.c 8368____________________________________________________________________________ 8369[ 1174] By: gsar on 1998/06/21 06:55:18 8370 Log: applied VMS patch from Dan Sugalski 8371 Date: Fri, 19 Jun 1998 15:36:34 -0700 8372 From: SYSTEM@cedar.osshe.edu 8373 Message-Id: <980619153634.2063ee12@cedar.osshe.edu> 8374 Subject: [PATCH 5.004_67] Enhancements to the VMS configuration procedures 8375 Branch: perl 8376 ! configure.com lib/ExtUtils/MM_VMS.pm perl.h 8377 ! vms/descrip_mms.template vms/gen_shrfls.pl 8378 ! vms/subconfigure.com 8379____________________________________________________________________________ 8380[ 1173] By: gsar on 1998/06/21 06:51:38 8381 Log: applied patch, modified logic to avoid reentering lexer at compile-time 8382 Message-ID: <19980619113104.S9711@asic.sc.ti.com> 8383 Date: Fri, 19 Jun 1998 11:31:04 -0500 8384 From: Graham Barr <gbarr@ti.com> 8385 Subject: Re: [PATCH perl5.004_67] Add Errno in ext/ 8386 Branch: perl 8387 ! Configure MANIFEST Makefile.SH ext/util/make_ext gv.c 8388 ! lib/English.pm 8389____________________________________________________________________________ 8390[ 1172] By: gsar on 1998/06/21 06:27:57 8391 Log: applied patch, along with many changes: 8392 - ipfoo.h headers have been coalesced along with perlfoo.h into 8393 iperlsys.h 8394 - win32/cp*.h have been combined in perlhost.h 8395 - CPerlObj::PerlParse() takes an extra xsinit arg 8396 - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT 8397 From: "Douglas Lankshear" <dougl@ActiveState.com> 8398 Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active> 8399 Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler 8400 Date: Fri, 19 Jun 1998 10:59:50 -0700 8401 Branch: perl 8402 + iperlsys.h win32/perlhost.h 8403 - ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h ipstdio.h 8404 - perldir.h perlenv.h perlio.h perllio.h perlmem.h perlproc.h 8405 - perlsock.h 8406 ! MANIFEST mg.h op.h perl.h perlio.c proto.h util.c 8407 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk 8408 ! win32/runperl.c win32/win32.h 8409____________________________________________________________________________ 8410[ 1171] By: gsar on 1998/06/21 00:44:42 8411 Log: Date: Fri, 19 Jun 1998 07:55:19 -0600 (MDT) 8412 From: Daniel Grisinger <dgris@perrin.dimensional.com> 8413 Subject: Re: PATCH _67 (Doc) perlop.pod 8414 Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com> 8415 Branch: perl 8416 ! pod/perlop.pod 8417____________________________________________________________________________ 8418[ 1170] By: gsar on 1998/06/21 00:43:06 8419 Log: a tweaked version of: 8420 From: "Douglas Lankshear" <dougl@ActiveState.com> 8421 Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll 8422 Date: Wed, 17 Jun 1998 20:25:51 -0700 8423 Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active> 8424 Branch: perl 8425 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/makefile.mk 8426____________________________________________________________________________ 8427[ 1169] By: gsar on 1998/06/21 00:10:18 8428 Log: added patch, regen headers 8429 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8430 Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu> 8431 Subject: Re: Ilya's patches 8432 Date: Thu, 18 Jun 1998 22:27:31 -0400 (EDT) 8433 Branch: perl 8434 ! ObjXSub.h embedvar.h interp.sym intrpvar.h toke.c 8435____________________________________________________________________________ 8436[ 1168] By: gsar on 1998/06/21 00:05:01 8437 Log: Date: Thu, 18 Jun 1998 23:37:32 -0700 (PDT) 8438 From: Tom Phoenix <rootbeer@teleport.com> 8439 Subject: [PATCH] docs creating files via open 8440 Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com> 8441 Branch: perl 8442 ! pod/perlfunc.pod 8443____________________________________________________________________________ 8444[ 1167] By: gsar on 1998/06/21 00:03:34 8445 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8446 Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu> 8447 Subject: [PATCH 5.004_67] Better version of malloc improver 8448 Date: Wed, 17 Jun 1998 17:51:54 -0400 (EDT) 8449 Branch: perl 8450 ! malloc.c 8451____________________________________________________________________________ 8452[ 1166] By: gsar on 1998/06/20 23:59:23 8453 Log: enhance perlre.pod to say C<)> can't appear in a (?#...) comment 8454 Branch: perl 8455 ! pod/perlre.pod 8456____________________________________________________________________________ 8457[ 1165] By: gsar on 1998/06/20 23:47:09 8458 Log: added patch, tweaked missed files, excised comment that doesn't really 8459 belong in the sources 8460 From: joshua.pritikin@db.com 8461 Date: Mon, 15 Jun 1998 10:03:37 -0400 8462 Message-Id: <H00000e500072c63@MHS> 8463 Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup 8464 Branch: perl 8465 ! ObjXSub.h av.c doop.c embed.h global.sym objpp.h pp.c proto.h 8466 ! t/op/avhv.t 8467____________________________________________________________________________ 8468[ 1164] By: gsar on 1998/06/20 23:29:09 8469 Log: add File-Spec-0.6 from CPAN 8470 Branch: perl 8471 + lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm 8472 + lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm 8473 + lib/File/Spec/Win32.pm t/lib/filespec.t 8474 ! MANIFEST 8475____________________________________________________________________________ 8476[ 1163] By: gsar on 1998/06/20 23:15:41 8477 Log: tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and test 8478 Branch: perl 8479 ! ext/POSIX/POSIX.xs win32/Makefile win32/makefile.mk 8480____________________________________________________________________________ 8481[ 1162] By: gsar on 1998/06/20 21:48:32 8482 Log: manual integration of all outstanding ansi branch stuff into mainline 8483 Branch: perl 8484 ! ext/POSIX/POSIX.xs lib/ExtUtils/MM_Win32.pm t/op/ipcsem.t 8485 ! win32/config.gc win32/dl_win32.xs win32/makefile.mk 8486 ! win32/win32.h 8487____________________________________________________________________________ 8488[ 1161] By: gsar on 1998/06/20 21:12:01 8489 Log: undo goofed change 1157 (backed out the fix instead of keeping it) 8490 Branch: perl 8491 ! utils/perldoc.PL 8492____________________________________________________________________________ 8493[ 1160] By: nick on 1998/06/20 21:05:51 8494 Log: Patches to build with EGCS-1.0.2 Mingw32 port. 8495 Branch: ansiperl 8496 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc 8497 ! win32/dl_win32.xs win32/makefile.mk win32/win32.h 8498____________________________________________________________________________ 8499[ 1159] By: gsar on 1998/06/20 02:51:35 8500 Log: cleanup installation of utilities on win32 8501 Branch: perl 8502 ! installperl pod/Makefile win32/Makefile win32/makefile.mk 8503 ! win32/pod.mak 8504____________________________________________________________________________ 8505[ 1158] By: gsar on 1998/06/20 02:50:35 8506 Log: intuit @INC pathnames from exe location only if dll location 8507 is unknown (ensures that multiple executables will coexist) 8508 Branch: perl 8509 ! win32/win32.c 8510____________________________________________________________________________ 8511[ 1157] By: gsar on 1998/06/20 02:48:34 8512 Log: make perldoc ignore null files (it tried to open() them) 8513 Branch: perl 8514 ! utils/perldoc.PL 8515____________________________________________________________________________ 8516[ 1156] By: gsar on 1998/06/19 21:18:47 8517 Log: fix perldoc to ignore unfound null filenames 8518 Branch: perl 8519 ! utils/perldoc.PL 8520____________________________________________________________________________ 8521[ 1155] By: TimBunce on 1998/06/19 18:47:57 8522 Log: Assorted patches: 8523 8524 ------ BUILD PROCESS ------ 8525 8526 Title: "Clarify varargs issues in INSTALL docs" 8527 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 8528 Msg-ID: <Pine.SUN.3.96.980603125427.8559C-100000@newton.phys> 8529 Files: INSTALL 8530 8531 ------ CORE LANGUAGE ------ 8532 8533 Title: "Further fixes for updated SysV IPC support" 8534 From: Jarkko Hietaniemi <jhi@iki.fi> 8535 Msg-ID: <199805211644.TAA15139@alpha.hut.fi> 8536 Files: Configure perl.h doio.c 8537 8538 Title: "Fixed SEGV caused by bug in pp_hot.c:pp_sassign()" 8539 From: Andrew Bettison <andrewb@zip.com.au> 8540 Msg-ID: <m0ykMQx-000OQCC@headroom.zip.com.au> 8541 Files: pp_hot.c 8542 8543 Title: "Invalidate method cache on C<local *subname>" 8544 From: Chip Salzenberg <chip@perl.org> 8545 Msg-ID: <19980604134731.D24343@perlsupport.com> 8546 Files: scope.c t/op/method.t 8547 8548 Title: "fix uninitialized cv variable in op.c" 8549 From: joshua.pritikin@db.com 8550 Msg-ID: <H00000e50005af05@MHS> 8551 Files: op.c 8552 8553 Title: "fix for undef as last arg to setsockopt" 8554 From: Graham Barr <gbarr@ti.com> 8555 Msg-ID: <19980603112219.B7638@asic.sc.ti.com> 8556 Files: pp_sys.c 8557 8558 Title: "Fix -i when @ARGV is empty" 8559 From: Chip Salzenberg <chip@perl.org>, Gurusamy Sarathy 8560 <gsar@engin.umich.edu>, Ilya Zakharevich 8561 <ilya@math.ohio-state.edu>, Tim.Bunce@ig.co.uk (Tim Bunce) 8562 Msg-ID: <19980606184942.A4583@perlsupport.com>, 8563 <199806070029.UAA18709@monk.mps.ohio-state.edu>, 8564 <199806071817.OAA28141@aatma.engin.umich.edu>, 8565 <199806191549.QAA16376@toad.ig.co.uk> 8566 Files: pp_hot.c 8567 8568 ------ DOCUMENTATION ------ 8569 8570 Title: "Discrepancy between perlop.pod and m// operator docs" 8571 From: Tom Phoenix <rootbeer@teleport.com> 8572 Msg-ID: <Pine.GSO.3.96.980526092614.27437B-100000@user2.teleport.com> 8573 Files: pod/perlop.pod 8574 8575 Title: "Doc addition for perlfunc entry for system()" 8576 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, Mike Fletcher 8577 <fletch@phydeaux.org> 8578 Msg-ID: <199806011908.PAA31069@dewdrop2.mindspring.com>, 8579 <199806012057.QAA26830@monk.mps.ohio-state.edu> 8580 Files: pod/perlfunc.pod 8581 8582 Title: "Clarify effects of using quotes with m operator" 8583 From: Daniel Grisinger <dgris@perrin.dimensional.com> 8584 Msg-ID: <Pine.LNX.3.96.980617111641.25631B-100000@perrin.dimensional.com> 8585 Files: pod/perlop.pod 8586 8587 Title: "Document -i with STDIN" 8588 From: joshua.pritikin@db.com 8589 Msg-ID: <H00000e50006a84a@MHS> 8590 Files: pod/perlrun.pod 8591 8592 ------ EXTENSIONS ------ 8593 8594 Title: "Fix Liblist.pm to tolerate backslashen in paths" 8595 From: Gurusamy Sarathy <gsar@engin.umich.edu> 8596 Msg-ID: <199806011954.PAA10900@aatma.engin.umich.edu> 8597 Files: lib/ExtUtils/Liblist.pm 8598 8599 ------ LIBRARY ------ 8600 8601 Title: "Typo fix for Math::BogFloat" 8602 From: Mike Stok <mike@stok.co.uk> 8603 Msg-ID: <Pine.LNX.3.96.980605101623.982F-100000@stok.co.uk> 8604 Files: lib/Math/BigFloat.pm 8605 8606 ------ PORTABILITY - GENERAL ------ 8607 8608 Title: "Add docs about types of diff to Porting/patching.pod" 8609 From: Gurusamy Sarathy <gsar@engin.umich.edu> 8610 Msg-ID: <199806090105.VAA20005@aatma.engin.umich.edu> 8611 Files: Porting/patching.pod 8612 8613 Title: "Set dont_use_nlink for PowerMAX OS 4.2" 8614 From: Tom Horsley <Tom.Horsley@mail.ccur.com> 8615 Msg-ID: <199806161354.NAA21316@cleo.ssd.hcsc.com> 8616 Files: hints/powerux.sh 8617 8618 Title: "Assorted improvements to hints/solaris_2.sh" 8619 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 8620 Msg-ID: <Pine.SUN.3.96.980527135845.26608K-100000@newton.phys> 8621 Files: hints/solaris_2.sh 8622 Branch: maint-5.004/perl 8623 ! Configure INSTALL Porting/patching.pod doio.c hints/powerux.sh 8624 ! hints/solaris_2.sh lib/ExtUtils/Liblist.pm 8625 ! lib/Math/BigFloat.pm op.c perl.h pod/perlfunc.pod 8626 ! pod/perlop.pod pod/perlrun.pod pp_hot.c pp_sys.c scope.c 8627 ! t/op/method.t 8628____________________________________________________________________________ 8629[ 1154] By: gsar on 1998/06/19 17:22:23 8630 Log: update repository copy of Asmdata.pm after `perl bytecode.pl` 8631 Branch: perl 8632 ! ext/B/B/Asmdata.pm regcomp.c 8633____________________________________________________________________________ 8634[ 1153] By: nick on 1998/06/19 17:21:21 8635 Log: Use libxxx.a for -lxxx with GCC 8636 Branch: ansiperl 8637 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/config_H.gc 8638 ! win32/makefile.mk 8639____________________________________________________________________________ 8640[ 1152] By: TimBunce on 1998/06/19 17:08:18 8641 Log: Title: Tom's jumbo doc patch 8642 From: Tom Christiansen <tchrist@chthon.perl.com> 8643 Msg-Id: <199806140419.WAA20549@chthon.perl.com> 8644 Files: pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod 8645 pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod 8646 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 8647 pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod 8648 pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod 8649 pod/perlipc.pod pod/perllocale.pod pod/perllol.pod 8650 pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod 8651 pod/perlop.pod pod/perlre.pod pod/perlref.pod 8652 pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod 8653 pod/perlsyn.pod pod/perltie.pod pod/perltoot.pod 8654 pod/perlvar.pod 8655 Branch: maint-5.004/perl 8656 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod 8657 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod 8658 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 8659 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod 8660 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod 8661 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod 8662 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod 8663 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod 8664 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod 8665 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod 8666____________________________________________________________________________ 8667[ 1151] By: nick on 1998/06/19 15:38:28 8668 Log: Resolve latest 8669 Branch: ansiperl 8670 !> av.c embed.h embedvar.h ext/Socket/Socket.xs global.sym 8671 !> hints/powerux.sh mg.c perl.h pod/perlsub.pod pp_ctl.c proto.h 8672 !> sv.c t/TEST 8673____________________________________________________________________________ 8674[ 1150] By: gsar on 1998/06/18 20:43:07 8675 Log: Date: Tue, 16 Jun 1998 13:54:17 GMT 8676 Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com> 8677 From: Tom Horsley <Tom.Horsley@mail.ccur.com> 8678 Subject: [PATCH] perl5.004 hints file (maint and dev paths) 8679 Branch: perl 8680 ! hints/powerux.sh 8681____________________________________________________________________________ 8682[ 1149] By: gsar on 1998/06/18 20:41:30 8683 Log: hand apply whitespace-mutiliated patch 8684 From: joshua.pritikin@db.com 8685 Date: Mon, 15 Jun 1998 09:21:36 -0400 8686 Message-Id: <H00000e50007289b@MHS> 8687 Subject: [PATCH 5.004_67] SvREADONLY for av_clear 8688 Branch: perl 8689 ! av.c 8690____________________________________________________________________________ 8691[ 1148] By: gsar on 1998/06/18 20:33:59 8692 Log: hand apply whitespace-mutiliated and reversed patch 8693 Date: Tue, 16 Jun 1998 16:31:40 -0400 8694 From: Les Peters <lpeters@aol.net> 8695 Message-Id: <199806162031.QAA08202@ds9> 8696 Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3 8697 Branch: perl 8698 ! ext/Socket/Socket.xs 8699____________________________________________________________________________ 8700[ 1147] By: gsar on 1998/06/18 20:26:59 8701 Log: close child pipe in t/TEST, other cosmetic tweaks 8702 Branch: perl 8703 ! t/TEST 8704____________________________________________________________________________ 8705[ 1146] By: gsar on 1998/06/18 19:37:41 8706 Log: back out problematic change#1105, tweak perlsub.pod 8707 Branch: perl 8708 ! embed.h embedvar.h global.sym mg.c perl.h pod/perlsub.pod 8709 ! pp_ctl.c proto.h sv.c 8710____________________________________________________________________________ 8711[ 1145] By: nick on 1998/06/18 19:31:07 8712 Log: Integrate and resolve -at mainline to ansiperl prior to Ming32 hacking 8713 Branch: ansiperl 8714 +> configure.com ext/DB_File/dbinfo 8715 +> ext/DynaLoader/DynaLoader_pm.PL t/base/rs.t 8716 +> t/op/regexp_noamp.t vms/descrip_mms.template vms/munchconfig.c 8717 +> vms/subconfigure.com 8718 - ext/DynaLoader/DynaLoader.pm.PL vms/config.vms vms/descrip.mms 8719 - vms/fndvers.com 8720 !> (integrate 499 files) 8721____________________________________________________________________________ 8722[ 1144] By: gsar on 1998/06/18 16:35:11 8723 Log: fix spurious cxstack_max init that trampled memory 8724 Branch: perl 8725 ! perl.c 8726____________________________________________________________________________ 8727[ 1143] By: gsar on 1998/06/18 16:33:01 8728 Log: fix memory leaks and uninitialized memory accesses found by Purify 8729 Branch: perl 8730 ! doio.c perl.c regexec.c sv.c 8731____________________________________________________________________________ 8732[ 1142] By: gsar on 1998/06/18 16:28:48 8733 Log: fix off-by-one that trampled memory in re_croak2() 8734 Branch: perl 8735 ! regcomp.c 8736____________________________________________________________________________ 8737[ 1141] By: gsar on 1998/06/18 16:26:59 8738 Log: fix AutoLoader to do the right thing when there are relative paths 8739 in @INC 8740 Branch: perl 8741 ! lib/AutoLoader.pm 8742____________________________________________________________________________ 8743[ 1140] By: gsar on 1998/06/18 16:22:47 8744 Log: fix Makefile.SH typo 8745 Branch: perl 8746 ! Makefile.SH 8747____________________________________________________________________________ 8748[ 1139] By: gsar on 1998/06/17 18:06:16 8749 Log: 5.004_67 niggles 8750 Branch: perl 8751 ! Makefile.SH op.c 8752 8753---------------- 8754Version 5.004_67 8755---------------- 8756 8757____________________________________________________________________________ 8758[ 1138] By: gsar on 1998/06/15 10:09:27 8759 Log: up patchlevel.h to 67, other small tweaks 8760 Branch: perl 8761 ! patchlevel.h pod/perlhist.pod pod/perltoc.pod vms/perly_c.vms 8762 ! win32/Makefile win32/config_H.bc win32/config_H.gc 8763 ! win32/config_H.vc win32/makefile.mk 8764____________________________________________________________________________ 8765[ 1137] By: gsar on 1998/06/15 09:08:57 8766 Log: tweaks to get PERL_OBJECT building again; passes tests 8767 Branch: perl 8768 ! ObjXSub.h objpp.h proto.h 8769____________________________________________________________________________ 8770[ 1136] By: gsar on 1998/06/15 08:51:54 8771 Log: back out previous change (it breaks PERL_OBJECT) 8772 Branch: perl 8773 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym 8774 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod 8775 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c 8776____________________________________________________________________________ 8777[ 1135] By: gsar on 1998/06/15 05:32:01 8778 Log: added patch, fixed typo, reworked documentation 8779 Message-Id: <H00000e500071aa3@MHS> 8780 Date: Sun, 14 Jun 1998 14:03:15 EDT 8781 From: joshua.pritikin@db.com 8782 Subject: [PATCH 5.004_66] JMPENV! 8783 Branch: perl 8784 ! ObjXSub.h cc_runtime.h embed.h embedvar.h global.sym 8785 ! interp.sym intrpvar.h objpp.h perl.c perl.h pod/perldiag.pod 8786 ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h util.c 8787____________________________________________________________________________ 8788[ 1134] By: gsar on 1998/06/15 04:07:18 8789 Log: various win32 odds and ends 8790 - added support for waitpid(), open2/open3, and a bugfix for kill() 8791 from Ronald Schmidt <RonaldWS@aol.com> 8792 - tweak testsuite mods of above 8793 - regenerate win32/config_H.?c 8794 - change kill() to win32_kill() and export it 8795 - coalesce common code in win32.c 8796 - add PerlProc_waitpid() and export win32_waitpid() 8797 result builds and passes on the three win32 compilers 8798 Branch: perl 8799 ! ipproc.h lib/IPC/Open3.pm perlproc.h t/lib/open2.t 8800 ! t/lib/open3.t util.c win32/config.bc win32/config.gc 8801 ! win32/config.vc win32/config_H.bc win32/config_H.gc 8802 ! win32/config_H.vc win32/makedef.pl win32/runperl.c 8803 ! win32/win32.c win32/win32iop.h 8804____________________________________________________________________________ 8805[ 1133] By: gsar on 1998/06/15 01:39:13 8806 Log: newer Getopt/Long.pm from public distribution cited in: 8807 Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl> 8808 Date: 14 Jun 1998 15:15:28 +0200 8809 From: Johan Vromans <jvromans@squirrel.nl> 8810 Subject: Getopt::Long version 2.17 released 8811 Branch: perl 8812 ! lib/Getopt/Long.pm 8813____________________________________________________________________________ 8814[ 1132] By: gsar on 1998/06/15 01:37:12 8815 Log: documentation update from tchrist 8816 Message-Id: <199806140419.WAA20549@chthon.perl.com> 8817 Date: Sat, 13 Jun 1998 22:19:32 MDT 8818 From: Tom Christiansen <tchrist@chthon.perl.com> 8819 Subject: doc patches 8820 Branch: perl 8821 ! pod/perl.pod pod/perlbook.pod pod/perldata.pod pod/perldsc.pod 8822 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod 8823 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 8824 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod 8825 ! pod/perlfaq9.pod pod/perlform.pod pod/perlfunc.pod 8826 ! pod/perlipc.pod pod/perllocale.pod pod/perllol.pod 8827 ! pod/perlmod.pod pod/perlmodlib.pod pod/perlobj.pod 8828 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod 8829 ! pod/perlsec.pod pod/perlsub.pod pod/perlsyn.pod 8830 ! pod/perltie.pod pod/perltoot.pod pod/perlvar.pod 8831____________________________________________________________________________ 8832[ 1131] By: gsar on 1998/06/14 19:33:36 8833 Log: Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com> 8834 From: Roderick Schertler <roderick@argon.org> 8835 Subject: [PATCH] Re: Exceptions in IPC::Open2 8836 Date: 12 Jun 1998 13:24:15 -0400 8837 Branch: perl 8838 ! lib/IPC/Open3.pm 8839____________________________________________________________________________ 8840[ 1130] By: gsar on 1998/06/14 19:32:25 8841 Log: fixup MANIFEST 8842 Branch: perl 8843 ! MANIFEST 8844____________________________________________________________________________ 8845[ 1129] By: gsar on 1998/06/14 18:51:53 8846 Log: various win32 fixes 8847 - fixes that silence VC noises about dup exports, non-default libs, and 8848 unsupported *.def file directives 8849 - s/inplace/inplace_label/ malloc.c 8850 - update Config{usemymalloc} based on d_mymalloc 8851 - export Perl_*Vars 8852 - fix makefiles to not build miniperl.exe twice, and to make it properly 8853 when defaults are changed 8854 Branch: perl 8855 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Mksymlists.pm malloc.c 8856 ! win32/Makefile win32/config_sh.PL win32/makedef.pl 8857 ! win32/makefile.mk win32/perllib.c win32/win32.h 8858____________________________________________________________________________ 8859[ 1128] By: gsar on 1998/06/14 01:38:39 8860 Log: remove unused global `scrgv' 8861 Branch: perl 8862 ! ObjXSub.h cygwin32/cw32imp.h embedvar.h perlvars.h 8863____________________________________________________________________________ 8864[ 1127] By: nick on 1998/06/13 08:39:07 8865 Log: Move specialsv_list to embed.sym, regen embed*.h 8866 Branch: win32/perl 8867 ! embed.h embedvar.h global.sym interp.sym 8868____________________________________________________________________________ 8869[ 1126] By: gsar on 1998/06/12 07:23:06 8870 Log: From: jan.dubois@ibm.net (Jan Dubois) 8871 Subject: Re: execv in toke.c [PATCH]: win32 wrapper for _66 8872 Date: Thu, 11 Jun 1998 21:13:31 +0200 8873 Message-ID: <35842ac5.7883075@smtp1.ibm.net> 8874 Branch: perl 8875 ! win32/makedef.pl win32/win32.c win32/win32iop.h 8876____________________________________________________________________________ 8877[ 1125] By: gsar on 1998/06/12 07:21:29 8878 Log: added patch, undo earlier workaround 8879 From: jan.dubois@ibm.net (Jan Dubois) 8880 Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66 8881 Date: Thu, 11 Jun 1998 20:28:36 +0200 8882 Message-ID: <35831f69.4975644@smtp1.ibm.net> 8883 Branch: perl 8884 ! perl.c util.c 8885____________________________________________________________________________ 8886[ 1124] By: gsar on 1998/06/12 07:16:12 8887 Log: hand-applied patch with wrapped lines 8888 From: "Douglas Lankshear" <dougl@ActiveState.com> 8889 Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32 8890 Date: Thu, 11 Jun 1998 11:06:33 -0700 8891 Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active> 8892 Branch: perl 8893 ! win32/win32.c 8894____________________________________________________________________________ 8895[ 1123] By: gsar on 1998/06/12 07:07:25 8896 Log: Date: Thu, 11 Jun 1998 12:40:05 -0400 (EDT) 8897 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 8898 Subject: [PATCH 5.004_66] Config_66-01-02.diff 8899 Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys> 8900 Branch: perl 8901 ! Configure 8902____________________________________________________________________________ 8903[ 1122] By: gsar on 1998/06/12 07:06:02 8904 Log: Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys> 8905 Date: Thu, 11 Jun 1998 12:27:15 -0400 (EDT) 8906 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 8907 Subject: Re: [PATCH for _66] Makefile.SH problem on dos/djgpp 8908 Branch: perl 8909 ! pod/checkpods.PL pod/pod2html.PL pod/pod2latex.PL 8910 ! pod/pod2man.PL utils/c2ph.PL utils/h2ph.PL utils/h2xs.PL 8911 ! utils/perlbug.PL utils/perlcc.PL utils/perldoc.PL 8912 ! utils/pl2pm.PL utils/splain.PL x2p/find2perl.PL x2p/s2p.PL 8913____________________________________________________________________________ 8914[ 1121] By: gsar on 1998/06/12 07:01:20 8915 Log: a tweaked version of: 8916 Message-Id: <l03130300b1a6143078cd@[194.222.64.89]> 8917 Date: Fri, 12 Jun 1998 01:26:53 +0200 8918 From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 8919 Subject: Re: Misparsing s///x 8920 Branch: perl 8921 ! pod/perlre.pod 8922____________________________________________________________________________ 8923[ 1120] By: gsar on 1998/06/12 06:51:08 8924 Log: applied patch, with indentation tweaks 8925 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8926 Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu> 8927 Subject: [PATCH 5.004_66] Remove REG_ALIGN junk 8928 Date: Thu, 11 Jun 1998 04:03:58 -0400 (EDT) 8929 Branch: perl 8930 ! regcomp.c regcomp.h regexec.c 8931____________________________________________________________________________ 8932[ 1119] By: gsar on 1998/06/11 17:42:07 8933 Log: make REG_INFTY default to something saner when sizeof(short) > 2 8934 Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys> 8935 Date: Thu, 11 Jun 1998 11:50:07 EDT 8936 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 8937 Subject: Re: [PATCH for tests] Regexp fails on long string 8938 Branch: perl 8939 ! regcomp.h 8940____________________________________________________________________________ 8941[ 1118] By: gsar on 1998/06/11 07:09:06 8942 Log: regen embedvar.h 8943 Branch: perl 8944 ! embedvar.h 8945____________________________________________________________________________ 8946[ 1117] By: gsar on 1998/06/11 06:45:52 8947 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8948 Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu> 8949 Subject: [PATCH 5.004_66] Bugs with (?{}), $^R and many-to-many subst 8950 Date: Wed, 10 Jun 1998 03:51:47 -0400 (EDT) 8951 Branch: perl 8952 ! interp.sym intrpvar.h op.c op.h perl.c regcomp.c regcomp.h 8953 ! regexec.c regexp.h t/op/pat.t t/op/subst.t 8954____________________________________________________________________________ 8955[ 1116] By: gsar on 1998/06/11 06:35:54 8956 Log: misc win32 fixes 8957 From: "Douglas Lankshear" <dougl@ActiveState.com> 8958 Subject: [PATCH 5.004_66] 8959 Date: Wed, 10 Jun 1998 11:28:27 -0700 8960 Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active> 8961 Branch: perl 8962 ! ObjXSub.h perl.c win32/Makefile win32/makefile.mk 8963____________________________________________________________________________ 8964[ 1115] By: gsar on 1998/06/11 06:33:21 8965 Log: Message-ID: <19980610005325.D162@cdata.tvnet.hu> 8966 Date: Wed, 10 Jun 1998 00:53:25 +0200 8967 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 8968 Subject: [PATCH for _66] Makefile.SH problem on dos/djgpp 8969 Branch: perl 8970 ! Makefile.SH 8971____________________________________________________________________________ 8972[ 1114] By: gsar on 1998/06/11 06:31:34 8973 Log: back out change#1111 and add alternative patch: 8974 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8975 Message-Id: <199806101538.LAA07293@monk.mps.ohio-state.edu> 8976 Subject: Re: PATCH for study/foo/ 8977 Date: Wed, 10 Jun 1998 11:38:58 -0400 (EDT) 8978 Branch: perl 8979 ! pp.c sv.c 8980____________________________________________________________________________ 8981[ 1113] By: gsar on 1998/06/11 02:59:23 8982 Log: fix outdated bytecode.pl 8983 Branch: perl 8984 ! bytecode.h bytecode.pl byterun.c byterun.h 8985____________________________________________________________________________ 8986[ 1112] By: gsar on 1998/06/10 07:56:06 8987 Log: Added patch, regenerated perly.c and perly.c.diff 8988 Message-Id: <m0ygCL8-000Eb3C@alias-2.pr.mcs.net> 8989 Date: Sun, 31 May 1998 12:56:14 -0500 (CDT) 8990 From: Stephen McCamant <alias@mcs.com> 8991 Subject: [PATCH] too many RV2GVs in *foo{THING} 8992 Branch: perl 8993 ! perly.c perly.c.diff perly.y t/op/gv.t 8994____________________________________________________________________________ 8995[ 1111] By: gsar on 1998/06/10 07:40:30 8996 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 8997 Message-Id: <199806100309.XAA04974@monk.mps.ohio-state.edu> 8998 Subject: Re: PATCH for study/foo/ 8999 Date: Tue, 9 Jun 1998 23:09:55 -0400 (EDT) 9000 Branch: perl 9001 ! pp.c 9002____________________________________________________________________________ 9003[ 1110] By: gsar on 1998/06/10 07:37:04 9004 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9005 Message-Id: <199806100219.WAA04865@monk.mps.ohio-state.edu> 9006 Subject: [PATCH 5.004_66] -DL and PERL_DEBUG_MSTATS unravelled 9007 Date: Tue, 9 Jun 1998 22:19:02 -0400 (EDT) 9008 Branch: perl 9009 ! pod/perldebug.pod 9010____________________________________________________________________________ 9011[ 1109] By: gsar on 1998/06/10 07:35:29 9012 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9013 Message-Id: <199806100302.XAA04958@monk.mps.ohio-state.edu> 9014 Subject: Re: [PATCH 5.004_66] REG_INFTY patch corrected 9015 Date: Tue, 9 Jun 1998 23:02:52 -0400 (EDT) 9016 Branch: perl 9017 ! regcomp.h 9018____________________________________________________________________________ 9019[ 1108] By: gsar on 1998/06/10 07:31:25 9020 Log: Added patch, tweaked other places affected by name change 9021 Message-ID: <19980610005417.G162@cdata.tvnet.hu> 9022 Date: Wed, 10 Jun 1998 00:54:17 +0200 9023 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 9024 Subject: [PATCH] file name DynaLoader.pm.PL is 8.3 unfriendly 9025 Branch: perl 9026 +> ext/DynaLoader/DynaLoader_pm.PL 9027 - ext/DynaLoader/DynaLoader.pm.PL 9028 ! MANIFEST ext/DynaLoader/Makefile.PL win32/Makefile 9029 ! win32/makefile.mk 9030____________________________________________________________________________ 9031[ 1107] By: gsar on 1998/06/10 07:24:20 9032 Log: Message-ID: <19980610005342.E162@cdata.tvnet.hu> 9033 Date: Wed, 10 Jun 1998 00:53:42 +0200 9034 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 9035 Subject: [PATCH for _66] new version of README.dos 9036 Branch: perl 9037 ! README.dos 9038____________________________________________________________________________ 9039[ 1106] By: gsar on 1998/06/10 07:22:31 9040 Log: Message-ID: <19980610005404.F162@cdata.tvnet.hu> 9041 Date: Wed, 10 Jun 1998 00:54:04 +0200 9042 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 9043 Subject: [PATCH for _66] op/taint.t problem on dos/djgpp 9044 Branch: perl 9045 ! t/op/taint.t 9046____________________________________________________________________________ 9047[ 1105] By: gsar on 1998/06/10 07:21:21 9048 Log: Applied patch, followed by tweaks to *.sym and `perl embed.pl` 9049 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9050 Message-Id: <199806090216.WAA02041@monk.mps.ohio-state.edu> 9051 Subject: [PATCH 5.004_66] Resend of RE cache patch (modified) 9052 Date: Mon, 8 Jun 1998 22:16:56 -0400 (EDT) 9053 Branch: perl 9054 ! embed.h embedvar.h global.sym intrpvar.h mg.c perl.h 9055 ! perlvars.h pp_ctl.c proto.h sv.c 9056____________________________________________________________________________ 9057[ 1104] By: gsar on 1998/06/10 07:06:01 9058 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9059 Message-Id: <199806090210.WAA02027@monk.mps.ohio-state.edu> 9060 Subject: Lost chunk of RE jumbo patch 9061 Date: Mon, 8 Jun 1998 22:10:52 -0400 (EDT) 9062 Branch: perl 9063 + t/op/regexp_noamp.t 9064____________________________________________________________________________ 9065[ 1103] By: gsar on 1998/06/10 07:04:20 9066 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9067 Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu> 9068 Subject: [PATCH 5.004_66] Combined OS/2 support 9069 Date: Mon, 8 Jun 1998 22:07:48 -0400 (EDT) 9070 Branch: perl 9071 ! os2/Changes os2/diff.configure os2/os2.c 9072____________________________________________________________________________ 9073[ 1102] By: gsar on 1998/06/10 07:00:08 9074 Log: Message-Id: <199803140103.UAA04839@monk.mps.ohio-state.edu> 9075 Date: Fri, 13 Mar 1998 20:03:52 EST 9076 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9077 Subject: [PATCH 5.004_62 5_004_04m1] pod2html again 9078 Branch: perl 9079 ! lib/Pod/Html.pm 9080____________________________________________________________________________ 9081[ 1101] By: gsar on 1998/06/10 06:55:20 9082 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9083 Subject: Re: 5.004_65 uninitialized variable regexec.c (2) 9084 Date: Thu, 28 May 1998 01:28:54 -0400 (EDT) 9085 Branch: perl 9086 ! regexec.c 9087____________________________________________________________________________ 9088[ 1100] By: gsar on 1998/06/10 06:52:50 9089 Log: updated MANIFEST for previous change 9090 Branch: perl 9091 ! MANIFEST 9092____________________________________________________________________________ 9093[ 1099] By: gsar on 1998/06/10 06:51:08 9094 Log: Mangled patch, needed hand-tweaks, along with binmode for rs.t: 9095 Message-Id: <3.0.5.32.19980605110840.009e12b0@ous.edu> 9096 Date: Fri, 05 Jun 1998 11:08:40 -0700 9097 From: Dan Sugalski <sugalskd@osshe.edu> 9098 Subject: Re: [PATCH 5.004_66]Add record read capability to <> 9099 Branch: perl 9100 + t/base/rs.t 9101 ! perl.h pod/perlvar.pod sv.c 9102____________________________________________________________________________ 9103[ 1098] By: gsar on 1998/06/10 06:36:59 9104 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 9105 Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk> 9106 Subject: [PATCH fror 5.004_66] DB_File-1.60 9107 Date: Thu, 4 Jun 1998 21:22:35 +0100 (BST) 9108 Branch: perl 9109 + ext/DB_File/dbinfo 9110 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm 9111 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-btree.t 9112 ! t/lib/db-hash.t t/lib/db-recno.t 9113____________________________________________________________________________ 9114[ 1097] By: gsar on 1998/06/10 06:33:16 9115 Log: Message-ID: <19980604134731.D24343@perlsupport.com> 9116 Date: Thu, 4 Jun 1998 13:47:31 -0400 9117 From: Chip Salzenberg <chip@perl.org> 9118 Subject: [PATCH] Invalidate method cache on C<local *subname> 9119 Branch: perl 9120 ! scope.c t/op/method.t 9121____________________________________________________________________________ 9122[ 1096] By: gsar on 1998/06/10 06:30:51 9123 Log: From: Norton Allen <allen@huarp.harvard.edu> 9124 Message-Id: <199806031908.PAA04183@bottesini.harvard.edu> 9125 Subject: [PATCH] _66 MM_Unix.pm for QNX 9126 Date: Wed, 3 Jun 1998 15:08:33 -0400 (edt) 9127 Branch: perl 9128 ! lib/ExtUtils/MM_Unix.pm 9129____________________________________________________________________________ 9130[ 1095] By: gsar on 1998/06/10 06:29:21 9131 Log: From: Norton Allen <allen@huarp.harvard.edu> 9132 Message-Id: <199806031909.PAA04358@bottesini.harvard.edu> 9133 Subject: [PATCH] _66 proto.h 9134 Date: Wed, 3 Jun 1998 15:09:14 -0400 (edt) 9135 Branch: perl 9136 ! proto.h 9137____________________________________________________________________________ 9138[ 1094] By: gsar on 1998/06/10 06:26:39 9139 Log: Applied relevant parts of: 9140 From: Paul Johnson <pjcj@transeda.com> 9141 Date: Wed, 3 Jun 1998 19:07:55 +0100 (BST) 9142 Message-Id: <199806031807.TAA04100@west-tip.transeda.com> 9143 Subject: [PATCH] Enhancing xsubpp's support for C++ 9144 Branch: perl 9145 ! lib/ExtUtils/xsubpp 9146____________________________________________________________________________ 9147[ 1093] By: gsar on 1998/06/10 06:22:54 9148 Log: Message-ID: <19980603112219.B7638@asic.sc.ti.com> 9149 Date: Wed, 3 Jun 1998 11:22:19 -0500 9150 From: Graham Barr <gbarr@ti.com> 9151 Subject: [PATCH perl5.004_04-m4] fix for undef as last arg to setsockopt 9152 Branch: perl 9153 ! pp_sys.c 9154____________________________________________________________________________ 9155[ 1092] By: gsar on 1998/06/10 06:20:44 9156 Log: Message-Id: <199806030919.KAA03527@sale-wts> 9157 Date: Wed, 3 Jun 1998 10:20:06 +0100 (BST) 9158 From: Alan Burlison <Alan.Burlison@UK.Sun.com> 9159 Subject: [PATCH 5.004_66] ExtUtils::Installed.pm and ExtUtils::Packlist.pm 9160 Branch: perl 9161 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm 9162____________________________________________________________________________ 9163[ 1091] By: gsar on 1998/06/10 06:18:42 9164 Log: Message-Id: <3.0.5.32.19980601122229.00a58420@ous.edu> 9165 Date: Mon, 01 Jun 1998 12:22:29 -0700 9166 From: SYSTEM@cedar.osshe.edu (by way of Dan Sugalski <sugalskd@ous.edu>) 9167 Subject: [PATCH 5.004_66] proto.h change to make byterun() visible to VMS 9168 Branch: perl 9169 ! proto.h 9170____________________________________________________________________________ 9171[ 1090] By: gsar on 1998/06/10 06:14:24 9172 Log: A tweaked version of: 9173 Date: Mon, 1 Jun 1998 12:05:47 -0700 9174 From: SYSTEM@cedar.osshe.edu 9175 Message-Id: <980601120547.20617d54@cedar.osshe.edu> 9176 Subject: [PATCH 5.004_66] Fix problem with SDBM makefile on VMS 9177 Branch: perl 9178 ! ext/SDBM_File/sdbm/Makefile.PL 9179____________________________________________________________________________ 9180[ 1089] By: gsar on 1998/06/10 05:58:00 9181 Log: Message-Id: <m0yfdd4-000Eb2C@alias-2.pr.mcs.net> 9182 Date: Fri, 29 May 1998 23:52:26 -0500 (CDT) 9183 From: Stephen McCamant <alias@mcs.com> 9184 Subject: [PATCH] Re: Uninitialised error from -M() 9185 Branch: perl 9186 ! op.c t/op/stat.t 9187____________________________________________________________________________ 9188[ 1088] By: gsar on 1998/06/10 05:55:24 9189 Log: Date: Sat, 30 May 1998 08:07:01 -0400 9190 From: lvirden@cas.org (Larry Virden) 9191 Message-Id: <199805301207.IAA08856@cas.org> 9192 Subject: PATCH for pod and warning notice 9193 Branch: perl 9194 ! pod/perlguts.pod 9195____________________________________________________________________________ 9196[ 1087] By: gsar on 1998/06/10 05:52:05 9197 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 9198 Date: Mon, 8 Jun 1998 14:45:36 -0400 (EDT) 9199 Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys> 9200 Subject: [PATCH 5.004_66] Config_66-01 9201 Branch: perl 9202 ! Configure MANIFEST Porting/Glossary Porting/config.sh 9203 ! Porting/config_H config_h.SH 9204____________________________________________________________________________ 9205[ 1086] By: gsar on 1998/06/10 05:46:38 9206 Log: Message-Id: <3.0.5.32.19980608161314.00a0a880@ous.edu> 9207 Date: Mon, 08 Jun 1998 16:13:14 -0700 9208 From: Dan Sugalski <sugalskd@osshe.edu> 9209 Subject: [PATCH 5.004_66] Documentation patch for Semaphore.pm 9210 Branch: perl 9211 ! ext/Thread/Thread/Semaphore.pm 9212____________________________________________________________________________ 9213[ 1085] By: gsar on 1998/06/10 05:44:44 9214 Log: Message-Id: <3.0.5.32.19980608161002.00a64a70@ous.edu> 9215 Date: Mon, 08 Jun 1998 16:10:02 -0700 9216 From: Dan Sugalski <sugalskd@osshe.edu> 9217 Subject: [PATCH 5.004_66]Doc & feature patch for Thread::Queue 9218 Branch: perl 9219 - vms/descrip.mms 9220 ! ext/Thread/Thread/Queue.pm 9221____________________________________________________________________________ 9222[ 1084] By: gsar on 1998/06/10 05:38:11 9223 Log: Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu> 9224 Date: Mon, 08 Jun 1998 15:38:28 -0700 9225 From: Dan Sugalski <sugalskd@osshe.edu> 9226 Subject: [PATCH POINTER 5.004_66]A configuration system for VMS perl 9227 Branch: perl 9228 + configure.com vms/descrip_mms.template vms/munchconfig.c 9229 + vms/subconfigure.com 9230 - vms/config.vms vms/fndvers.com 9231 ! MANIFEST README.vms lib/ExtUtils/MM_VMS.pm 9232____________________________________________________________________________ 9233[ 1083] By: gsar on 1998/06/10 05:07:04 9234 Log: xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), a 9235 variant of: 9236 Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu> 9237 Date: Sat, 13 Dec 1997 07:31:02 EST 9238 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9239 Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS 9240 Branch: perl 9241 ! XSUB.h lib/ExtUtils/xsubpp pod/perlxs.pod 9242____________________________________________________________________________ 9243[ 1082] By: gsar on 1998/06/10 04:52:26 9244 Log: add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu> 9245 (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65) 9246 Branch: perl 9247 ! malloc.c 9248____________________________________________________________________________ 9249[ 1081] By: gsar on 1998/06/10 03:45:10 9250 Log: reverse integrate contents of win32 branch into mainline 9251 Branch: perl 9252 !> (integrate 44 files) 9253____________________________________________________________________________ 9254[ 1080] By: gsar on 1998/06/09 17:37:55 9255 Log: `p4 integrate -b ASPerl && p4 resolve -at` 9256 Branch: asperl 9257 !> (integrate 43 files) 9258____________________________________________________________________________ 9259[ 1079] By: gsar on 1998/06/09 00:59:06 9260 Log: add examples of diff(1) usage 9261 Branch: win32/perl 9262 ! Porting/patching.pod 9263____________________________________________________________________________ 9264[ 1078] By: gsar on 1998/06/09 00:52:23 9265 Log: undo change#1077 9266 Branch: win32/perl 9267 ! sv.c 9268____________________________________________________________________________ 9269[ 1077] By: gsar on 1998/06/06 16:47:32 9270 Log: make sv_setsv() treat freed SVs like SVt_NULL 9271 Branch: win32/perl 9272 ! sv.c 9273____________________________________________________________________________ 9274[ 1076] By: gsar on 1998/06/05 19:03:14 9275 Log: delete undiscussed AS changes for PPD (broke .packlist 9276 mechanism) 9277 Branch: win32/perl 9278 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm 9279____________________________________________________________________________ 9280[ 1075] By: gsar on 1998/06/05 18:18:44 9281 Log: add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clash 9282 with the xsubpp-generated symbol) 9283 Branch: win32/perl 9284 ! ObjXSub.h perl.c perl.h pp_ctl.c pp_hot.c toke.c 9285 ! win32/dl_win32.xs 9286____________________________________________________________________________ 9287[ 1074] By: gsar on 1998/06/04 22:45:18 9288 Log: add AS patch#25 (allow B build with -DPERL_OBJECT) 9289 Branch: win32/perl 9290 ! ObjXSub.h byterun.h embed.h embedvar.h ext/B/B.xs intrpvar.h 9291 ! objpp.h proto.h util.c win32/Makefile win32/makefile.mk 9292____________________________________________________________________________ 9293[ 1073] By: nick on 1998/06/04 17:18:14 9294 Log: resolve -at win32 branch into ansiperl 9295 Branch: ansiperl 9296 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h 9297 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht 9298 +> t/lib/h2ph.t win32/GenCAPI.pl 9299 !> (integrate 127 files) 9300____________________________________________________________________________ 9301[ 1072] By: gsar on 1998/06/04 01:49:24 9302 Log: document CORE::GLOBAL:: and global overriding, fix up 9303 File::DosGlob, testsuited and all 9304 Branch: win32/perl 9305 ! lib/File/DosGlob.pm pod/perlsub.pod t/lib/dosglob.t 9306____________________________________________________________________________ 9307[ 1071] By: gsar on 1998/06/03 22:12:55 9308 Log: add AS patch#24, remove one other instance of error_no 9309 that was missed (patch#23 was intentionally skipped) 9310 Branch: win32/perl 9311 ! embedvar.h globals.c perlvars.h win32/makedef.pl 9312 ! win32/runperl.c 9313____________________________________________________________________________ 9314[ 1070] By: gsar on 1998/06/01 19:42:06 9315 Log: fix Liblist.pm to tolerate backslashen in paths 9316 Branch: win32/perl 9317 ! lib/ExtUtils/Liblist.pm 9318____________________________________________________________________________ 9319[ 1069] By: gsar on 1998/06/01 07:43:02 9320 Log: @INC construction on win32 cleaned up 9321 - perl.dll location based paths should be much more reliable now 9322 - registry stuff unchanged 9323 - Config.pm now has all the installfoolib entries for MakeMaker et al 9324 Branch: win32/perl 9325 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc 9326 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 9327 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk 9328 ! win32/runperl.c win32/win32.c win32/win32.h 9329____________________________________________________________________________ 9330[ 1068] By: gsar on 1998/05/31 21:52:18 9331 Log: semctl tweak 9332 Message-Id: <199805312127.QAA06750@gbarr.connect.net> 9333 Date: Sun, 31 May 1998 16:27:33 CDT 9334 From: Graham Barr <gbarr@pobox.com> 9335 Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 9336 Branch: win32/perl 9337 ! doio.c 9338____________________________________________________________________________ 9339[ 1067] By: gsar on 1998/05/31 21:07:44 9340 Log: minimal fix to enable compiling with -DMULTIPLICITY 9341 (non-threadsafe regcomp.c globals need revisiting) 9342 Branch: win32/perl 9343 ! ObjXSub.h embedvar.h interp.sym intrpvar.h regcomp.c 9344 ! win32/GenCAPI.pl win32/makedef.pl 9345____________________________________________________________________________ 9346[ 1066] By: gsar on 1998/05/30 21:35:37 9347 Log: integrate mainline changes (ASPerl branch is identical to 9348 win32 branch as of this change) 9349 Branch: asperl 9350 !> MANIFEST Todo.5.005 embed.h ext/POSIX/POSIX.xs global.sym 9351 !> lib/ExtUtils/Mksymlists.pm pod/perldelta.pod pp_sys.c 9352 !> t/op/ipcmsg.t t/op/ipcsem.t win32/Makefile win32/config.bc 9353 !> win32/config.gc win32/config.vc win32/config_H.bc 9354 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk 9355____________________________________________________________________________ 9356[ 1065] By: gsar on 1998/05/30 21:13:06 9357 Log: change#1060 was inexplicably missing some of the "ensure 9358 AS stuff does no harm" fixes 9359 Branch: win32/perl 9360 ! embed.h global.sym win32/Makefile win32/makefile.mk 9361____________________________________________________________________________ 9362[ 1064] By: gsar on 1998/05/30 21:10:27 9363 Log: integrate mainline to pick up trivial changes 9364 Branch: win32/perl 9365 !> MANIFEST pp_sys.c 9366 9367---------------- 9368Version 5.004_66 9369---------------- 9370 9371____________________________________________________________________________ 9372[ 1063] By: mbeattie on 1998/05/29 15:19:55 9373 Log: Remove duplicate win32/TEST line from MANIFEST. 9374 Branch: perl 9375 ! MANIFEST 9376____________________________________________________________________________ 9377[ 1062] By: mbeattie on 1998/05/29 15:18:33 9378 Log: Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi). 9379 Branch: perl 9380 ! pp_sys.c 9381____________________________________________________________________________ 9382[ 1061] By: mbeattie on 1998/05/29 12:02:17 9383 Log: Integrate from win32 branch into mainline (this now pulls in the 9384 asperl stuff). 9385 Branch: perl 9386 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h 9387 +> ipsock.h ipstdio.h objpp.h t/lib/h2ph.h t/lib/h2ph.pht 9388 +> t/lib/h2ph.t win32/GenCAPI.pl 9389 !> (integrate 104 files) 9390____________________________________________________________________________ 9391[ 1060] By: gsar on 1998/05/29 11:05:50 9392 Log: reverse integrate asperl branch contents (phew!) 9393 - various fixups to ensure AS stuff does no harm 9394 - adjust win32/makefiles for the new directory layout (new layout 9395 looks rather a muddle--needs rework) 9396 - verified build & test on NT and Solaris/gcc 9397 Branch: win32/perl 9398 +> ObjXSub.h XSLock.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h 9399 +> ipsock.h ipstdio.h objpp.h win32/GenCAPI.pl 9400 ! ext/POSIX/POSIX.xs lib/ExtUtils/Mksymlists.pm win32/Makefile 9401 ! win32/config.bc win32/config.gc win32/config.vc 9402 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 9403 ! win32/makefile.mk 9404 !> (integrate 77 files) 9405____________________________________________________________________________ 9406[ 1059] By: gsar on 1998/05/29 08:33:56 9407 Log: asperl branch verified to build w/o PERL_OBJECT on Solaris and NT 9408 Branch: asperl 9409 ! util.c 9410____________________________________________________________________________ 9411[ 1058] By: gsar on 1998/05/29 08:31:09 9412 Log: type xtext for *.t that were missing it 9413 Branch: asperl 9414 ! t/lib/thread.t t/op/nothread.t 9415____________________________________________________________________________ 9416[ 1057] By: gsar on 1998/05/29 08:28:46 9417 Log: stray t/op/ipc*.t fixups 9418 Branch: win32/perl 9419 ! t/op/ipcmsg.t t/op/ipcsem.t 9420____________________________________________________________________________ 9421[ 1056] By: gsar on 1998/05/29 07:41:49 9422 Log: fixups to make it build and pass tests under both compilers 9423 Branch: asperl 9424 ! ObjXSub.h objpp.h proto.h 9425____________________________________________________________________________ 9426[ 1055] By: gsar on 1998/05/29 07:22:51 9427 Log: integrate mainline changes 9428 Branch: asperl 9429 +> t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t 9430 !> (integrate 69 files) 9431 Branch: win32/perl 9432 ! Todo.5.005 pod/perldelta.pod 9433____________________________________________________________________________ 9434[ 1054] By: gsar on 1998/05/29 05:04:03 9435 Log: add a txt_compare() routine to t/h2ph.t for DOSISH sanity 9436 Branch: win32/perl 9437 ! t/lib/h2ph.t 9438____________________________________________________________________________ 9439[ 1053] By: gsar on 1998/05/29 05:01:54 9440 Log: misc changes 9441 - remove code that works around lack of I_STDARG (we're a happy ANSI family) 9442 - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports 9443 Branch: win32/perl 9444 ! deb.c dump.c ext/DynaLoader/dlutils.c ext/POSIX/POSIX.xs 9445 ! perl.h perlio.c proto.h regcomp.c run.c scope.c sv.c util.c 9446 ! x2p/util.c x2p/util.h 9447____________________________________________________________________________ 9448[ 1052] By: gsar on 1998/05/29 02:31:44 9449 Log: merge changes#1014,1038 from maintbranch 9450 Branch: win32/perl 9451 + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t 9452 ! MANIFEST Makefile.SH doio.c ext/POSIX/POSIX.xs gv.c 9453 ! lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm pod/perldebug.pod 9454 ! pod/perldiag.pod pod/perlfunc.pod pod/perlop.pod 9455 ! pod/perlre.pod pod/perltie.pod pod/perltrap.pod sv.c 9456 ! t/io/pipe.t utils/h2ph.PL 9457____________________________________________________________________________ 9458[ 1051] By: gsar on 1998/05/29 01:38:51 9459 Log: regenerate win32/config_H.?c 9460 Branch: win32/perl 9461 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 9462____________________________________________________________________________ 9463[ 1050] By: gsar on 1998/05/29 01:32:41 9464 Log: integrate mainline 9465 Branch: win32/perl 9466 ! win32/Makefile win32/makefile.mk 9467 !> Configure INSTALL MANIFEST Porting/Glossary Porting/config.sh 9468 !> Porting/config_H Porting/patching.pod config_h.SH doio.c 9469 !> ext/POSIX/hints/sunos_4.pl hints/bsdos.sh hints/openbsd.sh 9470 !> hints/solaris_2.sh hints/sunos_4_1.sh hints/svr4.sh 9471 !> lib/FileHandle.pm patchlevel.h perl.h plan9/config.plan9 9472 !> vms/config.vms win32/config.bc win32/config.gc win32/config.vc 9473____________________________________________________________________________ 9474[ 1049] By: gsar on 1998/05/29 00:57:05 9475 Log: fix various shenanigans with C<environ>, BC and VC builds now pass 9476 all tests 9477 Branch: asperl 9478 ! globals.c win32/Makefile win32/makefile.mk win32/runperl.c 9479 ! win32/win32.h win32/win32iop.h 9480____________________________________________________________________________ 9481[ 1048] By: mbeattie on 1998/05/28 18:07:24 9482 Log: Integrated win32 branch into mainline. The changes to t/op/ipc*.t 9483 in change 1043 clashed badly with changes made in the win32 9484 branch. I did an accept on the win32 branch version for now. 9485 Branch: perl 9486 +> t/op/die.t 9487 !> (integrate 52 files) 9488____________________________________________________________________________ 9489[ 1047] By: mbeattie on 1998/05/28 17:59:18 9490 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 9491 Subject: [PATCH 5.004_65] Config_65-02-03.diff: SunOS and Solaris hints 9492 Date: Thu, 28 May 1998 13:27:25 -0400 (EDT) 9493 Subject: [PATCH 5.004_65] Config_65-03-04.diff: semctl probing 9494 Date: Thu, 28 May 1998 13:28:21 -0400 (EDT) 9495 Branch: perl 9496 ! Configure MANIFEST Porting/Glossary Porting/config.sh 9497 ! Porting/config_H config_h.SH doio.c ext/POSIX/hints/sunos_4.pl 9498 ! hints/solaris_2.sh hints/sunos_4_1.sh perl.h vms/config.vms 9499 ! win32/config.bc win32/config.gc win32/config.vc 9500____________________________________________________________________________ 9501[ 1046] By: mbeattie on 1998/05/28 17:55:48 9502 Log: Back out change 1043 since Andy's forthcoming Config patch 9503 includes a modified version. 9504 Branch: perl 9505 ! Configure config_h.SH doio.c perl.h 9506____________________________________________________________________________ 9507[ 1045] By: mbeattie on 1998/05/28 17:52:40 9508 Log: Bump patchlevel.h to 66. 9509 Branch: perl 9510 ! patchlevel.h 9511____________________________________________________________________________ 9512[ 1044] By: mbeattie on 1998/05/28 17:51:49 9513 Log: From: Daniel Grisinger <dgris@perrin.dimensional.com> 9514 Subject: [PATCH] _04m2 <DOC> perlfunc.pod (fwd) 9515 Date: Fri, 15 May 1998 16:18:26 -0600 (MDT) 9516 (above minus the t/system.t test pending checking) 9517 Subject: [PATCH] 5.004[04|65] <DOC> FileHandle.pm 9518 Date: Wed, 20 May 1998 19:50:50 -0600 (MDT) 9519 Subject: [PATCH] _65 and _04 <DOC> patching.pod 9520 Date: Thu, 21 May 1998 16:33:03 -0600 (MDT) 9521 Branch: perl 9522 ! Porting/patching.pod lib/FileHandle.pm pod/perlfunc.pod 9523____________________________________________________________________________ 9524[ 1043] By: mbeattie on 1998/05/28 17:42:21 9525 Log: This change really is: 9526 Subject: [PATCH] 5.004_65: the infamous semctl() 9527 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST) 9528 From: Jarkko Hietaniemi <jhi@iki.fi> 9529 9530 Change 1041 claimed to be this patch but was really: 9531 Subject: [PATCH] 5.004_65: t/op/ipc*.t 9532 Date: Sat, 16 May 1998 00:52:39 +0300 (EET DST) 9533 From: Jarkko Hietaniemi <jhi@iki.fi> 9534 Branch: perl 9535 ! Configure config_h.SH doio.c perl.h 9536____________________________________________________________________________ 9537[ 1042] By: mbeattie on 1998/05/28 17:36:57 9538 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 9539 Subject: [PATCH 5.004_65] Config_65-01: lchown() detection. 9540 Date: Thu, 28 May 1998 13:25:21 -0400 (EDT) 9541 Subject: [PATCH 5.004_65] Config_65-01-02.diff: INSTALL and hints fixes 9542 Date: Thu, 28 May 1998 13:26:18 -0400 (EDT) 9543 Branch: perl 9544 ! Configure INSTALL Porting/Glossary Porting/config.sh 9545 ! Porting/config_H config_h.SH doio.c hints/bsdos.sh 9546 ! hints/openbsd.sh hints/svr4.sh plan9/config.plan9 9547 ! vms/config.vms win32/config.bc win32/config.gc win32/config.vc 9548____________________________________________________________________________ 9549[ 1041] By: mbeattie on 1998/05/28 17:34:26 9550 Log: Subject: [PATCH] 5.004_65: the infamous semctl() 9551 Date: Sun, 24 May 1998 16:13:21 +0300 (EET DST) 9552 From: Jarkko Hietaniemi <jhi@iki.fi> 9553 Branch: perl 9554 ! t/op/ipcmsg.t t/op/ipcsem.t 9555____________________________________________________________________________ 9556[ 1040] By: gsar on 1998/05/28 02:06:47 9557 Log: tweaks to enable Borland build 9558 Branch: asperl 9559 ! win32/makefile.mk win32/win32.c 9560____________________________________________________________________________ 9561[ 1039] By: gsar on 1998/05/27 23:29:22 9562 Log: remove C<#define index strchr> from win32.h (unused, and the 9563 pollution causes spurious variable name changes in extensions) 9564 Branch: win32/perl 9565 ! win32/win32.h 9566____________________________________________________________________________ 9567[ 1038] By: TimBunce on 1998/05/27 17:29:15 9568 Log: Assorted patches: 9569 9570 ------ BUILD PROCESS ------ 9571 9572 Title: "add utilities to make test dependencies" 9573 From: Robin Barker <rmb1@cise.npl.co.uk> 9574 Msg-ID: <2607.9805211303@tempest.cise.npl.co.uk> 9575 Files: Makefile.SH 9576 9577 Title: "Add 'make nok' complement to 'make ok'" 9578 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 9579 Msg-ID: <E0ycRDf-0005Wh-00@taurus.cus.cam.ac.uk> 9580 Files: Makefile.SH 9581 9582 Title: "further h2ph patches (add enum support)" 9583 From: Billy <wdconsta@cs.adelaide.edu.au> 9584 Msg-ID: <Pine.SV4.3.93.980521025541.14577A-100000@xenon.teaching.cs.adelaide.edu.au> 9585 Files: MANIFEST t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL 9586 9587 ------ CORE LANGUAGE ------ 9588 9589 Title: "Fix %! error spelling and add perldiag.pod entry" 9590 From: Graham Barr <gbarr@pobox.com>, Tim Bunce 9591 Msg-ID: <19980524193101.A573@pobox.com> 9592 Files: pod/perldiag.pod gv.c 9593 9594 Title: "Remove obsolete Win32 uppercasing ENV code" 9595 From: Gurusamy Sarathy <gsar@engin.umich.edu> 9596 Msg-ID: <199805201510.LAA28676@aatma.engin.umich.edu> 9597 Files: perl.c 9598 9599 Title: "Don't mung $! on implicit close" 9600 From: Chip Salzenberg <chip@perl.org> 9601 Msg-ID: <19980525113309.A15845@perlsupport.com> 9602 Files: doio.c 9603 9604 Title: "Maint trial 3 fails on SunOS 4.1.3 with Sun cc" 9605 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 9606 Msg-ID: <Pine.SUN.3.96.980527113114.26608D-100000@newton.phys> 9607 Files: doio.c 9608 9609 ------ DOCUMENTATION ------ 9610 9611 Title: "doc patch: you canna return an array ( list context: || vs or)" 9612 From: Jarkko Hietaniemi <jhi@cc.hut.fi> 9613 Msg-ID: <oeeemxguf5h.fsf_-_@alpha.hut.fi> 9614 Files: pod/perldebug.pod pod/perlfunc.pod pod/perltie.pod pod/perltrap.pod 9615 9616 Title: "doc patch: @ needs escaping in m/\Q\E/ environment" 9617 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 9618 Msg-ID: <E0yecim-0002qr-00@taurus.cus.cam.ac.uk> 9619 Files: pod/perlop.pod pod/perlre.pod 9620 9621 Title: "Discrepancy between perlop.pod and m// operator", "Doc fix: Only 9622 with /g does list context get matches without parens" 9623 From: Greg Chapman <glc@well.com>, Tom Christiansen 9624 <tchrist@jhereg.perl.com>, Tom Phoenix 9625 <rootbeer@teleport.com> 9626 Msg-ID: <000201bd865e$f3bf72e0$1f04400c@assigned.well.com>, 9627 <199805231559.JAA21316@jhereg.perl.com>, 9628 <Pine.GSO.3.96.980523084947.22348I-100000@user2.teleport.com> 9629 Files: pod/perlop.pod 9630 9631 Title: "Documenting last/next/redo even further" 9632 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix 9633 <rootbeer@teleport.com> 9634 Msg-ID: <E0yec2h-0000B9-00@taurus.cus.cam.ac.uk>, 9635 <Pine.GSO.3.96.980526111426.27437K-100000@user2.teleport.com> 9636 Files: pod/perlfunc.pod 9637 9638 Title: "Documenting last/next/redo within continue block" 9639 From: Tom Phoenix <rootbeer@teleport.com> 9640 Msg-ID: <Pine.GSO.3.96.980525214558.7133H-100000@user2.teleport.com> 9641 Files: pod/perlfunc.pod 9642 9643 Title: "Document stat return in scalar context" 9644 From: Mark-Jason Dominus <mjd@plover.com> 9645 Files: pod/perlfunc.pod 9646 9647 ------ EXTENSIONS ------ 9648 9649 Title: "Better LD_RUN_PATH handling on IRIX" 9650 From: "W. Phillip Moore" <wpm@ms.com> 9651 Msg-ID: <199805212206.SAA07504@zappa.morgan.com> 9652 Files: lib/ExtUtils/MM_Unix.pm 9653 9654 Title: "Dealing with <unistd.h> in POSIX and SunOS" 9655 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 9656 Msg-ID: <Pine.SUN.3.96.980527115256.26608F-100000@newton.phys> 9657 Files: ext/POSIX/hints/sunos_4.pl hints/sunos_4_1.sh ext/POSIX/POSIX.xs 9658 9659 ------ LIBRARY ------ 9660 9661 Title: "Fix FileHandle.pm example bug" 9662 From: Daniel Grisinger <dgris@perrin.dimensional.com> 9663 Msg-ID: <Pine.LNX.3.96.980520194825.10845C-100000@perrin.dimensional.com> 9664 Files: lib/FileHandle.pm 9665 9666 Title: "Add zero/negative $count docs for Benchmark.pm" 9667 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 9668 Msg-ID: <E0ydEAr-0006NV-00@taurus.cus.cam.ac.uk> 9669 Files: lib/Benchmark.pm 9670 9671 ------ PORTABILITY - GENERAL ------ 9672 9673 Title: "Add test suite recommendations to Porting/patching.pod" 9674 From: Daniel Grisinger <dgris@perrin.dimensional.com> 9675 Msg-ID: <Pine.LNX.3.96.980521162925.3568B-100000@perrin.dimensional.com> 9676 Files: Porting/patching.pod 9677 9678 ------ TESTS ------ 9679 9680 Title: "Fix looping bug in t/io/pipe.t" 9681 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 9682 Msg-ID: <E0yc737-0006fB-00@taurus.cus.cam.ac.uk> 9683 Files: t/io/pipe.t 9684 Branch: maint-5.004/perl 9685 ! MANIFEST Makefile.SH Porting/patching.pod doio.c 9686 ! ext/POSIX/POSIX.xs ext/POSIX/hints/sunos_4.pl gv.c 9687 ! hints/sunos_4_1.sh lib/Benchmark.pm lib/ExtUtils/MM_Unix.pm 9688 ! lib/FileHandle.pm perl.c pod/perldebug.pod pod/perldiag.pod 9689 ! pod/perlfunc.pod pod/perlop.pod pod/perlre.pod pod/perltie.pod 9690 ! pod/perltrap.pod t/io/pipe.t t/lib/h2ph.pht t/lib/h2ph.t 9691 ! utils/h2ph.PL 9692____________________________________________________________________________ 9693[ 1037] By: gsar on 1998/05/27 16:18:30 9694 Log: add AS patch#22 (fix to make die_exit.t pass) 9695 Branch: asperl 9696 ! win32/runperl.c 9697____________________________________________________________________________ 9698[ 1036] By: gsar on 1998/05/27 12:50:34 9699 Log: add AS patch#21 (misc. fixes) 9700 Branch: asperl 9701 ! ObjXSub.h lib/ExtUtils/MM_Unix.pm objpp.h perl.h 9702 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk 9703 ! win32/win32.c win32/win32sck.c 9704____________________________________________________________________________ 9705[ 1035] By: gsar on 1998/05/26 17:26:17 9706 Log: more changes to satisfy non-debug VC build (C-API doesn't 9707 build, and the testsuite still won't run) 9708 Branch: asperl 9709 ! ObjXSub.h deb.c dump.c ext/POSIX/POSIX.xs globals.c proto.h 9710 ! regcomp.c run.c scope.c sv.c util.c win32/GenCAPI.pl 9711____________________________________________________________________________ 9712[ 1034] By: gsar on 1998/05/26 17:20:22 9713 Log: remove doubled hunk (perforce auto-integrate oddity) 9714 Branch: win32/perl 9715 ! pod/perldiag.pod 9716____________________________________________________________________________ 9717[ 1033] By: gsar on 1998/05/26 13:39:14 9718 Log: tweaks to make it build with the Borland compiler. Won't run 9719 testsuite because @INC intuition from location of perlcore.dll seems 9720 to be broken. Also, system() and qx// seem broken as well. 9721 Branch: asperl 9722 ! ObjXSub.h doio.c embedvar.h ext/POSIX/POSIX.xs interp.sym 9723 ! intrpvar.h objpp.h perl.c perl.h perlvars.h proto.h regcomp.c 9724 ! regexec.c toke.c 9725____________________________________________________________________________ 9726[ 1032] By: gsar on 1998/05/24 23:13:05 9727 Log: tweak Benchmark.pm to restore old timestr() behavior--show wall secs 9728 Branch: win32/perl 9729 ! lib/Benchmark.pm 9730____________________________________________________________________________ 9731[ 1031] By: gsar on 1998/05/24 05:36:44 9732 Log: tweak makefiles 9733 Branch: asperl 9734 ! win32/Makefile win32/makefile.mk 9735____________________________________________________________________________ 9736[ 1030] By: gsar on 1998/05/23 18:58:23 9737 Log: merge changes#1016,1018 from maintbranch (1017 is n/a) 9738 Branch: win32/perl 9739 ! pp_sys.c t/op/die.t 9740____________________________________________________________________________ 9741[ 1029] By: gsar on 1998/05/23 18:55:13 9742 Log: merge change#1015 from maintbranch (must revisit 1014 later, is 9743 incomplete) 9744 Branch: win32/perl 9745 ! embed.h global.sym op.c pp.c proto.h sv.c 9746____________________________________________________________________________ 9747[ 1028] By: gsar on 1998/05/23 18:25:14 9748 Log: merge change#1013 from maintbranch (1012 is n/a) 9749 Branch: win32/perl 9750 ! toke.c 9751____________________________________________________________________________ 9752[ 1027] By: gsar on 1998/05/23 18:02:21 9753 Log: merge change#1011 from maintbranch 9754 Branch: win32/perl 9755 ! perl.c pod/perldiag.pod pod/perlfunc.pod pp_ctl.c 9756 ! utils/perlbug.PL 9757____________________________________________________________________________ 9758[ 1026] By: nick on 1998/05/23 08:45:04 9759 Log: Ids of msgs and sems can be zero, so change || die to a defined() test 9760 Branch: win32/perl 9761 ! t/op/ipcmsg.t t/op/ipcsem.t 9762____________________________________________________________________________ 9763[ 1025] By: nick on 1998/05/23 08:36:36 9764 Log: Resolve win32 into ansiperl 9765 Branch: ansiperl 9766 +> t/op/die.t 9767 !> (integrate 42 files) 9768____________________________________________________________________________ 9769[ 1024] By: gsar on 1998/05/21 21:11:12 9770 Log: more mingw32 tweaks 9771 Branch: win32/perl 9772 ! ext/POSIX/POSIX.xs t/pragma/locale.t 9773____________________________________________________________________________ 9774[ 1023] By: gsar on 1998/05/21 19:15:02 9775 Log: fix problematic change#965 from maintbranch 9776 Message-Id: <199805162145.RAA02552@monk.mps.ohio-state.edu> 9777 Date: Sat, 16 May 1998 17:45:22 EDT 9778 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 9779 Subject: Re: Not OK (after all) : perl 5.00404 +MAINT_TRIAL_3 on sun4-solaris 2.5 9780 Branch: win32/perl 9781 ! gv.c op.c t/comp/proto.t 9782____________________________________________________________________________ 9783[ 1022] By: gsar on 1998/05/21 01:37:04 9784 Log: fix POSIX for mingw32 9785 Branch: win32/perl 9786 ! ext/POSIX/POSIX.xs win32/config.gc win32/config_H.gc 9787____________________________________________________________________________ 9788[ 1021] By: gsar on 1998/05/20 15:02:21 9789 Log: remove strupr() from perl.c 9790 Branch: win32/perl 9791 ! perl.c 9792____________________________________________________________________________ 9793[ 1020] By: TimBunce on 1998/05/19 22:41:40 9794 Log: Title: "fix up descrepancy in h2ph test" 9795 From: Tim Bunce 9796 Files: t/lib/h2ph.pht 9797 Branch: maint-5.004/perl 9798 ! t/lib/h2ph.pht 9799____________________________________________________________________________ 9800[ 1019] By: TimBunce on 1998/05/19 22:17:15 9801 Log: Title: "add a test to check return value from successful s/// (there was none!)" 9802 From: Gurusamy Sarathy <gsar@engin.umich.edu> 9803 Msg-ID: <199805161759.NAA12995@aatma.engin.umich.edu> 9804 Files: t/op/subst.t 9805 9806 Title: "fix up descrepancy in h2ph test" 9807 From: Tim Bunce 9808 Files: t/lib/h2ph.t 9809 Branch: maint-5.004/perl 9810 ! t/lib/h2ph.t t/op/subst.t 9811____________________________________________________________________________ 9812[ 1018] By: TimBunce on 1998/05/19 21:56:32 9813 Log: Title: "fix mem leak and core dump from change 1016" 9814 From: Tim Bunce 9815 Files: pp_sys.c 9816 Branch: maint-5.004/perl 9817 ! pp_sys.c 9818____________________________________________________________________________ 9819[ 1017] By: TimBunce on 1998/05/19 21:26:03 9820 Log: Title: "qsort, Win32 "POSIX" plus other devel changes for patch-compatibility" 9821 From: Gurusamy Sarathy <gsar@engin.umich.edu> 9822 Files: MANIFEST cflags.SH pod/perlembed.pod pod/perlfunc.pod 9823 pod/perlguts.pod pod/perlref.pod pod/perlrun.pod 9824 pod/perlxstut.pod av.h embed.h hv.h op.h perl.h pp.h 9825 proto.h Todo av.c cygwin32/perlgcc cygwin32/perlld deb.c 9826 doio.c doop.c ext/ODBM_File/ODBM_File.xs 9827 ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs 9828 gv.c hv.c interp.sym lib/AutoSplit.pm lib/Cwd.pm 9829 lib/FindBin.pm lib/strict.pm lib/ExtUtils/Command.pm 9830 lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm 9831 lib/ExtUtils/Manifest.pm lib/File/Basename.pm 9832 lib/File/Find.pm lib/File/Path.pm lib/Getopt/Long.pm 9833 lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm 9834 lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm mg.c 9835 op.c perl.c pod/pod2latex.PL pod/pod2man.PL pp.c pp_ctl.c 9836 pp_hot.c pp_sys.c scope.c sv.c t/lib/posix.t 9837 t/pragma/locale.t utils/perldoc.PL win32/win32.h toke.c 9838 universal.c util.c win32/Makefile win32/config_H.bc 9839 win32/config_H.vc win32/dl_win32.xs win32/makedef.pl 9840 win32/makefile.mk win32/perlglob.c win32/runperl.c 9841 win32/win32.c win32/win32sck.c x2p/s2p.PL 9842 Branch: maint-5.004/perl 9843 ! MANIFEST Todo av.c av.h cflags.SH cygwin32/perlgcc 9844 ! cygwin32/perlld deb.c doio.c doop.c embed.h 9845 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/Makefile.PL 9846 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs gv.c hv.c hv.h 9847 ! interp.sym lib/AutoSplit.pm lib/Cwd.pm lib/ExtUtils/Command.pm 9848 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm 9849 ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm 9850 ! lib/File/Path.pm lib/FindBin.pm lib/Getopt/Long.pm 9851 ! lib/Getopt/Std.pm lib/Net/Ping.pm lib/Pod/Html.pm 9852 ! lib/Pod/Text.pm lib/Term/Cap.pm lib/Test/Harness.pm 9853 ! lib/strict.pm mg.c op.c op.h perl.c perl.h pod/perlembed.pod 9854 ! pod/perlfunc.pod pod/perlguts.pod pod/perlref.pod 9855 ! pod/perlrun.pod pod/perlxstut.pod pod/pod2latex.PL 9856 ! pod/pod2man.PL pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h 9857 ! scope.c sv.c t/lib/posix.t t/pragma/locale.t toke.c 9858 ! universal.c util.c utils/perldoc.PL win32/Makefile 9859 ! win32/config_H.bc win32/config_H.vc win32/dl_win32.xs 9860 ! win32/makedef.pl win32/makefile.mk win32/perlglob.c 9861 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32sck.c 9862 ! x2p/s2p.PL 9863____________________________________________________________________________ 9864[ 1016] By: TimBunce on 1998/05/19 20:37:42 9865 Log: Title: "eval { die $obj }; die; calls $obj->PROPAGATE" 9866 From: Graham Barr <gbarr@ti.com> 9867 Msg-ID: <3561D147.7F3E0C88@ti.com> 9868 Files: pp_sys.c t/op/die.t 9869 Branch: maint-5.004/perl 9870 ! pp_sys.c t/op/die.t 9871____________________________________________________________________________ 9872[ 1015] By: TimBunce on 1998/05/19 20:07:01 9873 Log: Title: "loosen const sub re-defined warnings" 9874 From: Doug MacEachern <dougm@pobox.com> 9875 Msg-ID: <355F713B.6A4C0F04@pobox.com> 9876 Files: proto.h global.sym op.c pp.c sv.c 9877 Branch: maint-5.004/perl 9878 ! global.sym op.c pp.c proto.h sv.c 9879____________________________________________________________________________ 9880[ 1014] By: TimBunce on 1998/05/19 19:48:18 9881 Log: Title: "s/FORMLINE/FORMAT/ in sv.c" 9882 From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 9883 Msg-ID: <l03130303b1837a243670@[194.222.64.89]> 9884 Files: sv.c 9885 9886 Title: "Further h2ph patches (including a test suite)" 9887 From: Billy <wdconsta@cs.adelaide.edu.au> 9888 Msg-ID: <Pine.SV4.3.93.980516234652.2100A-100000@xenon.teaching.cs.adelaide.edu.au> 9889 Files: MANIFEST t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL 9890 Branch: maint-5.004/perl 9891 + t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t 9892 ! MANIFEST sv.c utils/h2ph.PL 9893____________________________________________________________________________ 9894[ 1013] By: TimBunce on 1998/05/19 19:14:13 9895 Log: Title: "Remove change 673 (Allow empty BLOCK in code)" 9896 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Ilya Zakharevich 9897 <ilya@math.ohio-state.edu> 9898 Msg-ID: <199805151857.OAA29586@monk.mps.ohio-state.edu>, 9899 <199805151931.PAA23086@aatma.engin.umich.edu>, 9900 <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca> 9901 Files: toke.c 9902 Branch: maint-5.004/perl 9903 ! toke.c 9904____________________________________________________________________________ 9905[ 1012] By: TimBunce on 1998/05/19 19:03:32 9906 Log: Title: "Further SysV sem/msg fixes and removal of non-portable tests" 9907 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Jarkko Hietaniemi 9908 <jhi@iki.fi> 9909 Msg-ID: <199805182028.XAA15717@alpha.hut.fi>, 9910 <Pine.SUN.3.96.980518133606.17488A-100000@newton.phys> 9911 Files: MANIFEST Configure config_h.SH perl.h doio.c t/op/ipcmsg.t 9912 t/op/ipcsem.t 9913 Branch: maint-5.004/perl 9914 ! Configure MANIFEST config_h.SH doio.c perl.h t/op/ipcmsg.t 9915 ! t/op/ipcsem.t 9916____________________________________________________________________________ 9917[ 1011] By: TimBunce on 1998/05/19 17:55:38 9918 Log: Title: "interp.sym is missing C<e_script> after -e fix" 9919 From: jan.dubois@ibm.net (Jan Dubois) 9920 Msg-ID: <355d460d.7621669@smtp1.ibm.net> 9921 Files: embed.h interp.sym 9922 9923 Title: "Undo changed error message which breaks Tk" 9924 From: Gurusamy Sarathy <gsar@engin.umich.edu> 9925 Msg-ID: <199805161557.LAA08106@aatma.engin.umich.edu> 9926 Files: pp_ctl.c 9927 9928 Title: "Minor fixups to new -e script code" 9929 From: Tim Bunce 9930 Files: perl.c 9931 9932 Title: "Remove old diags not relevant after -e fix" 9933 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Gurusamy Sarathy 9934 <gsar@engin.umich.edu>, Tim.Bunce@ig.co.uk (Tim Bunce) 9935 Msg-ID: <199805172143.RAA07896@aatma.engin.umich.edu>, 9936 <199805181335.OAA07008@toad.ig.co.uk>, 9937 <Pine.SUN.3.96.980517104819.16183B-100000@newton.phys> 9938 Files: pod/perldiag.pod 9939 9940 Title: "more examples for vec()" 9941 From: Tom Phoenix <rootbeer@teleport.com> 9942 Msg-ID: <Pine.GSO.3.96.980518093728.28732P-100000@user2.teleport.com> 9943 Files: pod/perlfunc.pod 9944 9945 Title: ""make ok" (perlbug -ok) should not be interactive" 9946 From: Hugo van der Sanden <hv@crypt0.demon.co.uk>, Jarkko Hietaniemi 9947 <jhi@iki.fi> 9948 Msg-ID: <199805160942.MAA20171@alpha.hut.fi>, 9949 <l03130300b1834f9732a0@[194.222.64.89]> 9950 Files: utils/perlbug.PL 9951 Branch: maint-5.004/perl 9952 ! embed.h interp.sym perl.c pod/perldiag.pod pod/perlfunc.pod 9953 ! pp_ctl.c utils/perlbug.PL 9954____________________________________________________________________________ 9955[ 1010] By: gsar on 1998/05/18 09:40:58 9956 Log: integrate mainline changes (untested) 9957 Branch: asperl 9958 +> Porting/Contract Porting/patching.pod README.beos beos/nm.c 9959 +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl 9960 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl 9961 +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh 9962 +> pod/perldelta4.pod t/op/defins.t t/op/die.t t/op/die_exit.t 9963 +> t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t utils/perlcc.PL 9964 - ext/DynaLoader/DynaLoader.pm 9965 ! win32/win32.c 9966 !> (integrate 234 files) 9967____________________________________________________________________________ 9968[ 1009] By: gsar on 1998/05/18 07:51:19 9969 Log: more whitespace tweaks from maintbranch 9970 Branch: win32/perl 9971 ! av.c perl.c pp_ctl.c pp_sys.c toke.c 9972____________________________________________________________________________ 9973[ 1008] By: gsar on 1998/05/17 22:37:20 9974 Log: sundry whitespace cleanups from maintbranch 9975 Branch: win32/perl 9976 ! Porting/Contract XSUB.h av.c gv.c mg.c perl.c 9977____________________________________________________________________________ 9978[ 1007] By: gsar on 1998/05/16 21:59:46 9979 Log: integrate mainline 9980 Branch: win32/perl 9981 !> INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod 9982 !> t/op/ipcmsg.t t/op/ipcsem.t 9983____________________________________________________________________________ 9984[ 1006] By: gsar on 1998/05/16 21:54:23 9985 Log: merge changes#996,998,999 from maintbranch 9986 Branch: win32/perl 9987 ! Changes5.004 Porting/makerel t/base/lex.t toke.c 9988____________________________________________________________________________ 9989[ 1005] By: gsar on 1998/05/16 21:49:47 9990 Log: merge change#995 from maintbranch, tweak interp.sym and 9991 run embed.pl 9992 Branch: win32/perl 9993 ! embedvar.h interp.sym intrpvar.h perl.c 9994____________________________________________________________________________ 9995[ 1004] By: gsar on 1998/05/16 21:27:18 9996 Log: merge changes#989,990,992 from maintbranch 9997 Branch: win32/perl 9998 + t/op/die.t 9999 ! MANIFEST installperl pod/perldiag.pod pp_ctl.c t/op/ipcmsg.t 10000____________________________________________________________________________ 10001[ 1003] By: gsar on 1998/05/16 21:16:47 10002 Log: sync config*.gc with others, and verify that nothing from 10003 change#986 needs to be merged 10004 Branch: win32/perl 10005 ! win32/config.gc win32/config_H.gc 10006____________________________________________________________________________ 10007[ 1002] By: gsar on 1998/05/16 21:04:04 10008 Log: merge change#985 from maintbranch 10009 Branch: win32/perl 10010 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c 10011 ! util.c 10012____________________________________________________________________________ 10013[ 1001] By: gsar on 1998/05/16 17:53:16 10014 Log: add a test to check return value from successful s/// (there was none!) 10015 Branch: win32/perl 10016 ! t/op/subst.t 10017____________________________________________________________________________ 10018[ 1000] By: gsar on 1998/05/16 17:42:34 10019 Log: fix misplaced SPAGAIN that caused successful s/// to fail to 10020 return a value on the stack 10021 Branch: win32/perl 10022 ! pp_hot.c 10023____________________________________________________________________________ 10024[ 999] By: TimBunce on 1998/05/15 23:04:30 10025 Log: Title: "Update Porting/makerel script for perforce dir structure" 10026 From: Tim Bunce 10027 Files: Porting/makerel 10028 Branch: maint-5.004/perl 10029 ! Porting/makerel 10030____________________________________________________________________________ 10031[ 998] By: TimBunce on 1998/05/15 22:49:55 10032 Log: Title: "Updated Changes file for trial 3" 10033 From: Tim Bunce 10034 Files: Changes 10035 Branch: maint-5.004/perl 10036 ! Changes 10037____________________________________________________________________________ 10038[ 997] By: gsar on 1998/05/15 22:21:41 10039 Log: merge changes#982,984 from maintbranch 10040 Branch: win32/perl 10041 ! gv.c lib/English.pm perl.c pod/perlfunc.pod t/io/pipe.t 10042 ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL 10043____________________________________________________________________________ 10044[ 996] By: TimBunce on 1998/05/15 22:19:32 10045 Log: Title: "Negative array subscript unrecognized in regex" 10046 From: Mark-Jason Dominus <mjd@plover.com>, 10047 h.sanden@elsevier.nl (Hugo van der Sanden) 10048 Msg-ID: <19980425040819.13828.qmail@plover.com>, 10049 <199805151514.RAA04121@dorlas.elsevier.nl> 10050 Files: t/base/lex.t toke.c 10051 10052 Title: "Remove e_fp from toke.c after change 955" 10053 From: Tim Bunce 10054 Files: toke.c 10055 Branch: maint-5.004/perl 10056 ! t/base/lex.t toke.c 10057____________________________________________________________________________ 10058[ 995] By: TimBunce on 1998/05/15 22:08:32 10059 Log: Title: "Fix -e security hole (no longer uses temp file)" 10060 From: Tim Bunce 10061 Files: embed.h perl.h perl.c 10062 Branch: maint-5.004/perl 10063 ! embed.h perl.c perl.h 10064____________________________________________________________________________ 10065[ 994] By: gsar on 1998/05/15 22:08:17 10066 Log: merge change#981 from maintbranch, add XXX comment about 10067 supporting %! for usethreads case 10068 Branch: win32/perl 10069 ! gv.c op.c 10070____________________________________________________________________________ 10071[ 992] By: TimBunce on 1998/05/15 22:01:32 10072 Log: Title: "install non-backwards compatible .pm files into archlib" 10073 From: Tim Bunce 10074 Files: installperl 10075 10076 Title: "revert "Can't locate" message to original for maintenance" 10077 From: Tim Bunce 10078 Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com> 10079 Files: pod/perldiag.pod pp_ctl.c 10080 Branch: maint-5.004/perl 10081 ! installperl pod/perldiag.pod pp_ctl.c 10082____________________________________________________________________________ 10083[ 991] By: gsar on 1998/05/15 21:35:00 10084 Log: reverse integrate ansiperl (all except the 10085 C<attrs qw(package locked)> stuff, and the duplicate hunks) 10086 i.e. prototype fixes, perldoc.PL enhancements, and s/comment/comment_t/g 10087 Branch: win32/perl 10088 !> bytecode.h byterun.c cv.h ext/attrs/attrs.pm 10089 !> ext/attrs/attrs.xs pod/perlop.pod pp_hot.c sv.c toke.c 10090 !> utils/perldoc.PL 10091____________________________________________________________________________ 10092[ 990] By: TimBunce on 1998/05/15 16:54:18 10093 Log: Title: "Add tests for die $ref" 10094 From: Graham Barr <gbarr@ti.com> 10095 Msg-ID: <355C6297.121B576B@ti.com> 10096 Files: MANIFEST t/op/die.t 10097 Branch: maint-5.004/perl 10098 + t/op/die.t 10099 ! MANIFEST 10100____________________________________________________________________________ 10101[ 989] By: TimBunce on 1998/05/15 16:38:19 10102 Log: Title: "Fix t/op/ipcmsg.t for Digital UNIX" 10103 From: Jarkko Hietaniemi <jhi@iki.fi> 10104 Msg-ID: <199805151337.QAA01174@alpha.hut.fi> 10105 Files: t/op/ipcmsg.t 10106 Branch: maint-5.004/perl 10107 ! t/op/ipcmsg.t 10108 10109---------------- 10110Version 5.004_65 10111---------------- 10112 10113____________________________________________________________________________ 10114[ 988] By: mbeattie on 1998/05/15 16:28:08 10115 Log: Patch from Sarathy to fix up win32 integration. Patch from Jarkko 10116 (manually applied and tweaked) to fix up SysV IPC semaphores for 10117 Solaris and Linux (pre-glibc and glibc). Fix up t/op/ipcmsg.t and 10118 t/op/ipcsem.t for platforms which wanted to skip test. Completely 10119 disable ipcsem.t since it doesn't seem to work properly even when 10120 not skipped. This is _65. 10121 Branch: perl 10122 ! INSTALL doio.c lib/strict.pm perl.c perl.h pod/perldebug.pod 10123 ! t/op/ipcmsg.t t/op/ipcsem.t 10124____________________________________________________________________________ 10125[ 987] By: nick on 1998/05/15 16:03:35 10126 Log: Integrate win32 10127 Branch: ansiperl 10128 +> Porting/Contract Porting/patching.pod README.beos beos/nm.c 10129 +> ext/DynaLoader/DynaLoader.pm.PL ext/POSIX/hints/bsdos.pl 10130 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl 10131 +> ext/POSIX/hints/openbsd.pl hints/beos.sh hints/openbsd.sh 10132 +> pod/perldelta4.pod t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t 10133 +> t/op/pos.t utils/perlcc.PL 10134 - ext/DynaLoader/DynaLoader.pm 10135 !> (integrate 208 files) 10136____________________________________________________________________________ 10137[ 986] By: TimBunce on 1998/05/15 15:28:45 10138 Log: Title: "Patches for BeOS port of Perl, courtesy of Tom Spindler" 10139 From: Jarkko Hietaniemi <jhi@iki.fi>, Tom Spindler 10140 Msg-ID: <199805042312.CAA09025@alpha.hut.fi> 10141 Files: MANIFEST Configure config_h.SH hints/beos.sh pod/perlfunc.pod 10142 Porting/Glossary README.beos beos/nm.c lib/Term/ReadLine.pm 10143 plan9/config.plan9 pp_sys.c t/io/pipe.t vms/config.vms 10144 win32/config.bc win32/config.vc win32/config_H.bc 10145 win32/config_H.vc 10146 Branch: maint-5.004/perl 10147 + README.beos beos/nm.c hints/beos.sh 10148 ! Configure MANIFEST Porting/Glossary config_h.SH 10149 ! lib/Term/ReadLine.pm plan9/config.plan9 pod/perlfunc.pod 10150 ! pp_sys.c t/io/pipe.t vms/config.vms win32/config.bc 10151 ! win32/config.vc win32/config_H.bc win32/config_H.vc 10152____________________________________________________________________________ 10153[ 985] By: TimBunce on 1998/05/15 15:02:43 10154 Log: Title: "allow die $ref" 10155 From: Graham Barr <gbarr@ti.com>, Tim.Bunce@ig.co.uk (Tim Bunce) 10156 Msg-ID: <199805151351.OAA01985@toad.ig.co.uk>, <355C3E67.AF25B9F7@ti.com> 10157 Files: pp_ctl.c pp_sys.c util.c 10158 10159 Title: "ExtUtils::Manifest could truncate files during "make dist"" 10160 From: "James E Jurach Jr." <muaddib@arrakis.int.ein.cz>, 10161 koenig@kulturbox.de (Andreas J. Koenig) 10162 Msg-ID: <199805111048.MAA02573@arrakis.int.ein.cz>, 10163 <sfc90o8bgie.fsf@dubravka.in-berlin.de> 10164 Files: lib/ExtUtils/Manifest.pm 10165 10166 Title: "Autosplit doesn't like upper case letters in sub names on VMS" 10167 From: Dan Sugalski <sugalskd@osshe.edu> 10168 Msg-ID: <3.0.5.32.19980330152332.009cb130@osshe.edu> 10169 Files: lib/AutoSplit.pm 10170 10171 Title: "AutoSplit/AutoLoaded subs: give useful line numbers in warnings etc" 10172 From: "Jesse N. Glick" <jglick@sig.bsh.com>, koenig@anna.mind.de (Andreas 10173 J. Koenig), larry@wall.org (Larry Wall) 10174 Msg-ID: <199709292015.NAA09627@wall.org>, <342FCDDF.23534195@sig.bsh.com>, 10175 <sfc202c9jsb.fsf@anna.in-berlin.de>, 10176 <sfc3efg5rhg.fsf@dubravka.in-berlin.de> 10177 Files: lib/AutoSplit.pm 10178 Branch: maint-5.004/perl 10179 ! lib/AutoSplit.pm lib/ExtUtils/Manifest.pm pp_ctl.c pp_sys.c 10180 ! util.c 10181____________________________________________________________________________ 10182[ 984] By: TimBunce on 1998/05/15 14:18:52 10183 Log: ------ CORE LANGUAGE ------ 10184 10185 Title: "Fix close pipe returning status from wrong child" 10186 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, kstar@chapin.edu@ig.co.uk () 10187 Msg-ID: <199805142313.TAA02684@chapin.edu>, 10188 <E0yZ8ah-0005d8-00@taurus.cus.cam.ac.uk> 10189 Files: t/io/pipe.t util.c 10190 10191 Title: "Avoid English.pm triggering load of Errno.pm" 10192 From: Tim Bunce 10193 Files: gv.c lib/English.pm 10194 10195 ------ DOCUMENTATION ------ 10196 10197 Title: "Document child exit cause a parent sleep to end early" 10198 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 10199 Msg-ID: <E0yZwMK-0000D9-00@taurus.cus.cam.ac.uk> 10200 Files: pod/perlfunc.pod 10201 10202 ------ EXTENSIONS ------ 10203 10204 Title: "BSD Platforms need STRUCT_TM_HASZONE for POSIX" 10205 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 10206 Msg-ID: <Pine.SUN.3.96.980512095524.8158C-100000@newton.phys> 10207 Files: MANIFEST ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl 10208 ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl 10209 10210 Title: "MM_VMS.pm fixes for building external library" 10211 From: Dan Sugalski <sugalskd@ous.edu> 10212 Msg-ID: <3.0.5.32.19980511160542.009dd480@ous.edu> 10213 Files: lib/ExtUtils/MM_VMS.pm 10214 10215 Title: "Appease picky DEC compiler in POSIX.xs" 10216 From: Dan Sugalski <sugalskd@ous.edu> 10217 Msg-ID: <3.0.5.32.19980511161434.009f8bb0@ous.edu> 10218 Files: ext/POSIX/POSIX.xs 10219 10220 ------ TESTS ------ 10221 10222 Title: "Fix constant detection in t/op/ipcsem.t for Digit UNIX" 10223 From: Jarkko Hietaniemi <jhi@iki.fi> 10224 Msg-ID: <199805121212.PAA15351@alpha.hut.fi> 10225 Files: t/op/ipcsem.t 10226 10227 Title: "Fix doc bug for system() return value" 10228 From: Daniel Grisinger <dgris@perrin.dimensional.com> 10229 Msg-ID: <Pine.LNX.3.96.980514165608.4062A-100000@perrin.dimensional.com> 10230 Files: pod/perlfunc.pod t/op/exec.t 10231 10232 ------ UTILITIES ------ 10233 10234 Title: "Avoid possible constant autoload loop" 10235 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Graham Barr <gbarr@ti.com>, Ilya 10236 Zakharevich <ilya@math.ohio-state.edu> 10237 Msg-ID: <199805141910.PAA26994@monk.mps.ohio-state.edu>, 10238 <355B475A.C5AD4B90@ti.com>, 10239 <E0ya11X-0000hm-00@taurus.cus.cam.ac.uk> 10240 Files: utils/h2xs.PL 10241 10242 Title: "Further improvements to h2ph.PL" 10243 From: kstar@chapin.edu 10244 Msg-ID: <199805130241.WAA25459@chapin.edu> 10245 Files: utils/h2ph.PL 10246 Branch: maint-5.004/perl 10247 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl 10248 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl 10249 ! MANIFEST ext/POSIX/POSIX.xs gv.c lib/English.pm 10250 ! lib/ExtUtils/MM_VMS.pm pod/perlfunc.pod t/io/pipe.t 10251 ! t/op/exec.t t/op/ipcsem.t util.c utils/h2ph.PL utils/h2xs.PL 10252 10253---------------- 10254Version 5.004_64 10255---------------- 10256 10257____________________________________________________________________________ 10258[ 983] By: mbeattie on 1998/05/15 14:04:17 10259 Log: Integrate win32 branch into mainline. 10260 Branch: perl 10261 +> Porting/patching.pod t/op/defins.t 10262 !> (integrate 107 files) 10263____________________________________________________________________________ 10264[ 982] By: TimBunce on 1998/05/15 12:33:26 10265 Log: Title: "comment init_postdump_symbols issues" 10266 From: Tim Bunce 10267 Files: perl.c 10268 10269 Title: "Improve sort docs re SUBNAME" 10270 From: circle@azstarnet.com 10271 Msg-ID: <199804281828.LAA22737@andromeda.azstarnet.com> 10272 Files: pod/perlfunc.pod 10273 Branch: maint-5.004/perl 10274 ! perl.c pod/perlfunc.pod 10275____________________________________________________________________________ 10276[ 981] By: TimBunce on 1998/05/15 11:47:28 10277 Log: Title: "Add hook to tie %! to external Errno.pm module (not included)" 10278 From: Graham Barr <gbarr@ti.com> 10279 Msg-ID: <355080CD.1111BC81@ti.com> 10280 Files: gv.c 10281 Branch: maint-5.004/perl 10282 ! gv.c 10283____________________________________________________________________________ 10284[ 980] By: gsar on 1998/05/15 06:16:13 10285 Log: add doc for C<+{}> vs. C<{;}> disambiguation 10286 Branch: win32/perl 10287 ! pod/perlref.pod 10288____________________________________________________________________________ 10289[ 979] By: gsar on 1998/05/15 04:59:47 10290 Log: tweaks to win32 makefiles. This version builds and passes all 10291 tests on Solaris/gcc, win32/[bv]c. Looks all set to go. 10292 Branch: win32/perl 10293 ! win32/Makefile win32/makefile.mk 10294____________________________________________________________________________ 10295[ 978] By: gsar on 1998/05/15 02:41:58 10296 Log: merge changes#922,944,949,965,970 from maintbranch 10297 Branch: win32/perl 10298 + Porting/patching.pod t/op/defins.t 10299 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod gv.c gv.h hv.c 10300 ! lib/File/Find.pm op.c pod/Makefile pod/perlfunc.pod 10301 ! pod/perlguts.pod pod/perlop.pod pod/pod2man.PL 10302 ! t/lib/filefind.t t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t 10303 ! utils/perlbug.PL 10304____________________________________________________________________________ 10305[ 977] By: gsar on 1998/05/15 02:15:25 10306 Log: merge changes#906,907,909,910 from maintbranch 10307 Branch: win32/perl 10308 ! MANIFEST doio.c doop.c embed.h embedvar.h global.sym 10309 ! keywords.h lib/Carp.pm lib/File/Basename.pm mg.c opcode.h 10310 ! perl.c perl.h pod/perldiag.pod pp.c pp_hot.c proto.h sv.c 10311 ! util.c 10312____________________________________________________________________________ 10313[ 976] By: gsar on 1998/05/15 01:34:53 10314 Log: merge change#905 from maintbranch, minor fixes to get 10315 clean build+test on Solaris 10316 Branch: win32/perl 10317 ! doop.c dump.c embed.h embedvar.h lib/strict.pm mg.c op.h 10318 ! opcode.h pod/perlop.pod pod/perlre.pod pp_ctl.c pp_hot.c 10319 ! regcomp.c sv.c t/op/taint.t toke.c 10320____________________________________________________________________________ 10321[ 975] By: gsar on 1998/05/14 23:34:26 10322 Log: merge change#904 from maintbranch 10323 Branch: win32/perl 10324 ! doop.c ext/DynaLoader/dl_aix.xs ext/IO/lib/IO/Socket.pm 10325 ! ext/NDBM_File/NDBM_File.pm lib/strict.pm lib/subs.pm 10326 ! lib/vars.pm op.c perl.c pod/perldiag.pod pod/perlembed.pod 10327 ! pod/perlfunc.pod pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL 10328 ! vms/descrip.mms 10329____________________________________________________________________________ 10330[ 974] By: gsar on 1998/05/14 23:11:05 10331 Log: merge change#897 from maintbranch 10332 Branch: win32/perl 10333 ! Porting/Contract Todo doio.c emacs/ptags embed.h ext/IO/IO.pm 10334 ! ext/Opcode/Opcode.pm lib/Carp.pm lib/ExtUtils/MM_Unix.pm 10335 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h 10336 ! opcode.pl perl.c pod/perlapio.pod pod/perlcall.pod 10337 ! pod/perldebug.pod pod/perldelta.pod pod/perldelta4.pod 10338 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod 10339 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 10340 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod 10341 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod 10342 ! pod/perlipc.pod pod/perllocale.pod pod/perlmodlib.pod 10343 ! pod/perlop.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod 10344 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod 10345 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL 10346 ! pod/roffitall pp.c pp_sys.c t/TEST t/op/gv.t t/op/hashwarn.t 10347 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc 10348 ! win32/config_H.bc win32/config_H.vc win32/win32.c 10349 ! x2p/find2perl.PL 10350____________________________________________________________________________ 10351[ 973] By: gsar on 1998/05/14 22:24:26 10352 Log: integrate mainline 10353 Branch: win32/perl 10354 + Porting/Contract 10355 +> README.beos beos/nm.c ext/POSIX/hints/bsdos.pl 10356 +> ext/POSIX/hints/freebsd.pl ext/POSIX/hints/netbsd.pl 10357 +> ext/POSIX/hints/openbsd.pl hints/beos.sh pod/perldelta4.pod 10358 +> utils/perlcc.PL 10359 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm 10360 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh 10361 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm 10362 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm 10363 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h 10364 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod 10365 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod 10366 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod 10367 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod 10368 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod 10369 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod 10370 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod 10371 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod 10372 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod 10373 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL 10374 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t 10375 ! t/op/hashwarn.t t/op/substr.t vms/vms.c win32/config.bc 10376 ! win32/config.vc win32/config_H.bc win32/config_H.vc 10377 ! win32/win32.c x2p/find2perl.PL 10378 !> (integrate 59 files) 10379____________________________________________________________________________ 10380[ 972] By: nick on 1998/05/14 18:09:01 10381 Log: Changes to allow compiler with gcc-2.8.1 in C++ mode, 10382 Remove K&R style functions, avoid struct/typedef clash. 10383 Branch: ansiperl 10384 ! bytecode.h byterun.c sv.c toke.c 10385____________________________________________________________________________ 10386[ 971] By: TimBunce on 1998/05/14 16:52:19 10387 Log: 10388 Title: "fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args)" 10389 From: Gurusamy Sarathy <gsar@engin.umich.edu> 10390 Msg-ID: <199805070402.AAA02858@aatma.engin.umich.edu> 10391 Files: pp.c 10392 Branch: maint-5.004/perl 10393 ! pp.c 10394____________________________________________________________________________ 10395[ 970] By: TimBunce on 1998/05/14 16:18:06 10396 Log: 10397 Title: "perlbug reformatted" 10398 From: Dominic Dunlop <domo@vo.lu>, Hugo van der Sanden 10399 <hv@crypt0.demon.co.uk> 10400 Msg-ID: <199805110954.LAA20367@dorlas.elsevier.nl>, 10401 <l03130300b17cebcb6d33@[194.222.64.89]>, 10402 <v03110702b17ccbab6824@[195.95.102.67]> 10403 Files: utils/perlbug.PL 10404 Branch: maint-5.004/perl 10405 ! utils/perlbug.PL 10406____________________________________________________________________________ 10407[ 969] By: mbeattie on 1998/05/14 16:15:09 10408 Log: Integrate win32 branch into mainline 10409 Branch: perl 10410 +> ext/DynaLoader/DynaLoader.pm.PL hints/openbsd.sh 10411 +> t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/pos.t 10412 - ext/DynaLoader/DynaLoader.pm 10413 !> (integrate 118 files) 10414____________________________________________________________________________ 10415[ 968] By: mbeattie on 1998/05/14 16:05:57 10416 Log: Bump patchlevel to 65 10417 Branch: perl 10418 ! patchlevel.h 10419____________________________________________________________________________ 10420[ 967] By: mbeattie on 1998/05/14 16:05:19 10421 Log: Another fixup of MANIFEST 10422 Branch: perl 10423 ! MANIFEST 10424____________________________________________________________________________ 10425[ 966] By: mbeattie on 1998/05/14 16:02:20 10426 Log: Add missing files to MANIFEST 10427 Branch: perl 10428 ! MANIFEST 10429____________________________________________________________________________ 10430[ 965] By: TimBunce on 1998/05/14 16:00:11 10431 Log: 10432 Title: "Sub declaration cost reduced from ~500 to ~100 bytes" 10433 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 10434 Msg-ID: <199805050607.CAA02050@monk.mps.ohio-state.edu> 10435 Files: gv.h gv.c op.c 10436 Branch: maint-5.004/perl 10437 ! gv.c gv.h op.c 10438____________________________________________________________________________ 10439[ 964] By: mbeattie on 1998/05/14 15:58:01 10440 Log: Subject: [PATCH] Using Getopts::* with strict vars 10441 Date: Wed, 29 Apr 1998 22:48:16 -0700 (PDT) 10442 From: Tom Phoenix <rootbeer@teleport.com> 10443 Branch: perl 10444 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/strict.pm 10445____________________________________________________________________________ 10446[ 963] By: mbeattie on 1998/05/14 15:56:53 10447 Log: Subject: [ PATCH 5.004_64 ] Integrated regression tests for compiler 10448 Date: Wed, 29 Apr 1998 21:02:36 -0600 (MDT) 10449 From: epeschko@den-mdev1 (Ed Peschko) 10450 Branch: perl 10451 + utils/perlcc.PL 10452 ! MANIFEST Makefile.SH installperl lib/Test/Harness.pm 10453 ! pod/Makefile t/TEST t/harness utils/Makefile x2p/Makefile.SH 10454____________________________________________________________________________ 10455[ 962] By: mbeattie on 1998/05/14 15:45:28 10456 Log: From: Dan Sugalski <sugalskd@ous.edu> 10457 Subject: [PATCH 5.004_64] Final (I hope) doc patch for Thread.pm 10458 Date: Wed, 08 Apr 1998 17:08:48 -0700 10459 Subject: [PATCH 5.004_64] Revised second Thread.PM doc patch 10460 Date: Fri, 08 May 1998 10:49:16 -0700 10461 Branch: perl 10462 ! ext/Thread/Thread.pm 10463____________________________________________________________________________ 10464[ 961] By: mbeattie on 1998/05/14 15:43:39 10465 Log: Subject: Consolidated patch to 5.004_64 10466 Date: Wed, 08 Apr 1998 19:44:34 -0400 (EDT) 10467 From: Charles Bailey <BAILEY@newman.upenn.edu> 10468 Branch: perl 10469 ! ext/B/byteperl.c lib/ExtUtils/MM_Unix.pm 10470 ! lib/ExtUtils/MM_VMS.pm lib/chat2.pl perl.c pod/perlsub.pod 10471 ! vms/config.vms vms/descrip.mms vms/genconfig.pl 10472 ! vms/perlvms.pod 10473____________________________________________________________________________ 10474[ 960] By: mbeattie on 1998/05/14 15:41:41 10475 Log: Subject: Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available 10476 Date: 07 Apr 1998 18:31:21 +0200 10477 From: JVromans@Squirrel.nl (Johan Vromans) 10478 Branch: perl 10479 ! lib/Getopt/Long.pm 10480____________________________________________________________________________ 10481[ 959] By: mbeattie on 1998/05/14 15:39:29 10482 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 10483 Subject: Re: [PATCH] 5.004_04 or 5.004_64: Benchmark.pm: add run-for-some-time 10484 Date: Wed, 8 Apr 1998 09:47:45 +0300 (EET DST) 10485 Subject: [PATCH] perl 5.004_64+Config_04 10486 Date: Thu, 14 May 1998 12:14:07 +0300 (EET DST) 10487 Branch: perl 10488 ! lib/Benchmark.pm pod/perlfunc.pod 10489____________________________________________________________________________ 10490[ 958] By: mbeattie on 1998/05/14 15:36:30 10491 Log: From: kstar@chapin.edu 10492 Subject: [PATCH] hints for Irix 6 10493 Date: Mon, 6 Apr 1998 15:14:14 -0400 (EDT) 10494 Subject: [PATCH 5.004_64] Threads - an easy way for dual installation 10495 Date: Wed, 29 Apr 1998 15:39:46 -0400 (EDT) 10496 Branch: perl 10497 ! INSTALL hints/irix_6.sh installperl 10498____________________________________________________________________________ 10499[ 957] By: mbeattie on 1998/05/14 15:33:48 10500 Log: Subject: [PATCH] Install extensions with bootstrap (again) in $archlib 10501 Date: Mon, 06 Apr 1998 21:09:24 +0200 10502 From: Achim Bohnet <ach@mpe.mpg.de> 10503 Branch: perl 10504 ! lib/ExtUtils/Install.pm 10505____________________________________________________________________________ 10506[ 956] By: mbeattie on 1998/05/14 15:32:39 10507 Log: Subject: [PATCH] Config: Irix 5 hints 10508 Date: Mon, 6 Apr 1998 13:12:47 -0400 (EDT) 10509 From: kstar@O2.chapin.edu 10510 Branch: perl 10511 ! hints/irix_5.sh 10512____________________________________________________________________________ 10513[ 955] By: mbeattie on 1998/05/14 15:31:12 10514 Log: Subject: PATCH: h2ph produces incorrect code 10515 Date: Mon, 6 Apr 1998 23:52:13 +0930 (CST) 10516 From: Billy <wdconsta@cs.adelaide.edu.au> 10517 Branch: perl 10518 ! utils/h2ph.PL 10519____________________________________________________________________________ 10520[ 954] By: mbeattie on 1998/05/14 15:29:27 10521 Log: Subject: [PATCH] perldebug.pod 10522 Date: Mon, 6 Apr 1998 00:36:57 -0600 10523 From: jason stewart <jasons@sandy-home.arc.unm.edu> 10524 Branch: perl 10525 ! pod/perldebug.pod 10526____________________________________________________________________________ 10527[ 953] By: mbeattie on 1998/05/14 15:28:00 10528 Log: From: Dominic Dunlop <domo@vo.lu> 10529 Subject: [PATCH 5.004_64]: hints/machten.sh: disable semctl() 10530 Date: Wed, 6 May 1998 14:39:32 +0000 10531 Subject: [PATCH] Not OK: perl 5.00464 on powerpc-machten 4.1 (hashwarn @INC problem) 10532 Date: Sat, 4 Apr 1998 19:44:34 +0000 10533 Branch: perl 10534 ! hints/machten.sh t/op/hashwarn.t 10535____________________________________________________________________________ 10536[ 952] By: mbeattie on 1998/05/14 15:23:19 10537 Log: New pod/perldelta.pod (previous one branched in last change): 10538 Subject: [PATCH 5.004_64] Start new perldelta 10539 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT) 10540 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 10541 Branch: perl 10542 + pod/perldelta.pod 10543____________________________________________________________________________ 10544[ 951] By: mbeattie on 1998/05/14 15:20:43 10545 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 10546 Subject: [PATCH for 5.004_04 and 5.004_64] (Was: Obsoleted svr4.sh) 10547 Date: Thu, 23 Apr 1998 11:10:15 -0400 (EDT) 10548 Subject: [PATCH 5.004_64] Start new perldelta 10549 Date: Thu, 23 Apr 1998 12:12:38 -0400 (EDT) 10550 (above branched perldelta -> perldelta4, new perldelta will be 10551 created/added next change) 10552 Subject: [PATCH] BSD Platforms need STRUCT_TM_HASZONE 10553 Date: Tue, 12 May 1998 09:58:49 -0400 (EDT) 10554 Branch: perl 10555 + ext/POSIX/hints/bsdos.pl ext/POSIX/hints/freebsd.pl 10556 + ext/POSIX/hints/netbsd.pl ext/POSIX/hints/openbsd.pl 10557 +> pod/perldelta4.pod 10558 - pod/perldelta.pod 10559 ! MANIFEST hints/svr4.sh 10560____________________________________________________________________________ 10561[ 949] By: TimBunce on 1998/05/14 15:11:30 10562 Log: 10563 Title: "while($x=<>) no longer warns (implicit defined added)" 10564 From: Nick Ing-Simmons <nik@tiuk.ti.com> 10565 Msg-ID: <199805051035.LAA27365@pluto.tiuk.ti.com> 10566 Files: MANIFEST op.c t/op/defins.t 10567 Branch: maint-5.004/perl 10568 + t/op/defins.t 10569 ! MANIFEST op.c 10570____________________________________________________________________________ 10571[ 948] By: mbeattie on 1998/05/14 15:09:51 10572 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 10573 Subject: [PATCH for 5.004_64] Configure patch Config_64-01 10574 Date: Tue, 14 Apr 1998 13:04:58 -0400 (EDT) 10575 Subject: [PATCH for 5.004_64] Configure patch Config_64-01-02.diff 10576 Date: Fri, 17 Apr 1998 11:01:13 -0400 (EDT) 10577 Subject: [PATCH for 5.004_64] Configure patch Config_64-02-03.diff 10578 Date: Thu, 23 Apr 1998 15:03:20 -0400 (EDT) 10579 Subject: [PATCH 5.004_64] Config_64-03-04.diff 10580 Date: Wed, 13 May 1998 14:33:30 -0400 (EDT) 10581 Branch: perl 10582 + README.beos beos/nm.c hints/beos.sh 10583 ! Configure INSTALL MANIFEST Makefile.SH Policy_sh.SH 10584 ! Porting/Glossary Porting/config.sh Porting/config_H 10585 ! Porting/pumpkin.pod Todo cflags.SH config_h.SH 10586 ! djgpp/djgppsed.sh doop.c handy.h hints/dos_djgpp.sh 10587 ! hints/netbsd.sh hints/solaris_2.sh hints/unicos.sh 10588 ! hints/unicosmk.sh hv.h lib/Term/ReadLine.pm perl.h 10589 ! plan9/config.plan9 pod/perlfunc.pod pp.c pp_sys.c sv.h 10590 ! t/io/pipe.t thread.h vms/config.vms win32/config.bc 10591 ! win32/config.vc win32/config_H.bc win32/config_H.vc 10592____________________________________________________________________________ 10593[ 946] By: TimBunce on 1998/05/14 15:07:06 10594 Log: 10595 Title: "Fix PERL_DESTRUCT_LEVEL core dumps" 10596 From: Gurusamy Sarathy <gsar@engin.umich.edu> 10597 Msg-ID: <199805062301.TAA24599@aatma.engin.umich.edu> 10598 Files: perl.c sv.c t/op/misc.t 10599 Branch: maint-5.004/perl 10600 ! perl.c sv.c t/op/misc.t 10601____________________________________________________________________________ 10602[ 945] By: mbeattie on 1998/05/14 15:00:31 10603 Log: Subject: Perl Social Contract 10604 Date: 13 Apr 1998 06:16:59 -0700 10605 From: Russ Allbery <rra@stanford.edu> 10606 Branch: perl 10607 + Porting/Contract 10608____________________________________________________________________________ 10609[ 944] By: TimBunce on 1998/05/14 14:59:37 10610 Log: 10611 Title: "5.004_04-m2 Cleanup of test failures" 10612 From: Gurusamy Sarathy <gsar@engin.umich.edu> 10613 Msg-ID: <199805070416.AAA03082@aatma.engin.umich.edu> 10614 Files: t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t 10615 win32/config.bc win32/config.vc 10616 Branch: maint-5.004/perl 10617 ! t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t t/op/taint.t 10618 ! win32/config.bc win32/config.vc 10619____________________________________________________________________________ 10620[ 943] By: mbeattie on 1998/05/14 14:58:13 10621 Log: From: Joshua.Pritikin@NewYork2.dmg.deuba.com 10622 Subject: [PATCH 5.004_64] Test.pm update 10623 Date: Sat, 4 Apr 1998 08:33:50 -0500 10624 Subject: [PATCH 5.004_64] modcount + comments 10625 Date: Fri, 17 Apr 1998 16:07:35 -0400 10626 Branch: perl 10627 ! lib/Test.pm op.c thrdvar.h 10628____________________________________________________________________________ 10629[ 942] By: mbeattie on 1998/05/14 14:49:43 10630 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 10631 Subject: [PATCH 5.004_64] newSV 10632 Date: Wed, 8 Apr 1998 03:21:03 -0400 (EDT) 10633 Subject: [PATCH 5.004_64] Cryptic error from B::CC 10634 Date: Sat, 11 Apr 1998 19:52:25 -0400 (EDT) 10635 Branch: perl 10636 ! ext/B/B/CC.pm handy.h proto.h sv.c 10637____________________________________________________________________________ 10638[ 941] By: mbeattie on 1998/05/14 14:47:29 10639 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 10640 Subject: [PATCH 5.004_64] anydbm.t 10641 Date: Sat, 4 Apr 1998 01:39:03 -0500 (EST) 10642 Subject: [PATCH 5.004_64] threads on OS/2 10643 Date: Sat, 4 Apr 1998 01:44:29 -0500 (EST) 10644 Subject: [PATCH 5.004_64] Better handling of Perl DLLs under OS/2 10645 Date: Sat, 4 Apr 1998 01:47:58 -0500 (EST) 10646 Subject: [PATCH 5.004_64] Immediate stop in debugger 10647 Date: Sat, 11 Apr 1998 19:50:58 -0400 (EDT) 10648 Subject: [PATCH 5.005_64] ptags broken 10649 Date: Sat, 11 Apr 1998 22:08:21 -0400 (EDT) 10650 Subject: [PATCH 5.004_64] Document switch syntax via RE 10651 Date: Sun, 12 Apr 1998 01:12:33 -0400 (EDT) 10652 Branch: perl 10653 ! emacs/ptags lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm 10654 ! lib/perl5db.pl os2/Changes os2/Makefile.SHs os2/os2.c 10655 ! os2/os2thread.h pod/perlsyn.pod t/lib/anydbm.t 10656____________________________________________________________________________ 10657[ 940] By: mbeattie on 1998/05/14 14:38:44 10658 Log: Subject: [PATCH 5.004_64] Build Stdio and DCLSym modules as part of normal VMS perl build 10659 Date: Fri, 03 Apr 1998 16:01:57 -0800 10660 From: Dan Sugalski <sugalskd@osshe.edu> 10661 Branch: perl 10662 ! vms/descrip.mms vms/ext/DCLsym/Makefile.PL 10663 ! vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.xs 10664____________________________________________________________________________ 10665[ 939] By: mbeattie on 1998/05/14 14:35:42 10666 Log: Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled with MULTIPLICITY 10667 Date: Fri, 03 Apr 1998 13:58:15 -0800 10668 From: Dan Sugalski <sugalskd@osshe.edu> 10669 Branch: perl 10670 ! perl.c 10671____________________________________________________________________________ 10672[ 938] By: gsar on 1998/05/14 10:53:55 10673 Log: merge change#896 from maintbranch 10674 Branch: win32/perl 10675 ! doio.c ext/Socket/Socket.xs lib/Class/Struct.pm lib/Cwd.pm 10676 ! lib/File/Find.pm lib/Math/BigInt.pm lib/lib.pm lib/strict.pm 10677 ! op.c pod/perldiag.pod pod/perlfunc.pod pp.c pp_ctl.c sv.c 10678 ! t/op/gv.t t/op/misc.t t/op/pack.t 10679____________________________________________________________________________ 10680[ 937] By: gsar on 1998/05/14 09:31:34 10681 Log: merge change#887 from maintbranch 10682 Branch: win32/perl 10683 + t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t 10684 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm 10685 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm 10686 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t 10687 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t 10688 ! t/op/stat.t toke.c utils/h2xs.PL 10689____________________________________________________________________________ 10690[ 936] By: gsar on 1998/05/14 09:06:18 10691 Log: merge change#886 from maintbranch 10692 Branch: win32/perl 10693 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs 10694 ! ext/POSIX/POSIX.xs ext/POSIX/hints/linux.pl global.sym 10695 ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh 10696 ! hints/linux.sh hints/netbsd.sh hints/os2.sh hints/svr4.sh 10697 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm 10698 ! lib/File/Basename.pm lib/File/Path.pm op.c os2/Makefile.SHs 10699 ! os2/os2.c os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod 10700 ! pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c proto.h 10701 ! t/lib/filecopy.t util.c utils/perldoc.PL vms/config.vms 10702 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t 10703 ! vms/test.com 10704____________________________________________________________________________ 10705[ 935] By: gsar on 1998/05/14 07:00:02 10706 Log: merge changes#872,873 from maintbranch 10707 Branch: win32/perl 10708 ! Changes5.004 INSTALL lib/ExtUtils/MakeMaker.pm 10709 ! lib/FileHandle.pm lib/Tie/Hash.pm lib/constant.pm 10710 ! lib/integer.pm pod/perl.pod pod/perlbook.pod pod/perldsc.pod 10711 ! pod/perlfunc.pod pod/perlguts.pod pod/perlhist.pod 10712 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/perlsec.pod 10713 ! pod/perltrap.pod pod/perlvar.pod pod/pod2latex.PL 10714 ! utils/perldoc.PL 10715____________________________________________________________________________ 10716[ 934] By: gsar on 1998/05/14 06:24:38 10717 Log: merge changes#755..759,763,764 from maintbranch 10718 Branch: win32/perl 10719 + hints/openbsd.sh 10720 ! MANIFEST Porting/patchls perl.c perlsdio.h pod/perlfunc.pod 10721 ! t/op/pos.t utils/perldoc.PL 10722____________________________________________________________________________ 10723[ 933] By: gsar on 1998/05/14 06:07:31 10724 Log: merge change#754 from maintbranch 10725 Branch: win32/perl 10726 ! perl.c 10727____________________________________________________________________________ 10728[ 932] By: gsar on 1998/05/14 06:03:50 10729 Log: merge changes#752,753 from maintbranch 10730 Branch: win32/perl 10731 + t/op/pos.t 10732 ! README ext/GDBM_File/GDBM_File.pm 10733 ! ext/SDBM_File/sdbm/Makefile.PL pod/perlsyn.pod 10734____________________________________________________________________________ 10735[ 931] By: gsar on 1998/05/14 05:51:19 10736 Log: merge change#745 from maintbranch 10737 Branch: win32/perl 10738 + ext/DynaLoader/DynaLoader.pm.PL 10739 - ext/DynaLoader/DynaLoader.pm 10740 ! MANIFEST ext/DynaLoader/Makefile.PL 10741____________________________________________________________________________ 10742[ 930] By: nick on 1998/05/13 20:39:59 10743 Log: resolve -at //depot/win32 into ansiperl for C++ testing. 10744 Branch: ansiperl 10745 ! utils/perldoc.PL 10746 !> MANIFEST ext/Fcntl/Fcntl.pm hv.c lib/ExtUtils/Liblist.pm op.c 10747 !> perl.c pod/perlfunc.pod pod/perlguts.pod pp.c pp_ctl.c 10748 !> regcomp.c regcomp.h regexec.c t/op/hashwarn.t t/op/runlevel.t 10749 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc 10750 !> win32/makedef.pl win32/makefile.mk 10751____________________________________________________________________________ 10752[ 929] By: gsar on 1998/05/13 10:13:36 10753 Log: merge change#687 from maintbranch 10754 Branch: win32/perl 10755 ! pod/perlfunc.pod 10756____________________________________________________________________________ 10757[ 928] By: gsar on 1998/05/13 10:08:13 10758 Log: merge change#683 from maintbranch 10759 Branch: win32/perl 10760 ! pod/perlguts.pod 10761____________________________________________________________________________ 10762[ 927] By: gsar on 1998/05/13 09:51:43 10763 Log: merge change#681 from maintbranch 10764 Branch: win32/perl 10765 ! ext/Fcntl/Fcntl.pm 10766____________________________________________________________________________ 10767[ 926] By: gsar on 1998/05/13 09:47:11 10768 Log: merge change#664 from maint branch 10769 Branch: win32/perl 10770 ! regcomp.c regcomp.h regexec.c 10771____________________________________________________________________________ 10772[ 925] By: gsar on 1998/05/13 08:55:28 10773 Log: merge missing part of change#663 from maint branch 10774 Branch: win32/perl 10775 ! op.c 10776____________________________________________________________________________ 10777[ 924] By: gsar on 1998/05/12 18:50:04 10778 Log: remove x586 code gen switch (-5) for Borland, it is non-generic, 10779 and seems to generate problematic code for PII. 10780 Branch: win32/perl 10781 ! win32/makefile.mk 10782____________________________________________________________________________ 10783[ 923] By: gsar on 1998/05/12 16:24:02 10784 Log: fix test failure 10785 Message-Id: <199805120940.KAA01252@pluto.tiuk.ti.com> 10786 Date: Tue, 12 May 1998 10:40:57 BST 10787 From: Nick.Ing-Simmons@tiuk.ti.com 10788 Subject: test buglet 10789 Branch: win32/perl 10790 ! t/op/hashwarn.t 10791____________________________________________________________________________ 10792[ 922] By: TimBunce on 1998/05/11 20:58:58 10793 Log: Assorted patches: 10794 10795 ------ CORE LANGUAGE ------ 10796 10797 Title: "incorrect return value for hv_iterinit" 10798 From: Gurusamy Sarathy <gsar@engin.umich.edu> 10799 Msg-ID: <199805031848.OAA20618@aatma.engin.umich.edu> 10800 Files: pod/perlguts.pod hv.c 10801 10802 ------ DOCUMENTATION ------ 10803 10804 Title: "perlvar.pod buglet E<EVMSERR>" 10805 From: Achim Bohnet <ach@mpe.mpg.de> 10806 Msg-ID: <9805041415.AA22185@o09.xray.mpe.mpg.de> 10807 Files: pod/perlvar.pod 10808 10809 Title: "Improve docs for warning about code after an exec()" 10810 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Chaim Frenkel 10811 <chaimf@concentric.net> 10812 Msg-ID: <E0yYUit-0003yb-00@taurus.cus.cam.ac.uk>, 10813 <m3ra22qn1z.fsf@chany-p100.emwp.com> 10814 Files: pod/perlfunc.pod 10815 10816 Title: "Remove dead code from pod2man" 10817 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 10818 Msg-ID: <E0yXmuT-0006Ll-00@ursa.cus.cam.ac.uk> 10819 Files: pod/pod2man.PL 10820 10821 Title: "tweak doc for C<do FILENAME>" 10822 From: Gurusamy Sarathy <gsar@engin.umich.edu> 10823 Msg-ID: <199805090017.UAA06888@aatma.engin.umich.edu> 10824 Files: pod/perlfunc.pod 10825 10826 Title: "Document integer pragma effect on % operator" 10827 From: Gisle Aas <gisle@aas.no> 10828 Msg-ID: <m3yawjmzhx.fsf@furu.g.aas.no> 10829 Files: pod/perlop.pod 10830 10831 Title: "Reduce rm command line length in pod/Makefile" 10832 From: Hugo van der Sanden <h.sanden@elsevier.nl> 10833 Msg-ID: <199805041423.QAA13199@dorlas.elsevier.nl> 10834 Files: pod/Makefile 10835 10836 ------ EXTENSIONS ------ 10837 10838 Title: "Clarify Termios usage in POSIX.pod" 10839 From: Rocco Caputo <troc@netrus.net> 10840 Msg-ID: <199805101952.PAA12738@ns.netrus.net> 10841 Files: ext/POSIX/POSIX.pod 10842 10843 ------ LIBRARY ------ 10844 10845 Title: "Fix File::Find::finddepth typo in trial 2 release" 10846 From: koenig@kulturbox.de (Andreas J. Koenig) 10847 Msg-ID: <sfcbttflsjz.fsf@dubravka.in-berlin.de> 10848 Files: lib/File/Find.pm t/lib/filefind.t 10849 10850 ------ PORTABILITY - GENERAL ------ 10851 10852 Title: "Add Porting/patching.pod document" 10853 From: Daniel Grisinger <dgris@tdrenterprises.com> 10854 Msg-ID: <199805030305.XAA16147@relay.pair.com> 10855 Files: MANIFEST Porting/patching.pod 10856 10857 Title: "hints/machten.sh: disable semctl(), align with devel version" 10858 From: Dominic Dunlop <domo@vo.lu> 10859 Msg-ID: <v03110701b175fc029eb1@[195.95.102.115]> 10860 Files: hints/machten.sh 10861 10862 Title: "Add VMS specifics to Porting/makerel" 10863 From: Charles Bailey <BAILEY@newman.upenn.edu> 10864 Msg-ID: <01IWDK1LONRQ0026P0@cor.newman.upenn.edu>, 10865 <199804271732.SAA13762@toad.ig.co.uk>, 10866 <9804250212.AA27695@forte.com> 10867 Files: Porting/makerel 10868 Branch: maint-5.004/perl 10869 + Porting/patching.pod 10870 ! MANIFEST Porting/makerel ext/POSIX/POSIX.pod hints/machten.sh 10871 ! hv.c lib/File/Find.pm pod/Makefile pod/perlfunc.pod 10872 ! pod/perlguts.pod pod/perlop.pod pod/perlvar.pod pod/pod2man.PL 10873 ! t/lib/filefind.t 10874____________________________________________________________________________ 10875[ 921] By: gsar on 1998/05/10 02:28:03 10876 Log: various tweaks to makefiles 10877 Branch: win32/perl 10878 ! win32/Makefile win32/makedef.pl win32/makefile.mk 10879____________________________________________________________________________ 10880[ 920] By: gsar on 1998/05/10 02:27:19 10881 Log: fix ExtUtils::Liblist mishandling paths with spaces 10882 Branch: win32/perl 10883 ! lib/ExtUtils/Liblist.pm 10884____________________________________________________________________________ 10885[ 919] By: gsar on 1998/05/09 17:10:15 10886 Log: minor cleanup 10887 Branch: win32/perl 10888 ! MANIFEST perl.c 10889____________________________________________________________________________ 10890[ 918] By: gsar on 1998/05/09 17:09:09 10891 Log: protect sortcop from C<sort { sort { ... } ... } ...> 10892 Message-Id: <199805082333.TAA06287@aatma.engin.umich.edu> 10893 Date: Fri, 08 May 1998 19:33:44 EDT 10894 From: Gurusamy Sarathy <gsar@engin.umich.edu> 10895 Subject: [PATCH] Re: double recursion in sort 10896 Branch: win32/perl 10897 ! pp_ctl.c t/op/runlevel.t 10898____________________________________________________________________________ 10899[ 917] By: gsar on 1998/05/09 17:05:55 10900 Log: c 10901 Branch: win32/perl 10902 ! win32/config.bc win32/config.gc win32/config.vc 10903____________________________________________________________________________ 10904[ 916] By: gsar on 1998/05/07 03:40:15 10905 Log: fix C<print "foo ${\()}"> (pp_refgen fumbles when G_SCALAR, no args) 10906 Branch: win32/perl 10907 ! pp.c 10908____________________________________________________________________________ 10909[ 915] By: mbeattie on 1998/05/06 13:08:29 10910 Log: Speed up pp_entersub for usethreads with only 1 thread running. 10911 Branch: perl 10912 ! pp_hot.c 10913____________________________________________________________________________ 10914[ 914] By: gsar on 1998/05/03 18:44:38 10915 Log: make hv_iterinit() return HvKEYS() 10916 Message-Id: <3.0.1.32.19980502162922.009e6320@www.syncad.com> 10917 Date: Sat, 02 May 1998 16:29:22 EDT 10918 From: "SynaptiCAD, Inc." <sales@syncad.com> 10919 Subject: incorrect return value for hv_iterinit 10920 Branch: win32/perl 10921 ! hv.c pod/perlguts.pod 10922____________________________________________________________________________ 10923[ 913] By: TimBunce on 1998/05/01 22:38:38 10924 Log: Update MANIFEST for trial 2. 10925 (Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t) 10926 Branch: maint-5.004/perl 10927 ! MANIFEST 10928____________________________________________________________________________ 10929[ 912] By: TimBunce on 1998/05/01 22:30:29 10930 Log: Add t/op/tiehandle.t as xtext to repository (see change 911) 10931 Branch: maint-5.004/perl 10932 + t/op/tiehandle.t 10933____________________________________________________________________________ 10934[ 911] By: TimBunce on 1998/05/01 21:35:03 10935 Log: 10936 Title: "Add ERRSV, ERRHV, DEFSV and SAVE_DEFSV for XS 5.005 compatibility" 10937 From: timbo@ig.co.uk (Tim Bunce) 10938 Msg-ID: <199804200854.JAA01482@toad.ig.co.uk> 10939 Files: perl.h 10940 10941 Title: "Add WRITE & CLOSE to TIEHANDLE" 10942 From: Graham Barr <gbarr@pobox.com> 10943 Msg-ID: <34F63DC8.CA95670F@pobox.com> 10944 Files: pod/perltie.pod lib/Tie/Handle.pm pp_sys.c t/op/tiehandle.t 10945 Branch: maint-5.004/perl 10946 + lib/Tie/Handle.pm 10947 ! perl.h pod/perltie.pod pp_sys.c 10948____________________________________________________________________________ 10949[ 910] By: TimBunce on 1998/05/01 20:47:47 10950 Log: 10951 Title: "Add warning for Illegal hex digit" 10952 From: Stephen P Potter <spp@spp.users.ds.net>, Stephen Potter 10953 <spp@psasolar.colltech.com>, Tim.Bunce@ig.co.uk (Tim Bunce) 10954 Msg-ID: <199804232219.SAA02267@spp.users.ds.net>, 10955 <199804271409.PAA12819@toad.ig.co.uk>, 10956 <199804280307.WAA12332@psasolar.psa.pencom.com> 10957 Files: pod/perldiag.pod util.c 10958 10959 Title: "perl_call_method() bug fix (corrupt op pointer)" 10960 From: "Alterman, Eugene" <Eugene.Alterman@bremer-inc.com> 10961 Msg-ID: <510415F72ECFD111A31700A0C9B3CCDE3098@efx98digmasa.bremer-inc.com> 10962 Files: perl.c 10963 10964 Title: "Fix printf segmentation fault" 10965 From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 10966 Msg-ID: <l03130300b16bebdbc314@[194.222.64.89]> 10967 Files: pp_hot.c 10968 10969 Title: "Document changed local($a[$i],$b{$j}) behaviour re delete/splice" 10970 From: Charles Bailey <BAILEY@newman.upenn.edu> 10971 Msg-ID: <01IVMVIHNZ36001NKH@cor.newman.upenn.edu> 10972 Files: pod/perlsub.pod 10973 Branch: maint-5.004/perl 10974 ! perl.c pod/perldiag.pod pod/perlsub.pod pp_hot.c util.c 10975____________________________________________________________________________ 10976[ 909] By: TimBunce on 1998/05/01 19:44:47 10977 Log: 10978 Title: "Change Ilya's do_binmode to K&R prototype and move to doio.c" 10979 Files: doio.c util.c 10980 Branch: maint-5.004/perl 10981 ! doio.c util.c 10982____________________________________________________________________________ 10983[ 908] By: gsar on 1998/05/01 19:21:02 10984 Log: add AS patch#20 (exposes more global constants) 10985 Branch: asperl 10986 ! ObjXSub.h byterun.h embed.h embedvar.h global.sym globals.c 10987 ! interp.sym ipsock.h ipstdio.h objpp.h perlio.h perlsock.h 10988 ! proto.h util.c win32/GenCAPI.pl win32/runperl.c 10989____________________________________________________________________________ 10990[ 907] By: TimBunce on 1998/05/01 17:50:46 10991 Log: 10992 Title: "Runtime Carp verbosity without aliasing" 10993 From: Joshua.Pritikin@NewYork2.dmg.deuba.com, Tim Bunce 10994 Msg-ID: <H00000e50003936c@MHS> 10995 Files: lib/Carp.pm 10996 10997 Title: "Fix File::Basename to not untaint results (using new //t flag)" 10998 From: Eric Hammond <erich@finity.citysearch.com>, Tom Phoenix 10999 <rootbeer@teleport.com> 11000 Msg-ID: <199710070515.WAA00682@finity.citysearch.com>, 11001 <Pine.GSO.3.96.971007074114.14211J-100000@usertest.teleport.com> 11002 Files: lib/File/Basename.pm 11003 Branch: maint-5.004/perl 11004 ! lib/Carp.pm lib/File/Basename.pm 11005____________________________________________________________________________ 11006[ 906] By: TimBunce on 1998/04/28 11:04:49 11007 Log: 11008 ------ CORE LANGUAGE ------ 11009 11010 Title: "5.004_04m5t1: Fix dangling references in LVs", "Fix dangling 11011 references in LVs" 11012 From: Spider Boardman <spider@orb.nashua.nh.us> 11013 Msg-ID: <199804010541.AAA32615@Orb.Nashua.NH.US>, 11014 <19980422164037.D29222@perl.org> 11015 Files: embed.h keywords.h opcode.h perl.h proto.h doop.c global.sym mg.c 11016 pp.c sv.c 11017 11018 Title: "Fix SvGMAGIC typo in change 904" 11019 Files: doop.c 11020 Branch: maint-5.004/perl 11021 ! doop.c embed.h global.sym keywords.h mg.c opcode.h perl.h pp.c 11022 ! proto.h sv.c 11023____________________________________________________________________________ 11024[ 905] By: TimBunce on 1998/04/28 10:32:20 11025 Log: Regexp patches 11026 11027 Title: "New regex flag //t to leave $1 etc. tainted" 11028 From: Chip Salzenberg <chip@pobox.com>, Tim Bunce <Tim.Bunce@ig.co.uk> 11029 Msg-ID: <19980310192640.37826@cyprus> 11030 Files: pod/perlop.pod pod/perlre.pod op.h dump.c mg.c pp_hot.c sv.c 11031 t/op/taint.t toke.c 11032 11033 Title: "Don't accidentally untaint target of s///" 11034 From: Chip Salzenberg <chip@pobox.com> 11035 Msg-ID: <19980310151756.24767@cyprus> 11036 Files: pp_ctl.c pp_hot.c t/op/taint.t 11037 11038 Title: "Allow but ignore embedded /...(?o).../ in regexp" 11039 From: h.sanden@elsevier.nl (Hugo van der Sanden) 11040 Msg-ID: <199804201243.OAA08244@dorlas.elsevier.nl> 11041 Files: regcomp.c 11042 Branch: maint-5.004/perl 11043 ! dump.c mg.c op.h pod/perlop.pod pod/perlre.pod pp_ctl.c 11044 ! pp_hot.c regcomp.c sv.c t/op/taint.t toke.c 11045____________________________________________________________________________ 11046[ 904] By: TimBunce on 1998/04/27 20:20:21 11047 Log: Assorted patches: 11048 11049 ------ CORE LANGUAGE ------ 11050 11051 Title: "Protect join() against double reads on undef and SvGMAGICALs" 11052 From: Chip Salzenberg <chip@perlsupport.com>, Tim Bunce 11053 <Tim.Bunce@ig.co.uk> 11054 Msg-ID: <19980424080630.D13985@perl.org> 11055 Files: doop.c 11056 11057 Title: "Better error message for require failure" 11058 From: epeschko@den-mdev1 (Ed Peschko) 11059 Msg-ID: <199804240047.SAA24155@den-mdev1.co.csgsystems.com> 11060 Files: pod/perldiag.pod pp_ctl.c 11061 11062 Title: "fixes for various noises under PERL_DESTRUCT_LEVEL" 11063 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11064 Msg-ID: <199804231926.PAA23969@aatma.engin.umich.edu> 11065 Files: perl.c 11066 11067 Title: "Fix nice_chunk memory leak" 11068 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11069 Msg-ID: <199804052347.TAA15699@aatma.engin.umich.edu> 11070 Files: sv.c 11071 11072 Title: "-2.0 vs. -2 (was Number representations)" 11073 From: Chip Salzenberg <chip@pobox.com> 11074 Msg-ID: <19980309185652.11231@cyprus> 11075 Files: op.c 11076 11077 Title: "perl.c fixes for -DUNEXEC" 11078 From: Matt Wette <mwette@mr-ed.jpl.nasa.gov>, Matthew R Wette 11079 <mwette@mr-ed.jpl.nasa.gov> 11080 Msg-ID: <199710152146.OAA07283@mr-ed.jpl.nasa.gov> 11081 Files: perl.c 11082 11083 ------ DOCUMENTATION ------ 11084 11085 Title: "perlcall is Perl from C, not C from Perl" 11086 From: Steve A Fink <sfink@cs.berkeley.edu> 11087 Files: pod/perlembed.pod 11088 11089 Title: "Clarify require "Foo::Bar" non-bareword issue" 11090 From: Dominique Dumont <domi@ss7serv.grenoble.hp.com> 11091 Msg-ID: <199804231527.AA153445256@ss7serv.grenoble.hp.com> 11092 Files: pod/perlfunc.pod 11093 11094 Title: "(repost) new text for perlsec", "new text for perlsec" 11095 From: Tom Phoenix <rootbeer@teleport.com> 11096 Msg-ID: <Pine.GSO.3.96.980423161605.5518N-100000@user2.teleport.com> 11097 Files: pod/perlsec.pod 11098 11099 ------ EXTENSIONS ------ 11100 11101 Title: "IO::Socket->socketpair broken (typo)" 11102 From: Olaf Titz <olaf@bigred.inka.de> 11103 Msg-ID: <19980425224535.2807.qmail@bigred.inka.de> 11104 Files: ext/IO/lib/IO/Socket.pm 11105 11106 Title: "NDBM_File man page needs Fcntl" 11107 From: "Danny R. Faught" <faught@mailhost.rsn.hp.com> 11108 Msg-ID: <199707011500.IAA00601@palrel3.hp.com> 11109 Files: ext/NDBM_File/NDBM_File.pm 11110 11111 ------ LIBRARY ------ 11112 11113 Title: "Documentation discrepancy: pragmatic modules" 11114 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, h.sanden@elsevier.nl (Hugo van der Sanden) 11115 Msg-ID: <199804221525.RAA12695@dorlas.elsevier.nl>, 11116 <E0ySPhk-00034f-00@taurus.cus.cam.ac.uk> 11117 Files: lib/strict.pm lib/subs.pm lib/vars.pm 11118 11119 ------ PORTABILITY - GENERAL ------ 11120 11121 Title: "Updated hints file for svr4" 11122 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11123 Msg-ID: <Pine.SUN.3.96.980423110522.26621A-100000@newton.phys> 11124 Files: hints/svr4.sh 11125 11126 Title: "Pumpkin update -- shared libperl.so location" 11127 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11128 Msg-ID: <Pine.SUN.3.96.980424115837.6222A-100000@newton.phys> 11129 Files: Porting/pumpkin.pod 11130 11131 Title: "perl compile fix for AIX 4.3" 11132 From: Jens-Uwe Mager <jum@helios.de> 11133 Msg-ID: <199804261611.SAA34728@ans.helios.de> 11134 Files: ext/DynaLoader/dl_aix.xs 11135 11136 Title: "Dynaloader build on VMS", 11137 From: pvhp@forte.com (Peter Prymmer), timbo@ig.co.uk (Tim Bunce) 11138 Msg-ID: <199804271732.SAA13762@toad.ig.co.uk>, <9804250212.AA27695@forte.com> 11139 Files: vms/descrip.mms 11140 11141 ------ UTILITIES ------ 11142 11143 Title: "Major update to h2ph.PL" 11144 From: Billy <wdconsta@cs.adelaide.edu.au> 11145 Msg-ID: <Pine.SV4.3.93.980424031837.20782A-200000@ermintrude.teaching.cs.adelaide.edu.au> 11146 Files: utils/h2ph.PL 11147 Branch: maint-5.004/perl 11148 ! Porting/pumpkin.pod doop.c ext/DynaLoader/dl_aix.xs 11149 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/NDBM_File.pm 11150 ! hints/svr4.sh lib/strict.pm lib/subs.pm lib/vars.pm op.c 11151 ! perl.c pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod 11152 ! pod/perlsec.pod pp_ctl.c sv.c utils/h2ph.PL vms/descrip.mms 11153____________________________________________________________________________ 11154[ 903] By: gsar on 1998/04/25 22:27:19 11155 Log: add AS patch#19 (adds socket layer generation to GenCAPI.pl) 11156 Branch: asperl 11157 ! win32/GenCAPI.pl 11158____________________________________________________________________________ 11159[ 902] By: nick on 1998/04/25 16:35:08 11160 Log: Case sensitive tweak to perldoc.PL 11161 Branch: ansiperl 11162 ! utils/perldoc.PL 11163____________________________________________________________________________ 11164[ 901] By: nick on 1998/04/25 15:16:54 11165 Log: Implement use attrs qw(locked package); 11166 Passes all tests except posix (hangs/dies) in sigaction test after 11167 printing "ok 9". 11168 Branch: ansiperl 11169 ! cv.h ext/attrs/attrs.pm ext/attrs/attrs.xs pp_hot.c 11170____________________________________________________________________________ 11171[ 900] By: nick on 1998/04/25 13:58:17 11172 Log: Auto-insert defined() test in while when test expression is 11173 readline (i.e. <>), glob, readdir, or each. 11174 Branch: ansiperl 11175 + t/op/defins.t 11176 ! op.c pod/perlop.pod 11177____________________________________________________________________________ 11178[ 899] By: nick on 1998/04/25 13:14:52 11179 Log: Resolve ansiperl against win32 branch 11180 Branch: ansiperl 11181 +> (branch 53 files) 11182 - config_H 11183 !> (integrate 227 files) 11184____________________________________________________________________________ 11185[ 898] By: gsar on 1998/04/24 17:01:05 11186 Log: add AS patch#18 11187 Branch: asperl 11188 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp win32/GenCAPI.pl 11189____________________________________________________________________________ 11190[ 897] By: TimBunce on 1998/04/23 19:49:22 11191 Log: Assorted patches: 11192 11193 ------ CORE LANGUAGE ------ 11194 11195 Title: "fix for "Unbalanced string table refcount"" 11196 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11197 Msg-ID: <199804042251.RAA25527@aatma.engin.umich.edu> 11198 Files: sv.c 11199 11200 Title: "Allow more lenient switch processing" 11201 From: "John L. Allen" <allen@grumman.com> 11202 Msg-ID: <199803251638.LAA22664@gateway.grumman.com> 11203 Files: perl.c 11204 11205 Title: "Add fourth arg to substr: substr EXPR,OFFSET,LEN,REPLACEMENT" 11206 From: Gisle Aas <gisle@aas.no> 11207 Msg-ID: <m3g1jglqtm.fsf@furu.g.aas.no> 11208 Files: pod/perlfunc.pod Todo opcode.pl pp.c t/op/substr.t 11209 11210 Title: "Odd number of elements in hash list." 11211 From: Tom Phoenix <rootbeer@teleport.com> 11212 Msg-ID: <Pine.GSO.3.96.980328151929.29336D-100000@user2.teleport.com> 11213 Files: MANIFEST pod/perldiag.pod pp.c pp_hot.c t/op/hashwarn.t 11214 11215 Title: "another destruct_level fix" 11216 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11217 Msg-ID: <199804030105.UAA04400@aatma.engin.umich.edu> 11218 Files: hv.c 11219 11220 Title: "bidirectional pipe warning blues" 11221 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 11222 Msg-ID: <9804082151.AA20399@claudius.bfsec.bt.co.uk> 11223 Files: doio.c 11224 11225 Title: "stale pointers after realloc (MEXTEND in pp_print and pp_prtf)" 11226 From: Malcolm Beattie <mbeattie@sable.ox.ac.uk> 11227 Msg-ID: <199801191107.LAA17979@sable.ox.ac.uk> 11228 Files: pp_hot.c pp_sys.c 11229 11230 Title: "unimplemented umask() should return undef not die" 11231 From: kstar@chapin.edu (Kurt D. Starsinic) 11232 Msg-ID: <199803120515.VAA08660@chapin.edu> 11233 Files: pod/perlfunc.pod pp_sys.c 11234 11235 Title: "warning for: bless $foo, """ 11236 From: Joshua.Pritikin@NewYork2.dmg.deuba.com 11237 Msg-ID: <H00000e5000378a0@MHS> 11238 Files: pod/perldiag.pod pp.c 11239 11240 ------ DOCUMENTATION ------ 11241 11242 Title: "Mention SWIG in perlxs.pod" 11243 From: Steve A Fink <sfink@cs.berkeley.edu> 11244 Msg-ID: <Pine.HPP.3.96.980408154956.20990K-100000@brooksie.CS.Berkeley.EDU> 11245 Files: pod/perlxs.pod 11246 11247 Title: "fix-up of previous perlre.pod patch" 11248 From: Ted Ashton <ashted@southern.edu> 11249 Msg-ID: <199803031540.KAA09388@ns.southern.edu> 11250 Files: pod/perlre.pod 11251 11252 Title: "long list of man page nitpicks" 11253 From: Greg Bacon <gbacon@mickey.cs.uah.edu>, Tom Christiansen 11254 <tchrist@jhereg.perl.com> 11255 Msg-ID: <199804221844.NAA08338@pluto.cs.uah.edu>, 11256 <199804222204.QAA20805@jhereg.perl.com> 11257 Files: pod/perlapio.pod pod/perlcall.pod pod/perldebug.pod pod/perldelta.pod 11258 pod/perldiag.pod pod/perlembed.pod pod/perlfaq2.pod 11259 pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod 11260 pod/perlfaq7.pod pod/perlfaq8.pod pod/perlform.pod 11261 pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod 11262 pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod 11263 pod/perlre.pod pod/perlref.pod pod/perlrun.pod 11264 pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod 11265 pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod 11266 pod/pod2man.PL 11267 11268 Title: "document that system() does not set $! when it fails" 11269 From: "Mark R. Levinson" <mrl@isc.upenn.edu> 11270 Msg-ID: <199803011946.OAA31942@anaximander.dccs.upenn.edu> 11271 Files: pod/perlfunc.pod 11272 11273 Title: "Fix pod/roffitall execute permission" 11274 From: lvirden@cas.org 11275 Msg-ID: <1997Nov17.132031.2589892@cor.newman> 11276 Files: pod/roffitall 11277 11278 Title: "document when split ignores trailing empty fields" 11279 From: Hugo van der Sanden <hv@crypt0.demon.co.uk> 11280 Msg-ID: <l03130300b14fac832b77@[194.222.64.89]> 11281 Files: pod/perlfunc.pod 11282 11283 ------ EXTENSIONS ------ 11284 11285 Title: "Buglet in Opcode.pm documentation" 11286 From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 11287 Msg-ID: <199804170349.XAA32445@sleipnir.valparaiso.cl> 11288 Files: ext/Opcode/Opcode.pm 11289 11290 Title: "Failure to append to perllocal.pod should not be fatal" 11291 From: koenig@kulturbox.de (Andreas J. Koenig) 11292 Msg-ID: <sfciuogy67x.fsf@dubravka.in-berlin.de> 11293 Files: lib/ExtUtils/MM_Unix.pm 11294 11295 Title: "Document that IO.pm does not load IO::Select etc" 11296 From: Graham Barr <gbarr@ti.com> 11297 Msg-ID: <353B48F1.64E35A63@ti.com> 11298 Files: ext/IO/IO.pm 11299 11300 Title: "Install extensions with bootstrap (again) in $archlib" 11301 From: Achim Bohnet <ach@mpe.mpg.de>, koenig@kulturbox.de (Andreas J. 11302 Koenig) 11303 Msg-ID: <9804061909.AA12675@o09.xray.mpe.mpg.de>, 11304 <sfc90oxc0uj.fsf@dubravka.in-berlin.de> 11305 Files: lib/ExtUtils/Install.pm 11306 11307 Title: "glibc2.0.6 missing MSG_* <sys/socket.h> defines." 11308 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11309 Msg-ID: <Pine.SUN.3.96.980406113950.3166L-100000@newton.phys> 11310 Files: ext/Socket/Socket.xs 11311 11312 ------ LIBRARY ------ 11313 11314 Title: "Benchmark.pm: add run-for-some-time mode" 11315 From: Jarkko Hietaniemi <jhi@iki.fi> 11316 Msg-ID: <199804080647.JAA15136@alpha.hut.fi> 11317 Files: lib/Benchmark.pm 11318 11319 Title: "Comments added to Carp.pm" 11320 From: Andy Wardley <abw@cre.canon.co.uk>, Chip Salzenberg 11321 <chip@perlsupport.com>, Tom Christiansen 11322 <tchrist@jhereg.perl.com> 11323 Msg-ID: <19980422164242.E29222@perl.org>, 11324 <199804222033.OAA17959@jhereg.perl.com>, 11325 <980409182357.ZM21638@bandanna> 11326 Files: lib/Carp.pm 11327 11328 Title: "chat2.pl fix" 11329 From: Charles Bailey <BAILEY@newman.upenn.edu> 11330 Msg-ID: <01IVMVF507PO001NKH@cor.newman.upenn.edu> 11331 Files: lib/chat2.pl 11332 11333 Title: "lib/Pod/Html.pm" 11334 From: d-lewart@uiuc.edu (Daniel S. Lewart) 11335 Msg-ID: <199710170718.DAA25472@staff1.cso.uiuc.edu>, 11336 <199710180417.AAA19778@staff2.cso.uiuc.edu> 11337 Files: lib/Pod/Html.pm 11338 11339 Title: "ormaments method in Term/ReadLine.pm causes warning with string 11340 arg." 11341 From: hiroo.hayashi@computer.org 11342 Msg-ID: <199804061519.AAA21907@mail.fb3.so-net.ne.jp> 11343 Files: lib/Term/ReadLine.pm 11344 11345 ------ OTHER CHANGES ------ 11346 11347 Title: "ptags broken" 11348 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 11349 Msg-ID: <199804120208.WAA29264@monk.mps.ohio-state.edu> 11350 Files: emacs/ptags 11351 11352 ------ PORTABILITY - WIN32 ------ 11353 11354 Title: "win32 tweaks (signals and crypt support)" 11355 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11356 Msg-ID: <199804170505.BAA06413@aatma.engin.umich.edu> 11357 Files: perl.h win32/config.bc win32/config.vc win32/config_H.bc 11358 win32/config_H.vc win32/win32.c 11359 11360 ------ PORTABILITY - GENERAL ------ 11361 11362 Title: "Add Social Contract (2nd Draft) as Porting/Contract" 11363 From: Russ Allbery <rra@stanford.edu> 11364 Msg-ID: <m3btw66n8i.fsf@windlord.Stanford.EDU> 11365 Files: Porting/Contract 11366 11367 Title: "Config: Irix 5 hints" 11368 From: kstar@O2.chapin.edu 11369 Msg-ID: <199804061712.NAA22823@O2.chapin.edu> 11370 Files: hints/irix_5.sh 11371 11372 Title: "VMS patches to 5.004_03" 11373 From: Charles Bailey <BAILEY@newman.upenn.edu> 11374 Msg-ID: <01IVYJS0L8D200209B@cor.newman.upenn.edu> 11375 Files: vms/vms.c 11376 11377 Title: "hints/netbsd.sh - enable vfork" 11378 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11379 Msg-ID: <Pine.SUN.3.96.980417110749.19327B-100000@newton.phys> 11380 Files: hints/netbsd.sh 11381 11382 ------ UTILITIES ------ 11383 11384 Title: "support find2perl -follow" 11385 From: Billy <wdconsta@cs.adelaide.edu.au> 11386 Msg-ID: <Pine.SV4.3.93.980408005903.24081A-100000@ermintrude.teaching.cs.adelaide.edu.au> 11387 Files: x2p/find2perl.PL 11388 Branch: maint-5.004/perl 11389 + Porting/Contract t/op/hashwarn.t 11390 ! MANIFEST Todo doio.c emacs/ptags embed.h ext/IO/IO.pm 11391 ! ext/Opcode/Opcode.pm ext/Socket/Socket.xs hints/irix_5.sh 11392 ! hints/netbsd.sh hv.c lib/Benchmark.pm lib/Carp.pm 11393 ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm 11394 ! lib/Pod/Html.pm lib/Term/ReadLine.pm lib/chat2.pl opcode.h 11395 ! opcode.pl perl.c perl.h pod/perlapio.pod pod/perlcall.pod 11396 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod 11397 ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod 11398 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod 11399 ! pod/perlfaq8.pod pod/perlform.pod pod/perlfunc.pod 11400 ! pod/perlguts.pod pod/perlhist.pod pod/perlipc.pod 11401 ! pod/perllocale.pod pod/perlmodlib.pod pod/perlop.pod 11402 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod 11403 ! pod/perlstyle.pod pod/perlsub.pod pod/perlsyn.pod 11404 ! pod/perltoot.pod pod/perlvar.pod pod/perlxs.pod pod/pod2man.PL 11405 ! pod/roffitall pp.c pp_hot.c pp_sys.c sv.c t/TEST t/op/gv.t 11406 ! t/op/substr.t vms/vms.c win32/config.bc win32/config.vc 11407 ! win32/config_H.bc win32/config_H.vc win32/win32.c 11408 ! x2p/find2perl.PL 11409____________________________________________________________________________ 11410[ 896] By: TimBunce on 1998/04/22 11:49:24 11411 Log: Assorted patches: 11412 11413 ------ CORE LANGUAGE ------ 11414 11415 Title: "Additional regex-cache patch" 11416 From: Chip Salzenberg <chip@atlantic.net> 11417 Msg-ID: <19980305104831.38100@cyprus> 11418 Files: pp_ctl.c 11419 11420 Title: "Conservative C<*x = undef> patch" 11421 From: Chip Salzenberg <chip@atlantic.net> 11422 Msg-ID: <19980310163310.48509@cyprus> 11423 Files: pod/perldiag.pod pod/perlfunc.pod pp.c sv.c t/op/gv.t 11424 11425 Title: "Consider @ARGV to be plain files if inplace (-i)" 11426 From: Chip Salzenberg <salzench@nielsenmedia.com> 11427 Msg-ID: <199802042106.QAA04082@nielsenmedia.com> 11428 Files: doio.c 11429 11430 Title: "Fix semctl for Linux, Sun and SVR4" 11431 From: Graham Barr <gbarr@ti.com>, lvirden@cas.org (Larry W. Virden, x2487) 11432 Msg-ID: <3484247D.BB036D39@ti.com>, <9712021313.AA11495@cas.org> 11433 Files: doio.c 11434 11435 Title: "C<dSP> entails using C<SP>, not C<sp>" 11436 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11437 Msg-ID: <199803070149.UAA12217@aatma.engin.umich.edu> 11438 Files: pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod 11439 doio.c doop.c ext/DB_File/DB_File.xs 11440 ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs 11441 ext/POSIX/POSIX.xs ext/Socket/Socket.xs gv.c 11442 lib/ExtUtils/typemap mg.c os2/OS2/REXX/REXX.xs 11443 win32/win32.c 11444 11445 Title: "Make autouse -w-safe" 11446 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 11447 Msg-ID: <199803030236.VAA13244@monk.mps.ohio-state.edu> 11448 Files: lib/autouse.pm op.c sv.c 11449 11450 Title: "Misleading error on close of unopened handle" 11451 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 11452 Msg-ID: <E0y4R07-0003PH-00@ursa.cus.cam.ac.uk> 11453 Files: doio.c 11454 11455 Title: "Confusing error from perl -e "x'"" 11456 From: Hans Mulder <hansmu@xs4all.nl> 11457 Msg-ID: <1998Mar25.174320.2866352@cor.newman.upenn.edu> 11458 Files: toke.c 11459 11460 Title: "Add HAS_GNULIBC define" 11461 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11462 Msg-ID: <Pine.SUN.3.96.980305115202.9180K-100000@newton.phys> 11463 Files: config_H config_h.SH 11464 11465 Title: "h_errno might not be an int" 11466 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11467 Msg-ID: <Pine.SUN.3.96.980325165059.22255D-100000@newton.phys> 11468 Files: pp_sys.c 11469 11470 Title: "Revised taint hole closer", "Revised taint hole closer" 11471 From: Chip Salzenberg <chip@atlantic.net>, Ilya Zakharevich 11472 <ilya@math.ohio-state.edu> 11473 Msg-ID: <19980310222127.09350@cyprus>, 11474 <199803110554.AAA29157@monk.mps.ohio-state.edu> 11475 Files: doio.c 11476 11477 Title: "SEGV compiling localised lexical in perl5.004_05t1" 11478 From: Gurusamy Sarathy <gsar@engin.umich.edu>, h.sanden@elsevier.nl (Hugo 11479 van der Sanden) 11480 Msg-ID: <199803171530.QAA24053@dorlas.elsevier.nl>, 11481 <199803171727.MAA05234@aatma.engin.umich.edu> 11482 Files: op.c t/op/misc.t 11483 11484 Title: "Stale SP in pp_substr" 11485 From: Stephen McCamant <alias@mcs.com> 11486 Msg-ID: <m0yFsTS-000EZpC@alias-2.pr.mcs.net> 11487 Files: pp.c 11488 11489 Title: "Statement unlikely to be reached warning" 11490 From: Hans Mulder <hansm@icgned.nl> 11491 Msg-ID: <1997Dec24.171511.2683516@cor.newman> 11492 Files: op.c 11493 11494 Title: "Tainting propagates from nowhere" 11495 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11496 Msg-ID: <199803140411.XAA09343@aatma.engin.umich.edu> 11497 Files: pp.c 11498 11499 Title: "two trivial tweaks to 5.004m5t1" 11500 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11501 Msg-ID: <199803060553.AAA28461@aatma.engin.umich.edu> 11502 Files: proto.h win32/Makefile 11503 11504 Title: "unpacking negatives on Alpha" 11505 From: Achim Bohnet <ach@mpe.mpg.de> 11506 Msg-ID: <9710201503.AA24797@o09.xray.mpe.mpg.de> 11507 Files: pp.c t/op/pack.t 11508 11509 ------ LIBRARY AND EXTENSIONS ------ 11510 11511 Title: "Cwd.pm: abs_path() and fast_abs_path() plus code merge" 11512 From: Graham Barr <gbarr@ti.com> 11513 Msg-ID: <3482F365.4A0486BA@ti.com> 11514 Files: lib/Cwd.pm 11515 11516 Title: "Math/BigInt.pm, fixed use of undefined value." 11517 From: abigail@fnx.com 11518 Msg-ID: <19980313052452.27365.qmail@betelgeuse.wayne.fnx.com> 11519 Files: lib/Math/BigInt.pm 11520 11521 Title: "File::Find rewrite" 11522 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 11523 Msg-ID: <199803052344.SAA01008@monk.mps.ohio-state.edu> 11524 Files: lib/File/Find.pm 11525 11526 Title: "efficient version of strict.pm" 11527 From: koenig@anna.mind.de (Andreas J. Koenig) 11528 Msg-ID: <sfcpvonhdnc.fsf@anna.in-berlin.de> 11529 Files: lib/strict.pm 11530 11531 Title: "Socket occasional SEGV in pack_sockaddr_un" 11532 From: Trevor Blackwell <tlb@viaweb.com> 11533 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com> 11534 Files: ext/Socket/Socket.xs 11535 11536 Title: "Warning on mis-use of 'use lib'" 11537 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, Tom Phoenix 11538 <rootbeer@teleport.com>, chip@atlantic.net 11539 Msg-ID: <199801270435.XAA14147@cyprus.atlantic.net>, 11540 <E0xx9x4-0006jc-00@ursa.cus.cam.ac.uk>, 11541 <Pine.GSO.3.96.980126192445.22284N-100000@user2.teleport.com> 11542 Files: lib/lib.pm 11543 11544 Title: "bug in Class::Struct" 11545 From: Tom Christiansen <tchrist@toy.perl.com> 11546 Msg-ID: <199803290814.KAA05699@toy.perl.com> 11547 Files: lib/Class/Struct.pm 11548 11549 Title: "Allow POSIX to export nice()" 11550 From: bkeelerx@iwa.dp.intel.com (Bruce J. Keeler) 11551 Msg-ID: <eclg1kf5yf0.fsf@ws010.dp.intel.com> 11552 Files: ext/POSIX/POSIX.pm 11553 11554 Title: "'use Env' on WinNT/95 fails" 11555 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11556 Msg-ID: <199803280511.AAA15933@aatma.engin.umich.edu> 11557 Files: lib/Env.pm 11558 11559 ------ OTHER CHANGES ------ 11560 11561 Title: "mv-if-diff" 11562 From: Robin Barker <rmb1@cise.npl.co.uk> 11563 Msg-ID: <14572.9803271806@tempest.cise.npl.co.uk> 11564 Files: mv-if-diff 11565 11566 ------ PORTABILITY - WIN32 ------ 11567 11568 Title: "fix various problems with backticks on win32" 11569 From: Gurusamy Sarathy <gsar@engin.umich.edu> 11570 Msg-ID: <199803070705.CAA15945@aatma.engin.umich.edu> 11571 Files: win32/config_h.PL win32/win32.c 11572 11573 ------ TESTS ------ 11574 11575 Title: "Fix bug in locale.t" 11576 From: Jarkko Hietaniemi <jhi@iki.fi> 11577 Msg-ID: <199801042148.XAA08599@alpha.hut.fi> 11578 Files: t/pragma/locale.t 11579 Branch: maint-5.004/perl 11580 ! config_H config_h.SH doio.c doop.c ext/DB_File/DB_File.xs 11581 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs 11582 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs ext/Socket/Socket.xs 11583 ! gv.c lib/Class/Struct.pm lib/Cwd.pm lib/Env.pm 11584 ! lib/ExtUtils/typemap lib/File/Find.pm lib/Math/BigInt.pm 11585 ! lib/autouse.pm lib/lib.pm lib/strict.pm mg.c mv-if-diff op.c 11586 ! os2/OS2/REXX/REXX.xs pod/perlcall.pod pod/perldiag.pod 11587 ! pod/perlembed.pod pod/perlfunc.pod pod/perlguts.pod 11588 ! pod/perlxs.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c t/op/gv.t 11589 ! t/op/misc.t t/op/pack.t t/pragma/locale.t toke.c 11590 ! win32/Makefile win32/config_h.PL win32/win32.c 11591____________________________________________________________________________ 11592[ 895] By: gsar on 1998/04/22 03:13:19 11593 Log: intern -> sys_intern 11594 Branch: win32/perl 11595 ! embedvar.h interp.sym intrpvar.h win32/win32.h 11596____________________________________________________________________________ 11597[ 894] By: gsar on 1998/04/22 02:42:20 11598 Log: hand-applied patch along with small tweaks 11599 Message-Id: <35400e2a.13538517@smtp1.ibm.net> 11600 Date: Tue, 21 Apr 1998 23:31:06 +0200 11601 From: jan.dubois@ibm.net (Jan Dubois) 11602 Subject: Re: Per-Interpreter variables for win32.c 11603 Branch: win32/perl 11604 ! embedvar.h interp.sym intrpvar.h perl.c perl.h proto.h 11605 ! win32/makedef.pl win32/win32.c win32/win32.h 11606____________________________________________________________________________ 11607[ 893] By: gsar on 1998/04/21 03:42:21 11608 Log: add AS patch#17 11609 Branch: asperl 11610 + win32/GenCAPI.pl 11611 ! MANIFEST XSUB.h cv.h ipstdio.h lib/ExtUtils/MM_Unix.pm 11612 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm 11613 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp op.c perl.h 11614 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h win32/Makefile 11615 ! win32/dl_win32.xs win32/makefile.mk win32/runperl.c 11616 ! win32/win32.c 11617____________________________________________________________________________ 11618[ 892] By: gsar on 1998/04/20 20:51:50 11619 Log: add AS patch#16 11620 Branch: asperl 11621 ! globals.c ipdir.h perl.h perlvars.h regcomp.h win32/Makefile 11622 ! win32/makefile.mk 11623____________________________________________________________________________ 11624[ 891] By: gsar on 1998/04/19 23:50:34 11625 Log: tweak doc for C<do FILENAME> 11626 Branch: win32/perl 11627 ! pod/perlfunc.pod 11628____________________________________________________________________________ 11629[ 890] By: gsar on 1998/04/19 01:08:11 11630 Log: use a pidtable that grows dynamically for popen() 11631 Message-Id: <3539f434.44835409@smtp1.ibm.net> 11632 Date: Sat, 18 Apr 1998 21:01:27 +0200 11633 From: jan.dubois@ibm.net (Jan Dubois) 11634 Subject: Re: [PATCH] for bug in 5.004_64 when compiled with MSC++ 4.2 11635 Branch: win32/perl 11636 ! win32/win32.c 11637____________________________________________________________________________ 11638[ 889] By: gsar on 1998/04/17 02:13:58 11639 Log: support POSIX, enable more locale tests 11640 Branch: win32/perl 11641 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs 11642 ! t/lib/posix.t t/pragma/locale.t win32/Makefile 11643 ! win32/makedef.pl win32/makefile.mk 11644____________________________________________________________________________ 11645[ 888] By: mbeattie on 1998/04/14 16:22:51 11646 Log: CC did "<<" instead of ">>" for right-shift on ints. 11647 Branch: perl 11648 ! ext/B/B/CC.pm 11649____________________________________________________________________________ 11650[ 887] By: TimBunce on 1998/04/10 17:44:55 11651 Log: Assorted patches: 11652 11653 ------ CORE LANGUAGE ------ 11654 11655 Title: "Re: die exits with 0" 11656 From: Robin Barker <rmb1@cise.npl.co.uk> 11657 Files: perl.c t/op/die_exit.t 11658 11659 Title: "More toke.c commentary; fix oddity" 11660 From: h.sanden@elsevier.nl (Hugo van der Sanden) 11661 Msg-ID: <199803251022.LAA01308@dorlas.elsevier.nl> 11662 Files: toke.c 11663 11664 Title: "for semctl on solaris" 11665 From: Graham Barr <gbarr@ti.com> 11666 Msg-ID: <34624B80.C014E841@ti.com> 11667 Files: doio.c t/op/ipcmsg.t t/op/ipcsem.t 11668 11669 ------ DOCUMENTATION ------ 11670 11671 Title: "Add more 'see also's to perlre.pod.", "Perl regexp /g modifier bug" 11672 From: Ilya Zakharevich <ilya@math.ohio-state.edu>, epeschko@den-mdev1 (Ed 11673 Peschko), pjr@watcher.telstra.com.au (Peter Richardson) 11674 Msg-ID: <199803050000.LAA11476@watcher.telecom.com.au>, 11675 <199803050231.VAA19128@monk.mps.ohio-state.edu>, 11676 <199803050605.XAA09785@den-mdev1.co.csgsystems.com> 11677 Files: pod/perlre.pod 11678 11679 ------ LIBRARY AND EXTENSIONS ------ 11680 11681 Title: "BigFloat - small neagtive numbers cause panic" 11682 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 11683 Msg-ID: <199711201325.NAA09732@crypt.compulink.co.uk> 11684 Files: lib/Math/BigFloat.pm 11685 11686 Title: "Update Getopt::Long to 2.16" 11687 From: JVromans@Squirrel.nl (Johan Vromans), Johan Vromans 11688 <jvromans@squirrel.nl> 11689 Msg-ID: <13571.48089.726787.147769@plume.nl.compuware.com>, 11690 <13572.6847.863219.973795@phoenix.squirrel.nl> 11691 Files: lib/Getopt/Long.pm 11692 11693 Title: "New Text::ParseWords" 11694 From: pomeranz@netcom.com (Hal Pomeranz) 11695 Msg-ID: <199710162118.OAA06275@netcom7.netcom.com> 11696 Files: lib/Text/ParseWords.pm t/lib/parsewords.t 11697 11698 Title: "Fixed Text/Wrap.pm bugs (2)" 11699 From: Jacqui Caren <Jacqui.Caren@ig.co.uk> 11700 Msg-ID: <199709291548.QAA08645@toad.ig.co.uk> 11701 Files: lib/Text/Wrap.pm 11702 11703 Title: "Very *evil* File::CheckTree behavior! (now uses warn/die not 11704 print/exit)" 11705 From: Eryq <eryq@zeegee.com>, Randal Schwartz <merlyn@stonehenge.com> 11706 Msg-ID: <34B542FD.190A@zeegee.com>, <8cen2i9k6f.fsf@gadget.cscaper.com> 11707 Files: lib/File/CheckTree.pm 11708 11709 ------ OTHER CHANGES ------ 11710 11711 Title: "Add ./emacs/ptags" 11712 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 11713 Msg-ID: <199803150847.DAA08196@monk.mps.ohio-state.edu> 11714 Files: emacs/ptags 11715 11716 ------ TESTS ------ 11717 11718 Title: "Avoid stat test failure from build in /tmp (tmpfs)", "Build in /tmp" 11719 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Greg Bacon 11720 <gbacon@adtran.com>, pudge@pobox.com (Chris Nandor) 11721 Msg-ID: <199710171616.LAA13435@crp-201.adtran.com>, 11722 <Pine.SUN.3.96.971017171023.2349A-100000@newton.phys>, 11723 <v02130515b06be80f1486@[205.228.240.16]> 11724 Files: t/op/stat.t 11725 11726 Title: "for failure with lib/timelocal" 11727 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>, jan.dubois@ibm.net (Jan Dubois) 11728 Msg-ID: <34c78f61.2529827@smtp1.ibm.net>, 11729 <E0xvdfI-00057d-00@ursa.cus.cam.ac.uk> 11730 Files: t/lib/timelocal.t 11731 11732 Title: "Make "localhost" related failures more clear" 11733 From: Paul Hoffman <phoffman@proper.com> 11734 Msg-ID: <199801201859.KAA05686@mail.proper.com> 11735 Files: t/lib/io_sock.t t/lib/io_udp.t 11736 11737 ------ UTILITIES ------ 11738 11739 Title: "Let h2xs read multiple header files" 11740 From: Andy Dougherty <doughera@lafcol.lafayette.edu>, Benjamin Sugars 11741 <bsugars@canoe.ca> 11742 Msg-ID: <Pine.SOL.3.95.980310091946.25236A-100000@interact>, 11743 <Pine.SUN.3.96.980310145455.638A-100000@newton.phys> 11744 Files: utils/h2xs.PL 11745 Branch: maint-5.004/perl 11746 + emacs/ptags t/op/die_exit.t t/op/ipcmsg.t t/op/ipcsem.t 11747 ! MANIFEST doio.c lib/File/CheckTree.pm lib/Getopt/Long.pm 11748 ! lib/Math/BigFloat.pm lib/Text/ParseWords.pm lib/Text/Wrap.pm 11749 ! lib/base.pm perl.c pod/perlre.pod t/lib/io_sock.t 11750 ! t/lib/io_udp.t t/lib/parsewords.t t/lib/timelocal.t 11751 ! t/op/stat.t toke.c utils/h2xs.PL vms/perly_h.vms 11752____________________________________________________________________________ 11753[ 886] By: TimBunce on 1998/04/10 14:35:34 11754 Log: Changes relating primarily to portability. 11755 11756 ------ CORE LANGUAGE ------ 11757 11758 Title: "5.004_55: Another round of OS/2 patches" 11759 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 11760 Msg-ID: <199803050945.EAA20153@monk.mps.ohio-state.edu> 11761 Files: hints/os2.sh pod/perlguts.pod cop.h perl.h proto.h README.os2 11762 global.sym lib/ExtUtils/MM_OS2.pm lib/File/Path.pm op.c 11763 os2/Changes os2/Makefile.SHs os2/os2.c os2/perl2cmd.pl 11764 perl.c pod/pod2man.PL pp_ctl.c pp_hot.c pp_sys.c 11765 t/lib/filecopy.t util.c utils/perldoc.PL 11766 11767 Title: "VMS: chdir() with empty arg list" 11768 From: lane@duphy4.drexel.edu (Charles Lane) 11769 Msg-ID: <980317125556.222041c7@DUPHY4.Physics.Drexel.Edu> 11770 Files: pp_sys.c 11771 11772 ------ LIBRARY AND EXTENSIONS ------ 11773 11774 Title: "ExtUtils/MM_Unix.pm changed to use ld -rpath on IRIX" 11775 From: "W. Phillip Moore" <wpm@ms.com> 11776 Msg-ID: <199712011738.MAA21139@zappa.morgan.com> 11777 Files: lib/ExtUtils/MM_Unix.pm 11778 11779 Title: "[Linux] POSIX::_[PS]C_.+ bug (add HINT_SC_EXIST)" 11780 From: Yutaka OIWA <oiwa@is.s.u-tokyo.ac.jp> 11781 Msg-ID: <199712251923.EAA08260@tjms1f.is.s.u-tokyo.ac.jp> 11782 Files: ext/POSIX/hints/linux.pl ext/POSIX/POSIX.xs 11783 11784 Title: "5.004_04-m1] Use HAS_GNULIBC in POSIX.xs" 11785 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11786 Msg-ID: <Pine.SUN.3.96.980305115517.9180L-100000@newton.phys> 11787 Files: ext/POSIX/POSIX.xs 11788 11789 Title: ""ODBM_File.c", line 275: NULL undefined" 11790 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 11791 Msg-ID: <9803091310.AA23264@claudius.bfsec.bt.co.uk> 11792 Files: ext/ODBM_File/ODBM_File.xs 11793 11794 ------ OTHER CHANGES ------ 11795 Files: 11796 11797 ------ PORTABILITY - GENERAL ------ 11798 11799 Title: "5.004_04 QNX getcwd" 11800 From: Norton Allen <allen@huarp.harvard.edu> 11801 Msg-ID: <199802121838.NAA20452@dolores.harvard.edu>, 11802 <199803061511.KAA22346@bottesini.harvard.edu> 11803 Files: hints/qnx.sh lib/Cwd.pm t/op/magic.t 11804 11805 Title: "hints/netbsd.sh d_setrgid d_setruid" 11806 From: Jarkko Hietaniemi <jhi@iki.fi> 11807 Msg-ID: <199802281435.QAA10866@alpha.hut.fi> 11808 Files: hints/netbsd.sh 11809 11810 Title: "osname=unixware, osvers=2.03, archname=i386-unixware 11811 d_casti32=undef" 11812 From: Tom Hughes <tom@compton.demon.co.uk> 11813 Msg-ID: <465398da47%tom@compton.demon.co.uk> 11814 Files: hints/svr4.sh 11815 11816 Title: "hints/bsdos.sh patch for BSDI 3.1" 11817 From: Jan-Pieter Cornet <johnpc@xs4all.nl> 11818 Msg-ID: <6fbip6$3cp$1@xs1.xs4all.nl> 11819 Files: hints/bsdos.sh 11820 11821 Title: "Remove BIND_NOSTART from DynaLoader for HP" 11822 From: Keong Lim <Keong.Lim@sr.com.au> 11823 Msg-ID: <01BD1D03.53B65E90@sieplan2.sr.com.au> 11824 Files: ext/DynaLoader/dl_hpux.xs 11825 11826 Title: "Building Perl on AIX 4+ with shared libraries and dynamic loading" 11827 From: Juan Gallego <Little.Boss@physics.mcgill.ca> 11828 Msg-ID: <Pine.SGI.3.91.971022084517.17052F-100000@nazgul.physics.mcgill.ca> 11829 Files: hints/aix.sh 11830 11831 Title: "alpha-dec_osf 5.0" 11832 From: Spider Boardman <spider@Orb.Nashua.NH.US> 11833 Msg-ID: <199712232305.SAA08359@Orb.Nashua.NH.US> 11834 Files: hints/dec_osf.sh 11835 11836 Title: "Off-by-one error with OS2::PrfDB" 11837 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 11838 Msg-ID: <199710170920.FAA00390@monk.mps.ohio-state.edu> 11839 Files: os2/OS2/PrfDB/PrfDB.xs 11840 11841 Title: "5.004_04-m1] Allow overrides in hints/openbsd.sh" 11842 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11843 Msg-ID: <Pine.SUN.3.96.980305115956.9180N-100000@newton.phys> 11844 Files: hints/openbsd.sh 11845 11846 Title: "5.004_04-m1] Linux shouldn't use -lnet" 11847 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 11848 Msg-ID: <Pine.SUN.3.96.980305115843.9180M-100000@newton.phys> 11849 Files: hints/linux.sh 11850 11851 Title: "5.004_(04|63)] Close VMS security hole" 11852 From: Charles Bailey <BAILEY@newman.upenn.edu> 11853 Msg-ID: <01IV6LRJCSSC0009C4@cor.newman.upenn.edu> 11854 Files: vms/vms.c 11855 11856 Title: "Re: Perl online documentation on OpenVMS" 11857 From: pvhp@forte.com (Peter Prymmer) 11858 Msg-ID: <9803192143.AA28120@forte.com> 11859 Files: README.vms 11860 11861 Title: "Perl5.004_04m4t4 *almost* makes it for VMS", "Updated 11862 vms/perly_c.vms and vms/perly_h.vms" 11863 From: Andy Dougherty <doughera@newton.phys.lafayette.edu>, Dan Sugalski 11864 <sugalskd@osshe.edu>, larry@wall.org (Larry Wall) 11865 Msg-ID: <199710151650.JAA29185@wall.org>, 11866 <3.0.3.32.19971014150404.02fdef78@osshe.edu>, 11867 <Pine.SUN.3.96.971015121704.28456F-100000@newton.phys> 11868 Files: vms/perly_c.vms 11869 11870 Title: "Updated, non-wordwrapped, patch to README.VMS" 11871 From: Dan Sugalski <sugalskd@osshe.edu> 11872 Msg-ID: <3.0.5.32.19980213133828.0092c870@osshe.edu> 11873 Files: README.vms 11874 11875 Title: "VMS patches to 5.004_03 (excluding installperl and timelocal.t)" 11876 From: Charles Bailey <BAILEY@newman.upenn.edu> 11877 Msg-ID: <01INZT9G2LZS0006YW@cor.newman.upenn.edu> 11878 Files: lib/File/Basename.pm lib/File/Path.pm vms/config.vms vms/descrip.mms 11879 vms/genconfig.pl vms/test.com vms/vms.c vms/ext/Filespec.pm 11880 vms/ext/filespec.t 11881 11882 Title: "Re: VMSperl crashes on -Mblib argument" 11883 From: bailey@newman.upenn.edu (Charles Bailey) 11884 Msg-ID: <1997Dec10.004439.2635060@cor.newman> 11885 Files: lib/blib.pm vms/vms.c 11886 11887 Title: "hints/linux.sh (MkLinux / PPC)" 11888 From: pudge@pobox.com (Chris Nandor) 11889 Msg-ID: <v0213050cb06c19682a25@[205.228.240.28]> 11890 Files: hints/linux.sh 11891 11892 Title: "hpux.sh hints file clarification suggestion" 11893 From: root@qad.com 11894 Msg-ID: <199802192351.QAA09096@jhereg.perl.com> 11895 Files: hints/hpux.sh 11896 11897 Title: "new hints/solaris_2.sh" 11898 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 11899 Msg-ID: <E0xw80h-0005SV-00@ursa.cus.cam.ac.uk> 11900 Files: hints/solaris_2.sh 11901 Branch: maint-5.004/perl 11902 ! README.os2 README.vms cop.h ext/DynaLoader/dl_hpux.xs 11903 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs 11904 ! ext/POSIX/hints/linux.pl global.sym hints/aix.sh 11905 ! hints/bsdos.sh hints/dec_osf.sh hints/hpux.sh hints/linux.sh 11906 ! hints/netbsd.sh hints/openbsd.sh hints/os2.sh hints/qnx.sh 11907 ! hints/solaris_2.sh hints/svr4.sh lib/Cwd.pm 11908 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm 11909 ! lib/File/Basename.pm lib/File/Path.pm lib/blib.pm op.c 11910 ! os2/Changes os2/Makefile.SHs os2/OS2/PrfDB/PrfDB.xs os2/os2.c 11911 ! os2/perl2cmd.pl perl.c perl.h pod/perlguts.pod pod/pod2man.PL 11912 ! pp_ctl.c pp_hot.c pp_sys.c proto.h t/lib/filecopy.t 11913 ! t/op/magic.t util.c utils/perldoc.PL vms/config.vms 11914 ! vms/descrip.mms vms/ext/Filespec.pm vms/ext/filespec.t 11915 ! vms/genconfig.pl vms/perly_c.vms vms/perly_h.vms vms/test.com 11916 ! vms/vms.c 11917____________________________________________________________________________ 11918[ 885] By: gsar on 1998/04/08 01:14:29 11919 Log: small tweaks to make it compile (doesn't run) 11920 Branch: asperl 11921 ! objpp.h win32/Makefile win32/config.bc win32/config.gc 11922 ! win32/config.vc win32/makefile.mk 11923____________________________________________________________________________ 11924[ 884] By: gsar on 1998/04/08 00:14:13 11925 Log: integrate mainline changes 11926 Branch: asperl 11927 +> Changes5.004 ext/Thread/Thread/Signal.pm 11928 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm 11929 +> lib/ExtUtils/inst t/op/hashwarn.t 11930 ! ObjXSub.h embedvar.h interp.sym intrpvar.h objpp.h 11931 !> (integrate 127 files) 11932____________________________________________________________________________ 11933[ 883] By: gsar on 1998/04/06 20:21:20 11934 Log: make old DomainName() implementation the default (so Win95 11935 is happy) 11936 Branch: win32/perl 11937 ! win32/win32.c 11938____________________________________________________________________________ 11939[ 882] By: gsar on 1998/04/05 23:32:33 11940 Log: fix memory leaks in offer_nice_chunk() 11941 Branch: win32/perl 11942 ! perl.h sv.c 11943____________________________________________________________________________ 11944[ 881] By: gsar on 1998/04/04 23:11:52 11945 Log: set up PUSHSTACK for __DIE__ and __WARN__ hooks also 11946 Branch: win32/perl 11947 ! cop.h util.c 11948____________________________________________________________________________ 11949[ 880] By: gsar on 1998/04/04 22:35:54 11950 Log: fix refcounting of GvSTASH() when glob becomes nought 11951 (this takes care of the "unbalanced strtab refcount" problem) 11952 Branch: win32/perl 11953 ! sv.c 11954____________________________________________________________________________ 11955[ 879] By: gsar on 1998/04/04 21:16:17 11956 Log: change 866 was incomplete 11957 Branch: win32/perl 11958 ! hv.c 11959____________________________________________________________________________ 11960[ 878] By: gsar on 1998/04/04 20:31:56 11961 Log: fixes for various noises under PERL_DESTRUCT_LEVEL 11962 Branch: win32/perl 11963 ! cop.h perl.c pp_ctl.c 11964____________________________________________________________________________ 11965[ 877] By: gsar on 1998/04/04 17:55:30 11966 Log: integrate mainline 11967 Branch: win32/perl 11968 +> Changes5.004 11969 !> Changes MANIFEST sv.c t/op/misc.t 11970____________________________________________________________________________ 11971[ 876] By: gsar on 1998/04/04 17:26:32 11972 Log: remove __declspec kludge in sdbm.h in favor of setting a 11973 flag for static symbols 11974 Branch: win32/perl 11975 ! EXTERN.h ext/SDBM_File/sdbm/Makefile.PL 11976 ! ext/SDBM_File/sdbm/sdbm.h 11977____________________________________________________________________________ 11978[ 875] By: gsar on 1998/04/04 01:11:57 11979 Log: fix order of init 11980 Message-Id: <3.0.5.32.19980403135815.009d2440@osshe.edu> 11981 Date: Fri, 03 Apr 1998 13:58:15 PST 11982 From: Dan Sugalski <sugalskd@osshe.edu> 11983 Subject: [PATCH 5.004_64] perl dies in perl_construct when compiled 11984 with MULTIPLICITY 11985 Branch: win32/perl 11986 ! perl.c 11987____________________________________________________________________________ 11988[ 874] By: gsar on 1998/04/04 00:34:59 11989 Log: the EXTCONST in sdbm.h breaks SDBM on Borland, since 11990 the declared symbol is not in a DLL (so kludge it) 11991 Branch: win32/perl 11992 ! ext/SDBM_File/sdbm/sdbm.h 11993____________________________________________________________________________ 11994[ 873] By: TimBunce on 1998/04/03 22:17:40 11995 Log: Title: "FileHandle Documentation patch" 11996 From: "Darren/Torin/Who Ever..." <torin@daft.com> 11997 Msg-ID: <87emzqo49g.fsf@perv.daft.com> 11998 Files: lib/FileHandle.pm 11999 Branch: maint-5.004/perl 12000 ! lib/FileHandle.pm 12001____________________________________________________________________________ 12002[ 872] By: TimBunce on 1998/04/03 22:01:03 12003 Log: Documentation and documentation related patches: 12004 12005 ------ BUILD PROCESS ------ 12006 12007 Title: "Docs re /usr/bin/perl quasi-standard location" 12008 From: Tom Phoenix <rootbeer@teleport.com> 12009 Msg-ID: <Pine.GSO.3.96.971117080737.12318C-100000@usertest.teleport.com> 12010 Files: INSTALL pod/perlrun.pod 12011 12012 ------ DOCUMENTATION ------ 12013 12014 Title: "/RFC|RFC-1305/ non-greedy" 12015 From: Jan-Pieter Cornet <johnpc@xs4all.nl> 12016 Msg-ID: <6epo02$c4r$1@xs1.xs4all.nl> 12017 Files: pod/perlre.pod 12018 12019 Title: "5.004_04: perlhist.pod, buildtoc, perltoc.pod" 12020 From: Jarkko Hietaniemi <jhi@iki.fi> 12021 Msg-ID: <199802191543.RAA29231@alpha.hut.fi> 12022 Files: pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc 12023 12024 Title: "5.004_04: pod/perlfunc.pod: i18n example for localtime()" 12025 From: Jarkko Hietaniemi <jhi@iki.fi> 12026 Msg-ID: <199711141555.RAA18875@alpha.hut.fi> 12027 Files: pod/perlfunc.pod 12028 12029 Title: "typo-fix and suggestion for perlguts.pod" 12030 From: h.sanden@elsevier.nl (Hugo van der Sanden) 12031 Msg-ID: <199803051543.QAA03097@dorlas.elsevier.nl> 12032 Files: pod/perlguts.pod 12033 12034 Title: "perlfunc/syscall curiosity" 12035 From: Roderick Schertler <roderick@argon.org>, Tkil 12036 <tkil@reptile.scrye.com> 12037 Msg-ID: <199711302259.PAA02134@reptile.scrye.com>, 12038 <pziut8snva.fsf@eeyore.ibcinc.com> 12039 Files: pod/perlfunc.pod 12040 12041 Title: "Document sprintf %#x behaviour for zero value" 12042 From: ilya@math.ohio-state.edu (Ilya Zakharevich) 12043 Msg-ID: <1997Nov5.185959.2539604@cor.newman> 12044 Files: pod/perlfunc.pod 12045 12046 Title: "NUL termination (was Re: STOP THE PRESSES)" 12047 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 12048 Msg-ID: <E0xsn5M-0002gw-00@ursa.cus.cam.ac.uk> 12049 Files: pod/perlguts.pod 12050 12051 Title: "Typo fix." 12052 From: abigail@fnx.com 12053 Msg-ID: <19971101120114.1030.qmail@betelgeuse.wayne.fnx.com> 12054 Files: pod/perlop.pod pod/perlvar.pod 12055 12056 Title: "5.004_63 perlrun.pod: _DEBUG_MSTATS" 12057 From: Achim Bohnet <ach@mpe.mpg.de> 12058 Msg-ID: <9803181940.AA22587@o09.xray.mpe.mpg.de> 12059 Files: pod/perlrun.pod 12060 12061 Title: "Re: Conservative C<*x = undef> patch" 12062 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 12063 Msg-ID: <E0yCjHT-0005Dt-00@ursa.cus.cam.ac.uk> 12064 Files: pod/perltrap.pod 12065 12066 Title: "perlfunc.pod for flock()" 12067 From: "Jeremy D. Zawodny" <jzawodn@wcnet.org> 12068 Msg-ID: <3.0.5.32.19971118203119.00a723e0@woody.wcnet.org> 12069 Files: pod/perlfunc.pod 12070 12071 Title: "buglet: 'perltoc' not mentioned in perl.pod" 12072 From: Tkil <tkil@scrye.com> 12073 Msg-ID: <19971127035036.17668.qmail@scrye.com> 12074 Files: pod/perl.pod 12075 12076 Title: "for() and map() peculiarity" 12077 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 12078 Msg-ID: <E0y4YAa-0003Qu-00@ursa.cus.cam.ac.uk> 12079 Files: pod/perlsyn.pod 12080 12081 Title: "Re: new text for perlsec" 12082 From: Tom Phoenix <rootbeer@teleport.com> 12083 Msg-ID: <Pine.GSO.3.96.980328100418.22321T-100000@user2.teleport.com> 12084 Files: pod/perlsec.pod 12085 12086 Title: "perldsc's debugger x command" 12087 From: Roderick Schertler <roderick@argon.org> 12088 Msg-ID: <10669.878352893@eeyore.ibcinc.com> 12089 Files: pod/perldsc.pod 12090 12091 Title: "perlre.pod" 12092 From: Ted Ashton <ashted@southern.edu> 12093 Msg-ID: <199802271501.KAA09279@ns.southern.edu> 12094 Files: pod/perlre.pod 12095 12096 Title: "Re: printf and $\", "printf and $\" 12097 From: Roderick Schertler <roderick@argon.org>, Tom Phoenix 12098 <rootbeer@teleport.com>, nag <nick@flirble.org> 12099 Msg-ID: <199711141918.TAA08096@flirble.org>, 12100 <Pine.GSO.3.96.971117085421.12318J-100000@usertest.teleport 12101 .com>, <pzyb2ncr42.fsf@eeyore.ibcinc.com> 12102 Files: pod/perlfunc.pod 12103 12104 Title: "recv() typo" 12105 From: Roderick Schertler <roderick@argon.org> 12106 Msg-ID: <12064.877012073@eeyore.ibcinc.com> 12107 Files: pod/perlfunc.pod 12108 12109 Title: "truncate return value" 12110 From: Roderick Schertler <roderick@argon.org> 12111 Msg-ID: <5490.878337883@eeyore.ibcinc.com> 12112 Files: pod/perlfunc.pod 12113 12114 Title: "update to perlbook.pod" 12115 From: "Nathan V. Patwardhan" <nvp@mediaone.net>, Randal Schwartz 12116 <merlyn@stonehenge.com>, Stephen Potter 12117 <spp@psasolar.colltech.com>, Tom Phoenix 12118 <rootbeer@teleport.com> 12119 Msg-ID: <199803241354.HAA23938@psasolar.psa.pencom.com>, 12120 <199803241441.OAA01261@mediaone.net>, 12121 <8clnu0i05k.fsf@gadget.cscaper.com>, 12122 <Pine.GSO.3.96.980324111957.15753C-100000@user1.teleport.com> 12123 Files: pod/perlbook.pod 12124 12125 Title: "utime documentation" 12126 From: "Brandon S. Allbery KF8NH" <bsa@kf8nh.apk.net>, "M.J.T. Guy" 12127 <mjtg@cus.cam.ac.uk> 12128 Msg-ID: <199802180256.VAA11369@speaker.kf8nh.apk.net>, 12129 <E0y4qd6-0000P6-00@ursa.cus.cam.ac.uk> 12130 Files: pod/perlfunc.pod 12131 12132 Title: "(well, doc patch) use of // requires successful match" 12133 From: Roderick Schertler <roderick@argon.org> 12134 Msg-ID: <pz7mb4bips.fsf@eeyore.ibcinc.com> 12135 Files: pod/perlop.pod 12136 12137 ------ LIBRARY AND EXTENSIONS ------ 12138 12139 Title: "MakeMaker PM doc patch and a DIR buglet" 12140 From: Achim Bohnet <ach@mpe.mpg.de> 12141 Msg-ID: <9711101050.AA13868@o09.xray.mpe.mpg.de> 12142 Files: lib/ExtUtils/MakeMaker.pm 12143 12144 Title: "bareword clarification for constant.pm" 12145 From: Roderick Schertler <roderick@argon.org> 12146 Msg-ID: <6460.878143077@eeyore.ibcinc.com> 12147 Files: lib/constant.pm 12148 12149 Title: "integer rand - bug or feature?" 12150 From: Roderick Schertler <roderick@argon.org> 12151 Msg-ID: <pzhg8lvgta.fsf@eeyore.ibcinc.com> 12152 Files: lib/integer.pm 12153 12154 ------ OTHER CHANGES ------ 12155 12156 Title: "FileHandle Documentation patch" 12157 From: "Darren/Torin/Who Ever..." <torin@daft.com> 12158 Msg-ID: <87emzqo49g.fsf@perv.daft.com> 12159 12160 Title: "perl5.004_61 myconfig updates" 12161 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 12162 Msg-ID: <Pine.SUN.3.96.980305150629.11530G-100000@newton.phys> 12163 Files: myconfig 12164 12165 Title: "small fixups in pod2latex.PL" 12166 From: "Darren/Torin/Who Ever..." <torin@daft.com> 12167 Msg-ID: <873eg6o3v2.fsf@perv.daft.com> 12168 12169 ------ PORTABILITY - GENERAL ------ 12170 12171 Title: "Misc doc fixes for README.VMS" 12172 From: Dan Sugalski <sugalskd@osshe.edu> 12173 Msg-ID: <3.0.5.32.19980121113134.00924a20@osshe.edu> 12174 Files: README.vms 12175 12176 Title: "moved DynaLib" 12177 From: John Tobey <jtobey@channel1.com> 12178 Msg-ID: <199710182332.XAA21630@remote212> 12179 Files: ext/DynaLoader/DynaLoader.pm.PL 12180 12181 ------ UTILITIES ------ 12182 12183 Title: "Searching for FAQs (patch to perldoc)" 12184 From: Piers Cawley <pdcawley@bofh.org.uk>, Russ Allbery <rra@stanford.edu> 12185 Msg-ID: <m3d8gsb8uk.fsf@windlord.Stanford.EDU>, 12186 <m3iuqkfmiq.fsf@tower.bofh.org.uk> 12187 Files: utils/perldoc.PL 12188 12189 Title: "perldoc" 12190 From: Ted Ashton <ashted@southern.edu> 12191 Msg-ID: <199802271510.KAA10506@ns.southern.edu> 12192 Files: utils/perldoc.PL 12193 12194 Title: "perldoc -f not using pod2man" 12195 From: Russ Allbery <rra@stanford.edu> 12196 Msg-ID: <m3hg4f9vyy.fsf@windlord.Stanford.EDU> 12197 Files: utils/perldoc.PL 12198 12199 Title: "perldoc -m should not require pod" 12200 From: Robin Houston <robin@nml.guardian.co.uk> 12201 Msg-ID: <199803241319.NAA24777@stringfellow.guardian.co.uk> 12202 Files: utils/perldoc.PL 12203 12204 Title: "small fix for perldoc in perl 5.004_04" 12205 From: Julian Yip <julian@imoney.com> 12206 Msg-ID: <Roam.SIMC.2.0.6.884805579.5280.julian@imoney.com> 12207 Files: utils/perldoc.PL 12208 Branch: maint-5.004/perl 12209 - ext/DynaLoader/DynaLoader.pm 12210 ! Changes Configure INSTALL README.vms 12211 ! ext/DynaLoader/DynaLoader.pm.PL ext/Socket/Socket.pm 12212 ! lib/ExtUtils/MakeMaker.pm lib/Tie/Hash.pm lib/constant.pm 12213 ! lib/integer.pm myconfig pod/buildtoc pod/checkpods.PL 12214 ! pod/perl.pod pod/perlbook.pod pod/perldelta.pod 12215 ! pod/perldiag.pod pod/perldsc.pod pod/perlfunc.pod 12216 ! pod/perlguts.pod pod/perlhist.pod pod/perllocale.pod 12217 ! pod/perlmod.pod pod/perlop.pod pod/perlre.pod pod/perlrun.pod 12218 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsyn.pod 12219 ! pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod 12220 ! pod/pod2latex.PL toke.c utils/perldoc.PL 12221 12222---------------- 12223Version 5.004_64 12224---------------- 12225 12226____________________________________________________________________________ 12227[ 871] By: mbeattie on 1998/04/03 13:38:59 12228 Log: Update Changes5.004 and Changes, fix MANIFEST 12229 Branch: perl 12230 + Changes 12231 ! Changes5.004 MANIFEST 12232____________________________________________________________________________ 12233[ 870] By: mbeattie on 1998/04/03 13:36:29 12234 Log: Rename Changes to Changes5.004 (via an integrate) 12235 Branch: perl 12236 +> Changes5.004 12237 - Changes 12238____________________________________________________________________________ 12239[ 869] By: mbeattie on 1998/04/03 11:53:00 12240 Log: Subject: [PATCH] Perl 5.005b1t2/perl5.004_63 (resend) 12241 Date: Wed, 18 Mar 1998 01:24:20 +0100 (MET) 12242 From: Jan-Pieter Cornet <johnpc@xs4all.net> 12243 Branch: perl 12244 ! sv.c t/op/misc.t 12245____________________________________________________________________________ 12246[ 868] By: mbeattie on 1998/04/03 11:16:26 12247 Log: Integrate win32 branch into mainline 12248 Branch: perl 12249 !> (integrate 31 files) 12250____________________________________________________________________________ 12251[ 867] By: gsar on 1998/04/03 08:47:55 12252 Log: config.* fixes 12253 Branch: win32/perl 12254 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc 12255 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 12256 ! win32/makefile.mk 12257____________________________________________________________________________ 12258[ 866] By: gsar on 1998/04/03 07:22:50 12259 Log: fixup hv_free_ent() to not fail on null HeVAL() 12260 Branch: win32/perl 12261 ! hv.c perl.c 12262____________________________________________________________________________ 12263[ 865] By: gsar on 1998/04/03 07:06:12 12264 Log: integrate mainline 12265 Branch: win32/perl 12266 +> ext/Thread/Thread/Signal.pm t/op/hashwarn.t 12267 !> (integrate 71 files) 12268____________________________________________________________________________ 12269[ 864] By: gsar on 1998/04/03 06:59:37 12270 Log: implement stack-of-stacks so that magic invocations don't 12271 invalidate local stack pointer 12272 Branch: win32/perl 12273 ! av.c cop.h deb.c embed.h embedvar.h global.sym gv.c interp.sym 12274 ! intrpvar.h mg.c op.c perl.c pp.h pp_ctl.c pp_sys.c proto.h 12275 ! scope.c sv.c t/op/runlevel.t thrdvar.h util.c 12276____________________________________________________________________________ 12277[ 863] By: gsar on 1998/04/03 01:26:09 12278 Log: add AS patch#15 12279 Branch: asperl 12280 ! ipenv.h lib/ExtUtils/MM_Unix.pm perl.c perlenv.h 12281 ! win32/config.bc win32/config.gc win32/config.vc 12282 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 12283 ! win32/config_h.PL win32/config_sh.PL win32/runperl.c 12284 ! win32/win32.c win32/win32.h 12285____________________________________________________________________________ 12286[ 862] By: mbeattie on 1998/04/02 17:08:43 12287 Log: Subject: [PATCH for 5.004_63] Config_63-04-05.diff 12288 Date: Thu, 2 Apr 1998 11:56:51 -0500 (EST) 12289 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 12290 Branch: perl 12291 ! Configure ext/Socket/Socket.xs myconfig 12292____________________________________________________________________________ 12293[ 861] By: mbeattie on 1998/04/02 16:32:53 12294 Log: Change 854 added { NULL, 0 } to sdbm.h which needs to be {0, 0} 12295 since appropriate headers aren't included. 12296 Branch: perl 12297 ! ext/SDBM_File/sdbm/sdbm.h 12298____________________________________________________________________________ 12299[ 860] By: mbeattie on 1998/04/02 16:17:11 12300 Log: Bumped patchlevel.h to 64 12301 Branch: perl 12302 ! patchlevel.h 12303____________________________________________________________________________ 12304[ 859] By: mbeattie on 1998/04/02 16:16:26 12305 Log: Subject: Re: [PATCH] 5.004_63: UNICOS 9 12306 Date: Fri, 20 Mar 1998 19:39:28 +0200 (EET) 12307 From: Jarkko Hietaniemi <jhi@iki.fi> 12308 Branch: perl 12309 ! hints/unicos.sh regcomp.h 12310____________________________________________________________________________ 12311[ 858] By: mbeattie on 1998/04/02 16:13:24 12312 Log: Subject: [PATCH] Re: Odd number of elements in hash list. 12313 Date: Sat, 28 Mar 1998 15:26:46 -0800 (PST) 12314 From: Tom Phoenix <rootbeer@teleport.com> 12315 Branch: perl 12316 + t/op/hashwarn.t 12317 ! MANIFEST pod/perldiag.pod pp.c pp_hot.c 12318____________________________________________________________________________ 12319[ 857] By: mbeattie on 1998/04/02 16:08:43 12320 Log: Subject: [PATCH 5.004_(04|63)] Close VMS security hole 12321 Date: Sat, 28 Mar 1998 02:05:03 -0500 (EST) 12322 From: Charles Bailey <BAILEY@newman.upenn.edu> 12323 Branch: perl 12324 ! vms/vms.c 12325____________________________________________________________________________ 12326[ 856] By: mbeattie on 1998/04/02 16:07:44 12327 Log: Subject: [PATCH] mv-if-diff 12328 Date: Fri, 27 Mar 98 18:06:11 GMT 12329 From: Robin Barker <rmb1@cise.npl.co.uk> 12330 Branch: perl 12331 ! mv-if-diff 12332____________________________________________________________________________ 12333[ 855] By: mbeattie on 1998/04/02 16:06:54 12334 Log: From: Jan-Pieter Cornet <johnpc@xs4all.net> 12335 Subject: Re: [PATCH] [BUG 5.004_63] define/set of PERL_DESTRUCT_LEVEL 12336 Date: Fri, 27 Mar 1998 02:11:21 +0100 (MET) 12337 Subject: [PATCH] another destruct_level fix 12338 Date: Mon, 30 Mar 1998 23:48:12 +0200 (MET DST) 12339 Branch: perl 12340 ! perl.c sv.c 12341____________________________________________________________________________ 12342[ 854] By: mbeattie on 1998/04/02 16:03:37 12343 Log: Subject: Next wave of _63 VMS patches 12344 Date: Thu, 26 Mar 1998 15:11:50 -0500 (EST) 12345 From: Charles Bailey <BAILEY@newman.upenn.edu> 12346 Branch: perl 12347 ! EXTERN.h INTERN.h ext/SDBM_File/Makefile.PL 12348 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/dba.c 12349 ! ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbu.c 12350 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c 12351 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h 12352 ! ext/Thread/io.t installperl lib/ExtUtils/MM_VMS.pm 12353 ! lib/Net/Ping.pm perldir.h perlsdio.h t/lib/english.t 12354 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm 12355 ! vms/ext/Stdio/0README.txt vms/ext/Stdio/Stdio.pm 12356 ! vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl 12357 ! vms/ext/filespec.t vms/genconfig.pl vms/perly_c.vms vms/vms.c 12358 ! vms/vmsish.h 12359____________________________________________________________________________ 12360[ 853] By: mbeattie on 1998/04/02 15:55:46 12361 Log: Subject: [PATCH 5.00463] Confusing error from perl -e "x'" 12362 Date: Wed, 25 Mar 1998 17:43:17 -0500 (EST) 12363 From: Hans Mulder <hansmu@xs4all.nl> 12364 Branch: perl 12365 ! toke.c 12366____________________________________________________________________________ 12367[ 852] By: mbeattie on 1998/04/02 15:54:24 12368 Log: Subject: [PATCH] small fixups in pod2latex.PL 12369 Date: 25 Mar 1998 13:30:25 -0800 12370 From: "Darren/Torin/Who Ever..." <torin@daft.com> 12371 Branch: perl 12372 ! pod/pod2latex.PL 12373____________________________________________________________________________ 12374[ 851] By: mbeattie on 1998/04/02 15:50:58 12375 Log: Subject: [PATCH] hints/irix_6.sh with GCC 12376 Date: Tue, 24 Mar 1998 12:25:10 -0800 (EST) 12377 From: kstar@chapin.edu (Kurt D. Starsinic) 12378 Branch: perl 12379 ! hints/irix_6.sh 12380____________________________________________________________________________ 12381[ 850] By: mbeattie on 1998/04/02 15:45:33 12382 Log: Subject: [PATCH] perldoc -m 12383 Date: Tue, 24 Mar 1998 13:19:38 GMT 12384 From: Robin Houston <robin@nml.guardian.co.uk> 12385 Branch: perl 12386 ! utils/perldoc.PL 12387____________________________________________________________________________ 12388[ 849] By: mbeattie on 1998/04/02 15:42:52 12389 Log: Subject: [PATCH for 5.004_63] dos-djgpp update 12390 Date: Mon, 23 Mar 1998 14:13:46 +0100 12391 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 12392 Branch: perl 12393 ! djgpp/config.over hints/dos_djgpp.sh 12394____________________________________________________________________________ 12395[ 848] By: mbeattie on 1998/04/02 15:38:19 12396 Log: Subject: [PATCH] Stale SP in pp_substr 12397 Date: Thu, 19 Mar 1998 21:28:02 -0600 (CST) 12398 From: Stephen McCamant <alias@mcs.com> 12399 Branch: perl 12400 ! pp.c 12401____________________________________________________________________________ 12402[ 847] By: mbeattie on 1998/04/02 15:36:33 12403 Log: Add missing export of "nice" to ext/POSIX/POSIX.pm (Phil Tait) 12404 Branch: perl 12405 ! ext/POSIX/POSIX.pm 12406____________________________________________________________________________ 12407[ 846] By: mbeattie on 1998/04/02 15:34:36 12408 Log: Subject: [PATCH] 5.004_63: further -e patching 12409 Date: Wed, 18 Mar 1998 23:21:08 +0200 (EET) 12410 From: Jarkko Hietaniemi <jhi@iki.fi> 12411 Branch: perl 12412 ! perl.c pod/perldiag.pod 12413____________________________________________________________________________ 12414[ 845] By: mbeattie on 1998/04/02 15:25:18 12415 Log: Andy Dougherty's configuration patches (Config_63-01 up to 04). 12416 Branch: perl 12417 ! Configure INSTALL Policy_sh.SH Porting/Glossary 12418 ! Porting/config.sh Porting/config_H config_h.SH 12419 ! ext/POSIX/POSIX.xs handy.h hints/hpux.sh myconfig perlsock.h 12420 ! pp.c pp_sys.c regexec.c 12421____________________________________________________________________________ 12422[ 844] By: mbeattie on 1998/04/02 14:28:17 12423 Log: Subject: [PATCH 5.004_63] perlrun.pod: PERL_DEBUG_MSTATS 12424 Date: Wed, 18 Mar 1998 20:40:19 +0100 12425 From: Achim Bohnet <ach@mpe.mpg.de> 12426 Branch: perl 12427 ! pod/perlrun.pod 12428____________________________________________________________________________ 12429[ 843] By: mbeattie on 1998/04/02 14:26:52 12430 Log: From: Dan Sugalski <sugalskd@osshe.edu> 12431 Subject: 5.004_63 picky compiler fixes [PATCH] 12432 Date: Wed, 18 Mar 1998 09:36:32 -0800 12433 Subject: [PATCH 5.004_63] Fix function prototype with long doubles 12434 Date: Wed, 18 Mar 1998 14:48:19 -0800 12435 Branch: perl 12436 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs vms/vms.c 12437____________________________________________________________________________ 12438[ 842] By: mbeattie on 1998/04/02 14:22:41 12439 Log: From: Stephen Potter <spp@psasolar.colltech.com> 12440 Subject: Re: doc: perlrun typo 12441 Date: Wed, 18 Mar 1998 10:06:55 -0600 12442 Subject: Re: [PATCH 5.004_63] PerlLIO abstraction cleanup 12443 Date: Tue, 24 Mar 1998 21:20:51 -0600 12444 Branch: perl 12445 ! mg.c perl.c pod/perlrun.pod pp_hot.c pp_sys.c util.c 12446____________________________________________________________________________ 12447[ 841] By: mbeattie on 1998/04/02 14:17:31 12448 Log: Subject: [PATCH] Add "Full 64 bit support" to Todo; document Todo in pumpkin.pod 12449 Date: Wed, 18 Mar 1998 12:44:58 +0100 12450 From: Dominic Dunlop <domo@vo.lu> 12451 Branch: perl 12452 ! Porting/pumpkin.pod Todo 12453____________________________________________________________________________ 12454[ 840] By: mbeattie on 1998/04/02 14:14:22 12455 Log: Subject: [PATCH] Configure hints/ patches 12456 Date: Wed, 18 Mar 1998 02:47:38 +0100 (MET) 12457 From: Jan-Pieter Cornet <johnpc@xs4all.net> 12458 Branch: perl 12459 ! hints/linux.sh hints/qnx.sh 12460____________________________________________________________________________ 12461[ 839] By: mbeattie on 1998/04/02 14:13:13 12462 Log: Remove duplicate code in cygwin32/perlgcc (Blair Zajac) 12463 Branch: perl 12464 ! cygwin32/perlgcc 12465____________________________________________________________________________ 12466[ 838] By: gsar on 1998/03/28 05:01:57 12467 Log: fix Env.pm to weed out illegal names 12468 Branch: win32/perl 12469 ! lib/Env.pm 12470____________________________________________________________________________ 12471[ 837] By: gsar on 1998/03/28 04:39:43 12472 Log: fix typo in makefile.mk 12473 Branch: win32/perl 12474 ! win32/makefile.mk 12475____________________________________________________________________________ 12476[ 836] By: gsar on 1998/03/23 17:40:15 12477 Log: add file: to installhtml URLs 12478 Branch: win32/perl 12479 ! win32/Makefile win32/makefile.mk 12480____________________________________________________________________________ 12481[ 835] By: mbeattie on 1998/03/18 11:03:11 12482 Log: Add Thread::Signal to run signal handlers reliably in a new thread 12483 Branch: perl 12484 + ext/Thread/Thread/Signal.pm 12485 ! MANIFEST ext/Thread/Thread.xs 12486 12487---------------- 12488Version 5.004_63 12489---------------- 12490 12491____________________________________________________________________________ 12492[ 834] By: mbeattie on 1998/03/17 16:19:10 12493 Log: Policy_sh.SH had extra $ in pager=$pager comment (Hallvard B Furuseth) 12494 Branch: perl 12495 ! Policy_sh.SH 12496____________________________________________________________________________ 12497[ 833] By: mbeattie on 1998/03/17 16:11:02 12498 Log: Integrate win32 branch into mainline. 12499 Branch: perl 12500 !> regcomp.c win32/config.bc win32/config.gc win32/config.vc 12501 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc 12502 !> win32/win32.c 12503____________________________________________________________________________ 12504[ 832] By: gsar on 1998/03/17 14:32:39 12505 Log: propagate bugfix @ change831 from asperl 12506 Branch: win32/perl 12507 ! regcomp.c 12508____________________________________________________________________________ 12509[ 831] By: gsar on 1998/03/17 14:02:51 12510 Log: fix buggy order of free() in regcomp.c (from AS) 12511 Branch: asperl 12512 ! regcomp.c 12513____________________________________________________________________________ 12514[ 830] By: gsar on 1998/03/17 01:10:54 12515 Log: add a part of AS patch#14, backout incomplete variable 12516 name changes for gcc. Builds and tests under VC/BC once again. 12517 Branch: asperl 12518 ! bytecode.h mg.c pp.c pp_ctl.c pp_hot.c toke.c 12519____________________________________________________________________________ 12520[ 829] By: gsar on 1998/03/16 23:49:18 12521 Log: stray tweak to win32.c 12522 Branch: win32/perl 12523 ! win32/win32.c 12524____________________________________________________________________________ 12525[ 828] By: gsar on 1998/03/16 22:06:03 12526 Log: update win32/config* files 12527 Branch: win32/perl 12528 ! win32/config.bc win32/config.gc win32/config.vc 12529 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 12530____________________________________________________________________________ 12531[ 827] By: gsar on 1998/03/16 19:09:30 12532 Log: trivial integrate of mainline 12533 Branch: win32/perl 12534 +> lib/ExtUtils/Installed.pm lib/ExtUtils/Packlist.pm 12535 +> lib/ExtUtils/inst 12536 !> (integrate 61 files) 12537____________________________________________________________________________ 12538[ 826] By: mbeattie on 1998/03/16 16:39:23 12539 Log: newCONSTSUB had private MY_start_subparse. 12540 Branch: perl 12541 ! op.c 12542____________________________________________________________________________ 12543[ 825] By: mbeattie on 1998/03/16 16:36:55 12544 Log: Missing dTHR in hv_fetch_ent when statics moved to thread struct. 12545 Branch: perl 12546 ! hv.c 12547____________________________________________________________________________ 12548[ 824] By: mbeattie on 1998/03/16 16:27:43 12549 Log: Added missing entry for lib/ExtUtils/Packlist.pm to MANIFEST 12550 Branch: perl 12551 ! MANIFEST 12552____________________________________________________________________________ 12553[ 823] By: mbeattie on 1998/03/16 16:26:02 12554 Log: Missed p4 add of lib/ExtUtils/Packlist.pm in change 814. 12555 Branch: perl 12556 + lib/ExtUtils/Packlist.pm 12557____________________________________________________________________________ 12558[ 822] By: mbeattie on 1998/03/16 16:22:58 12559 Log: Bump patchlevel.h to 63. 12560 Branch: perl 12561 ! ext/IO/IO.xs patchlevel.h 12562 !> (integrate 41 files) 12563____________________________________________________________________________ 12564[ 821] By: mbeattie on 1998/03/16 16:18:35 12565 Log: newCONSTSUB added (XSUB equivalent for inlinable sub () { 123 }). 12566 Subject: Bundling builtin.pm and newCONSTSUB with the core? 12567 From: jan.dubois@ibm.net (Jan Dubois) 12568 Date: Sun, 15 Mar 1998 19:09:05 +0100 12569 Branch: perl 12570 ! embed.h global.sym op.c pod/perlguts.pod proto.h 12571____________________________________________________________________________ 12572[ 820] By: mbeattie on 1998/03/16 16:02:50 12573 Log: Subject: [PATCH] STRESS_REALLOC 12574 Date: Fri, 13 Mar 1998 22:28:19 -0600 (CST) 12575 From: Stephen McCamant <alias@mcs.com> 12576 Branch: perl 12577 ! malloc.c perl.c scope.c 12578____________________________________________________________________________ 12579[ 819] By: mbeattie on 1998/03/16 16:01:06 12580 Log: Subject: [BUG+PATCH] _62 with -DDEBUGGING and -Duseperlio 12581 Date: Fri, 13 Mar 1998 23:21:25 +0100 12582 From: Jan-Pieter Cornet <john@pc.xs4all.nl> 12583 Branch: perl 12584 ! perly.c 12585____________________________________________________________________________ 12586[ 818] By: mbeattie on 1998/03/16 15:59:16 12587 Log: Subject: [Configure PATCH] for OS/2 12588 Date: Fri, 13 Mar 1998 16:18:12 -0500 (EST) 12589 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 12590 [Two hunks to Configure failed to apply due to clashes] 12591 Branch: perl 12592 ! Configure hints/os2.sh 12593____________________________________________________________________________ 12594[ 817] By: mbeattie on 1998/03/16 15:55:28 12595 Log: Subject: [PATCH 5.004_62] VMS updates (direct) 12596 Date: Thu, 12 Mar 1998 16:02:29 -0500 (EST) 12597 From: Charles Bailey <BAILEY@newman.upenn.edu> 12598 [Needed manual tweaks on vms/config.vms since it clashed with other 12599 patches. I may have got it wrong.] 12600 Branch: perl 12601 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm 12602 ! lib/ExtUtils/Mksymlists.pm perl.h pp.c pp_hot.c regcomp.c 12603 ! regcomp.h utils/perldoc.PL vms/config.vms vms/descrip.mms 12604 ! vms/ext/Stdio/Stdio.pm vms/ext/filespec.t vms/fndvers.com 12605 ! vms/gen_shrfls.pl vms/genconfig.pl vms/sockadapt.h 12606 ! vms/test.com vms/vms.c vms/vmsish.h 12607____________________________________________________________________________ 12608[ 816] By: mbeattie on 1998/03/16 15:26:04 12609 Log: Subject: [PATCH] Let h2xs read multiple header files 12610 Date: Tue, 10 Mar 1998 09:35:42 -0500 (EST) 12611 From: Benjamin Sugars <bsugars@canoe.ca> 12612 Branch: perl 12613 ! utils/h2xs.PL 12614____________________________________________________________________________ 12615[ 815] By: mbeattie on 1998/03/16 15:24:12 12616 Log: Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1 12617 Date: Mon, 09 Mar 1998 09:18:56 -0800 12618 From: Dan Sugalski <sugalskd@osshe.edu> 12619 Branch: perl 12620 ! vms/config.vms 12621____________________________________________________________________________ 12622[ 814] By: mbeattie on 1998/03/16 13:17:14 12623 Log: Subject: PATCH for 5.004_62 : Add .packlist handling classes to ExtUtils 12624 Date: Sun, 08 Mar 1998 12:50:23 +0000 12625 From: Alan Burlison <alan.burlison@UK.Sun.COM> 12626 plus manual update of MANIFEST 12627 Branch: perl 12628 + lib/ExtUtils/Installed.pm lib/ExtUtils/inst 12629 ! MANIFEST installman installperl lib/ExtUtils/Install.pm 12630 ! lib/ExtUtils/MM_Unix.pm 12631____________________________________________________________________________ 12632[ 813] By: mbeattie on 1998/03/16 13:08:55 12633 Log: From: Blair Zajac <blair@gps.caltech.edu> 12634 Subject: PATCH: util.c and util.h function declarations do not match 12635 Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST) 12636 Subject: PATCH: cgywin32 patch for perlgcc 12637 Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST) 12638 Subject: PATCH: perl5.004_62 on cygwin32 12639 Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST) 12640 Branch: perl 12641 ! Configure cygwin32/perlgcc cygwin32/perlld pp_sys.c x2p/util.c 12642____________________________________________________________________________ 12643[ 812] By: mbeattie on 1998/03/16 12:55:39 12644 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu> 12645 Subject: [PATCH 5.004_62} Config_62-01 patch available. 12646 Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) 12647 Subject: [PATCH 5.004_62] Tiny hint file updates 12648 Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) 12649 Branch: perl 12650 ! Configure Porting/Glossary Porting/config.sh Porting/config_H 12651 ! config_h.SH ext/ODBM_File/ODBM_File.xs handy.h hints/aix.sh 12652 ! hints/dec_osf.sh hints/dos_djgpp.sh hints/freebsd.sh 12653 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh 12654 ! hints/os2.sh hints/solaris_2.sh patchlevel.h perl.c perl.h 12655 ! perllio.h pod/perldiag.pod pp_sys.c vms/config.vms 12656____________________________________________________________________________ 12657[ 811] By: mbeattie on 1998/03/16 12:13:55 12658 Log: DOS djgpp updates: 12659 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 12660 Subject: [PATCH for 5.004_61] dos-djgpp update 12661 Date: Fri, 6 Mar 1998 10:41:01 +0100 12662 Subject: [PATCH 5.004_62] dos-djgpp update 12663 Date: Thu, 12 Mar 1998 13:34:51 +0100 12664 Branch: perl 12665 ! djgpp/config.over hints/dos_djgpp.sh 12666____________________________________________________________________________ 12667[ 810] By: gsar on 1998/03/16 08:48:17 12668 Log: integrate mainline 12669 Branch: win32/perl 12670 !> pp_sys.c 12671____________________________________________________________________________ 12672[ 809] By: gsar on 1998/03/16 08:44:37 12673 Log: various changes to get asperl working under Borland 12674 (passes all tests when built under PERL_OBJECT) 12675 Branch: asperl 12676 ! ObjXSub.h ext/Opcode/Opcode.xs globals.c mg.c objpp.h op.c 12677 ! perl.h perly.c perly.c.diff pp.c pp_ctl.c pp_hot.c pp_sys.c 12678 ! proto.h scope.h sv.c toke.c win32/Makefile win32/config_H.bc 12679 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl 12680 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h 12681 ! win32/win32sck.c 12682____________________________________________________________________________ 12683[ 808] By: gsar on 1998/03/12 19:50:20 12684 Log: set sockets to nonoverlapped mode for every thread 12685 Message-Id: <35081FE4.965A484D@enteract.com> 12686 Date: Thu, 12 Mar 1998 11:48:20 CST 12687 From: Steve Nielsen <spn@enteract.com> 12688 Subject: [PATCH 5.004_62] win32: set sockopt on a per-thread basis 12689 Branch: win32/perl 12690 ! win32/win32.h win32/win32sck.c 12691____________________________________________________________________________ 12692[ 807] By: gsar on 1998/03/12 19:26:54 12693 Log: add AS patch#13 12694 Branch: asperl 12695 ! win32/Makefile 12696____________________________________________________________________________ 12697[ 806] By: gsar on 1998/03/12 00:51:08 12698 Log: added AS patch#12 with minor changes 12699 Branch: asperl 12700 ! ObjXSub.h bytecode.h byterun.c doio.c iplio.h 12701 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm 12702 ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/xsubpp objpp.h perl.c 12703 ! perllio.h proto.h regcomp.c win32/Makefile win32/config_h.PL 12704 ! win32/runperl.c 12705____________________________________________________________________________ 12706[ 805] By: gsar on 1998/03/10 20:35:10 12707 Log: reinstate some standard sig_names to avoid noise from 12708 modules (and in hopes of making them _do_ something in future) 12709 Branch: win32/perl 12710 ! win32/config.bc win32/config.gc win32/config.vc 12711 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 12712____________________________________________________________________________ 12713[ 804] By: gsar on 1998/03/10 20:33:05 12714 Log: mingw32 tweaks 12715 Branch: win32/perl 12716 ! win32/makefile.mk win32/win32.c win32/win32.h 12717____________________________________________________________________________ 12718[ 803] By: gsar on 1998/03/09 20:56:07 12719 Log: tweak Win32::DomainName() implementation 12720 Branch: win32/perl 12721 ! win32/Makefile win32/win32.c 12722____________________________________________________________________________ 12723[ 802] By: gsar on 1998/03/09 03:51:01 12724 Log: merge C<local $tied{foo}> patch, also moved statics in 12725 [ah]v.c to thrdvar.h 12726 Branch: win32/perl 12727 ! av.c embedvar.h hv.c scope.c t/op/local.t thrdvar.h 12728____________________________________________________________________________ 12729[ 801] By: gsar on 1998/03/09 02:38:35 12730 Log: minor win32 support fixes 12731 - add a better implementation of Win32::DomainName() (as 12732 suggested by Jutta M. Klebe <jmk@exc.bybyte.de>) 12733 - fix opendir() emulation was unsafe what given long paths 12734 Branch: win32/perl 12735 ! win32/win32.c 12736____________________________________________________________________________ 12737[ 800] By: nick on 1998/03/07 09:36:41 12738 Log: There has been a 'thaw' in config.h (the ICE has gone ;-)) 12739 So pp_sys.c needs tweaking otherwise it does not believe getservby*() 12740 exist. (Breaks libnet). 12741 Branch: perl 12742 ! pp_sys.c 12743____________________________________________________________________________ 12744[ 799] By: gsar on 1998/03/07 07:51:28 12745 Log: integrate mainline changes 12746 Branch: asperl 12747 !> (integrate 111 files) 12748____________________________________________________________________________ 12749[ 798] By: gsar on 1998/03/07 07:01:55 12750 Log: integrate mainline 12751 Branch: win32/perl 12752 !> myconfig patchlevel.h 12753____________________________________________________________________________ 12754[ 797] By: gsar on 1998/03/07 06:49:49 12755 Log: provide our own popen()/pclose() to fix problems with qx//: 12756 - qx// used to always invoke the shell, now does so only when needed 12757 - qx// didn't respect PERL5SHELL, now does 12758 Branch: win32/perl 12759 ! lib/ExtUtils/typemap win32/config_h.PL win32/win32.c 12760____________________________________________________________________________ 12761[ 796] By: gsar on 1998/03/07 01:37:10 12762 Log: a missed s/sp/SP/ 12763 Branch: win32/perl 12764 ! lib/ExtUtils/typemap pod/perlcall.pod 12765____________________________________________________________________________ 12766[ 795] By: gsar on 1998/03/07 01:05:21 12767 Log: change all 'sp' to 'SP' in code and in the docs. Explicitly 12768 mention that local stack pointer should be called SP. This makes the 12769 API safer from source incompatibilities down the line. 12770 Branch: win32/perl 12771 ! av.c doio.c doop.c ext/DB_File/DB_File.xs 12772 ! ext/DynaLoader/dl_dld.xs ext/Opcode/Opcode.xs 12773 ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs ext/Thread/Thread.xs 12774 ! gv.c mg.c op.c os2/OS2/REXX/REXX.xs perl.c pod/perlcall.pod 12775 ! pod/perlembed.pod pod/perlguts.pod pod/perlxs.pod pp.c 12776 ! pp_ctl.c pp_hot.c pp_sys.c util.c 12777 12778---------------- 12779Version 5.004_62 12780---------------- 12781 12782____________________________________________________________________________ 12783[ 794] By: mbeattie on 1998/03/06 09:38:08 12784 Log: Subject: [PATCH] perl5.004_61 myconfig updates 12785 Date: Thu, 5 Mar 1998 15:10:54 -0500 (EST) 12786 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 12787 Branch: perl 12788 ! myconfig 12789____________________________________________________________________________ 12790[ 793] By: mbeattie on 1998/03/06 09:36:37 12791 Log: Bump patchlevel.h to 62. 12792 Branch: perl 12793 ! patchlevel.h 12794____________________________________________________________________________ 12795[ 792] By: mbeattie on 1998/03/06 09:35:57 12796 Log: Integrate win32 branch into mainline. 12797 Branch: perl 12798 !> bytecode.h op.c proto.h scope.c win32/Makefile win32/config.bc 12799 !> win32/config.gc win32/config.vc win32/config_H.bc 12800 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk 12801____________________________________________________________________________ 12802[ 791] By: gsar on 1998/03/06 06:00:08 12803 Log: various 12804 - s/PerlIO_fread/PerlIO_read/, the former doesn't exist 12805 - add missing prototypes 12806 - regenerate win32/config*.?c 12807 Branch: win32/perl 12808 ! bytecode.h proto.h win32/config.bc win32/config.gc 12809 ! win32/config.vc win32/config_H.bc win32/config_H.gc 12810 ! win32/config_H.vc win32/makefile.mk 12811____________________________________________________________________________ 12812[ 790] By: gsar on 1998/03/06 03:19:23 12813 Log: fix typo in Makefile 12814 Branch: win32/perl 12815 ! win32/Makefile 12816____________________________________________________________________________ 12817[ 789] By: gsar on 1998/03/05 22:55:53 12818 Log: integrate mainline 12819 Branch: win32/perl 12820 !> (integrate 47 files) 12821____________________________________________________________________________ 12822[ 788] By: gsar on 1998/03/05 20:02:09 12823 Log: added AS patch#11 12824 Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com> 12825 Date: Thu, 05 Mar 1998 10:23:04 PST 12826 From: Douglas Lankshear <dougl@ActiveState.com> 12827 12828 This patch fixes a bug I introduced removing duplicate code. 12829 -- Doug 12830 Branch: asperl 12831 ! ObjXSub.h objpp.h win32/runperl.c 12832____________________________________________________________________________ 12833[ 787] By: gsar on 1998/03/05 19:56:17 12834 Log: add Nick's dTHR fixes 12835 Branch: win32/perl 12836 ! op.c scope.c 12837____________________________________________________________________________ 12838[ 786] By: gsar on 1998/03/05 19:54:49 12839 Log: maintpatch 12840 Message-Id: <199803050749.CAA15206@Orb.Nashua.NH.US> 12841 Date: Thu, 05 Mar 1998 02:49:46 EST 12842 From: Spider Boardman <spider@orb.nashua.nh.us> 12843 Subject: [PATCH] 5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void 12844 Branch: win32/perl 12845 ! scope.c 12846____________________________________________________________________________ 12847[ 785] By: mbeattie on 1998/03/05 19:12:14 12848 Log: Subject: [5.004_61 PATCH] Make incompatible changes to RE engine NOW 12849 Date: Wed, 4 Mar 1998 23:55:54 -0500 (EST) 12850 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 12851 Branch: perl 12852 ! op.c proto.h regcomp.c regexp.h util.c 12853____________________________________________________________________________ 12854[ 784] By: mbeattie on 1998/03/05 19:11:09 12855 Log: Subject: [PATCH] Re: perl 5.0061 unable to build on sparc 5 Sol2.5.1 threads. 12856 Date: Wed, 4 Mar 1998 10:18:03 GMT 12857 From: Nick Ing-Simmons <nik@tiuk.ti.com> 12858 Branch: perl 12859 ! atomic.h 12860____________________________________________________________________________ 12861[ 783] By: mbeattie on 1998/03/05 19:09:16 12862 Log: Subject: Configure patches -01 and -02 for 5.004_61. 12863 Date: Tue, 3 Mar 1998 16:41:16 -0500 (EST) 12864 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 12865 Branch: perl 12866 ! Configure INSTALL Policy_sh.SH Porting/Glossary 12867 ! Porting/config.sh Porting/config_H Porting/pumpkin.pod 12868 ! config_h.SH handy.h hints/README.hints hints/aix.sh 12869 ! hints/linux.sh hints/solaris_2.sh hints/unicos.sh 12870 ! makedepend.SH myconfig pp_sys.c 12871____________________________________________________________________________ 12872[ 782] By: mbeattie on 1998/03/05 19:05:23 12873 Log: Subject: [PATCH] Compiling with OP_IN_REGISTER 12874 Date: 03 Mar 1998 18:05:07 +0100 12875 From: Gisle Aas <gisle@aas.no> 12876 Branch: perl 12877 ! perl.h pp_ctl.c 12878____________________________________________________________________________ 12879[ 781] By: mbeattie on 1998/03/05 19:04:34 12880 Log: Subject: [PATCH] Make autouse -w-safe 12881 Date: Mon, 2 Mar 1998 21:36:02 -0500 (EST) 12882 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 12883 Branch: perl 12884 ! lib/autouse.pm op.c sv.c 12885____________________________________________________________________________ 12886[ 780] By: mbeattie on 1998/03/05 19:02:50 12887 Log: Subject: [PATCH] External symbol re_croak2 12888 Date: 02 Mar 1998 13:00:45 +0100 12889 From: Gisle Aas <gisle@aas.no> 12890 Branch: perl 12891 ! regcomp.c regcomp.h 12892____________________________________________________________________________ 12893[ 779] By: mbeattie on 1998/03/05 19:01:25 12894 Log: Subject: [PATCH 5.004_61] Miscellaneous minor fixes 12895 Date: Mon, 02 Mar 1998 01:48:27 -0500 (EST) 12896 From: bailey@newman.upenn.edu (Charles Bailey) 12897 Branch: perl 12898 ! bytecode.h embedvar.h ext/B/Makefile.PL ext/B/byteperl.c 12899 ! ext/Thread/Makefile.PL lib/File/Path.pm patchlevel.h perldir.h 12900 ! sv.h 12901____________________________________________________________________________ 12902[ 778] By: mbeattie on 1998/03/05 18:53:13 12903 Log: Subject: [PATCH 5.004_61] USHRT range limit macros 12904 Date: Mon, 02 Mar 1998 01:41:41 -0500 (EST) 12905 From: bailey@newman.upenn.edu (Charles Bailey) 12906 Branch: perl 12907 ! perl.h 12908____________________________________________________________________________ 12909[ 777] By: mbeattie on 1998/03/05 18:50:25 12910 Log: Subject: [PATCH 5.004_61] File::Basename taint fix (revised) 12911 Date: Mon, 02 Mar 1998 01:39:47 -0500 (EST) 12912 From: bailey@newman.upenn.edu (Charles Bailey) 12913 Branch: perl 12914 ! lib/File/Basename.pm 12915____________________________________________________________________________ 12916[ 776] By: mbeattie on 1998/03/05 18:49:15 12917 Log: Subject: [PATCH] Take out version number in perlguts (perl5.004_61) 12918 Date: 01 Mar 1998 15:16:03 +0100 12919 From: Gisle Aas <gisle@aas.no> 12920 Branch: perl 12921 ! pod/perlguts.pod 12922____________________________________________________________________________ 12923[ 775] By: mbeattie on 1998/03/05 18:48:05 12924 Log: Subject: Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch) 12925 Date: Sun, 1 Mar 1998 12:14:44 +0200 (EET) 12926 From: Jarkko Hietaniemi <jhi@iki.fi> 12927 Branch: perl 12928 ! Makefile.SH perl_exp.SH 12929____________________________________________________________________________ 12930[ 774] By: mbeattie on 1998/03/05 18:46:32 12931 Log: Subject: Almost OK: 5.004_61 (threads, perlio) 12932 Date: Sun, 1 Mar 1998 02:02:47 -0500 12933 From: Spider Boardman <spider@orb.nashua.nh.us> 12934 Branch: perl 12935 ! bytecode.h bytecode.pl byterun.c byterun.h perlsdio.h 12936____________________________________________________________________________ 12937[ 773] By: mbeattie on 1998/03/05 18:43:57 12938 Log: Subject: [PATCH 5.004_61] print sort {-1} 1..10; hangs 12939 Date: Sat, 28 Feb 1998 15:51:14 -0500 (EST) 12940 From: Hans Mulder <hansmu@xs4all.nl> 12941 Branch: perl 12942 ! pp_ctl.c 12943____________________________________________________________________________ 12944[ 772] By: mbeattie on 1998/03/05 18:39:25 12945 Log: Subject: [PATCH] 5.004_61: Makefile.SH: 'ok' target needs perlbug... 12946 Date: Sat, 28 Feb 1998 17:06:41 +0200 (EET) 12947 From: Jarkko Hietaniemi <jhi@iki.fi> 12948 Branch: perl 12949 ! Makefile.SH 12950____________________________________________________________________________ 12951[ 771] By: mbeattie on 1998/03/05 18:38:32 12952 Log: Subject: [PATCH] 5.004_61: hints/netbsd.sh 12953 Date: Sat, 28 Feb 1998 16:35:32 +0200 (EET) 12954 From: Jarkko Hietaniemi <jhi@iki.fi> 12955 Branch: perl 12956 ! hints/netbsd.sh 12957____________________________________________________________________________ 12958[ 770] By: mbeattie on 1998/03/05 18:36:50 12959 Log: Add byterun.c to cflags.SH (Dominic Dunlop <domo@vo.lu>) 12960 Branch: perl 12961 ! cflags.SH 12962____________________________________________________________________________ 12963[ 769] By: mbeattie on 1998/03/05 18:34:35 12964 Log: Change getc/fread to PerlIO_getc/fread in bytecode.h: 12965 Subject: [PATCH 5.004_61] bunch of small patches 12966 Date: Fri, 27 Feb 1998 20:03:29 -0500 (EST) 12967 From: Andrew Cohen <cohen@andy.bu.edu> 12968 Branch: perl 12969 ! bytecode.h 12970____________________________________________________________________________ 12971[ 768] By: mbeattie on 1998/03/05 18:13:06 12972 Log: Integrate win32 branch into mainline. 12973 Branch: perl 12974 !> (integrate 53 files) 12975____________________________________________________________________________ 12976[ 767] By: TimBunce on 1998/03/05 11:48:09 12977 Log: Update to change 744. 12978 Branch: maint-5.004/perl 12979 ! lib/ExtUtils/Install.pm 12980____________________________________________________________________________ 12981[ 765] By: TimBunce on 1998/03/05 11:24:24 12982 Log: Update embed.h after make regen_headers. 12983 Branch: maint-5.004/perl 12984 ! embed.h 12985____________________________________________________________________________ 12986[ 764] By: TimBunce on 1998/03/05 11:05:13 12987 Log: APPLLIB_EXP now has arch and version dirs added to @INC 12988 Branch: maint-5.004/perl 12989 ! perl.c 12990____________________________________________________________________________ 12991[ 763] By: TimBunce on 1998/03/05 11:01:38 12992 Log: Added hints/openbsd.sh and t/op/pos.t to MANIFEST 12993 Added MAINT_TRIAL_1 local patch label to patchlevel.h 12994 Removed win32/win32io.c and win32/win32io.h from repository 12995 Branch: maint-5.004/perl 12996 - win32/win32io.c win32/win32io.h 12997 ! MANIFEST patchlevel.h 12998____________________________________________________________________________ 12999[ 762] By: TimBunce on 1998/03/05 10:05:34 13000 Log: Title: "5.004_04 +MAINT_TRIAL_1 broken when sizeof(int) != sizeof(void)" 13001 From: Spider Boardman <spider@orb.nashua.nh.us> 13002 Files: scope.c 13003 Branch: maint-5.004/perl 13004 ! scope.c 13005____________________________________________________________________________ 13006[ 761] By: TimBunce on 1998/03/05 10:03:10 13007 Log: Title: "properly refcount localization, fix C<local $tied{foo}>" 13008 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13009 Msg-ID: <199802191207.MAA10742@toad.ig.co.uk> 13010 Files: av.c hv.c scope.c t/op/local.t 13011 Branch: maint-5.004/perl 13012 ! av.c hv.c scope.c t/op/local.t 13013____________________________________________________________________________ 13014[ 760] By: gsar on 1998/03/04 20:58:21 13015 Log: added AS patch#10 13016 Message-Id: <01BD4691.963D1670.dougl@ActiveState.com> 13017 Date: Tue, 03 Mar 1998 10:46:13 PST 13018 From: Douglas Lankshear <dougl@ActiveState.com> 13019 Subject: [PATCH] 13020 13021 Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically 13022 linked modules. 13023 13024 -- Doug 13025 Branch: asperl 13026 ! win32/dl_win32.xs 13027____________________________________________________________________________ 13028[ 759] By: TimBunce on 1998/03/04 18:46:41 13029 Log: Update patchls utility 13030 Branch: maint-5.004/perl 13031 ! Porting/patchls 13032____________________________________________________________________________ 13033[ 758] By: TimBunce on 1998/03/04 17:07:06 13034 Log: perldoc -f now uses pager if text is too long for screen 13035 Branch: maint-5.004/perl 13036 ! utils/perldoc.PL 13037____________________________________________________________________________ 13038[ 757] By: TimBunce on 1998/03/04 16:57:04 13039 Log: Added OpenBSD hint file from <Todd.Miller@courtesan.com> 13040 Document 'warn with no args' behaviour, from <johnpc@xs4all.net> 13041 Branch: maint-5.004/perl 13042 + hints/openbsd.sh 13043 ! pod/perlfunc.pod 13044____________________________________________________________________________ 13045[ 756] By: TimBunce on 1998/03/04 16:48:40 13046 Log: Fix for new gnulibc stdio.h when using sfio+perlio 13047 Branch: maint-5.004/perl 13048 ! perlsdio.h 13049____________________________________________________________________________ 13050[ 755] By: TimBunce on 1998/03/04 16:47:08 13051 Log: Fixed typo in vms/ext/Stdio/Stdio.pm AUTOLOAD 13052 Added details of split in scalar context to perlfunc.pod 13053 Branch: maint-5.004/perl 13054 ! pod/perlfunc.pod vms/ext/Stdio/Stdio.pm 13055____________________________________________________________________________ 13056[ 754] By: TimBunce on 1998/03/04 16:35:58 13057 Log: Updated perl -v info to include reference to docs and home page. 13058 Branch: maint-5.004/perl 13059 ! perl.c 13060____________________________________________________________________________ 13061[ 753] By: TimBunce on 1998/03/04 16:31:29 13062 Log: Updated hints/bsdos.sh for BSD/OS 3.1 13063 Fixed typo in pod/perlsyn.pod 13064 Added workaround for old gmake in ext/SDBM_File/sdbm/Makefile.PL 13065 Fixed typo in ext/GDBM_File/GDBM_File.pm 13066 Branch: maint-5.004/perl 13067 ! ext/GDBM_File/GDBM_File.pm ext/SDBM_File/sdbm/Makefile.PL 13068 ! hints/bsdos.sh pod/perlsyn.pod 13069____________________________________________________________________________ 13070[ 752] By: TimBunce on 1998/03/04 15:49:19 13071 Log: Changed bug address in README to perlbug@perl.com 13072 Changed Copyright in perl.c to 1998 13073 Added op/pos.t test from Robin Houston <robin@oneworld.org> 13074 Branch: maint-5.004/perl 13075 + t/op/pos.t 13076 ! README perl.c 13077____________________________________________________________________________ 13078[ 751] By: TimBunce on 1998/03/04 14:47:15 13079 Log: Make t/comp/require.t and t/lib/ph.t executable in repository 13080 Branch: maint-5.004/perl 13081 ! t/comp/require.t t/lib/ph.t 13082____________________________________________________________________________ 13083[ 750] By: TimBunce on 1998/03/04 13:29:58 13084 Log: Added dTHR definition to ease backwards compatibility for XS 13085 source code from 5.005. 13086 Branch: maint-5.004/perl 13087 ! perl.h 13088____________________________________________________________________________ 13089[ 749] By: TimBunce on 1998/03/04 12:19:19 13090 Log: Title: "rename local 'op' variables to 'o'", #F114 13091 From: Gurusamy Sarathy 13092 Files: op.h opcode.h proto.h dump.c op.c opcode.pl pp_ctl.c run.c scope.c 13093 toke.c 13094 Branch: maint-5.004/perl 13095 ! dump.c op.c op.h opcode.h opcode.pl pp_ctl.c proto.h run.c 13096 ! scope.c toke.c 13097____________________________________________________________________________ 13098[ 748] By: TimBunce on 1998/03/04 12:12:27 13099 Log: Title: "consolidated win32 patch", #F112 13100 From: Gurusamy Sarathy 13101 Files: MANIFEST pod/perlfaq2.pod pod/perlrun.pod win32/include/sys/socket.h 13102 EXTERN.h INTERN.h dosish.h lib/ExtUtils/Command.pm 13103 lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm 13104 lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm t/TEST 13105 t/harness win32/win32.h win32/win32iop.h README.win32 13106 doio.c installhtml installperl pp_sys.c win32/Makefile 13107 win32/config.bc win32/config.vc win32/config_H.bc 13108 win32/config_H.vc win32/config_h.PL win32/config_sh.PL 13109 win32/dl_win32.xs win32/makedef.pl win32/makefile.mk 13110 win32/perllib.c win32/runperl.c win32/win32.c 13111 win32/win32sck.c win32/bin/perlglob.pl x2p/a2p.h x2p/a2p.c 13112 x2p/a2py.c 13113 Branch: maint-5.004/perl 13114 + win32/bin/perlglob.pl 13115 ! EXTERN.h INTERN.h MANIFEST README.win32 doio.c dosish.h 13116 ! installhtml installperl lib/ExtUtils/Command.pm 13117 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Win32.pm 13118 ! lib/ExtUtils/Mksymlists.pm lib/File/DosGlob.pm 13119 ! pod/perlfaq2.pod pod/perlrun.pod pp_sys.c t/TEST t/harness 13120 ! win32/Makefile win32/config.bc win32/config.vc 13121 ! win32/config_H.bc win32/config_H.vc win32/config_h.PL 13122 ! win32/config_sh.PL win32/dl_win32.xs 13123 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk 13124 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h 13125 ! win32/win32iop.h win32/win32sck.c x2p/a2p.c x2p/a2p.h 13126 ! x2p/a2py.c 13127____________________________________________________________________________ 13128[ 747] By: TimBunce on 1998/03/04 11:59:57 13129 Log: Title: "initialize @INC in ph.t, and fix up MANIFEST", #F111 13130 From: Gurusamy Sarathy 13131 Files: MANIFEST t/lib/ph.t 13132 Branch: maint-5.004/perl 13133 ! MANIFEST t/lib/ph.t 13134____________________________________________________________________________ 13135[ 746] By: TimBunce on 1998/03/04 11:47:43 13136 Log: Title: "properly save STDOUT during system() in debugger", #F110 13137 From: Jason Smith <smithj4@rpi.edu> 13138 Files: lib/perl5db.pl 13139 Branch: maint-5.004/perl 13140 ! lib/perl5db.pl 13141____________________________________________________________________________ 13142[ 745] By: TimBunce on 1998/03/04 11:40:19 13143 Log: Title: "generate DynaLoader.pm at build time", #F109 13144 From: Achim Bohnet <ach@mpe.mpg.de> 13145 Msg-ID: <9802111938.AA26224@o09.xray.mpe.mpg.de> 13146 Files: MANIFEST ext/DynaLoader/DynaLoader.pm.PL ext/DynaLoader/Makefile.PL 13147 Branch: maint-5.004/perl 13148 + ext/DynaLoader/DynaLoader.pm.PL 13149 ! MANIFEST ext/DynaLoader/Makefile.PL 13150____________________________________________________________________________ 13151[ 744] By: TimBunce on 1998/03/04 11:34:09 13152 Log: Title: "Install extensions with bootstrap in $archlib", #F108 13153 From: koenig@anna.mind.de (Andreas J. Koenig), koenig@kulturbox.de (Andreas 13154 J. Koenig) 13155 Msg-ID: <sfcra9fqx0n.fsf@anna.in-berlin.de> 13156 Files: lib/ExtUtils/Install.pm 13157 Branch: maint-5.004/perl 13158 ! lib/ExtUtils/Install.pm 13159____________________________________________________________________________ 13160[ 743] By: TimBunce on 1998/03/04 10:45:05 13161 Log: Title: "Pod::Html trips over "C<0>"", #F107 13162 From: Chip Salzenberg 13163 Files: lib/Pod/Html.pm 13164 Branch: maint-5.004/perl 13165 ! lib/Pod/Html.pm 13166____________________________________________________________________________ 13167[ 742] By: TimBunce on 1998/03/04 10:12:54 13168 Log: Title: "5.004_58 | _04: pod2*,perlpod: L<show this|man/section>", #F106 13169 From: Achim Bohnet <ach@mpe.mpg.de> 13170 Msg-ID: <9802111629.AA00595@o09.xray.mpe.mpg.de> 13171 Files: pod/perlpod.pod lib/Pod/Html.pm lib/Pod/Text.pm pod/pod2man.PL 13172 Branch: maint-5.004/perl 13173 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL 13174____________________________________________________________________________ 13175[ 741] By: TimBunce on 1998/03/04 10:08:31 13176 Log: Title: "New patch for $^E==GetLastError() under Win32", #F105 13177 From: Gurusamy Sarathy <gsar@engin.umich.edu>, Tye McQueen 13178 <tye@metronet.com>, ilya@math.ohio-state.edu (Ilya 13179 Zakharevich) 13180 Msg-ID: <199801040630.AA29298@metronet.com>, 13181 <199801041826.NAA11568@aatma.engin.umich.edu>, 13182 <1998Jan4.130412.2719461@cor.newman> 13183 Files: pod/perlfunc.pod pod/perlvar.pod doio.c lib/dumpvar.pl lib/perl5db.pl 13184 win32/win32.h mg.c util.c win32/makedef.pl win32/win32.c 13185 Branch: maint-5.004/perl 13186 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c pod/perlfunc.pod 13187 ! pod/perlvar.pod util.c win32/makedef.pl win32/win32.c 13188 ! win32/win32.h 13189____________________________________________________________________________ 13190[ 740] By: TimBunce on 1998/03/04 09:55:57 13191 Log: Title: "5.004_56: Patch to Tie::Hash and docs", #F104 13192 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 13193 Msg-ID: <199801120134.UAA05437@monk.mps.ohio-state.edu> 13194 Files: pod/perlfunc.pod lib/Tie/Hash.pm 13195 Branch: maint-5.004/perl 13196 ! lib/Tie/Hash.pm pod/perlfunc.pod 13197____________________________________________________________________________ 13198[ 739] By: TimBunce on 1998/03/04 09:26:01 13199 Log: Title: "more doc for perldoc", #F103 13200 From: Gurusamy Sarathy 13201 Files: utils/perldoc.PL 13202 Branch: maint-5.004/perl 13203 ! utils/perldoc.PL 13204____________________________________________________________________________ 13205[ 738] By: TimBunce on 1998/03/04 09:23:16 13206 Log: Title: "Make perldoc look for an index file ", #F102 13207 From: Gisle Aas <gisle@aas.no> 13208 Msg-ID: <199801221220.NAA22902@furu.g.aas.no> 13209 Files: utils/perldoc.PL 13210 Branch: maint-5.004/perl 13211 ! utils/perldoc.PL 13212____________________________________________________________________________ 13213[ 737] By: TimBunce on 1998/03/04 09:21:15 13214 Log: Title: "perldoc -F filename", #F101 13215 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 13216 Msg-ID: <199712120037.TAA00176@math.mps.ohio-state.edu> 13217 Files: utils/perldoc.PL 13218 Branch: maint-5.004/perl 13219 ! utils/perldoc.PL 13220____________________________________________________________________________ 13221[ 736] By: TimBunce on 1998/03/04 09:16:20 13222 Log: Title: "sv_grow can fail for HAS_64K_LIMIT systems", #F100 13223 From: Gisle Aas <gisle@aas.no> 13224 Msg-ID: <m3iuqsl3oq.fsf@furu.g.aas.no> 13225 Files: sv.c 13226 Branch: maint-5.004/perl 13227 ! sv.c 13228____________________________________________________________________________ 13229[ 735] By: TimBunce on 1998/03/04 09:08:51 13230 Log: Title: "Benchmark.pm: timethese corrupts $_", #F099 13231 From: abigail@fnx.com 13232 Msg-ID: <19980201114609.7779.qmail@betelgeuse.wayne.fnx.com> 13233 Files: lib/Benchmark.pm 13234 Branch: maint-5.004/perl 13235 ! lib/Benchmark.pm 13236____________________________________________________________________________ 13237[ 734] By: TimBunce on 1998/03/04 08:59:58 13238 Log: Title: "STRANGE_MALLOC should test failed alloc", #F098 13239 From: Gisle Aas <gisle@aas.no> 13240 Msg-ID: <199802021406.PAA03285@furu.g.aas.no> 13241 Files: hv.c 13242 Branch: maint-5.004/perl 13243 ! hv.c 13244____________________________________________________________________________ 13245[ 733] By: TimBunce on 1998/03/04 08:35:19 13246 Log: Title: "support caseless %ENV", #F097 13247 From: Gurusamy Sarathy 13248 Files: hv.c t/op/magic.t win32/win32.h 13249 Branch: maint-5.004/perl 13250 ! hv.c t/op/magic.t win32/win32.h 13251____________________________________________________________________________ 13252[ 732] By: TimBunce on 1998/03/04 08:33:58 13253 Log: Title: "newer cperl-mode.el (from 5.004_60)", #F096 13254 From: Ilya Zakharevich 13255 Files: emacs/cperl-mode.el 13256 Branch: maint-5.004/perl 13257 ! emacs/cperl-mode.el 13258____________________________________________________________________________ 13259[ 731] By: TimBunce on 1998/03/04 08:26:23 13260 Log: Title: "Handle set magic on xsub OUTPUT args, add API functions that handle 13261 magic", #F095 13262 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13263 Msg-ID: <199801190409.XAA26710@aatma.engin.umich.edu> 13264 Files: pod/perlguts.pod pod/perlxs.pod embed.h proto.h sv.h global.sym 13265 lib/ExtUtils/xsubpp sv.c 13266 Branch: maint-5.004/perl 13267 ! embed.h global.sym lib/ExtUtils/xsubpp pod/perlguts.pod 13268 ! pod/perlxs.pod proto.h sv.c sv.h 13269____________________________________________________________________________ 13270[ 730] By: TimBunce on 1998/03/04 08:20:52 13271 Log: Title: "Fix flawed cleanup when signal handlers are not defined", #F094 13272 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13273 Msg-ID: <199710290106.UAA11485@aatma.engin.umich.edu> 13274 Files: mg.c 13275 Branch: maint-5.004/perl 13276 ! mg.c 13277____________________________________________________________________________ 13278[ 729] By: TimBunce on 1998/03/04 08:18:02 13279 Log: Title: "Tests for C<sort 'foo','bar'>", #F093 13280 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 13281 Msg-ID: <199711021247.MAA01743@crypt.compulink.co.uk> 13282 Files: t/op/sort.t 13283 Branch: maint-5.004/perl 13284 ! t/op/sort.t 13285____________________________________________________________________________ 13286[ 728] By: TimBunce on 1998/03/04 08:17:07 13287 Log: Title: "Make search.pl work on win32", #F092 13288 From: Gurusamy Sarathy 13289 Files: win32/bin/search.pl 13290 Branch: maint-5.004/perl 13291 ! win32/bin/search.pl 13292____________________________________________________________________________ 13293[ 727] By: gsar on 1998/03/04 04:13:23 13294 Log: missing s/op/o/ from one of the mainpatches 13295 Branch: win32/perl 13296 ! op.c 13297____________________________________________________________________________ 13298[ 726] By: gsar on 1998/03/04 02:12:13 13299 Log: maintpatches #102 and #103 to perldoc.PL 13300 Branch: win32/perl 13301 ! utils/perldoc.PL 13302____________________________________________________________________________ 13303[ 725] By: gsar on 1998/03/04 02:00:15 13304 Log: renumber some tests to match maint branch 13305 Branch: win32/perl 13306 ! t/op/local.t 13307____________________________________________________________________________ 13308[ 724] By: gsar on 1998/03/04 01:25:50 13309 Log: maintpatch 13310 #70: "Fix random whitespace errors in docs" 13311 From: Roderick Schertler <roderick@argon.org> 13312 Msg-ID: <12726.877706444@eeyore.ibcinc.com> 13313 Date: Fri, 24 Oct 1997 11:20:44 -0400 13314 Files: pod/checkpods.PL pod/perlfunc.pod 13315 Branch: win32/perl 13316 ! pod/checkpods.PL 13317____________________________________________________________________________ 13318[ 723] By: gsar on 1998/03/04 01:04:37 13319 Log: sync maintpatch 13320 #76: "Fix infinite loop on unlink() failure in File::Path::rmtree() 13321 From: Chip Salzenberg 13322 Files: lib/File/Path.pm 13323 Branch: win32/perl 13324 ! lib/File/Path.pm 13325____________________________________________________________________________ 13326[ 722] By: gsar on 1998/03/04 00:46:46 13327 Log: remove redundancy in File::Find 13328 Branch: win32/perl 13329 ! lib/File/Find.pm 13330____________________________________________________________________________ 13331[ 721] By: TimBunce on 1998/03/03 20:06:41 13332 Log: Title: "Fix spurious perldoc warnings on DOSISH platforms", #F091 13333 From: Molnar Laszlo <molnarl@cdata.tvnet.hu> 13334 Msg-ID: <34475659.1AA69855@cdata.tvnet.hu> 13335 Files: utils/perldoc.PL 13336 Branch: maint-5.004/perl 13337 ! utils/perldoc.PL 13338____________________________________________________________________________ 13339[ 720] By: TimBunce on 1998/03/03 20:03:59 13340 Log: Title: "Make ExtUtils::MM_Unix::fixin() do something meaningful on win32", 13341 #F090 13342 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13343 Msg-ID: <199801070016.TAA17766@aatma.engin.umich.edu> 13344 Files: lib/ExtUtils/MM_Unix.pm 13345 Branch: maint-5.004/perl 13346 ! lib/ExtUtils/MM_Unix.pm 13347____________________________________________________________________________ 13348[ 719] By: TimBunce on 1998/03/03 20:02:06 13349 Log: Title: "Fix inconsistent case $ENV{Path} (vs $ENV{PATH})", #F089 13350 From: Gurusamy Sarathy 13351 Files: lib/FindBin.pm 13352 Branch: maint-5.004/perl 13353 ! lib/FindBin.pm 13354____________________________________________________________________________ 13355[ 718] By: TimBunce on 1998/03/03 20:00:26 13356 Log: Title: "Fix File::Find's longstanding confusion about win32 being like VMS", 13357 #F088 13358 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13359 Msg-ID: <199802020459.XAA04964@aatma.engin.umich.edu> 13360 Files: lib/File/Find.pm 13361 Branch: maint-5.004/perl 13362 ! lib/File/Find.pm 13363____________________________________________________________________________ 13364[ 717] By: TimBunce on 1998/03/03 19:59:38 13365 Log: Title: "do_postponed breaks with multiple interpreters", #F087 13366 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13367 Msg-ID: <199710290316.WAA15888@aatma.engin.umich.edu> 13368 Files: op.c 13369 Branch: maint-5.004/perl 13370 ! op.c 13371____________________________________________________________________________ 13372[ 716] By: TimBunce on 1998/03/03 19:57:17 13373 Log: Title: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod", 13374 #F086 13375 From: Gurusamy Sarathy 13376 Files: pod/perldelta.pod pod/perldiag.pod toke.c 13377 Branch: maint-5.004/perl 13378 ! pod/perldelta.pod pod/perldiag.pod toke.c 13379____________________________________________________________________________ 13380[ 715] By: TimBunce on 1998/03/03 19:51:33 13381 Log: Title: "Pod::Html bug and fix: missing </UL> in index", #F085 13382 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13383 Msg-ID: <199802192314.SAA23326@aatma.engin.umich.edu> 13384 Files: lib/Pod/Html.pm 13385 Branch: maint-5.004/perl 13386 ! lib/Pod/Html.pm 13387____________________________________________________________________________ 13388[ 714] By: TimBunce on 1998/03/03 19:50:28 13389 Log: Title: "New pod: perlhist", #F084 13390 From: Jarkko Hietaniemi <jhi@iki.fi> 13391 Msg-ID: <199802191556.RAA09578@alpha.hut.fi> 13392 Files: MANIFEST pod/perl.pod pod/perlhist.pod pod/perltoc.pod pod/buildtoc 13393 Branch: maint-5.004/perl 13394 + pod/perlhist.pod 13395 ! MANIFEST pod/buildtoc pod/perl.pod pod/perltoc.pod 13396____________________________________________________________________________ 13397[ 713] By: TimBunce on 1998/03/03 19:47:13 13398 Log: Title: "Fix restoration of locals on scope unwinding", #F083 13399 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13400 Msg-ID: <199802110515.AAA23700@aatma.engin.umich.edu> 13401 Files: pp_ctl.c t/op/local.t 13402 Branch: maint-5.004/perl 13403 ! pp_ctl.c t/op/local.t 13404____________________________________________________________________________ 13405[ 712] By: TimBunce on 1998/03/03 19:45:56 13406 Log: Title: "after an eval-ed bad require, requiring a string ref SEGVs", #F082 13407 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13408 Msg-ID: <199802102349.SAA16001@aatma.engin.umich.edu> 13409 Files: pp_ctl.c 13410 Branch: maint-5.004/perl 13411 ! pp_ctl.c 13412____________________________________________________________________________ 13413[ 711] By: TimBunce on 1998/03/03 19:44:41 13414 Log: Title: "Fix seg fault on eval/require and syntax errors", #F081 13415 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13416 Msg-ID: <199802102321.SAA15346@aatma.engin.umich.edu> 13417 Files: MANIFEST scope.h op.c pp_ctl.c scope.c t/comp/require.t toke.c 13418 Branch: maint-5.004/perl 13419 + t/comp/require.t 13420 ! MANIFEST op.c pp_ctl.c scope.c scope.h toke.c 13421____________________________________________________________________________ 13422[ 710] By: TimBunce on 1998/03/03 19:36:34 13423 Log: Title: "5.004_58: the locale.t problem in IRIX", #F080 13424 From: Jarkko Hietaniemi <jhi@iki.fi> 13425 Msg-ID: <199802091747.TAA01735@alpha.hut.fi> 13426 Files: t/pragma/locale.t 13427 Branch: maint-5.004/perl 13428 ! t/pragma/locale.t 13429____________________________________________________________________________ 13430[ 709] By: TimBunce on 1998/03/03 19:32:30 13431 Log: Title: "sv_setnv will upgrade SVt_NV to SVt_PVNV", #F079 13432 From: Gisle Aas <gisle@aas.no> 13433 Msg-ID: <m3g1lwl3bq.fsf@furu.g.aas.no> 13434 Files: sv.c 13435 Branch: maint-5.004/perl 13436 ! sv.c 13437____________________________________________________________________________ 13438[ 708] By: TimBunce on 1998/03/03 19:28:06 13439 Log: Title: "Eliminate double warnings under C<package;>", #F077 13440 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 13441 Msg-ID: <E0y0paq-0000Ov-00@ursa.cus.cam.ac.uk> 13442 Files: gv.c op.c toke.c 13443 Branch: maint-5.004/perl 13444 ! gv.c op.c toke.c 13445____________________________________________________________________________ 13446[ 707] By: TimBunce on 1998/03/03 19:13:17 13447 Log: Title: "Fix infinite loop on unlink() failure in File::Path::rmtree()", 13448 #F076 13449 From: Murray Nesbitt <mjn@pathcom.com>, Tim Bunce <Tim.Bunce@ig.co.uk> 13450 Msg-ID: <199802061100.LAA16423@toad.ig.co.uk> 13451 Files: lib/File/Path.pm 13452 Branch: maint-5.004/perl 13453 ! lib/File/Path.pm 13454____________________________________________________________________________ 13455[ 706] By: TimBunce on 1998/03/03 19:08:45 13456 Log: Title: "Update of h2ph", #F075 13457 From: kstar@www.chapin.edu (Kurt D. Starsinic) 13458 Msg-ID: <199802051354.FAA11452@www.chapin.edu> 13459 Files: t/lib/ph.t utils/h2ph.PL 13460 Branch: maint-5.004/perl 13461 + t/lib/ph.t 13462 ! utils/h2ph.PL 13463____________________________________________________________________________ 13464[ 705] By: TimBunce on 1998/03/03 18:56:59 13465 Log: Title: "Fix AutoLoader for deep packages", #F074 13466 From: Zachary Miller <zcmiller@zappy.er.usgs.gov> 13467 Msg-ID: <199710092348.SAA02108@zappy.er.usgs.gov> 13468 Files: lib/AutoLoader.pm 13469 Branch: maint-5.004/perl 13470 ! lib/AutoLoader.pm 13471____________________________________________________________________________ 13472[ 704] By: TimBunce on 1998/03/03 18:35:36 13473 Log: Title: "Fix order of warnings for misplaced subscripts", #F073 13474 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 13475 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk> 13476 Files: op.c 13477 Branch: maint-5.004/perl 13478 ! op.c 13479____________________________________________________________________________ 13480[ 703] By: TimBunce on 1998/03/03 18:32:28 13481 Log: Title: "Make recursive lexical analysis more robust", #F072 13482 From: Ilya Zakharevich and Chip Salzenberg 13483 Msg-ID: <199710160102.VAA28817@monk.mps.ohio-state.edu> 13484 Files: toke.c 13485 Branch: maint-5.004/perl 13486 ! toke.c 13487____________________________________________________________________________ 13488[ 702] By: TimBunce on 1998/03/03 18:18:10 13489 Log: Title: "Fix random whitespace errors in docs", #F070 13490 From: Roderick Schertler <roderick@argon.org> 13491 Msg-ID: <12726.877706444@eeyore.ibcinc.com> 13492 Files: pod/perlfunc.pod pod/checkpods.PL 13493 Branch: maint-5.004/perl 13494 ! pod/checkpods.PL pod/perlfunc.pod 13495____________________________________________________________________________ 13496[ 701] By: TimBunce on 1998/03/03 18:13:54 13497 Log: Title: "Fix line numbers after here documents in eval STRING", #F069 13498 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 13499 Msg-ID: <199710241745.NAA08166@monk.mps.ohio-state.edu> 13500 Files: toke.c 13501 Branch: maint-5.004/perl 13502 ! toke.c 13503____________________________________________________________________________ 13504[ 700] By: TimBunce on 1998/03/03 18:11:20 13505 Log: Title: "Fix SEGV from combining caller and C<package;>", #F068 13506 From: James Duncan <jduncan@epitome.hawk.igs.net>, Nicholas Clark 13507 <nick@flirble.org> 13508 Msg-ID: <199710241248.NAA00163@flirble.org>, 13509 <Pine.LNX.3.96.971024135912.12197A-100000@epitome.hawk.igs. 13510 net> 13511 Files: pp_ctl.c sv.c 13512 Branch: maint-5.004/perl 13513 ! pp_ctl.c sv.c 13514____________________________________________________________________________ 13515[ 699] By: TimBunce on 1998/03/03 18:06:59 13516 Log: Title: "Don't fold string comparison under C<use locale>", #F067 13517 From: Jarkko Hietaniemi <jhi@iki.fi> 13518 Msg-ID: <199711151506.RAA26287@alpha.hut.fi> 13519 Files: op.c 13520 Branch: maint-5.004/perl 13521 ! op.c 13522____________________________________________________________________________ 13523[ 698] By: TimBunce on 1998/03/03 18:04:51 13524 Log: Title: "Fix SEGV on constant at end of sort block", #F066 13525 From: Administration <fadmin@informatics.muni.cz> 13526 Msg-ID: <199711170838.JAA26073@thetis.fi.muni.cz> 13527 Files: op.c 13528 Branch: maint-5.004/perl 13529 ! op.c 13530____________________________________________________________________________ 13531[ 697] By: TimBunce on 1998/03/03 18:02:54 13532 Log: Title: "Allow C<last()> to mean C<last>", #F065 13533 From: Chip Salzenberg 13534 Files: op.c 13535 Branch: maint-5.004/perl 13536 ! op.c 13537____________________________________________________________________________ 13538[ 696] By: TimBunce on 1998/03/03 17:58:12 13539 Log: Title: "Fix extension version mismatch message", #F064 13540 From: Chip Salzenberg 13541 Files: XSUB.h 13542 Branch: maint-5.004/perl 13543 ! XSUB.h 13544____________________________________________________________________________ 13545[ 695] By: TimBunce on 1998/03/03 17:53:04 13546 Log: Title: "Better handle and test struct tm of Linux and SunOS", #F063 13547 From: Andy Dougherty <doughera@newton.phys.lafayette.edu> 13548 Msg-ID: <Pine.SUN.3.96.980205134340.15567B-100000@newton.phys> 13549 Files: MANIFEST ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl 13550 hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t 13551 Branch: maint-5.004/perl 13552 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl 13553 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t 13554____________________________________________________________________________ 13555[ 694] By: TimBunce on 1998/03/03 17:40:47 13556 Log: Title: "Fix doc bug in getservbyname() examples", #F062 13557 From: Tom Christiansen 13558 Files: ext/Socket/Socket.pm 13559 Branch: maint-5.004/perl 13560 ! ext/Socket/Socket.pm 13561____________________________________________________________________________ 13562[ 693] By: TimBunce on 1998/03/03 17:32:57 13563 Log: Title: "Kill warning about parameter type", #F061 13564 From: Chip Salzenberg 13565 Files: op.c 13566 Branch: maint-5.004/perl 13567 ! op.c 13568____________________________________________________________________________ 13569[ 692] By: TimBunce on 1998/03/03 17:11:07 13570 Log: Title: "Socket occasional SEGV", #F060 13571 From: Trevor Blackwell <tlb@viaweb.com> 13572 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com> 13573 Files: ext/Socket/Socket.xs 13574 Branch: maint-5.004/perl 13575 ! ext/Socket/Socket.xs 13576____________________________________________________________________________ 13577[ 691] By: TimBunce on 1998/03/03 17:09:51 13578 Log: Title: "Avoid SEGV from local($@)", #F059 13579 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13580 Msg-ID: <199710290251.VAA14362@aatma.engin.umich.edu> 13581 Files: pp_ctl.c 13582 Branch: maint-5.004/perl 13583 ! pp_ctl.c 13584____________________________________________________________________________ 13585[ 690] By: TimBunce on 1998/03/03 17:08:21 13586 Log: Title: "Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 )", #F058 13587 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13588 Msg-ID: <199710300036.TAA01004@aatma.engin.umich.edu> 13589 Files: op.c 13590 Branch: maint-5.004/perl 13591 ! op.c 13592____________________________________________________________________________ 13593[ 689] By: TimBunce on 1998/03/03 17:05:57 13594 Log: Title: "Use STMT_{START,END} in XSRETURN", #F057 13595 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13596 Msg-ID: <199710300245.VAA04244@aatma.engin.umich.edu> 13597 Files: XSUB.h 13598 Branch: maint-5.004/perl 13599 ! XSUB.h 13600____________________________________________________________________________ 13601[ 688] By: TimBunce on 1998/03/03 17:04:15 13602 Log: Title: "Re: Sort grammar bug", #F056 13603 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13604 Msg-ID: <199711011946.OAA18882@aatma.engin.umich.edu> 13605 Files: toke.c 13606 Branch: maint-5.004/perl 13607 ! toke.c 13608____________________________________________________________________________ 13609[ 687] By: TimBunce on 1998/03/03 17:01:32 13610 Log: Title: "Document indirect object cases for exec(), system()", #F055 13611 From: Dominic Dunlop <domo@slipper.ip.lu> 13612 Msg-ID: <v03110700b084e89234a7@[194.51.248.90]> 13613 Files: pod/perlfunc.pod 13614 Branch: maint-5.004/perl 13615 ! pod/perlfunc.pod 13616____________________________________________________________________________ 13617[ 686] By: TimBunce on 1998/03/03 16:56:44 13618 Log: Title: "Update docs on tr///", #F054 13619 From: Tom Phoenix <rootbeer@teleport.com> 13620 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.com> 13621 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod 13622 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod 13623 pod/perlstyle.pod toke.c 13624 Branch: maint-5.004/perl 13625 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod 13626 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod 13627 ! pod/perlstyle.pod toke.c 13628____________________________________________________________________________ 13629[ 685] By: TimBunce on 1998/03/03 16:38:50 13630 Log: Title: "Re: perlop bitwise & | ^ documentation", #F053 13631 From: Tom Phoenix <rootbeer@teleport.com> 13632 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.com> 13633 Files: pod/perlop.pod 13634 Branch: maint-5.004/perl 13635 ! pod/perlop.pod 13636____________________________________________________________________________ 13637[ 684] By: TimBunce on 1998/03/03 16:37:00 13638 Log: Title: "Fix SEGV on C<*glob{'SCALAR','ARRAY'}>", #F052 13639 From: "Joseph N. Hall" <joseph@cscaper.com> 13640 Msg-ID: <199711110552.WAA12613@gadget.cscaper.com> 13641 Files: perly.c perly.c.diff perly.y vms/perly_c.vms 13642 Branch: maint-5.004/perl 13643 ! perly.c perly.c.diff perly.y vms/perly_c.vms 13644____________________________________________________________________________ 13645[ 683] By: TimBunce on 1998/03/03 16:31:15 13646 Log: Title: "for perlguts.pod: document sv_derived_from, sv_vcatpfn and 13647 sv_vsetpfn", #F051 13648 From: jan.dubois@ibm.net (Jan Dubois) and Chip Salzenberg 13649 Msg-ID: <346ae970.7444534@smtp1.ibm.net> 13650 Files: pod/perlguts.pod 13651 Branch: maint-5.004/perl 13652 ! pod/perlguts.pod 13653____________________________________________________________________________ 13654[ 682] By: TimBunce on 1998/03/03 16:28:30 13655 Log: Title: "5.004_04: locale startup failure (at last) documented", #F050 13656 From: Jarkko Hietaniemi <jhi@iki.fi> 13657 Msg-ID: <199711172054.WAA08261@alpha.hut.fi> 13658 Files: INSTALL pod/perldiag.pod pod/perllocale.pod 13659 Branch: maint-5.004/perl 13660 ! INSTALL pod/perldiag.pod pod/perllocale.pod 13661____________________________________________________________________________ 13662[ 681] By: TimBunce on 1998/03/03 16:24:12 13663 Log: Title: "Cope with lack of args in Fcntl::AUTOLOAD", #F049 13664 From: Jerome Abela <abela@hsc.fr> 13665 Msg-ID: <19971120183248.23588@coredump.hsc.fr> 13666 Files: ext/Fcntl/Fcntl.pm 13667 Branch: maint-5.004/perl 13668 ! ext/Fcntl/Fcntl.pm 13669____________________________________________________________________________ 13670[ 680] By: TimBunce on 1998/03/03 16:23:20 13671 Log: Title: "Commenting toke.c", #F048 13672 From: gnat@frii.com 13673 Msg-ID: <199801082138.OAA14186@prometheus.frii.com> 13674 Files: toke.c 13675 Branch: maint-5.004/perl 13676 ! toke.c 13677____________________________________________________________________________ 13678[ 679] By: TimBunce on 1998/03/03 16:18:32 13679 Log: Title: "Re: 5.004_04 vec() fails with 32-bit values", #F047 13680 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 13681 Msg-ID: <E0xsnr8-0007SS-00@taurus.cus.cam.ac.uk> 13682 Files: pod/perlguts.pod pp.c t/op/vec.t 13683 Branch: maint-5.004/perl 13684 ! pod/perlguts.pod pp.c t/op/vec.t 13685____________________________________________________________________________ 13686[ 678] By: TimBunce on 1998/03/03 16:15:44 13687 Log: Title: "A few perl5.004_03 bugs", #F046 13688 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 13689 Msg-ID: <199801221211.MAA05315@crypt.compulink.co.uk> 13690 Files: mg.c t/op/magic.t 13691 Branch: maint-5.004/perl 13692 ! mg.c t/op/magic.t 13693____________________________________________________________________________ 13694[ 677] By: TimBunce on 1998/03/03 16:13:11 13695 Log: Title: "Faster, cleaner av_unshift() ", #F045 13696 From: Gisle Aas <gisle@aas.no> 13697 Msg-ID: <199801221850.TAA23111@furu.g.aas.no> 13698 Files: av.c 13699 Branch: maint-5.004/perl 13700 ! av.c 13701____________________________________________________________________________ 13702[ 676] By: TimBunce on 1998/03/03 16:04:30 13703 Log: Title: "New hints/solaris2.sh", #F044 13704 From: Stephen Zander <srz@mckesson.com> 13705 Msg-ID: <87oh12y458.fsf@wsuse5.mckesson.com> 13706 Files: hints/solaris_2.sh 13707 Branch: maint-5.004/perl 13708 ! hints/solaris_2.sh 13709____________________________________________________________________________ 13710[ 675] By: TimBunce on 1998/03/03 15:33:07 13711 Log: Title: "Refresh Complex.pm and test", #F043 13712 From: Jarkko Hietaniemi <jhi@iki.fi> 13713 Msg-ID: <199802051608.SAA20262@alpha.hut.fi> 13714 Files: lib/Math/Complex.pm t/lib/complex.t 13715 Branch: maint-5.004/perl 13716 ! lib/Math/Complex.pm t/lib/complex.t 13717____________________________________________________________________________ 13718[ 674] By: TimBunce on 1998/03/03 15:29:16 13719 Log: Title: "Fix (\@@) proto", #F042 13720 From: "Joseph N. Hall" <joseph@cscaper.com> 13721 Msg-ID: <199801240132.SAA25111@gadget.cscaper.com> 13722 Files: op.c t/comp/proto.t 13723 Branch: maint-5.004/perl 13724 ! op.c t/comp/proto.t 13725____________________________________________________________________________ 13726[ 673] By: TimBunce on 1998/03/03 15:26:31 13727 Log: Title: "Allow empty BLOCK in code", #F041 13728 From: Vladimir Alexiev <vladimir@cs.ualberta.ca> 13729 Msg-ID: <19980129002112Z13378-6931+226@scapa.cs.ualberta.ca> 13730 Files: toke.c 13731 Branch: maint-5.004/perl 13732 ! toke.c 13733____________________________________________________________________________ 13734[ 672] By: TimBunce on 1998/03/03 15:23:55 13735 Log: Title: "Fix name of $Foo::{'Bar::'}: '*Foo::Bar::'", #F040 13736 From: Chip Salzenberg 13737 Files: gv.c t/op/gv.t 13738 Branch: maint-5.004/perl 13739 ! gv.c t/op/gv.t 13740____________________________________________________________________________ 13741[ 671] By: TimBunce on 1998/03/03 10:02:32 13742 Log: Title: "Keep accurate reference count on globs' stashes", #F038 13743 From: Gisle Aas <gisle@aas.no> 13744 Msg-ID: <m3zpk7sd3n.fsf@furu.g.aas.no> 13745 Files: gv.c sv.c 13746 Branch: maint-5.004/perl 13747 ! gv.c sv.c 13748____________________________________________________________________________ 13749[ 670] By: TimBunce on 1998/03/03 09:59:48 13750 Log: Title: "Avoid memory allocation in gv_fetchpv(), for speed", #F037 13751 From: Chip Salzenberg 13752 Files: gv.c 13753 Branch: maint-5.004/perl 13754 ! gv.c 13755____________________________________________________________________________ 13756[ 669] By: TimBunce on 1998/03/03 09:58:58 13757 Log: Title: "Make Configure less negative about PerlIO", #F036 13758 From: chip@atlantic.net 13759 Msg-ID: <199801312323.SAA15237@cyprus.atlantic.net> 13760 Files: Configure 13761 Branch: maint-5.004/perl 13762 ! Configure 13763____________________________________________________________________________ 13764[ 668] By: TimBunce on 1998/03/03 09:55:51 13765 Log: Title: "Fix (mostly) pseudo-same-REs due to embedded NULs", #F035 13766 From: Martin Plechsmid <plechsmi@karlin.mff.cuni.cz> 13767 Msg-ID: <199802021217.NAA05230@albert.karlin.mff.cuni.cz> 13768 Files: pp_ctl.c 13769 Branch: maint-5.004/perl 13770 ! pp_ctl.c 13771____________________________________________________________________________ 13772[ 667] By: TimBunce on 1998/03/03 09:52:59 13773 Log: Title: "Make Getopt::Long avoid $&, $`, $'", #F034 13774 From: Irving Reid <irving@tor.securecomputing.com> 13775 Msg-ID: <98Feb3.005102est.11655@janus.tor.securecomputing.com> 13776 Files: lib/Getopt/Long.pm 13777 Branch: maint-5.004/perl 13778 ! lib/Getopt/Long.pm 13779____________________________________________________________________________ 13780[ 666] By: TimBunce on 1998/03/03 09:51:27 13781 Log: Title: "adding the newSVpvn API function", #F033 13782 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch> 13783 Msg-ID: <199801310532.GAA23798@solar.ethz.ch> 13784 Files: pod/perlguts.pod pod/perltoc.pod proto.h global.sym sv.c 13785 Branch: maint-5.004/perl 13786 ! global.sym pod/perlguts.pod pod/perltoc.pod proto.h sv.c 13787____________________________________________________________________________ 13788[ 665] By: TimBunce on 1998/03/03 09:43:30 13789 Log: Title: "Support C<Package::> as function-blind bearword", #F032 13790 From: Chip Salzenberg 13791 Files: toke.c 13792 Branch: maint-5.004/perl 13793 ! toke.c 13794____________________________________________________________________________ 13795[ 664] By: TimBunce on 1998/03/03 09:41:40 13796 Log: Title: "Re-optimize character classes", #F031 13797 From: Chip Salzenberg 13798 Files: regcomp.h regcomp.c regexec.c 13799 Branch: maint-5.004/perl 13800 ! regcomp.c regcomp.h regexec.c 13801____________________________________________________________________________ 13802[ 663] By: TimBunce on 1998/03/03 09:39:55 13803 Log: Title: "Fix C<if (1) { local $x }> which needed ENTER/LEAVE", #F030 13804 From: dfh@dwroll.lucent.com (D461-David_F_Haertig(Dave)83040) 13805 Msg-ID: <EnKC0q.6qI@drnews.dr.lucent.com> 13806 Files: op.c t/op/local.t 13807 Branch: maint-5.004/perl 13808 ! op.c t/op/local.t 13809____________________________________________________________________________ 13810[ 662] By: TimBunce on 1998/03/03 09:37:51 13811 Log: Title: "Dramatically improve performance of // with parens or $&", #F029 13812 From: Chip Salzenberg 13813 Files: cop.h perl.h proto.h regexp.h gv.c interp.sym perl.c pp.c pp_ctl.c 13814 pp_hot.c regexec.c scope.c 13815 Branch: maint-5.004/perl 13816 ! cop.h gv.c interp.sym perl.c perl.h pp.c pp_ctl.c pp_hot.c 13817 ! proto.h regexec.c regexp.h scope.c 13818____________________________________________________________________________ 13819[ 661] By: TimBunce on 1998/03/03 09:27:04 13820 Log: Title: "Don't warn on $x{shift}, ne => 1, or -f => 1", #F028 13821 From: Chip Salzenberg 13822 Files: toke.c 13823 Branch: maint-5.004/perl 13824 ! toke.c 13825____________________________________________________________________________ 13826[ 660] By: TimBunce on 1998/03/03 09:24:41 13827 Log: Title: "Protect against weirdness with unreal @_ in C<local @_>", #F027 13828 From: Chip Salzenberg 13829 Files: scope.c 13830 Branch: maint-5.004/perl 13831 ! scope.c 13832____________________________________________________________________________ 13833[ 659] By: TimBunce on 1998/03/03 09:24:00 13834 Log: Title: "Fix C<printf "%.0d", 0>", #F026 13835 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 13836 Msg-ID: <199711021331.NAA01826@crypt.compulink.co.uk> 13837 Files: sv.c t/op/sprintf.t 13838 Branch: maint-5.004/perl 13839 ! sv.c t/op/sprintf.t 13840____________________________________________________________________________ 13841[ 658] By: TimBunce on 1998/03/03 09:22:13 13842 Log: Title: "Tiny core patch for source filters", #F025 13843 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 13844 Msg-ID: <9711202312.AA02937@claudius.bfsec.bt.co.uk> 13845 Files: toke.c 13846 Branch: maint-5.004/perl 13847 ! toke.c 13848____________________________________________________________________________ 13849[ 657] By: TimBunce on 1998/03/03 09:20:00 13850 Log: Title: "Here-doc in s///e (was: Bug)", #F024 13851 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 13852 Msg-ID: <199711221445.OAA14153@crypt.compulink.co.uk> 13853 Files: t/base/lex.t toke.c 13854 Branch: maint-5.004/perl 13855 ! t/base/lex.t toke.c 13856____________________________________________________________________________ 13857[ 656] By: TimBunce on 1998/03/03 09:17:56 13858 Log: Title: "Fix duplicate warnings on C<-e undef>", #F023 13859 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 13860 Msg-ID: <199711221252.MAA14000@crypt.compulink.co.uk> 13861 Files: doio.c t/pragma/warn-1global 13862 Branch: maint-5.004/perl 13863 ! doio.c t/pragma/warn-1global 13864____________________________________________________________________________ 13865[ 655] By: TimBunce on 1998/03/03 09:16:56 13866 Log: Title: "Fix '*' prototype", #F022 13867 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 13868 Msg-ID: <199711212225.RAA00755@monk.mps.ohio-state.edu> 13869 Files: toke.c 13870 Branch: maint-5.004/perl 13871 ! toke.c 13872____________________________________________________________________________ 13873[ 654] By: TimBunce on 1998/03/03 09:15:04 13874 Log: Title: "File::Find bugs (and patches)", "File::Find bugs & patches", #F021 13875 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com> 13876 Msg-ID: <199711260703.XAA21257@mailgate2.boeing.com> 13877 Files: lib/File/Find.pm 13878 Branch: maint-5.004/perl 13879 ! lib/File/Find.pm 13880____________________________________________________________________________ 13881[ 653] By: TimBunce on 1998/03/03 09:11:55 13882 Log: Title: "Fix typo: FORM{,AT}LINE", #F020 13883 From: Chip Salzenberg 13884 Files: sv.c 13885 Branch: maint-5.004/perl 13886 ! sv.c 13887____________________________________________________________________________ 13888[ 652] By: TimBunce on 1998/03/03 09:07:50 13889 Log: Title: "Fix use of unref mem when blessed object goes out of scope", #F019 13890 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13891 Msg-ID: <199711282326.SAA15090@aatma.engin.umich.edu> 13892 Files: scope.c 13893 Branch: maint-5.004/perl 13894 ! scope.c 13895____________________________________________________________________________ 13896[ 651] By: TimBunce on 1998/03/03 09:07:10 13897 Log: Title: "Fix C<my ($a, undef, $b) = @x>", #F018 13898 From: Stephane Payrard <stef@francenet.fr> 13899 Msg-ID: <199712040054.BAA04612@www.zweig.com> 13900 Files: op.c t/op/my.t 13901 Branch: maint-5.004/perl 13902 ! op.c t/op/my.t 13903____________________________________________________________________________ 13904[ 650] By: TimBunce on 1998/03/03 09:04:04 13905 Log: Title: "enhanced "use strict" warning", #F017 13906 From: Tkil <tkil@reptile.scrye.com> 13907 Msg-ID: <199712040938.CAA07628@reptile.scrye.com> 13908 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars 13909 Branch: maint-5.004/perl 13910 ! gv.c t/pragma/strict-subs t/pragma/strict-vars 13911____________________________________________________________________________ 13912[ 649] By: TimBunce on 1998/03/03 09:02:55 13913 Log: Title: "eval of sub gives spurious "uninitialised" warning", #F016 13914 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13915 Msg-ID: <199712061025.FAA14396@aatma.engin.umich.edu> 13916 Files: pod/perldelta.pod pod/perlfunc.pod op.c t/op/eval.t 13917 Branch: maint-5.004/perl 13918 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t 13919____________________________________________________________________________ 13920[ 648] By: TimBunce on 1998/03/03 08:58:00 13921 Log: Title: "[PERL] Assigning result of pop scrambles unrelated reference", #F015 13922 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13923 Msg-ID: <199712061100.GAA14864@aatma.engin.umich.edu> 13924 Files: sv.c 13925 Branch: maint-5.004/perl 13926 ! sv.c 13927____________________________________________________________________________ 13928[ 647] By: TimBunce on 1998/03/03 08:53:35 13929 Log: Title: "[PERL] Filedescriptor leak in 5.004_55 (and earlier)", #F014 13930 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 13931 Msg-ID: <199712151922.OAA06410@monk.mps.ohio-state.edu> 13932 Files: os2/os2.c util.c 13933 Branch: maint-5.004/perl 13934 ! os2/os2.c util.c 13935____________________________________________________________________________ 13936[ 646] By: TimBunce on 1998/03/03 08:51:04 13937 Log: Title: "Fix fdopen() on STD{IN,OUT,ERR}", #F013 13938 From: Roderick Schertler <roderick@argon.org> 13939 Msg-ID: <pzg1npp6e3.fsf@eeyore.ibcinc.com> 13940 Files: doio.c t/op/misc.t 13941 Branch: maint-5.004/perl 13942 ! doio.c t/op/misc.t 13943____________________________________________________________________________ 13944[ 645] By: TimBunce on 1998/03/03 08:49:34 13945 Log: Title: "Fix local $a[0] and local $h{a}", #F012 13946 From: Stephen McCamant <alias@mcs.com> 13947 Msg-ID: <m0xjWFq-000EZeC@alias-2.pr.mcs.net> 13948 Files: embed.h scope.h global.sym pp.c pp_hot.c scope.c t/op/local.t 13949 Branch: maint-5.004/perl 13950 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t 13951____________________________________________________________________________ 13952[ 644] By: TimBunce on 1998/03/03 08:43:06 13953 Log: Title: "Eliminate redundant mg_get() in SvTRUE()", #F011 13954 From: Spider Boardman <spider@orb.nashua.nh.us> 13955 Msg-ID: <199712251839.NAA14800@Orb.Nashua.NH.US> 13956 Files: sv.c 13957 Branch: maint-5.004/perl 13958 ! sv.c 13959____________________________________________________________________________ 13960[ 643] By: TimBunce on 1998/03/03 08:41:07 13961 Log: Title: "Don't force scalar context on C<my @x> or C<my %x>", #F010 13962 From: Chip Salzenberg 13963 Files: op.c t/op/my.t 13964 Branch: maint-5.004/perl 13965 ! op.c t/op/my.t 13966____________________________________________________________________________ 13967[ 642] By: TimBunce on 1998/03/03 08:39:11 13968 Log: Title: "Fix assignment to $_[0] in DESTROY", #F009 13969 From: Gurusamy Sarathy <gsar@engin.umich.edu> 13970 Msg-ID: <199801010030.TAA14274@aatma.engin.umich.edu> 13971 Files: pod/perlobj.pod sv.c t/op/ref.t 13972 Branch: maint-5.004/perl 13973 ! pod/perlobj.pod sv.c t/op/ref.t 13974____________________________________________________________________________ 13975[ 641] By: gsar on 1998/03/03 04:39:49 13976 Log: merge problematic maintpatch to op.c 13977 #77: "Eliminate double warnings under C<package;>" 13978 From: Chip Salzenberg 13979 Files: gv.c op.c toke.c 13980 Branch: win32/perl 13981 ! gv.c op.c toke.c 13982____________________________________________________________________________ 13983[ 640] By: gsar on 1998/03/03 04:30:22 13984 Log: merge another conflicting maintpatch to op.c 13985 #17: "Enhanced "use strict" warning" 13986 From: Tkil <tkil@reptile.scrye.com> 13987 Msg-ID: <199712040938.CAA07628@reptile.scrye.com> 13988 Date: Thu, 4 Dec 1997 02:38:26 -0700 13989 Files: gv.c t/pragma/strict-subs t/pragma/strict-vars 13990 Branch: win32/perl 13991 ! gv.c t/pragma/strict-subs t/pragma/strict-vars 13992____________________________________________________________________________ 13993[ 639] By: gsar on 1998/03/03 04:09:11 13994 Log: maintpatch 13995 #73: "Fix order of warnings for misplaced subscripts" 13996 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 13997 Msg-ID: <199710131023.LAA16796@crypt.compulink.co.uk> 13998 Date: Mon, 13 Oct 1997 11:23:56 +0100 13999 Files: op.c 14000 Branch: win32/perl 14001 ! op.c 14002____________________________________________________________________________ 14003[ 638] By: gsar on 1998/03/03 04:02:16 14004 Log: manually apply another conflicting maintpatch 14005 #64: "Fix extension version mismatch message" 14006 From: Chip Salzenberg 14007 Files: XSUB.h 14008 Branch: win32/perl 14009 ! XSUB.h 14010____________________________________________________________________________ 14011[ 637] By: gsar on 1998/03/03 03:57:08 14012 Log: maintpatch 14013 #62: "Fix doc bug in getservbyname() examples" 14014 From: Tom Christiansen 14015 Files: ext/Socket/Socket.pm 14016 Branch: win32/perl 14017 ! ext/Socket/Socket.pm 14018____________________________________________________________________________ 14019[ 636] By: gsar on 1998/03/03 03:55:13 14020 Log: maintpatch 14021 #60: "Socket occasional SEGV" 14022 From: Trevor Blackwell <tlb@viaweb.com> 14023 Msg-ID: <199710281804.NAA09632@wagg.viaweb.com> 14024 Date: Tue, 28 Oct 1997 13:04:43 -0500 (EST) 14025 Files: ext/Socket/Socket.xs 14026 Branch: win32/perl 14027 ! ext/Socket/Socket.xs 14028____________________________________________________________________________ 14029[ 635] By: gsar on 1998/03/03 03:51:01 14030 Log: maintpatches for docs 14031 #53: "Perlop bitwise & | ^ documentation" 14032 From: Tom Phoenix <rootbeer@teleport.com> 14033 Msg-ID: <Pine.GSO.3.96.971106073858.29771O-100000@usertest.teleport.c 14034 Date: Thu, 6 Nov 1997 07:44:52 -0800 (PST) 14035 Files: pod/perlfunc.pod 14036 -------- 14037 #54: "Update docs on tr///" 14038 From: Tom Phoenix <rootbeer@teleport.com> 14039 Msg-ID: <Pine.GSO.3.96.971103071602.10568C-100000@usertest.teleport.c 14040 Date: Mon, 3 Nov 1997 07:28:39 -0800 (PST) 14041 Files: pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod 14042 pod/perllocale.pod pod/perlmod.pod pod/perlop.pod 14043 pod/perlstyle.pod toke.c 14044 Branch: win32/perl 14045 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod 14046 ! pod/perllocale.pod pod/perlmod.pod pod/perlop.pod 14047 ! pod/perlstyle.pod toke.c 14048____________________________________________________________________________ 14049[ 634] By: gsar on 1998/03/03 03:43:42 14050 Log: another maintpatch (this one needed adjust of test nos.) 14051 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 14052 Message-Id: <199801221211.MAA05315@crypt.compulink.co.uk> 14053 Date: Thu, 22 Jan 1998 12:11:49 +0000 14054 Subject: Re: [PERL] A few perl5.004_03 bugs 14055 Branch: win32/perl 14056 ! mg.c t/op/magic.t 14057____________________________________________________________________________ 14058[ 633] By: gsar on 1998/03/03 03:36:40 14059 Log: merge another toke.c patch and its dependent (very carefully) 14060 #32: "Support C<Package::> as function-blind bearword" 14061 From: Chip Salzenberg 14062 Files: toke.c 14063 -------- 14064 #86: "Make warning on C<Nosuch::> optional, add to perl{diag,delta}.pod" 14065 From: Gurusamy Sarathy 14066 Files: toke.c pod/perldelta.pod pod/perldiag.pod 14067 Branch: win32/perl 14068 ! pod/perldelta.pod pod/perldiag.pod toke.c 14069____________________________________________________________________________ 14070[ 632] By: gsar on 1998/03/03 03:12:16 14071 Log: another toke.c maintpatch 14072 #28: "Don't warn on $x{shift}, ne => 1, or -f => 1" 14073 From: Chip Salzenberg 14074 Files: toke.c 14075 Branch: win32/perl 14076 ! toke.c 14077____________________________________________________________________________ 14078[ 631] By: gsar on 1998/03/03 03:06:59 14079 Log: still another maintpatch 14080 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 14081 Message-Id: <199711021331.NAA01826@crypt.compulink.co.uk> 14082 Date: Sun, 02 Nov 1997 13:31:54 +0000 14083 Subject: [PATCH] assorted sprintf bugs 14084 Branch: win32/perl 14085 ! sv.c t/op/sprintf.t 14086____________________________________________________________________________ 14087[ 630] By: gsar on 1998/03/03 03:03:55 14088 Log: yet another maintpatch 14089 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 14090 Message-Id: <199711221252.MAA14000@crypt.compulink.co.uk> 14091 Date: Sat, 22 Nov 1997 12:52:16 +0000 14092 Subject: Re: [PERL] Unexpected output 14093 Branch: win32/perl 14094 ! doio.c t/pragma/warn-1global 14095____________________________________________________________________________ 14096[ 629] By: gsar on 1998/03/03 02:57:33 14097 Log: merge another maintpatch to toke.c 14098 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 14099 Date: Sat, 22 Nov 1997 14:45:23 GMT 14100 Message-Id: <199711221445.OAA14153@crypt.compulink.co.uk> 14101 Subject: Re: [PERL] Here-doc in s///e (was: Bug) 14102 Branch: win32/perl 14103 ! t/base/lex.t toke.c 14104____________________________________________________________________________ 14105[ 628] By: gsar on 1998/03/03 02:50:20 14106 Log: manually merge a maintpatch 14107 Date: Thu, 8 Jan 1998 14:38:04 -0700 (MST) 14108 Message-Id: <199801082138.OAA14186@prometheus.frii.com> 14109 From: gnat@frii.com 14110 Subject: [PERL] Commenting toke.c 14111 Branch: win32/perl 14112 ! toke.c 14113____________________________________________________________________________ 14114[ 627] By: TimBunce on 1998/03/02 22:34:47 14115 Log: Title: "Fix inefficient checks for TIEHANDLE", #F008 14116 From: Gurusamy Sarathy <gsar@engin.umich.edu> 14117 Msg-ID: <199801080106.UAA05048@aatma.engin.umich.edu> 14118 Files: pp_hot.c pp_sys.c 14119 Branch: maint-5.004/perl 14120 ! pp_hot.c pp_sys.c 14121____________________________________________________________________________ 14122[ 626] By: TimBunce on 1998/03/02 22:31:13 14123 Log: This is the change description for change 625 14124 Title: "Fix tr///s option", #F007 14125 From: Inaba Hiroto <inaba@st.rim.or.jp> 14126 Msg-ID: <19980110155333D.inaba@st.rim.or.jp> 14127 Files: doop.c 14128 Branch: maint-5.004/perl 14129 ! doop.c 14130____________________________________________________________________________ 14131[ 625] By: TimBunce on 1998/03/02 22:23:48 14132 Log: Branch: maint-5.004/perl 14133 ! doop.c 14134____________________________________________________________________________ 14135[ 623] By: TimBunce on 1998/03/02 21:51:53 14136 Log: Title: "Fix lexical lookup in eval-sub-eval", #F006 14137 From: Chip Salzenberg 14138 Files: pp_ctl.c 14139 Branch: maint-5.004/perl 14140 ! pp_ctl.c 14141____________________________________________________________________________ 14142[ 622] By: TimBunce on 1998/03/02 21:43:29 14143 Log: Title: "Don't upgrade target of assignment from LVALUE", #F005 14144 From: Chip Salzenberg 14145 Files: sv.c 14146 Branch: maint-5.004/perl 14147 ! sv.c 14148____________________________________________________________________________ 14149[ 621] By: TimBunce on 1998/03/02 21:29:59 14150 Log: Title: "Fix compile-time warning line in while ()", #F004 14151 From: Chip Salzenberg 14152 Files: op.c 14153 Branch: maint-5.004/perl 14154 ! op.c 14155____________________________________________________________________________ 14156[ 620] By: TimBunce on 1998/03/02 21:25:27 14157 Log: Title: "STMT foreach LIST;", #F002 14158 From: Chip Salzenberg 14159 Files: pod/perlsyn.pod perly.c perly.c.diff perly.y t/cmd/mod.t toke.c 14160 vms/perly_c.vms 14161 Branch: maint-5.004/perl 14162 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t 14163 ! toke.c vms/perly_c.vms 14164____________________________________________________________________________ 14165[ 619] By: TimBunce on 1998/03/02 21:12:58 14166 Log: Title: "Fix SIGSEGV on C<42 until forever>", #F001 14167 From: Chip Salzenberg 14168 Files: op.c 14169 Branch: maint-5.004/perl 14170 ! op.c 14171____________________________________________________________________________ 14172[ 618] By: gsar on 1998/03/02 04:40:16 14173 Log: make t/lib/nothread.t type xtext also 14174 Branch: win32/perl 14175 ! t/op/nothread.t 14176____________________________________________________________________________ 14177[ 617] By: gsar on 1998/03/02 04:35:15 14178 Log: make t/lib/thread.t type xtext 14179 Branch: win32/perl 14180 ! t/lib/thread.t 14181____________________________________________________________________________ 14182[ 616] By: gsar on 1998/03/02 04:17:40 14183 Log: fix misapplied hunks in change#614 14184 Branch: win32/perl 14185 ! scope.c scope.h 14186____________________________________________________________________________ 14187[ 615] By: gsar on 1998/03/02 03:39:16 14188 Log: another one down 14189 From: "Conrad E. Kimball" <cek@tblv021.ca.boeing.com> 14190 Message-Id: <199711260703.XAA21257@mailgate2.boeing.com> 14191 Date: Tue, 25 Nov 1997 23:03:48 -0800 14192 Subject: [PERL] File::Find bugs & patches 14193 Branch: win32/perl 14194 ! lib/File/Find.pm 14195____________________________________________________________________________ 14196[ 614] By: gsar on 1998/03/02 03:28:28 14197 Log: this one with adjusted test numbers 14198 Message-Id: <m0xjWFq-000EZeC@alias-2.pr.mcs.net> 14199 Date: Sat, 20 Dec 1997 15:16:14 -0600 (CST) 14200 From: Stephen McCamant <alias@mcs.com> 14201 Subject: [PERL] [PATCH] Fix local $a[0] and local $h{a} 14202 Branch: win32/perl 14203 ! embed.h global.sym pp.c pp_hot.c scope.c scope.h t/op/local.t 14204____________________________________________________________________________ 14205[ 613] By: gsar on 1998/03/02 03:13:32 14206 Log: still another 14207 From: Inaba Hiroto <inaba@st.rim.or.jp> 14208 Subject: [PERL] tr///s bug 14209 Message-Id: <19980110155333D.inaba@st.rim.or.jp> 14210 Date: Sat, 10 Jan 1998 15:53:33 +0900 14211 Branch: win32/perl 14212 ! doop.c t/op/subst.t 14213____________________________________________________________________________ 14214[ 612] By: gsar on 1998/03/02 03:01:27 14215 Log: yet another patch 14216 From: Chip Salzenberg <salzench@nielsenmedia.com> 14217 Message-Id: <199709161748.NAA08418@nielsenmedia.com> 14218 Subject: Tiny but massively cool: C<statement foreach @list> 14219 Date: Tue, 16 Sep 1997 13:47:28 -0400 (EDT) 14220 Branch: win32/perl 14221 ! perly.c perly.c.diff perly.y pod/perlsyn.pod t/cmd/mod.t 14222 ! toke.c vms/perly_c.vms 14223____________________________________________________________________________ 14224[ 611] By: gsar on 1998/03/02 01:52:46 14225 Log: yet another 'old' patch 14226 From: Stephane Payrard <stef@francenet.fr> 14227 Message-Id: <199712040054.BAA04612@www.zweig.com> 14228 To: perl5-porters@perl.org 14229 Subject: Re: [PERL] buglet : minor but gratuitous inconsistency 14230 between `my' and `local' (Patch included) 14231 Branch: win32/perl 14232 ! op.c t/op/my.t 14233____________________________________________________________________________ 14234[ 610] By: gsar on 1998/03/02 01:45:55 14235 Log: another 'old' patch 14236 From: Roderick Schertler <roderick@argon.org> 14237 Date: 19 Dec 1997 12:52:36 -0500 14238 Message-Id: <pzg1npp6e3.fsf@eeyore.ibcinc.com> 14239 Subject: [PERL] [PATCH] Re: Problem with open >&= 14240 Branch: win32/perl 14241 ! doio.c t/op/misc.t 14242____________________________________________________________________________ 14243[ 609] By: gsar on 1998/03/02 01:23:56 14244 Log: apply missing pieces from: 14245 From: Chip Salzenberg <salzench@nielsenmedia.com> 14246 Message-Id: <199711272044.PAA12102@nielsenmedia.com> 14247 Subject: [PATCH] Improved LVALUE patch 14248 Date: Thu, 27 Nov 1997 15:44:02 -0500 (EST) 14249 Branch: win32/perl 14250 ! sv.c 14251____________________________________________________________________________ 14252[ 608] By: gsar on 1998/03/02 01:13:01 14253 Log: merge two important 'old' patches 14254 From: Chip Salzenberg <salzench@nielsenmedia.com> 14255 Message-Id: <199709241632.MAA09164@nielsenmedia.com> 14256 Subject: [PATCH] Fix C<42 until forever> SIGSEGV 14257 Date: Wed, 24 Sep 1997 12:32:11 -0400 (EDT) 14258 ------ 14259 From: Chip Salzenberg <salzench@nielsenmedia.com> 14260 Message-Id: <199710221332.JAA04814@nielsenmedia.com> 14261 Subject: [PATCH] Fix for compile-time while() warnings 14262 Date: Wed, 22 Oct 1997 09:31:50 -0400 (EDT) 14263 Branch: win32/perl 14264 ! op.c 14265____________________________________________________________________________ 14266[ 607] By: gsar on 1998/03/01 06:52:26 14267 Log: integrate mainline changes 14268 Branch: asperl 14269 +> Policy_sh.SH Porting/config.sh Porting/config_H atomic.h 14270 +> lib/Tie/Handle.pm t/op/tiehandle.t 14271 - config_H 14272 !> (integrate 89 files) 14273____________________________________________________________________________ 14274[ 606] By: gsar on 1998/02/28 23:11:00 14275 Log: misc small tweaks 14276 - AutoLoader fix for long::pack::names 14277 - d_mymalloc can be set from makefiles now 14278 - make search.pl actually work on win32 14279 - revert podoc about $^E on OS/2 (per Ilya's wishes) 14280 Branch: win32/perl 14281 ! lib/AutoLoader.pm pod/perlvar.pod win32/Makefile 14282 ! win32/bin/search.pl win32/makefile.mk win32/win32.c 14283____________________________________________________________________________ 14284[ 605] By: gsar on 1998/02/28 22:16:45 14285 Log: fix typo in sv.h, and run 'make regen_headers' to make it build 14286 Branch: win32/perl 14287 ! embedvar.h sv.h 14288____________________________________________________________________________ 14289[ 604] By: gsar on 1998/02/28 21:08:58 14290 Log: integrate mainline 14291 Branch: win32/perl 14292 +> Policy_sh.SH atomic.h lib/Tie/Handle.pm t/op/tiehandle.t 14293 !> Configure MANIFEST Makefile.SH bytecode.h bytecode.pl 14294 !> byterun.c ext/SDBM_File/Makefile.PL 14295 !> ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/sdbm.h 14296 !> lib/ExtUtils/MM_VMS.pm os2/diff.configure os2/os2.c perl.c 14297 !> perlvars.h pod/perltie.pod pp_sys.c sv.c sv.h t/lib/anydbm.t 14298 !> t/lib/sdbm.t util.c vms/descrip.mms vms/perlvms.pod 14299 !> vms/test.com win32/makedef.pl 14300____________________________________________________________________________ 14301[ 603] By: nick on 1998/02/28 11:31:15 14302 Log: Missed FREAD in bytecode.h 14303 Cannot export svref_mutex in non-threaded perl 14304 Branch: perl 14305 ! bytecode.h win32/makedef.pl 14306 14307---------------- 14308Version 5.004_61 14309---------------- 14310 14311____________________________________________________________________________ 14312[ 602] By: mbeattie on 1998/02/27 18:35:27 14313 Log: Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash with 14314 preprocessor symbol on Digital UNIX. 14315 Branch: perl 14316 ! bytecode.h bytecode.pl byterun.c 14317____________________________________________________________________________ 14318[ 601] By: mbeattie on 1998/02/27 18:27:00 14319 Log: Fix stupid ATOMIC_DEC_AND_TEST typo in sv.h. 14320 Branch: perl 14321 ! sv.h 14322____________________________________________________________________________ 14323[ 600] By: mbeattie on 1998/02/27 18:15:07 14324 Log: Add atomic.h to MANIFEST 14325 Branch: perl 14326 ! MANIFEST 14327____________________________________________________________________________ 14328[ 599] By: mbeattie on 1998/02/27 18:13:52 14329 Log: Integrate win32 branch into mainline. 14330 Branch: perl 14331 ! bytecode.pl 14332 !> bytecode.h byterun.c byterun.h dosish.h embed.h embedvar.h 14333 !> ext/B/B.xs ext/B/Makefile.PL global.sym perl.h sv.c 14334 !> win32/Makefile win32/bin/pl2bat.pl win32/config.bc 14335 !> win32/config.gc win32/config.vc win32/config_H.bc 14336 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL 14337 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h 14338 !> win32/win32thread.h 14339____________________________________________________________________________ 14340[ 598] By: mbeattie on 1998/02/27 18:06:41 14341 Log: Make refcounts atomic for threading (dependent on appropriate 14342 arch-dependent and compiler-dependent definitions in atomic.h 14343 or else falls back to a global mutex to protect refcounts). 14344 Branch: perl 14345 + atomic.h 14346 ! global.sym perl.c perlvars.h sv.c sv.h 14347____________________________________________________________________________ 14348[ 597] By: mbeattie on 1998/02/27 15:37:22 14349 Log: Tiehandle stuff in change 595 didn't add to MANIFEST 14350 Branch: perl 14351 ! MANIFEST 14352____________________________________________________________________________ 14353[ 596] By: mbeattie on 1998/02/27 15:34:55 14354 Log: Missed adding new file Policy_sh.SH in change 592. 14355 Branch: perl 14356 + Policy_sh.SH 14357____________________________________________________________________________ 14358[ 595] By: mbeattie on 1998/02/27 15:34:06 14359 Log: Subject: [PATCH] _60 & _04 - Add WRITE & CLOSE to TIEHANDLE 14360 Date: Fri, 27 Feb 1998 04:15:04 +0000 14361 From: Graham Barr <gbarr@pobox.com> 14362 Branch: perl 14363 + lib/Tie/Handle.pm t/op/tiehandle.t 14364 ! pod/perltie.pod pp_sys.c 14365____________________________________________________________________________ 14366[ 594] By: mbeattie on 1998/02/27 15:31:12 14367 Log: From: Dan Sugalski <sugalskd@osshe.edu> 14368 Subject: [PATCH 5.004_60] Fix to MM_VMS.PM 14369 Date: Thu, 26 Feb 1998 11:09:55 -0800 14370 Subject: [PATCH 5.004_60] Get SDBM_File working on VMS 14371 Date: Thu, 26 Feb 1998 11:15:24 -0800 14372 Branch: perl 14373 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL 14374 ! ext/SDBM_File/sdbm/sdbm.h lib/ExtUtils/MM_VMS.pm 14375 ! t/lib/anydbm.t t/lib/sdbm.t vms/descrip.mms vms/perlvms.pod 14376 ! vms/test.com 14377____________________________________________________________________________ 14378[ 593] By: mbeattie on 1998/02/27 15:26:45 14379 Log: Fix file-descriptor leak when pipes fail via taint checks: 14380 Subject: [PATCH] Some patches went through cracks 14381 Date: Thu, 26 Feb 1998 02:47:46 -0500 (EST) 14382 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 14383 Branch: perl 14384 ! os2/os2.c util.c 14385____________________________________________________________________________ 14386[ 592] By: mbeattie on 1998/02/27 15:15:12 14387 Log: Subject: Config_60-03-04.diff patch for 5.004_60 14388 Date: Wed, 25 Feb 1998 17:14:39 -0500 (EST) 14389 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 14390 Branch: perl 14391 ! Configure MANIFEST Makefile.SH os2/diff.configure 14392____________________________________________________________________________ 14393[ 591] By: gsar on 1998/02/26 19:34:50 14394 Log: added AS patch#9 14395 Branch: asperl 14396 - win32/ipdir.c win32/ipenv.c win32/iplio.c win32/ipmem.c 14397 - win32/ipproc.c win32/ipsock.c win32/ipstdio.c 14398 - win32/ipstdiowin.h win32/perlobj.def 14399 ! ObjXSub.h globals.c perl.c proto.h win32/Makefile 14400 ! win32/dl_win32.xs win32/runperl.c win32/win32.c win32/win32.h 14401 ! win32/win32sck.c win32/win32thread.c 14402____________________________________________________________________________ 14403[ 590] By: gsar on 1998/02/26 04:25:40 14404 Log: various changes to make win32 build under the new Configure & co. 14405 - added byterun.c to core C build 14406 - makefile.mk now has a regen_config_h target to quickly update config_H.[bgv]c 14407 after adding new variables to config.[bgv]c 14408 - sig_name_init now has only the valid signals 14409 - we now have $Config{usethreads} 14410 - tested under the two commercial compilers w/ and w/o usethreads 14411 Branch: win32/perl 14412 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc 14413 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 14414 ! win32/config_h.PL win32/makedef.pl win32/makefile.mk 14415____________________________________________________________________________ 14416[ 589] By: gsar on 1998/02/26 03:56:19 14417 Log: various cleanups so that B can be built as "just another extension" 14418 - export symbols needed for building B 14419 - bset_obj_store() is needed by byterun(), so define it there instead 14420 of at B.xs, and export it 14421 - freadpv() is only used in B.xs, so move it there 14422 - byte*.h are now included by perl.h 14423 - regenerate embed*.h 14424 Branch: win32/perl 14425 ! bytecode.h bytecode.pl byterun.c byterun.h embed.h embedvar.h 14426 ! ext/B/B.xs ext/B/Makefile.PL global.sym perl.h 14427____________________________________________________________________________ 14428[ 588] By: gsar on 1998/02/25 21:46:35 14429 Log: integrate mainline 14430 Branch: win32/perl 14431 +> Porting/config.sh Porting/config_H 14432 - config_H 14433 !> (integrate 54 files) 14434____________________________________________________________________________ 14435[ 587] By: gsar on 1998/02/25 19:20:26 14436 Log: added AS patch#8 14437 Branch: asperl 14438 ! sv.c x2p/a2py.c x2p/util.c 14439____________________________________________________________________________ 14440[ 586] By: gsar on 1998/02/25 19:08:06 14441 Log: added AS patch#7 14442 Message-Id: <01BD40F9.CE57B210.dougl@ActiveState.com> 14443 Date: Tue, 24 Feb 1998 07:57:07 PST 14444 From: Douglas Lankshear <dougl@ActiveState.com> 14445 Subject: [PATCH] 14446 14447 Here's an attempt at 14448 6. MANIFEST must be updated with new file names 14449 5. Mktime(), Stat() etc., rather than MKtime()/STat() etc. 14450 And some changes to move toward 14451 1. Merge PERL_OBJECT build support into regular Makefile and makefile.mk 14452 14453 -- Doug 14454 Branch: asperl 14455 ! MANIFEST installperl ipdir.h ipenv.h iplio.h ipmem.h ipproc.h 14456 ! ipsock.h ipstdio.h lib/ExtUtils/MM_Win32.pm perldir.h 14457 ! perlenv.h perlio.h perllio.h win32/Makefile 14458____________________________________________________________________________ 14459[ 585] By: mbeattie on 1998/02/25 17:44:34 14460 Log: More compiler tweaks. 14461 Branch: perl 14462 ! Makefile.SH bytecode.pl byterun.c byterun.h ext/B/B/Asmdata.pm 14463____________________________________________________________________________ 14464[ 584] By: mbeattie on 1998/02/25 15:36:38 14465 Log: Subject: [PATCH 5.004_60] dos-djgpp update 14466 Date: Wed, 25 Feb 1998 11:17:07 +0100 14467 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 14468 Branch: perl 14469 ! djgpp/djgpp.c dosish.h hints/dos_djgpp.sh perl.c thread.h 14470____________________________________________________________________________ 14471[ 583] By: mbeattie on 1998/02/25 15:34:48 14472 Log: Move find_threadsv to right bit of global.sym. Bump patchlevel to 61. 14473 Branch: perl 14474 ! global.sym patchlevel.h 14475____________________________________________________________________________ 14476[ 582] By: mbeattie on 1998/02/25 15:28:08 14477 Log: Subject: Re: [PATCH 5.004_60] Fix goto-in-eval segfault (unwrapped!) 14478 Date: Tue, 24 Feb 1998 11:15:57 +0000 14479 From: Robin Houston <robin@oneworld.org> 14480 Branch: perl 14481 ! pod/perldiag.pod pp_ctl.c 14482____________________________________________________________________________ 14483[ 581] By: mbeattie on 1998/02/25 15:27:06 14484 Log: Subject: [PATCH] #ifdef CAN_PROTOTYPE cleanup 14485 Date: 23 Feb 1998 23:36:09 +0100 14486 From: Gisle Aas <gisle@aas.no> 14487 Branch: perl 14488 ! doio.c miniperlmain.c op.c perl.c pp.h regcomp.c toke.c util.c 14489____________________________________________________________________________ 14490[ 580] By: mbeattie on 1998/02/25 15:25:29 14491 Log: Subject: [PATCH 5.004_60] improved Test.pm 14492 Date: Sat, 21 Feb 1998 14:17:09 -0500 14493 From: Joshua Pritikin <pritikin@mindspring.com> 14494 Branch: perl 14495 ! lib/Test.pm 14496____________________________________________________________________________ 14497[ 579] By: mbeattie on 1998/02/25 15:23:24 14498 Log: HP-UX hints and AIX global.sym changes (with Makefile.SH rule) 14499 From: Jarkko Hietaniemi <jhi@iki.fi> 14500 Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH 14501 Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET) 14502 Subject: Re: your HP-UX perl patch 14503 Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET) 14504 Branch: perl 14505 ! Makefile.SH embed.h global.sym hints/hpux.sh 14506____________________________________________________________________________ 14507[ 578] By: mbeattie on 1998/02/25 15:18:06 14508 Log: Back out DB_File patch (change _553) and tweak Configure. 14509 Subject: ANNOUNCE: perl5.004_60 is available 14510 Date: Mon, 23 Feb 1998 10:47:26 -0000 14511 From: Paul Marquess <pmarquess@bfsec.bt.co.uk> 14512 Branch: perl 14513 ! Configure ext/DB_File/DB_File.xs 14514____________________________________________________________________________ 14515[ 577] By: mbeattie on 1998/02/25 15:04:00 14516 Log: Subject: [PATCH] Cwd.pm 14517 Date: Fri, 20 Feb 1998 10:27:54 -0600 14518 From: Graham Barr <gbarr@ti.com> 14519 Branch: perl 14520 ! lib/Cwd.pm 14521____________________________________________________________________________ 14522[ 576] By: mbeattie on 1998/02/25 15:02:57 14523 Log: From: ilya@math.ohio-state.edu (Ilya Zakharevich) 14524 Subject: [5.004_5* PATCH] Make ornaments default in Term::ReadLine 14525 Date: Fri, 20 Feb 1998 00:09:52 -0500 (EST) 14526 Subject: [PATCH 5.004_5*] Fix debugger messages and the default package 14527 Date: Fri, 20 Feb 1998 00:12:28 -0500 (EST) 14528 Subject: Re: Continued presence of segmentation violation in study_chunk()[PATCH] 14529 Date: Sat, 21 Feb 1998 15:32:29 -0500 (EST) 14530 Branch: perl 14531 ! lib/Term/ReadLine.pm lib/perl5db.pl regcomp.c 14532____________________________________________________________________________ 14533[ 575] By: mbeattie on 1998/02/25 14:58:00 14534 Log: Subject: Re: ANNOUNCE: perl5.004_60 Configure patch is available 14535 Date: Tue, 24 Feb 1998 16:02:43 -0500 (EST) 14536 From: Andy Dougherty <doughera@lafcol.lafayette.edu> 14537 Branch: perl 14538 + Porting/config.sh Porting/config_H 14539 - config_H 14540 ! Configure INSTALL MANIFEST Makefile.SH Porting/Glossary 14541 ! Porting/pumpkin.pod config_h.SH ext/POSIX/POSIX.xs 14542 ! hints/aix.sh hints/amigaos.sh hints/bsdos.sh hints/dec_osf.sh 14543 ! hints/freebsd.sh hints/irix_6.sh hints/linux.sh 14544 ! hints/netbsd.sh hints/next_3.sh hints/next_4.sh hints/os2.sh 14545 ! hints/solaris_2.sh makedepend.SH perl.c perl.h pp.c pp_sys.c 14546 ! t/lib/thread.t t/op/nothread.t x2p/Makefile.SH 14547____________________________________________________________________________ 14548[ 574] By: gsar on 1998/02/24 02:21:14 14549 Log: fix typos in sv.c 14550 Branch: win32/perl 14551 ! sv.c 14552____________________________________________________________________________ 14553[ 573] By: mbeattie on 1998/02/23 10:03:39 14554 Log: Remove old Linux+threads segfault degugging kludge. 14555 Branch: perl 14556 ! perl.c 14557____________________________________________________________________________ 14558[ 572] By: gsar on 1998/02/23 09:45:26 14559 Log: undo previous change (no added value!) 14560 Branch: win32/perl 14561 ! win32/bin/pl2bat.pl 14562____________________________________________________________________________ 14563[ 571] By: gsar on 1998/02/23 09:18:32 14564 Log: fix pl2bat.pl to tolerate trailing .bat (as suggested by 14565 John Cavanaugh <cavanaug@sdd.hp.com>) 14566 Branch: win32/perl 14567 ! win32/bin/pl2bat.pl 14568____________________________________________________________________________ 14569[ 570] By: gsar on 1998/02/22 04:02:15 14570 Log: support chown() (just a noop for now) 14571 Branch: win32/perl 14572 ! dosish.h win32/win32.c win32/win32.h 14573____________________________________________________________________________ 14574[ 569] By: gsar on 1998/02/22 03:09:55 14575 Log: integrate latest win32 branch 14576 Branch: asperl 14577 +> (branch 41 files) 14578 !> (integrate 59 files) 14579____________________________________________________________________________ 14580[ 568] By: gsar on 1998/02/22 02:40:56 14581 Log: get compiler building under win32 (needed Makefile.PL 14582 hacks that could be applicable to other platforms) 14583 Branch: win32/perl 14584 ! ext/B/Makefile.PL win32/Makefile win32/makefile.mk 14585____________________________________________________________________________ 14586[ 567] By: gsar on 1998/02/22 01:30:19 14587 Log: integrate mainline 14588 Branch: win32/perl 14589 +> (branch 41 files) 14590 !> (integrate 46 files) 14591____________________________________________________________________________ 14592[ 566] By: gsar on 1998/02/20 22:31:56 14593 Log: fix handle leak in join() 14594 Branch: win32/perl 14595 ! win32/win32thread.h 14596 14597---------------- 14598Version 5.004_60 14599---------------- 14600 14601____________________________________________________________________________ 14602[ 565] By: mbeattie on 1998/02/20 18:23:47 14603 Log: Remove compiler files from their old lib/B locations. The compiler 14604 now builds by default (without the byteperl executable so far) and 14605 seems to work at least minimally. 14606 Branch: perl 14607 - lib/B.pm lib/B/Asmdata.pm lib/B/Assembler.pm lib/B/Bblock.pm 14608 - lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm lib/B/Debug.pm 14609 - lib/B/Deparse.pm lib/B/Disassembler.pm lib/B/Lint.pm 14610 - lib/B/Showlex.pm lib/B/Stackobj.pm lib/B/Terse.pm 14611 - lib/B/Xref.pm lib/B/assemble lib/B/cc_harness 14612 - lib/B/disassemble lib/B/makeliblinks lib/O.pm 14613 ! MANIFEST bytecode.pl 14614____________________________________________________________________________ 14615[ 564] By: mbeattie on 1998/02/20 18:05:33 14616 Log: Move lib/B/... and lib/[BO].pm over to where they should be, 14617 under ext/B. 14618 Branch: perl 14619 +> ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Assembler.pm 14620 +> ext/B/B/Bblock.pm ext/B/B/Bytecode.pm ext/B/B/C.pm 14621 +> ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm 14622 +> ext/B/B/Disassembler.pm ext/B/B/Lint.pm ext/B/B/Showlex.pm 14623 +> ext/B/B/Stackobj.pm ext/B/B/Terse.pm ext/B/B/Xref.pm 14624 +> ext/B/B/assemble ext/B/B/cc_harness ext/B/B/disassemble 14625 +> ext/B/B/makeliblinks ext/B/O.pm 14626____________________________________________________________________________ 14627[ 563] By: mbeattie on 1998/02/20 17:54:58 14628 Log: Start getting compiler to work when built with the core. 14629 [Still won't work as of this change.] 14630 Branch: perl 14631 +> byterun.c byterun.h lib/B/Asmdata.pm lib/B/Assembler.pm 14632 +> lib/B/Bblock.pm lib/B/Bytecode.pm lib/B/C.pm lib/B/CC.pm 14633 +> lib/B/Debug.pm lib/B/Deparse.pm lib/B/Disassembler.pm 14634 +> lib/B/Lint.pm lib/B/Showlex.pm lib/B/Stackobj.pm 14635 +> lib/B/Terse.pm lib/B/Xref.pm 14636 ! MANIFEST Makefile.SH bytecode.pl ext/B/Makefile.PL 14637____________________________________________________________________________ 14638[ 562] By: mbeattie on 1998/02/20 16:42:13 14639 Log: Merge perlext/Compiler/... into mainline. Some files move to 14640 ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some 14641 move to the base perl directory (e.g. headers). Will need some 14642 cleaning up before it builds properly, I would guess. 14643 Branch: perl 14644 +> bytecode.h bytecode.pl cc_runtime.h ext/B/B.xs 14645 +> ext/B/Makefile.PL ext/B/NOTES ext/B/README ext/B/TESTS 14646 +> ext/B/Todo ext/B/byteperl.c ext/B/ramblings/cc.notes 14647 +> ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop 14648 +> ext/B/ramblings/magic ext/B/ramblings/reg.alloc 14649 +> ext/B/ramblings/runtime.porting ext/B/typemap lib/B.pm 14650 +> lib/B/assemble lib/B/cc_harness lib/B/disassemble 14651 +> lib/B/makeliblinks lib/O.pm 14652____________________________________________________________________________ 14653[ 561] By: mbeattie on 1998/02/20 16:39:38 14654 Log: Win32 changes from Sarathy, tweaked slightly by me. 14655 Branch: perlext 14656 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/B/Bytecode.pm 14657 ! Compiler/B/C.pm Compiler/Makefile.PL Compiler/assemble 14658 ! Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c 14659 ! Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness 14660____________________________________________________________________________ 14661[ 560] By: mbeattie on 1998/02/20 15:46:15 14662 Log: Initialise $@ early (fixes t/lib/ph.t for threaded perl). 14663 Branch: perl 14664 ! perl.c 14665____________________________________________________________________________ 14666[ 559] By: mbeattie on 1998/02/20 12:56:10 14667 Log: Add missing t/op/wantarray.t to MANIFEST. Bump patchlevel to 60. 14668 Branch: perl 14669 ! MANIFEST patchlevel.h 14670____________________________________________________________________________ 14671[ 558] By: mbeattie on 1998/02/20 12:53:26 14672 Log: Integrate win32 branch into mainline. 14673 Branch: perl 14674 !> XSUB.h config_h.SH doio.c lib/Pod/Html.pm pp_sys.c 14675 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc 14676 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc 14677 !> win32/makedef.pl win32/makefile.mk win32/win32.c win32/win32.h 14678 !> win32/win32iop.h x2p/a2p.h 14679____________________________________________________________________________ 14680[ 557] By: mbeattie on 1998/02/20 12:51:42 14681 Log: Subject: retry [PATCH] 5.004_59: the perlhist.pod etc 14682 Date: Thu, 19 Feb 1998 17:54:52 +0200 (EET) 14683 From: Jarkko Hietaniemi <jhi@iki.fi> 14684 Branch: perl 14685 ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm 14686 ! ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm 14687 ! lib/fields.pm pod/buildtoc pod/perl.pod pod/perlhist.pod 14688 ! pod/perltoc.pod pod/perlvar.pod 14689____________________________________________________________________________ 14690[ 556] By: mbeattie on 1998/02/20 12:49:54 14691 Log: Subject: [PATCH] installperl 14692 Date: Wed, 18 Feb 1998 11:51:44 -0500 (est) 14693 From: Norton Allen <allen@huarp.harvard.edu> 14694 Branch: perl 14695 ! installperl 14696____________________________________________________________________________ 14697[ 555] By: mbeattie on 1998/02/20 12:49:09 14698 Log: Subject: [PATCH:_59] t/op/wantarray.t 14699 Date: Wed, 18 Feb 1998 11:19:54 -0500 (est) 14700 From: Norton Allen <allen@huarp.harvard.edu> 14701 Branch: perl 14702 + t/op/wantarray.t 14703____________________________________________________________________________ 14704[ 554] By: mbeattie on 1998/02/20 12:47:44 14705 Log: Subject: Misprint in regcomp.c [PATCH] 14706 Date: Tue, 17 Feb 1998 23:54:07 -0500 (EST) 14707 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 14708 Branch: perl 14709 ! regcomp.c 14710____________________________________________________________________________ 14711[ 553] By: mbeattie on 1998/02/20 12:45:08 14712 Log: Subject: DB_File ->length does not work just after tie. 14713 Date: Tue, 17 Feb 1998 13:19:18 GMT 14714 From: Nick Ing-Simmons <nik@tiuk.ti.com> 14715 Branch: perl 14716 ! ext/DB_File/DB_File.xs 14717____________________________________________________________________________ 14718[ 552] By: mbeattie on 1998/02/20 12:43:32 14719 Log: Subject: [PATCH] - perl5.005_59, update Copyright 14720 Date: Mon, 16 Feb 1998 20:31:06 -0500 (EST) 14721 From: lusol@CS4.CC.Lehigh.EDU (Stephen O. Lidie) 14722 Branch: perl 14723 ! perl.c 14724____________________________________________________________________________ 14725[ 551] By: mbeattie on 1998/02/20 12:42:41 14726 Log: Subject: Re: for() and map() peculiarity 14727 Date: Mon, 16 Feb 1998 21:33:44 +0000 14728 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 14729 Branch: perl 14730 ! pod/perlsyn.pod 14731____________________________________________________________________________ 14732[ 550] By: mbeattie on 1998/02/20 12:41:53 14733 Log: Subject: [PATCH 5.004_59] Updates to VMS/CONFIG.VMS 14734 Date: Mon, 16 Feb 1998 11:46:29 -0800 14735 From: Dan Sugalski <sugalskd@osshe.edu> 14736 Branch: perl 14737 ! vms/config.vms 14738____________________________________________________________________________ 14739[ 549] By: mbeattie on 1998/02/20 12:40:55 14740 Log: Subject: [PATCH] 5.004_59 global.sym for AIX 3.2.5 14741 Date: Mon, 16 Feb 1998 14:27:53 -0500 (EST) 14742 From: "Stephen O. Lidie" <lusol@turkey.cc.Lehigh.EDU> 14743 Branch: perl 14744 ! global.sym 14745____________________________________________________________________________ 14746[ 548] By: mbeattie on 1998/02/20 12:39:56 14747 Log: Subject: [PATCH] 5.004_59: hints/irix_6.sh 14748 Date: Mon, 16 Feb 1998 15:44:57 +0200 (EET) 14749 From: Jarkko Hietaniemi <jhi@iki.fi> 14750 Branch: perl 14751 ! hints/irix_6.sh 14752____________________________________________________________________________ 14753[ 547] By: mbeattie on 1998/02/20 12:38:58 14754 Log: Subject: [PATCH] perlguts update 14755 Date: 16 Feb 1998 11:23:53 +0100 14756 From: Gisle Aas <gisle@aas.no> 14757 Branch: perl 14758 ! pod/perlguts.pod 14759____________________________________________________________________________ 14760[ 546] By: mbeattie on 1998/02/20 12:38:01 14761 Log: Subject: [PATCH 5.004_59] bsdos/hints.sh is wrong 14762 Date: Sun, 15 Feb 1998 23:56:05 -0500 14763 From: Irving Reid <irving@tor.securecomputing.com> 14764 Branch: perl 14765 ! hints/bsdos.sh 14766____________________________________________________________________________ 14767[ 545] By: mbeattie on 1998/02/20 12:37:11 14768 Log: Subject: [PATCH] 5% speedup in an empty loop 14769 Date: Sun, 15 Feb 1998 17:49:46 -0500 (EST) 14770 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 14771 Branch: perl 14772 ! op.c 14773____________________________________________________________________________ 14774[ 544] By: mbeattie on 1998/02/20 12:36:26 14775 Log: Subject: [PATCH for 5.004_59] netdb_host_type and netdb_hlen_type on NeXt 14776 Date: Sun, 15 Feb 98 23:06:16 +0100 14777 From: Hans Mulder <hansm@icgroup.nl> 14778 Branch: perl 14779 ! hints/next_3.sh hints/next_4.sh 14780____________________________________________________________________________ 14781[ 543] By: mbeattie on 1998/02/20 12:35:39 14782 Log: Subject: [PATCH for 5.004_59] Perl_sbrk declared inconsistently 14783 Date: Sun, 15 Feb 98 23:05:20 +0100 14784 From: Hans Mulder <hansm@icgroup.nl> 14785 Branch: perl 14786 ! malloc.c 14787____________________________________________________________________________ 14788[ 542] By: mbeattie on 1998/02/20 12:35:03 14789 Log: Subject: [PATCH for 5.004_59] "d_gethbyname" misspelled in Configure 14790 From: Hans Mulder <hansm@icgroup.nl> 14791 Date: Sun, 15 Feb 98 23:04:29 +0100 14792 Branch: perl 14793 ! Configure 14794____________________________________________________________________________ 14795[ 541] By: mbeattie on 1998/02/20 12:33:56 14796 Log: Subject: [PATCH for 5.004_59] NeXT doesn't need DONT_DECLARE_STD (was: 14797 NeXT needs DONT_DECLARE_STD) 14798 Date: Sun, 15 Feb 98 23:04:19 +0100 14799 From: Hans Mulder <hansm@icgroup.nl> 14800 Branch: perl 14801 ! perl.h 14802____________________________________________________________________________ 14803[ 540] By: mbeattie on 1998/02/20 12:32:25 14804 Log: Subject: [PATCH] sv_check_thinkfirst macroized 14805 Date: 15 Feb 1998 22:00:38 +0100 14806 From: Gisle Aas <gisle@aas.no> 14807 Branch: perl 14808 ! sv.c 14809____________________________________________________________________________ 14810[ 539] By: mbeattie on 1998/02/20 12:31:07 14811 Log: Subject: [PATCH 5.004_59] allow the Test::Harness to grok TODO-type tests docs 14812 Date: Sat, 14 Feb 1998 17:58:01 -0500 14813 From: Joshua Pritikin <pritikin@mindspring.com> 14814 Branch: perl 14815 + lib/Test.pm 14816 ! MANIFEST lib/Test/Harness.pm 14817____________________________________________________________________________ 14818[ 538] By: mbeattie on 1998/02/20 12:24:31 14819 Log: Subject: [PATCH] 5.004_59: locale startup problems documentation++ 14820 Date: Sat, 14 Feb 1998 15:40:44 +0200 (EET) 14821 From: Jarkko Hietaniemi <jhi@iki.fi> 14822 Branch: perl 14823 ! INSTALL pod/perldiag.pod pod/perllocale.pod 14824____________________________________________________________________________ 14825[ 537] By: mbeattie on 1998/02/20 12:23:04 14826 Log: Subject: [PATCH] Updated, non-wordwrapped, patch to README.VMS 14827 Date: Fri, 13 Feb 1998 13:38:28 -0800 14828 From: Dan Sugalski <sugalskd@osshe.edu> 14829 Branch: perl 14830 ! README.vms 14831____________________________________________________________________________ 14832[ 536] By: mbeattie on 1998/02/20 12:20:29 14833 Log: Subject: [PATCH] 5.004_58, move intuition tests 14834 Date: Thu, 12 Feb 1998 17:11:05 -0600 14835 From: Stephen Potter <spp@psa.pencom.com> 14836 Branch: perl 14837 ! t/lib/anydbm.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t 14838 ! t/lib/sdbm.t t/op/array.t t/op/delete.t t/op/each.t 14839 ! t/op/flip.t t/op/pat.t t/op/push.t 14840____________________________________________________________________________ 14841[ 535] By: gsar on 1998/02/19 23:07:24 14842 Log: applied a version of this with tabs intact 14843 Message-Id: <wklnv7pdf5.fsf@turangalila.harmonixmusic.com> 14844 Date: 19 Feb 1998 15:06:38 EST 14845 From: dfan@harmonixmusic.com (Dan Schmidt) 14846 Subject: Pod::Html bug and fix: missing </UL> in index 14847 Branch: win32/perl 14848 ! lib/Pod/Html.pm 14849____________________________________________________________________________ 14850[ 534] By: gsar on 1998/02/19 19:40:27 14851 Log: Fix C<0> problem in Pod::Html 14852 Branch: win32/perl 14853 ! lib/Pod/Html.pm 14854____________________________________________________________________________ 14855[ 533] By: gsar on 1998/02/18 18:11:08 14856 Log: non-debug VC builds are -O1 now (they say it works, and is 14857 faster) 14858 Branch: win32/perl 14859 ! win32/Makefile win32/makefile.mk 14860____________________________________________________________________________ 14861[ 532] By: gsar on 1998/02/18 04:11:03 14862 Log: integrate nick's patch to mainline 14863 Branch: win32/perl 14864 !> pp.c 14865____________________________________________________________________________ 14866[ 531] By: mbeattie on 1998/02/17 17:50:50 14867 Log: Assorted changes to the compiler 14868 Branch: perlext 14869 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm 14870 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/Debug.pm 14871 ! Compiler/NOTES Compiler/O.pm Compiler/bytecode.pl 14872 ! Compiler/byterun.c Compiler/byterun.h Compiler/typemap 14873____________________________________________________________________________ 14874[ 530] By: gsar on 1998/02/17 01:47:35 14875 Log: DLLs are now ok on mingw32/gcc-2.8.0 after removing the 14876 FORCE_ARG_STRING() hack (that bug is fixed in gcc now). mingw32 14877 build passes all tests except t/lib/io_xs.t (seems to be due to 14878 broken tmpfile() in the CRT or import lib) 14879 Branch: win32/perl 14880 ! XSUB.h win32/makefile.mk win32/win32.h 14881____________________________________________________________________________ 14882[ 529] By: gsar on 1998/02/16 23:03:31 14883 Log: fix mingw32 gcc 2.8.0 build (DLLs generated seem to be broken 14884 in this version of gcc!) 14885 Branch: win32/perl 14886 ! doio.c pp_sys.c win32/config.gc win32/makefile.mk 14887 ! win32/win32.c win32/win32.h win32/win32iop.h x2p/a2p.h 14888____________________________________________________________________________ 14889[ 528] By: nick on 1998/02/16 22:13:04 14890 Log: Missing PUSHMARK in unshift TIEARRAY hook 14891 Branch: perl 14892 ! pp.c 14893____________________________________________________________________________ 14894[ 527] By: gsar on 1998/02/15 20:59:07 14895 Log: integrate win32 branch 14896 Branch: asperl 14897 !> config_h.SH win32/config.bc win32/config.gc win32/config.vc 14898 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc 14899 !> win32/makedef.pl 14900____________________________________________________________________________ 14901[ 526] By: gsar on 1998/02/15 20:02:11 14902 Log: Fix typo: s/GETNETBYADD\b/GETNETBYADDR/ 14903 Branch: win32/perl 14904 ! config_h.SH win32/config_H.bc win32/config_H.gc 14905 ! win32/config_H.vc 14906____________________________________________________________________________ 14907[ 525] By: gsar on 1998/02/15 03:26:45 14908 Log: fix build problems due to renamed Config variables 14909 Branch: win32/perl 14910 ! win32/config.bc win32/config.gc win32/config.vc 14911 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 14912 ! win32/makedef.pl 14913____________________________________________________________________________ 14914[ 524] By: gsar on 1998/02/14 01:00:15 14915 Log: bring ASPerl uptodate with mainline changes 14916 Branch: asperl 14917 +> ext/DB_File/Changes t/comp/require.t 14918 !> (integrate 41 files) 14919____________________________________________________________________________ 14920[ 523] By: gsar on 1998/02/14 00:52:17 14921 Log: integrate mainline 14922 Branch: win32/perl 14923 !> hints/qnx.sh lib/Cwd.pm lib/ExtUtils/xsubpp patchlevel.h 14924 !> pp_hot.c t/op/magic.t 14925____________________________________________________________________________ 14926[ 522] By: gsar on 1998/02/14 00:42:37 14927 Log: added AS patch#6 14928 Message-Id: <01BD3846.B29FB880.dougl@ActiveState.com> 14929 Date: Fri, 13 Feb 1998 06:14:51 PST 14930 From: Douglas Lankshear <dougl@ActiveState.com> 14931 Subject: [PATCH] command line build 14932 14933 This patch is for the command line build of perl object. 14934 I'll merge the ipfoo.c function with win32_xxx functions next. 14935 14936 -- Doug 14937 Branch: asperl 14938 ! ObjXSub.h ext/Opcode/Opcode.xs lib/ExtUtils/MM_Win32.pm 14939 ! objpp.h proto.h sv.c win32/dl_win32.xs win32/ipenv.c 14940 ! win32/ipstdio.c win32/makedef.pl win32/runperl.c win32/win32.h 14941____________________________________________________________________________ 14942[ 521] By: gsar on 1998/02/14 00:14:04 14943 Log: added AS patch#5 (patch #4 was intentionally skipped after 14944 discussion) 14945 Branch: asperl 14946 ! embed.h embedvar.h global.sym globals.c hv.c interp.sym 14947 ! intrpvar.h op.c perl.c perl.h pp_ctl.c proto.h regcomp.c 14948 ! regexec.c sv.c toke.c 14949____________________________________________________________________________ 14950[ 520] By: nick on 1998/02/13 18:15:46 14951 Log: Resolve ansiperl against win32 14952 Branch: ansiperl 14953 +> ext/DB_File/Changes ext/POSIX/hints/linux.pl 14954 +> ext/POSIX/hints/sunos_4.pl lib/Fatal.pm t/comp/require.t 14955 +> t/lib/ph.t 14956 !> (integrate 898 files) 14957 14958---------------- 14959Version 5.004_59 14960---------------- 14961 14962____________________________________________________________________________ 14963[ 519] By: mbeattie on 1998/02/13 17:05:37 14964 Log: Integrate win32 into mainline. 14965 Branch: perl 14966 ! lib/ExtUtils/xsubpp 14967 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc 14968 !> win32/makefile.mk 14969____________________________________________________________________________ 14970[ 518] By: mbeattie on 1998/02/13 17:01:16 14971 Log: Bump patchlevel.h to 59. 14972 Branch: perl 14973 ! patchlevel.h 14974____________________________________________________________________________ 14975[ 517] By: mbeattie on 1998/02/13 16:57:59 14976 Log: Subject: [PATCH] _58: wantarray in void context broken 14977 Date: Fri, 13 Feb 1998 11:24:49 -0500 (est) 14978 From: Norton Allen <allen@huarp.harvard.edu> 14979 Branch: perl 14980 ! pp_hot.c 14981____________________________________________________________________________ 14982[ 516] By: mbeattie on 1998/02/13 16:55:33 14983 Log: Subject: [PATCH] 5.004_58 QNX getcwd 14984 Date: Thu, 12 Feb 1998 13:40:56 -0500 (est) 14985 From: Norton Allen <allen@huarp.harvard.edu> 14986 Branch: perl 14987 ! hints/qnx.sh lib/Cwd.pm t/op/magic.t 14988____________________________________________________________________________ 14989[ 515] By: gsar on 1998/02/12 18:29:52 14990 Log: pickup lddlflags properly for Config.pm 14991 Branch: win32/perl 14992 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc 14993 ! win32/makefile.mk 14994____________________________________________________________________________ 14995[ 514] By: gsar on 1998/02/12 18:16:09 14996 Log: fix xsubpp bug in SETMAGIC code 14997 Branch: win32/perl 14998 ! lib/ExtUtils/xsubpp 14999____________________________________________________________________________ 15000[ 513] By: gsar on 1998/02/12 18:06:30 15001 Log: integrate mainline 15002 Branch: win32/perl 15003 +> ext/DB_File/Changes 15004 !> Configure MANIFEST config_h.SH ext/DB_File/DB_File.pm 15005 !> ext/DB_File/DB_File.xs hints/machten.sh 15006 !> lib/ExtUtils/Install.pm lib/Pod/Html.pm lib/Pod/Text.pm 15007 !> lib/perl5db.pl malloc.c pod/perldiag.pod pod/perlpod.pod 15008 !> pod/pod2man.PL pp_sys.c regcomp.c regexec.c scope.h sv.c 15009 !> t/lib/db-recno.t t/lib/filecopy.t t/op/misc.t t/op/pat.t 15010 !> t/op/re_tests t/pragma/locale.t 15011____________________________________________________________________________ 15012[ 512] By: mbeattie on 1998/02/12 17:34:02 15013 Log: Missing WITH_THR from new deb() in ENTER/LEAVE caused builds 15014 with -DUSE_THREADS -DDEBUGGING to fail. 15015 Branch: perl 15016 ! scope.h 15017____________________________________________________________________________ 15018[ 511] By: mbeattie on 1998/02/12 16:44:03 15019 Log: Integrate win32 into mainline 15020 Branch: perl 15021 +> t/comp/require.t 15022 !> MANIFEST pp_ctl.c scope.c scope.h t/op/local.t toke.c 15023____________________________________________________________________________ 15024[ 510] By: mbeattie on 1998/02/12 16:42:26 15025 Log: Subject: Re: [PATCH] 5.004_58 | _04 DynaLoader.pm -> DynaLoader.pm.PL (resend) 15026 Date: 12 Feb 1998 14:25:55 +0100 15027 From: koenig@kulturbox.de (Andreas J. Koenig) 15028 Branch: perl 15029 ! lib/ExtUtils/Install.pm 15030____________________________________________________________________________ 15031[ 509] By: mbeattie on 1998/02/12 16:40:34 15032 Log: Subject: Re: wrong prototype for sbrk [PATCH] 15033 Date: Wed, 11 Feb 1998 15:37:31 -0500 (EST) 15034 From: Andy Dougherty <doughera@newton.phys.lafayette.edu> 15035 Branch: perl 15036 ! malloc.c 15037____________________________________________________________________________ 15038[ 508] By: mbeattie on 1998/02/12 16:36:53 15039 Log: Subject: [PATCH] 5.004_58 | _04: pod2*,perlpod: L<show this|man/section> 15040 Date: Wed, 11 Feb 1998 17:29:20 +0100 15041 From: Achim Bohnet <ach@mpe.mpg.de> 15042 Branch: perl 15043 ! lib/Pod/Html.pm lib/Pod/Text.pm pod/perlpod.pod pod/pod2man.PL 15044____________________________________________________________________________ 15045[ 507] By: mbeattie on 1998/02/12 16:35:26 15046 Log: Subject: [PATCH] slight tweaks to hints/machten.sh 15047 Date: Wed, 11 Feb 1998 14:59:46 +0100 15048 From: Dominic Dunlop <domo@vo.lu> 15049 Branch: perl 15050 ! hints/machten.sh 15051____________________________________________________________________________ 15052[ 506] By: mbeattie on 1998/02/12 16:28:40 15053 Log: Subject: DB_File 1.58 patch 15054 Date: Tue, 10 Feb 1998 11:23:22 +0000 (GMT) 15055 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 15056 Branch: perl 15057 + ext/DB_File/Changes 15058 ! MANIFEST ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs 15059 ! t/lib/db-recno.t 15060____________________________________________________________________________ 15061[ 505] By: mbeattie on 1998/02/12 16:24:26 15062 Log: Subject: 5.004_5*: [PATCH] restore old behaviour of \1 in RE 15063 Date: Tue, 10 Feb 1998 02:57:46 -0500 (EST) 15064 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 15065 Branch: perl 15066 ! regexec.c t/op/re_tests 15067____________________________________________________________________________ 15068[ 504] By: mbeattie on 1998/02/12 16:22:46 15069 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 15070 Subject: [PATCH] 5.004_58: the locale.t problem in IRIX 15071 Date: Mon, 9 Feb 1998 19:47:22 +0200 (EET) 15072 Subject: [PATCH] 5.004_58: reserve the POSIX regexp extensions 15073 Date: Tue, 10 Feb 1998 15:12:12 +0200 (EET) 15074 Subject: [PATCH] 5.004_58: <netdb.h> API prototype probing 15075 Date: Wed, 11 Feb 1998 12:50:35 +0200 (EET) 15076 Branch: perl 15077 ! Configure config_h.SH pod/perldiag.pod pp_sys.c regcomp.c 15078 ! t/op/misc.t t/op/pat.t t/op/re_tests t/pragma/locale.t 15079____________________________________________________________________________ 15080[ 503] By: mbeattie on 1998/02/12 16:15:43 15081 Log: Subject: [PATCH] filecopy.t #3 fails on dos-djgpp 15082 Date: Mon, 9 Feb 1998 13:19:45 +0100 15083 From: Laszlo Molnar <molnarl@cdata.tvnet.hu> 15084 Branch: perl 15085 ! t/lib/filecopy.t 15086____________________________________________________________________________ 15087[ 502] By: mbeattie on 1998/02/12 16:14:27 15088 Log: Assorted patches to sv.c: 15089 From: Gisle Aas <gisle@aas.no> 15090 Subject: [PATCH] sv_grow can fail for HAS_64K_LIMIT systems 15091 Date: 07 Feb 1998 00:21:57 +0100 15092 Subject: [PATCH] sv_setnv will upgrade SVt_NV to SVt_PVNV 15093 Date: 07 Feb 1998 00:29:45 +0100 15094 Subject: [PATCH] sv_upgrade() always returns TRUE 15095 Date: 09 Feb 1998 15:44:01 +0100 15096 Branch: perl 15097 ! sv.c 15098____________________________________________________________________________ 15099[ 501] By: mbeattie on 1998/02/12 16:09:26 15100 Log: Fix saving of STDOUT during system() in lib/perl5db.pl: 15101 Subject: Perl debugger. 15102 Date: Fri, 6 Feb 1998 17:47:08 -0500 15103 From: "Jason A. Smith" <smithj4@rpi.edu> 15104 Branch: perl 15105 ! lib/perl5db.pl 15106____________________________________________________________________________ 15107[ 500] By: gsar on 1998/02/12 03:20:55 15108 Log: merge another maint patch 15109 Message-Id: <199802102349.SAA16001@aatma.engin.umich.edu> 15110 Date: Tue, 10 Feb 1998 18:49:00 EST 15111 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15112 Subject: Re: after an eval-ed bad require, requiring a string ref gives a SEGV 15113 Branch: win32/perl 15114 ! pp_ctl.c 15115____________________________________________________________________________ 15116[ 499] By: gsar on 1998/02/12 03:14:39 15117 Log: make t/comp/require.t type xtext 15118 Branch: win32/perl 15119 ! t/comp/require.t 15120____________________________________________________________________________ 15121[ 498] By: gsar on 1998/02/12 03:09:58 15122 Log: fix extra LEAVE when require fails 15123 Message-Id: <199802102321.SAA15346@aatma.engin.umich.edu> 15124 Date: Tue, 10 Feb 1998 18:21:37 EST 15125 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15126 Subject: Re: evals and requires make seg-fault with bad require file 15127 Branch: win32/perl 15128 + t/comp/require.t 15129 ! MANIFEST pp_ctl.c scope.c scope.h toke.c 15130____________________________________________________________________________ 15131[ 497] By: gsar on 1998/02/12 02:47:29 15132 Log: merge a maint patch 15133 Message-Id: <199802110515.AAA23700@aatma.engin.umich.edu> 15134 Date: Wed, 11 Feb 1998 00:15:51 EST 15135 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15136 Subject: Re: "local" can crash perl-4.00[34] on Solaris-x86 & FreeBSD 15137 Branch: win32/perl 15138 ! pp_ctl.c t/op/local.t 15139____________________________________________________________________________ 15140[ 496] By: mbeattie on 1998/02/11 13:04:50 15141 Log: Integrate win32 into mainline. 15142 Branch: perl 15143 !> embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap 15144 !> ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym gv.c 15145 !> lib/ExtUtils/typemap lib/ExtUtils/xsubpp op.c 15146 !> os2/OS2/PrfDB/typemap pod/perlguts.pod pod/perlobj.pod 15147 !> pod/perlxs.pod pod/perlxstut.pod proto.h sv.c sv.h t/op/ref.t 15148 !> win32/makedef.pl win32/win32.c win32/win32iop.h 15149____________________________________________________________________________ 15150[ 495] By: mbeattie on 1998/02/11 13:03:59 15151 Log: Fix special constants in Xref.pm 15152 Branch: perlext 15153 ! Compiler/B/Xref.pm 15154____________________________________________________________________________ 15155[ 494] By: gsar on 1998/02/10 18:26:28 15156 Log: fix opendir() problem on share names 15157 Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu> 15158 Date: Tue, 10 Feb 1998 13:28:53 EST 15159 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15160 Subject: Re: BUG: opendir and UNC names on NT 15161 Branch: win32/perl 15162 ! win32/win32.c 15163____________________________________________________________________________ 15164[ 493] By: gsar on 1998/02/09 23:09:40 15165 Log: integrate win32 branch contents 15166 Branch: asperl 15167 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl 15168 +> lib/Fatal.pm t/lib/ph.t 15169 ! hv.c 15170 !> (integrate 895 files) 15171____________________________________________________________________________ 15172[ 492] By: gsar on 1998/02/09 07:30:19 15173 Log: enhancements to previous patch for XSUB OUTPUT args 15174 Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu> 15175 Date: Mon, 09 Feb 1998 02:31:55 EST 15176 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15177 Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic 15178 Branch: win32/perl 15179 ! embed.h ext/GDBM_File/typemap ext/NDBM_File/typemap 15180 ! ext/ODBM_File/typemap ext/SDBM_File/typemap global.sym 15181 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp os2/OS2/PrfDB/typemap 15182 ! pod/perlguts.pod pod/perlxs.pod pod/perlxstut.pod proto.h sv.c 15183 ! sv.h 15184____________________________________________________________________________ 15185[ 491] By: gsar on 1998/02/09 03:00:52 15186 Log: don't share TARG unless -DUSE_BROKEN_PAD_RESET 15187 Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu> 15188 Date: Wed, 29 Oct 1997 19:36:25 EST 15189 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15190 Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 ) 15191 Branch: win32/perl 15192 ! op.c 15193____________________________________________________________________________ 15194[ 490] By: gsar on 1998/02/09 02:30:43 15195 Log: fix for bugs in handling DESTROY (adjusted test numbers) 15196 Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu> 15197 Subject: Re: [PERL] RFD: iterative DESTROYing of objects 15198 Date: Wed, 31 Dec 1997 19:30:46 -0500 15199 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15200 Branch: win32/perl 15201 ! pod/perlobj.pod sv.c t/op/ref.t 15202____________________________________________________________________________ 15203[ 489] By: gsar on 1998/02/09 00:30:35 15204 Log: ansify prototype for my_safemalloc(), avoid warnings 15205 Branch: win32/perl 15206 ! sv.c 15207____________________________________________________________________________ 15208[ 488] By: gsar on 1998/02/09 00:29:08 15209 Log: fix misapplied hunks in 5.004_58 15210 Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu> 15211 Date: Sun, 08 Feb 1998 02:18:12 EST 15212 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15213 Subject: [PATCH] fixes for test failures in 5.004_58 15214 Branch: win32/perl 15215 ! gv.c op.c 15216____________________________________________________________________________ 15217[ 487] By: gsar on 1998/02/09 00:27:16 15218 Log: win32_utime() tweaks to avoid warnings 15219 Branch: win32/perl 15220 ! win32/win32.c win32/win32iop.h 15221____________________________________________________________________________ 15222[ 486] By: gsar on 1998/02/07 23:45:22 15223 Log: integrate mainline, plus a few small win32 enhancements 15224 - remove Win32::GetCurrentDirectory() 15225 - add Win32::Sleep() for compat 15226 - add smarter utime() from Jan Dubois, and export it as win32_utime() 15227 Branch: win32/perl 15228 +> ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl 15229 +> lib/Fatal.pm t/lib/ph.t 15230 ! win32/makedef.pl win32/win32.c win32/win32iop.h 15231 !> (integrate 61 files) 15232 15233---------------- 15234Version 5.004_58 15235---------------- 15236 15237____________________________________________________________________________ 15238[ 485] By: mbeattie on 1998/02/06 18:11:47 15239 Log: Bump patchlevel to 58. 15240 Branch: perl 15241 ! patchlevel.h 15242____________________________________________________________________________ 15243[ 484] By: mbeattie on 1998/02/06 18:08:28 15244 Log: Fix up problem with gv.c from change 477. 15245 Fix up Config.pm use in t/lib/ph.t from change 478. 15246 Branch: perl 15247 ! gv.c t/lib/ph.t 15248____________________________________________________________________________ 15249[ 483] By: mbeattie on 1998/02/06 17:34:34 15250 Log: Integrate win32 branch into mainline 15251 Branch: perl 15252 !> win32/win32sck.c 15253____________________________________________________________________________ 15254[ 482] By: mbeattie on 1998/02/06 17:26:41 15255 Log: lib/Fatal.pm missing from repository 15256 Branch: perl 15257 + lib/Fatal.pm 15258____________________________________________________________________________ 15259[ 481] By: mbeattie on 1998/02/06 17:24:57 15260 Log: Subject: [PATCH] Re: posix::strftime (core dumped) 15261 Date: Thu, 5 Feb 1998 13:55:23 -0500 (EST) 15262 From: Andy Dougherty <doughera@newton.phys.lafayette.edu> 15263 Branch: perl 15264 + ext/POSIX/hints/linux.pl ext/POSIX/hints/sunos_4.pl 15265 ! MANIFEST hints/linux.sh hints/sunos_4_1.sh t/lib/posix.t 15266____________________________________________________________________________ 15267[ 480] By: mbeattie on 1998/02/06 17:19:52 15268 Log: x2p/str.c was missing from list of changed files in change 466 15269 Branch: perl 15270 ! x2p/str.c 15271____________________________________________________________________________ 15272[ 479] By: mbeattie on 1998/02/06 17:16:54 15273 Log: Added t/lib/ph.t to MANIFEST 15274 Branch: perl 15275 ! MANIFEST 15276____________________________________________________________________________ 15277[ 478] By: mbeattie on 1998/02/06 17:15:38 15278 Log: Subject: [PATCH] h2ph.PL 15279 Date: Thu, 5 Feb 1998 05:53:54 -0800 (EST) 15280 From: kstar@www.chapin.edu (Kurt D. Starsinic) 15281 Branch: perl 15282 + t/lib/ph.t 15283 ! utils/h2ph.PL 15284____________________________________________________________________________ 15285[ 477] By: mbeattie on 1998/02/06 17:10:46 15286 Log: Subject: [PATCH] Faster gv_fetchpv() for nested packages 15287 Date: 04 Feb 1998 14:49:46 +0100 15288 From: Gisle Aas <gisle@aas.no> 15289 as modified by 15290 From: chip@atlantic.net 15291 Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST) 15292 Branch: perl 15293 ! gv.c 15294____________________________________________________________________________ 15295[ 476] By: mbeattie on 1998/02/06 16:47:03 15296 Log: From: Jarkko Hietaniemi <jhi@iki.fi> 15297 Subject: [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0 15298 Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET) 15299 Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t 15300 Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET) 15301 Branch: perl 15302 ! hints/freebsd.sh lib/Math/Complex.pm t/lib/complex.t 15303____________________________________________________________________________ 15304[ 475] By: mbeattie on 1998/02/06 16:44:57 15305 Log: Subject: [PATCH] nomemok 15306 Date: Mon, 2 Feb 1998 15:06:50 +0100 15307 From: Gisle Aas <gisle@aas.no> 15308 Branch: perl 15309 ! hv.c 15310____________________________________________________________________________ 15311[ 474] By: mbeattie on 1998/02/06 16:43:46 15312 Log: Subject: [PATCH] Benchmark.pm: timethese corrupts $_ 15313 Date: Sun, 1 Feb 1998 06:46:08 -0500 (EST) 15314 From: abigail@fnx.com 15315 Branch: perl 15316 ! lib/Benchmark.pm 15317____________________________________________________________________________ 15318[ 473] By: mbeattie on 1998/02/06 16:42:53 15319 Log: Subject: [PATCH] adding the newSVpvn API function 15320 Date: Sat, 31 Jan 1998 06:32:42 +0100 15321 From: Matthias Ulrich Neeracher <neeri@iis.ee.ethz.ch> 15322 Branch: perl 15323 ! embed.h embedvar.h global.sym pod/perlguts.pod pod/perltoc.pod 15324 ! proto.h sv.c 15325____________________________________________________________________________ 15326[ 472] By: mbeattie on 1998/02/06 16:35:41 15327 Log: Subject: Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's tests on Solaris...) 15328 Date: 28 Jan 1998 17:40:37 -0800 15329 From: Stephen Zander <srz@mckesson.com> 15330 Branch: perl 15331 ! hints/solaris_2.sh 15332____________________________________________________________________________ 15333[ 471] By: mbeattie on 1998/02/06 16:02:57 15334 Log: Subject: [PATCH] Re: 5.004_04 vec() fails with 32-bit values 15335 Date: Thu, 15 Jan 1998 11:53:06 +0000 15336 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 15337 Branch: perl 15338 ! pod/perlguts.pod pp.c t/op/vec.t 15339____________________________________________________________________________ 15340[ 470] By: mbeattie on 1998/02/06 16:01:36 15341 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu> 15342 Subject: 5.004_56: Patch to Tie::Hash and docs 15343 Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST) 15344 Subject: 5.004_56: Patch to (?{}) quoting + cosmetic 15345 Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST) 15346 Branch: perl 15347 ! lib/Tie/Hash.pm pod/perlfunc.pod pod/perlre.pod regcomp.c 15348 ! t/op/misc.t t/op/pat.t toke.c 15349____________________________________________________________________________ 15350[ 469] By: mbeattie on 1998/02/06 15:58:31 15351 Log: Subject: Another Array.pm patch 15352 Date: Wed, 4 Feb 1998 20:37:03 +0000 (GMT) 15353 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 15354 Branch: perl 15355 ! lib/Tie/Array.pm 15356____________________________________________________________________________ 15357[ 468] By: mbeattie on 1998/02/06 15:56:28 15358 Log: Subject: documentation patch for 5.004_57 15359 Date: Wed, 4 Feb 1998 14:54:13 +0000 (GMT) 15360 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 15361 Branch: perl 15362 ! lib/Tie/Array.pm 15363____________________________________________________________________________ 15364[ 467] By: mbeattie on 1998/02/06 15:55:34 15365 Log: Subject: 5.004_56: patch for `use Fatal' again 15366 Date: Thu, 29 Jan 1998 17:04:28 -0500 (EST) 15367 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 15368 Branch: perl 15369 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod 15370 ! pp.c t/comp/proto.t toke.c 15371____________________________________________________________________________ 15372[ 466] By: mbeattie on 1998/02/06 15:53:53 15373 Log: Subject: Newer -DLEAKTEST patch 15374 Date: Fri, 9 Jan 1998 17:55:09 -0500 (EST) 15375 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 15376 Branch: perl 15377 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs 15378 ! ext/DynaLoader/dl_vms.xs ext/Opcode/Opcode.xs handy.h hv.c 15379 ! perl.c perly.c perly.c.diff perly.fixer pod/perlembed.pod 15380 ! pod/perlguts.pod pod/perlrun.pod pod/perltoc.pod pp_hot.c sv.c 15381 ! toke.c util.c vms/perly_c.vms x2p/hash.c 15382____________________________________________________________________________ 15383[ 465] By: mbeattie on 1998/02/06 15:46:35 15384 Log: More Chip patches (tweaked for _5x). The final one mentioned here 15385 (@ARGV with -i) actually went in at change 462 but I failed to 15386 add it to the change description: 15387 Subject: [PATCH] Fix typo: "FORM{,AT}LINE" 15388 Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST) 15389 Subject: [PATCH] Fix for C<@x = my @y> 15390 Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST) 15391 Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}> 15392 Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST) 15393 Subject: [PATCH] Allow last() to mean last 15394 Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST) 15395 Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i) 15396 Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST) 15397 Branch: perl 15398 ! op.c perly.c perly.h perly.y sv.c t/op/my.t vms/perly_c.vms 15399 ! vms/perly_h.vms 15400____________________________________________________________________________ 15401[ 464] By: mbeattie on 1998/02/06 15:06:18 15402 Log: More Chip patches: 15403 Subject: [PATCH] Fix SEGV from combining caller and C<package;> 15404 Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST) 15405 Subject: [PATCH] Fix line numbers after here documents in eval STRING 15406 Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST) 15407 Subject: [PATCH] Make recursive lexical analysis more robust 15408 Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST) 15409 Branch: perl 15410 ! pp_ctl.c sv.c toke.c 15411____________________________________________________________________________ 15412[ 463] By: mbeattie on 1998/02/06 15:04:17 15413 Log: Some more Chip patches (tweaked to match _5x): 15414 Subject: [PATCH] Fix empty BLOCK 15415 Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST) 15416 Subject: [PATCH] fix (\@@) proto 15417 Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST) 15418 Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD 15419 Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST) 15420 Subject: [PATCH] Don't fold string comparison under C<use locale> 15421 Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST) 15422 Branch: perl 15423 ! ext/Fcntl/Fcntl.pm op.c t/comp/proto.t toke.c 15424____________________________________________________________________________ 15425[ 462] By: mbeattie on 1998/02/06 14:56:30 15426 Log: Some Chip patches (some tweaked to match _5x source): 15427 From: Chip Salzenberg <salzench@nielsenmedia.com> 15428 Subject: [PATCH] local leakage 15429 Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST) 15430 Subject: [PATCH] NULs in patterns 15431 Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST) 15432 Subject: [PATCH] Configure on PerlIO 15433 Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST) 15434 Subject: [PATCH] Avoid core dump on package alias 15435 Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST) 15436 Subject: [PATCH] Fix name of $Foo::{'Bar::'} 15437 Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST) 15438 Branch: perl 15439 ! Configure doio.c gv.c op.c pp_ctl.c sv.c t/op/gv.t 15440 ! t/op/local.t 15441____________________________________________________________________________ 15442[ 461] By: gsar on 1998/02/04 03:34:36 15443 Log: support win32_select(0,0,0,msec) (winsock doesn't) 15444 Branch: win32/perl 15445 ! win32/win32sck.c 15446____________________________________________________________________________ 15447[ 460] By: gsar on 1998/02/04 00:44:47 15448 Log: bug: win32_select() must StartSockets() 15449 Branch: win32/perl 15450 ! win32/win32sck.c 15451 15452---------------- 15453Version 5.004_57 15454---------------- 15455 15456____________________________________________________________________________ 15457[ 459] By: mbeattie on 1998/02/03 16:00:07 15458 Log: Replaced two occurrences of THREADSV(find_thread_sv(...)) (order 15459 of execution causes core dump if threadsvp is moved). Replaced 15460 lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast). 15461 Branch: perl 15462 ! av.c perl.c 15463____________________________________________________________________________ 15464[ 458] By: mbeattie on 1998/02/03 14:40:02 15465 Log: Fix up MANIFEST. 15466 Branch: perl 15467 ! MANIFEST 15468____________________________________________________________________________ 15469[ 457] By: mbeattie on 1998/02/03 13:50:23 15470 Log: Integrate win32 into mainline. My last integration from ansiperl 15471 to the mainline was a dismal failure: I did -ay but meant -at. 15472 This should fix things now since win32 has already integrated 15473 all the necessary changes from ansiperl. 15474 Branch: perl 15475 !> (integrate 111 files) 15476____________________________________________________________________________ 15477[ 456] By: gsar on 1998/02/03 04:48:08 15478 Log: Fix minor problems with non USE_THREADS build. win32 branch 15479 now looks 5.004_57-ready. 15480 Branch: win32/perl 15481 ! thread.h win32/makedef.pl 15482____________________________________________________________________________ 15483[ 455] By: gsar on 1998/02/03 03:45:09 15484 Log: integrate mainline 15485 Branch: win32/perl 15486 !> (integrate 887 files) 15487____________________________________________________________________________ 15488[ 454] By: mbeattie on 1998/02/02 16:44:24 15489 Log: The new dec_osf.sh didn't work so the new glibpth and useshrplib 15490 defaults have been commented out for now. 15491 Branch: perl 15492 ! hints/dec_osf.sh 15493____________________________________________________________________________ 15494[ 453] By: mbeattie on 1998/02/02 15:51:39 15495 Log: Introduced thr->threadsvp and THREADSV() for faster per-thread 15496 variables. Moved threadnum to a per-interpreter variable and 15497 made dTHR and lock/unlock of sv_mutex bypass the get/lock unless 15498 more than one thread may be running. Minor tweaks to Thread.xs. 15499 Branch: perl 15500 ! dosish.h embedvar.h ext/Thread/Thread.xs interp.sym intrpvar.h 15501 ! op.c perl.c perl.h pp.c pp_ctl.c scope.c sv.c thrdvar.h 15502 ! thread.h util.c 15503____________________________________________________________________________ 15504[ 452] By: gsar on 1998/02/02 04:56:50 15505 Log: remove totally egregious s/\\dir// in File::Find 15506 Branch: win32/perl 15507 ! lib/File/Find.pm 15508____________________________________________________________________________ 15509[ 451] By: gsar on 1998/02/01 22:20:20 15510 Log: added AS patch#3 15511 Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com> 15512 Date: Sun, 01 Feb 1998 09:18:13 PST 15513 From: Douglas Lankshear <dougl@ActiveState.com> 15514 To: "'Gurusamy Sarathy'" <gsar@umich.edu> 15515 15516 Here's an additional diff against //depot/asperl 15517 15518 The field name mg_length was changed back to mg_len 15519 The function name mg_len was change to mg_length 15520 15521 The need for sort_mutex removed thanks to the code derived 15522 from Tom Horsley's work. 15523 15524 -- Doug 15525 Branch: asperl 15526 + XSLock.h 15527 ! ObjXSub.h XSUB.h av.c embedvar.h ext/DynaLoader/dlutils.c 15528 ! globals.c ipstdio.h mg.c mg.h objpp.h perl.c perl.h perlio.h 15529 ! perlvars.h perly.c pp.c pp_ctl.c pp_hot.c proto.h regexec.c 15530 ! scope.c scope.h sv.c toke.c universal.c util.c 15531 ! win32/dl_win32.xs win32/iplio.c win32/ipstdio.c 15532 ! win32/perlobj.def win32/runperl.c 15533____________________________________________________________________________ 15534[ 450] By: gsar on 1998/01/30 23:43:57 15535 Log: various tweaks 15536 - add new functions to proto.h 15537 - fix up makefile.mk for $(OBJECT) 15538 Branch: asperl 15539 ! pp_ctl.c proto.h win32/makefile.mk 15540____________________________________________________________________________ 15541[ 449] By: gsar on 1998/01/30 21:23:15 15542 Log: fix up missing patches from AS patch#2 15543 Branch: asperl 15544 ! perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h 15545 ! pp_ctl.c proto.h 15546____________________________________________________________________________ 15547[ 448] By: gsar on 1998/01/30 18:23:17 15548 Log: fix htonlx typo 15549 Branch: win32/perl 15550 ! perlsock.h 15551____________________________________________________________________________ 15552[ 447] By: mbeattie on 1998/01/30 16:03:49 15553 Log: Fix up MANIFEST to add missing files 15554 Branch: perl 15555 ! MANIFEST 15556____________________________________________________________________________ 15557[ 446] By: mbeattie on 1998/01/30 12:34:55 15558 Log: Bump patchlevel to 57. 15559 Branch: perl 15560 ! patchlevel.h 15561____________________________________________________________________________ 15562[ 445] By: gsar on 1998/01/30 10:44:38 15563 Log: initial merge of latest win32 branch into ASPerl 15564 Branch: asperl 15565 +> lib/Tie/Array.pm pod/perlhist.pod t/lib/tie-push.t 15566 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t 15567 +> win32/bin/perlglob.pl 15568 !> (integrate 141 files) 15569____________________________________________________________________________ 15570[ 444] By: gsar on 1998/01/30 09:25:58 15571 Log: goofed branching, redo asperl branch 15572 Branch: asperl 15573 ! perl.h 15574____________________________________________________________________________ 15575[ 443] By: gsar on 1998/01/30 09:23:36 15576 Log: added AS patch#2 15577 Branch: asperl 15578 + ObjXSub.h ipdir.h ipenv.h iplio.h ipmem.h ipproc.h ipsock.h 15579 + ipstdio.h objpp.h win32/ipdir.c win32/ipenv.c win32/iplio.c 15580 + win32/ipmem.c win32/ipproc.c win32/ipsock.c win32/ipstdio.c 15581 + win32/ipstdiowin.h win32/perlobj.def 15582 ! EXTERN.h XSUB.h cv.h doio.c dosish.h dump.c embedvar.h 15583 ! globals.c gv.c hv.c intrpvar.h malloc.c mg.c mg.h op.c op.h 15584 ! opcode.h perl.c perl.h perldir.h perlenv.h perlio.h perllio.h 15585 ! perlmem.h perlproc.h perlsock.h perlvars.h perly.c pp.c pp.h 15586 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h 15587 ! regexec.c run.c scope.c scope.h sv.c sv.h thread.h toke.c 15588 ! universal.c util.c vms/vms.c win32/Makefile win32/config_H.bc 15589 ! win32/config_H.vc win32/dl_win32.xs win32/include/sys/socket.h 15590 ! win32/makedef.pl win32/runperl.c win32/win32iop.h 15591____________________________________________________________________________ 15592[ 441] By: gsar on 1998/01/30 08:54:19 15593 Log: Created new branch from win32@396, added AS patch#1 15594 Branch: asperl 15595 + doio.c malloc.c perl.c perl.h perldir.h perlenv.h perllio.h 15596 + perlmem.h perlproc.h perlsock.h pp.c pp_hot.c pp_sys.c 15597 + regcomp.c scope.h sv.c toke.c util.c 15598 +> (branch 915 files) 15599____________________________________________________________________________ 15600[ 440] By: gsar on 1998/01/30 04:43:23 15601 Log: integrate winansi 15602 Branch: win32/perl 15603 +> pod/perlhist.pod 15604 !> MANIFEST av.c hv.c op.c perlsock.h pp_ctl.c pp_sys.c scope.c 15605 !> util.c 15606____________________________________________________________________________ 15607[ 439] By: mbeattie on 1998/01/27 15:31:53 15608 Log: Integrate ansi branch into mainline (resolve -ay). 15609 Branch: perl 15610 +> lib/Tie/Array.pm perldir.h perlenv.h perllio.h perlmem.h 15611 +> perlproc.h perlsock.h pod/perlhist.pod t/lib/tie-push.t 15612 +> t/lib/tie-stdarray.t t/lib/tie-stdpush.t t/op/tiearray.t 15613 +> win32/bin/perlglob.pl 15614 ! op.c 15615 !> (integrate 868 files) 15616____________________________________________________________________________ 15617[ 438] By: nick on 1998/01/24 12:02:34 15618 Log: Gisle's av_unshift tweak, two small patches from chip 15619 and check for NULL in hv_delete in case '~' and tie magic 15620 are present 15621 Branch: ansiperl 15622 ! av.c hv.c op.c pp_ctl.c scope.c 15623____________________________________________________________________________ 15624[ 437] By: nick on 1998/01/24 10:37:56 15625 Log: Get PerlXxx_yyyy() macro stuff to _compile_ on Solaris. 15626 Ugh! ... 15627 Macros were unsuitable for declaring the functions, extra () round 15628 parameters removed - non-function forms of PerlXxx_yyyy() need to 15629 add () themselves. 15630 Need to include perlmem.h in util.c (at least) if not using Perl's malloc. 15631 Branch: ansiperl 15632 ! perlsock.h pp_sys.c util.c 15633____________________________________________________________________________ 15634[ 436] By: nick on 1998/01/24 10:03:03 15635 Log: Integrate win32 into ansiperl 15636 Branch: ansiperl 15637 +> perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h 15638 +> win32/bin/perlglob.pl 15639 !> (integrate 38 files) 15640____________________________________________________________________________ 15641[ 435] By: nick on 1998/01/24 09:47:49 15642 Log: Add perlhist.pod 15643 Branch: ansiperl 15644 + pod/perlhist.pod 15645 ! MANIFEST 15646____________________________________________________________________________ 15647[ 434] By: gsar on 1998/01/19 05:01:47 15648 Log: s/PerlENV/PerlEnv/ just to be consistent 15649 Branch: win32/perl 15650 ! malloc.c perl.c perlenv.h regcomp.c toke.c util.c 15651____________________________________________________________________________ 15652[ 433] By: gsar on 1998/01/19 04:52:18 15653 Log: foo() -> PerlGroup_foo() patch from ActiveState 15654 Branch: win32/perl 15655 + perldir.h perlenv.h perllio.h perlmem.h perlproc.h perlsock.h 15656 ! doio.c malloc.c perl.c perl.h pp.c pp_hot.c pp_sys.c regcomp.c 15657 ! scope.h sv.c toke.c util.c 15658____________________________________________________________________________ 15659[ 432] By: gsar on 1998/01/19 04:42:26 15660 Log: integrate mainline 15661 Branch: win32/perl 15662 !> pod/perlfunc.pod 15663____________________________________________________________________________ 15664[ 431] By: gsar on 1998/01/19 04:40:04 15665 Log: integrate changes in winansi 15666 Branch: win32/perl 15667 +> lib/Tie/Array.pm t/lib/tie-push.t t/lib/tie-stdarray.t 15668 +> t/lib/tie-stdpush.t t/op/tiearray.t 15669 !> (integrate 98 files) 15670____________________________________________________________________________ 15671[ 430] By: gsar on 1998/01/19 04:10:43 15672 Log: Fix autovivification problems with XSUB OUTPUT args 15673 Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu> 15674 Date: Sun, 18 Jan 1998 23:09:07 EST 15675 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15676 Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic 15677 Branch: win32/perl 15678 ! ext/GDBM_File/typemap ext/NDBM_File/typemap 15679 ! ext/ODBM_File/typemap ext/SDBM_File/typemap 15680 ! lib/ExtUtils/typemap os2/OS2/PrfDB/typemap pod/perlguts.pod 15681 ! pod/perlxs.pod pod/perlxstut.pod sv.c sv.h win32/win32.h 15682____________________________________________________________________________ 15683[ 429] By: nick on 1998/01/17 21:01:50 15684 Log: Subject: [PATCH] 5.004_56 threaded and "CONFIG key 'exe_ext' does not exist in Config.pm" 15685 Date: Thu, 25 Dec 1997 13:39:15 -0500 15686 From: Spider Boardman <spider@Orb.Nashua.NH.US> 15687 To: perl5-porters@perl.org 15688 15689 It turns out that the potential for the "CONFIG key 'exe_ext' 15690 does not exist in Config.pm" problem has been around for a while, 15691 in the definition of SvTRUE(). It's just that non-gcc compilers 15692 are more or less being built as CRIPPLED_CC when USE_THREADS is 15693 defined (even if they can inline things). The inline macro for 15694 SvTRUE works with tied hashes and the EXISTS method, and the 15695 functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04) 15696 does not, because it adds an excess mg_get() which replaces the 15697 EXISTS result with a FETCH result. 15698 Branch: ansiperl 15699 ! sv.c 15700____________________________________________________________________________ 15701[ 428] By: nick on 1998/01/17 20:59:11 15702 Log: From: Robin Barker <rmb1@cise.npl.co.uk> 15703 Date: Fri, 19 Dec 97 17:19:09 GMT 15704 Message-Id: <26260.9712191719@lightning.cise.npl.co.uk> 15705 Branch: ansiperl 15706 ! doio.c sv.c toke.c util.c 15707____________________________________________________________________________ 15708[ 427] By: nick on 1998/01/17 12:01:53 15709 Log: Permit tie ?foo,$object 15710 tidy up dead #ifdef ORIGINAL_TIE) 15711 Remove 'P' magic from hash, before adding new one in dbm_open like tie does. 15712 Branch: ansiperl 15713 ! pp_sys.c 15714____________________________________________________________________________ 15715[ 426] By: nick on 1998/01/15 18:06:36 15716 Log: First working TIEARRAY and other misc tie fixes 15717 Branch: ansiperl 15718 ! MANIFEST pp.c pp_hot.c t/op/tiearray.t 15719____________________________________________________________________________ 15720[ 425] By: nick on 1998/01/14 21:56:40 15721 Log: Not working yet - split problems ... 15722 Branch: ansiperl 15723 ! pp.c t/lib/thread.t t/op/tiearray.t 15724____________________________________________________________________________ 15725[ 424] By: nick on 1998/01/14 18:49:25 15726 Log: TIEARRAY updates - almost works ... 15727 Branch: ansiperl 15728 + t/lib/tie-push.t t/lib/tie-stdarray.t t/lib/tie-stdpush.t 15729 ! MANIFEST av.c av.h ext/DB_File/DB_File.pm lib/Tie/Array.pm 15730 ! mg.c pod/perltie.pod pp.c pp_hot.c pp_sys.c scope.c 15731 ! t/op/avhv.t t/op/push.t t/op/tiearray.t 15732____________________________________________________________________________ 15733[ 423] By: gsar on 1998/01/14 00:13:16 15734 Log: fix MakeMaker installbin problem 15735 Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu> 15736 Subject: Re: can't modify message with HTML-Stream, v.1.42 15737 Date: Tue, 06 Jan 1998 19:16:35 -0500 15738 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15739 Branch: win32/perl 15740 ! lib/ExtUtils/MM_Unix.pm 15741____________________________________________________________________________ 15742[ 422] By: gsar on 1998/01/13 23:53:02 15743 Log: add archname to *sitearch in config.{b,g,v}c 15744 Branch: win32/perl 15745 ! win32/config.bc win32/config.gc win32/config.vc 15746____________________________________________________________________________ 15747[ 421] By: gsar on 1998/01/13 23:15:14 15748 Log: set $ENV{PERL5LIB} in t/harness (so child perlglob.bat sees it) 15749 Branch: win32/perl 15750 ! t/harness 15751____________________________________________________________________________ 15752[ 420] By: nick on 1998/01/13 22:55:02 15753 Log: tiearray tweaks 15754 Branch: ansiperl 15755 ! av.c pp_sys.c t/op/nothread.t t/op/tiearray.t 15756____________________________________________________________________________ 15757[ 419] By: nick on 1998/01/13 21:27:33 15758 Log: Skeleton Tie::Array 15759 Branch: ansiperl 15760 + lib/Tie/Array.pm 15761____________________________________________________________________________ 15762[ 418] By: nick on 1998/01/13 20:52:38 15763 Log: tie array changes to core and tests 15764 Branch: ansiperl 15765 + t/op/tiearray.t 15766 ! MANIFEST av.c av.h deb.c embed.h ext/DB_File/DB_File.pm 15767 ! global.sym gv.c mg.c op.c perl.c perl.h pp.c pp.h pp_ctl.c 15768 ! pp_hot.c proto.h sv.c toke.c universal.c util.c 15769____________________________________________________________________________ 15770[ 417] By: gsar on 1998/01/13 20:49:52 15771 Log: fix perlglob.bat warnings by splitting it from File::DosGlob 15772 Branch: win32/perl 15773 + win32/bin/perlglob.pl 15774 ! MANIFEST README.win32 lib/File/DosGlob.pm win32/Makefile 15775 ! win32/makefile.mk 15776____________________________________________________________________________ 15777[ 416] By: gsar on 1998/01/13 02:46:53 15778 Log: various tweaks to build support (NOTE: meant for 5.004_57) 15779 - build and install x2p 15780 - fix installperl warnings on win32 15781 - `make install` now does puts the archlibs in right places 15782 - makefiles don't default to USE_THREADS anymore 15783 - sync config.{b,g,v}c 15784 - sync makefile.mk -> Makefile 15785 Branch: win32/perl 15786 ! installperl win32/Makefile win32/config.bc win32/config.gc 15787 ! win32/config.vc win32/config_sh.PL win32/makefile.mk x2p/a2p.h 15788 ! x2p/a2py.c 15789____________________________________________________________________________ 15790[ 415] By: nick on 1998/01/11 16:54:26 15791 Log: Integrate win32 into ansiperl 15792 Branch: ansiperl 15793 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm 15794 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c 15795 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t 15796 !> utils/perldoc.PL vms/config.vms vms/descrip.mms 15797 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c 15798 !> vms/vmsish.h x2p/s2p.PL 15799____________________________________________________________________________ 15800[ 414] By: nick on 1998/01/11 15:13:49 15801 Log: Integratye mainline -> ansiperl 15802 Branch: ansiperl 15803 !> (integrate 64 files) 15804____________________________________________________________________________ 15805[ 413] By: mbeattie on 1998/01/09 12:57:58 15806 Log: Add missing blank line in pod/perlfunc.pod. 15807 Branch: perl 15808 ! pod/perlfunc.pod 15809____________________________________________________________________________ 15810[ 412] By: gsar on 1998/01/08 20:54:31 15811 Log: change#398 breaks ENV_IS_CASELESS, fix it 15812 Branch: win32/perl 15813 ! hv.c 15814____________________________________________________________________________ 15815[ 411] By: gsar on 1998/01/08 18:33:58 15816 Log: Integrate mainline 15817 Branch: win32/perl 15818 !> Configure hints/dec_osf.sh hv.c lib/Getopt/Long.pm lib/blib.pm 15819 !> lib/newgetopt.pl perl.h perl_exp.SH pp_ctl.c pp_hot.c pp_sys.c 15820 !> proto.h regcomp.h regexec.c t/op/re_tests t/pragma/locale.t 15821 !> utils/perldoc.PL vms/config.vms vms/descrip.mms 15822 !> vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c 15823 !> vms/vmsish.h x2p/s2p.PL 15824____________________________________________________________________________ 15825[ 410] By: mbeattie on 1998/01/08 16:06:22 15826 Log: Fix thinko in t/pragma/locale.t: 15827 Subject: [PATCH] _04 or _56: locale.t 15828 Date: Sun, 4 Jan 1998 23:48:44 +0200 (EET) 15829 From: Jarkko Hietaniemi <jhi@iki.fi> 15830 Branch: perl 15831 ! t/pragma/locale.t 15832____________________________________________________________________________ 15833[ 409] By: mbeattie on 1998/01/08 16:05:09 15834 Log: Use Tom Horley's qsort for sorting: 15835 Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5 15836 Date: Fri, 02 Jan 1998 19:33:24 -0500 (EST) 15837 From: Hans Mulder <hansm@icgned.nl> 15838 Branch: perl 15839 ! pp_ctl.c 15840____________________________________________________________________________ 15841[ 408] By: mbeattie on 1998/01/08 16:01:57 15842 Log: Make s2p not use cpp: 15843 Subject: [PATCH for 5.004_56] s2p shouldn't use cpp 15844 Date: Mon, 29 Dec 1997 19:38:18 -0500 (EST) 15845 From: Hans Mulder <hansm@icgned.nl> 15846 Branch: perl 15847 ! x2p/s2p.PL 15848____________________________________________________________________________ 15849[ 407] By: mbeattie on 1998/01/08 15:57:31 15850 Log: DG/UX tweaks to perl.h: 15851 Subject: [PATCH] _56 on dgux without threads 15852 Date: Sat, 20 Dec 1997 23:01:40 -0500 15853 From: Roderick Schertler <roderick@argon.org> 15854 Branch: perl 15855 ! perl.h 15856____________________________________________________________________________ 15857[ 406] By: mbeattie on 1998/01/08 15:56:02 15858 Log: Configure and hints/dec_osf.sh changes for Digital UNIX: 15859 Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13) 15860 Date: Sat, 20 Dec 1997 02:30:01 -0500 15861 From: Spider Boardman <spider@web.zk3.dec.com> 15862 Branch: perl 15863 ! Configure hints/dec_osf.sh 15864____________________________________________________________________________ 15865[ 405] By: mbeattie on 1998/01/08 15:53:40 15866 Log: Missing "" in Configure echo for gethbadd_addr_type. 15867 Branch: perl 15868 ! Configure 15869____________________________________________________________________________ 15870[ 404] By: mbeattie on 1998/01/08 13:04:48 15871 Log: print/printf/... over-eager mg_find for glob magic: 15872 Subject: [PATCH] fix inefficient checks for TIEHANDLE 15873 Date: Wed, 07 Jan 1998 20:06:05 -0500 15874 From: Gurusamy Sarathy <gsar@engin.umich.edu> 15875 Branch: perl 15876 ! pp_hot.c pp_sys.c 15877____________________________________________________________________________ 15878[ 403] By: mbeattie on 1998/01/08 12:56:31 15879 Log: Assorted VMS patches (mostly VMS makefile update for new headers): 15880 Subject: [PATCH] VMS update for 5.004_56 15881 Date: Sat, 03 Jan 1998 03:54:29 -0500 (EST) 15882 From: Charles Bailey <bailey@newman.upenn.edu> 15883 Branch: perl 15884 ! lib/blib.pm proto.h regcomp.h vms/config.vms vms/descrip.mms 15885 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms vms/vms.c 15886 ! vms/vmsish.h 15887____________________________________________________________________________ 15888[ 402] By: mbeattie on 1998/01/08 12:46:15 15889 Log: Fix utils/perldoc.PL for dos-djgpp: 15890 Subject: 5.004_56: perldoc.PL dos-djgpp patches 15891 Date: Tue, 6 Jan 1998 18:14:59 +0100 15892 From: Molnar Laszlo <molnarl@cdata.tvnet.hu> 15893 Branch: perl 15894 ! utils/perldoc.PL 15895____________________________________________________________________________ 15896[ 401] By: mbeattie on 1998/01/08 12:40:14 15897 Log: Version 2.13 of GetoptLong: 15898 Subject: Re: ANNOUNCE: perl 5.004_56 is available 15899 Date: 06 Jan 1998 16:21:45 +0100 15900 From: JVromans@Squirrel.nl (Johan Vromans) 15901 Branch: perl 15902 ! lib/Getopt/Long.pm lib/newgetopt.pl 15903____________________________________________________________________________ 15904[ 400] By: mbeattie on 1998/01/08 12:28:08 15905 Log: Fix variable export and threading configuration for AIX: 15906 Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads 15907 Date: Tue, 23 Dec 1997 15:39:12 +0200 (EET) 15908 From: Jarkko Hietaniemi <jhi@iki.fi> 15909 Branch: perl 15910 ! Configure perl_exp.SH 15911____________________________________________________________________________ 15912[ 399] By: mbeattie on 1998/01/08 12:25:38 15913 Log: Regexp fix: (?>a+)b doesn't match aaab: 15914 Subject: Re: Regexp [PATCH] 5.004_56 (?>...) 15915 Date: Fri, 19 Dec 1997 16:02:50 -0500 (EST) 15916 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 15917 Branch: perl 15918 ! regexec.c t/op/re_tests 15919____________________________________________________________________________ 15920[ 398] By: mbeattie on 1998/01/08 12:23:41 15921 Log: Fix hv_delete for 'm'-magic. Based on following patch, modified 15922 to cope with ENV_IS_CASELESS: 15923 Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic 15924 Date: Fri, 19 Dec 1997 11:31:36 -0500 15925 From: Owen Taylor <owt1@cornell.edu> 15926 Branch: perl 15927 ! hv.c 15928____________________________________________________________________________ 15929[ 397] By: mbeattie on 1998/01/08 12:10:29 15930 Log: Integrate win32 branch into mainline. 15931 Branch: perl 15932 !> (integrate 41 files) 15933____________________________________________________________________________ 15934[ 396] By: gsar on 1998/01/07 19:12:27 15935 Log: tweak case-insensitive ENV implementation 15936 Branch: win32/perl 15937 ! hv.c 15938____________________________________________________________________________ 15939[ 395] By: nick on 1998/01/07 18:40:55 15940 Log: Integrate win32 branch 15941 Branch: ansiperl 15942 !> (integrate 31 files) 15943____________________________________________________________________________ 15944[ 394] By: gsar on 1998/01/05 19:17:40 15945 Log: Allow $ENV{PERL5SHELL} to contain switches etc., and document 15946 the fact 15947 Branch: win32/perl 15948 ! pod/perlrun.pod win32/win32.c 15949____________________________________________________________________________ 15950[ 393] By: gsar on 1998/01/05 05:43:33 15951 Log: Support case-tolerant %ENV 15952 - underlying system calls see the case-as-supplied by user 15953 - added tests to verify addition/deletion/enumeration case-tolerance 15954 - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS, 15955 which is default on win32 now 15956 Branch: win32/perl 15957 ! hv.c t/op/magic.t win32/win32.h 15958____________________________________________________________________________ 15959[ 392] By: gsar on 1998/01/04 17:55:19 15960 Log: Add a tweaked version of: 15961 Message-Id: <199801040630.AA29298@metronet.com> 15962 Date: Sun, 04 Jan 1998 00:30:57 CST 15963 From: Tye McQueen <tye@metronet.com> 15964 Subject: New patch for $^E==GetLastError() under Win32 15965 Branch: win32/perl 15966 ! doio.c lib/dumpvar.pl lib/perl5db.pl mg.c perl.h 15967 ! pod/perlfunc.pod pod/perlvar.pod util.c win32/makedef.pl 15968 ! win32/win32.c win32/win32.h 15969____________________________________________________________________________ 15970[ 391] By: gsar on 1998/01/04 07:59:44 15971 Log: Various win32 fixes 15972 - support spawn via system(&P_NOWAIT,...) like OS2 15973 - support wait() and waitpid() 15974 - s/GetCurrentDirectory/GetCwd/, long-named XS to be removed 15975 - support -lfoo properly in ExtUtils::Liblist 15976 - fix outdated info about Win32 support in perlfaq2 15977 - fix win32 bug in perldoc that causes spurious warnings 15978 - regularize global function/variable names yet more 15979 - fix bug in do_aspawn() (it was always invoking shell, instead of 15980 almost never) 15981 - implement and export win32_wait() 15982 - stub version of USE_RTL_THREAD_API 15983 Branch: win32/perl 15984 ! README.win32 dosish.h lib/Cwd.pm lib/ExtUtils/Liblist.pm 15985 ! pod/perlfaq2.pod pp_sys.c util.c utils/perldoc.PL 15986 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 15987 ! win32/config_h.PL win32/perllib.c win32/win32.c win32/win32.h 15988 ! win32/win32iop.h win32/win32sck.c win32/win32thread.c 15989 ! win32/win32thread.h 15990____________________________________________________________________________ 15991[ 390] By: gsar on 1997/12/30 21:00:28 15992 Log: Fix $ENV{Path} in FindBin.pm 15993 Branch: win32/perl 15994 ! lib/FindBin.pm 15995____________________________________________________________________________ 15996[ 389] By: nick on 1997/12/29 10:33:23 15997 Log: Resolve ansiperl against win32 15998 Branch: ansiperl 15999 !> (integrate 105 files) 16000____________________________________________________________________________ 16001[ 388] By: gsar on 1997/12/24 04:59:28 16002 Log: make $? Unix (and ActiveWare) compatible 16003 Branch: win32/perl 16004 ! README.win32 win32/win32.c 16005____________________________________________________________________________ 16006[ 387] By: gsar on 1997/12/24 04:21:30 16007 Log: support ioctl() on sockets (does what ioctlsocket() does) to make 16008 non-blocking IO on sockets possible 16009 Branch: win32/perl 16010 ! README.win32 dosish.h win32/makedef.pl win32/win32.c 16011 ! win32/win32iop.h win32/win32sck.c 16012____________________________________________________________________________ 16013[ 386] By: gsar on 1997/12/24 03:10:55 16014 Log: support getlogin() 16015 Branch: win32/perl 16016 ! README.win32 win32/config.bc win32/config.gc win32/config.vc 16017 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc 16018 ! win32/win32.c win32/win32.h 16019____________________________________________________________________________ 16020[ 385] By: gsar on 1997/12/24 02:24:59 16021 Log: add support for crypt() via user-supplied des_fcrypt() source or library. 16022 Update README.win32. 16023 Branch: win32/perl 16024 ! README.win32 perl.h win32/Makefile win32/makedef.pl 16025 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32iop.h 16026____________________________________________________________________________ 16027[ 384] By: gsar on 1997/12/24 02:22:42 16028 Log: tweak op.c to avoid warning 16029 Branch: win32/perl 16030 ! op.c 16031____________________________________________________________________________ 16032[ 383] By: gsar on 1997/12/23 21:12:42 16033 Log: Trivial bugfix#3 from local repository 16034 Message-Id: <199712061100.GAA14864@aatma.engin.umich.edu> 16035 Subject: Re: Assigning result of pop scrambles unrelated reference 16036 Date: Sat, 06 Dec 1997 06:00:45 -0500 16037 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16038 Branch: win32/perl 16039 ! sv.c 16040____________________________________________________________________________ 16041[ 382] By: gsar on 1997/12/23 21:09:32 16042 Log: Trivial bugfix#2 from local repository 16043 Message-Id: <199712061025.FAA14396@aatma.engin.umich.edu> 16044 Subject: Re: eval of sub gives spurious "uninitialised" warning 16045 Date: Sat, 06 Dec 1997 05:25:07 -0500 16046 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16047 Branch: win32/perl 16048 ! op.c pod/perldelta.pod pod/perlfunc.pod t/op/eval.t 16049____________________________________________________________________________ 16050[ 381] By: gsar on 1997/12/23 21:01:04 16051 Log: Trivial bugfix#1 from local repository 16052 Message-Id: <199711282326.SAA15090@aatma.engin.umich.edu> 16053 Subject: [PATCH] Re: [5.004_04 BUG] bless broke scoping? 16054 Date: Fri, 28 Nov 1997 18:26:52 -0500 16055 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16056 Branch: win32/perl 16057 ! scope.c 16058____________________________________________________________________________ 16059[ 380] By: gsar on 1997/12/18 15:10:23 16060 Log: Integrate mainline 16061 Branch: win32/perl 16062 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c 16063 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh 16064 +> os2/os2.sym os2/os2thread.h 16065 !> (integrate 77 files) 16066 16067---------------- 16068Version 5.004_56 16069---------------- 16070 16071____________________________________________________________________________ 16072[ 379] By: mbeattie on 1997/12/18 13:28:35 16073 Log: Integrate ansi @364,@366 into mainline. 16074 Branch: perl 16075 !> lib/ExtUtils/MakeMaker.pm miniperlmain.c perl.h 16076____________________________________________________________________________ 16077[ 378] By: mbeattie on 1997/12/18 13:20:15 16078 Log: Add a few missing files to MANIFEST 16079 Branch: perl 16080 ! MANIFEST 16081____________________________________________________________________________ 16082[ 377] By: mbeattie on 1997/12/18 13:00:16 16083 Log: Bump patchlevel to 56. 16084 Branch: perl 16085 ! patchlevel.h 16086____________________________________________________________________________ 16087[ 376] By: nick on 1997/12/18 01:32:12 16088 Log: Resolve against mainline 16089 Branch: ansiperl 16090 +> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c 16091 +> djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh 16092 +> os2/os2.sym os2/os2thread.h 16093 !> (integrate 74 files) 16094____________________________________________________________________________ 16095[ 375] By: nick on 1997/12/18 01:06:15 16096 Log: Resolve against Win32 16097 Branch: ansiperl 16098 !> Configure README.threads config_h.SH doop.c embed.h 16099 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh 16100 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c 16101 !> sv.c sv.h thread.h util.c 16102____________________________________________________________________________ 16103[ 374] By: mbeattie on 1997/12/17 14:44:26 16104 Log: Lots of VMS changes. vms/gen_shrfls.pl (which parses header files) 16105 needs rewriting now that we use perlvars.h and foovar.h: 16106 Subject: [PATCH] 5.004_54 under VMS (fwd) 16107 Date: Wed, 26 Nov 1997 12:32:09 -0400 (EDT) 16108 From: Charles Bailey <BAILEY@newman.upenn.edu> 16109 Branch: perl 16110 ! dosish.h handy.h intrpvar.h os2/os2ish.h perl.c perl.h 16111 ! plan9/plan9ish.h pp.c proto.h sv.c t/lib/thread.t 16112 ! t/lib/timelocal.t t/op/nothread.t taint.c thrdvar.h toke.c 16113 ! unixish.h vms/config.vms vms/descrip.mms vms/fndvers.com 16114 ! vms/gen_shrfls.pl vms/genconfig.pl vms/perly_c.vms 16115 ! vms/test.com vms/vms.c vms/vms_yfix.pl vms/vmsish.h 16116____________________________________________________________________________ 16117[ 373] By: mbeattie on 1997/12/17 14:10:50 16118 Log: Major changes to the DOS/djgpp port (including threading): 16119 Subject: Re: dos-djgpp port not in perl 5.004_54 16120 Date: Fri, 21 Nov 1997 10:58:26 +0100 16121 From: Molnar Laszlo <molnarl@cdata.tvnet.hu> 16122 Branch: perl 16123 + README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c 16124 + djgpp/djgppsed.sh djgpp/fixpmain hints/dos_djgpp.sh 16125 ! Configure MANIFEST Makefile.SH doio.c dosish.h 16126 ! ext/POSIX/POSIX.xs installhtml installperl lib/AutoSplit.pm 16127 ! lib/Cwd.pm lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm 16128 ! lib/ExtUtils/Manifest.pm lib/File/Basename.pm lib/File/Find.pm 16129 ! lib/File/Path.pm lib/FindBin.pm lib/Pod/Html.pm 16130 ! lib/Pod/Text.pm lib/Term/Cap.pm lib/perl5db.pl makedepend.SH 16131 ! mg.c perl.c pod/pod2man.PL pp_hot.c t/io/fs.t t/lib/anydbm.t 16132 ! t/lib/filehand.t t/lib/gdbm.t t/lib/io_sel.t t/lib/io_tell.t 16133 ! t/lib/sdbm.t t/lib/thread.t t/op/magic.t t/op/stat.t 16134 ! t/op/sysio.t t/op/taint.t utils/perldoc.PL 16135____________________________________________________________________________ 16136[ 372] By: mbeattie on 1997/12/17 13:18:34 16137 Log: Upgrade DB_File to 1.56: 16138 Subject: DB_File-1.56 for _55 16139 Date: Tue, 16 Dec 1997 22:25:29 +0000 (GMT) 16140 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 16141 Branch: perl 16142 ! Configure ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs 16143 ! ext/DB_File/Makefile.PL ext/DB_File/typemap t/lib/db-btree.t 16144____________________________________________________________________________ 16145[ 371] By: mbeattie on 1997/12/17 12:02:03 16146 Log: Threading patches for OS/2 (missing files taken from previous patch): 16147 Subject: Re: 5.004_55: OS/2 patches again 16148 Date: Sat, 13 Dec 1997 18:09:15 -0500 (EST) 16149 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16150 Branch: perl 16151 + os2/os2.sym os2/os2thread.h 16152 ! MANIFEST hints/os2.sh os2/Changes os2/Makefile.SHs 16153 ! os2/OS2/PrfDB/PrfDB.xs os2/OS2/REXX/REXX.xs os2/os2.c 16154 ! os2/os2ish.h perl.h 16155____________________________________________________________________________ 16156[ 370] By: mbeattie on 1997/12/17 11:01:34 16157 Log: Add OS2 to list for DONT_DECLARE_STD in perl.h: 16158 Subject: Re: 5.004_55: OS/2 patches again 16159 Date: Sat, 13 Dec 1997 18:05:55 -0500 (EST) 16160 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16161 Branch: perl 16162 ! perl.h 16163____________________________________________________________________________ 16164[ 369] By: mbeattie on 1997/12/17 10:59:40 16165 Log: Fix typo in compiler B/C.pm. 16166 Branch: perlext 16167 ! Compiler/B/C.pm 16168____________________________________________________________________________ 16169[ 368] By: mbeattie on 1997/12/17 10:58:35 16170 Log: Allow "perldoc -F filename": 16171 Subject: 5.004_55: Patch to perldoc 16172 Date: Thu, 11 Dec 1997 19:37:00 -0500 (EST) 16173 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16174 Branch: perl 16175 ! utils/perldoc.PL 16176____________________________________________________________________________ 16177[ 367] By: mbeattie on 1997/12/17 10:54:47 16178 Log: Fix not-reached warning for pp_threadsv. 16179 Branch: perl 16180 ! pp.c 16181____________________________________________________________________________ 16182[ 366] By: nick on 1997/12/14 16:06:24 16183 Log: Fix typo in Ilya's patch :-( 16184 Branch: ansiperl 16185 ! lib/ExtUtils/MakeMaker.pm 16186____________________________________________________________________________ 16187[ 365] By: nick on 1997/12/14 15:30:25 16188 Log: #undef new PERLVARIC macro in appropriate places 16189 Branch: ansiperl 16190 ! miniperlmain.c perl.h 16191____________________________________________________________________________ 16192[ 364] By: nick on 1997/12/14 15:04:36 16193 Log: Ilya's MakeMaker (empty makefile) patch 16194 Branch: ansiperl 16195 ! lib/ExtUtils/MakeMaker.pm 16196____________________________________________________________________________ 16197[ 363] By: gsar on 1997/12/13 05:57:13 16198 Log: Integrate mainline. Builds and passes (Borland). 16199 Branch: win32/perl 16200 !> Configure README.threads config_h.SH doop.c embed.h 16201 !> ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh 16202 !> hints/irix_6.sh op.c op.h perl.h perlvars.h pp_hot.c pp_sys.c 16203 !> sv.c sv.h thread.h util.c 16204____________________________________________________________________________ 16205[ 362] By: nick on 1997/12/13 02:53:03 16206 Log: Resolve ansiperl against mainline 16207 Branch: ansiperl 16208 !> (integrate 92 files) 16209____________________________________________________________________________ 16210[ 361] By: mbeattie on 1997/12/12 16:20:38 16211 Log: pp_print and pp_prtf handling of tied file handles used EXTEND 16212 instead of MEXTEND leading to core dumps. This fix needs 16213 propagating back to the maintenance branch. 16214 Branch: perl 16215 ! pp_hot.c pp_sys.c 16216____________________________________________________________________________ 16217[ 360] By: mbeattie on 1997/12/11 15:45:56 16218 Log: Add missing patch to op.c that didn't come across with win32 merge. 16219 Branch: perl 16220 ! op.c 16221____________________________________________________________________________ 16222[ 359] By: mbeattie on 1997/12/11 11:54:41 16223 Log: Stop tr/// from writing to target when only counting. 16224 Branch: perl 16225 ! doop.c op.c op.h 16226____________________________________________________________________________ 16227[ 358] By: mbeattie on 1997/12/10 18:36:26 16228 Log: Fix char*/unsigned char* clashes in util.c:fbm_instr and remove 16229 a few extraneous trailing semicolons in perlvars.h. 16230 Branch: perl 16231 ! perlvars.h util.c 16232____________________________________________________________________________ 16233[ 357] By: mbeattie on 1997/12/10 18:33:53 16234 Log: Start overhauling compiler. It was working at least minimally 16235 right up until the final tweak of B.xs to add threadsv_names 16236 at which point building it provokes a seg fault in perl while 16237 doing the xsubpp :-(. 16238 Branch: perl 16239 ! op.h util.c 16240 Branch: perlext 16241 ! Compiler/B.pm Compiler/B.xs Compiler/B/Asmdata.pm 16242 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/Makefile.PL 16243 ! Compiler/bytecode.pl Compiler/byteperl.c Compiler/byterun.c 16244 ! Compiler/byterun.h Compiler/cc_harness Compiler/cc_runtime.h 16245 ! Compiler/ccop.c Compiler/ccop.h Compiler/test_harness 16246 ! Compiler/test_harness_cc 16247____________________________________________________________________________ 16248[ 356] By: mbeattie on 1997/12/10 13:43:32 16249 Log: Fix perl_os_thread typedef for pthreads. Tweak SvTAINT so that 16250 sv_setfoo functions go back to not needing dTHR. Fix Configure 16251 to check for already-existing -thread on archname and to check 16252 better for d_pthread_created_joinable. 16253 Branch: perl 16254 ! Configure perl.h sv.c sv.h thread.h 16255____________________________________________________________________________ 16256[ 355] By: mbeattie on 1997/12/10 10:53:58 16257 Log: Minor fix/speedup to util.c:fbm_instr: 16258 Subject: 5.004_55: Minor regexp patch 16259 Date: Fri, 5 Dec 1997 05:09:54 -0500 (EST) 16260 From: Ilya Zakharevich <ilya@MATH.OHIO-STATE.EDU> 16261 Branch: perl 16262 ! util.c 16263____________________________________________________________________________ 16264[ 354] By: mbeattie on 1997/12/10 10:41:25 16265 Log: Patches for IRIX, AIX and some generic stuff: 16266 Subject: [PATCH] _55: Mostly AIX stuff but also IRIX and generic 16267 Date: Sat, 29 Nov 1997 08:35:30 -0800 (PST) 16268 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com> 16269 (checked/ignored a few rejects; tweaked wording). 16270 Branch: perl 16271 ! Configure README.threads config_h.SH embed.h 16272 ! ext/DynaLoader/dl_aix.xs global.sym hints/aix.sh 16273 ! hints/irix_6.sh 16274____________________________________________________________________________ 16275[ 353] By: mbeattie on 1997/12/10 10:10:19 16276 Log: Integrate win32 back into mainline (trivial). 16277 Branch: perl 16278 +> embedvar.h intrpvar.h perlvars.h thrdvar.h win32/config.gc 16279 +> win32/config_H.gc 16280 !> (integrate 36 files) 16281____________________________________________________________________________ 16282[ 352] By: nick on 1997/12/09 17:36:45 16283 Log: Resolve win32 - Sarathy's tweak. 16284 Branch: ansiperl 16285 !> win32/makedef.pl 16286____________________________________________________________________________ 16287[ 351] By: gsar on 1997/12/08 06:13:04 16288 Log: re-add PERLVARI?C? change that somehow went missing in makedef.pl 16289 Branch: win32/perl 16290 ! win32/makedef.pl 16291____________________________________________________________________________ 16292[ 350] By: nick on 1997/12/05 00:56:03 16293 Log: Resolve ansiperl against win32 16294 Branch: ansiperl 16295 - win32/makegcc.mk 16296 !> embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h 16297 !> perlvars.h win32/Makefile win32/config.gc win32/makedef.pl 16298 !> win32/makefile.mk win32/perllib.c win32/win32.h 16299____________________________________________________________________________ 16300[ 349] By: gsar on 1997/12/02 07:28:23 16301 Log: Revert to keeping (some) constant strings as globals 16302 Branch: win32/perl 16303 ! embed.h embed.pl embedvar.h global.sym miniperlmain.c perl.h 16304 ! perlvars.h win32/makedef.pl win32/perllib.c 16305____________________________________________________________________________ 16306[ 348] By: gsar on 1997/12/02 05:38:06 16307 Log: makegcc.mk merged into makefile.mk, so makegcc.mk is gone. 16308 Other minor fixes. Now is a good time to get the changes in win32 branch. 16309 Branch: win32/perl 16310 - win32/makegcc.mk 16311 ! win32/Makefile win32/config.gc win32/makefile.mk win32/win32.h 16312____________________________________________________________________________ 16313[ 347] By: gsar on 1997/12/02 03:32:55 16314 Log: Integrate winansi again. Result builds and passes all tests on all 16315 three compilers. 16316 Branch: win32/perl 16317 !> lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk 16318 !> win32/makegcc.mk win32/win32.h 16319____________________________________________________________________________ 16320[ 346] By: gsar on 1997/12/02 03:28:23 16321 Log: various hacks to get mingw32 to build. Sync Makefile with makefile.mk. 16322 makegcc.mk to be merged into makefile.mk soon. 16323 Branch: win32/perl 16324 ! lib/ExtUtils/MM_Win32.pm win32/Makefile win32/config.gc 16325 ! win32/makedef.pl win32/makefile.mk win32/makegcc.mk 16326 ! win32/win32.h 16327____________________________________________________________________________ 16328[ 345] By: nick on 1997/12/02 01:57:17 16329 Log: Add a 4th step (yes FOUR) to dll build process for gcc. 16330 Now runs again... 16331 Branch: ansiperl 16332 ! lib/ExtUtils/MM_Win32.pm 16333____________________________________________________________________________ 16334[ 344] By: nick on 1997/12/02 01:11:16 16335 Log: Sarathy's patch 16336 Branch: ansiperl 16337 ! lib/ExtUtils/MM_Win32.pm win32/config.gc win32/makefile.mk 16338 ! win32/makegcc.mk win32/win32.h 16339____________________________________________________________________________ 16340[ 343] By: gsar on 1997/12/01 04:37:06 16341 Log: Reverse integrate to get all of Nick's changes over at winansi (win32/perl/* 16342 is identical to ansiperl/* now) 16343 Branch: win32/perl 16344 +> embedvar.h intrpvar.h perlvars.h thrdvar.h 16345 !> (integrate 34 files) 16346____________________________________________________________________________ 16347[ 342] By: nick on 1997/12/01 04:01:57 16348 Log: Builds and passes all tests with gcc on Win32 - phew! 16349 Branch: ansiperl 16350 ! embed.h embedvar.h ext/Opcode/Opcode.xs global.sym perl.h 16351 ! proto.h util.c win32/makedef.pl 16352____________________________________________________________________________ 16353[ 341] By: nick on 1997/12/01 02:54:29 16354 Log: Create a struct for all perls globals (as an option) 16355 Mainly for Mingw32 which cannot import data. 16356 Now only Opcode tests fail (op_desc/op_name not 16357 handled yet stuff) 16358 Branch: ansiperl 16359 ! EXTERN.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs 16360 ! global.sym miniperlmain.c perl.c perl.h perlvars.h pp_hot.c 16361 ! proto.h run.c util.c win32/Makefile win32/makedef.pl 16362 ! win32/makegcc.mk win32/perllib.c win32/win32.c win32/win32.h 16363 ! win32/win32iop.h win32/win32thread.c 16364____________________________________________________________________________ 16365[ 340] By: nick on 1997/11/30 20:21:10 16366 Log: Fixup exports in non -DDEBUGGING case 16367 Branch: ansiperl 16368 ! win32/makedef.pl 16369____________________________________________________________________________ 16370[ 339] By: nick on 1997/11/30 20:10:04 16371 Log: Disable hard-coded -DDEBUGGING 16372 Branch: ansiperl 16373 ! win32/config_h.PL 16374____________________________________________________________________________ 16375[ 338] By: nick on 1997/11/30 20:00:19 16376 Log: embed.pl now reads *var*.h to do its stuff. 16377 Split generated embed.h into two - new embedvar.h 16378 is #included when 'op' etc. will not mess up proto.h etc. 16379 Removed #define foo (thr->Tfoo) from thread.h 16380 Added some 'missing' symbols to global.sym, removed 16381 those in the *var*.h files 16382 Has build all MULTIPLICITY/USE_THREADS options on win32 16383 with VC++ (and passed tests), but not with exactly this set 16384 of files. 16385 Branch: ansiperl 16386 + embedvar.h 16387 ! embed.h embed.pl global.sym interp.sym intrpvar.h perl.h 16388 ! perlvars.h regcomp.c thrdvar.h thread.h win32/Makefile 16389 ! win32/makedef.pl 16390____________________________________________________________________________ 16391[ 337] By: nick on 1997/11/29 23:55:31 16392 Log: Globals and structs via macros - part 1 of N 16393 - introduce perlvars.h intrpvar.h and thrdvar.h 16394 - change perl.h and thread.h to include them with 16395 appropriate macros defined 16396 - result is status-quo but with macros 16397 - next step is to tweak embed.* to capitalize on 16398 new easy-to-find info. 16399 Branch: ansiperl 16400 + intrpvar.h perlvars.h thrdvar.h 16401 ! perl.h thread.h win32/Makefile 16402____________________________________________________________________________ 16403[ 336] By: nick on 1997/11/29 19:13:55 16404 Log: VC++ default to threaded 16405 Branch: ansiperl 16406 ! win32/Makefile 16407____________________________________________________________________________ 16408[ 335] By: nick on 1997/11/29 18:38:26 16409 Log: Avoid __declspec(thread) by default, for both scratch 16410 return areas and THR stuff. Use struct thread intern instead. 16411 Branch: ansiperl 16412 ! win32/win32.c win32/win32.h win32/win32sck.c 16413 ! win32/win32thread.c win32/win32thread.h 16414____________________________________________________________________________ 16415[ 334] By: nick on 1997/11/29 17:49:04 16416 Log: Non-threaded build fix 16417 Branch: ansiperl 16418 ! win32/win32thread.c 16419____________________________________________________________________________ 16420[ 333] By: nick on 1997/11/29 17:29:07 16421 Log: Sort out malloc_mutex for perl's malloc 16422 Remove BINCOMPAT3 from embed.pl 16423 Add dependancy to CORE_H for PERL95_OBJ 16424 Branch: ansiperl 16425 ! dosish.h embed.h embed.pl global.sym perl.h win32/Makefile 16426 ! win32/win32.c 16427____________________________________________________________________________ 16428[ 332] By: nick on 1997/11/29 16:21:01 16429 Log: Integrate win32 into ansiperl 16430 Branch: ansiperl 16431 !> README.threads hints/irix_6.sh lib/Test/Harness.pm 16432 !> lib/perl5db.pl malloc.c miniperlmain.c perl.h sv.c t/TEST 16433 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t 16434 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t 16435 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t 16436 !> win32/perllib.c 16437____________________________________________________________________________ 16438[ 331] By: nick on 1997/11/29 01:35:45 16439 Log: GCC + Threads on Win32 - best gcc results yet 16440 Branch: ansiperl 16441 ! XSUB.h perl.h thread.h win32/makedef.pl win32/makegcc.mk 16442 ! win32/win32.h win32/win32iop.h win32/win32thread.c 16443 ! win32/win32thread.h 16444____________________________________________________________________________ 16445[ 330] By: nick on 1997/11/28 23:05:08 16446 Log: Un-botch gcc workround 16447 Branch: ansiperl 16448 ! XSUB.h 16449____________________________________________________________________________ 16450[ 329] By: nick on 1997/11/28 22:39:39 16451 Log: Builds completely with Mingw32, dynamic loaded extensions 16452 don't work yet - suspect __declspec() non-implemented issues. 16453 Branch: ansiperl 16454 ! XSUB.h lib/ExtUtils/Command.pm lib/ExtUtils/MM_Win32.pm 16455 ! lib/ExtUtils/Mksymlists.pm win32/config.gc win32/makegcc.mk 16456 ! win32/runperl.c win32/win32.c win32/win32iop.h 16457____________________________________________________________________________ 16458[ 328] By: gsar on 1997/11/28 05:48:15 16459 Log: integrate winansi. 16460 Branch: win32/perl 16461 +> win32/config.gc win32/config_H.gc win32/makegcc.mk 16462 ! perl.h 16463 !> dosish.h hv.c win32/dl_win32.xs win32/include/sys/socket.h 16464 !> win32/makedef.pl win32/makefile.mk win32/runperl.c 16465 !> win32/win32.c win32/win32.h win32/win32iop.h win32/win32sck.c 16466____________________________________________________________________________ 16467[ 327] By: gsar on 1997/11/28 05:38:48 16468 Log: Integrate mainline. 16469 Branch: win32/perl 16470 !> README.threads hints/irix_6.sh lib/Test/Harness.pm 16471 !> lib/perl5db.pl malloc.c miniperlmain.c sv.c t/TEST 16472 !> t/lib/anydbm.t t/lib/db-btree.t t/lib/db-hash.t 16473 !> t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t 16474 !> t/lib/safe2.t t/lib/sdbm.t t/op/pat.t t/op/taint.t 16475 !> win32/perllib.c 16476____________________________________________________________________________ 16477[ 326] By: nick on 1997/11/27 19:13:36 16478 Log: GCC builds perl.dll and perl.exe on Win32 16479 Branch: ansiperl 16480 ! win32/makedef.pl win32/makegcc.mk 16481____________________________________________________________________________ 16482[ 325] By: nick on 1997/11/27 17:46:30 16483 Log: Add files and tweak others to get 'native' Mingw32 gcc port as 16484 far as building miniperl and perl.dll (but not import lib yet) 16485 Seems to lack popen()/pclose() and fcloseall() and fflushall(). 16486 Also only CRTDLL not MCRTDLL so threading is probably not 16487 possible yet. 16488 Had to mess with win32iop.h's placement as we need __attribute__ 16489 to get STDCALL, and #define of printf messes up proto.h 16490 Branch: ansiperl 16491 + win32/config.gc win32/config_H.gc win32/makegcc.mk 16492 ! dosish.h perl.h win32/dl_win32.xs win32/include/sys/socket.h 16493 ! win32/makefile.mk win32/runperl.c win32/win32.c win32/win32.h 16494 ! win32/win32iop.h win32/win32sck.c 16495____________________________________________________________________________ 16496[ 324] By: mbeattie on 1997/11/27 17:08:06 16497 Log: Give dire warnings about the IRIX 6.2 kernel panic. 16498 Branch: perl 16499 ! README.threads hints/irix_6.sh 16500____________________________________________________________________________ 16501[ 323] By: mbeattie on 1997/11/27 16:57:33 16502 Log: Fix prototypes of sv_vsetpvfn and sv_vcatpvfn: 16503 Subject: Re: ANNOUNCE: perl 5.004_55 is available 16504 Date: 27 Nov 1997 17:18:53 +0100 16505 From: koenig@kulturbox.de (Andreas J. Koenig) 16506 Branch: perl 16507 ! sv.c 16508____________________________________________________________________________ 16509[ 322] By: mbeattie on 1997/11/27 16:12:15 16510 Log: Integrate win32 branch back into mainline. 16511 Branch: perl 16512 !> (integrate 42 files) 16513____________________________________________________________________________ 16514[ 321] By: mbeattie on 1997/11/27 15:06:36 16515 Log: Fix t/lib/safe2.t for SunOS 4.1.3: 16516 Subject: Re: ANNOUNCE: perl 5.004_55 is available 16517 Date: Thu, 27 Nov 1997 10:46:42 +0000 (GMT) 16518 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 16519 Branch: perl 16520 ! t/lib/safe2.t 16521____________________________________________________________________________ 16522[ 320] By: mbeattie on 1997/11/27 15:02:59 16523 Log: Fix MYMALLOC (wrong #define in malloc.c): 16524 Subject: 5.004_55: MYMALLOC completely busted 16525 Date: Thu, 27 Nov 1997 01:08:16 -0500 (EST) 16526 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16527 Branch: perl 16528 ! malloc.c 16529____________________________________________________________________________ 16530[ 319] By: mbeattie on 1997/11/27 15:01:37 16531 Log: Fix newSVrv so sv_setref_foo work better: 16532 Subject: [PATCH] [5.004_55] newSVrv (again) 16533 Date: Thu, 27 Nov 1997 00:25:50 -0500 16534 From: Owen Taylor <owt1@cornell.edu> 16535 Branch: perl 16536 ! sv.c 16537____________________________________________________________________________ 16538[ 318] By: mbeattie on 1997/11/27 14:59:03 16539 Log: Output skipped test information in test suite: 16540 Subject: 5.004_55: Making test harness platform_aware 16541 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST) 16542 Date: Wed, 26 Nov 1997 17:16:55 -0500 (EST) 16543 Branch: perl 16544 ! lib/Test/Harness.pm t/TEST t/lib/anydbm.t t/lib/db-btree.t 16545 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t 16546 ! t/lib/odbm.t t/lib/sdbm.t t/op/taint.t 16547____________________________________________________________________________ 16548[ 317] By: mbeattie on 1997/11/27 14:55:15 16549 Log: Add 'W'atch command to debugger and improve help: 16550 Subject: 5.004_55: Debugger patch again 16551 Date: Wed, 26 Nov 1997 17:05:57 -0500 (EST) 16552 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16553 Branch: perl 16554 ! lib/perl5db.pl 16555____________________________________________________________________________ 16556[ 316] By: mbeattie on 1997/11/27 14:52:44 16557 Log: Stop double initialisation of malloc_mutex: 16558 Subject: 5.004_55: Double initialiazation of malloc_mutex 16559 Date: Wed, 26 Nov 1997 16:51:43 -0500 (EST) 16560 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16561 Branch: perl 16562 ! miniperlmain.c win32/perllib.c 16563____________________________________________________________________________ 16564[ 315] By: mbeattie on 1997/11/27 14:48:58 16565 Log: Fix PVLV case in sv_setsv (plus tests in op/pat.t). 16566 Branch: perl 16567 ! sv.c t/op/pat.t 16568____________________________________________________________________________ 16569[ 314] By: nick on 1997/11/27 01:03:19 16570 Log: Merge win32 and ansiperl branches post _55 tweaks from Sarathy. 16571 Branch: ansiperl 16572 !> (integrate 897 files) 16573____________________________________________________________________________ 16574[ 313] By: gsar on 1997/11/26 03:20:55 16575 Log: merge win32-aware installperl in ansiperl branch. 16576 Branch: win32/perl 16577 !> installperl 16578____________________________________________________________________________ 16579[ 312] By: gsar on 1997/11/26 01:50:37 16580 Log: Fix for C<sort 'foo'...> bug: 16581 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16582 Message-Id: <199711011946.OAA18882@aatma.engin.umich.edu> 16583 Subject: [PATCH] Re: Sort grammar bug 16584 Date: Sat, 01 Nov 1997 14:46:35 -0500 16585 ------ 16586 From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 16587 Message-Id: <199711021247.MAA01743@crypt.compulink.co.uk> 16588 Subject: Re: Sort grammar bug 16589 Date: Sun, 02 Nov 1997 12:47:51 +0000 16590 Branch: win32/perl 16591 ! t/op/sort.t toke.c 16592____________________________________________________________________________ 16593[ 311] By: nick on 1997/11/26 01:42:50 16594 Log: Win32-ize installperl 16595 Branch: ansiperl 16596 ! installperl 16597____________________________________________________________________________ 16598[ 310] By: gsar on 1997/11/26 01:36:39 16599 Log: Another trivial patch: 16600 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16601 Message-Id: <199710300245.VAA04244@aatma.engin.umich.edu> 16602 Subject: [PATCH] Re: Why doesn't XSRETURN have STMT_START/STMT_END brackets? 16603 Date: Wed, 29 Oct 1997 21:45:26 -0500 16604 Branch: win32/perl 16605 ! XSUB.h 16606____________________________________________________________________________ 16607[ 309] By: nick on 1997/11/26 01:33:32 16608 Log: Fixup _55 for Win32: 16609 Missed thread :-> perl_thread changes 16610 Two #define THR (not the same) 16611 K&R style func in hv.c 16612 Branch: ansiperl 16613 ! hv.c win32/win32thread.c win32/win32thread.h 16614____________________________________________________________________________ 16615[ 308] By: gsar on 1997/11/26 01:30:21 16616 Log: Sync yet another patch (this one manually edited): 16617 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16618 Message-Id: <199710290251.VAA14362@aatma.engin.umich.edu> 16619 Subject: [PATCH] Re: local($@) gives core dump 16620 Date: Tue, 28 Oct 1997 21:51:25 -0500 16621 Branch: win32/perl 16622 ! pp_ctl.c 16623____________________________________________________________________________ 16624[ 307] By: gsar on 1997/11/26 01:22:10 16625 Log: Sync another change from local repository. 16626 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16627 Message-Id: <199710290316.WAA15888@aatma.engin.umich.edu> 16628 Subject: Re: do_postponed breaks with multiple interpreters 16629 Date: Tue, 28 Oct 1997 22:16:13 -0500 16630 Branch: win32/perl 16631 ! op.c 16632____________________________________________________________________________ 16633[ 306] By: gsar on 1997/11/26 01:17:46 16634 Log: Sync a change from local repository. 16635 From: Gurusamy Sarathy <gsar@engin.umich.edu> 16636 Message-Id: <199710290106.UAA11485@aatma.engin.umich.edu> 16637 Subject: [PATCH] Re: Core dump from using sockets w/ system or open(pipe) or "`" 16638 Date: Tue, 28 Oct 1997 20:06:06 -0500 16639 Branch: win32/perl 16640 ! mg.c 16641____________________________________________________________________________ 16642[ 305] By: nick on 1997/11/26 00:50:10 16643 Log: Integrate mainline as of _55 16644 Branch: ansiperl 16645 +> emacs/ptags 16646 !> (integrate 36 files) 16647____________________________________________________________________________ 16648[ 304] By: gsar on 1997/11/26 00:27:57 16649 Log: Various changes to make it build cleanly and pass all tests: 16650 - needed to run `perl embed.pl` 16651 - use PERL_CORE instead of PERLDLL in places that do mean PERL_CORE 16652 - fix prototypes for a few declarations (Borland is finally quiet) 16653 - move declaration of Mymalloc etc to perl.h (since win32 and other 16654 ports may #define malloc themselves, to let extensions bind to 16655 the version that perl used) 16656 - move struct reg_data into a public header file, since it is 16657 referenced in a public datatype 16658 - win32 makefile fixes 16659 - fix remaining s/thread/perl_thread/ 16660 Branch: win32/perl 16661 ! EXTERN.h embed.h ext/DynaLoader/dlutils.c 16662 ! ext/SDBM_File/sdbm/sdbm.h hv.c perl.h proto.h regcomp.h 16663 ! regexp.h win32/Makefile win32/dl_win32.xs win32/makefile.mk 16664 ! win32/win32.h win32/win32iop.h win32/win32thread.c 16665____________________________________________________________________________ 16666[ 303] By: gsar on 1997/11/25 20:57:31 16667 Log: Fixup the places where the automatic merge got it wrong. 16668 Previous change (#302) was just a normal integration--ignore the 16669 "reverse" in there. 16670 Branch: win32/perl 16671 ! op.c perl.h 16672____________________________________________________________________________ 16673[ 302] By: gsar on 1997/11/25 20:32:12 16674 Log: reverse integrate mainline 16675 Branch: win32/perl 16676 +> emacs/ptags 16677 !> (integrate 896 files) 16678 16679---------------- 16680Version 5.004_55 16681---------------- 16682 16683____________________________________________________________________________ 16684[ 301] By: mbeattie on 1997/11/25 17:59:53 16685 Log: Fix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55. 16686 Branch: perl 16687 ! hv.c pp_ctl.c 16688____________________________________________________________________________ 16689[ 300] By: mbeattie on 1997/11/25 16:29:36 16690 Log: Add t/avhv.t to MANIFEST and bump patchlevel.h to 55. 16691 Branch: perl 16692 ! MANIFEST patchlevel.h 16693____________________________________________________________________________ 16694[ 299] By: mbeattie on 1997/11/25 15:59:16 16695 Log: Move malloc_mutex initialisation/destruction: 16696 Subject: patch to 5.004_54 for pthreads with Perl's malloc 16697 From: ilya@math.ohio-state.edu (Ilya Zakharevich) 16698 Branch: perl 16699 ! malloc.c os2/os2.c os2/os2ish.h perl.c perl.h plan9/plan9ish.h 16700 ! unixish.h vms/vmsish.h 16701____________________________________________________________________________ 16702[ 298] By: mbeattie on 1997/11/25 15:49:22 16703 Log: Make hv_ functions cope better with 'm'-magic: 16704 Subject: [5.004_54] Another neglected patch 16705 Date: Fri, 21 Nov 1997 22:28:17 -0500 16706 From: Owen Taylor <owt1@cornell.edu> 16707 Branch: perl 16708 ! hv.c 16709____________________________________________________________________________ 16710[ 297] By: mbeattie on 1997/11/25 15:47:36 16711 Log: Fix typo in Thread.xs. 16712 Branch: perl 16713 ! ext/Thread/Thread.xs 16714____________________________________________________________________________ 16715[ 296] By: mbeattie on 1997/11/25 15:42:07 16716 Log: Integrate from ansi branch to mainline. 16717 Branch: perl 16718 !> (integrate 890 files) 16719____________________________________________________________________________ 16720[ 295] By: mbeattie on 1997/11/25 14:29:31 16721 Log: AIX patch for DynaLoader/dl_aix.xs and hints/aix.sh: 16722 Subject: Re: _54 on AIX 16723 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST) 16724 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com> 16725 Branch: perl 16726 ! ext/DynaLoader/dl_aix.xs 16727____________________________________________________________________________ 16728[ 294] By: mbeattie on 1997/11/25 14:29:10 16729 Log: AIX patch for hints/aix.sh: 16730 Subject: Re: _54 on AIX 16731 Date: Tue, 25 Nov 1997 00:49:52 -0800 (PST) 16732 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com> 16733 Branch: perl 16734 ! hints/aix.sh 16735____________________________________________________________________________ 16736[ 291] By: mbeattie on 1997/11/25 14:17:05 16737 Log: Fix scalar dereference of threadsv variables (e.g. $$_). 16738 Branch: perl 16739 ! op.c op.h 16740____________________________________________________________________________ 16741[ 290] By: mbeattie on 1997/11/25 14:16:29 16742 Log: AIX patch (including Configure support for {sched,pthread}_yield, 16743 pthread initial detach state, renaming perl_thread to perl_os_thread 16744 and struct thread to struct perl_thread): 16745 Subject: Re: _54 on AIX 16746 Date: Thu, 20 Nov 1997 06:10:51 -0800 (PST) 16747 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com> 16748 Branch: perl 16749 ! Configure config_h.SH cv.h ext/DB_File/DB_File.xs 16750 ! ext/Thread/Makefile.PL ext/Thread/Thread.pm 16751 ! ext/Thread/Thread.xs fakethr.h hints/aix.sh perl.c perl.h pp.h 16752 ! proto.h sv.h thread.h util.c win32/win32thread.c 16753 ! win32/win32thread.h 16754____________________________________________________________________________ 16755[ 289] By: mbeattie on 1997/11/25 12:33:02 16756 Log: Rename perl_thread to perl_os_thread. 16757 Branch: perl 16758 ! fakethr.h thread.h util.c win32/win32thread.h 16759____________________________________________________________________________ 16760[ 288] By: mbeattie on 1997/11/25 12:27:35 16761 Log: Remove bincompat3 support: 16762 Subject: Re: ANNOUNCE: perl5.004_54 is available 16763 Date: Wed, 19 Nov 1997 08:07:10 -0800 (PST) 16764 From: Jarkko Hietaniemi <jarkko.hietaniemi@research.nokia.com> 16765 Branch: perl 16766 ! Configure INSTALL embed.h global.sym malloc.c 16767____________________________________________________________________________ 16768[ 287] By: mbeattie on 1997/11/25 12:23:50 16769 Log: Emacs/tags update: 16770 Subject: Emacs/tags update for 5.004_54 16771 Date: Fri, 21 Nov 1997 15:02:09 -0500 (EST) 16772 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16773 Branch: perl 16774 + emacs/ptags 16775 ! MANIFEST Makefile.SH emacs/cperl-mode.el 16776____________________________________________________________________________ 16777[ 286] By: nick on 1997/11/23 23:03:56 16778 Log: Add $$_ test 16779 Branch: ansiperl 16780 ! t/op/ref.t 16781____________________________________________________________________________ 16782[ 285] By: gsar on 1997/11/23 08:26:00 16783 Log: Initial reverse integration of winansi branch. 16784 Branch: win32/perl 16785 !> (integrate 50 files) 16786____________________________________________________________________________ 16787[ 284] By: gsar on 1997/11/23 07:32:24 16788 Log: Add to docs about the BEGIN { shift } feature. Make the change 16789 yet simpler using CvUNIQUE(compcv) instead of subline (Chip's idea). 16790 Branch: win32/perl 16791 ! op.c perly.c perly.y pod/perlfunc.pod vms/perly_c.vms 16792____________________________________________________________________________ 16793[ 283] By: nick on 1997/11/22 21:29:30 16794 Log: Duplicate perl_threadsv 16795 Branch: ansiperl 16796 ! global.sym 16797____________________________________________________________________________ 16798[ 282] By: nick on 1997/11/22 21:18:11 16799 Log: Munge pseudo-Configure stuff to add -thread to archname as 16800 Malcolm seems to think that is way to test for threads. 16801 Update @INC stuffing hackery to have traditional @INC 16802 search order archlib, privlib, sitearch, site. 16803 Branch: ansiperl 16804 ! t/lib/english.t win32/config.bc win32/config_H.bc 16805 ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL 16806 ! win32/makefile.mk win32/win32.c win32/win32.h 16807____________________________________________________________________________ 16808[ 281] By: nick on 1997/11/22 19:28:21 16809 Log: Builds and passes all but english.t on win32 VC++ 16810 Branch: ansiperl 16811 ! global.sym pp_ctl.c win32/Makefile win32/config.vc 16812 ! win32/config_H.vc win32/win32thread.h 16813____________________________________________________________________________ 16814[ 280] By: nick on 1997/11/22 18:10:50 16815 Log: ansiperl builds with Borland C++ again 16816 Branch: ansiperl 16817 ! pp_ctl.c regcomp.c regcomp.h regexec.c toke.c util.c 16818 ! win32/config.bc win32/config_H.bc win32/perlglob.c 16819 ! win32/win32.c win32/win32.h 16820____________________________________________________________________________ 16821[ 279] By: nick on 1997/11/22 16:42:51 16822 Log: Resolve ansiperl against mainline 16823 Branch: ansiperl 16824 !> embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c 16825 !> perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h 16826 !> t/lib/english.t thread.h toke.c util.c 16827____________________________________________________________________________ 16828[ 278] By: nick on 1997/11/22 16:30:27 16829 Log: Resolve ansiperl against win32 16830 Branch: ansiperl 16831 !> (integrate 55 files) 16832____________________________________________________________________________ 16833[ 277] By: gsar on 1997/11/22 09:48:02 16834 Log: - shift() inside BEGIN|END|INIT now shifts @ARGV instead of @_ 16835 - added a test for the above 16836 - fixed up perly.c.diff and vms/perl_c.vms for above and added the 16837 ansification hunks 16838 Branch: win32/perl 16839 ! op.c perly.c perly.c.diff perly.y t/op/misc.t vms/perly_c.vms 16840____________________________________________________________________________ 16841[ 276] By: gsar on 1997/11/22 07:24:01 16842 Log: Generic change in win32 branch: don't just turn on CRIPPLED_CC 16843 when USE_THREADS. GCC for instance, can do without macros that use 16844 globals. Instead, selectively re#define only those macros 16845 that use globals to their functional equivalents. Tests 100% on 16846 Solaris/gcc (after `chmod +x t/op/nothread.t t/lib/thread.t` (hint,hint)). 16847 Branch: win32/perl 16848 ! perl.h sv.h 16849____________________________________________________________________________ 16850[ 275] By: gsar on 1997/11/22 05:27:04 16851 Log: Integrate mainline. 16852 Branch: win32/perl 16853 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t 16854 - lib/Class/Fields.pm lib/ISA.pm 16855 !> (integrate 41 files) 16856____________________________________________________________________________ 16857[ 274] By: mbeattie on 1997/11/21 18:28:22 16858 Log: $_ is now per-thread (rather a lot of changes). Only tested under 16859 *-linux-thread at the moment. 16860 Branch: perl 16861 ! embed.h ext/Thread/Thread.xs global.sym op.c op.h perl.c 16862 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.c scope.h 16863 ! t/lib/english.t thread.h toke.c util.c 16864____________________________________________________________________________ 16865[ 273] By: mbeattie on 1997/11/21 10:31:29 16866 Log: Filter patch to toke.c: 16867 Subject: Tiny core patch for source filters 16868 Date: Thu, 20 Nov 1997 23:12:09 +0000 (GMT) 16869 From: pmarquess@bfsec.bt.co.uk (Paul Marquess) 16870 Branch: perl 16871 ! toke.c 16872____________________________________________________________________________ 16873[ 272] By: nick on 1997/11/21 00:54:43 16874 Log: Basic integrate of lastest perl into ansiperl 16875 Branch: ansiperl 16876 +> ext/Thread/die.t ext/Thread/die2.t t/op/avhv.t 16877 - lib/Class/Fields.pm lib/ISA.pm 16878 ! win32/win32.c win32/win32.h 16879 !> (integrate 57 files) 16880____________________________________________________________________________ 16881[ 271] By: mbeattie on 1997/11/20 12:12:00 16882 Log: Initial stab at IRIX configuration support for threading. Manually 16883 applied parts of following patches: 16884 Subject: Perl 5.004_54 on IRIX 16885 Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET) 16886 From: Jarkko Hietaniemi <jhi@iki.fi> 16887 Subject: Re: Perl 5.004_54 on IRIX 16888 Date: 19 Nov 1997 17:10:17 -0800 16889 From: Scott Henry <scotth@sgi.com> 16890 Branch: perl 16891 ! README.threads hints/irix_6.sh hints/irix_6_0.sh 16892 ! hints/irix_6_1.sh perl.h 16893____________________________________________________________________________ 16894[ 270] By: mbeattie on 1997/11/19 17:45:37 16895 Log: The new jumbo regexp stuff did SSPUSHINT on a char* instead of 16896 SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it, 16897 also fixed two instances of referring to SVs after destruction. 16898 Branch: perl 16899 ! regcomp.c regexec.c 16900____________________________________________________________________________ 16901[ 269] By: mbeattie on 1997/11/19 15:33:23 16902 Log: avhv_keys under Digital UNIX made avhv.t fail because *keysp was 16903 changed by mg_get(*keysp) (!). Introducing a new local variable 16904 fixed it but I don't know if it's a compiler problem or some 16905 other corruption happening elsewhere. 16906 Branch: perl 16907 ! av.c 16908____________________________________________________________________________ 16909[ 268] By: mbeattie on 1997/11/19 11:39:49 16910 Log: Let Configure sort out get{host,net}byaddr* prototypes: 16911 Subject: [PATCH] 5.004_54: little something for 16912 get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c) 16913 Date: Tue, 18 Nov 1997 19:08:19 +0200 (EET) 16914 From: Jarkko Hietaniemi <jhi@iki.fi> 16915 Branch: perl 16916 ! Configure config_h.SH pp_sys.c 16917____________________________________________________________________________ 16918[ 267] By: mbeattie on 1997/11/19 11:04:15 16919 Log: Jumbo regexp patch applied (with minor fix-up tweaks): 16920 Subject: Version 7 of Jumbo RE patch available 16921 Date: Sun, 16 Nov 1997 00:29:39 -0500 (EST) 16922 From: Ilya Zakharevich <ilya@math.ohio-state.edu> 16923 Branch: perl 16924 ! MANIFEST dump.c embed.h global.sym mg.c op.c op.h perl.c 16925 ! perl.h pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c 16926 ! regcomp.h regexec.c regexp.h sv.c t/op/misc.t t/op/pat.t 16927 ! t/op/re_tests t/op/regexp.t t/op/split.t t/op/subst.t toke.c 16928 ! util.c 16929____________________________________________________________________________ 16930[ 266] By: mbeattie on 1997/11/18 17:26:09 16931 Log: Separate avhv_foo() key handling into avhv_keys(). Slightly tweaked 16932 version of patch: 16933 Subject: tie fake hash patch for 5.004_54 16934 Date: Sat, 15 Nov 1997 19:18:30 -0500 16935 From: Joshua Pritikin <pritikin@mindspring.com> 16936 Branch: perl 16937 + t/op/avhv.t 16938 ! av.c embed.h global.sym proto.h 16939____________________________________________________________________________ 16940[ 265] By: mbeattie on 1997/11/18 16:51:04 16941 Log: Bring MANIFEST up to date. Add new thread tests. 16942 Branch: perl 16943 + ext/Thread/die.t ext/Thread/die2.t 16944 ! MANIFEST 16945____________________________________________________________________________ 16946[ 264] By: mbeattie on 1997/11/18 16:41:27 16947 Log: magic_setisa enhanced to update %FIELDS automatically when @ISA 16948 is assigned to. Added tests to t/op/array.t. magic_setisa now 16949 warns about including non-existent packages in @ISA when -w is on. 16950 Branch: perl 16951 - lib/Class/Fields.pm lib/ISA.pm 16952 ! mg.c t/op/array.t 16953____________________________________________________________________________ 16954[ 263] By: mbeattie on 1997/11/18 16:38:57 16955 Log: Fix typo in win32 -> mainline integration. 16956 Branch: perl 16957 ! perl.h 16958____________________________________________________________________________ 16959[ 262] By: mbeattie on 1997/11/18 11:56:09 16960 Log: Integrate win32 branch back into mainline. 16961 Branch: perl 16962 - win32/win32io.c win32/win32io.h 16963 ! op.c 16964 !> (integrate 30 files) 16965____________________________________________________________________________ 16966[ 261] By: gsar on 1997/11/18 00:14:02 16967 Log: Export our own FD_SET() et al to complete sockets-as-handles pretense. 16968 Branch: win32/perl 16969 ! win32/config.bc win32/config.vc win32/config_H.bc 16970 ! win32/config_H.vc win32/include/sys/socket.h win32/win32sck.c 16971____________________________________________________________________________ 16972[ 260] By: nick on 1997/11/16 23:16:16 16973 Log: Generic file changes for MYMALLOC 16974 Branch: ansiperl 16975 ! miniperlmain.c perl.c 16976____________________________________________________________________________ 16977[ 259] By: nick on 1997/11/16 23:14:36 16978 Log: MYMALLOC for Win32: 16979 1. Initialize malloc_mutex before it is used (all platforms!) 16980 2. Adjust #ifdef muddle to allow MYMALLOC and win32_ to coexist 16981 3. Tweak win32/config*.* to define MYMALLOC 16982 4. Provide sbrk() in terms of VirtualAlloc(). 16983 16984 Also fixup -MT (perl95) build to handle Perl_current_thread 16985 via call to DLL (as though an extension). 16986 Branch: ansiperl 16987 ! win32/Makefile win32/config.bc win32/config.vc 16988 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl 16989 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h 16990 ! win32/win32iop.h win32/win32thread.h 16991____________________________________________________________________________ 16992[ 258] By: nick on 1997/11/15 20:42:28 16993 Log: Implement dTHR via __declspec(thread) - part 2 16994 Branch: ansiperl 16995 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h 16996____________________________________________________________________________ 16997[ 257] By: nick on 1997/11/15 19:52:53 16998 Log: Use __declspec(thread) var rather tha TslAlloc & co. 16999 Branch: ansiperl 17000 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h 17001____________________________________________________________________________ 17002[ 256] By: gsar on 1997/11/15 02:58:09 17003 Log: Add #include guard in Thread.xs so it will build even under 17004 no USE_THREADS (for win32). This was missed because of edit 17005 w/o checkout perforce kludge. 17006 Branch: win32/perl 17007 ! ext/Thread/Thread.xs 17008____________________________________________________________________________ 17009[ 255] By: nick on 1997/11/15 00:33:46 17010 Log: Integrate mainline (5.004_54?) into ansiperl 17011 Branch: ansiperl 17012 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs 17013 !> ext/Thread/Thread/Specific.pm ext/Thread/join.t 17014 !> ext/Thread/specific.t global.sym lib/fields.pm mg.c op.c 17015 !> perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h scope.c 17016 !> t/io/pipe.t t/lib/io_pipe.t t/op/magic.t thread.h 17017____________________________________________________________________________ 17018[ 254] By: nick on 1997/11/15 00:25:26 17019 Log: Interate win32 into ansiperl 17020 Branch: ansiperl 17021 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t 17022 +> lib/fields.pm 17023 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs 17024 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c 17025 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t 17026 !> t/op/magic.t thread.h win32/Makefile win32/config.bc 17027 !> win32/config.vc win32/config_sh.PL win32/makefile.mk 17028____________________________________________________________________________ 17029[ 253] By: gsar on 1997/11/14 22:04:58 17030 Log: Integrate mainline changes into win32 branch. Now would be a good time 17031 to reverse integrate the win32 branch into mainline. 17032 Branch: win32/perl 17033 +> ext/Thread/Thread/Specific.pm ext/Thread/specific.t 17034 +> lib/fields.pm 17035 !> MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs 17036 !> ext/Thread/join.t global.sym mg.c op.c perl.c perl.h pp_ctl.c 17037 !> pp_hot.c pp_sys.c proto.h scope.c t/io/pipe.t t/lib/io_pipe.t 17038 !> t/op/magic.t thread.h 17039 17040---------------- 17041Version 5.004_54 17042---------------- 17043 17044____________________________________________________________________________ 17045[ 252] By: mbeattie on 1997/11/14 15:07:19 17046 Log: Two more delays added to test suite to help *-solaris-thread. 17047 Branch: perl 17048 ! t/io/pipe.t t/lib/io_pipe.t 17049____________________________________________________________________________ 17050[ 251] By: mbeattie on 1997/11/14 15:05:57 17051 Log: Remove stale code from Thread.xs. 17052 Branch: perl 17053 ! ext/Thread/Thread.xs 17054____________________________________________________________________________ 17055[ 250] By: mbeattie on 1997/11/14 10:12:40 17056 Log: Add delay to signal handling in t/op/magic.t. (Solaris with pthreads 17057 doesn't run handlers for self-sent signals until kill has returned.) 17058 Branch: perl 17059 ! t/op/magic.t 17060____________________________________________________________________________ 17061[ 249] By: gsar on 1997/11/14 05:14:44 17062 Log: Fix various details in win32 makefiles and Config.pm setup. 17063 - ldflags is set for both compilers now 17064 - extensions list is now correct 17065 - delete perl95.exe on distclean 17066 - cf_time now gets updated (once) 17067 - ccdlflags is set for Borland 17068 - fix startperl so dprofpp works 17069 Branch: win32/perl 17070 ! win32/Makefile win32/config.bc win32/config.vc 17071 ! win32/config_sh.PL win32/makefile.mk 17072____________________________________________________________________________ 17073[ 248] By: mbeattie on 1997/11/13 18:01:27 17074 Log: Rewrite thread return code to distinguish between ordinary return 17075 and die() and make join propagate the die. Add tiny method eval 17076 which just does "return eval { shift->join; }". Add Thread::Specific 17077 class for access to thread specific user data along with specific.t. 17078 Rename Class to classname throughout Thread.xs for consistency. 17079 Fix pp_specific to pp_threadsv in global.sym. Add support to 17080 pp_entersub in pp_hot.c to lock stash for static locked methods. 17081 Branch: perl 17082 + ext/Thread/Thread/Specific.pm ext/Thread/specific.t 17083 + lib/fields.pm 17084 ! MANIFEST embed.h ext/Thread/Thread.pm ext/Thread/Thread.xs 17085 ! ext/Thread/join.t global.sym mg.c pp_hot.c thread.h 17086____________________________________________________________________________ 17087[ 247] By: mbeattie on 1997/11/13 14:13:30 17088 Log: Change CONTEXT to PERL_CONTEXT throughout source (since the #define 17089 to avoid the Digital UNIX clash no longer works). Changed the #ifdef 17090 in pp_sys.c for whether getnet* function get protoyped (since the 17091 default had a broken prototype for getnetbyaddr). 17092 Branch: perl 17093 ! mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c pp_sys.c proto.h 17094 ! scope.c thread.h 17095____________________________________________________________________________ 17096[ 246] By: nick on 1997/11/13 02:44:40 17097 Log: Integrate Win32 branch 17098 Branch: ansiperl 17099 - configure ext/util/extliblist win32/bin/pl2bat.bat 17100 - win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat 17101 - win32/config.H win32/config.w32 win32/win32io.c 17102 - win32/win32io.h 17103 !> (integrate 905 files) 17104____________________________________________________________________________ 17105[ 245] By: nick on 1997/11/13 00:47:54 17106 Log: Integrate (-ay) win32 branch at its creation to 17107 establish and ancestor as per perkforce technote #9 17108 Branch: ansiperl 17109 +> configure ext/util/extliblist win32/bin/pl2bat.bat 17110 +> win32/bin/search.bat win32/bin/test.bat win32/bin/webget.bat 17111 +> win32/config.H win32/config.w32 17112 !> (integrate 859 files) 17113____________________________________________________________________________ 17114[ 244] By: gsar on 1997/11/12 22:26:39 17115 Log: More cleanups of win32/win32*.[ch] files. win32/win32iop.h now 17116 contains the all the declarations and macros for the win32io layer. 17117 New std-ish functions are exported now. All win32-specific exported 17118 functions begin with "win32_" consistently. win32 version of 17119 init_os_extras() is now exported, so embedders can get the in-core 17120 xsubs. 17121 Branch: win32/perl 17122 ! dosish.h win32/makedef.pl win32/win32.c win32/win32.h 17123 ! win32/win32iop.h win32/win32sck.c 17124____________________________________________________________________________ 17125[ 243] By: gsar on 1997/11/12 07:41:52 17126 Log: Really delete deleted files. 17127 Branch: win32/perl 17128 - win32/win32io.c win32/win32io.h 17129____________________________________________________________________________ 17130[ 242] By: gsar on 1997/11/12 07:40:54 17131 Log: Egregious IOsubsystem code excised. Phew, what a relief! Two 17132 files (win32/win32io.[ch]) completely removed, as are all traces 17133 of them in makefiles and MANIFEST. RunPerl() retains the void* arg 17134 for later. Various myfoo() things regularized to my_foo(). CPP not 17135 required anymore to create a perl binary :) 17136 Branch: win32/perl 17137 ! MANIFEST win32/Makefile win32/makedef.pl win32/makefile.mk 17138 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h 17139 ! win32/win32io.c win32/win32io.h win32/win32iop.h 17140 ! win32/win32sck.c 17141____________________________________________________________________________ 17142[ 241] By: gsar on 1997/11/12 05:31:28 17143 Log: Fix various win32 code blemishes: 17144 - s/stolen/win32/g 17145 - s/(CROAK|WARN)/lc($1)/eg 17146 - remove deadcode from most places 17147 Branch: win32/perl 17148 ! win32/makedef.pl win32/win32.c win32/win32io.c 17149 ! win32/win32iop.h 17150____________________________________________________________________________ 17151[ 240] By: gsar on 1997/11/12 04:36:29 17152 Log: Carry over changes in ansiperl branch. Win32 branch is now 17153 the leading edge. 17154 Branch: win32/perl 17155 ! embed.h global.sym perl.c win32/win32thread.c 17156 ! win32/win32thread.h 17157____________________________________________________________________________ 17158[ 239] By: gsar on 1997/11/12 03:39:57 17159 Log: Add missing win32_closesocket() and export it (extension writers' complaint). 17160 Branch: win32/perl 17161 ! win32/include/sys/socket.h win32/makedef.pl win32/win32sck.c 17162____________________________________________________________________________ 17163[ 238] By: gsar on 1997/11/12 03:25:17 17164 Log: Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be 17165 done cleaner, if really needed (perhaps only for efficiency reasons?)). 17166 Redundant EXTERN_C definitions and related warnings fixed. 17167 Branch: win32/perl 17168 ! miniperlmain.c perl.h win32/perllib.c win32/win32io.c 17169 ! win32/win32iop.h win32/win32sck.c 17170____________________________________________________________________________ 17171[ 237] By: nick on 1997/11/12 02:45:15 17172 Log: Fixup Win32 17173 - #undef start_env before re-#defining it 17174 - change pp_specific pp_threadsv in global.sym 17175 - re-build embed.h 17176 - avoid HAVE_THREAD_INTERN - we don't and empty struct 17177 is a pain. If we did have it it would contain cached 17178 values of things we can only get at _IN_ the thread 17179 so new_struct_thread is wrong place to call it. 17180 - add new macro SET_THREAD_SELF - we must (in main thread) 17181 define in win32thread.h, support in win32thread.c, 17182 test and call in perl.c 17183 Branch: ansiperl 17184 ! embed.h global.sym perl.c thread.h win32/win32thread.c 17185 ! win32/win32thread.h 17186____________________________________________________________________________ 17187[ 236] By: nick on 1997/11/12 01:54:23 17188 Log: Integrate mainline after it integrated us. 17189 Accepted 'theirs' everywhere - so two branches should 17190 now point to same files again. 17191 Almost all of these were what was suggested, others were 17192 whitespace diffs. A few dubious spots which we will now 17193 go fix. 17194 Branch: ansiperl 17195 !> embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs 17196 !> ext/Opcode/Opcode.pm ext/Thread/Thread.xs interp.sym mg.c op.c 17197 !> opcode.h opcode.pl perl.c perl.h pp.c pp_ctl.c pp_sys.c t/TEST 17198 !> t/lib/safe2.t t/lib/thread.t t/op/nothread.t thread.h toke.c 17199 !> util.c 17200____________________________________________________________________________ 17201[ 235] By: gsar on 1997/11/12 01:22:26 17202 Log: Minor tweaks to add a thread_intern struct that should ultimately 17203 contain all the win32-specific statics. 17204 Win32 branch now passes all tests with or w/o USE_THREADS. 17205 Branch: win32/perl 17206 ! embed.h perl.c win32/win32thread.c win32/win32thread.h 17207____________________________________________________________________________ 17208[ 234] By: gsar on 1997/11/11 23:08:54 17209 Log: Initial (untested) integration of mainline changes. 17210 Branch: win32/perl 17211 - configure 17212 !> (integrate 89 files) 17213____________________________________________________________________________ 17214[ 233] By: mbeattie on 1997/11/11 18:07:30 17215 Log: Typo in thread.h: ADD_THREAD_INTERN should be HAVE_THREAD_INTERN 17216 Branch: perl 17217 ! thread.h 17218____________________________________________________________________________ 17219[ 232] By: mbeattie on 1997/11/11 17:49:12 17220 Log: t/TEST (reverted to @229 version) should have been included in the 17221 previous change (231) but my way of recovering it didn't work 17222 properly. The change 231 comments about successful tests applies 17223 to this t/TEST (i.e. as of this change). 17224 Branch: perl 17225 ! t/TEST 17226____________________________________________________________________________ 17227[ 231] By: mbeattie on 1997/11/11 17:46:59 17228 Log: Fix up ansiperl integration. Back to passing all expected tests 17229 with usethreads. Untested with non-threaded perl. 17230 Branch: perl 17231 ! embed.h ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs 17232 ! perl.c perl.h pp.c t/lib/thread.t t/op/nothread.t util.c 17233____________________________________________________________________________ 17234[ 230] By: mbeattie on 1997/11/11 16:36:22 17235 Log: Initial integration of ansi branch into mainline (untested). 17236 Branch: perl 17237 +> t/lib/thread.t t/op/nothread.t thread.sym 17238 - configure 17239 !> (integrate 84 files) 17240____________________________________________________________________________ 17241[ 229] By: mbeattie on 1997/11/11 15:20:43 17242 Log: Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when 17243 getting per-thread magicals. Fixed thr->errsv initialisation. 17244 Branch: perl 17245 ! ext/Opcode/Opcode.pm op.c opcode.h opcode.pl perl.c pp.c 17246 ! t/lib/safe2.t toke.c 17247____________________________________________________________________________ 17248[ 228] By: mbeattie on 1997/11/11 12:48:26 17249 Log: Fix up $@ (ERRSV now refers to GvSV(errgv) for non-threaded perl and 17250 thr->errsv for threaded perl). Fix pp_tie and pp_dbmopen to use 17251 GvCV(gv) instead of gv so AUTOLOAD stuff works. All tests now pass 17252 again for non-threaded perl. Enhanced perl_get_sv to return 17253 per-thread magicals where necessary for threaded perl. 17254 Branch: perl 17255 ! embed.h ext/Thread/Thread.xs interp.sym mg.c op.c perl.c 17256 ! perl.h pp_ctl.c pp_sys.c thread.h toke.c util.c 17257____________________________________________________________________________ 17258[ 227] By: mbeattie on 1997/11/11 11:00:02 17259 Log: hashlock bug. 17260 17261 Jobs fixed ... 17262 17263 hashlock fixed on 1997/11/11 by mbeattie@localhost 17264 17265 Subject: [perl5.004_53; patch] Another hash-locking fix 17266 Date: 23 Oct 1997 14:13:55 -0400 17267 From: Owen Taylor <owt1@cornell.edu> 17268 Branch: bugs 17269 + hashlock 17270____________________________________________________________________________ 17271[ 226] By: gsar on 1997/11/11 02:11:23 17272 Log: Slightly more refined lock() keyword recognition (using %INC). 17273 Branch: win32/perl 17274 ! toke.c 17275____________________________________________________________________________ 17276[ 225] By: gsar on 1997/11/11 00:26:09 17277 Log: "weak" lock keyword (hardcoded initial implementation) now works. 17278 if not defined(&Thread::join) and defined(&__PACKAGE__::lock), 'lock' 17279 is recognized as a sub, a regular keyword otherwise. Could be 17280 generalized by storing a flag for every op in OP struct, and turning 17281 the flag off when Thread.xs loads. 17282 Branch: win32/perl 17283 ! toke.c 17284____________________________________________________________________________ 17285[ 224] By: gsar on 1997/11/10 22:59:55 17286 Log: Merge a patch in preparation for "weak keywords": 17287 From: Gurusamy Sarathy <gsar@engin.umich.edu> 17288 Message-Id: <199710080618.CAA23899@aatma.engin.umich.edu> 17289 Subject: [PATCH] global overrides for keywords 17290 Date: Wed, 08 Oct 1997 02:18:23 -0400 17291 Branch: win32/perl 17292 ! embed.h interp.sym perl.c perl.h toke.c 17293____________________________________________________________________________ 17294[ 223] By: gsar on 1997/11/10 22:41:31 17295 Log: Remove runlevel. It was used to count how many runops() calls 17296 we were in the process of executing, and longjmp() to the topmost 17297 one (if not already there). We use a null top_env->je_prev 17298 to distinguish that now. 17299 Branch: win32/perl 17300 ! embed.h interp.sym perl.h pp_ctl.c run.c thread.h util.c 17301____________________________________________________________________________ 17302[ 222] By: gsar on 1997/11/10 04:47:48 17303 Log: Win32 branch now contains all non-ansification changes in ansiperl branch. 17304 USE_THREADS case builds and passes all tests using both compilers. 17305 Additional tweaks: 17306 - fixup win32/makedef.pl to skip more symbols for non-thread build. 17307 - sync win32/Makefile with win32/makefile.mk 17308 >>>Non-thread build fails a lot of tests.<<< 17309 Branch: win32/perl 17310 + thread.sym 17311 ! MANIFEST ext/Thread/Thread.xs perl.c perl.h pp_sys.c sv.c 17312 ! util.c win32/Makefile win32/config.bc win32/config_H.bc 17313 ! win32/makedef.pl win32/makefile.mk 17314____________________________________________________________________________ 17315[ 221] By: gsar on 1997/11/10 00:57:53 17316 Log: Initial (untested) merge of all non-ansi changes on ansiperl branch 17317 into win32 branch. 17318 Branch: win32/perl 17319 + t/lib/thread.t t/op/nothread.t 17320 ! MANIFEST embed.h ext/Opcode/Opcode.pm global.sym interp.sym 17321 ! perl.c proto.h sv.h t/lib/english.t t/op/misc.t thread.h 17322 ! util.c win32/Makefile win32/config.bc win32/config.vc 17323 ! win32/config_H.bc win32/config_H.vc win32/makedef.pl 17324 ! win32/makefile.mk win32/win32.c win32/win32.h win32/win32io.c 17325 ! win32/win32io.h win32/win32iop.h win32/win32sck.c 17326 ! win32/win32thread.c win32/win32thread.h 17327____________________________________________________________________________ 17328[ 220] By: gsar on 1997/11/09 22:44:41 17329 Log: Integrate latest mainline into win32 branch. 17330 Branch: win32/perl 17331 +> win32/win32thread.c win32/win32thread.h 17332 !> (integrate 39 files) 17333____________________________________________________________________________ 17334[ 219] By: nick on 1997/11/09 21:46:06 17335 Log: Conditionalize english.t, 17336 Enhance times() for NT, 17337 (Failed) attempt to implement alarm(), 17338 Fixed config.h dependancy in makefile.mk 17339 Branch: ansiperl 17340 ! t/lib/english.t win32/config.bc win32/config_H.bc 17341 ! win32/makefile.mk win32/win32.c 17342____________________________________________________________________________ 17343[ 218] By: nick on 1997/11/09 15:38:00 17344 Log: Dick Hardt's patch for build on Alpha 17345 Branch: ansiperl 17346 ! win32/Makefile 17347____________________________________________________________________________ 17348[ 217] By: nick on 1997/11/09 03:31:20 17349 Log: MakeMaker not in vofig noise fix for dmake 17350 Branch: ansiperl 17351 ! win32/config.bc win32/makefile.mk 17352____________________________________________________________________________ 17353[ 216] By: nick on 1997/11/09 03:15:06 17354 Log: Fix 'anydbm.t' - if the gv is passed 1st call to inherited 17355 TIEHASH works, but 2nd call (after db is closed, attempt 17356 to reopen) tries to AUTOLOAD TIEHASH rather than using 17357 cached value. 17358 Branch: ansiperl 17359 ! pp_sys.c 17360____________________________________________________________________________ 17361[ 215] By: nick on 1997/11/08 16:41:24 17362 Log: Cleanup MakeMaker 'not in config' noise 17363 Branch: ansiperl 17364 ! win32/Makefile win32/config.vc 17365____________________________________________________________________________ 17366[ 214] By: nick on 1997/11/08 15:07:24 17367 Log: Remove 'configure' leaving configure.gnu and Configure 17368 Win32 ignores case and keeps trying to update 17369 repository copy of 'configure' or 'Configure' with 17370 the other. 17371 Branch: ansiperl 17372 - configure 17373 ! MANIFEST 17374____________________________________________________________________________ 17375[ 213] By: nick on 1997/11/08 15:03:39 17376 Log: Get threads working again on Win32 17377 Root cause of fail was init_thread_intern() in 17378 new_struct_thread() (which is called in parent thread) 17379 clobbering dTHR of parent thread. 17380 It is doubtfull if setting 'self' in new_struct_thread() 17381 is 'right' but left in for now. 17382 Branch: ansiperl 17383 ! ext/Thread/Thread.xs perl.c thread.h util.c win32/Makefile 17384 ! win32/win32thread.c win32/win32thread.h 17385____________________________________________________________________________ 17386[ 212] By: nick on 1997/11/08 00:34:03 17387 Log: Add :base_thread to :default in Opcode.pm 17388 This allows lib/safe.t to pass when threaded. 17389 It is unclear if 'lock' should be safe as it allows 17390 denial of service attack, but could not figure out 17391 how to add just 'specific' (sic) to :default 17392 without triggering 'already tagged' warning noise. 17393 Branch: ansiperl 17394 ! ext/Opcode/Opcode.pm win32/makefile.mk 17395____________________________________________________________________________ 17396[ 211] By: nick on 1997/11/07 23:59:31 17397 Log: Merge changes as of 18:00 CST 17398 Branch: ansiperl 17399 !> op.c pp.c pp_sys.c thread.h util.c 17400____________________________________________________________________________ 17401[ 210] By: nick on 1997/11/07 23:52:35 17402 Log: Reverse integrate Malcolm's chanes into local 17403 repository, then import result back into my view 17404 of Malcolm's repository. 17405 Builds and passes (most) tests with GNU C++/Solaris 17406 and Borland C++, Win32. 17407 Branch: ansiperl 17408 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c 17409 ! interp.sym mg.c op.c opcode.h opcode.pl patchlevel.h perl.c 17410 ! perl.h pp.c pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c 17411 ! thread.h toke.c util.c win32/makefile.mk 17412____________________________________________________________________________ 17413[ 209] By: mbeattie on 1997/11/07 18:12:36 17414 Log: Change pp_tie and pp_dbmopen to use perl_call_sv instead of a 17415 DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen 17416 not tested. ofslen now maps to thr->Tofslen in thread.h. Added 17417 missing #ifdef USE_THREADS around some DEBU_L statements in die(). 17418 Building without USE_THREADS fails quite a lot of tests. It looks 17419 as though the move to per-thread magicals must be missing some 17420 #ifdef USE_THREADS. 17421 Branch: perl 17422 ! op.c pp.c pp_sys.c thread.h util.c 17423____________________________________________________________________________ 17424[ 208] By: nick on 1997/11/07 01:37:28 17425 Log: Raw integrate of latest perl 17426 Branch: ansiperl 17427 ! t/TEST 17428 !> README.threads Todo.5.005 embed.h ext/Opcode/Opcode.pm 17429 !> ext/Thread/Thread.xs global.sym gv.c interp.sym op.c op.h 17430 !> perl.c perl.h pp.c pp_ctl.c pp_hot.c proto.h scope.h sv.h 17431 !> thread.h toke.c util.c 17432____________________________________________________________________________ 17433[ 207] By: mbeattie on 1997/11/06 14:58:00 17434 Log: Update README.threads and Todo.5.005. 17435 Branch: perl 17436 ! README.threads Todo.5.005 17437____________________________________________________________________________ 17438[ 206] By: mbeattie on 1997/11/06 14:37:37 17439 Log: Remove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr, FREE_TMPS(). 17440 Branch: perl 17441 ! op.c pp_ctl.c proto.h scope.h 17442____________________________________________________________________________ 17443[ 205] By: mbeattie on 1997/11/06 14:31:38 17444 Log: Per-thread magicals now stored in their own thr->magicals and keyed 17445 more directly. cvcache and oursv become ordinary struct thread 17446 fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks 17447 for 0 again. Main thread initialisation done by new function 17448 init_main_thread instead of (now fixed) new_struct_thread. 17449 17450 Jobs fixed ... 17451 17452 jmpenv fixed on 1997/11/06 by mbeattie@localhost 17453 17454 Subject: [perl5.004_53; patch] eval's and threads 17455 Date: 23 Oct 1997 23:59:19 -0400 17456 From: Owen Taylor <owt1@cornell.edu> 17457 Branch: bugs 17458 + jmpenv 17459 Branch: perl 17460 ! embed.h ext/Thread/Thread.xs global.sym gv.c op.c perl.c 17461 ! pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c util.c 17462____________________________________________________________________________ 17463[ 204] By: mbeattie on 1997/11/05 17:18:18 17464 Log: Per-thread magicals mostly working (and localisable). Now getting 17465 intermittent occasional "Use of uninitialized value" warnings 17466 which may be due to some op flag black magic I've broken. 17467 Branch: perl 17468 ! embed.h ext/Opcode/Opcode.pm ext/Thread/Thread.xs gv.c 17469 ! interp.sym op.c op.h perl.c perl.h pp.c thread.h toke.c util.c 17470____________________________________________________________________________ 17471[ 203] By: nick on 1997/11/05 01:04:10 17472 Log: Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) 17473 Branch: ansiperl 17474 ! XSUB.h doio.c doop.c embed.h ext/SDBM_File/sdbm/sdbm.h 17475 ! ext/Thread/Thread.xs global.sym gv.c hv.c interp.sym mg.c 17476 ! miniperlmain.c op.c op.h opcode.h opcode.pl patchlevel.h 17477 ! perl.c perl.h pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h 17478 ! sv.c sv.h taint.c thread.h toke.c util.c win32/Makefile 17479 ! win32/config.vc win32/config_H.vc win32/makedef.pl 17480 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h 17481 ! win32/win32io.c win32/win32io.h win32/win32iop.h 17482 ! win32/win32sck.c win32/win32thread.h 17483____________________________________________________________________________ 17484[ 202] By: nick on 1997/11/05 00:50:27 17485 Log: Compile(d) at least once with threads on win32 17486 but did not work 17487 Branch: ansiperl 17488 ! embed.h perl.c thread.h 17489____________________________________________________________________________ 17490[ 201] By: nick on 1997/11/05 00:32:13 17491 Log: Trivial integrate 17492 Branch: ansiperl 17493 !> patchlevel.h 17494____________________________________________________________________________ 17495[ 200] By: mbeattie on 1997/11/04 12:06:09 17496 Log: Up patchlevel to 5.004_54 (I missed _53 for the last release). 17497 Branch: perl 17498 ! patchlevel.h 17499____________________________________________________________________________ 17500[ 199] By: nick on 1997/11/01 00:18:52 17501 Log: Integrate mainline @ 18:15 CST 31 Oct 1997 17502 Branch: ansiperl 17503 !> doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c 17504 !> interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c 17505 !> pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c 17506 !> util.c 17507____________________________________________________________________________ 17508[ 198] By: nick on 1997/11/01 00:08:33 17509 Log: win32thread.* not in MANIFEST which has muddled moving 17510 back and forth between depots. 17511 Branch: ansiperl 17512 ! MANIFEST win32/win32thread.c win32/win32thread.h 17513____________________________________________________________________________ 17514[ 197] By: nick on 1997/11/01 00:02:49 17515 Log: Test changes 17516 Branch: ansiperl 17517 + t/lib/thread.t t/op/nothread.t thread.sym 17518 ! MANIFEST 17519____________________________________________________________________________ 17520[ 196] By: nick on 1997/10/31 23:54:01 17521 Log: Further ANSI changes now builds and passes (most) tests 17522 with gcc -x c++. 17523 Branch: ansiperl 17524 ! INTERN.h embed.h ext/DynaLoader/dl_dlopen.xs 17525 ! ext/Fcntl/Fcntl.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs 17526 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs 17527 ! ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/pair.c 17528 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h 17529 ! ext/SDBM_File/sdbm/util.c ext/Socket/Socket.xs 17530 ! ext/Thread/Thread.xs ext/attrs/attrs.xs global.sym perl.h 17531 ! perly.c sv.c t/lib/english.t t/op/misc.t thread.h util.c 17532 ! win32/Makefile win32/makedef.pl win32/makefile.mk x2p/a2p.c 17533 ! x2p/a2p.h x2p/a2py.c x2p/hash.c x2p/str.c x2p/util.c 17534 ! x2p/walk.c 17535____________________________________________________________________________ 17536[ 195] By: mbeattie on 1997/10/31 18:05:31 17537 Log: Half way through moving per-thread magicals into per-thread fields 17538 and the associated new OP_SPECIFIC and find_thread_magical stuff. 17539 perl will compile but plenty of the magicals are still broken. 17540 Branch: perl 17541 ! doop.c embed.h ext/Thread/Thread.xs global.sym gv.c hv.c 17542 ! interp.sym mg.c op.c opcode.h opcode.pl perl.c perl.h pp.c 17543 ! pp_ctl.c pp_sys.c proto.h sv.c sv.h taint.c thread.h toke.c 17544 ! util.c 17545____________________________________________________________________________ 17546[ 194] By: nick on 1997/10/31 01:43:49 17547 Log: Convert miniperl sources to ANSI C. Several passes of 17548 GNU C's 'protoize' plus a few hand edits. 17549 Will compile miniperl with gcc -x c++ (i.e. treat .c a C++ files) 17550 Does not link seems gcc's C++ does not define a symbol for 17551 const char foo[] = "...."; 17552 i.e. with empty []. 17553 Branch: ansiperl 17554 ! av.c deb.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c 17555 ! miniperlmain.c op.c perl.c perl.h perlio.c perly.y pp.c 17556 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c 17557 ! sv.c taint.c toke.c universal.c util.c 17558____________________________________________________________________________ 17559[ 193] By: nick on 1997/10/30 03:00:01 17560 Log: Make the ansi branch 17561 Branch: ansiperl 17562 +> (branch 907 files) 17563____________________________________________________________________________ 17564[ 192] By: nick on 1997/10/30 02:48:17 17565 Log: Oneperl builds with THREADS/THISPTR Borland 17566 Manualy inserted Sarathy's new COND_XXXXX from his mail. 17567 Manual change if Tself -> self as was easier than resolve :-( 17568 Two aTHIS's in op.c 17569 Branch: oneperl 17570 ! embed.h op.c thread.h thread.sym win32/makefile.mk 17571 ! win32/win32thread.h 17572____________________________________________________________________________ 17573[ 191] By: nick on 1997/10/30 01:54:50 17574 Log: Raw resolve of latest sources with oneperl 17575 Branch: oneperl 17576 !> Todo.5.005 ext/Thread/Thread.xs fakethr.h op.c op.h opcode.h 17577 !> opcode.pl perl.c thread.h win32/win32thread.c 17578 !> win32/win32thread.h 17579____________________________________________________________________________ 17580[ 190] By: mbeattie on 1997/10/29 14:39:54 17581 Log: Remove global macro "self". Change thr->Tself to thr->self. 17582 Branch: perl 17583 ! ext/Thread/Thread.xs fakethr.h perl.c thread.h 17584 ! win32/win32thread.c win32/win32thread.h 17585____________________________________________________________________________ 17586[ 189] By: mbeattie on 1997/10/29 12:49:01 17587 Log: Add to Todo: compiler with fake SvCUR in comppad_name entries. 17588 Branch: perl 17589 ! Todo.5.005 17590____________________________________________________________________________ 17591[ 188] By: mbeattie on 1997/10/29 12:45:32 17592 Log: Add pp_lock knowledge to compiler 17593 Branch: perlext 17594 ! Compiler/ccop.c Compiler/ccop.h 17595____________________________________________________________________________ 17596[ 187] By: mbeattie on 1997/10/29 12:45:02 17597 Log: Change peep() to optimise away unneeded rv2av in lval->[] and lval->{} 17598 Branch: perl 17599 ! op.c 17600____________________________________________________________________________ 17601[ 186] By: mbeattie on 1997/10/29 12:43:36 17602 Log: Move compiler OP class information into opcode.pl. 17603 Branch: perl 17604 ! op.h opcode.h opcode.pl 17605____________________________________________________________________________ 17606[ 185] By: nick on 1997/10/26 22:52:05 17607 Log: Split failing test in op/misc.t into op/nothread.t 17608 so all tests can be passed where they apply. 17609 Cleanup other two cases of THREADS/THISPTR. 17610 Conditional compile option for CriticalSection's on Win32 17611 Branch: oneperl 17612 + t/op/nothread.t 17613 ! sv.h t/op/misc.t win32/Makefile win32/makedef.pl 17614 ! win32/win32thread.h 17615____________________________________________________________________________ 17616[ 184] By: nick on 1997/10/26 19:42:00 17617 Log: USE_THISPTR fixes for CRIPPLED_CC (implied by threads) 17618 Branch: oneperl 17619 ! embed.h global.sym proto.h sv.c sv.h toke.c 17620____________________________________________________________________________ 17621[ 183] By: nick on 1997/10/26 18:31:58 17622 Log: Make USE_THREADS imply CRIPPLED_CC. 17623 This avoids most of the uses of 'Sv' and hence many needs of 17624 dTHR in extension code. 17625 With this change Data::Dumper builds as-is 17626 and Tk only needs four tweaks: 17627 1. Obscure dump-stack case which really needs dTHR 17628 2. A curcop in error-message code 17629 3. Two cases of SAVETMPS 17630 4. A curcop == &compiling which is probably not required. 17631 IMHO the SAVETMPS case is only one which merits further automation. 17632 Branch: oneperl 17633 ! embed.h global.sym perl.h sv.c win32/Makefile win32/makedef.pl 17634____________________________________________________________________________ 17635[ 182] By: nick on 1997/10/26 16:31:58 17636 Log: Change dSP to imply dTHR for extension source compatibility 17637 introduce djSP (Declare Just SP) for use in perl sources 17638 and thread-aware extensions. Use latter. 17639 Branch: oneperl 17640 ! XSUB.h doio.c doop.c ext/Thread/Thread.xs gv.c mg.c perl.c 17641 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c 17642____________________________________________________________________________ 17643[ 181] By: nick on 1997/10/26 00:39:57 17644 Log: More tests 17645 Branch: oneperl 17646 ! t/lib/thread.t 17647____________________________________________________________________________ 17648[ 180] By: nick on 1997/10/25 22:18:27 17649 Log: Use return of THREAD_CREATE() - add basic thread test 17650 Branch: oneperl 17651 + t/lib/thread.t 17652 ! ext/Thread/Thread.xs 17653____________________________________________________________________________ 17654[ 179] By: nick on 1997/10/25 21:25:23 17655 Log: Builds with no thread/this 17656 Branch: oneperl 17657 ! ext/Thread/Thread.xs t/lib/english.t win32/makedef.pl 17658 ! win32/win32thread.c 17659____________________________________________________________________________ 17660[ 178] By: nick on 1997/10/25 18:28:03 17661 Log: Cleanup dead #ifdef branch introduced by scruffy merging. 17662 Branch: oneperl 17663 ! perl.c 17664____________________________________________________________________________ 17665[ 177] By: nick on 1997/10/25 18:11:33 17666 Log: Basic integrate of oneperl with threads, passes 17667 tests THISPTR+THREADs - win32/win32thread.* needed 17668 changes (where did they come from)? 17669 Branch: oneperl 17670 ! embed.h ext/Thread/Thread.xs perl.h thread.h win32/Makefile 17671 ! win32/makedef.pl win32/win32thread.c win32/win32thread.h 17672____________________________________________________________________________ 17673[ 176] By: nick on 1997/10/25 17:05:52 17674 Log: Onepel builds THISPTR no threads 17675 Branch: oneperl 17676 ! ext/Thread/Thread.xs thread.h win32/makedef.pl 17677____________________________________________________________________________ 17678[ 175] By: nick on 1997/10/25 16:40:10 17679 Log: Integrate oneperl with new style JOIN etc. macros 17680 Branch: oneperl 17681 +> win32/win32thread.c win32/win32thread.h 17682 !> Todo.5.005 ext/POSIX/POSIX.xs ext/Thread/Thread.xs fakethr.h 17683 !> global.sym gv.c hv.c mg.c op.c opcode.h opcode.pl perl.c 17684 !> perl.h pp.c pp_hot.c sv.h thread.h vms/descrip.mms 17685 !> vms/gen_shrfls.pl vms/vms.c vms/vmsish.h win32/Makefile 17686 !> win32/makefile.mk 17687____________________________________________________________________________ 17688[ 174] By: mbeattie on 1997/10/24 17:14:00 17689 Log: Remove xcv_condp CV field which is no longer used. 17690 Branch: perl 17691 ! sv.h 17692____________________________________________________________________________ 17693[ 173] By: mbeattie on 1997/10/24 14:36:09 17694 Log: Patches for VMS [Dan Sugalski] 17695 Branch: bugs 17696 + vms2 17697 Branch: perl 17698 ! ext/POSIX/POSIX.xs vms/descrip.mms vms/gen_shrfls.pl vms/vms.c 17699 ! vms/vmsish.h 17700____________________________________________________________________________ 17701[ 172] By: mbeattie on 1997/10/24 13:50:59 17702 Log: Improve internal threading API. Introduce win32/win32thread.[ch] 17703 to use new API and patch win32 makefile stuff a little. 17704 Branch: perl 17705 + win32/win32thread.c win32/win32thread.h 17706 ! Todo.5.005 ext/Thread/Thread.xs fakethr.h global.sym gv.c hv.c 17707 ! perl.c perl.h thread.h win32/Makefile win32/makefile.mk 17708____________________________________________________________________________ 17709[ 171] By: mbeattie on 1997/10/23 14:00:27 17710 Log: Fix pp_hot.c:get_db_sub core dump when perl debugger used. 17711 17712 Jobs fixed ... 17713 17714 get_db_sub fixed on 1997/10/23 by mbeattie@squash 17715 17716 Subject: [perl5.004_53] Debugger crash (patch) 17717 Date: Thu, 16 Oct 1997 22:03:09 -0400 17718 From: Owen Taylor <owt1@cornell.edu> 17719 Branch: bugs 17720 + get_db_sub 17721 Branch: perl 17722 ! pp_hot.c 17723____________________________________________________________________________ 17724[ 170] By: mbeattie on 1997/10/23 09:22:40 17725 Log: Fix refcounts for lock/magic_mutexfree. Make OP_LOCK auto-ref 17726 its argument using ck_rfun as OP_DEFINED. Make pp_lock return 17727 a ref to its argument for AV, HV, CV. 17728 Branch: perl 17729 ! mg.c op.c opcode.h opcode.pl pp.c pp_hot.c 17730____________________________________________________________________________ 17731[ 169] By: gsar on 1997/10/21 03:49:25 17732 Log: With these fixes, oneperl builds THISPTR && THREADS under both win32 compilers: 17733 - Fixup static functions that were missing aTHIS. 17734 - s/extern/EXT/ in dTHR macro, or Borland CC croaks. 17735 - Removed static functions from global.sym. 17736 - Typo in perl.h. 17737 - Additions to makefile.mk. 17738 Branch: oneperl 17739 ! embed.h embed.pl global.sym op.c perl.h pp_ctl.c toke.c 17740 ! win32/makefile.mk 17741____________________________________________________________________________ 17742[ 168] By: nick on 1997/10/20 02:47:18 17743 Log: Passes expected tests with -DUSE_THREADS with/without -DUSE_THISPTR 17744 Branch: oneperl 17745 ! embed.h ext/Thread/Thread.xs mg.c pp.c pp_hot.c proto.h 17746 ! scope.h thread.h 17747____________________________________________________________________________ 17748[ 167] By: nick on 1997/10/20 01:03:00 17749 Log: Add missing aTHIS in cast 17750 Branch: oneperl 17751 ! win32/dl_win32.xs 17752____________________________________________________________________________ 17753[ 166] By: nick on 1997/10/20 00:44:42 17754 Log: Builds and passes test with -DUSE_THISPTR 17755 Branch: oneperl 17756 ! ext/Thread/Thread.xs win32/Makefile win32/makedef.pl 17757 ! win32/perllib.c 17758____________________________________________________________________________ 17759[ 165] By: nick on 1997/10/19 21:45:36 17760 Log: Oneperl runs miniperl with THISPTR (Win32 threading patch included) 17761 Branch: oneperl 17762 ! embed.h ext/Thread/Thread.xs global.sym interp.sym perl.c 17763 ! perl.h t/TEST thread.h win32/Makefile win32/makedef.pl 17764 ! win32/makefile.mk win32/perllib.c 17765____________________________________________________________________________ 17766[ 164] By: nick on 1997/10/19 20:09:13 17767 Log: oneperl compiles (but fails) with -DUSE_THISPTR 17768 Branch: oneperl 17769 ! av.c embed.h mg.c perl.c perl.h pp.c pp_ctl.c pp_hot.c 17770 ! pp_sys.c proto.h regexec.c sv.c thread.h thread.sym util.c 17771 ! win32/win32.c win32/win32.h 17772____________________________________________________________________________ 17773[ 163] By: nick on 1997/10/19 16:46:09 17774 Log: Builds on NT4 without THISPTR or THREADS, passes all tests 17775 Branch: oneperl 17776 ! embed.h perl.h thread.h vars.h 17777____________________________________________________________________________ 17778[ 162] By: nick on 1997/10/19 14:42:16 17779 Log: Dubious merge of oneperl's variable and struct thread 17780 Branch: oneperl 17781 !> perl.h thread.h 17782____________________________________________________________________________ 17783[ 161] By: nick on 1997/10/18 18:05:13 17784 Log: integrate all but perl.h/thread.h 17785 Branch: oneperl 17786 +> Todo.5.005 perlio.sym 17787 !> (integrate 98 files) 17788____________________________________________________________________________ 17789[ 160] By: nick on 1997/10/18 03:49:27 17790 Log: Integrate rest of sub-dirs into oneperl 17791 Branch: oneperl 17792 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README 17793 +> ext/Thread/Thread.pm ext/Thread/Thread.xs 17794 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm 17795 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t 17796 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t 17797 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t 17798 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t 17799 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/newsos4.sh 17800 +> hints/os390.sh 17801 - ext/util/extliblist 17802 !> (integrate 425 files) 17803____________________________________________________________________________ 17804[ 159] By: nick on 1997/10/18 03:20:11 17805 Log: Integrate (accept) t and win32 into oneperl 17806 Branch: oneperl 17807 +> t/lib/dosglob.t win32/bin/pl2bat.pl win32/bin/runperl.pl 17808 +> win32/bin/search.pl win32/bin/webget.pl win32/config.bc 17809 +> win32/config.vc win32/config_H.bc win32/config_H.vc 17810 +> win32/makefile.mk 17811 !> (integrate 188 files) 17812____________________________________________________________________________ 17813[ 158] By: nick on 1997/10/18 03:12:59 17814 Log: Integrate lib/... into oneperl 17815 Branch: oneperl 17816 +> lib/File/DosGlob.pm lib/base.pm lib/chat2.pl 17817 !> (integrate 138 files) 17818____________________________________________________________________________ 17819[ 157] By: nick on 1997/10/18 02:55:53 17820 Log: Make lib/Bundle/CPAN.pm text in oneperl too. 17821 Branch: oneperl 17822 ! lib/Bundle/CPAN.pm 17823____________________________________________________________________________ 17824[ 156] By: nick on 1997/10/18 02:52:44 17825 Log: Make lib/Bundle/CPAN.pm a text file 17826 Branch: perl 17827 ! lib/Bundle/CPAN.pm 17828____________________________________________________________________________ 17829[ 155] By: nick on 1997/10/18 02:33:02 17830 Log: Some weirdness in the intgrate process 17831 Branch: oneperl 17832 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat 17833 - win32/bin/webget.bat win32/config.H win32/config.w32 17834____________________________________________________________________________ 17835[ 153] By: nick on 1997/10/18 02:29:16 17836 Log: Let us try all the pure integrate stuff 17837 Branch: oneperl 17838 !> (integrate 647 files) 17839____________________________________________________________________________ 17840[ 152] By: nick on 1997/10/18 02:13:35 17841 Log: Get more sub directories out of the way. 17842 Branch: oneperl 17843 !> (integrate 92 files) 17844____________________________________________________________________________ 17845[ 151] By: nick on 1997/10/18 02:05:41 17846 Log: Integrate hints 17847 Branch: oneperl 17848 !> (integrate 68 files) 17849____________________________________________________________________________ 17850[ 150] By: nick on 1997/10/18 01:57:20 17851 Log: Try reopening some non-contravertial files 17852 Branch: oneperl 17853 !> x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h 17854 !> x2p/a2p.pod x2p/a2p.y x2p/a2py.c x2p/cflags.SH 17855 !> x2p/find2perl.PL x2p/hash.c x2p/hash.h x2p/proto.h x2p/s2p.PL 17856 !> x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c 17857____________________________________________________________________________ 17858[ 144] By: gsar on 1997/10/16 22:26:07 17859 Log: Merge changes to Thread and add makefile fixups to accomodate Thread 17860 build. Once again, builds and runs all Thread tests using either 17861 compiler. 17862 Branch: win32/perl 17863 ! embed.h ext/Thread/Thread.xs interp.sym perl.c win32/Makefile 17864 ! win32/makefile.mk 17865____________________________________________________________________________ 17866[ 143] By: gsar on 1997/10/16 20:45:58 17867 Log: A quick merge of latest mainline. 17868 Branch: win32/perl 17869 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README 17870 +> ext/Thread/Thread.pm ext/Thread/Thread.xs 17871 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm 17872 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t 17873 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t 17874 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t 17875 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t 17876 +> ext/Thread/unsync3.t ext/Thread/unsync4.t hints/os390.sh 17877 +> lib/base.pm t/lib/dosglob.t 17878 - ext/util/extliblist 17879 !> (integrate 134 files) 17880 17881---------------- 17882Version 5.004_53 17883---------------- 17884 17885____________________________________________________________________________ 17886[ 142] By: mbeattie on 1997/10/16 16:52:55 17887 Log: Add newly moved perl/ext/Thread/... files to MANIFEST. 17888 Branch: perl 17889 ! MANIFEST 17890____________________________________________________________________________ 17891[ 141] By: mbeattie on 1997/10/16 16:42:13 17892 Log: Move perlext/Thread into perl/ext/Thread. 17893 Branch: perl 17894 +> ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/README 17895 +> ext/Thread/Thread.pm ext/Thread/Thread.xs 17896 +> ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm 17897 +> ext/Thread/create.t ext/Thread/io.t ext/Thread/join.t 17898 +> ext/Thread/join2.t ext/Thread/list.t ext/Thread/lock.t 17899 +> ext/Thread/queue.t ext/Thread/sync.t ext/Thread/sync2.t 17900 +> ext/Thread/typemap ext/Thread/unsync.t ext/Thread/unsync2.t 17901 +> ext/Thread/unsync3.t ext/Thread/unsync4.t 17902 ! Configure 17903 Branch: perlext 17904 - Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm 17905 - Thread/Thread.xs Thread/Thread/Queue.pm 17906 - Thread/Thread/Semaphore.pm Thread/create.t Thread/io.t 17907 - Thread/join.t Thread/join2.t Thread/list.t Thread/lock.t 17908 - Thread/queue.t Thread/sync.t Thread/sync2.t Thread/typemap 17909 - Thread/unsync.t Thread/unsync2.t Thread/unsync3.t 17910 - Thread/unsync4.t 17911____________________________________________________________________________ 17912[ 140] By: mbeattie on 1997/10/16 16:26:53 17913 Log: Correct threads_mutex locking in main thread destruction. 17914 Add per-interp thrsv to hold SV struct thread for main thread. 17915 Move Thread.xs MUTEX_DESTROY from end of threadstart to remove_thread. 17916 Add Thread/list.t test of Thread->list method. 17917 Let Thread::Semaphore methods up and down take an extra argument. 17918 Branch: perl 17919 ! embed.h interp.sym perl.c perl.h thread.h 17920 Branch: perlext 17921 + Thread/list.t 17922 ! Thread/Thread.xs Thread/Thread/Semaphore.pm 17923____________________________________________________________________________ 17924[ 139] By: mbeattie on 1997/10/16 14:01:11 17925 Log: Fix up merge with 5.004_04. 17926 Branch: perl 17927 ! op.c perl.c t/lib/dosglob.t 17928____________________________________________________________________________ 17929[ 138] By: TimBunce on 1997/10/16 12:58:22 17930 Log: Fix-up PerForce type for t/lib/dosglob.t from text to xtext 17931 Branch: maint-5.004/perl 17932 ! t/lib/dosglob.t 17933____________________________________________________________________________ 17934[ 137] By: mbeattie on 1997/10/16 11:09:25 17935 Log: Merge maint-5.004 branch (5.004_04) with mainline. 17936 Branch: perl 17937 +> hints/os390.sh lib/base.pm t/lib/dosglob.t 17938 - ext/util/extliblist 17939 !> (integrate 132 files) 17940____________________________________________________________________________ 17941[ 135] By: gsar on 1997/10/15 21:46:05 17942 Log: Win32 changes over 5.004_52: 17943 - rearranged MUTEX_LOCK()s in perl_destroy so that we don't call it 17944 on an already locked mutex. 17945 - other minor tweaks. 17946 Now builds and runs win32-version of Thread_52, passing all tests. 17947 Branch: win32/perl 17948 ! perl.c proto.h thread.h 17949____________________________________________________________________________ 17950[ 134] By: gsar on 1997/10/15 18:19:31 17951 Log: fixup makefile.mk conflict. 17952 Branch: win32/perl 17953 ! win32/makefile.mk 17954____________________________________________________________________________ 17955[ 133] By: gsar on 1997/10/15 18:02:46 17956 Log: Integrated latest changes from mainline into win32. 17957 Branch: win32/perl 17958 +> fakethr.h 17959 !> MANIFEST Porting/makerel Porting/patchls README.threads 17960 !> Todo.5.005 perl.c pp_hot.c thread.h util.c win32/config.bc 17961 !> win32/config.vc win32/config_H.bc win32/config_H.vc 17962 !> win32/makefile.mk 17963 17964---------------- 17965Version 5.004_52 17966---------------- 17967 17968____________________________________________________________________________ 17969[ 132] By: mbeattie on 1997/10/15 17:02:38 17970 Log: Remove out-of-date test Thread/cond.t. 17971 Branch: perlext 17972 - Thread/cond.t 17973____________________________________________________________________________ 17974[ 131] By: mbeattie on 1997/10/15 16:57:45 17975 Log: Finish thread state machine: fixes global destruction of threads, 17976 detaching, joining etc. Alter FAKE_THREADS-specific fields to use 17977 new HAVE_THREAD_INTERN stuff. Updates docs. Various fixes to 17978 Thread.xs. 17979 Branch: perl 17980 ! MANIFEST README.threads Todo.5.005 perl.c util.c 17981 Branch: perlext 17982 ! Thread/Thread.xs Thread/queue.t 17983____________________________________________________________________________ 17984[ 130] By: mbeattie on 1997/10/15 16:55:10 17985 Log: Add HAVE_THREAD_INTERN for platform-dependent struct thread additions. 17986 Fix ThrSETSTATE not to lock t->mutex itself. 17987 Branch: perl 17988 ! fakethr.h thread.h 17989____________________________________________________________________________ 17990[ 129] By: mbeattie on 1997/10/15 16:53:35 17991 Log: Remove stale code from pp_entersub which breaks sub ownership locks. 17992 Branch: perl 17993 ! pp_hot.c 17994____________________________________________________________________________ 17995[ 128] By: TimBunce on 1997/10/15 15:55:26 17996 Log: Maintenance 5.004_04 changes 17997 Branch: maint-5.004/perl 17998 + hints/os390.sh lib/base.pm t/lib/dosglob.t 17999 - ext/util/extliblist 18000 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/makerel 18001 ! Porting/patchls Porting/pumpkin.pod README.vms av.c configpm 18002 ! doop.c eg/sysvipc/ipcsem emacs/cperl-mode.el embed.h 18003 ! ext/DynaLoader/DynaLoader.pm ext/IO/lib/IO/Socket.pm 18004 ! ext/util/make_ext global.sym gv.c hints/bsdos.sh 18005 ! hints/dec_osf.sh hints/dynixptx.sh hints/irix_6.sh 18006 ! hints/linux.sh hints/machten.sh hints/os2.sh hints/qnx.sh hv.c 18007 ! installperl lib/AutoLoader.pm lib/CPAN.pm 18008 ! lib/CPAN/FirstTime.pm lib/Carp.pm lib/Cwd.pm lib/English.pm 18009 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm 18010 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/xsubpp 18011 ! lib/File/DosGlob.pm lib/File/Find.pm lib/FileHandle.pm 18012 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/Math/Complex.pm 18013 ! lib/Sys/Hostname.pm lib/Sys/Syslog.pm lib/Test/Harness.pm 18014 ! lib/Time/Local.pm lib/autouse.pm lib/blib.pm 18015 ! lib/diagnostics.pm lib/getopt.pl lib/perl5db.pl lib/vars.pm 18016 ! makedepend.SH malloc.c mg.c miniperlmain.c myconfig op.c 18017 ! opcode.h os2/Changes os2/OS2/REXX/Makefile.PL 18018 ! os2/OS2/REXX/REXX.pm os2/os2.c patchlevel.h perl.c perl.h 18019 ! perly.c perly.fixer perly.y pod/perl.pod pod/perlapio.pod 18020 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod 18021 ! pod/perlguts.pod pod/perlipc.pod pod/perlop.pod 18022 ! pod/perlrun.pod pod/perlsec.pod pod/perlsub.pod 18023 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod pp.c pp_ctl.c 18024 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c scope.c sv.c 18025 ! t/TEST t/comp/proto.t t/lib/complex.t t/lib/io_sock.t 18026 ! t/lib/io_udp.t t/op/glob.t t/op/method.t t/op/misc.t 18027 ! t/op/ref.t t/op/runlevel.t t/op/split.t t/op/sprintf.t 18028 ! t/op/subst.t t/op/taint.t t/pragma/locale.t taint.c toke.c 18029 ! unixish.h util.c utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL 18030 ! utils/perldoc.PL vms/perly_c.vms vms/vms.c vms/vmsish.h 18031 ! win32/Makefile win32/config_H.bc win32/config_H.vc 18032 ! win32/makefile.mk win32/pod.mak win32/win32.c win32/win32io.c 18033 ! win32/win32sck.c x2p/Makefile.SH x2p/util.c 18034____________________________________________________________________________ 18035[ 127] By: mbeattie on 1997/10/15 10:00:18 18036 Log: Added fakethr.h. 18037 Branch: perl 18038 + fakethr.h 18039____________________________________________________________________________ 18040[ 126] By: mbeattie on 1997/10/15 09:50:57 18041 Log: pthread_condattr_init in thread.h for OLD_PTHREADS_API. 18042 Branch: perl 18043 ! thread.h 18044____________________________________________________________________________ 18045[ 125] By: mbeattie on 1997/10/15 09:09:24 18046 Log: Started rewriting thread state machine. 18047 Branch: perl 18048 ! perl.c thread.h 18049 Branch: perlext 18050 ! Thread/Thread.xs 18051____________________________________________________________________________ 18052[ 124] By: gsar on 1997/10/14 00:23:15 18053 Log: Remove spurious extra MUTEX_LOCK in pp_entersub(). Now builds and passes 18054 tests in win32 version of latest perlext/Thread. 18055 Branch: win32/perl 18056 ! pp_hot.c 18057____________________________________________________________________________ 18058[ 123] By: gsar on 1997/10/13 23:18:38 18059 Log: Initial merge of win32 threads patch. 18060 Branch: win32/perl 18061 ! embed.h global.sym interp.sym perl.c perl.h pp_hot.c thread.h 18062 ! win32/Makefile win32/makedef.pl win32/makefile.mk 18063 ! win32/perllib.c win32/pod.mak win32/win32.h 18064____________________________________________________________________________ 18065[ 122] By: gsar on 1997/10/10 20:58:40 18066 Log: Integrated changes on mainline into the win32 branch. Had to set 18067 P4USER=mbeattie for the resolve step (due to the presence of newly 18068 branched files that had not been submitted?) 18069 Branch: win32/perl 18070 +> Porting/makerel Porting/patchls README.threads Todo.5.005 18071 +> ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs 18072 +> hints/newsos4.sh lib/File/DosGlob.pm lib/chat2.pl perlio.sym 18073 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl 18074 +> win32/bin/webget.pl win32/config.bc win32/config.vc 18075 +> win32/config_H.bc win32/config_H.vc win32/makefile.mk 18076 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat 18077 - win32/bin/webget.bat win32/config.H win32/config.w32 18078 ! thread.h 18079 !> (integrate 858 files) 18080____________________________________________________________________________ 18081[ 121] By: mbeattie on 1997/10/10 17:23:41 18082 Log: Tweak a few Thread tests. 18083 Branch: perlext 18084 + Thread/join2.t 18085 ! Thread/io.t Thread/sync2.t 18086____________________________________________________________________________ 18087[ 120] By: mbeattie on 1997/10/10 17:22:46 18088 Log: Rewrite thread destruction system using linked list of threads. 18089 Still not completely done. Add methods self, equal, flags, list 18090 to Thread.xs. Add Thread_MAGIC_SIGNATURE check to typemap. 18091 Branch: perl 18092 ! perl.c perl.h thread.h 18093 Branch: perlext 18094 ! Thread/Thread.xs Thread/typemap 18095____________________________________________________________________________ 18096[ 119] By: mbeattie on 1997/10/10 17:19:55 18097 Log: Fix up locking/synchronisation for pp_entersub. 18098 Branch: perl 18099 ! pp_hot.c 18100____________________________________________________________________________ 18101[ 118] By: mbeattie on 1997/10/10 09:55:32 18102 Log: Put back entries in MANIFEST for the four now-returned win32/* files 18103 Branch: perl 18104 ! MANIFEST 18105____________________________________________________________________________ 18106[ 117] By: mbeattie on 1997/10/10 08:12:23 18107 Log: Took out mystack_foo for good, fixed up interp.sym and win32/makedef.pl 18108 Branch: perl 18109 ! Todo.5.005 embed.h interp.sym perl.h win32/makedef.pl 18110____________________________________________________________________________ 18111[ 116] By: mbeattie on 1997/10/08 15:41:08 18112 Log: Add missing sig_pipe definition to Thread.xs. 18113 Branch: perlext 18114 ! Thread/Thread.xs 18115____________________________________________________________________________ 18116[ 115] By: mbeattie on 1997/10/08 15:40:46 18117 Log: Fix up 5.004_03 merge: remove missing win32 files from MANIFEST, 18118 add missing dTHR; to new function unwind_handler_stack() in mg.c 18119 and bump patchlevel.h to 5.004_52. 18120 Branch: perl 18121 ! MANIFEST mg.c patchlevel.h 18122____________________________________________________________________________ 18123[ 114] By: mbeattie on 1997/10/08 10:19:27 18124 Log: Merge maint-5.004 branch (5.004_03) with mainline. 18125 MANIFEST is out of sync. 18126 Branch: perl 18127 +> win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl 18128 +> win32/bin/webget.pl 18129 - win32/bin/pl2bat.bat win32/bin/search.bat win32/bin/test.bat 18130 - win32/bin/webget.bat 18131 !> (integrate 168 files) 18132____________________________________________________________________________ 18133[ 113] By: mbeattie on 1997/10/05 17:52:49 18134 Log: Move init of global mutexes/cond vars earlier. 18135 Branch: perl 18136 ! perl.c 18137____________________________________________________________________________ 18138[ 112] By: nick on 1997/10/04 15:25:28 18139 Log: Add perl.sym to MANIFEST 18140 Branch: oneperl 18141 ! MANIFEST 18142____________________________________________________________________________ 18143[ 111] By: nick on 1997/10/04 15:23:37 18144 Log: Missing file 18145 Branch: oneperl 18146 + perl.sym 18147____________________________________________________________________________ 18148[ 110] By: nick on 1997/10/04 13:04:26 18149 Log: Now builds the extensions as well 18150 Passes all tests 18151 Branch: oneperl 18152 ! XSUB.h embed.pl ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs 18153 ! mg.c op.c perl.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c 18154 ! toke.c util.c writemain.SH 18155____________________________________________________________________________ 18156[ 109] By: nick on 1997/10/04 12:02:14 18157 Log: Odd checkin issue 18158 Branch: oneperl 18159 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c 18160 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c 18161 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms 18162 ! vms/perly_h.vms writemain.SH 18163____________________________________________________________________________ 18164[ 108] By: nick on 1997/10/04 11:12:52 18165 Log: Added lots of (missing) prototypes (ckprotos is util to check) 18166 Fixed missing aTHIS flagged by above. 18167 -DUSE_THISPTR passes minitest! 18168 Branch: oneperl 18169 + ckprotos 18170 ! dump.c global.sym gv.c hv.c malloc.c mg.c op.c opcode.h perl.c 18171 ! perly.c perly.c.diff perly.h perly.y pp.c pp_hot.c pp_sys.c 18172 ! proto.h scope.c sv.c toke.c universal.c util.c vms/perly_c.vms 18173 ! vms/perly_h.vms 18174____________________________________________________________________________ 18175[ 107] By: nick on 1997/10/03 22:36:52 18176 Log: .y muddle fixup - will get this sorted oneday ... 18177 Branch: oneperl 18178 ! miniperlmain.c perly.c perly.c.diff perly.h vms/perly_c.vms 18179 ! vms/perly_h.vms 18180____________________________________________________________________________ 18181[ 106] By: mbeattie on 1997/10/03 17:12:33 18182 Log: Remove last traces of "tokenbuf as temp buffer" and removed it 18183 from struct thread. Added missing thr->Tfoo defines for statbuf 18184 and timesbuf and removed unused Tbuf field. 18185 Branch: perl 18186 ! doio.c mg.c perl.c pp_sys.c sv.c thread.h 18187____________________________________________________________________________ 18188[ 105] By: nick on 1997/10/03 15:56:50 18189 Log: dTHIS -> hasTHIS, dTHR -> dTHR; builds without THISPTR with/without USE_THREADS 18190 Branch: oneperl 18191 ! XSUB.h av.c deb.c doio.c doop.c dump.c embed.pl global.sym 18192 ! gv.c hv.c mg.c op.c perl.c perl.h perlio.c perly.c pp.c pp.h 18193 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c 18194 ! sv.c taint.c thread.h toke.c universal.c util.c 18195____________________________________________________________________________ 18196[ 104] By: mbeattie on 1997/10/03 15:23:25 18197 Log: Back out sv_bless3 change which made pp_bless zap '~'-magic. 18198 Branch: perl 18199 ! global.sym pp.c proto.h sv.c 18200____________________________________________________________________________ 18201[ 103] By: mbeattie on 1997/10/03 15:17:39 18202 Log: Fixed sv_mutex locking for new_SV, del_SV and nice_chunks. 18203 Branch: perl 18204 ! av.c hv.c perl.h sv.c 18205____________________________________________________________________________ 18206[ 102] By: mbeattie on 1997/10/03 11:53:51 18207 Log: Reliable thread signal handling. 18208 Branch: perl 18209 ! global.sym mg.c perl.c perl.h 18210 Branch: perlext 18211 ! Thread/Thread.xs 18212____________________________________________________________________________ 18213[ 101] By: nick on 1997/10/02 20:43:17 18214 Log: Cleanup perly.y stuff 18215 Branch: oneperl 18216 ! embed.h perly.c perly.c.diff vms/perly_c.vms vms/perly_h.vms 18217____________________________________________________________________________ 18218[ 100] By: nick on 1997/10/02 18:54:08 18219 Log: Compiles with less invasive aTHIS adding 18220 Branch: oneperl 18221 + nothis.sym 18222 ! MANIFEST XSUB.h av.c cop.h deb.c doio.c doop.c dump.c embed.h 18223 ! embed.pl global.sym gv.c gv.h handy.h hv.c hv.h mg.c op.c op.h 18224 ! opcode.h perl.c perl.h perlio.c perlsdio.h perly.c 18225 ! perly.c.diff perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c 18226 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h 18227 ! sv.c sv.h t/op/sort.t taint.c thread.h toke.c universal.c 18228 ! util.c vars.h 18229 18230---------------- 18231Version 5.004_51 18232---------------- 18233 18234____________________________________________________________________________ 18235[ 99] By: mbeattie on 1997/10/02 17:23:48 18236 Log: Added Thread/queue.t. 18237 Branch: perlext 18238 + Thread/queue.t 18239____________________________________________________________________________ 18240[ 98] By: mbeattie on 1997/10/02 17:19:44 18241 Log: Bumped patchlevel to 51. Updated Todo.5.005. 18242 Branch: perl 18243 ! Todo.5.005 patchlevel.h 18244____________________________________________________________________________ 18245[ 97] By: mbeattie on 1997/10/02 17:07:47 18246 Log: Update README.threads amd Thread/README 18247 Branch: perl 18248 ! README.threads 18249 Branch: perlext 18250 ! Thread/README 18251____________________________________________________________________________ 18252[ 96] By: mbeattie on 1997/10/02 16:58:47 18253 Log: Configure -Dusethreads hints for dec_osf and solaris_2 and 18254 fix sv_bless3 prototype. 18255 Branch: perl 18256 ! hints/dec_osf.sh hints/solaris_2.sh sv.c 18257____________________________________________________________________________ 18258[ 95] By: mbeattie on 1997/10/02 16:50:21 18259 Log: Fixed broken typemap for Thread. 18260 Branch: perlext 18261 ! Thread/typemap 18262____________________________________________________________________________ 18263[ 94] By: mbeattie on 1997/10/02 16:34:03 18264 Log: Fix pod text in Lint.pm for private-names option. 18265 Branch: perlext 18266 ! Compiler/B/Lint.pm 18267____________________________________________________________________________ 18268[ 93] By: mbeattie on 1997/10/02 13:44:46 18269 Log: Add Todo.5.005 to MANIFEST and submit remade embed.h. 18270 Branch: perl 18271 ! MANIFEST embed.h 18272____________________________________________________________________________ 18273[ 92] By: mbeattie on 1997/10/02 13:27:10 18274 Log: Add Todo.5.005 18275 Branch: perl 18276 + Todo.5.005 18277____________________________________________________________________________ 18278[ 91] By: nick on 1997/10/01 20:23:38 18279 Log: Raw _T# trial 18280 Branch: oneperl 18281 ! embed.h embed.pl proto.h sv.c 18282____________________________________________________________________________ 18283[ 90] By: nick on 1997/10/01 18:22:03 18284 Log: THIS + new sort stuff 18285 Branch: oneperl 18286 ! miniperlmain.c perl.c pp_ctl.c proto.h util.c 18287____________________________________________________________________________ 18288[ 89] By: nick on 1997/10/01 18:03:05 18289 Log: qsort cleanup - now tailored to perl's use and 'this' aware. 18290 Branch: oneperl 18291 ! pp_ctl.c proto.h util.c 18292____________________________________________________________________________ 18293[ 88] By: mbeattie on 1997/10/01 17:04:12 18294 Log: Start of Configure support for -Dusethreads plus associated 18295 Linux hints. 18296 Branch: perl 18297 ! Configure hints/linux.sh 18298____________________________________________________________________________ 18299[ 87] By: mbeattie on 1997/10/01 17:03:34 18300 Log: Move runops_foo prototypes from proto.h to early in perl.h. 18301 Branch: perl 18302 ! perl.h proto.h 18303____________________________________________________________________________ 18304[ 86] By: nick on 1997/09/30 19:15:21 18305 Log: Debug hackery to thread.h - temporary 18306 Quick-fix qsort() replacement - more to come. 18307 Branch: oneperl 18308 ! thread.h util.c 18309____________________________________________________________________________ 18310[ 85] By: mbeattie on 1997/09/30 15:50:27 18311 Log: Added Lint option regexp-variables. 18312 Branch: perlext 18313 ! Compiler/B/Lint.pm 18314____________________________________________________________________________ 18315[ 84] By: mbeattie on 1997/09/30 15:11:07 18316 Log: Merge maint-5.004 branch (5.004_01) with mainline. 18317 Branch: perl 18318 +> Porting/makerel Porting/patchls hints/newsos4.sh 18319 +> lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc 18320 +> win32/config.vc win32/config_H.bc win32/config_H.vc 18321 +> win32/makefile.mk 18322 - win32/config.H win32/config.w32 18323 !> (integrate 109 files) 18324____________________________________________________________________________ 18325[ 83] By: TimBunce on 1997/09/30 14:27:09 18326 Log: Maintenance 5.004_03 changes (addendum) 18327 Branch: maint-5.004/perl 18328 - win32/bin/search.bat 18329____________________________________________________________________________ 18330[ 82] By: TimBunce on 1997/09/30 14:11:29 18331 Log: Maintenance 5.004_03 changes 18332 Branch: maint-5.004/perl 18333 + win32/bin/pl2bat.pl win32/bin/runperl.pl win32/bin/search.pl 18334 + win32/bin/webget.pl 18335 - win32/bin/pl2bat.bat win32/bin/runperl.bat win32/bin/test.bat 18336 - win32/bin/webget.bat 18337 ! Changes Configure MANIFEST Makefile.SH Porting/makerel 18338 ! ext/DynaLoader/DynaLoader.pm hints/hpux.sh hints/linux.sh 18339 ! hints/sco.sh hints/sunos_4_1.sh installhtml lib/CPAN.pm 18340 ! lib/ExtUtils/MM_Unix.pm lib/FileCache.pm lib/Math/Complex.pm 18341 ! lib/Math/Trig.pm lib/blib.pm os2/diff.configure patchlevel.h 18342 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod 18343 ! pod/perlop.pod pod/perlre.pod pod/perlrun.pod pod/pod2man.PL 18344 ! pp_ctl.c pp_sys.c t/lib/complex.t t/pragma/locale.t toke.c 18345 ! utils/perlbug.PL win32/Makefile win32/makefile.mk 18346 ! win32/win32.c 18347____________________________________________________________________________ 18348[ 81] By: TimBunce on 1997/09/30 13:17:27 18349 Log: Maintenance 5.004_02 changes 18350 Branch: maint-5.004/perl 18351 + win32/bin/runperl.bat 18352 ! Changes Configure INSTALL MANIFEST Makefile.SH Porting/patchls 18353 ! README.os2 README.win32 Todo XSUB.h av.c configpm doio.c 18354 ! dosish.h embed.h ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs 18355 ! ext/DB_File/typemap ext/GDBM_File/typemap ext/IO/IO.xs 18356 ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm 18357 ! ext/IO/lib/IO/Socket.pm ext/NDBM_File/typemap 18358 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.xs 18359 ! ext/SDBM_File/typemap global.sym gv.c hints/cxux.sh 18360 ! hints/os2.sh hints/sunos_4_1.sh hints/svr4.sh installhtml 18361 ! lib/Bundle/CPAN.pm lib/CPAN.pm lib/CPAN/FirstTime.pm 18362 ! lib/CPAN/Nox.pm lib/Carp.pm lib/Class/Struct.pm 18363 ! lib/Exporter.pm lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm 18364 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm 18365 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm 18366 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm 18367 ! lib/ExtUtils/xsubpp lib/File/Compare.pm lib/File/Copy.pm 18368 ! lib/File/Find.pm lib/File/Path.pm lib/FileHandle.pm 18369 ! lib/I18N/Collate.pm lib/IPC/Open3.pm lib/Net/hostent.pm 18370 ! lib/Pod/Html.pm lib/Shell.pm lib/Sys/Hostname.pm 18371 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Time/Local.pm 18372 ! lib/UNIVERSAL.pm lib/dumpvar.pl lib/ftp.pl lib/perl5db.pl 18373 ! malloc.c mg.c op.c opcode.pl os2/Changes os2/Makefile.SHs 18374 ! os2/diff.configure os2/os2.c os2/os2ish.h patchlevel.h perl.c 18375 ! perl.h pod/perlapio.pod pod/perlbook.pod pod/perldebug.pod 18376 ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod 18377 ! pod/perlfunc.pod pod/perlguts.pod pod/perlop.pod 18378 ! pod/perlre.pod pod/perlrun.pod pod/perltoc.pod 18379 ! pod/perltrap.pod pod/perlvar.pod pod/perlxstut.pod 18380 ! pod/pod2man.PL pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c 18381 ! proto.h regcomp.c regexec.c scope.c sv.c t/TEST t/base/lex.t 18382 ! t/comp/cmdopt.t t/comp/term.t t/lib/db-btree.t t/lib/db-hash.t 18383 ! t/lib/db-recno.t t/lib/filehand.t t/lib/gdbm.t t/lib/ndbm.t 18384 ! t/lib/odbm.t t/lib/sdbm.t t/op/local.t t/op/magic.t 18385 ! t/op/pack.t t/op/re_tests t/op/ref.t t/op/regexp.t t/op/stat.t 18386 ! t/op/substr.t t/op/universal.t toke.c universal.c util.c 18387 ! utils/Makefile utils/h2ph.PL utils/perlbug.PL utils/perldoc.PL 18388 ! vms/config.vms vms/descrip.mms vms/ext/filespec.t 18389 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c 18390 ! vms/vmsish.h win32/Makefile win32/bin/pl2bat.bat 18391 ! win32/config.bc win32/config.vc win32/config_H.bc 18392 ! win32/config_H.vc win32/config_h.PL win32/makedef.pl 18393 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h 18394 ! win32/win32io.c win32/win32io.h win32/win32iop.h 18395 ! win32/win32sck.c 18396____________________________________________________________________________ 18397[ 80] By: nick on 1997/09/29 20:31:43 18398 Log: Add some prototypes in attempt to flush out errors 18399 Tidy up vars.h usage. 18400 Branch: oneperl 18401 ! av.c embed.h hv.c opcode.h perl.c perl.h perlio.c pp_sys.c 18402 ! proto.h util.c vars.h 18403____________________________________________________________________________ 18404[ 79] By: nick on 1997/09/29 17:12:07 18405 Log: Builds and passes tests without THISPTR 18406 Branch: oneperl 18407 ! MANIFEST global.sym perl.c perl.h vars.h 18408____________________________________________________________________________ 18409[ 78] By: mbeattie on 1997/09/29 16:57:23 18410 Log: Re-introduce the changes from change 68 (runops becomes a 18411 function pointer and sv_bless3 for '~'-magic) which got lost 18412 during the preparation for the maint-merge. 18413 Branch: perl 18414 ! global.sym perl.h pp.c proto.h run.c sv.c 18415____________________________________________________________________________ 18416[ 77] By: mbeattie on 1997/09/29 16:44:16 18417 Log: Start merge with maint-5.004 branch by creating an ancestral 18418 branch point via a fake resolution with the maint-merge branch. 18419 See Perforce Tech Note 9 for details. 18420 Branch: perl 18421 !> (integrate 864 files) 18422____________________________________________________________________________ 18423[ 76] By: nick on 1997/09/28 19:04:42 18424 Log: Code with this pointer compiles (but core dumps) 18425 Branch: oneperl 18426 ! EXTERN.h INTERN.h XSUB.h av.c av.h cop.h cv.h deb.c doio.c 18427 ! doop.c dosish.h dump.c form.h gv.c gv.h handy.h hv.c hv.h 18428 ! keywords.h mg.c mg.h miniperlmain.c nostdio.h op.c op.h 18429 ! opcode.h patchlevel.h perl.c perl.h perlio.c perlio.h 18430 ! perlsdio.h perlsfio.h perly.c perly.c.diff perly.h perly.y 18431 ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c 18432 ! regcomp.h regexec.c regexp.h run.c scope.c scope.h sv.c sv.h 18433 ! taint.c thread.h toke.c universal.c unixish.h util.c util.h 18434 ! vars.h 18435____________________________________________________________________________ 18436[ 75] By: nick on 1997/09/28 15:45:35 18437 Log: Quasi sensible starting point for aTHIS addition. 18438 Branch: oneperl 18439 ! perl.c perl.h pp_ctl.c sv.c thread.h toke.c util.c 18440____________________________________________________________________________ 18441[ 74] By: nick on 1997/09/28 11:23:32 18442 Log: Ooops - unwind perly.* stuff for now 18443 Branch: oneperl 18444 ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms 18445____________________________________________________________________________ 18446[ 73] By: nick on 1997/09/28 11:17:23 18447 Log: Builds and passes all tests again 18448 Branch: oneperl 18449 ! embed.pl ext/DB_File/DB_File.xs gv.c perl.c perl.h perly.y 18450 ! pp.h proto.h thread.sym vms/perly_c.vms vms/perly_h.vms 18451____________________________________________________________________________ 18452[ 72] By: nick on 1997/09/28 10:47:01 18453 Log: Save "important things" before re-try 18454 Branch: oneperl 18455 + vars.h 18456 ! embed.pl thread.h thread.sym 18457____________________________________________________________________________ 18458[ 71] By: nick on 1997/09/26 17:47:31 18459 Log: Basic hacks to build with USE_THISPTR, not yet useful 18460 but builds miniperl and passes minitest with all thread 18461 variables via a _GLOBAL_ thr variable rather than globals. 18462 Now for the local thr variable ... 18463 Branch: oneperl 18464 + thread.sym 18465 ! MANIFEST README.threads XSUB.h av.c cv.h deb.c doio.c doop.c 18466 ! dump.c embed.pl ext/DB_File/DB_File.xs gv.c hints/solaris_2.sh 18467 ! hv.c mg.c op.c perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sys.c 18468 ! proto.h regcomp.c regexec.c run.c scope.c sv.c thread.h toke.c 18469 ! util.c vms/vms.c 18470____________________________________________________________________________ 18471[ 70] By: mbeattie on 1997/09/23 14:29:23 18472 Log: Branch oneperl from mainline. 18473 Branch: oneperl 18474 +> (branch 871 files) 18475____________________________________________________________________________ 18476[ 69] By: mbeattie on 1997/09/22 16:02:37 18477 Log: struct thread now stored in an SV and uses '~'-magic for access. 18478 Branch: perl 18479 ! thread.h 18480 Branch: perlext 18481 ! Thread/Thread.xs Thread/typemap 18482____________________________________________________________________________ 18483[ 68] By: mbeattie on 1997/09/22 16:01:48 18484 Log: runops becomes a funtion pointer and sv_bless3 created 18485 to avoid pointer forgery with '~'-magic. 18486 Branch: perl 18487 ! global.sym perl.c perl.h pp.c proto.h run.c sv.c 18488____________________________________________________________________________ 18489[ 67] By: mbeattie on 1997/09/22 15:45:56 18490 Log: More fprintf -> PerlIO_printf changes. 18491 Branch: perl 18492 ! perl.c pp_hot.c util.c 18493____________________________________________________________________________ 18494[ 66] By: mbeattie on 1997/09/22 15:10:40 18495 Log: Minor multi-threading patches for VMS. 18496 Branch: perl 18497 ! mg.c thread.h vms/vms.c 18498____________________________________________________________________________ 18499[ 65] By: mbeattie on 1997/09/15 14:09:11 18500 Log: Add undefined-subs option to Lint.pm. 18501 Branch: perlext 18502 ! Compiler/B/Lint.pm 18503____________________________________________________________________________ 18504[ 64] By: mbeattie on 1997/09/10 16:39:41 18505 Log: Debugging output for lock handling. 18506 Branch: perl 18507 ! mg.c pp.c pp_hot.c util.c 18508____________________________________________________________________________ 18509[ 63] By: mbeattie on 1997/09/10 14:49:00 18510 Log: Move Thread/Semaphore.pm to Thread/Thread/Semaphore.pm 18511 Branch: perlext 18512 +> Thread/Thread/Semaphore.pm 18513 - Thread/Semaphore.pm 18514____________________________________________________________________________ 18515[ 62] By: mbeattie on 1997/09/10 14:47:31 18516 Log: Move Thread/Queue.pm to Thread/Thread/Queue.pm 18517 Branch: perlext 18518 +> Thread/Thread/Queue.pm 18519 - Thread/Queue.pm 18520____________________________________________________________________________ 18521[ 61] By: mbeattie on 1997/09/10 13:56:50 18522 Log: Solaris fixes: delete pad and padname from thread.h and remove 18523 MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c. 18524 Branch: perl 18525 ! thread.h x2p/Makefile.SH 18526 18527---------------- 18528Version 5.004_50 First developer release towards 5.005 18529---------------- 18530 18531Maintenance of the 5.004 version of perl continues with the 5.004_xx 18532series, where 'xx' is <= 49. Development of the next version, 5.005, 18533starts with 5.004_50. 18534 18535____________________________________________________________________________ 18536[ 60] By: mbeattie on 1997/09/09 16:57:41 18537 Log: Update README.threads to mention -DL. 18538 Branch: perl 18539 ! README.threads 18540____________________________________________________________________________ 18541[ 59] By: mbeattie on 1997/09/09 16:49:08 18542 Log: Add Thread modules Queue.pm and Semaphore.pm 18543 Branch: perlext 18544 + Thread/Queue.pm Thread/Semaphore.pm 18545____________________________________________________________________________ 18546[ 58] By: mbeattie on 1997/09/09 16:33:45 18547 Log: Update README.threads 18548 Branch: perl 18549 ! README.threads 18550____________________________________________________________________________ 18551[ 57] By: mbeattie on 1997/09/09 16:26:47 18552 Log: Add debug info to Thread typemap. 18553 Branch: perlext 18554 ! Thread/typemap 18555____________________________________________________________________________ 18556[ 56] By: mbeattie on 1997/09/09 15:04:26 18557 Log: Rewrite synchronisation of subs/methods and add attrs 18558 extension for specifying 'locked' and 'method' attributes. 18559 Branch: perl 18560 + ext/attrs/Makefile.PL ext/attrs/attrs.pm ext/attrs/attrs.xs 18561 ! MANIFEST cv.h embed.h global.sym op.c perl.c pp.c pp_ctl.c 18562 ! pp_hot.c proto.h sv.c sv.h toke.c 18563 Branch: perlext 18564 ! Thread/Thread.pm Thread/Thread.xs Thread/sync.t Thread/sync2.t 18565____________________________________________________________________________ 18566[ 55] By: mbeattie on 1997/09/03 16:34:47 18567 Log: Add new keyword "lock" to Opcode.pm 18568 Branch: perl 18569 ! ext/Opcode/Opcode.pm 18570____________________________________________________________________________ 18571[ 54] By: mbeattie on 1997/09/03 14:44:44 18572 Log: Run embed.pl and keywords.pl to complete RESTART -> INIT change 18573 Branch: perl 18574 ! embed.h keywords.h 18575____________________________________________________________________________ 18576[ 53] By: mbeattie on 1997/09/03 13:52:24 18577 Log: Add to MANIFEST: README.threads, lib/ISA.pm, lib/Class/Fields.pm 18578 Branch: perl 18579 ! MANIFEST 18580____________________________________________________________________________ 18581[ 52] By: mbeattie on 1997/09/03 13:41:20 18582 Log: Let Lint private_names catch out-of-package _foo methods. 18583 Branch: perlext 18584 ! Compiler/B/Lint.pm 18585____________________________________________________________________________ 18586[ 51] By: mbeattie on 1997/09/03 13:20:12 18587 Log: Bump patchlevel.h to 5.004_50 18588 Branch: perl 18589 ! patchlevel.h 18590____________________________________________________________________________ 18591[ 50] By: mbeattie on 1997/09/03 12:31:48 18592 Log: Make compiler build/work with devel 5.005 18593 Branch: perlext 18594 ! Compiler/B.xs Compiler/B/Asmdata.pm Compiler/bytecode.h 18595 ! Compiler/bytecode.pl Compiler/byterun.c Compiler/byterun.h 18596____________________________________________________________________________ 18597[ 49] By: mbeattie on 1997/09/03 12:28:05 18598 Log: Rename RESTART to INIT and associated changes 18599 Branch: perl 18600 ! interp.sym keywords.pl op.c perl.c perl.h perly.c perly.y 18601 ! toke.c vms/perly_c.vms 18602____________________________________________________________________________ 18603[ 48] By: mbeattie on 1997/09/02 15:54:27 18604 Log: Added private-names option. 18605 Branch: perlext 18606 ! Compiler/B/Lint.pm 18607____________________________________________________________________________ 18608[ 47] By: mbeattie on 1997/09/02 11:54:55 18609 Log: For compiler's CC, make PP_EVAL, PP_ENTERTRY work with JMPENV. 18610 Branch: perlext 18611 ! Compiler/cc_runtime.h 18612____________________________________________________________________________ 18613[ 46] By: mbeattie on 1997/08/28 19:40:08 18614 Log: Missing sprintf in try_autoload. 18615 Branch: perlext 18616 ! Compiler/B/C.pm 18617____________________________________________________________________________ 18618[ 45] By: mbeattie on 1997/08/13 16:15:25 18619 Log: Threading fixups for Digital UNIX. 18620 Branch: perl 18621 ! README.threads malloc.c perl.h toke.c 18622____________________________________________________________________________ 18623[ 44] By: mbeattie on 1997/08/11 15:46:29 18624 Log: Assorted changes for multi-threading (now works rather more). 18625 Branch: perl 18626 + README.threads 18627 ! gv.c mg.c op.c perl.c perl.h pp_ctl.c pp_hot.c sv.c thread.h 18628 ! toke.c util.c 18629 Branch: perlext 18630 ! Thread/Makefile.PL Thread/Thread.xs Thread/lock.t 18631 ! Thread/unsync.t 18632____________________________________________________________________________ 18633[ 43] By: mbeattie on 1997/08/08 14:11:00 18634 Log: Made Lint check subs (and -u packages). 18635 Added support for dollar_underscore and implicit $_ in foreach. 18636 Branch: perlext 18637 ! Compiler/B/Lint.pm 18638____________________________________________________________________________ 18639[ 42] By: TimBunce on 1997/07/25 17:15:57 18640 Log: Maintenance 5.004_01 changes 18641 Branch: maint-5.004/perl 18642 + Porting/makerel Porting/patchls hints/newsos4.sh 18643 + lib/File/DosGlob.pm lib/chat2.pl perlio.sym win32/config.bc 18644 + win32/config.vc win32/config_H.bc win32/config_H.vc 18645 + win32/makefile.mk 18646 - win32/config.H win32/config.w32 18647 ! Changes Configure EXTERN.h INSTALL MANIFEST Makefile.SH 18648 ! Porting/pumpkin.pod README README.win32 doio.c embed.h 18649 ! ext/DynaLoader/dl_aix.xs ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs 18650 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/sdbm/Makefile.PL 18651 ! global.sym hints/next_3.sh hints/next_4.sh hints/svr4.sh 18652 ! installhtml installman lib/AutoLoader.pm lib/AutoSplit.pm 18653 ! lib/CGI/Push.pm lib/CPAN.pm lib/ExtUtils/Install.pm 18654 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm 18655 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm 18656 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm 18657 ! lib/ExtUtils/xsubpp lib/Pod/Html.pm lib/Pod/Text.pm 18658 ! lib/Sys/Syslog.pm lib/Term/ReadLine.pm lib/Test/Harness.pm 18659 ! lib/ftp.pl mg.c op.c patchlevel.h perl.c perl.h perl_exp.SH 18660 ! perlio.c pod/checkpods.PL pod/perlbook.pod pod/perldata.pod 18661 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod 18662 ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq8.pod 18663 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod 18664 ! pod/perllol.pod pod/perlop.pod pod/perlrun.pod pod/perlsub.pod 18665 ! pod/perltoc.pod pod/perltoot.pod pod/pod2man.PL pod/roffitall 18666 ! pod/splitpod pp.c pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c 18667 ! regcomp.h regexec.c sv.c t/lib/safe2.t t/op/flip.t 18668 ! t/op/groups.t t/op/magic.t t/op/mkdir.t t/op/re_tests 18669 ! t/op/regexp.t t/op/split.t t/op/stat.t t/op/subst.t 18670 ! t/op/taint.t util.c utils/Makefile utils/h2xs.PL 18671 ! utils/perlbug.PL vms/ext/DCLsym/DCLsym.pm 18672 ! vms/ext/Stdio/Stdio.pm vms/gen_shrfls.pl vms/perlvms.pod 18673 ! win32/Makefile win32/config_sh.PL win32/include/sys/socket.h 18674 ! win32/makedef.pl win32/makeperldef.pl win32/perlglob.c 18675 ! win32/perllib.c win32/win32.c win32/win32.h win32/win32io.c 18676 ! win32/win32io.h win32/win32iop.h win32/win32sck.c 18677____________________________________________________________________________ 18678[ 41] By: mbeattie on 1997/07/24 14:57:53 18679 Log: Start support for fake threads. 18680 pp_lock now returns its argument. 18681 Branch: perl 18682 ! MANIFEST Makefile.SH cv.h op.c opcode.h opcode.pl perl.c 18683 ! perl.h pp.c pp_ctl.c pp_hot.c proto.h sv.h thread.h toke.c 18684 ! util.c 18685 Branch: perlext 18686 ! Thread/Thread.xs 18687____________________________________________________________________________ 18688[ 40] By: mbeattie on 1997/07/24 14:55:07 18689 Log: Add missing reset of eval_owner if doeval() fails to parse. 18690 Branch: perl 18691 ! pp_ctl.c 18692____________________________________________________________________________ 18693[ 39] By: mbeattie on 1997/07/17 13:35:51 18694 Log: Fix multiple problems with lexical @_. 18695 Branch: perl 18696 ! cop.h op.c perl.c pp.c pp_ctl.c pp_hot.c t/op/do.t thread.h 18697 ! toke.c 18698____________________________________________________________________________ 18699[ 38] By: mbeattie on 1997/07/16 17:02:09 18700 Log: Change %lx to %x in B::CV::save to prevent some CV 18701 fields becoming 0 in the init section. Add missing 18702 write_back in B::Stackobj::Padsv::load_double to fix 18703 test 22 of op/my.t. 18704 Branch: perlext 18705 ! Compiler/B/C.pm Compiler/B/Stackobj.pm 18706____________________________________________________________________________ 18707[ 37] By: mbeattie on 1997/07/10 11:28:16 18708 Log: Branch win32 developments from main perl branch. 18709 Branch: win32/perl 18710 +> (branch 867 files) 18711____________________________________________________________________________ 18712[ 36] By: mbeattie on 1997/07/05 11:58:05 18713 Log: B::CC::pp_padsv must cope with vivify_ref (5.004) 18714 as well as provide_ref (5.003). 18715 Branch: perlext 18716 ! Compiler/B/C.pm Compiler/B/CC.pm Compiler/NOTES 18717____________________________________________________________________________ 18718[ 35] By: mbeattie on 1997/07/05 11:55:18 18719 Log: Introduce pp_lock. 18720 Branch: perl 18721 ! embed.h global.sym keywords.h keywords.pl opcode.h opcode.pl 18722 ! pp.c pp_ctl.c toke.c 18723____________________________________________________________________________ 18724[ 34] By: mbeattie on 1997/07/01 12:24:28 18725 Log: Support for op in global register (still buggy) 18726 Branch: perl 18727 ! embed.h global.sym gv.c op.c perl.c perl.h pp_ctl.c pp_sys.c 18728 ! proto.h scope.c scope.h thread.h 18729____________________________________________________________________________ 18730[ 33] By: mbeattie on 1997/06/24 16:34:24 18731 Log: Branch lexical warnings from perl branch. 18732 Branch: lexwarn/perl 18733 +> (branch 867 files) 18734____________________________________________________________________________ 18735[ 32] By: mbeattie on 1997/06/24 14:33:57 18736 Log: Branch integration of maint-5.004 from relperl. 18737 Branch: mainline/perl 18738 +> (branch 600 files) 18739 Branch: maint-5.004/perl 18740 +> (branch 864 files) 18741____________________________________________________________________________ 18742[ 31] By: mbeattie on 1997/06/20 11:46:50 18743 Log: corrected bad_type() prototype. 18744 Branch: perl 18745 ! op.c 18746____________________________________________________________________________ 18747[ 30] By: mbeattie on 1997/06/12 12:38:05 18748 Log: Tweak README. 18749 Branch: perlext 18750 ! Thread/README 18751____________________________________________________________________________ 18752[ 29] By: mbeattie on 1997/06/12 12:34:59 18753 Log: Document -m option of CC backend. 18754 Branch: perlext 18755 ! Compiler/NOTES 18756____________________________________________________________________________ 18757[ 28] By: mbeattie on 1997/06/12 12:25:05 18758 Log: Support sysseek introduced in 5.004. 18759 Branch: perlext 18760 ! Compiler/ccop.c Compiler/ccop.h 18761____________________________________________________________________________ 18762[ 27] By: mbeattie on 1997/06/05 14:20:51 18763 Log: More fixups for thrperl integration. 18764 Branch: perl 18765 ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs 18766 ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm 18767 ! ext/Opcode/Opcode.xs gv.c hv.c mg.c op.c perl.c perly.c 18768 ! perly.y pp.c pp_ctl.c run.c scope.c sv.c sv.h thread.h toke.c 18769 ! util.c 18770____________________________________________________________________________ 18771[ 25] By: mbeattie on 1997/05/28 15:11:24 18772 Log: Fixups for thrperl integration. 18773 Branch: perl 18774 ! embed.h keywords.h op.c opcode.h perl.c util.c 18775____________________________________________________________________________ 18776[ 24] By: mbeattie on 1997/05/26 20:10:42 18777 Log: Integrate thrperl 5.003->5.004. 18778 Branch: perl 18779 +> thread.h 18780 !> (integrate 33 files) 18781____________________________________________________________________________ 18782[ 23] By: mbeattie on 1997/05/26 11:45:39 18783 Log: Fix ppname when saving subs. 18784 Branch: perlext 18785 ! Compiler/B/C.pm 18786____________________________________________________________________________ 18787[ 22] By: mbeattie on 1997/05/26 11:45:03 18788 Log: -mFoo option now forces -uFoo. 18789 Branch: perlext 18790 ! Compiler/B/CC.pm 18791____________________________________________________________________________ 18792[ 21] By: mbeattie on 1997/05/26 11:43:37 18793 Log: Put back objsym/savesym (used by walkoptree_exec). 18794 Branch: perlext 18795 ! Compiler/B.pm 18796____________________________________________________________________________ 18797[ 20] By: mbeattie on 1997/05/26 11:38:45 18798 Log: Add avhv_store_ent. Add missing avhv_* to global.sym. 18799 Branch: perl 18800 ! av.c global.sym 18801____________________________________________________________________________ 18802[ 19] By: mbeattie on 1997/05/25 21:19:38 18803 Log: Fix up integration 5.003->5.004. 18804 Branch: perl 18805 + lib/Class/Fields.pm lib/ISA.pm 18806 ! av.c ext/DB_File/DB_File.xs perl.c pp.c pp_hot.c proto.h 18807 ! toke.c 18808____________________________________________________________________________ 18809[ 18] By: mbeattie on 1997/05/25 10:31:21 18810 Log: First stab at 5.003 -> 5.004 integration. 18811 Branch: perl 18812 +> (branch 291 files) 18813 - Changes.Conf ext/DynaLoader/dl_os2.xs 18814 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs 18815 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps 18816 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs 18817 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter 18818 - lib/chat2.pl lib/splain os2/README os2/README.old 18819 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t 18820 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man 18821 - x2p/handy.h x2p/s2p.man 18822 !> (integrate 392 files) 18823____________________________________________________________________________ 18824[ 17] By: mbeattie on 1997/05/24 18:46:49 18825 Log: Wholesale update to 5.004. 18826 Branch: relperl 18827 + Changes5.000 Changes5.001 Changes5.002 Changes5.003 18828 + Porting/Glossary Porting/pumpkin.pod README.amiga 18829 + README.cygwin32 README.os2 README.plan9 README.qnx 18830 + README.win32 compat3.sym configure.gnu cygwin32/cw32imp.h 18831 + cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc cygwin32/perlld 18832 + eg/cgi/RunMeFirst eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi 18833 + eg/cgi/crash.cgi eg/cgi/customize.cgi eg/cgi/diff_upload.cgi 18834 + eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html 18835 + eg/cgi/internal_links.cgi eg/cgi/javascript.cgi 18836 + eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi 18837 + eg/cgi/nph-clock.cgi eg/cgi/popup.cgi eg/cgi/save_state.cgi 18838 + eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu 18839 + ext/DynaLoader/dl_cygwin32.xs ext/IO/IO.pm ext/IO/IO.xs 18840 + ext/IO/Makefile.PL ext/IO/README ext/IO/lib/IO/File.pm 18841 + ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm 18842 + ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm 18843 + ext/IO/lib/IO/Socket.pm ext/NDBM_File/hints/dec_osf.pl 18844 + ext/NDBM_File/hints/dynixptx.pl ext/ODBM_File/hints/hpux.pl 18845 + ext/ODBM_File/hints/ultrix.pl ext/Opcode/Makefile.PL 18846 + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm 18847 + ext/Opcode/ops.pm ext/POSIX/hints/next_3.pl hints/amigaos.sh 18848 + hints/aux_3.sh hints/broken-db.msg hints/cygwin32.sh 18849 + hints/dcosx.sh hints/irix_6_0.sh hints/irix_6_1.sh 18850 + hints/lynxos.sh hints/next_4.sh hints/qnx.sh hints/umips.sh 18851 + hints/unicosmk.sh installhtml lib/Bundle/CPAN.pm lib/CGI.pm 18852 + lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Fast.pm 18853 + lib/CGI/Push.pm lib/CGI/Switch.pm lib/CPAN.pm 18854 + lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm lib/Class/Struct.pm 18855 + lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm 18856 + lib/ExtUtils/MM_Win32.pm lib/File/Compare.pm lib/File/stat.pm 18857 + lib/FileHandle.pm lib/FindBin.pm lib/Math/Trig.pm 18858 + lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm 18859 + lib/Net/servent.pm lib/Pod/Html.pm lib/Tie/RefHash.pm 18860 + lib/Time/gmtime.pm lib/Time/localtime.pm lib/Time/tm.pm 18861 + lib/UNIVERSAL.pm lib/User/grent.pm lib/User/pwent.pm 18862 + lib/autouse.pm lib/blib.pm lib/constant.pm lib/locale.pm 18863 + nostdio.h os2/Changes os2/OS2/ExtAttr/Changes 18864 + os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/ExtAttr/ExtAttr.xs 18865 + os2/OS2/ExtAttr/MANIFEST os2/OS2/ExtAttr/Makefile.PL 18866 + os2/OS2/ExtAttr/myea.h os2/OS2/ExtAttr/t/os2_ea.t 18867 + os2/OS2/ExtAttr/typemap os2/OS2/PrfDB/Changes 18868 + os2/OS2/PrfDB/MANIFEST os2/OS2/PrfDB/Makefile.PL 18869 + os2/OS2/PrfDB/PrfDB.pm os2/OS2/PrfDB/PrfDB.xs 18870 + os2/OS2/PrfDB/t/os2_prfdb.t os2/OS2/PrfDB/typemap 18871 + os2/OS2/Process/MANIFEST os2/OS2/Process/Makefile.PL 18872 + os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs 18873 + os2/OS2/REXX/Changes os2/OS2/REXX/MANIFEST 18874 + os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm 18875 + os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t 18876 + os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t 18877 + os2/OS2/REXX/t/rx_sql.test os2/OS2/REXX/t/rx_tiesql.test 18878 + os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t 18879 + os2/OS2/REXX/t/rx_varset.t os2/OS2/REXX/t/rx_vrexx.t 18880 + os2/dl_os2.c os2/dlfcn.h perlio.c perlio.h perlsdio.h 18881 + perlsfio.h plan9/aperl plan9/arpa/inet.h plan9/buildinfo 18882 + plan9/config.plan9 plan9/exclude plan9/fndvers 18883 + plan9/genconfig.pl plan9/mkfile plan9/myconfig.plan9 18884 + plan9/perlplan9.doc plan9/perlplan9.pod plan9/plan9.c 18885 + plan9/plan9ish.h plan9/setup.rc plan9/versnum pod/checkpods.PL 18886 + pod/perlapio.pod pod/perldelta.pod pod/perlfaq.pod 18887 + pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod 18888 + pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod 18889 + pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod 18890 + pod/perllocale.pod pod/perlmodlib.pod pod/perltoot.pod 18891 + pod/rofftoc qnx/ar qnx/cpp t/comp/colon.t t/comp/proto.t 18892 + t/comp/redef.t t/comp/use.t t/io/read.t t/lib/abbrev.t 18893 + t/lib/autoloader.t t/lib/basename.t t/lib/checktree.t 18894 + t/lib/complex.t t/lib/env.t t/lib/filecache.t t/lib/filecopy.t 18895 + t/lib/filefind.t t/lib/filepath.t t/lib/findbin.t 18896 + t/lib/getopt.t t/lib/hostname.t t/lib/io_dup.t t/lib/io_pipe.t 18897 + t/lib/io_sel.t t/lib/io_sock.t t/lib/io_taint.t 18898 + t/lib/io_tell.t t/lib/io_udp.t t/lib/io_xs.t t/lib/opcode.t 18899 + t/lib/open2.t t/lib/open3.t t/lib/ops.t t/lib/parsewords.t 18900 + t/lib/safe1.t t/lib/safe2.t t/lib/searchdict.t 18901 + t/lib/selectsaver.t t/lib/symbol.t t/lib/texttabs.t 18902 + t/lib/textwrap.t t/lib/timelocal.t t/lib/trig.t t/op/arith.t 18903 + t/op/assignwarn.t t/op/bop.t t/op/closure.t t/op/cmp.t 18904 + t/op/gv.t t/op/inc.t t/op/method.t t/op/recurse.t 18905 + t/op/runlevel.t t/op/sysio.t t/op/taint.t t/op/tie.t 18906 + t/op/universal.t t/pragma/constant.t t/pragma/locale.t 18907 + t/pragma/overload.t t/pragma/strict-refs t/pragma/strict-subs 18908 + t/pragma/strict-vars t/pragma/strict.t t/pragma/subs.t 18909 + t/pragma/warn-1global t/pragma/warning.t universal.c 18910 + utils/splain.PL vms/ext/DCLsym/0README.txt 18911 + vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs 18912 + vms/ext/DCLsym/Makefile.PL vms/ext/DCLsym/test.pl 18913 + vms/ext/XSSymSet.pm vms/ext/filespec.t vms/ext/vmsish.pm 18914 + vms/ext/vmsish.t win32/Makefile win32/TEST win32/autosplit.pl 18915 + win32/bin/network.pl win32/bin/pl2bat.bat win32/bin/search.bat 18916 + win32/bin/test.bat win32/bin/webget.bat win32/bin/www.pl 18917 + win32/config.H win32/config.w32 win32/config_h.PL 18918 + win32/config_sh.PL win32/dl_win32.xs win32/genxsdef.pl 18919 + win32/include/arpa/inet.h win32/include/dirent.h 18920 + win32/include/netdb.h win32/include/sys/socket.h 18921 + win32/makedef.pl win32/makemain.pl win32/makeperldef.pl 18922 + win32/perlglob.c win32/perllib.c win32/pod.mak win32/runperl.c 18923 + win32/splittree.pl win32/win32.c win32/win32.h win32/win32io.c 18924 + win32/win32io.h win32/win32iop.h win32/win32sck.c x2p/a2p.pod 18925 + x2p/proto.h 18926 - Changes.Conf ext/DynaLoader/dl_os2.xs 18927 - ext/FileHandle/FileHandle.pm ext/FileHandle/FileHandle.xs 18928 - ext/FileHandle/Makefile.PL ext/SDBM_File/sdbm/readme.ps 18929 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs 18930 - hints/aux.sh hints/dnix.sh hints/irix_6_2.sh lib/chat2.inter 18931 - lib/chat2.pl lib/splain os2/README os2/README.old 18932 - os2/diff.db_file os2/notes pod/perlovl.pod t/lib/safe.t 18933 - t/op/overload.t t/re_tests vms/Makefile x2p/a2p.man 18934 - x2p/handy.h x2p/s2p.man 18935 ! Artistic Changes Configure EXTERN.h INSTALL INTERN.h MANIFEST 18936 ! Makefile.SH README README.vms Todo XSUB.h av.c av.h cflags.SH 18937 ! config_H config_h.SH configpm configure cop.h cv.h deb.c 18938 ! doio.c doop.c dosish.h dump.c eg/README eg/nih 18939 ! eg/sysvipc/ipcmsg eg/sysvipc/ipcsem eg/sysvipc/ipcshm 18940 ! emacs/cperl-mode.el embed.h embed.pl ext/DB_File/DB_File.pm 18941 ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL 18942 ! ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm 18943 ! ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_aix.xs 18944 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dlopen.xs 18945 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_next.xs 18946 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c 18947 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs 18948 ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm 18949 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs 18950 ! ext/ODBM_File/hints/dec_osf.pl ext/POSIX/POSIX.pm 18951 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs 18952 ! ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm 18953 ! ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/pair.c 18954 ! ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/sdbm.3 18955 ! ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h 18956 ! ext/Socket/Socket.pm ext/Socket/Socket.xs ext/util/make_ext 18957 ! form.h global.sym gv.c gv.h handy.h hints/3b1.sh 18958 ! hints/README.hints hints/aix.sh hints/apollo.sh hints/bsdos.sh 18959 ! hints/convexos.sh hints/cxux.sh hints/dec_osf.sh hints/dgux.sh 18960 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh 18961 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh 18962 ! hints/irix_6.sh hints/isc.sh hints/linux.sh hints/machten.sh 18963 ! hints/machten_2.sh hints/mips.sh hints/mpeix.sh 18964 ! hints/netbsd.sh hints/next_3.sh hints/next_3_0.sh hints/os2.sh 18965 ! hints/powerux.sh hints/sco.sh hints/sco_2_3_3.sh 18966 ! hints/sco_2_3_4.sh hints/solaris_2.sh hints/sunos_4_0.sh 18967 ! hints/sunos_4_1.sh hints/svr4.sh hints/titanos.sh 18968 ! hints/ultrix_4.sh hints/unicos.sh hints/utekv.sh hv.c hv.h 18969 ! installman installperl interp.sym keywords.h keywords.pl 18970 ! lib/AnyDBM_File.pm lib/AutoLoader.pm lib/AutoSplit.pm 18971 ! lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm 18972 ! lib/Devel/SelfStubber.pm lib/English.pm lib/Env.pm 18973 ! lib/Exporter.pm lib/ExtUtils/Install.pm 18974 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm 18975 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm 18976 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm 18977 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm 18978 ! lib/ExtUtils/testlib.pm lib/ExtUtils/typemap 18979 ! lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/Copy.pm 18980 ! lib/File/Find.pm lib/File/Path.pm lib/FileCache.pm 18981 ! lib/Getopt/Long.pm lib/Getopt/Std.pm lib/I18N/Collate.pm 18982 ! lib/IPC/Open2.pm lib/IPC/Open3.pm lib/Math/BigInt.pm 18983 ! lib/Math/Complex.pm lib/Net/Ping.pm lib/Pod/Functions.pm 18984 ! lib/Pod/Text.pm lib/Search/Dict.pm lib/SelectSaver.pm 18985 ! lib/SelfLoader.pm lib/Symbol.pm lib/Sys/Hostname.pm 18986 ! lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm 18987 ! lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm 18988 ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm 18989 ! lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm 18990 ! lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl 18991 ! lib/bigfloat.pl lib/bigint.pl lib/cacheout.pl lib/complete.pl 18992 ! lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl lib/find.pl 18993 ! lib/finddepth.pl lib/ftp.pl lib/getcwd.pl lib/getopts.pl 18994 ! lib/importenv.pl lib/lib.pm lib/look.pl lib/newgetopt.pl 18995 ! lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl 18996 ! lib/sigtrap.pm lib/strict.pm lib/subs.pm lib/syslog.pl 18997 ! lib/termcap.pl lib/timelocal.pl lib/validate.pl lib/vars.pm 18998 ! makeaperl.SH makedepend.SH malloc.c mg.c mg.h minimod.pl 18999 ! miniperlmain.c myconfig op.c op.h opcode.h opcode.pl 19000 ! os2/Makefile.SHs os2/diff.configure os2/os2.c os2/os2ish.h 19001 ! os2/perl2cmd.pl patchlevel.h perl.c perl.h perl_exp.SH perlsh 19002 ! perly.c perly.c.diff perly.h perly.y pod/Makefile pod/buildtoc 19003 ! pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod 19004 ! pod/perldata.pod pod/perldebug.pod pod/perldiag.pod 19005 ! pod/perldsc.pod pod/perlembed.pod pod/perlform.pod 19006 ! pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod 19007 ! pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod 19008 ! pod/perlpod.pod pod/perlre.pod pod/perlref.pod pod/perlrun.pod 19009 ! pod/perlsec.pod pod/perlstyle.pod pod/perlsub.pod 19010 ! pod/perlsyn.pod pod/perltie.pod pod/perltoc.pod 19011 ! pod/perltrap.pod pod/perlvar.pod pod/perlxs.pod 19012 ! pod/perlxstut.pod pod/pod2html.PL pod/pod2latex.PL 19013 ! pod/pod2man.PL pod/pod2text.PL pod/roffitall pp.c pp.h 19014 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regcomp.h 19015 ! regexec.c regexp.h run.c scope.c scope.h sv.c sv.h t/README 19016 ! t/TEST t/base/lex.t t/base/term.t t/cmd/mod.t t/cmd/while.t 19017 ! t/comp/cpp.t t/comp/multiline.t t/comp/package.t 19018 ! t/comp/script.t t/harness t/io/argv.t t/io/dup.t t/io/fs.t 19019 ! t/io/inplace.t t/io/pipe.t t/io/tell.t t/lib/anydbm.t 19020 ! t/lib/bigintpm.t t/lib/db-btree.t t/lib/db-hash.t 19021 ! t/lib/db-recno.t t/lib/dirhand.t t/lib/filehand.t t/lib/gdbm.t 19022 ! t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/sdbm.t 19023 ! t/lib/socket.t t/op/chop.t t/op/delete.t t/op/each.t 19024 ! t/op/exec.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t 19025 ! t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t 19026 ! t/op/pack.t t/op/pat.t t/op/quotemeta.t t/op/rand.t 19027 ! t/op/re_tests t/op/readdir.t t/op/ref.t t/op/regexp.t 19028 ! t/op/sleep.t t/op/sort.t t/op/split.t t/op/stat.t t/op/subst.t 19029 ! t/op/substr.t t/op/write.t taint.c toke.c unixish.h util.c 19030 ! util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL 19031 ! utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL 19032 ! vms/config.vms vms/descrip.mms vms/ext/Filespec.pm 19033 ! vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs 19034 ! vms/ext/Stdio/test.pl vms/fndvers.com vms/gen_shrfls.pl 19035 ! vms/genconfig.pl vms/genopt.com vms/myconfig.com 19036 ! vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms 19037 ! vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c 19038 ! vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH 19039 ! x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h 19040 ! x2p/a2p.y x2p/a2py.c x2p/cflags.SH x2p/find2perl.PL x2p/hash.c 19041 ! x2p/hash.h x2p/s2p.PL x2p/str.c x2p/str.h x2p/util.c 19042 ! x2p/util.h x2p/walk.c 19043____________________________________________________________________________ 19044[ 16] By: mbeattie on 1997/05/23 22:42:08 19045 Log: Initial integration of relperl from 5.003. 19046 Branch: relperl 19047 +> (branch 600 files) 19048____________________________________________________________________________ 19049[ 14] By: mbeattie on 1997/05/12 20:22:56 19050 Log: Finish code generation rewrite. Clean up B::Section class and 19051 handle symbol table translation internally. Simple .pm modules 19052 now compile OK. 19053 Branch: perlext 19054 ! Compiler/B.pm Compiler/B/Bblock.pm Compiler/B/C.pm 19055 ! Compiler/B/CC.pm 19056____________________________________________________________________________ 19057[ 13] By: mbeattie on 1997/05/05 19:41:18 19058 Log: Don't make pp_enter and pp_return trigger basic blocks. 19059 Branch: perlext 19060 ! Compiler/B/Bblock.pm 19061____________________________________________________________________________ 19062[ 12] By: mbeattie on 1997/05/05 19:40:16 19063 Log: Rewrite code generation. Sections (de)multiplexed into a 19064 temporary file instead of stored in arrays. 19065 Branch: perlext 19066 ! Compiler/B.pm Compiler/B/C.pm Compiler/B/CC.pm 19067____________________________________________________________________________ 19068[ 11] By: mbeattie on 1997/05/03 20:20:59 19069 Log: Development to pre-alpha4 19070 Branch: perlext 19071 + Compiler/B/Deparse.pm Compiler/B/Lint.pm Compiler/makeliblinks 19072 ! Compiler/B.pm Compiler/B.xs Compiler/B/Bblock.pm 19073 ! Compiler/B/Bytecode.pm Compiler/B/C.pm Compiler/B/CC.pm 19074 ! Compiler/B/Debug.pm Compiler/B/Terse.pm Compiler/B/Xref.pm 19075 ! Compiler/Makefile.PL Compiler/README Compiler/TESTS 19076 ! Compiler/assemble Compiler/bytecode.pl Compiler/byteperl.c 19077 ! Compiler/byterun.c Compiler/cc_runtime.h Compiler/disassemble 19078 ! Compiler/test_harness Compiler/test_harness_cc 19079____________________________________________________________________________ 19080[ 10] By: mbeattie on 1997/05/03 14:47:06 19081 Log: Initial check-in of perl compiler. 19082 Branch: perlext 19083 + Compiler/Artistic Compiler/B.pm Compiler/B.xs 19084 + Compiler/B/Asmdata.pm Compiler/B/Assembler.pm 19085 + Compiler/B/Bblock.pm Compiler/B/Bytecode.pm Compiler/B/C.pm 19086 + Compiler/B/CC.pm Compiler/B/Debug.pm 19087 + Compiler/B/Disassembler.pm Compiler/B/Showlex.pm 19088 + Compiler/B/Stackobj.pm Compiler/B/Terse.pm Compiler/B/Xref.pm 19089 + Compiler/Copying Compiler/Makefile.PL Compiler/NOTES 19090 + Compiler/O.pm Compiler/README Compiler/TESTS 19091 + Compiler/TESTS.alpha2 Compiler/Todo Compiler/assemble 19092 + Compiler/bytecode.h Compiler/bytecode.pl Compiler/byteperl.c 19093 + Compiler/byterun.c Compiler/byterun.h Compiler/cc_harness 19094 + Compiler/cc_runtime.h Compiler/ccop.c Compiler/ccop.h 19095 + Compiler/disassemble Compiler/old/README.feb11 19096 + Compiler/old/TESTS.mar11 Compiler/old/TESTS.mar20 19097 + Compiler/old/TESTS.may11 Compiler/old/TESTS.pre-jul27 19098 + Compiler/op.patch Compiler/ramblings/cc.notes 19099 + Compiler/ramblings/curcop.runtime 19100 + Compiler/ramblings/dontparse.c Compiler/ramblings/flip-flop 19101 + Compiler/ramblings/foo.bench Compiler/ramblings/foo2.bench 19102 + Compiler/ramblings/foo3.bench Compiler/ramblings/magic 19103 + Compiler/ramblings/pp_i_add Compiler/ramblings/reg.alloc 19104 + Compiler/ramblings/runtime.porting 19105 + Compiler/ramblings/sort.notes Compiler/ramblings/sub.call 19106 + Compiler/ramblings/subst.notes Compiler/run_bytecode_test 19107 + Compiler/run_cc_test Compiler/run_test Compiler/test_harness 19108 + Compiler/test_harness_bytecode Compiler/test_harness_cc 19109 + Compiler/typemap 19110____________________________________________________________________________ 19111[ 9] By: mbeattie on 1997/05/02 19:03:49 19112 Log: Don't require CvDEPTH == 0 when bombing out of subs. 19113 Branch: thrperl 19114 ! pp_hot.c 19115____________________________________________________________________________ 19116[ 8] By: mbeattie on 1997/04/23 19:06:45 19117 Log: Added programmer-level condition variables via "condpair" magic. 19118 Added support for detached threads and tweaked a few things. 19119 Branch: thrperl 19120 ! embed.h global.sym keywords.h mg.c opcode.h perl.c perl.h 19121 ! pp_ctl.c pp_hot.c proto.h run.c scope.c sv.c sv.h thread.h 19122 ! util.c 19123____________________________________________________________________________ 19124[ 7] By: mbeattie on 1997/04/23 19:04:18 19125 Log: Rewrote programmer-level condition variables from scratch. Added 19126 support for detaching threads. Fixed handling for arguments 19127 passed in to threads and return values for joined threads. 19128 Branch: perlext 19129 + Thread/lock.t 19130 ! Thread/README Thread/Thread.pm Thread/Thread.xs Thread/cond.t 19131 ! Thread/typemap 19132____________________________________________________________________________ 19133[ 6] By: mbeattie on 1997/04/10 20:17:26 19134 Log: Initial check-in of Thread module. 19135 Branch: perlext 19136 + Thread/Makefile.PL Thread/Notes Thread/README Thread/Thread.pm 19137 + Thread/Thread.xs Thread/cond.t Thread/create.t Thread/io.t 19138 + Thread/join.t Thread/sync.t Thread/sync2.t Thread/typemap 19139 + Thread/unsync.t Thread/unsync2.t Thread/unsync3.t 19140 + Thread/unsync4.t 19141____________________________________________________________________________ 19142[ 5] By: mbeattie on 1997/04/10 20:05:52 19143 Log: Tweaks to allow compilation without -DUSE_THREADS and fix 19144 missing parens (pad allocation) in the tokener. 19145 Branch: thrperl 19146 ! op.c pp_ctl.c toke.c 19147____________________________________________________________________________ 19148[ 4] By: mbeattie on 1997/03/28 18:40:44 19149 Log: Initial 3-way merge from (5.001m, thr1m, 5.003) plus fixups. 19150 Branch: thrperl 19151 + thread.h 19152 ! XSUB.h av.c cv.h deb.c doio.c doop.c dump.c global.sym gv.c 19153 ! hv.c malloc.c mg.c op.c op.h opcode.h opcode.pl perl.c perl.h 19154 ! pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c 19155 ! run.c scope.c sv.c sv.h toke.c util.c 19156____________________________________________________________________________ 19157[ 3] By: mbeattie on 1997/03/28 13:36:23 19158 Log: Branch 5.003 -> thrperl 19159 Branch: thrperl 19160 +> (branch 600 files) 19161____________________________________________________________________________ 19162[ 2] By: mbeattie on 1997/03/28 13:32:21 19163 Log: Initial devel changes. 19164 Pseudo-hashes. Optional strong typing. RESTART {}. 19165 Branch: perl 19166 ! av.c doop.c embed.h ext/DB_File/DB_File.xs global.sym 19167 ! interp.sym keywords.h keywords.pl lib/ExtUtils/xsubpp op.c 19168 ! perl.c perl.h pp.c pp_hot.c proto.h t/op/groups.t toke.c 19169____________________________________________________________________________ 19170[ 1] By: mbeattie on 1997/03/28 13:17:33 19171 Log: Perl 5.003 check-in 19172 Branch: perl 19173 + Artistic Changes Changes.Conf Configure Copying EXTERN.h 19174 + INSTALL INTERN.h MANIFEST Makefile.SH README README.vms Todo 19175 + XSUB.h av.c av.h cflags.SH config_H config_h.SH configpm 19176 + configure cop.h cv.h deb.c doio.c doop.c dosish.h dump.c 19177 + eg/ADB eg/README eg/changes eg/client eg/down eg/dus eg/findcp 19178 + eg/findtar eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh 19179 + eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink 19180 + eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last 19181 + eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps 19182 + eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server 19183 + eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg 19184 + eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc 19185 + eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp 19186 + eg/van/vanish eg/who eg/wrapsuid emacs/cperl-mode.el embed.h 19187 + embed.pl ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs 19188 + ext/DB_File/DB_File_BS ext/DB_File/Makefile.PL 19189 + ext/DB_File/typemap ext/DynaLoader/DynaLoader.pm 19190 + ext/DynaLoader/Makefile.PL ext/DynaLoader/README 19191 + ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dld.xs 19192 + ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs 19193 + ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_none.xs 19194 + ext/DynaLoader/dl_os2.xs ext/DynaLoader/dl_vms.xs 19195 + ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs 19196 + ext/Fcntl/Makefile.PL ext/FileHandle/FileHandle.pm 19197 + ext/FileHandle/FileHandle.xs ext/FileHandle/Makefile.PL 19198 + ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs 19199 + ext/GDBM_File/Makefile.PL ext/GDBM_File/typemap 19200 + ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.pm 19201 + ext/NDBM_File/NDBM_File.xs ext/NDBM_File/hints/solaris.pl 19202 + ext/NDBM_File/hints/svr4.pl ext/NDBM_File/typemap 19203 + ext/ODBM_File/Makefile.PL ext/ODBM_File/ODBM_File.pm 19204 + ext/ODBM_File/ODBM_File.xs ext/ODBM_File/hints/dec_osf.pl 19205 + ext/ODBM_File/hints/sco.pl ext/ODBM_File/hints/solaris.pl 19206 + ext/ODBM_File/hints/svr4.pl ext/ODBM_File/typemap 19207 + ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod 19208 + ext/POSIX/POSIX.xs ext/POSIX/typemap ext/SDBM_File/Makefile.PL 19209 + ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs 19210 + ext/SDBM_File/sdbm/CHANGES ext/SDBM_File/sdbm/COMPARE 19211 + ext/SDBM_File/sdbm/Makefile.PL ext/SDBM_File/sdbm/README 19212 + ext/SDBM_File/sdbm/README.too ext/SDBM_File/sdbm/biblio 19213 + ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c 19214 + ext/SDBM_File/sdbm/dbe.1 ext/SDBM_File/sdbm/dbe.c 19215 + ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h 19216 + ext/SDBM_File/sdbm/dbu.c ext/SDBM_File/sdbm/grind 19217 + ext/SDBM_File/sdbm/hash.c ext/SDBM_File/sdbm/linux.patches 19218 + ext/SDBM_File/sdbm/makefile.sdbm ext/SDBM_File/sdbm/pair.c 19219 + ext/SDBM_File/sdbm/pair.h ext/SDBM_File/sdbm/readme.ms 19220 + ext/SDBM_File/sdbm/readme.ps ext/SDBM_File/sdbm/sdbm.3 19221 + ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h 19222 + ext/SDBM_File/sdbm/tune.h ext/SDBM_File/sdbm/util.c 19223 + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm 19224 + ext/Safe/Safe.xs ext/Socket/Makefile.PL ext/Socket/Socket.pm 19225 + ext/Socket/Socket.xs ext/util/extliblist ext/util/make_ext 19226 + ext/util/mkbootstrap form.h global.sym globals.c gv.c gv.h 19227 + h2pl/README h2pl/cbreak.pl h2pl/cbreak2.pl h2pl/eg/sizeof.ph 19228 + h2pl/eg/sys/errno.pl h2pl/eg/sys/ioctl.pl h2pl/eg/sysexits.pl 19229 + h2pl/getioctlsizes h2pl/mksizes h2pl/mkvars h2pl/tcbreak 19230 + h2pl/tcbreak2 handy.h hints/3b1.sh hints/3b1cc 19231 + hints/README.hints hints/aix.sh hints/altos486.sh 19232 + hints/apollo.sh hints/aux.sh hints/bsdos.sh hints/convexos.sh 19233 + hints/cxux.sh hints/dec_osf.sh hints/dgux.sh hints/dnix.sh 19234 + hints/dynix.sh hints/dynixptx.sh hints/epix.sh hints/esix4.sh 19235 + hints/fps.sh hints/freebsd.sh hints/genix.sh 19236 + hints/greenhills.sh hints/hpux.sh hints/i386.sh 19237 + hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh 19238 + hints/irix_6_2.sh hints/isc.sh hints/isc_2.sh hints/linux.sh 19239 + hints/machten.sh hints/machten_2.sh hints/mips.sh hints/mpc.sh 19240 + hints/mpeix.sh hints/ncr_tower.sh hints/netbsd.sh 19241 + hints/next_3.sh hints/next_3_0.sh hints/opus.sh hints/os2.sh 19242 + hints/powerux.sh hints/sco.sh hints/sco_2_3_0.sh 19243 + hints/sco_2_3_1.sh hints/sco_2_3_2.sh hints/sco_2_3_3.sh 19244 + hints/sco_2_3_4.sh hints/solaris_2.sh hints/stellar.sh 19245 + hints/sunos_4_0.sh hints/sunos_4_1.sh hints/svr4.sh 19246 + hints/ti1500.sh hints/titanos.sh hints/ultrix_4.sh 19247 + hints/unicos.sh hints/unisysdynix.sh hints/utekv.sh 19248 + hints/uts.sh hv.c hv.h installman installperl interp.sym 19249 + keywords.h keywords.pl lib/AnyDBM_File.pm lib/AutoLoader.pm 19250 + lib/AutoSplit.pm lib/Benchmark.pm lib/Carp.pm lib/Cwd.pm 19251 + lib/Devel/SelfStubber.pm lib/DirHandle.pm lib/English.pm 19252 + lib/Env.pm lib/Exporter.pm lib/ExtUtils/Install.pm 19253 + lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_OS2.pm 19254 + lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm 19255 + lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm 19256 + lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm 19257 + lib/ExtUtils/testlib.pm lib/ExtUtils/typemap 19258 + lib/ExtUtils/xsubpp lib/File/Basename.pm lib/File/CheckTree.pm 19259 + lib/File/Copy.pm lib/File/Find.pm lib/File/Path.pm 19260 + lib/FileCache.pm lib/Getopt/Long.pm lib/Getopt/Std.pm 19261 + lib/I18N/Collate.pm lib/IPC/Open2.pm lib/IPC/Open3.pm 19262 + lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/Complex.pm 19263 + lib/Net/Ping.pm lib/Pod/Functions.pm lib/Pod/Text.pm 19264 + lib/Search/Dict.pm lib/SelectSaver.pm lib/SelfLoader.pm 19265 + lib/Shell.pm lib/Symbol.pm lib/Sys/Hostname.pm 19266 + lib/Sys/Syslog.pm lib/Term/Cap.pm lib/Term/Complete.pm 19267 + lib/Term/ReadLine.pm lib/Test/Harness.pm lib/Text/Abbrev.pm 19268 + lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm 19269 + lib/Text/Wrap.pm lib/Tie/Hash.pm lib/Tie/Scalar.pm 19270 + lib/Tie/SubstrHash.pm lib/Time/Local.pm lib/abbrev.pl 19271 + lib/assert.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl 19272 + lib/cacheout.pl lib/chat2.inter lib/chat2.pl lib/complete.pl 19273 + lib/ctime.pl lib/diagnostics.pm lib/dotsh.pl lib/dumpvar.pl 19274 + lib/exceptions.pl lib/fastcwd.pl lib/find.pl lib/finddepth.pl 19275 + lib/flush.pl lib/ftp.pl lib/getcwd.pl lib/getopt.pl 19276 + lib/getopts.pl lib/hostname.pl lib/importenv.pl lib/integer.pm 19277 + lib/less.pm lib/lib.pm lib/look.pl lib/newgetopt.pl 19278 + lib/open2.pl lib/open3.pl lib/overload.pm lib/perl5db.pl 19279 + lib/pwd.pl lib/shellwords.pl lib/sigtrap.pm lib/splain 19280 + lib/stat.pl lib/strict.pm lib/subs.pm lib/syslog.pl 19281 + lib/tainted.pl lib/termcap.pl lib/timelocal.pl lib/validate.pl 19282 + lib/vars.pm makeaperl.SH makedepend.SH makedir.SH malloc.c 19283 + mg.c mg.h minimod.pl miniperlmain.c mv-if-diff myconfig op.c 19284 + op.h opcode.h opcode.pl os2/Makefile.SHs os2/POSIX.mkfifo 19285 + os2/README os2/README.old os2/diff.configure os2/diff.db_file 19286 + os2/notes os2/os2.c os2/os2ish.h os2/perl2cmd.pl patchlevel.h 19287 + perl.c perl.h perl_exp.SH perlsh perly.c perly.c.diff 19288 + perly.fixer perly.h perly.y pod/Makefile pod/buildtoc 19289 + pod/perl.pod pod/perlbook.pod pod/perlbot.pod pod/perlcall.pod 19290 + pod/perldata.pod pod/perldebug.pod pod/perldiag.pod 19291 + pod/perldsc.pod pod/perlembed.pod pod/perlform.pod 19292 + pod/perlfunc.pod pod/perlguts.pod pod/perlipc.pod 19293 + pod/perllol.pod pod/perlmod.pod pod/perlobj.pod pod/perlop.pod 19294 + pod/perlovl.pod pod/perlpod.pod pod/perlre.pod pod/perlref.pod 19295 + pod/perlrun.pod pod/perlsec.pod pod/perlstyle.pod 19296 + pod/perlsub.pod pod/perlsyn.pod pod/perltie.pod 19297 + pod/perltoc.pod pod/perltrap.pod pod/perlvar.pod 19298 + pod/perlxs.pod pod/perlxstut.pod pod/pod2html.PL 19299 + pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL pod/roffitall 19300 + pod/splitman pod/splitpod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c 19301 + proto.h regcomp.c regcomp.h regexec.c regexp.h run.c scope.c 19302 + scope.h sv.c sv.h t/README t/TEST t/base/cond.t t/base/if.t 19303 + t/base/lex.t t/base/pat.t t/base/term.t t/cmd/elsif.t 19304 + t/cmd/for.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t 19305 + t/cmd/while.t t/comp/cmdopt.t t/comp/cpp.aux t/comp/cpp.t 19306 + t/comp/decl.t t/comp/multiline.t t/comp/package.t 19307 + t/comp/script.t t/comp/term.t t/harness t/io/argv.t t/io/dup.t 19308 + t/io/fs.t t/io/inplace.t t/io/pipe.t t/io/print.t t/io/tell.t 19309 + t/lib/anydbm.t t/lib/bigint.t t/lib/bigintpm.t 19310 + t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t 19311 + t/lib/dirhand.t t/lib/english.t t/lib/filehand.t t/lib/gdbm.t 19312 + t/lib/ndbm.t t/lib/odbm.t t/lib/posix.t t/lib/safe.t 19313 + t/lib/sdbm.t t/lib/socket.t t/lib/soundex.t t/op/append.t 19314 + t/op/array.t t/op/auto.t t/op/chop.t t/op/cond.t t/op/delete.t 19315 + t/op/do.t t/op/each.t t/op/eval.t t/op/exec.t t/op/exp.t 19316 + t/op/flip.t t/op/fork.t t/op/glob.t t/op/goto.t t/op/groups.t 19317 + t/op/index.t t/op/int.t t/op/join.t t/op/list.t t/op/local.t 19318 + t/op/magic.t t/op/misc.t t/op/mkdir.t t/op/my.t t/op/oct.t 19319 + t/op/ord.t t/op/overload.t t/op/pack.t t/op/pat.t t/op/push.t 19320 + t/op/quotemeta.t t/op/rand.t t/op/range.t t/op/re_tests 19321 + t/op/read.t t/op/readdir.t t/op/ref.t t/op/regexp.t 19322 + t/op/repeat.t t/op/sleep.t t/op/sort.t t/op/split.t 19323 + t/op/sprintf.t t/op/stat.t t/op/study.t t/op/subst.t 19324 + t/op/substr.t t/op/time.t t/op/undef.t t/op/unshift.t 19325 + t/op/vec.t t/op/write.t t/re_tests taint.c toke.c unixish.h 19326 + util.c util.h utils/Makefile utils/c2ph.PL utils/h2ph.PL 19327 + utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL utils/pl2pm.PL 19328 + vms/Makefile vms/config.vms vms/descrip.mms 19329 + vms/ext/Filespec.pm vms/ext/Stdio/0README.txt 19330 + vms/ext/Stdio/Makefile.PL vms/ext/Stdio/Stdio.pm 19331 + vms/ext/Stdio/Stdio.xs vms/ext/Stdio/test.pl vms/fndvers.com 19332 + vms/gen_shrfls.pl vms/genconfig.pl vms/genopt.com 19333 + vms/make_command.com vms/mms2make.pl vms/myconfig.com 19334 + vms/perlvms.pod vms/perly_c.vms vms/perly_h.vms 19335 + vms/sockadapt.c vms/sockadapt.h vms/test.com vms/vms.c 19336 + vms/vms_yfix.pl vms/vmsish.h vms/writemain.pl writemain.SH 19337 + x2p/EXTERN.h x2p/INTERN.h x2p/Makefile.SH x2p/a2p.c x2p/a2p.h 19338 + x2p/a2p.man x2p/a2p.y x2p/a2py.c x2p/cflags.SH 19339 + x2p/find2perl.PL x2p/handy.h x2p/hash.c x2p/hash.h x2p/s2p.PL 19340 + x2p/s2p.man x2p/str.c x2p/str.h x2p/util.c x2p/util.h 19341 + x2p/walk.c 19342