This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
updates to compiler modules
[perl5.git] / Changes
CommitLineData
527cc686
GS
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>
527cc686
GS
23 Spider Boardman <spider@orb.nashua.nh.us>
24 Tom Christiansen <tchrist@perl.com>
3836fe67 25 Jan Dubois <jan.dubois@ibm.net>
527cc686
GS
26 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27 M. J. T. Guy <mjtg@cus.cam.ac.uk>
28 Jarkko Hietaniemi <jhi@iki.fi>
29 Nick Ing-Simmons <nik@tiuk.ti.com>
30 Andreas Koenig <a.koenig@mind.de>
31 Doug MacEachern <dougm@opengroup.org>
32 Paul Marquess <pmarquess@bfsec.bt.co.uk>
33 Stephen McCamant <alias@mcs.com>
34 Laszlo Molnar <molnarl@cdata.tvnet.hu>
35 Hans Mulder <hansmu@xs4all.nl>
36 Matthias Neeracher <neeri@iis.ee.ethz.ch>
37 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
38 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
39 Tom Phoenix <rootbeer@teleport.com>
40 Joshua Pritikin <joshua.pritikin@db.com>
41 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
42 Dean Roehrich <roehrich@cray.com>
43 Hugo van der Sanden <hv@crypt0.demon.co.uk>
44 Roderick Schertler <roderick@argon.org>
455ece5e 45 Kurt D. Starsinic <kstar@isinet.com>
527cc686
GS
46 Dan Sugalski <sugalskd@osshe.edu>
47 Larry W. Virden <lvirden@cas.org>
48 Ilya Zakharevich <ilya@math.ohio-state.edu>
49
50And the Keepers of the Patch Pumpkin:
51
bd3fa61c 52 Charles Bailey <bailey@newman.upenn.edu>
0f31cffe 53 Graham Barr <gbarr@ti.com>
527cc686
GS
54 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
55 Tim Bunce <Tim.Bunce@ig.co.uk>
56 Andy Dougherty <doughera@lafcol.lafayette.edu>
0f31cffe 57 Gurusamy Sarathy <gsar@umich.edu>
527cc686
GS
58 Chip Salzenberg <chip@perl.com>
59
60And, of course, the Author of Perl:
61
62 Larry Wall <larry@wall.org>
63
64
65NOTE: Each change entry shows the change number; who checked it into the
66repository; when; description of the change; which branch the change
67happened in; and the affected files. The file lists have a short symbolic
68indicator:
69
70 ! modified
71 + added
72 - deleted
73 +> branched (from elsewhere)
74 !> merged changes (from elsewhere)
75
76
77----------------
642c2561
GS
78Version 5.005_56 Development release working toward 5.006
79----------------
80
81____________________________________________________________________________
f3af6f93
GS
82[ 3045] By: gsar on 1999/03/01 03:32:30
83 Log: destroy PL_svref_mutex in perl_destruct()
84 Branch: perl
85 ! perl.c
86____________________________________________________________________________
87[ 3044] By: gsar on 1999/03/01 00:38:50
88 Log: up patchlevel &c.
89 Branch: perl
90 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
91 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
92 ! win32/makefile.mk
93____________________________________________________________________________
642c2561
GS
94[ 3043] By: gsar on 1999/03/01 00:14:15
95 Log: integrate cfgperl contents into mainline
96 Branch: perl
97 ! pod/perldelta.pod
98 !> Configure config_h.SH
99____________________________________________________________________________
100[ 3042] By: gsar on 1999/02/28 23:55:08
101 Log: slightly edited version of suggested patch
102 From: jan.dubois@ibm.net (Jan Dubois)
103 Date: Mon, 01 Mar 1999 00:32:05 +0100
104 Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
105 Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
106 Branch: perl
107 + lib/File/Spec/Functions.pm
108 ! MANIFEST lib/File/Spec.pm
109____________________________________________________________________________
110[ 3041] By: gsar on 1999/02/28 22:47:19
111 Log: fix subtle bug in eval'' testsuite
112 Branch: perl
113 ! t/op/eval.t
114____________________________________________________________________________
115[ 3040] By: gsar on 1999/02/28 22:46:24
116 Log: avoid literal control characters in change#3039
117 Branch: perl
118 ! t/base/lex.t
119____________________________________________________________________________
120[ 3039] By: gsar on 1999/02/28 21:47:18
121 Log: todo item: permit extended control variables a la ${^Foo} (patch
122 courtesy Mark-Jason Dominus <mjd@plover.com>)
123 Branch: perl
124 ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
125 ! t/base/lex.t toke.c
126____________________________________________________________________________
127[ 3038] By: gsar on 1999/02/28 21:21:05
128 Log: From: abigail@fnx.com
129 Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
130 Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
131 Subject: Recognize -> and => inside [A-Z]<> sequences.
132 Branch: perl
133 ! pod/pod2man.PL
134____________________________________________________________________________
135[ 3037] By: gsar on 1999/02/28 21:12:22
136 Log: fix longstanding bug: searches for lexicals originating within eval''
137 weren't stopping at the subroutine boundary correctly
138 Branch: perl
139 ! op.c proto.h t/op/eval.t
140____________________________________________________________________________
141[ 3036] By: gsar on 1999/02/28 20:02:29
142 Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
143 as stacked list values
144 From: jan.dubois@ibm.net (Jan Dubois)
145 Date: Sat, 27 Feb 1999 18:24:17 +0100
146 Message-ID: <36e22849.36531259@smtp1.ibm.net>
147 Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
148 Branch: perl
149 ! win32/win32.c
150____________________________________________________________________________
151[ 3035] By: gsar on 1999/02/28 19:48:54
152 Log: remove superfluous stack_sp decl
153 Branch: perl
154 ! jpl/JNI/JNI.xs
155____________________________________________________________________________
156[ 3034] By: gsar on 1999/02/28 19:34:58
157 Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
158 Branch: perl
159 ! lib/Getopt/Std.pm
160____________________________________________________________________________
161[ 3033] By: gsar on 1999/02/28 19:23:41
162 Log: add File::Compare::compare_text()
163 From: jan.dubois@ibm.net (Jan Dubois)
164 Date: Fri, 26 Feb 1999 00:20:41 +0100
165 Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
166 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
167 Branch: perl
168 ! lib/File/Compare.pm pod/perltodo.pod
169____________________________________________________________________________
170[ 3032] By: gsar on 1999/02/28 19:01:33
171 Log: add README.hpux
172 Branch: perl
173 + README.hpux
174 ! MAINTAIN MANIFEST
175____________________________________________________________________________
176[ 3031] By: gsar on 1999/02/28 18:49:08
177 Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
178 James Cromie <jcromie@fossil.uswc.uswest.com>
179 Branch: perl
180 ! lib/Pod/Html.pm
181____________________________________________________________________________
182[ 3030] By: gsar on 1999/02/28 18:35:09
183 Log: From: jan.dubois@ibm.net (Jan Dubois)
184 Date: Wed, 24 Feb 1999 22:34:56 +0100
185 Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
186 Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
187 Branch: perl
188 ! lib/Test/Harness.pm
189____________________________________________________________________________
190[ 3029] By: gsar on 1999/02/28 18:28:18
191 Log: add note about env pollution
192 Branch: perl
193 ! INSTALL pod/perltodo.pod
194____________________________________________________________________________
195[ 3028] By: jhi on 1999/02/26 14:40:00
196 Log: HP-UX 11 threads.
197
198 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
199 To: perl5-porters@perl.org
200 Cc: jhi@cc.hut.fi
201 Subject: Maint 5 and _54 with threading on HP-UX 11.00
202 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
203 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
204
205 NOTE from jhi: the hpux hints could still be more robust by
206 disabling gdbm when necessary.
207
208 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
209 linking -lgdbm -lpthread creates an executable that instantly
210 core dumps on a pthreads internal panic:
211
212 ./gdpt
213
214 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
215 Return Pointer is 0xc082bf33
216 17639 quit (core dumped) ./gdpt
217
218 You don't have to *use* either gdbm or pthreads in the executable,
219 just linking them together is enough. Workaround is to recompile
220 the GDBM under HP-UX 11, that makes the problem go away.
221 Branch: maint-5.005/perl
222 ! hints/hpux.sh thread.h
223____________________________________________________________________________
224[ 3025] By: jhi on 1999/02/25 20:41:07
225 Log: Temporary workaround for the config_h.SH versus
226 crosscompile and multiarch plus introduce 'rt'
227 to $libswanted: in UNIX98 sched_yield() lives there.
228 Branch: cfgperl
229 ! Configure config_h.SH
230____________________________________________________________________________
231[ 3024] By: jhi on 1999/02/24 12:54:59
232 Log: Integrate from mainperl.
233 Branch: cfgperl
234 +> t/lib/fatal.t
235 !> (integrate 44 files)
236____________________________________________________________________________
237[ 3023] By: gsar on 1999/02/24 07:02:12
238 Log: integrate cfgperl contents
239 Branch: perl
240 !> (integrate 30 files)
241____________________________________________________________________________
242[ 3022] By: gsar on 1999/02/24 05:59:47
243 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
244 Date: 23 Feb 1999 17:53:22 -0700
245 Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
246 Subject: [PATCH: _55] perldoc -q broken
247 Branch: perl
248 ! utils/perldoc.PL
249____________________________________________________________________________
250[ 3021] By: gsar on 1999/02/24 05:51:53
251 Log: ansify perlio.c, fix PerlIO-ish typos
252 Branch: perl
253 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
254 ! iperlsys.h perlio.c
255____________________________________________________________________________
256[ 3020] By: gsar on 1999/02/24 05:28:06
257 Log: adjust a Perl_malloc() flag for NeXT
258 From: Hans Mulder <hansm@icgned.icgroup.nl>
259 Date: Tue, 23 Feb 99 00:26:25 +0100
260 Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
261 Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
262 Branch: perl
263 ! perl.h
264____________________________________________________________________________
265[ 3019] By: gsar on 1999/02/24 05:19:42
266 Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
267 Branch: perl
268 ! pod/perltodo.pod
269____________________________________________________________________________
270[ 3018] By: gsar on 1999/02/24 04:15:18
271 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
272 Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
273 Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
274 Subject: improved error message [PATCH _55] [RESEND]
275 Branch: perl
276 ! sv.c
277____________________________________________________________________________
278[ 3017] By: gsar on 1999/02/24 03:50:34
279 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
280 Date: Sun, 21 Feb 1999 20:02:18 -0700
281 Message-Id: <199902220302.UAA09981@jhereg.perl.com>
282 Subject: perlfunc updates (against 55)
283 Branch: perl
284 ! pod/perlfunc.pod
285____________________________________________________________________________
286[ 3016] By: gsar on 1999/02/24 03:17:05
287 Log: testsuite adjustments
288 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
289 Date: Sat, 20 Feb 1999 15:24:57 +0000
290 Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
291 Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
292 Branch: perl
293 ! t/lib/io_sock.t t/op/lex_assign.t
294____________________________________________________________________________
295[ 3015] By: gsar on 1999/02/24 02:54:47
296 Log: avoid modifying readonly values from qw()
297 Branch: perl
298 ! lib/ExtUtils/MM_Unix.pm
299____________________________________________________________________________
300[ 3014] By: gsar on 1999/02/24 02:49:04
301 Log: more "correct" utbuf for utime()
302 Branch: perl
303 ! doio.c
304____________________________________________________________________________
305[ 3013] By: jhi on 1999/02/22 19:27:44
306 Log: Fix MacPerl version, change PowerUX to PowerMAX.
307
308 From: Chris Nandor <pudge@pobox.com>
309 To: jhi@iki.fi
310 Cc: perl5-porters@perl.org
311 Subject: Re: perl current availability as documented by perl.pod
312 Date: Sun, 21 Feb 1999 11:06:03 -0500
313 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
314
315 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
316 To: jhi@iki.fi
317 Cc: perl5-porters@perl.org
318 Subject: Re: perl current availability as documented by perl.pod
319 Date: Mon, 22 Feb 1999 13:08:30 GMT
320 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
321 Branch: cfgperl
322 ! pod/perl.pod
323 Branch: maint-5.005/perl
324 ! pod/perl.pod
325____________________________________________________________________________
326[ 3012] By: jhi on 1999/02/22 10:26:11
327 Log: Snapshot the cross-compilation/multiarchitecture stuff
328 (currently broken in next)
329 Branch: cfgperl
330 ! Configure config_h.SH pp.c
331____________________________________________________________________________
332[ 3011] By: jhi on 1999/02/22 10:24:51
333 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
334 To: gsar@activestate.com (Gurusamy Sarathy)
335 Cc: perl5-porters@perl.org (Perl5 Porters)
336 Subject: [PATCH 5.005_55] DB_File 1.64 patch
337 Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
338 Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
339 Branch: cfgperl
340 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
341 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
342____________________________________________________________________________
343[ 3009] By: jhi on 1999/02/22 09:14:26
344 Log: Scratch #3008 and introduce $crosscompile and $multiarch
345 also in non-Configure lands.
346 Branch: cfgperl
347 ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
348 ! hints/next_4.sh vms/subconfigure.com win32/config.bc
349 ! win32/config.gc win32/config.vc win32/config_H.bc
350 ! win32/config_H.gc win32/config_H.vc
351____________________________________________________________________________
352[ 3008] By: jhi on 1999/02/22 08:58:04
353 Log: Add -DMULTIARCH (see change #3006).
354 Branch: cfgperl
355 ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
356____________________________________________________________________________
357[ 3007] By: jhi on 1999/02/22 08:54:06
358 Log: Undo the references to local{lib,arch} introduced by #3006.
359 Branch: cfgperl
360 ! Configure config_h.SH
361____________________________________________________________________________
362[ 3006] By: jhi on 1999/02/22 08:43:50
363 Log: From: hansm@icgned.icgroup.nl
364 To: perlbug@perl.com
365 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
366 Date: Sun, 21 Feb 1999 22:58:55 +0100
367 Reply-To: hansmu@xs4all.nl
368 Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
369
370 plus other Configure changes: prepare for cross-compilation/
371 multiarchitecture builds.
372 Branch: cfgperl
373 ! Configure config_h.SH
374____________________________________________________________________________
375[ 3005] By: jhi on 1999/02/22 08:35:30
376 Log: Configure/Perl knew how to look for use Mach cthreads
377 but Configure didn't let them to be used ($osname 'next').
378 Branch: cfgperl
379 ! Configure config_h.SH
380 Branch: maint-5.005/perl
381 ! Configure
382____________________________________________________________________________
383[ 3004] By: jhi on 1999/02/21 15:46:02
384 Log: Update Acorn AVAILABILITY.
385 Branch: cfgperl
386 ! pod/perl.pod
387 Branch: maint-5.005/perl
388 ! pod/perl.pod
389____________________________________________________________________________
390[ 3003] By: jhi on 1999/02/21 14:50:42
391 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
392 To: perl5-porters@perl.org (Perl 5 Porters)
393 Subject: PATCH: perlref.pod - symbolic ref example
394 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
395 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
396 Branch: cfgperl
397 ! pod/perlref.pod
398 Branch: maint-5.005/perl
399 ! pod/perlref.pod
400____________________________________________________________________________
401[ 3002] By: jhi on 1999/02/21 14:35:22
402 Log: Sync cfgperl with maint-5.005 change #3000.
403 Branch: cfgperl
404 ! pod/perlfunc.pod t/op/pack.t
405____________________________________________________________________________
406[ 2999] By: gsar on 1999/02/20 22:48:30
407 Log: From: John Bley <jbb6@acpub.duke.edu>
408 Date: Sat, 20 Feb 1999 16:02:34 EST
409 Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
410 Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
411 Branch: perl
412 ! regcomp.c
413____________________________________________________________________________
414[ 2998] By: jhi on 1999/02/20 14:13:06
415 Log: Enhanced the endianness description.
416 Branch: cfgperl
417 ! pod/perlfunc.pod
418____________________________________________________________________________
419[ 2996] By: jhi on 1999/02/20 13:55:41
420 Log: Glossary now mostly fixed.
421 Branch: cfgperl
422 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
423 ! config_h.SH
424____________________________________________________________________________
425[ 2994] By: jhi on 1999/02/20 11:58:33
426 Log: Perldeltify GNU/Hurd.
427 Branch: cfgperl
428 ! pod/perldelta.pod
429____________________________________________________________________________
430[ 2993] By: gsar on 1999/02/20 00:59:10
431 Log: fix typo in Perl_sbrk()
432 From: hansm@icgned.icgroup.nl
433 Date: Fri, 19 Feb 1999 23:19:31 +0100
434 Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
435 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
436 Branch: perl
437 ! malloc.c
438____________________________________________________________________________
439[ 2992] By: gsar on 1999/02/20 00:51:08
440 Log: integrate change#2980 from maint-5.005
441 Branch: perl
442 !> utils/h2xs.PL
443____________________________________________________________________________
444[ 2991] By: gsar on 1999/02/20 00:34:01
445 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
446 Date: Thu, 18 Feb 1999 18:51:38 +0000
447 Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
448 Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
449 Branch: perl
450 ! pp_hot.c t/op/pat.t
451____________________________________________________________________________
452[ 2990] By: gsar on 1999/02/20 00:30:48
453 Log: From: jan.dubois@ibm.net (Jan Dubois)
454 Date: Thu, 18 Feb 1999 19:14:07 +0100
455 Message-ID: <36d15809.40853323@smtp1.ibm.net>
456 Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
457 Branch: perl
458 ! win32/win32.c
459____________________________________________________________________________
460[ 2989] By: gsar on 1999/02/20 00:27:01
461 Log: do poll() emulation unless HAS_POLL && I_POLL
462 Branch: perl
463 ! ext/IO/poll.h
464____________________________________________________________________________
465[ 2988] By: gsar on 1999/02/19 23:52:12
466 Log: tweak RE for NaNQ? recognition
467 Branch: perl
468 ! t/lib/bigfloatpm.t
469____________________________________________________________________________
470[ 2987] By: gsar on 1999/02/19 23:29:59
471 Log: mention C<use utf8> and C<use warning> in perldelta
472 Branch: perl
473 ! pod/perldelta.pod
474____________________________________________________________________________
475[ 2985] By: jhi on 1999/02/19 20:43:19
476 Log: pack/unpack better in (network-)short-non-16-bits and
477 (network-)long-non-32-bits systems such as Cray C90.
478 Branch: cfgperl
479 ! perl.h pp.c t/op/pack.t
480____________________________________________________________________________
481[ 2984] By: jhi on 1999/02/19 20:38:54
482 Log: Regen Configure.
483 Branch: cfgperl
484 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
485 ! perl.c
486____________________________________________________________________________
487[ 2982] By: jhi on 1999/02/19 19:51:49
488 Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
489 not probed for and
490
491 From: "Kurt D. Starsinic" <kstar@chapin.edu>
492 To: Chaim Frenkel <chaimf@pobox.com>,
493 Russ Allbery <rra@stanford.edu>,
494 Jarkko Hietaniemi <jhi@iki.fi>,
495 Gurusamy Sarathy <gsar@activestate.com>,
496 Graham Barr <gbarr@pobox.com>
497 Cc: bdensch@ameritech.net, perlbug@perl.com
498 Subject: [PATCH] Re: Solaris 7 for Intel
499 Message-ID: <19990219124404.A30182@O2.chapin.edu>
500
501 Glossary is still missing some terms because
502 mkglossary is misbehaving (change #2981 updated
503 Glossary manually)
504 Branch: cfgperl
505 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
506 ! Porting/config_H
507____________________________________________________________________________
508[ 2980] By: gbarr on 1999/02/19 16:06:53
509 Log: Make result of h2xs work when user adds C<use strict>
510 Branch: maint-5.005/perl
511 ! utils/h2xs.PL
512____________________________________________________________________________
513[ 2979] By: gsar on 1999/02/19 05:24:29
514 Log: doc for change#2978
515 Branch: perl
516 ! pod/perlsub.pod
517____________________________________________________________________________
518[ 2978] By: gsar on 1999/02/19 05:08:29
519 Log: bring '*' prototype closer to how it behaves internally
520 Branch: perl
521 + t/lib/fatal.t
522 ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
523____________________________________________________________________________
524[ 2977] By: gsar on 1999/02/19 02:50:31
525 Log: stem leakage of perly.h #defines #ifndef PERL_CORE
526 Branch: perl
527 ! perly.h
528____________________________________________________________________________
529[ 2975] By: gsar on 1999/02/18 21:41:57
530 Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
531 of lexical searches in BEGIN|INIT|END)
532 Branch: perl
533 ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
534 ! vms/perly_c.vms
535____________________________________________________________________________
536[ 2974] By: gsar on 1999/02/18 21:03:06
537 Log: missing PERL_POLLUTE_MALLOC
538 Branch: perl
539 ! ext/SDBM_File/sdbm/sdbm.h
540____________________________________________________________________________
541[ 2973] By: gsar on 1999/02/18 17:10:49
542 Log: From: Andy Dougherty <doughera@lafayette.edu>
543 Date: Wed, 17 Feb 1999 17:22:50 EST
544 Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
545 Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
546 Branch: perl
547 ! lib/dotsh.pl
548____________________________________________________________________________
549[ 2972] By: gsar on 1999/02/18 17:04:12
550 Log: s/#defined/#define/
551 Branch: perl
552 ! ext/Data/Dumper/Dumper.xs
553____________________________________________________________________________
554[ 2970] By: gsar on 1999/02/18 03:26:43
555 Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
556 Branch: perl
557 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
558 ! ext/GDBM_File/typemap
559____________________________________________________________________________
560[ 2969] By: gsar on 1999/02/17 23:30:47
561 Log: correct slurp mode doc
562 Branch: perl
563 ! pod/perlfunc.pod pod/perlop.pod
564____________________________________________________________________________
565[ 2968] By: jhi on 1999/02/17 23:15:49
566 Log: Ultrix hints update.
567
568 From: Spider Boardman <spider@zk3.dec.com>
569 To: perlbug@perl.com
570 Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
571 Date: Tue, 16 Feb 1999 23:04:28 -0500
572 Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
573 Branch: cfgperl
574 ! hints/ultrix_4.sh
575____________________________________________________________________________
576[ 2966] By: jhi on 1999/02/17 23:09:21
577 Log: Change #2965 wiped out some Sarathy's _55 changes.
578 Now unwiped.
579 Branch: cfgperl
580 ! Configure pp.c t/op/pack.t
581____________________________________________________________________________
582[ 2965] By: jhi on 1999/02/17 23:00:04
583 Log: Configure tweaks.
584
585 Fix the Unixware/SCO uname scan:
586
587 From: Tom Hughes <thh@cyberscience.com>
588 To: perlbug@perl.com
589 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
590 Date: 17 Feb 1999 15:34:15 +0000
591 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
592
593 AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
594
595 From: Joe Buehler <jhpb@hekimian.com>
596 To: perl5-porters@perl.org
597 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
598 Date: 12 Feb 1999 11:25:21 -0500
599 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
600
601 Make the pthreads joinable constant scan to output to fd 4, not 2.
602 Branch: cfgperl
603 ! Configure
604____________________________________________________________________________
605[ 2964] By: gsar on 1999/02/17 21:30:07
606 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
607 Date: Wed, 17 Feb 1999 06:53:13 -0700
608 Message-Id: <199902171353.GAA15682@jhereg.perl.com>
609 Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
610 Branch: perl
611 ! lib/Pod/Functions.pm
612____________________________________________________________________________
613[ 2963] By: gsar on 1999/02/17 21:18:21
614 Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
615 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
616 Date: Wed, 17 Feb 1999 10:06:01 +0000
617 Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
618 Subject: Re: [5.005_53] panic: pad_free curpad
619 Branch: perl
620 ! regcomp.c regexec.c t/op/misc.t
621____________________________________________________________________________
622[ 2962] By: gsar on 1999/02/16 21:26:28
623 Log: NaNQ? tweak
624 Branch: perl
625 ! t/lib/bigfloatpm.t
626____________________________________________________________________________
627[ 2961] By: jhi on 1999/02/16 19:26:38
628 Log: Integrate from mainperl.
629 Branch: cfgperl
630 !> (integrate 37 files)
631____________________________________________________________________________
632[ 2960] By: gsar on 1999/02/16 18:04:29
633 Log: undo change#2465 (qw[] is a real list now)
634 Branch: perl
635 ! pod/perlop.pod
636____________________________________________________________________________
637[ 2959] By: gsar on 1999/02/16 07:09:33
638 Log: this was 5.005_55
639 Branch: perl
640 ! Changes
641
642----------------
643Version 5.005_55
5fdc711f
GS
644----------------
645
646____________________________________________________________________________
50c2b76a
GS
647[ 2958] By: gsar on 1999/02/16 06:18:27
648 Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
649 elide dups and non-dependents from Changes
650 Branch: perl
651 ! Changes pod/perlhist.pod
652 !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
653 !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
654 !> pod/perlport.pod pp.c t/op/pack.t
655____________________________________________________________________________
99ed61e6
GS
656[ 2957] By: gsar on 1999/02/16 04:09:47
657 Log: propagate PERL_VERSION everywhere, add to pod
658 Branch: perl
659 ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
660 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
661 ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
662 ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
663 ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
664 ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
665 ! vms/myconfig.com vms/subconfigure.com win32/config.bc
666 ! win32/config.gc win32/config.vc win32/config_sh.PL
667 ! win32/win32.c x2p/a2py.c
668____________________________________________________________________________
669[ 2955] By: jhi on 1999/02/15 16:15:03
670 Log: The pack tests now better in C90 (after the packnative patches).
671 Branch: cfgperl
672 ! t/op/pack.t
673____________________________________________________________________________
674[ 2954] By: gsar on 1999/02/15 14:11:50
675 Log: tweak Configure to follow new PERL_VERSION etc.
676 Branch: perl
677 ! Configure patchlevel.h pod/perlhist.pod
678____________________________________________________________________________
679[ 2953] By: jhi on 1999/02/15 14:02:21
680 Log: Integrate from mainperl.
681 Branch: cfgperl
682 !> MANIFEST Porting/makerel
683____________________________________________________________________________
684[ 2952] By: jhi on 1999/02/15 13:50:07
685 Log: Enhance the packnative patch: use the packnative code
686 only if required. Also added hefty testing (hopefully
687 I didn't assume too much...). Tested on alpha, ix86, sparc.
688 Branch: cfgperl
689 ! pod/perlfunc.pod pp.c t/op/pack.t
690____________________________________________________________________________
691[ 2951] By: jhi on 1999/02/15 13:46:56
692 Log: AVAILABILITY from 5.005_03-tobe, will of course
693 require updating when 5.006 comes out.
694 Branch: cfgperl
695 ! pod/perl.pod
696____________________________________________________________________________
697[ 2949] By: gsar on 1999/02/15 13:28:51
698 Log: will this be it for 5.005_55?
699 Branch: perl
700 ! MANIFEST Porting/makerel
701____________________________________________________________________________
702[ 2948] By: jhi on 1999/02/15 13:23:52
703 Log: Integrate from mainperl.
704 Branch: cfgperl
705 !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
706 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
707 !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
708 !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
709 !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
710 !> win32/config.gc win32/config.vc win32/config_H.bc
711 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
712____________________________________________________________________________
713[ 2947] By: jhi on 1999/02/15 13:20:41
714 Log: perlport.pod 1.39 from Chris.
715 Branch: cfgperl
716 ! pod/perlport.pod
717____________________________________________________________________________
718[ 2946] By: jhi on 1999/02/15 13:09:58
719 Log: Import Ultrix update, change #2864,
720
721 From: Spider Boardman <spider@zk3.dec.com>
722 To: perlbug@perl.com
723 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
724 Date: Wed, 10 Feb 1999 23:33:31 -0500
725 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
726 Branch: cfgperl
727 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
728____________________________________________________________________________
729[ 2945] By: jhi on 1999/02/15 13:04:50
730 Log: OpenBSD sparc SHMLBA.
731 Branch: cfgperl
732 ! ext/IPC/SysV/SysV.xs
733____________________________________________________________________________
734[ 2944] By: gsar on 1999/02/15 12:09:52
735 Log: update win32/config* stuff, Changes
736 Branch: perl
737 ! Changes win32/Makefile win32/config.bc win32/config.gc
738 ! win32/config.vc win32/config_H.bc win32/config_H.gc
739 ! win32/config_H.vc win32/makefile.mk
740____________________________________________________________________________
c4d53692
GS
741[ 2943] By: gsar on 1999/02/15 11:54:08
742 Log: #include patchlevel.h by default, provide
743 PERL_{REVISION,VERSION,SUBVERSION}
744 Branch: perl
745 ! patchlevel.h perl.h
746____________________________________________________________________________
747[ 2942] By: gsar on 1999/02/15 10:26:59
748 Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
749 misc fixes
750 Branch: perl
751 ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
752____________________________________________________________________________
753[ 2941] By: gsar on 1999/02/15 10:24:37
754 Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
755 Message-ID: <19990207002851.B9185@toldyouso.com>
756 Message-ID: <19990207212152.A9765@toldyouso.com>
757 Message-ID: <19990207212041.A9622@toldyouso.com>
758 Message-ID: <19990207213127.A10244@toldyouso.com>
759 Message-ID: <19990207212559.A9950@toldyouso.com>
760 Message-ID: <19990207212842.A9994@toldyouso.com>
761 Message-ID: <19990207212500.A9860@toldyouso.com>
762 Message-ID: <19990207213013.A10105@toldyouso.com>
763 Branch: perl
764 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
765 ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
766 ! pod/perlmodlib.pod pod/perltoc.pod
767____________________________________________________________________________
768[ 2940] By: gsar on 1999/02/15 10:07:08
769 Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
770 of suggested patch)
771 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
772 Date: Mon, 08 Feb 1999 01:14:41 -0000
773 Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
774 Subject: [PATCH 5.005_54] some pending C.pm stuff
775 Branch: perl
776 ! ext/B/B/C.pm
777____________________________________________________________________________
778[ 2939] By: jhi on 1999/02/15 08:40:18
779 Log: Integrate from mainperl.
780 Branch: cfgperl
781 +> t/lib/bigfloat.t t/lib/bigfloatpm.t
782 - lib/File/PathConvert.pm
783 !> (integrate 81 files)
784____________________________________________________________________________
785[ 2938] By: gsar on 1999/02/15 06:56:39
786 Log: change#2839 was bogus, redo
787 Branch: perl
788 !> t/lib/h2ph.pht
789____________________________________________________________________________
790[ 2937] By: gsar on 1999/02/15 06:38:15
791 Log: support Win32::GetFullPathName() and Win32::SetLastError()
792 From: jan.dubois@ibm.net (Jan Dubois)
793 Date: Tue, 09 Feb 1999 22:27:31 +0100
794 Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
795 Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
796 Branch: perl
797 ! win32/win32.c
798____________________________________________________________________________
799[ 2936] By: gsar on 1999/02/15 06:26:39
800 Log: support native integers, pack("L_",...) etc. (via private mail)
801 From: Jarkko Hietaniemi <jhi@iki.fi>
802 Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
803 Message-Id: <199902092204.AAA29065@alpha.hut.fi>
804 Subject: the "packnative" patch
805 Branch: perl
806 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
807 ! t/lib/ipc_sysv.t t/op/pack.t
808____________________________________________________________________________
809[ 2935] By: gsar on 1999/02/15 06:04:02
810 Log: From: Michael G Schwern <schwern@pobox.com>
811 Date: Tue, 9 Feb 1999 04:13:12 -0500
812 Message-ID: <19990209041312.A15788@toldyouso.com>
813 Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
814 Branch: perl
815 ! utils/h2xs.PL
816____________________________________________________________________________
817[ 2934] By: gsar on 1999/02/15 05:30:13
818 Log: fix bugs in the handling of negative numbers, among other things
819 From: Steven Knight <knight@theopera.baldmt.citilink.com>
820 Date: Mon, 8 Feb 1999 01:16:24 -0600
821 Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
822 Subject: Math::BigFloat and Math::BigInt
823 Branch: perl
824 + t/lib/bigfloat.t t/lib/bigfloatpm.t
825 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
826 ! t/lib/bigintpm.t
827____________________________________________________________________________
828[ 2933] By: gsar on 1999/02/15 04:57:52
829 Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
830 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
831 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
832 Subject: s2p incorrectly handles hold space commands
833 Branch: perl
834 ! x2p/s2p.PL
835____________________________________________________________________________
836[ 2932] By: gsar on 1999/02/15 04:45:55
837 Log: clarify what a "line" is
838 Branch: perl
839 ! pod/perlfunc.pod pod/perlvar.pod
840____________________________________________________________________________
841[ 2931] By: gsar on 1999/02/15 04:23:29
842 Log: backout change#2811 and add newer version based on File::Spec
843 From: Barrie Slaymaker <rbs@telerama.com>
844 Date: Thu, 11 Feb 1999 16:29:24 -0500
845 Message-ID: <36C34BB4.A62090E0@telerama.com>
846 Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
847 Branch: perl
848 - lib/File/PathConvert.pm
849 ! MANIFEST installhtml lib/Pod/Html.pm
850____________________________________________________________________________
851[ 2930] By: gsar on 1999/02/15 04:16:25
852 Log: From: Barrie Slaymaker <rbs@telerama.com>
853 Date: Thu, 11 Feb 1999 19:39:48 -0500
854 Message-ID: <36C37854.707D139@telerama.com>
855 Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
856 Branch: perl
857 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
858____________________________________________________________________________
859[ 2929] By: gsar on 1999/02/15 04:06:50
860 Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
861 Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
862 Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
863 Subject: [PATCH]5.005_54 (DOC) fix many typos
864 --
865 Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
866 Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
867 Subject: [PATCH]5.005_54 (DOC) typos
868 Branch: perl
869 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
870 ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
871 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
872 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
873 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
874 ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
875 ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
876 ! pod/perlvar.pod pod/perlxs.pod
877____________________________________________________________________________
878[ 2928] By: gsar on 1999/02/15 03:39:53
879 Log: allow the Carp routines to pass through exception objects
880 Branch: perl
881 ! lib/Carp.pm
882____________________________________________________________________________
883[ 2927] By: gsar on 1999/02/15 03:22:57
884 Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
885 Branch: perl
886 ! pod/perlfaq8.pod
887____________________________________________________________________________
888[ 2926] By: gsar on 1999/02/15 03:19:39
889 Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
890 have done that, but didn't)
891 Branch: perl
892 !> utils/h2ph.PL
893____________________________________________________________________________
894[ 2925] By: gsar on 1999/02/15 03:17:01
895 Log: integrate cfgperl changes into mainline
896 Branch: perl
897 ! Changes
898 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
899 !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
900 !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
901 !> vms/subconfigure.com
902____________________________________________________________________________
9816bd0f
GS
903[ 2924] By: gsar on 1999/02/15 03:07:08
904 Log: add const qualifier to most char* prototypes, handle ripple effect
905 Branch: perl
906 ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
907 ! universal.c util.c
908____________________________________________________________________________
909[ 2923] By: gsar on 1999/02/15 01:04:30
910 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
911 Date: Thu, 04 Feb 1999 02:37:31 +0000
912 Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
913 Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
914 Branch: perl
915 ! pp_ctl.c t/op/range.t
916____________________________________________________________________________
917[ 2922] By: gsar on 1999/02/15 00:24:34
918 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
919 Date: Sun, 31 Jan 1999 01:50:06 +0000
920 Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
921 Subject: [PATCH 5.005_03t4] regexp flags bug
922 Branch: perl
923 ! regcomp.c t/op/re_tests
924____________________________________________________________________________
925[ 2921] By: gsar on 1999/02/15 00:13:02
926 Log: use New() et al., rather than safemalloc() et al.
927 From: jan.dubois@ibm.net (Jan Dubois)
928 Date: Fri, 29 Jan 1999 23:27:22 +0100
929 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
930 Subject: [PATCH _03-MT5] POSIX.xs memory API
931 Branch: perl
932 ! ext/POSIX/POSIX.xs
933____________________________________________________________________________
934[ 2920] By: gsar on 1999/02/15 00:05:33
935 Log: tweak READ() docs to mention $buffer must be altered by reference
936 Branch: perl
937 ! pod/perltie.pod
938____________________________________________________________________________
939[ 2919] By: gsar on 1999/02/14 23:50:39
940 Log: applied suggested patch, with several language/readability tweaks
941 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
942 Date: Fri, 29 Jan 1999 00:25:02 -0500
943 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
944 Subject: Re: [PATCH 5.005_*] Better parsing docs
945 Branch: perl
946 ! pod/perlop.pod
947____________________________________________________________________________
948[ 2918] By: gsar on 1999/02/14 23:20:42
949 Log: several bug fixes; now croak()s when date exceeds integer limits (instead
950 of silently returning bogus values)
951 From: Peter Chines <pchines@nhgri.nih.gov>
952 Date: Wed, 27 Jan 1999 16:11:31 -0500
953 Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
954 Subject: Time::Local
955 Branch: perl
956 ! lib/Time/Local.pm pod/perldelta.pod
957____________________________________________________________________________
958[ 2917] By: gsar on 1999/02/14 11:21:43
959 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
960 Date: Thu, 28 Jan 1999 10:02:20 -0500
961 Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
962 Subject: Re: [PATCH 5.005_53] Better perldoc
963 Branch: perl
964 ! utils/perldoc.PL
965____________________________________________________________________________
966[ 2916] By: gsar on 1999/02/14 10:59:38
967 Log: back out change#2751, apply updated version
968 From: jan.dubois@ibm.net (Jan Dubois)
969 Date: Sat, 06 Feb 1999 01:06:29 +0100
970 Message-ID: <36bc844c.18763049@smtp1.ibm.net>
971 Subject: [PATCH] Cleanup of File::Spec module
972 Branch: perl
973 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
974 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
975 ! lib/File/Spec/Win32.pm
976____________________________________________________________________________
977[ 2915] By: gsar on 1999/02/14 10:48:01
978 Log: tweak select() test
979 Branch: perl
980 ! pod/perlipc.pod t/op/fh.t
981____________________________________________________________________________
982[ 2914] By: gsar on 1999/02/14 10:25:55
983 Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
984 Branch: perl
985 ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
986____________________________________________________________________________
987[ 2913] By: gsar on 1999/02/14 10:03:51
988 Log: From: Kenneth Albanowski <kjahds@kjahds.com>
989 Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
990 Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
991 Subject: Re: SvOPV() or SvPV_nolen() or ...
992 Branch: perl
993 ! pod/perlguts.pod
994____________________________________________________________________________
995[ 2912] By: gsar on 1999/02/14 09:57:29
996 Log: provide SvPV_nolen(sv) to avoid use of PL_na
997 From: jan.dubois@ibm.net (Jan Dubois)
998 Date: Sun, 24 Jan 1999 02:45:32 +0100
999 Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
1000 Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
1001 Branch: perl
1002 ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
1003 ! sv.h
1004____________________________________________________________________________
1005[ 2911] By: gsar on 1999/02/14 06:51:05
1006 Log: elide stray effluvium
1007 Branch: perl
1008 ! pod/perldelta.pod
1009____________________________________________________________________________
1010[ 2910] By: gsar on 1999/02/14 05:51:56
1011 Log: slurping an empty file should return '' rather than undef, with
1012 commensurate effects on ARGV processing
1013 Branch: perl
1014 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1015 ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
1016____________________________________________________________________________
1017[ 2909] By: gsar on 1999/02/14 00:02:11
1018 Log: perly_c.diff typo
1019 Branch: perl
1020 ! perly.c perly_c.diff vms/perly_c.vms
1021____________________________________________________________________________
1022[ 2908] By: gsar on 1999/02/13 18:20:13
1023 Log: From: jan.dubois@ibm.net (Jan Dubois)
1024 Date: Sat, 13 Feb 1999 13:25:53 +0100
1025 Message-Id: <36c9629c.13334874@smtp1.ibm.net>
1026 Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
1027 Branch: perl
1028 ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
1029____________________________________________________________________________
1030[ 2907] By: jhi on 1999/02/13 15:07:26
1031 Log: Integrate from mainperl.
1032 Branch: cfgperl
1033 +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
1034 !> (integrate 150 files)
1035____________________________________________________________________________
9816bd0f
GS
1036[ 2903] By: gsar on 1999/02/12 13:25:59
1037 Log: From: jan.dubois@ibm.net (Jan Dubois)
1038 Date: Sun, 24 Jan 1999 01:12:00 +0100
1039 Message-ID: <36b66479.62756298@smtp1.ibm.net>
1040 Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
1041 Branch: perl
1042 ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
1043 ! proto.h sv.c sv.h
1044____________________________________________________________________________
1045[ 2902] By: gsar on 1999/02/12 12:55:11
1046 Log: script to generate ctags from etags
1047 From: Colin Kuskie <ckuskie@cadence.com>
1048 Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
1049 Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
1050 Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
1051 Branch: perl
1052 + emacs/e2ctags.pl
1053 ! Makefile.SH pod/perlfaq3.pod
1054____________________________________________________________________________
1055[ 2901] By: gsar on 1999/02/12 12:40:17
1056 Log: allow boolean assign ops to be lvalues
1057 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1058 Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
1059 Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
1060 --
1061 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1062 Date: Mon, 18 Jan 1999 10:04:00 +0000
1063 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
1064 Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
1065 Branch: perl
1066 + t/op/lop.t
1067 ! MANIFEST op.c
1068____________________________________________________________________________
9816bd0f
GS
1069[ 2899] By: jhi on 1999/02/12 12:03:48
1070 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
1071 Branch: cfgperl
1072 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1073 ! config_h.SH hints/openbsd.sh
1074____________________________________________________________________________
1075[ 2898] By: gsar on 1999/02/12 11:49:25
1076 Log: support win32_putenv()
1077 Branch: perl
1078 ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
1079 ! win32/win32.c win32/win32iop.h
1080____________________________________________________________________________
9816bd0f
GS
1081[ 2894] By: gsar on 1999/02/12 11:09:27
1082 Log: add missing hunk in change#2657
1083 Branch: perl
1084 ! ext/B/B/CC.pm
1085____________________________________________________________________________
1086[ 2893] By: gsar on 1999/02/12 11:00:13
1087 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1088 Date: Tue, 19 Jan 1999 20:13:15 -0500
1089 Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
1090 Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
1091 Branch: perl
1092 ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
1093 ! t/pragma/subs.t t/pragma/warning.t
1094____________________________________________________________________________
1095[ 2892] By: gsar on 1999/02/12 10:44:38
1096 Log: update change#2670 to later version
1097 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1098 Date: Sun, 31 Jan 1999 16:16:14 +0000
1099 Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
1100 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
1101 Branch: perl
1102 ! t/op/subst.t toke.c
1103____________________________________________________________________________
1104[ 2891] By: gsar on 1999/02/12 10:31:17
1105 Log: make testsuite somewhat location independent
1106 Branch: perl
1107 ! (edit 117 files)
1108____________________________________________________________________________
93430cb4
GS
1109[ 2890] By: gsar on 1999/02/12 10:00:30
1110 Log: add $AutoLoader::VERSION
1111 Branch: perl
1112 ! lib/AutoLoader.pm
1113____________________________________________________________________________
1114[ 2889] By: gsar on 1999/02/12 09:55:48
1115 Log: tweak PERL_STRICT_CR notes
1116 Branch: perl
1117 ! pod/perl5005delta.pod
1118____________________________________________________________________________
1119[ 2888] By: gsar on 1999/02/12 09:41:45
1120 Log: add note about test-notty target
1121 Branch: perl
1122 ! README.win32
1123____________________________________________________________________________
1124[ 2887] By: gsar on 1999/02/12 09:37:37
1125 Log: add perltodo.pod
1126 Branch: perl
1127 + pod/perltodo.pod
1128 ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
1129 ! win32/pod.mak
1130____________________________________________________________________________
1131[ 2886] By: jhi on 1999/02/12 08:52:14
1132 Log: Integrate from mainperl.
1133 Branch: cfgperl
1134 +> t/op/fh.t
1135 !> (integrate 30 files)
1136____________________________________________________________________________
1137[ 2885] By: gsar on 1999/02/12 08:42:10
1138 Log: note how to find REG_INFTY limit
1139 Branch: perl
1140 ! pod/perlre.pod
1141____________________________________________________________________________
1142[ 2884] By: jhi on 1999/02/12 08:36:14
1143 Log: OpenBSD pthreads awareness, thanks to
1144 David Leonard <david.leonard@csee.uq.edu.au>
1145 Branch: maint-5.005/perl
1146 ! Configure hints/openbsd.sh
1147____________________________________________________________________________
93430cb4
GS
1148[ 2882] By: gsar on 1999/02/12 08:05:20
1149 Log: IO is maintained by p5p (per Graham Barr's wishes)
1150 Branch: perl
1151 ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
1152 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
1153 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
1154 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
1155____________________________________________________________________________
1156[ 2881] By: gsar on 1999/02/12 07:57:13
1157 Log: fh.t typo
1158 Branch: perl
1159 ! t/op/fh.t
1160____________________________________________________________________________
1161[ 2880] By: gsar on 1999/02/12 07:38:16
1162 Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
1163 Branch: perl
1164 ! perl.c pod/perlrun.pod
1165____________________________________________________________________________
1166[ 2879] By: gsar on 1999/02/12 05:39:29
1167 Log: fix ops that are not filehandle constructors to not create GV if it
1168 doesn't already exist (avoids leaks); extend semantics of defined()
1169 so that defined(*{$foo}) works (experimental)
1170 Branch: perl
1171 + t/op/fh.t
1172 ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
1173 ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
1174____________________________________________________________________________
93430cb4
GS
1175[ 2877] By: jhi on 1999/02/11 20:44:00
1176 Log: From: Chris Nandor <pudge@pobox.com>
1177 To: perl5-porters@perl.org
1178 Subject: [PATCH] perlport.pod 1.39
1179 Date: Thu, 11 Feb 1999 12:28:35 -0500
1180 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
1181 Branch: cfgperl
1182 ! pod/perlport.pod
1183____________________________________________________________________________
93430cb4
GS
1184[ 2870] By: gsar on 1999/02/11 11:17:08
1185 Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
1186 Branch: perl
1187 ! ext/IO/lib/IO/Pipe.pm
1188____________________________________________________________________________
1189[ 2869] By: gsar on 1999/02/11 11:00:56
1190 Log: update win32/pod.mak
1191 Branch: perl
1192 ! win32/pod.mak
1193____________________________________________________________________________
1194[ 2868] By: gsar on 1999/02/11 10:42:44
1195 Log: From: Benjamin Low <b.d.low@unsw.edu.au>
1196 Date: Fri, 08 Jan 1999 14:36:53 +1100
1197 Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
1198 Subject: Re: [Fwd: IO::Socket::connect and blocking]
1199 Branch: perl
1200 ! ext/IO/lib/IO/Socket.pm
1201____________________________________________________________________________
1202[ 2867] By: gsar on 1999/02/11 09:43:03
1203 Log: av_extend() doc tweak from Jan Dubois
1204 Branch: perl
1205 ! pod/perlguts.pod
1206____________________________________________________________________________
1207[ 2866] By: gsar on 1999/02/11 09:27:17
1208 Log: display full pathname of unreadable files
1209 Branch: perl
1210 ! utils/perldoc.PL
1211____________________________________________________________________________
1212[ 2865] By: gsar on 1999/02/11 09:02:31
1213 Log: missing patch in change#2522
1214 Branch: perl
1215 ! lib/Pod/Text.pm
1216____________________________________________________________________________
1217[ 2864] By: jhi on 1999/02/11 08:45:00
1218 Log: From: Spider Boardman <spider@zk3.dec.com>
1219 To: perlbug@perl.com
1220 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
1221 Date: Wed, 10 Feb 1999 23:33:31 -0500
1222 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
1223 Branch: maint-5.005/perl
1224 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
1225____________________________________________________________________________
93430cb4
GS
1226[ 2862] By: gsar on 1999/02/11 08:14:34
1227 Log: integrate changes#2738,2740 from maint-5.005
1228 Branch: perl
1229 !> lib/ExtUtils/MakeMaker.pm
1230____________________________________________________________________________
1231[ 2861] By: jhi on 1999/02/11 08:04:25
1232 Log: Integrate from mainperl.
1233 Branch: cfgperl
1234 !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
1235 !> t/op/range.t win32/config.gc
1236____________________________________________________________________________
1237[ 2860] By: gsar on 1999/02/11 07:30:08
1238 Log: binmode() support for cygwin32 (suggested by Steven Morlock
1239 <newspost@morlock.net>)
1240 Branch: perl
1241 ! perl.h
1242____________________________________________________________________________
1243[ 2859] By: gsar on 1999/02/11 07:14:21
1244 Log: update Changes
1245 Branch: perl
1246 ! Changes
1247 !> pod/perl5005delta.pod
1248____________________________________________________________________________
854b7fdb
GS
1249[ 2856] By: gsar on 1999/02/11 07:07:39
1250 Log: integrate perldelta changes from maint-5.005
1251 Branch: perl
1252 !> pod/perl5005delta.pod
1253____________________________________________________________________________
1254[ 2855] By: gsar on 1999/02/11 06:31:50
1255 Log: applied suggested patch; added tests
1256 From: Adam Krolnik <adamk@gypsy.cyrix.com>
1257 Date: Sat, 12 Dec 98 15:30:18 -0600
1258 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
1259 Subject: Range operation doesn't handle IV_MAX
1260 Branch: perl
1261 ! pp_ctl.c t/op/range.t
1262____________________________________________________________________________
1263[ 2854] By: gsar on 1999/02/11 05:00:55
1264 Log: compatibility fix: magic non-propagation in foreach implicit localization
1265 Branch: perl
1266 ! pp_ctl.c t/op/local.t win32/config.gc
1267____________________________________________________________________________
854b7fdb
GS
1268[ 2852] By: gsar on 1999/02/10 23:17:49
1269 Log: fair warning about -Dusethreads
1270 Branch: maint-5.005/perl
1271 ! Configure INSTALL README.threads
1272____________________________________________________________________________
854b7fdb
GS
1273[ 2847] By: jhi on 1999/02/09 19:13:28
1274 Log: Integrate from mainperl.
1275 Branch: cfgperl
1276 !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
1277 !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
1278____________________________________________________________________________
1279[ 2846] By: gsar on 1999/02/09 13:53:28
1280 Log: a modified version of suggested patch for pack template 'Z'; added docs
1281 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
1282 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
1283 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
1284 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
1285 Branch: perl
1286 ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
1287____________________________________________________________________________
1288[ 2845] By: gsar on 1999/02/09 00:03:26
1289 Log: clarify docs for change#2835
1290 Branch: perl
1291 ! pod/perldelta.pod pod/perlop.pod
1292____________________________________________________________________________
1293[ 2844] By: gsar on 1999/02/08 23:40:57
1294 Log: addendum to change#2823
1295 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1296 Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
1297 Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
1298 Subject: [PATCH] Docs and tests for method-call syntax
1299 Branch: perl
1300 ! pod/perlobj.pod t/op/method.t
1301____________________________________________________________________________
1302[ 2843] By: jhi on 1999/02/08 21:06:28
1303 Log: Ultrix mmap tidbit.
1304 Branch: cfgperl
1305 ! hints/ultrix_4.sh
1306____________________________________________________________________________
1307[ 2842] By: jhi on 1999/02/08 20:22:55
1308 Log: Integrate from mainperl.
1309 Branch: cfgperl
1310 +> t/op/subst_wamp.t
1311 !> (integrate 35 files)
1312____________________________________________________________________________
1313[ 2841] By: jhi on 1999/02/08 18:23:26
1314 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1315 To: Mailing list Perl5 <perl5-porters@perl.org>
1316 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
1317 Date: Sun, 7 Feb 1999 17:25:22 -0500
1318 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
1319 Branch: cfgperl
1320 + t/op/subst_amp.t
1321 ! MANIFEST regcomp.c t/op/subst.t
1322____________________________________________________________________________
1323[ 2840] By: jhi on 1999/02/08 18:16:54
1324 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1325 To: Mailing list Perl5 <perl5-porters@perl.org>
1326 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
1327 Date: Sun, 7 Feb 1999 17:00:10 -0500
1328 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
1329 Branch: cfgperl
1330 ! pp_hot.c t/op/pat.t
1331____________________________________________________________________________
1332[ 2839] By: jhi on 1999/02/08 17:25:30
1333 Log: A require was missing.
1334 Branch: cfgperl
1335 ! t/lib/h2ph.pht
1336____________________________________________________________________________
1337[ 2838] By: jhi on 1999/02/08 16:38:41
1338 Log: Bring in the change #2809 (the Configure part has been
1339 modified rather a lot since the #2809, though.)
1340 Branch: cfgperl
1341 ! Configure utils/h2ph.PL
1342____________________________________________________________________________
854b7fdb
GS
1343[ 2835] By: gsar on 1999/02/08 14:40:23
1344 Log: make qw() into a true list at compile time (slightly modified
1345 variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
1346 Branch: perl
1347 ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
1348____________________________________________________________________________
1349[ 2834] By: gsar on 1999/02/08 13:23:16
1350 Log: make safesysmalloc() etc., always available; safemalloc() et al are
1351 now macros that point to the right malloc; fix various places in
1352 sources that need to always use safesysmalloc() et al
1353 Branch: perl
1354 ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
1355 ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
1356____________________________________________________________________________
1357[ 2833] By: gsar on 1999/02/08 10:56:16
1358 Log: remove spurious #endif in last change
1359 Branch: perl
1360 ! perl.h
1361____________________________________________________________________________
1362[ 2832] By: gsar on 1999/02/08 10:34:55
1363 Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
1364 them ask for insanity (untested)
1365 Branch: perl
1366 ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
1367 ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
1368 ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
1369____________________________________________________________________________
1370[ 2831] By: jhi on 1999/02/08 08:33:33
1371 Log: Update vms/subconfigure.com along the lines of change #2829.
1372 Branch: cfgperl
1373 ! vms/subconfigure.com
1374____________________________________________________________________________
1375[ 2830] By: gsar on 1999/02/08 00:19:46
1376 Log: integrate cfgperl changes into mainline
1377 Branch: perl
1378 +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
1379 +> lib/File/PathConvert.pm pod/perlthrtut.pod
1380 ! Changes
1381 !> (integrate 93 files)
1382____________________________________________________________________________
1383[ 2829] By: jhi on 1999/02/07 23:49:46
1384 Log: Configure update.
1385
1386 Probe for mmap() et alia.
1387 The *cc*symbols patch (just Configure, no h2ph).
1388 Branch: cfgperl
1389 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1390 ! config_h.SH perl.h
1391____________________________________________________________________________
a43a7b9b
GS
1392[ 2828] By: gsar on 1999/02/07 23:38:47
1393 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1394 Date: Sun, 7 Feb 1999 17:25:22 -0500
1395 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
1396 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
1397 Branch: perl
1398 + t/op/subst_amp.t t/op/subst_wamp.t
1399 ! MANIFEST regcomp.c t/op/subst.t
1400____________________________________________________________________________
1401[ 2827] By: gsar on 1999/02/07 23:27:32
1402 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1403 Date: Sun, 7 Feb 1999 17:00:10 -0500
1404 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
1405 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
1406 Branch: perl
1407 ! pp_hot.c t/op/pat.t
1408____________________________________________________________________________
1409[ 2826] By: gsar on 1999/02/07 23:26:04
1410 Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
1411 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1412 Date: Sun, 7 Feb 1999 15:07:27 -0500
1413 Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
1414 Subject: Re: fixing memory leaks in REx compilation
1415 Branch: perl
1416 ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
1417 ! regexec.c
1418____________________________________________________________________________
1419[ 2825] By: jhi on 1999/02/07 18:05:13
1420 Log: Integrate from mainperl.
1421 Branch: cfgperl
1422 +> lib/DB.pm t/comp/bproto.t
1423 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
1424 !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
1425 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
1426 !> toke.c vms/perly_c.vms
1427____________________________________________________________________________
1428[ 2824] By: gsar on 1999/02/07 14:21:48
1429 Log: tweak doc on bitwise ops
1430 Branch: perl
1431 ! pod/perlop.pod
1432____________________________________________________________________________
1433[ 2823] By: gsar on 1999/02/07 13:38:31
1434 Log: applied suggested patch; regen perly* and vms/perly*
1435 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
1436 Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
1437 Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
1438 Subject: [PATCH] Re: Suggestion for perlobj man page
1439 Branch: perl
1440 ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
1441____________________________________________________________________________
1442[ 2822] By: gsar on 1999/02/07 12:39:09
1443 Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
1444 disabled, fails tests)
1445 Branch: perl
1446 ! regcomp.h
1447____________________________________________________________________________
1448[ 2821] By: gsar on 1999/02/07 11:09:39
1449 Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
1450 <Alexander.Barilo@aexp.com>)
1451 Branch: perl
1452 ! lib/Pod/Html.pm
1453____________________________________________________________________________
1454[ 2820] By: gsar on 1999/02/07 10:20:35
1455 Log: add draft debugging API implementation
1456 Branch: perl
1457 + lib/DB.pm
1458 ! MANIFEST
1459____________________________________________________________________________
1460[ 2819] By: gsar on 1999/02/07 09:58:45
1461 Log: avoid garbage in db->dirbuf
1462 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
1463 Date: Sat, 05 Dec 1998 14:14:54 +0900
1464 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
1465 Subject: SDBM bug
1466 Branch: perl
1467 ! ext/SDBM_File/sdbm/sdbm.c
1468____________________________________________________________________________
1469[ 2818] By: gsar on 1999/02/07 09:32:24
1470 Log: missing entry
1471 Branch: perl
1472 ! MANIFEST
1473____________________________________________________________________________
1474[ 2817] By: gsar on 1999/02/07 09:30:47
1475 Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
1476 Branch: perl
1477 + t/comp/bproto.t
1478 ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1479____________________________________________________________________________
1480[ 2816] By: gsar on 1999/02/06 00:14:29
1481 Log: minor bug in dumping blessed subrefs
1482 Branch: perl
1483 ! ext/Data/Dumper/Dumper.pm
1484____________________________________________________________________________
a43a7b9b
GS
1485[ 2812] By: jhi on 1999/02/03 22:02:24
1486 Log: Enhance change #2808.
1487
1488 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1489 To: perl5-porters@perl.org
1490 Subject: Re: [PATCH 5.00*]: perlbug checklist
1491 Date: Wed, 3 Feb 1999 19:02:27 +0000
1492 Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
1493 Branch: cfgperl
1494 ! utils/perlbug.PL
1495____________________________________________________________________________
1496[ 2811] By: jhi on 1999/02/03 21:53:23
1497 Log: From: Barrie Slaymaker <rbs@telerama.com>
1498 To: perl5-porters@perl.org
1499 CC: pod-people@perl.org
1500 Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
1501 Date: Wed, 03 Feb 1999 10:34:18 -0500
1502 Message-ID: <36B86C7A.E99EFFF1@telerama.com>
1503
1504 Add File::PathConvert.pm.
1505 Fix Pod::Html and installhtml to understand relative urls.
1506 Branch: cfgperl
1507 + lib/File/PathConvert.pm
1508 ! MANIFEST installhtml lib/Pod/Html.pm
1509____________________________________________________________________________
1510[ 2810] By: jhi on 1999/02/03 20:25:10
1511 Log: From: Francois Desarmenien <desar@club-internet.fr>
1512 To: Mailing list Perl5 <perl5-porters@perl.org>
1513 Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
1514 Date: Wed, 03 Feb 1999 13:13:24 +0000
1515 Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
1516
1517 (note: this patch completely overrides Tom Wolfe's patch,
1518 change #2604)
1519 Branch: cfgperl
1520 + ext/GDBM_File/hints/sco.pl
1521 ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
1522____________________________________________________________________________
1523[ 2809] By: jhi on 1999/02/03 19:54:16
1524 Log: h2ph fixes + Configure patch to support them.
1525
1526 From: "Kurt D. Starsinic" <kstar@chapin.edu>
1527 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
1528 Gurusamy Sarathy <gsar@engin.umich.edu>
1529 Cc: perl5-porters@perl.org
1530 Subject: [PATCH 5.00503_MT5] h2ph.PL
1531 Date: Tue, 2 Feb 1999 19:48:06 -0500
1532 Message-ID: <19990202194806.E10647@O2.chapin.edu>
1533 Branch: maint-5.005/perl
1534 ! Configure utils/h2ph.PL
1535____________________________________________________________________________
1536[ 2808] By: jhi on 1999/02/03 16:59:55
1537 Log: Enhance the perlbug checklist.
1538 Branch: cfgperl
1539 ! utils/perlbug.PL
1540____________________________________________________________________________
1541[ 2807] By: jhi on 1999/02/03 14:01:37
1542 Log: Document the standard strftime %formats.
1543
1544 From: Dominic Dunlop <domo@vo.lu>
1545 To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
1546 Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
1547 Date: Tue, 2 Feb 1999 15:55:29 +0100
1548 Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
1549 Branch: cfgperl
1550 ! ext/POSIX/POSIX.pod
1551____________________________________________________________________________
1552[ 2806] By: jhi on 1999/02/03 13:58:00
1553 Log: Integrate from mainperl.
1554 Branch: cfgperl
1555 !> perl.h
1556____________________________________________________________________________
1557[ 2805] By: gsar on 1999/02/03 03:32:31
1558 Log: PL_uuemap[] init needs help for sizeof()
1559 Branch: perl
1560 ! perl.h
1561____________________________________________________________________________
1562[ 2804] By: jhi on 1999/02/02 20:44:30
1563 Log: These should've been already in #2803.
1564 Branch: cfgperl
1565 ! Configure config_h.SH vms/subconfigure.com
1566____________________________________________________________________________
1567[ 2803] By: jhi on 1999/02/02 20:38:45
1568 Log: telldir prototype issue, from mists of time...
1569 Branch: cfgperl
1570 ! hints/netbsd.sh pp_sys.c
1571____________________________________________________________________________
a43a7b9b
GS
1572[ 2801] By: jhi on 1999/02/02 17:40:14
1573 Log: From: John Bley <jbb6@acpub.duke.edu>
1574 To: perlbug@perl.org
1575 Subject: [PATCH]5.005_54 (DOC) fix minor typos
1576 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
1577 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
1578 Branch: cfgperl
1579 ! pod/perlre.pod
1580____________________________________________________________________________
1581[ 2800] By: jhi on 1999/02/02 17:26:49
1582 Log: Update todo with POSIX 1003.1 1996 Edition reminder.
1583 Branch: cfgperl
1584 ! Todo-5.005
1585____________________________________________________________________________
1586[ 2799] By: jhi on 1999/02/02 17:18:51
1587 Log: Update FindBin from maint-5.005.
1588 Branch: cfgperl
1589 ! lib/FindBin.pm
1590____________________________________________________________________________
1591[ 2798] By: jhi on 1999/02/02 17:16:07
1592 Log: Fix typecasts in #2797
1593
1594 From: "G. Del Merritt" <del@intranetics.com>
1595 Date: Fri, 29 Jan 1999 11:47:25 -0700
1596 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
1597 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
1598 Branch: cfgperl
1599 ! ext/POSIX/POSIX.xs
1600____________________________________________________________________________
1601[ 2797] By: jhi on 1999/02/02 17:14:37
1602 Log: From: Ted Law <tedlaw@cibcwg.com>
1603 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
1604 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
1605 Subject: POSIX::strftime buffer overflow problem
1606 Branch: cfgperl
1607 ! ext/POSIX/POSIX.xs
1608____________________________________________________________________________
1609[ 2796] By: jhi on 1999/02/02 17:13:23
1610 Log: Do not use File::Slurp.
1611 Branch: cfgperl
1612 ! t/lib/textfill.t
1613____________________________________________________________________________
1614[ 2795] By: jhi on 1999/02/02 17:11:48
1615 Log: perlhist update from maint-5.005.
1616 Branch: cfgperl
1617 ! pod/perlhist.pod
1618____________________________________________________________________________
1619[ 2794] By: jhi on 1999/02/02 17:10:33
1620 Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
1621 Branch: cfgperl
1622 ! ext/POSIX/POSIX.pm
1623____________________________________________________________________________
1624[ 2793] By: jhi on 1999/02/02 17:08:39
1625 Log: Missed the html test from change #2787.
1626 Branch: cfgperl
1627 ! t/lib/cgi-html.t
1628____________________________________________________________________________
1629[ 2792] By: jhi on 1999/02/02 17:01:24
1630 Log: Update Getopt::Long to 2.19.
1631 Branch: cfgperl
1632 ! lib/Getopt/Long.pm
1633____________________________________________________________________________
1634[ 2791] By: jhi on 1999/02/02 16:59:13
1635 Log: overload syntax is no longer experimental
1636 Branch: cfgperl
1637 ! lib/overload.pm
1638____________________________________________________________________________
a43a7b9b
GS
1639[ 2789] By: jhi on 1999/02/02 16:47:50
1640 Log: Still doc fixes.
1641 Branch: cfgperl
1642 ! lib/diagnostics.pm
1643____________________________________________________________________________
1644[ 2788] By: jhi on 1999/02/02 16:47:07
1645 Log: Doc fixes.
1646 Branch: cfgperl
1647 ! lib/CGI.pm lib/diagnostics.pm
1648____________________________________________________________________________
1649[ 2787] By: jhi on 1999/02/02 16:38:55
1650 Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
1651 where applicable).
1652 Branch: cfgperl
1653 ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
1654 ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
1655 ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
1656 ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
1657 ! eg/cgi/frameset.cgi eg/cgi/index.html
1658 ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
1659 ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
1660 ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
1661 ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
1662 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
1663 ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
1664____________________________________________________________________________
1665[ 2786] By: jhi on 1999/02/02 16:17:52
1666 Log: Update CPAN to 1.47.
1667 Branch: cfgperl
1668 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1669____________________________________________________________________________
1670[ 2785] By: jhi on 1999/02/02 16:09:03
1671 Log: From: Mark-Jason Dominus <mjd@plover.com>
1672 Date: Sat, 16 Jan 1999 17:22:06 -0500
1673 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
1674 Message-ID: <19990116222206.3674.qmail@plover.com>
1675 Branch: cfgperl
1676 ! pod/perlsub.pod
1677____________________________________________________________________________
1678[ 2784] By: jhi on 1999/02/02 16:01:31
1679 Log: Fix incorrect "used only once" warnings
1680
1681 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1682 Date: Fri, 8 Jan 1999 04:37:10 -0500
1683 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
1684 Subject: Re: change#965 flakiness
1685 Branch: cfgperl
1686 ! gv.c
1687____________________________________________________________________________
1688[ 2783] By: jhi on 1999/02/02 15:50:38
1689 Log: perldelta updates.
1690 Branch: cfgperl
1691 ! pod/perldelta.pod
1692____________________________________________________________________________
1693[ 2782] By: jhi on 1999/02/02 14:28:26
1694 Log: Mirror change #2781.
1695 Branch: cfgperl
1696 ! hints/linux.sh
1697____________________________________________________________________________
1698[ 2781] By: jhi on 1999/02/02 14:27:01
1699 Log: Update the MkLinux note.
1700 Branch: maint-5.005/perl
1701 ! hints/linux.sh
1702____________________________________________________________________________
1703[ 2780] By: jhi on 1999/02/02 14:10:59
1704 Log: Update todo.
1705 Branch: cfgperl
1706 ! Todo-5.005
1707____________________________________________________________________________
1708[ 2779] By: jhi on 1999/02/02 14:00:25
1709 Log: Integrate from mainperl.
1710 Branch: cfgperl
1711 ! t/lib/textfill.t t/lib/textwrap.t
1712 !> (integrate 32 files)
1713____________________________________________________________________________
1714[ 2778] By: jhi on 1999/02/02 13:56:23
1715 Log: VMS update, applicable parts of
1716
1717 From: Dan Sugalski <sugalskd@osshe.edu>
1718 To: perl5-porters@perl.org
1719 Subject: [PATCH 5.005_03MT3]VMS configure tweak
1720 Date: Wed, 20 Jan 1999 12:05:18 -0800
1721 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
1722
1723 From: Dan Sugalski <sugalskd@osshe.edu>
1724 To: perlbug@perl.com, vmsperl@perl.org
1725 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
1726 Date: Tue, 26 Jan 1999 14:40:38 -0800
1727 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
1728
1729 From: Dan Sugalski <sugalskd@osshe.edu>
1730 To: perl5-porters@perl.org, vmsperl@perl.org
1731 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
1732 Date: Tue, 26 Jan 1999 14:55:29 -0800
1733 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
1734 Branch: cfgperl
1735 ! vms/ext/Stdio/test.pl vms/subconfigure.com
1736____________________________________________________________________________
1737[ 2777] By: jhi on 1999/02/02 13:43:24
1738 Log: Synch usethreads parts from maint-5.005.
1739 Branch: cfgperl
1740 ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
1741 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
1742 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
1743 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
1744____________________________________________________________________________
1745[ 2776] By: jhi on 1999/02/02 13:17:16
1746 Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
1747 Branch: cfgperl
1748 ! Makefile.SH hints/freebsd.sh
1749____________________________________________________________________________
a43a7b9b
GS
1750[ 2774] By: jhi on 1999/02/02 13:10:39
1751 Log: Add perlthrtut, update pod/* machinery.
1752 (a pod/Makefile.SH is sorely needed)
1753 Branch: cfgperl
1754 + pod/perlthrtut.pod
1755 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
1756____________________________________________________________________________
1757[ 2773] By: jhi on 1999/02/02 12:54:24
1758 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1759 To: perl5-porters@perl.org
1760 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
1761 Date: Tue, 26 Jan 1999 22:25:07 +0000
1762 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
1763 Branch: cfgperl
1764 ! pod/perlguts.pod
1765____________________________________________________________________________
a43a7b9b
GS
1766[ 2771] By: jhi on 1999/02/02 12:47:34
1767 Log: Use perlbug instead of personal email address.
1768 Branch: cfgperl
1769 ! Configure
1770____________________________________________________________________________
1771[ 2770] By: jhi on 1999/02/02 12:42:06
1772 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
1773
1774 From: "G. Del Merritt" <del@intranetics.com>
1775 To: perlbug@perl.com
1776 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
1777 Date: Tue, 26 Jan 1999 12:09:09 -0700
1778 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
1779 Branch: cfgperl
1780 ! iperlsys.h
1781____________________________________________________________________________
1782[ 2769] By: jhi on 1999/02/02 12:37:57
1783 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1784 To: Mailing list Perl5 <perl5-porters@perl.org>
1785 Subject: [PATCH 5.005_*] OS/2 threads
1786 Date: Tue, 26 Jan 1999 13:39:46 -0500
1787 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
1788 Branch: cfgperl
1789 ! os2/os2ish.h
1790____________________________________________________________________________
1791[ 2768] By: jhi on 1999/02/02 12:36:16
1792 Log: Apply change #2711 from maint-5.005:
1793
1794 make ok", "make okfile", and "make nok" were broken
1795 with -Duseshrplib, because of a shared typo.
1796
1797 From: Spider Boardman <spider@web.zk3.dec.com>
1798 To: perlbug@perl.com
1799 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
1800 Date: Wed, 27 Jan 1999 12:27:15 -0500
1801 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
1802 Branch: cfgperl
1803 ! Makefile.SH
1804____________________________________________________________________________
a43a7b9b
GS
1805[ 2766] By: jhi on 1999/02/02 12:27:08
1806 Log: Make Configure use "int main()" instead of bare "main()".
1807 Like maint-5.005 change #2703 but now via metaconfig.
1808 Branch: cfgperl
1809 ! Configure
1810____________________________________________________________________________
1811[ 2765] By: jhi on 1999/02/02 11:59:30
1812 Log: Undo part of change #2562.
1813 Branch: cfgperl
1814 ! Configure
1815____________________________________________________________________________
1816[ 2764] By: jhi on 1999/02/02 11:52:39
1817 Log: NetBSD synch with maint-5.005.
1818 Branch: cfgperl
1819 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
1820____________________________________________________________________________
1821[ 2763] By: jhi on 1999/02/02 11:44:07
1822 Log: $Config{installusrbinperl}
1823 (maint-5.005 changes #2614 and #2709)
1824 Branch: cfgperl
1825 ! Configure installperl
1826____________________________________________________________________________
1827[ 2762] By: jhi on 1999/02/02 11:29:13
1828 Log: Errno update from maint-5.005 (changes #2583, #2710).
1829 Branch: cfgperl
1830 ! Configure ext/Errno/Errno_pm.PL
1831____________________________________________________________________________
1832[ 2759] By: jhi on 1999/02/02 10:53:20
1833 Log: Update Trig.pm from maint-5.005.
1834 Branch: cfgperl
1835 ! lib/Math/Trig.pm
1836____________________________________________________________________________
a43a7b9b
GS
1837[ 2757] By: jhi on 1999/02/02 10:41:26
1838 Log: MPE/iX update (mirror maint-5.005 change #2715)
1839 Branch: cfgperl
1840 ! hints/mpeix.sh mpeix/relink
1841____________________________________________________________________________
1842[ 2756] By: jhi on 1999/02/02 10:38:08
1843 Log: BeOS update (Mirror maint-5.005 change #2727).
1844 Branch: cfgperl
1845 + ext/DynaLoader/dl_beos.xs
1846 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1847 ! lib/ExtUtils/MM_Unix.pm
1848____________________________________________________________________________
a43a7b9b
GS
1849[ 2754] By: gsar on 1999/02/02 08:52:13
1850 Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
1851 Branch: perl
1852 ! Porting/pumpkin.pod Todo Todo-5.005
1853____________________________________________________________________________
1854[ 2753] By: gsar on 1999/02/02 08:46:21
1855 Log: Todo tweaks
1856 Branch: perl
1857 ! Todo Todo-5.005
1858____________________________________________________________________________
1859[ 2752] By: jhi on 1999/02/01 22:15:12
1860 Log: Add perlthrtut.pod.
1861
1862 From: Dan Sugalski <sugalskd@osshe.edu>
1863 To: perl5-porters@perl.org
1864 Subject: perlthrtut.pod
1865 Date: Mon, 01 Feb 1999 10:57:11 -0800
1866 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
1867 Branch: maint-5.005/perl
1868 + pod/perlthrtut.pod
1869 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
1870 ! pod/roffitall
1871____________________________________________________________________________
1872[ 2751] By: gsar on 1999/02/01 07:28:05
1873 Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
1874 Branch: perl
1875 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1876 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1877____________________________________________________________________________
1878[ 2750] By: gsar on 1999/02/01 07:09:20
1879 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1880 Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
1881 Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
1882 Subject: [PATCH 5.005_53] Debugging REx with lookbehind
1883 Branch: perl
1884 ! regexec.c
1885____________________________________________________________________________
1886[ 2749] By: gsar on 1999/02/01 07:07:59
1887 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1888 Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
1889 Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
1890 Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
1891 Branch: perl
1892 ! regexec.c
1893____________________________________________________________________________
1894[ 2748] By: gsar on 1999/02/01 06:47:06
1895 Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
1896 Date: Thu, 3 Dec 1998 15:10:17 -0500
1897 Message-Id: <199812032010.PAA09692@jik.shore.net>
1898 Subject: sample checksum code in "perlfunc" man page is wrong
1899 Branch: perl
1900 ! pod/perlfunc.pod
1901____________________________________________________________________________
1902[ 2747] By: gsar on 1999/02/01 06:35:13
1903 Log: typos in Pod/Text.pm
1904 From: "Greg Chapman" <glc@well.com>
1905 Date: Tue, 1 Dec 1998 10:50:18 -0800
1906 Message-Id: <199812011849.KAA08816@smtp.well.com>
1907 Subject: Glitch in Pod::Text
1908 Branch: perl
1909 ! lib/Pod/Text.pm
1910____________________________________________________________________________
1911[ 2746] By: gsar on 1999/02/01 06:27:35
1912 Log: various win32-ish changes merged from maint-5.005
1913 Branch: perl
1914 ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
1915 ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
1916 ! win32/Makefile win32/config.bc win32/config.vc
1917 ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
1918 ! win32/win32.c
1919____________________________________________________________________________
1920[ 2745] By: gsar on 1999/02/01 04:51:54
1921 Log: integrate cfgperl changes into mainline
1922 Branch: perl
1923 !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
1924____________________________________________________________________________
1925[ 2744] By: gsar on 1999/02/01 04:31:09
1926 Log: improved diagnostic on syntax errors at EOL
1927 Branch: perl
1928 ! toke.c
1929____________________________________________________________________________
1930[ 2743] By: gsar on 1999/02/01 03:59:13
1931 Log: don't attempt connect() to bogus IP addresses
1932 From: Graham Barr <gbarr@pobox.com>
1933 Date: Sun, 31 Jan 1999 21:50:45 CST
1934 Message-Id: <19990131215045.A633@pobox.com>
1935 Branch: perl
1936 ! t/lib/io_multihomed.t
1937____________________________________________________________________________
1938[ 2742] By: gsar on 1999/02/01 03:08:58
1939 Log: update Changes
1940 Branch: perl
1941 ! Changes pod/perldelta.pod
1942____________________________________________________________________________
5fdc711f
GS
1943[ 2740] By: gsar on 1999/02/01 02:43:07
1944 Log: CAPI inheritance tweak and doc
1945 Branch: maint-5.005/perl
1946 ! lib/ExtUtils/MakeMaker.pm
1947____________________________________________________________________________
1948[ 2739] By: jhi on 1999/01/31 18:31:54
1949 Log: Undo changes #2730 and #2731 and replace them
1950 with an extensively tested patch from
1951 Anton Berezin <tobez@plab.ku.dk> (via private email).
1952 Branch: maint-5.005/perl
1953 ! Makefile.SH hints/freebsd.sh
1954____________________________________________________________________________
1955[ 2738] By: gsar on 1999/01/31 05:04:32
1956 Log: fix bogus CAPI inheritance from change#2541
1957 Branch: maint-5.005/perl
1958 ! lib/ExtUtils/MakeMaker.pm
1959____________________________________________________________________________
5fdc711f
GS
1960[ 2731] By: jhi on 1999/01/29 14:33:12
1961 Log: FreeBSD version numbers can be like "2.2.8-release".
1962 Branch: maint-5.005/perl
1963 ! hints/freebsd.sh
1964____________________________________________________________________________
1965[ 2730] By: jhi on 1999/01/29 12:40:38
1966 Log: FreeBSD hints iteration (hopefully convergent).
1967 usethreads: require at least FreeBSD 2.2.8.
1968 signal type: mirror change #2429 in cfgperl.
1969 Branch: maint-5.005/perl
1970 ! hints/freebsd.sh
1971____________________________________________________________________________
5fdc711f
GS
1972[ 2727] By: gbarr on 1999/01/29 04:09:57
1973 Log: From: Tom Spindler <dogcow@isi.net>
1974 Date: Thu, 28 Jan 1999 17:15:11 -0800
1975 Message-ID: <19990128171510.A11778@isi.net>
1976 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
1977 Branch: maint-5.005/perl
1978 + ext/DynaLoader/dl_beos.xs
1979 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
1980 ! lib/ExtUtils/MM_Unix.pm
1981____________________________________________________________________________
1982[ 2726] By: gbarr on 1999/01/29 03:30:51
1983 Log: Remove use of File::Slurp in t/lib/textfill.t
1984 Branch: maint-5.005/perl
1985 ! t/lib/textfill.t
1986____________________________________________________________________________
1987[ 2725] By: gbarr on 1999/01/29 03:11:41
1988 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
1989 Date: Wed, 27 Jan 1999 23:14:33 -0800
1990 Message-Id: <199901280714.XAA10176@activestate.com>
1991 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
1992 Branch: maint-5.005/perl
1993 ! win32/Makefile win32/makefile.mk
1994____________________________________________________________________________
5fdc711f
GS
1995[ 2720] By: gsar on 1999/01/27 21:54:42
1996 Log: missing space while munging CCFLAGS for PERL_CAPI
1997 Branch: perl
1998 ! lib/ExtUtils/MM_Unix.pm
1999____________________________________________________________________________
5fdc711f
GS
2000[ 2718] By: jhi on 1999/01/27 19:46:04
2001 Log: io/fs.t fails test #18 (sense of tests appears to have been
2002 changed incompletely; this patch just skips the test attached,
2003 a la test #17 preceding it).
2004
2005 From: "G. Del Merritt" <del@intranetics.com>
2006 To: perlbug@perl.com
2007 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
2008 Date: Tue, 26 Jan 1999 12:09:09 -0700
2009 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
2010 Branch: maint-5.005/perl
2011 ! t/io/fs.t
2012____________________________________________________________________________
2013[ 2717] By: jhi on 1999/01/27 19:44:46
2014 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
2015
2016 From: "G. Del Merritt" <del@intranetics.com>
2017 To: perlbug@perl.com
2018 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
2019 Date: Tue, 26 Jan 1999 12:09:09 -0700
2020 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
2021 Branch: maint-5.005/perl
2022 ! iperlsys.h
2023____________________________________________________________________________
5fdc711f
GS
2024[ 2715] By: jhi on 1999/01/27 19:34:28
2025 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
2026 To: perl5-porters@perl.org
2027 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
2028 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
2029 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
2030 Branch: maint-5.005/perl
2031 ! hints/mpeix.sh mpeix/relink
2032____________________________________________________________________________
5fdc711f
GS
2033[ 2710] By: jhi on 1999/01/27 19:22:23
2034 Log: Errno fixes:
2035
2036 From: Spider Boardman <spider@web.zk3.dec.com>
2037 To: perlbug@perl.com
2038 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2039 Date: Wed, 27 Jan 1999 12:27:15 -0500
2040 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
2041
2042 From: Spider Boardman <spider@web.zk3.dec.com>
2043 To: perlbug@perl.com
2044 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2045 Date: Wed, 27 Jan 1999 13:31:16 -0500
2046 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
2047 Branch: maint-5.005/perl
2048 ! Configure ext/Errno/Errno_pm.PL
2049____________________________________________________________________________
2050[ 2709] By: jhi on 1999/01/27 19:17:35
2051 Log: Fix Configure installusrbinperl:
2052
2053 From: Spider Boardman <spider@web.zk3.dec.com>
2054 To: jhi@iki.fi
2055 cc: perl5-porters@perl.org
2056 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
2057 Date: Wed, 27 Jan 1999 13:03:35 -0500
2058 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
2059 Branch: maint-5.005/perl
2060 ! Configure
2061____________________________________________________________________________
5fdc711f
GS
2062[ 2707] By: gbarr on 1999/01/26 02:06:17
2063 Log: Add redef IO::Handle::* for setv?buf()
2064 Branch: maint-5.005/perl
2065 ! ext/POSIX/POSIX.pm
2066____________________________________________________________________________
5fdc711f
GS
2067[ 2705] By: jhi on 1999/01/24 15:14:30
2068 Log: Mention year-1900 and month 0..11.
2069 Branch: cfgperl
2070 ! lib/Time/Local.pm
2071____________________________________________________________________________
2072[ 2704] By: jhi on 1999/01/24 15:13:36
2073 Log: Document Configure -Uinstallusrbinperl.
2074 Branch: cfgperl
2075 ! INSTALL pod/perldelta.pod
2076____________________________________________________________________________
99ed61e6
GS
2077[ 2698] By: jhi on 1999/01/24 12:46:00
2078 Log: Use only xlc_r for usethreads.
2079 Branch: cfgperl
2080 ! hints/aix.sh
5fdc711f
GS
2081____________________________________________________________________________
2082[ 2695] By: gsar on 1999/01/24 07:09:05
2083 Log: integrate cfgperl changes into mainline
2084 Branch: perl
2085 +> lib/Exporter/Heavy.pm
2086 !> (integrate 65 files)
2087____________________________________________________________________________
2088[ 2694] By: gsar on 1999/01/24 01:28:49
2089 Log: better notes on 'make' on win32
2090 Branch: perl
2091 ! README.win32
2092____________________________________________________________________________
5fdc711f
GS
2093[ 2683] By: jhi on 1999/01/22 15:41:00
2094 Log: More de-cut-and-pastos.
2095 Branch: cfgperl
2096 ! hints/irix_6.sh hints/os2.sh
2097____________________________________________________________________________
2098[ 2682] By: jhi on 1999/01/22 15:30:51
2099 Log: usethreads.cbu cut-and-pasto.
2100 Branch: cfgperl
2101 ! hints/solaris_2.sh
2102____________________________________________________________________________
2103[ 2681] By: jhi on 1999/01/22 14:54:55
2104 Log: Better (I hope) LANGUAGE documentation.
2105 Branch: cfgperl
2106 ! pod/perllocale.pod
2107____________________________________________________________________________
2108[ 2680] By: jhi on 1999/01/22 09:20:29
2109 Log: From: Dan Sugalski <sugalskd@osshe.edu>
2110 To: perl5-porters@perl.org
2111 Subject: [PATCH 5.005_03MT3]VMS configure tweak
2112 Date: Wed, 20 Jan 1999 12:05:18 -0800
2113 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
2114 Branch: cfgperl
2115 ! vms/subconfigure.com
2116____________________________________________________________________________
2117[ 2679] By: jhi on 1999/01/22 09:13:18
2118 Log: nosuid getmntent() branch.
2119 Branch: cfgperl
2120 ! perl.c perl.h
2121____________________________________________________________________________
2122[ 2678] By: jhi on 1999/01/22 08:54:19
2123 Log: nosuid patch continued: *BSD needs <sys/param.h>.
2124 Branch: cfgperl
2125 ! Configure config_h.SH
2126____________________________________________________________________________
5fdc711f
GS
2127[ 2676] By: gbarr on 1999/01/22 01:54:02
2128 Log: Fixup FindBin to use File::Spec
2129
2130 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
2131 Date: Wed, 20 Jan 1999 18:51:57 +0000
2132 From: Paul Johnson <pjcj@transeda.com>
2133 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
2134 Branch: maint-5.005/perl
2135 ! lib/FindBin.pm
2136____________________________________________________________________________
5fdc711f
GS
2137[ 2671] By: gbarr on 1999/01/22 00:40:13
2138 Log: Fix win32 for Borland compiler and spaces in paths
2139
2140 From: Gurusamy Sarathy <gsar@activestate.com>
2141 Date: Mon, 18 Jan 1999 20:33:17 -0800
2142 Message-Id: <199901190433.UAA03656@activestate.com>
2143 Subject: [PATCH] 5.005_03-trial3 win32 issues
2144 Branch: maint-5.005/perl
2145 ! README.win32 win32/Makefile win32/config_sh.PL
2146 ! win32/makefile.mk win32/runperl.c
2147____________________________________________________________________________
2148[ 2670] By: jhi on 1999/01/21 16:12:38
2149 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2150 To: perl5-porters@perl.org
2151 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
2152 Date: Thu, 21 Jan 1999 12:08:01 +0000
2153 Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
2154 Branch: cfgperl
2155 ! pod/perldiag.pod t/op/subst.t toke.c
2156____________________________________________________________________________
2157[ 2669] By: jhi on 1999/01/21 16:11:46
2158 Log: To: perl5-porters@perl.org
2159 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
2160 From: Anton Berezin <tobez@plab.ku.dk>
2161 Date: 21 Jan 1999 17:07:28 +0100
2162 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
2163 Branch: cfgperl
2164 ! hints/freebsd.sh
2165____________________________________________________________________________
2166[ 2668] By: jhi on 1999/01/21 15:38:34
2167 Log: Add Daniel Grisinger <dgris@dimensional.com>.
2168 Branch: cfgperl
2169 ! AUTHORS MAINTAIN
2170____________________________________________________________________________
2171[ 2667] By: jhi on 1999/01/21 15:32:28
2172 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2173 To: Mailing list Perl5 <perl5-porters@perl.org>
2174 Subject: [PATCH 5.005_53] Lean Exporter.pm
2175 Date: Thu, 21 Jan 1999 03:25:23 -0500
2176 Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
2177 Branch: cfgperl
2178 + lib/Exporter/Heavy.pm
2179 ! MANIFEST lib/Exporter.pm
2180____________________________________________________________________________
2181[ 2666] By: jhi on 1999/01/21 15:24:10
2182 Log: From: "W. Phillip Moore" <wpm@ms.com>
2183 To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
2184 Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
2185 Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
2186 Message-ID: <13988.46383.298992.97303@zappa>
2187 Branch: cfgperl
2188 ! lib/File/Path.pm
2189____________________________________________________________________________
2190[ 2665] By: jhi on 1999/01/21 15:20:48
2191 Log: CPAN update (CPAN-1.44_54) from Andreas and
2192 jumbo doc patch from Abigail.
2193
2194 From: abigail@fnx.com
2195 To: perl5-porters@perl.org (Perl Porters)
2196 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
2197 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
2198 Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
2199
2200 From: abigail@fnx.com
2201 To: perl5-porters@perl.org (Perl Porters)
2202 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
2203 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
2204 Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
2205
2206 From: abigail@fnx.com
2207 To: perl5-porters@perl.org (Perl Porters)
2208 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
2209 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
2210 Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
2211
2212 From: abigail@fnx.com
2213 To: perl5-porters@perl.org (Perl Porters)
2214 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
2215 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
2216 Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
2217
2218 From: abigail@fnx.com
2219 To: perl5-porters@perl.org (Perl Porters)
2220 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
2221 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
2222 Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
2223
2224 From: abigail@fnx.com
2225 To: perl5-porters@perl.org (Perl Porters)
2226 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
2227 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
2228 Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
2229
2230 From: abigail@fnx.com
2231 To: perl5-porters@perl.org (Perl Porters)
2232 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
2233 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
2234 Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
2235
2236 From: abigail@fnx.com
2237 To: perl5-porters@perl.org (Perl Porters)
2238 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
2239 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
2240 Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
2241
2242 From: abigail@fnx.com
2243 To: perl5-porters@perl.org (Perl Porters)
2244 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
2245 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
2246 Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
2247
2248 From: abigail@fnx.com
2249 To: perl5-porters@perl.org (Perl Porters)
2250 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
2251 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
2252 Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
2253
2254 From: abigail@fnx.com
2255 To: perl5-porters@perl.org (Perl Porters)
2256 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
2257 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
2258 Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
2259
2260 From: abigail@fnx.com
2261 To: perl5-porters@perl.org (Perl Porters)
2262 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
2263 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
2264 Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
2265
2266 From: abigail@fnx.com
2267 To: perl5-porters@perl.org (Perl Porters)
2268 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
2269 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
2270 Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
2271 Branch: cfgperl
2272 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
2273 ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2274 ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
2275 ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
2276____________________________________________________________________________
2277[ 2664] By: jhi on 1999/01/21 14:47:43
2278 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2279 To: Mailing list Perl5 <perl5-porters@perl.org>
2280 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
2281 Date: Thu, 21 Jan 1999 03:58:29 -0500
2282 Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
2283 Branch: cfgperl
2284 ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
2285____________________________________________________________________________
2286[ 2663] By: jhi on 1999/01/21 14:43:58
2287 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2288 To: Mailing list Perl5 <perl5-porters@perl.org>
2289 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
2290 Date: Thu, 21 Jan 1999 02:46:34 -0500
2291 Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
2292 Branch: cfgperl
2293 ! ext/Errno/Errno_pm.PL
2294____________________________________________________________________________
2295[ 2662] By: jhi on 1999/01/21 14:42:42
2296 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
2297 To: Francois Desarmenien <desar@club-internet.fr>
2298 Cc: Gurusamy Sarathy <gsar@activestate.com>,
2299 Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
2300 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
2301 Date: 21 Jan 1999 00:17:35 -0700
2302 Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
2303 Branch: cfgperl
2304 ! Porting/patching.pod
2305____________________________________________________________________________
2306[ 2661] By: jhi on 1999/01/21 14:41:13
2307 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2308 To: Mailing list Perl5 <perl5-porters@perl.org>
2309 Subject: [PATCH 5.00*] makedepend
2310 Date: Thu, 21 Jan 1999 02:08:27 -0500
2311 Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
2312 Branch: cfgperl
2313 ! makedepend.SH
2314____________________________________________________________________________
2315[ 2660] By: jhi on 1999/01/21 14:36:45
2316 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2317 To: Mailing list Perl5 <perl5-porters@perl.org>
2318 Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
2319 Date: Tue, 19 Jan 1999 20:06:45 -0500
2320 Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
2321 Branch: cfgperl
2322 ! os2/Changes os2/os2.c
2323____________________________________________________________________________
2324[ 2657] By: jhi on 1999/01/21 11:40:35
2325 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2326 To: perl5-porters@perl.org
2327 Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
2328 Date: Mon, 18 Jan 1999 01:32:31 PST
2329 Message-ID: <19990118093231.18443.qmail@hotmail.com>
2330 Branch: cfgperl
2331 ! ext/B/B/CC.pm
2332____________________________________________________________________________
2333[ 2656] By: jhi on 1999/01/21 11:35:34
2334 Log: From: Achim Bohnet <ach@mpe.mpg.de>
2335 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
2336 Date: Wed, 20 Jan 1999 20:25:53 +0100
2337 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
2338 Branch: cfgperl
2339 ! pp.c
2340____________________________________________________________________________
2341[ 2655] By: jhi on 1999/01/21 10:46:01
2342 Log: Handle NIS (and NetInfo) more robustly.
2343 Branch: cfgperl
2344 ! t/op/grent.t t/op/pwent.t
2345____________________________________________________________________________
2346[ 2654] By: jhi on 1999/01/21 10:17:20
2347 Log: Two-argument eaccess() of SCO.
2348 Branch: cfgperl
2349 ! pp_sys.c
2350____________________________________________________________________________
2351[ 2653] By: jhi on 1999/01/21 08:53:14
2352 Log: -DNO_NOSUID_CHECK for those platforms which have no way
2353 of checking for nosuid but still want suidperl.
2354 Branch: cfgperl
2355 ! perl.c
2356____________________________________________________________________________
2357[ 2652] By: jhi on 1999/01/21 08:22:50
2358 Log: The LANGUAGE mirrors LC_ALL usage.
2359 Branch: cfgperl
2360 ! Configure config_h.SH
2361____________________________________________________________________________
2362[ 2651] By: jhi on 1999/01/20 22:01:21
2363 Log: I_MNTENT was missing.
2364 Branch: cfgperl
2365 ! Configure config_h.SH
2366____________________________________________________________________________
2367[ 2650] By: jhi on 1999/01/19 13:42:03
2368 Log: NetBSD update, based on patches from the NetBSD packages system.
2369 Branch: cfgperl
2370 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
2371____________________________________________________________________________
2372[ 2649] By: jhi on 1999/01/19 12:44:02
2373 Log: Jumbo Configure update.
2374 * -Uinstallusrbinperl: disable /usr/bin/perl installation
2375 by installperl
2376 * usethreads.cbu
2377 * use64bits.cbu
2378 * "nosuid"
2379 Branch: cfgperl
2380 ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
2381 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
2382 ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
2383 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
2384 ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
2385 ! pod/perldiag.pod
2386____________________________________________________________________________
2387[ 2648] By: jhi on 1999/01/19 09:16:44
2388 Log: Mention /usr/share/locale.
2389 Branch: cfgperl
2390 ! pod/perllocale.pod
2391____________________________________________________________________________
2392[ 2647] By: jhi on 1999/01/19 09:11:11
2393 Log: SHMLBA strikes back in NetBSD/sparc.
2394
2395 From: Dave Nelson <David.Nelson@bellcow.com>
2396 To: jhi@iki.fi
2397 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
2398 Date: Mon, 18 Jan 1999 22:07:56 -0600
2399 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
2400 Branch: cfgperl
2401 ! ext/IPC/SysV/SysV.xs
2402____________________________________________________________________________
2403[ 2646] By: jhi on 1999/01/19 08:58:17
2404 Log: Show LANGUAGE env var when needed. (Augment change #2645).
2405 Branch: cfgperl
2406 ! util.c utils/perlbug.PL
2407____________________________________________________________________________
2408[ 2645] By: jhi on 1999/01/19 08:52:15
2409 Log: Document the GNU LANGUAGE env var.
2410 Branch: cfgperl
2411 ! pod/perllocale.pod
2412____________________________________________________________________________
2413[ 2644] By: jhi on 1999/01/19 08:42:25
2414 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2415 To: Mailing list Perl5 <perl5-porters@perl.org>
2416 Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
2417 Date: Mon, 18 Jan 1999 20:57:02 -0500
2418 Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
2419 Branch: cfgperl
2420 ! pp_hot.c t/op/pat.t
2421____________________________________________________________________________
2422[ 2643] By: jhi on 1999/01/18 11:23:41
2423 Log: Add various cruft to "clean" target. (Time for t/Makefile?)
2424 Branch: cfgperl
2425 ! Makefile.SH
2426____________________________________________________________________________
2427[ 2642] By: jhi on 1999/01/18 11:03:38
2428 Log: GNU libc locale system has LANGUAGE env var that partly
2429 overrides even LC_ALL.
2430 Branch: cfgperl
2431 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
2432____________________________________________________________________________
2433[ 2641] By: jhi on 1999/01/18 10:55:04
2434 Log: Integrate from mainperl.
2435 Branch: cfgperl
2436 +> ext/B/defsubs.h.PL
2437 ! t/op/groups.t
2438 !> (integrate 38 files)
2439____________________________________________________________________________
2440[ 2640] By: gsar on 1999/01/18 10:06:29
2441 Log: a few random cleanups
2442 Branch: perl
2443 ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
2444____________________________________________________________________________
2445[ 2639] By: gsar on 1999/01/18 05:56:21
2446 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2447 Date: Sun, 17 Jan 1999 16:41:10 PST
2448 Message-Id: <19990118004111.29667.qmail@hotmail.com>
2449 Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
2450 Branch: perl
2451 ! ext/B/B/C.pm
2452____________________________________________________________________________
2453[ 2638] By: gsar on 1999/01/18 05:41:21
2454 Log: From: jan.dubois@ibm.net (Jan Dubois)
2455 Date: Mon, 18 Jan 1999 00:37:41 +0100
2456 Message-Id: <36a271cd.2105507@smtp1.ibm.net>
2457 Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
2458 Branch: perl
2459 ! dump.c
2460____________________________________________________________________________
5fdc711f
GS
2461[ 2633] By: gsar on 1999/01/17 13:39:59
2462 Log: bogus assert()
2463 Branch: perl
2464 ! pp.c t/op/groups.t
2465____________________________________________________________________________
2466[ 2632] By: gsar on 1999/01/17 13:22:04
2467 Log: various tweaks for clean build and test on win32
2468 Branch: perl
2469 ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
2470 ! op.c t/pragma/warn/doio
2471____________________________________________________________________________
2472[ 2631] By: gsar on 1999/01/17 12:28:06
2473 Log: undo change#2336, and add clarification about subversive
2474 CPAN distributions from Andreas Koenig
2475 Branch: perl
2476 ! Porting/pumpkin.pod lib/CPAN.pm
2477____________________________________________________________________________
2478[ 2630] By: gsar on 1999/01/17 12:04:06
2479 Log: fix silent taint failures under -U
2480 Branch: perl
2481 ! doio.c
2482____________________________________________________________________________
2483[ 2629] By: gsar on 1999/01/17 12:00:23
2484 Log: sanity check piped opens (tweaked version of patch suggested
2485 by Mark-Jason Dominus)
2486 Branch: perl
2487 ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
2488 ! t/op/taint.t t/pragma/warn/doio
2489____________________________________________________________________________
2490[ 2628] By: gsar on 1999/01/17 11:26:21
2491 Log: regen headers
2492 Branch: perl
2493 ! embed.h embedvar.h objXSUB.h
2494____________________________________________________________________________
2495[ 2627] By: gsar on 1999/01/17 11:23:37
2496 Log: PERL_OBJECTness for change#2595
2497 Branch: perl
2498 ! embed.pl op.c pod/perlport.pod proto.h
2499____________________________________________________________________________
2500[ 2626] By: gsar on 1999/01/17 09:47:07
2501 Log: PERL_OBJECT tweaks for change#2426
2502 Branch: perl
2503 ! embed.pl proto.h regcomp.c
2504____________________________________________________________________________
2505[ 2625] By: gsar on 1999/01/17 09:37:58
2506 Log: documentation in change#2596 is not quite right; fix it
2507 Branch: perl
2508 ! lib/Math/BigFloat.pm pod/perlguts.pod
2509____________________________________________________________________________
2510[ 2624] By: gsar on 1999/01/17 09:28:34
2511 Log: undo change#2571; C<use File::Spec> instead
2512 Branch: perl
2513 ! lib/FindBin.pm
2514____________________________________________________________________________
2515[ 2623] By: gsar on 1999/01/17 09:20:42
2516 Log: change#2572 is not applicable; undo, retaining scan_bin addition
2517 to global.sym
2518 Branch: perl
2519 ! global.sym perl.c proto.h
2520____________________________________________________________________________
2521[ 2622] By: gsar on 1999/01/17 09:17:42
2522 Log: change#2576 is based on a wrong premise; undo it
2523 Branch: perl
2524 ! pp_ctl.c
2525____________________________________________________________________________
2526[ 2621] By: gsar on 1999/01/17 09:12:42
2527 Log: fix change#2602 to not used hard coded constants
2528 Branch: perl
2529 ! ext/B/B/C.pm ext/B/defsubs.h.PL
2530____________________________________________________________________________
2531[ 2620] By: gsar on 1999/01/17 09:02:07
2532 Log: integrate cfgperl changes into mainline, fix conflicts
2533 Branch: perl
2534 +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
2535 +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
2536 +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
2537 +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
2538 +> pod/perlopentut.pod
2539 !> (integrate 162 files)
2540____________________________________________________________________________
2541[ 2619] By: gsar on 1999/01/17 08:42:04
2542 Log: a few doc typos
2543 Branch: perl
2544 ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
2545____________________________________________________________________________
5fdc711f
GS
2546[ 2616] By: gbarr on 1999/01/16 18:59:55
2547 Log: Win32 changes from Jan
2548
2549 From: jan.dubois@ibm.net (Jan Dubois)
2550 Date: Fri, 15 Jan 1999 23:38:35 +0100
2551 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
2552 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
2553
2554 From: jan.dubois@ibm.net (Jan Dubois)
2555 Date: Sat, 16 Jan 1999 13:02:45 +0100
2556 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
2557 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
2558 Branch: maint-5.005/perl
2559 ! README.win32 win32/Makefile win32/makefile.mk
2560____________________________________________________________________________
2561[ 2615] By: gbarr on 1999/01/16 18:48:48
2562 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
2563
2564 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2565 Date: Thu, 07 Jan 1999 00:12:00 -0500
2566 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
2567 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2568
2569 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2570 Date: Thu, 14 Jan 1999 19:21:46 -0500
2571 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
2572 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2573 Branch: maint-5.005/perl
2574 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
2575 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
2576 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
2577 ! win32/makedef.pl win32/runperl.c win32/win32.c
2578____________________________________________________________________________
2579[ 2614] By: gbarr on 1999/01/16 16:48:38
2580 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2581 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
2582 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
2583 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
2584
2585 From: Jarkko Hietaniemi <jhi@iki.fi>
2586 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
2587 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
2588 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
2589
2590 From: Jarkko Hietaniemi <jhi@iki.fi>
2591 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
2592 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
2593 Subject: the promised "installusrbinperl + NetBSD" fix
2594 Branch: maint-5.005/perl
2595 ! Configure Makefile.SH hints/netbsd.sh installperl
2596 ! makedepend.SH unixish.h
2597____________________________________________________________________________
5fdc711f
GS
2598[ 2611] By: jhi on 1999/01/14 12:16:14
2599 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
2600 To: pumpkings@jhereg.perl.com
2601 Subject: perlopentut.pod
2602 Date: Sat, 09 Jan 1999 08:13:18 -0700
2603 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
2604 Branch: cfgperl
2605 + pod/perlopentut.pod
2606 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
2607____________________________________________________________________________
5fdc711f
GS
2608[ 2607] By: gbarr on 1999/01/14 02:53:40
2609 Log: Added Carp::cluck to perldelta.pod
2610 Branch: maint-5.005/perl
2611 ! pod/perldelta.pod
2612____________________________________________________________________________
5fdc711f
GS
2613[ 2605] By: jhi on 1999/01/13 18:26:19
2614 Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
2615 To: "'cpan@perl.org'" <cpan@perl.org>
2616 Subject: "Bug" fix for File::Find.pm
2617 Date: Thu, 31 Dec 1998 13:01:50 -0500
2618 Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
2619 Branch: cfgperl
2620 ! lib/File/Find.pm
2621____________________________________________________________________________
2622[ 2604] By: jhi on 1999/01/13 18:08:45
2623 Log: From: Peter Wolfe <wolfe@teloseng.com>
2624 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
2625 To: perlbug@perl.com
2626 Date: 11 Jan 1999 23:00:05 +0200
2627 Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
2628 Branch: cfgperl
2629 ! hints/sco.sh
2630____________________________________________________________________________
2631[ 2603] By: jhi on 1999/01/13 18:06:56
2632 Log: From: hans@icgroup.nl (Hans Mulder)
2633 Subject: [Patch for 5.005_54] re::debugcolors dumps core
2634 To: perlbug@perl.com
2635 Cc: hansmu@xs4all.nl
2636 Date: 11 Jan 1999 22:22:45 +0200
2637 Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
2638 Branch: cfgperl
2639 ! ext/re/re.pm regcomp.c
2640____________________________________________________________________________
2641[ 2602] By: jhi on 1999/01/13 18:05:43
2642 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2643 Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
2644 Date: 11 Jan 1999 08:02:41 +0200
2645 Lines: 134
2646 Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
2647 Branch: cfgperl
2648 ! ext/B/B.xs ext/B/B/C.pm
2649____________________________________________________________________________
2650[ 2601] By: jhi on 1999/01/13 18:01:53
2651 Log: From: James FitzGibbon <james@ican.net>
2652 Subject: Trivial patch for HP-UX 11 and shared libperl
2653 To: perl5-porters@perl.org
2654 Date: 8 Jan 1999 19:13:23 +0200
2655 Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
2656 Branch: cfgperl
2657 ! Makefile.SH
2658____________________________________________________________________________
2659[ 2600] By: jhi on 1999/01/13 17:59:45
2660 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
2661 Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
2662 To: perl5-porters@perl.org
2663 Date: 8 Jan 1999 12:43:36 +0200
2664 Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
2665 Branch: cfgperl
2666 ! ext/B/B/CC.pm
2667____________________________________________________________________________
2668[ 2599] By: jhi on 1999/01/13 17:50:11
2669 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2670 Subject: PATCH to installperl
2671 To: perl5-porters@perl.org
2672 Date: 4 Jan 1999 16:15:18 +0200
2673 Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
2674 Branch: cfgperl
2675 ! installperl
2676____________________________________________________________________________
2677[ 2598] By: jhi on 1999/01/13 17:34:51
2678 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2679 To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
2680 Cc: perl5-porters@perl.org
2681 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
2682 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
2683 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
2684 Branch: cfgperl
2685 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2686 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
2687____________________________________________________________________________
2688[ 2597] By: jhi on 1999/01/13 17:30:33
2689 Log: From: David Dyck <dcd@tc.fluke.com>
2690 To: Perl Porters <perl5-porters@perl.org>,
2691 Gurusamy Sarathy <gsar@engin.umich.edu>
2692 Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
2693 Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
2694 Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
2695 Branch: cfgperl
2696 ! pod/perldsc.pod
2697____________________________________________________________________________
2698[ 2596] By: jhi on 1999/01/13 17:26:44
2699 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
2700 To: perl5-porters@perl.org
2701 Subject: [PATCH] modglobal w/ spelling fixes
2702 Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
2703 Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
2704 Branch: cfgperl
2705 ! pod/perlguts.pod
2706____________________________________________________________________________
2707[ 2595] By: jhi on 1999/01/13 17:24:59
2708 Log: From: Hans Mulder <hansm@icgroup.nl>
2709 Optimize common sort routines. Thread started by the message
2710
2711 From: Hans Mulder <hansm@icgroup.nl>
2712 Sender: owner-perl5-porters@perl.org
2713 To: perl5-porters@perl.org
2714 Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
2715 Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
2716
2717 and the patch from the message
2718
2719 From: Hans Mulder <hans@icgroup.nl>
2720 To: jhi@iki.fi
2721 Cc: perl5-porters@perl.org
2722 Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
2723 $b }
2724 Date: Wed, 13 Jan 1999 17:39:35 +0100
2725 Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
2726 Branch: cfgperl
2727 ! Todo op.c op.h pp_ctl.c t/op/sort.t
2728____________________________________________________________________________
2729[ 2594] By: jhi on 1999/01/13 16:50:17
2730 Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
2731 (the diffs were based on 5.004_02). Tested by Guido
2732 and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
2733 Branch: cfgperl
2734 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
2735 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
2736 + mint/sys/time.h mint/time.h
2737 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
2738 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
2739____________________________________________________________________________
2740[ 2593] By: jhi on 1999/01/09 16:54:26
2741 Log: Detypo.
2742 Branch: cfgperl
2743 ! hints/dec_osf.sh
2744____________________________________________________________________________
2745[ 2592] By: jhi on 1999/01/09 16:17:13
2746 Log: Move usethreads and use64bits logic from hints to Configure.
2747 Branch: cfgperl
2748 ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
2749 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
2750 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
2751 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
2752____________________________________________________________________________
2753[ 2591] By: jhi on 1999/01/09 14:45:24
2754 Log: Missing dTHRs added.
2755 Branch: cfgperl
2756 ! regcomp.c toke.c
2757____________________________________________________________________________
2758[ 2590] By: jhi on 1999/01/08 15:27:17
2759 Log: Finalize change #2589 and add better AIX nm scanning from:
2760
2761 Message-Id: <m0zyNW0-00017VC@gentoo.com>
2762 From: bll@gentoo.com (Brad Lanam)
2763 Subject: Re: mailhelp returned a non-zero status
2764 In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
2765 To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
2766 Branch: cfgperl
2767 ! Configure hints/freebsd.sh hints/linux.sh
2768____________________________________________________________________________
2769[ 2589] By: jhi on 1999/01/08 15:14:54
2770 Log: Undo change #2581.
2771 Branch: cfgperl
2772 ! Configure hints/freebsd.sh hints/linux.sh
2773____________________________________________________________________________
2774[ 2588] By: jhi on 1999/01/08 11:51:52
2775 Log: FAQ jumbo patch from tchrist.
2776
2777 Message-Id: <199901080605.XAA20229@jhereg.perl.com>
2778 From: Tom Christiansen <tchrist@jhereg.perl.com>
2779 To: pumpkings@jhereg.perl.com
2780 Subject: newest version of perlfaq.pod
2781 Date: Thu, 7 Jan 1999 23:05:02 -0700
2782
2783 Message-Id: <199901080605.XAA20231@jhereg.perl.com>
2784 From: Tom Christiansen <tchrist@jhereg.perl.com>
2785 To: pumpkings@jhereg.perl.com
2786 Subject: newest version of perlfaq1.pod
2787 Date: Thu, 7 Jan 1999 23:05:02 -0700
2788
2789 Message-Id: <199901080605.XAA20233@jhereg.perl.com>
2790 From: Tom Christiansen <tchrist@jhereg.perl.com>
2791 To: pumpkings@jhereg.perl.com
2792 Subject: newest version of perlfaq2.pod
2793 Date: Thu, 7 Jan 1999 23:05:02 -0700
2794
2795 Message-Id: <199901080605.XAA20235@jhereg.perl.com>
2796 From: Tom Christiansen <tchrist@jhereg.perl.com>
2797 To: pumpkings@jhereg.perl.com
2798 Subject: newest version of perlfaq3.pod
2799 Date: Thu, 7 Jan 1999 23:05:02 -0700
2800
2801 Message-Id: <199901080605.XAA20237@jhereg.perl.com>
2802 From: Tom Christiansen <tchrist@jhereg.perl.com>
2803 To: pumpkings@jhereg.perl.com
2804 Subject: newest version of perlfaq4.pod
2805 Date: Thu, 7 Jan 1999 23:05:02 -0700
2806
2807 Message-Id: <199901080605.XAA20239@jhereg.perl.com>
2808 From: Tom Christiansen <tchrist@jhereg.perl.com>
2809 To: pumpkings@jhereg.perl.com
2810 Subject: newest version of perlfaq5.pod
2811 Date: Thu, 7 Jan 1999 23:05:02 -0700
2812
2813 Message-Id: <199901080605.XAA20241@jhereg.perl.com>
2814 From: Tom Christiansen <tchrist@jhereg.perl.com>
2815 To: pumpkings@jhereg.perl.com
2816 Subject: newest version of perlfaq6.pod
2817 Date: Thu, 7 Jan 1999 23:05:02 -0700
2818
2819 Message-Id: <199901080605.XAA20243@jhereg.perl.com>
2820 From: Tom Christiansen <tchrist@jhereg.perl.com>
2821 To: pumpkings@jhereg.perl.com
2822 Subject: newest version of perlfaq7.pod
2823 Date: Thu, 7 Jan 1999 23:05:03 -0700
2824
2825 Message-Id: <199901080605.XAA20245@jhereg.perl.com>
2826 From: Tom Christiansen <tchrist@jhereg.perl.com>
2827 To: pumpkings@jhereg.perl.com
2828 Subject: newest version of perlfaq8.pod
2829 Date: Thu, 7 Jan 1999 23:05:03 -0700
2830
2831 Message-Id: <199901080605.XAA20257@jhereg.perl.com>
2832 From: Tom Christiansen <tchrist@jhereg.perl.com>
2833 To: pumpkings@jhereg.perl.com
2834 Subject: newest version of perlfaq9.pod
2835 Date: Thu, 7 Jan 1999 23:05:03 -0700
2836 Branch: cfgperl
2837 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2838 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2839 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2840 ! pod/perlfaq9.pod
2841____________________________________________________________________________
2842[ 2587] By: jhi on 1999/01/08 11:17:43
2843 Log: More doc fixes from Abigail.
2844 Branch: cfgperl
2845 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2846 ! lib/User/pwent.pm
2847____________________________________________________________________________
2848[ 2585] By: jhi on 1999/01/08 08:31:02
2849 Log: Change #2584 from maint-5.005:
2850
2851 implemented Ilya's suggested fix, and added a testcase
2852
2853 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2854 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
2855 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
2856 Subject: Re: Text::ParseWords: regex fix
2857 Branch: cfgperl
2858 ! lib/Text/ParseWords.pm t/lib/parsewords.t
2859____________________________________________________________________________
5fdc711f
GS
2860[ 2583] By: gbarr on 1999/01/08 04:50:03
2861 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2862 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
2863 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
2864 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
2865 Branch: maint-5.005/perl
2866 ! ext/Errno/Errno_pm.PL
2867____________________________________________________________________________
5fdc711f
GS
2868[ 2581] By: jhi on 1999/01/07 16:38:03
2869 Log: Configure update:
2870 - usethreads, use64bits, and usemultiplicity
2871 are no more interactively asked by Configure
2872 - "int main()" (vs bare "main()") enforced in test programs
2873 Branch: cfgperl
2874 ! Configure hints/freebsd.sh hints/linux.sh
2875____________________________________________________________________________
2876[ 2580] By: jhi on 1999/01/07 11:19:12
2877 Log: From: Dan Sugalski <sugalskd@osshe.edu>
2878 Date: Wed, 06 Jan 1999 13:47:34 -0800
2879 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
2880 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
2881 Branch: cfgperl
2882 ! vms/vms.c
2883____________________________________________________________________________
2884[ 2579] By: jhi on 1999/01/07 09:08:36
2885 Log: Another set of doc patches from Abigail
2886
2887 From: abigail@fnx.com
2888 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
2889 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
2890 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
2891
2892 From: abigail@fnx.com
2893 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
2894 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
2895 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
2896
2897 From: abigail@fnx.com
2898 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
2899 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
2900 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
2901
2902 From: abigail@fnx.com
2903 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
2904 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
2905 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
2906
2907 From: abigail@fnx.com
2908 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
2909 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
2910 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
2911
2912 From: abigail@fnx.com
2913 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
2914 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
2915 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
2916
2917 From: abigail@fnx.com
2918 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
2919 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
2920 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
2921
2922 From: abigail@fnx.com
2923 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
2924 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
2925 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
2926
2927 From: abigail@fnx.com
2928 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
2929 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
2930 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
2931
2932 From: abigail@fnx.com
2933 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
2934 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
2935 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
2936
2937 From: abigail@fnx.com
2938 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
2939 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
2940 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
2941
2942 From: abigail@fnx.com
2943 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
2944 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
2945 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
2946
2947 From: abigail@fnx.com
2948 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
2949 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
2950 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
2951
2952 From: abigail@fnx.com
2953 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
2954 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
2955 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
2956 Branch: cfgperl
2957 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
2958 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
2959 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
2960 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
2961 ! lib/Tie/Array.pm lib/Tie/Hash.pm
2962____________________________________________________________________________
99ed61e6
GS
2963[ 2576] By: jhi on 1999/01/06 17:05:20
2964 Log: Change #2582 fallout: the amagic_cmp* are no more file static.
2965 Branch: cfgperl
2966 ! pp_ctl.c
5fdc711f
GS
2967____________________________________________________________________________
2968[ 2575] By: jhi on 1999/01/06 13:18:56
2969 Log: Enhance the great_circle_distance() documentation.
2970 Branch: cfgperl
2971 ! lib/Math/Trig.pm
2972____________________________________________________________________________
2973[ 2574] By: jhi on 1999/01/06 12:58:03
2974 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
2975 To: perlbug@perl.com
2976 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
2977 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
2978 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
2979 Branch: cfgperl
2980 ! t/op/sysio.t
2981____________________________________________________________________________
2982[ 2573] By: jhi on 1999/01/06 12:40:19
2983 Log: From: "W. Phillip Moore" <wpm@ms.com>
2984 To: perlbug@perl.org
2985 Subject: [PATCH] POSIX getpgrp is not -w clean
2986 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
2987 Message-ID: <13970.20107.190314.549471@zappa>
2988 Branch: cfgperl
2989 ! ext/POSIX/POSIX.pm
2990____________________________________________________________________________
2991[ 2572] By: jhi on 1999/01/06 12:25:24
2992 Log: Based on
2993 From: jan.dubois@ibm.net (Jan Dubois)
2994 To: perl5-porters@perl.org
2995 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
2996 Date: Wed, 06 Jan 1999 01:24:09 +0100
2997 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
2998 except that
2999 - objXSUB.h was already okay
3000 - embed.h patching is futile, global.sym patched instead
3001 - objpp.h does not exist
3002 - proto.h addition applied manually
3003 - win32/GenCAPI.pl was already okay
3004 - win32/makedef.pl was already okay
3005 Branch: cfgperl
3006 ! global.sym perl.c proto.h
3007____________________________________________________________________________
3008[ 2571] By: jhi on 1999/01/06 11:25:48
3009 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
3010 To: perlbug@perl.com
3011 Subject: FindBin.pm on Win32 systems
3012 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
3013 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
3014 Branch: cfgperl
3015 ! lib/FindBin.pm
3016____________________________________________________________________________
3017[ 2570] By: jhi on 1999/01/06 11:21:48
3018 Log: From: Dan Sugalski <sugalskd@osshe.edu>
3019 To: perl5-porters@perl.org, vmsperl@perl.org
3020 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
3021 Date: Tue, 05 Jan 1999 16:47:31 -0800
3022 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
3023
3024 (the ext/IO/lib/IO/Socket.pm was not really changed here;
3025 it was a leftover from #2569)
3026 Branch: cfgperl
3027 ! ext/IO/lib/IO/Socket.pm taint.c
3028____________________________________________________________________________
3029[ 2569] By: jhi on 1999/01/06 11:18:22
3030 Log: Jumbo doc patch from Abigail (almost identical to
3031 the 5.005-maint change #2562 except for the
3032 ext/IO/lib/IO/Socket.pm patch which was not
3033 applicable because the IO version of 5.005-devel
3034 is somewhat different (why?))
3035
3036 From: abigail@fnx.com
3037 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
3038 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
3039 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
3040
3041 From: abigail@fnx.com
3042 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
3043 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
3044 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
3045
3046 From: abigail@fnx.com
3047 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
3048 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
3049 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
3050
3051 From: abigail@fnx.com
3052 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
3053 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
3054 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
3055
3056 From: abigail@fnx.com
3057 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
3058 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
3059 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
3060
3061 From: abigail@fnx.com
3062 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
3063 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
3064 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
3065
3066 From: abigail@fnx.com
3067 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
3068 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
3069 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
3070
3071 From: abigail@fnx.com
3072 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
3073 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
3074 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
3075
3076 From: abigail@fnx.com
3077 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
3078 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
3079 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
3080
3081 From: abigail@fnx.com
3082 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
3083 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
3084 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
3085 Branch: cfgperl
3086 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
3087 ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
3088 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
3089 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3090 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
3091____________________________________________________________________________
3092[ 2568] By: gbarr on 1999/01/06 03:13:15
3093 Log: From: jan.dubois@ibm.net (Jan Dubois)
3094 Date: Wed, 06 Jan 1999 01:24:09 +0100
3095 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
3096 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
3097 Branch: maint-5.005/perl
3098 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
3099 ! win32/GenCAPI.pl win32/makedef.pl
3100____________________________________________________________________________
5fdc711f
GS
3101[ 2566] By: gbarr on 1999/01/06 02:29:05
3102 Log: From: "W. Phillip Moore" <wpm@ms.com>
3103 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
3104 Message-ID: <13970.20107.190314.549471@zappa>
3105 Subject: [PATCH] POSIX getpgrp is not -w clean
3106 Branch: maint-5.005/perl
3107 ! ext/POSIX/POSIX.pm
3108____________________________________________________________________________
3109[ 2565] By: gbarr on 1999/01/06 02:19:00
3110 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
3111 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
3112 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
3113 Subject: FindBin.pm on Win32 systems
3114 Branch: maint-5.005/perl
3115 ! lib/FindBin.pm
3116____________________________________________________________________________
5fdc711f
GS
3117[ 2561] By: jhi on 1999/01/05 10:49:10
3118 Log: Reword the setlocale() 1-arg case better.
3119 Branch: cfgperl
3120 ! ext/POSIX/POSIX.pod
3121____________________________________________________________________________
5fdc711f
GS
3122[ 2559] By: gbarr on 1999/01/02 15:37:35
3123 Log: From: Blair Zajac <bzajac@geostaff.com>
3124 Date: Wed, 23 Dec 1998 17:13:32 -0800
3125 Message-ID: <3681953C.8B6A90AA@geostaff.com>
3126 Subject: Tie::SubstrHash patch
3127 Branch: maint-5.005/perl
3128 ! lib/Tie/SubstrHash.pm
3129____________________________________________________________________________
5fdc711f
GS
3130[ 2554] By: jhi on 1999/01/02 14:55:06
3131 Log: Object destruction order testing.
3132 Branch: cfgperl
3133 ! t/op/misc.t
3134____________________________________________________________________________
3135[ 2553] By: jhi on 1999/01/02 14:49:40
3136 Log: perldelta the Dumpvalue.pm of change #2513.
3137 Branch: cfgperl
3138 ! lib/Dumpvalue.pm pod/perldelta.pod
3139____________________________________________________________________________
3140[ 2552] By: nick on 1999/01/02 14:45:38
3141 Log: Tone down Makefile.PL so it works on Win32
3142 Branch: perl
3143 ! ext/B/Makefile.PL
3144____________________________________________________________________________
3145[ 2551] By: nick on 1999/01/02 14:06:30
3146 Log: Export constant subs from B.xs for op.h, cop.h and a few others.
3147 Use them in various B::* rather than have local defs.
3148 Branch: perl
3149 + ext/B/defsubs.h.PL
3150 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
3151 ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
3152 ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
3153____________________________________________________________________________
3154[ 2550] By: nick on 1999/01/02 10:04:02
3155 Log: Integrate ext/B changes from //depot/cfgperl
3156 Branch: perl
3157 !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3158____________________________________________________________________________
3159[ 2549] By: jhi on 1999/01/01 13:54:16
3160 Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
3161 To: perlbug@perl.com
3162 Subject: op/groups.t fails test 1 on HP-UX 10.20
3163 Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
3164 Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
3165 Branch: cfgperl
3166 ! t/op/groups.t
3167____________________________________________________________________________
3168[ 2548] By: jhi on 1999/01/01 13:53:31
3169 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3170 To: perl5-porters@perl.org
3171 cc: hv@crypt0.demon.co.uk
3172 Subject: [bug 5.004_54] duplicate error message
3173 Date: Thu, 31 Dec 1998 04:05:25 +0000
3174 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
3175
3176 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
3177 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3178 To: hv@crypt0.demon.co.uk
3179 Cc: perl5-porters@perl.org
3180 Subject: [PATCH _54] Re: duplicate error message
3181 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
3182
3183 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
3184 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3185 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
3186 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
3187 Subject: [TEST PATCH _54] Re: duplicate error message
3188 Date: Fri, 01 Jan 1999 07:32:14 +0000
3189 Branch: cfgperl
3190 ! op.c t/pragma/warn/op
3191____________________________________________________________________________
3192[ 2547] By: jhi on 1998/12/31 14:15:04
3193 Log: From: Chris Nandor <pudge@pobox.com>
3194 To: jhi@iki.fi
3195 Cc: perl5-porters@perl.org
3196 Subject: Re: [PATCH] perlport.pod 1.38
3197 Date: Thu, 31 Dec 1998 09:06:48 -0500
3198 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
3199 Branch: cfgperl
3200 ! pod/perlport.pod
3201____________________________________________________________________________
3202[ 2546] By: jhi on 1998/12/31 11:18:17
3203 Log: From: Wilson P. Snyder II
3204 To: perl5-porters@perl.org
3205 Subject: [PATCH v5.5.53] REV2: Binary number support
3206 Date: 1998/11/30
3207 Message-ID: <199811301543.KAA15689@vulcan.maker.com>
3208 Branch: cfgperl
3209 ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
3210 ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
3211 ! toke.c util.c
3212____________________________________________________________________________
3213[ 2545] By: jhi on 1998/12/31 09:27:40
3214 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
3215 To: perlbug@perl.com
3216 Subject: "perl -T -P" dumps core on OpenBSD and Linux
3217 Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
3218 Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
3219 Branch: cfgperl
3220 ! taint.c
3221____________________________________________________________________________
3222[ 2544] By: jhi on 1998/12/31 09:21:45
3223 Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
3224 To: perlbug@perl.com
3225 Subject: bug in pod2man search for perl binary [5.005_5x]
3226 Date: Sat, 12 Dec 1998 23:08:51 +0000
3227 Message-ID: <19981212230851.A20578@ig.co.uk>
3228 Branch: cfgperl
3229 ! pod/pod2man.PL
3230____________________________________________________________________________
5fdc711f
GS
3231[ 2541] By: gbarr on 1998/12/30 14:37:14
3232 Log: From: jan.dubois@ibm.net (Jan Dubois)
3233 Date: Wed, 23 Dec 1998 21:26:38 +0100
3234 Message-ID: <36895086.8849224@smtp1.ibm.net>
3235 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
3236 Branch: maint-5.005/perl
3237 ! lib/ExtUtils/MakeMaker.pm
3238____________________________________________________________________________
3239[ 2540] By: jhi on 1998/12/30 08:42:04
3240 Log: Evermore AUTHORS and MAINTAIN.
3241 Branch: cfgperl
3242 ! AUTHORS MAINTAIN
3243____________________________________________________________________________
3244[ 2539] By: jhi on 1998/12/29 15:10:34
3245 Log: More AUTHORS and MAINTAIN.
3246 Branch: cfgperl
3247 ! AUTHORS MAINTAIN
3248____________________________________________________________________________
5fdc711f
GS
3249[ 2537] By: jhi on 1998/12/29 14:34:47
3250 Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
3251 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
3252 Message-ID: <13942.32480.700000.640927@utensil>
3253 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
3254 (mirror change#2531 in the 5.005-maint)
3255 Branch: cfgperl
3256 ! lib/AutoSplit.pm
3257____________________________________________________________________________
5fdc711f
GS
3258[ 2531] By: gbarr on 1998/12/29 14:12:25
3259 Log: change in_pod pattern to /^=\w/ from /^=/
3260 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
3261 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
3262 Message-ID: <13942.32480.700000.640927@utensil>
3263 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
3264 Branch: maint-5.005/perl
3265 ! lib/AutoSplit.pm
3266____________________________________________________________________________
5fdc711f
GS
3267[ 2525] By: jhi on 1998/12/29 13:06:26
3268 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3269 To: perl5-porters@perl.org
3270 Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
3271 Date: 16 Dec 1998 03:17:03 +0200
3272 Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
3273 Branch: cfgperl
3274 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3275____________________________________________________________________________
3276[ 2524] By: jhi on 1998/12/29 13:00:06
3277 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3278 To: perl5-porters@perl.org
3279 Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
3280 Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
3281 Date: 10 Dec 1998 08:30:02 +0200
3282 Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
3283
3284 (Nick's part was applied earlier, in change #2460)
3285 Branch: cfgperl
3286 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
3287____________________________________________________________________________
3288[ 2523] By: jhi on 1998/12/29 12:41:31
3289 Log: From: "vishal bhatia" <vishalb@hotmail.com>
3290 To: nick@ni-s.u-net.com
3291 Cc: perl5-porters@perl.org
3292 Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
3293 Date: 9 Dec 1998 06:50:30 +0200
3294 Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
3295 Branch: cfgperl
3296 ! ext/B/B/CC.pm
3297____________________________________________________________________________
3298[ 2522] By: jhi on 1998/12/29 12:15:18
3299 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
3300 To: perl5-porters@perl.org (Perl 5 Porters)
3301 Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
3302 Date: 25 Dec 1998 23:02:28 +0200
3303 Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
3304 Branch: cfgperl
3305 ! lib/Pod/Text.pm
3306____________________________________________________________________________
3307[ 2521] By: jhi on 1998/12/29 12:07:54
3308 Log: Undo #2519 (breaks universal.c).
3309 Branch: cfgperl
3310 ! XSUB.h
3311____________________________________________________________________________
3312[ 2519] By: jhi on 1998/12/29 11:41:10
3313 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
3314 To: perl5-porters@perl.org
3315 Cc: perl-xs@perl.org
3316 Subject: XSUB.h refinement [PATCH]
3317 Date: 18 Dec 1998 03:58:44 +0200
3318 Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
3319 Branch: cfgperl
3320 ! XSUB.h
3321____________________________________________________________________________
3322[ 2518] By: jhi on 1998/12/29 11:36:19
3323 Log: From: abigail@fnx.com
3324 To: perl5-porters@perl.org (Perl Porters)
3325 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
3326 Date: 28 Dec 1998 21:39:15 +0200
3327 Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
3328 Branch: cfgperl
3329 ! lib/fields.pm
3330____________________________________________________________________________
3331[ 2517] By: jhi on 1998/12/29 11:35:03
3332 Log: Document change #2516.
3333 Branch: cfgperl
3334 ! pod/perldelta.pod
3335____________________________________________________________________________
3336[ 2516] By: jhi on 1998/12/29 11:32:26
3337 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3338 To: perl5-porters@perl.org (Mailing list Perl5)
3339 Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
3340 Date: 9 Dec 1998 10:39:31 +0200
3341 Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
3342 Branch: cfgperl
3343 ! pod/perldiag.pod regcomp.c toke.c
3344____________________________________________________________________________
3345[ 2515] By: jhi on 1998/12/29 11:27:11
3346 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3347 To: perl5-porters@perl.org (Mailing list Perl5)
3348 Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
3349 Date: 8 Dec 1998 09:02:04 +0200
3350 Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
3351
3352 \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
3353 Branch: cfgperl
3354 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
3355____________________________________________________________________________
3356[ 2514] By: jhi on 1998/12/29 11:21:31
3357 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3358 To: perl5-porters@perl.org (Mailing list Perl5)
3359 Subject: [PATCH 5.005_53] Regexp tests and UTF8
3360 Date: 8 Dec 1998 07:02:01 +0200
3361 Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
3362 Branch: cfgperl
3363 ! regcomp.c
3364____________________________________________________________________________
3365[ 2513] By: jhi on 1998/12/29 11:18:34
3366 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3367 Subject: [PATCH 5.005_*] Dumpvar.pm
3368 To: perl5-porters@perl.org (Mailing list Perl5)
3369 Date: 7 Dec 1998 10:17:35 +0200
3370 Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
3371 Branch: cfgperl
3372 + lib/Dumpvalue.pm
3373 ! MANIFEST
3374____________________________________________________________________________
5fdc711f
GS
3375[ 2511] By: gbarr on 1998/12/28 14:55:28
3376 Log: From: jan.dubois@ibm.net (Jan Dubois)
3377 Date: Tue, 01 Dec 1998 00:07:33 +0100
3378 Message-ID: <366921b5.14512598@smtp1.ibm.net>
3379 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
3380
3381 From: jan.dubois@ibm.net (Jan Dubois)
3382 Date: Wed, 02 Dec 1998 00:24:54 +0100
3383 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
3384 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
3385 Branch: maint-5.005/perl
3386 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
3387 ! win32/config.bc win32/config.gc win32/config.vc
3388 ! win32/config_sh.PL win32/makedef.pl
3389____________________________________________________________________________
5fdc711f 3390[ 2509] By: jhi on 1998/12/28 13:00:31
99ed61e6
GS
3391 Log: Kickstart AUTHORS and MAINTAIN.
3392 Branch: cfgperl
3393 + AUTHORS MAINTAIN
3394 ! MANIFEST
5fdc711f
GS
3395____________________________________________________________________________
3396[ 2508] By: jhi on 1998/12/28 08:04:00
99ed61e6
GS
3397 Log: From: Nathan Torkington <gnat@frii.com>
3398 To: perlbug@perl.com
3399 Subject: [PATCH] perlxstut.pod fix
3400 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
3401 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
3402 Branch: cfgperl
3403 ! pod/perlxstut.pod
5fdc711f
GS
3404____________________________________________________________________________
3405[ 2507] By: jhi on 1998/12/28 07:59:00
99ed61e6
GS
3406 Log: From: abigail@fnx.com
3407 To: perlbug@perl.com
3408 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
3409 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
3410 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
3411 (slightly modified, a part of the patch was rejected)
3412 (strange, I thought I had already submitted this one
3413 but Perforce disagrees with me...)
3414 Branch: cfgperl
3415 ! pod/perlop.pod
5fdc711f
GS
3416____________________________________________________________________________
3417[ 2506] By: jhi on 1998/12/28 07:56:59
99ed61e6
GS
3418 Log: From: Artur <artur@vogon-solutions.com>
3419 To: perlbug@perl.com
3420 Subject: PATCH: perlmodlib.pod
3421 Date: Fri, 25 Dec 1998 00:48:39 +0000
3422 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
3423 Branch: cfgperl
3424 ! pod/perlmodlib.pod pod/perlop.pod
5fdc711f
GS
3425____________________________________________________________________________
3426[ 2505] By: jhi on 1998/12/28 07:46:06
99ed61e6
GS
3427 Log: From: abigail@fnx.com
3428 To: perl5-porters@perl.org (Perl Porters)
3429 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
3430 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
3431 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
3432 Branch: cfgperl
3433 ! pod/pod2html.PL
5fdc711f
GS
3434____________________________________________________________________________
3435[ 2504] By: jhi on 1998/12/28 07:44:35
99ed61e6
GS
3436 Log: From: Jim Avera <avera@fjst.com>
3437 To: perlbug@perl.com
3438 Subject: perlbug bug - shows dates reversed
3439 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
3440 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
3441 Branch: cfgperl
3442 ! utils/perlbug.PL
5fdc711f
GS
3443____________________________________________________________________________
3444[ 2503] By: jhi on 1998/12/28 07:41:39
99ed61e6
GS
3445 Log: From: jan.dubois@ibm.net (Jan Dubois)
3446 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
3447 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
3448 Date: Wed, 23 Dec 1998 21:26:38 +0100
3449 Message-ID: <36895086.8849224@smtp1.ibm.net>
3450 Branch: cfgperl
3451 ! lib/ExtUtils/MakeMaker.pm
5fdc711f
GS
3452____________________________________________________________________________
3453[ 2502] By: jhi on 1998/12/28 07:39:20
99ed61e6
GS
3454 Log: From: Blair Zajac <bzajac@geostaff.com>
3455 To: perl5-porters@perl.org
3456 Subject: Tie::SubstrHash patch
3457 Date: Wed, 23 Dec 1998 17:13:32 -0800
3458 Message-ID: <3681953C.8B6A90AA@geostaff.com>
3459 Branch: cfgperl
3460 ! lib/Tie/SubstrHash.pm
5fdc711f
GS
3461____________________________________________________________________________
3462[ 2501] By: jhi on 1998/12/28 07:37:16
99ed61e6
GS
3463 Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
3464 To: perlbug@perl.com
3465 Subject: perlfaq9 minor error
3466 Date: Wed, 23 Dec 1998 14:54:19 -0800
3467 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
3468 Branch: cfgperl
3469 ! pod/perlfaq9.pod
5fdc711f
GS
3470____________________________________________________________________________
3471[ 2500] By: jhi on 1998/12/23 10:38:18
99ed61e6
GS
3472 Log: More porting notes about filesystems, AmigaOS, and MiNT.
3473 Branch: cfgperl
3474 ! pod/perlport.pod
5fdc711f
GS
3475____________________________________________________________________________
3476[ 2499] By: jhi on 1998/12/22 09:26:49
99ed61e6
GS
3477 Log: Add few MSG_ and uio constants.
3478 Branch: cfgperl
3479 ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5fdc711f
GS
3480____________________________________________________________________________
3481[ 2498] By: jhi on 1998/12/22 08:39:30
99ed61e6
GS
3482 Log: Slight recoding of util.c:repeatcpy() to circumnavigate
3483 a Digital C compiler optimizer bug that broke the 'x'
3484 operator under certain circumstances. See t/op/repeat.t
3485 test #20 for graphic details. Reported in
3486
3487 From: Gisle Aas <gisle@aas.no>
3488 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
3489 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
3490 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
3491 Date: 18 Dec 1998 14:27:40 +0100
3492 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
3493
3494 and discussed further in the thread
3495
3496 From: Jarkko Hietaniemi <jhi@iki.fi>
3497 To: Gisle Aas <gisle@aas.no>
3498 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
3499 cpan-testers@perl.org, perl5-porters@perl.org
3500 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
3501 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
3502 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
3503 Branch: cfgperl
3504 ! t/op/repeat.t util.c
5fdc711f
GS
3505____________________________________________________________________________
3506[ 2497] By: jhi on 1998/12/21 14:18:57
99ed61e6
GS
3507 Log: Change #2483 update.
3508 Branch: cfgperl
3509 ! t/op/tr.t
5fdc711f
GS
3510____________________________________________________________________________
3511[ 2496] By: jhi on 1998/12/21 14:07:41
99ed61e6
GS
3512 Log: Update on change #2493.
3513 Branch: cfgperl
3514 ! t/pragma/warn/op
5fdc711f
GS
3515____________________________________________________________________________
3516[ 2495] By: jhi on 1998/12/21 13:52:00
99ed61e6
GS
3517 Log: Change #2487 aftershock.
3518 Branch: cfgperl
3519 ! warning.pl
5fdc711f
GS
3520____________________________________________________________________________
3521[ 2494] By: jhi on 1998/12/21 12:35:00
99ed61e6
GS
3522 Log: From: Chris Nandor <pudge@pobox.com>
3523 To: perl5-porters@perl.org
3524 Subject: [PATCH] perlport.pod v1.37
3525 Date: Sat, 19 Dec 1998 12:54:34 -0500
3526 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
3527 Branch: cfgperl
3528 ! pod/perlport.pod
5fdc711f
GS
3529____________________________________________________________________________
3530[ 2493] By: jhi on 1998/12/21 12:22:44
99ed61e6
GS
3531 Log: From: Mark-Jason Dominus <mjd@plover.com>
3532 To: perl5-porters@perl.com
3533 Subject: PATCH (5.005_02): Dejargonizing
3534 Date: Sun, 20 Dec 1998 14:35:20 -0500
3535 Message-ID: <19981220193520.11230.qmail@plover.com>
3536
3537 From: Mark-Jason Dominus <mjd@plover.com>
3538 To: perl5-porters@perl.com
3539 Subject: PATCH (5.005_02): Spelling correction in warning message
3540 Date: Sun, 20 Dec 1998 13:51:30 -0500
3541 Message-ID: <19981220185130.11067.qmail@plover.com>
3542 Branch: cfgperl
3543 ! doio.c op.c
5fdc711f
GS
3544____________________________________________________________________________
3545[ 2492] By: jhi on 1998/12/21 09:00:05
99ed61e6
GS
3546 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
3547 To: perl5-porters@perl.org
3548 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
3549 Date: Sun, 20 Dec 1998 19:03:25 PST
3550 Message-ID: <19981221030326.27660.qmail@hotmail.com>
3551
3552 (slightly reformatted)
3553 Branch: cfgperl
3554 ! ext/B/B/CC.pm
5fdc711f
GS
3555____________________________________________________________________________
3556[ 2491] By: nick on 1998/12/20 14:21:29
99ed61e6
GS
3557 Log: Save _all_ GV's which have SV, AV or HV set.
3558 Branch: perl
3559 ! ext/B/B/C.pm
5fdc711f
GS
3560____________________________________________________________________________
3561[ 2490] By: jhi on 1998/12/18 15:13:19
99ed61e6
GS
3562 Log: Add idea about generalising cpp symbol probing of Errno.
3563 Branch: cfgperl
3564 ! Todo
5fdc711f
GS
3565____________________________________________________________________________
3566[ 2489] By: jhi on 1998/12/18 14:47:57
99ed61e6
GS
3567 Log: Address some of the issues of:
3568
3569 From: Tom Christiansen <tchrist@jhereg.perl.com>
3570 To: perl-porters-active@jhereg.perl.com
3571 Subject: Undocumentation Issues for 5.005
3572 Date: Thu, 17 Dec 1998 14:46:24 -0700
3573 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
3574 Branch: cfgperl
3575 ! pod/perl5005delta.pod
5fdc711f
GS
3576____________________________________________________________________________
3577[ 2488] By: jhi on 1998/12/18 11:26:32
99ed61e6
GS
3578 Log: From: root <root@dubravka.in-berlin.de>
3579 To: perlbug@perl.com
3580 Cc: k@dubravka.in-berlin.de
3581 Subject: Please add no_modify to PERL_POLLUTE
3582 Date: Fri, 18 Dec 1998 10:45:52 +0100
3583 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
3584
3585 (Really from Andreas König)
3586 Branch: cfgperl
3587 ! embed.pl
5fdc711f
GS
3588____________________________________________________________________________
3589[ 2487] By: jhi on 1998/12/17 14:05:52
99ed61e6
GS
3590 Log: Some (by far not all) issues of the below message addressed.
3591
3592 From: Tom Christiansen <tchrist@jhereg.perl.com>
3593 To: The Perl Porters Mailing List <perl5-porters@perl.org>
3594 Subject: important UNDOC issues for 5.005_54
3595 Date: Wed, 16 Dec 1998 21:14:53 -0700
3596 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
3597 Branch: cfgperl
3598 ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
5fdc711f
GS
3599____________________________________________________________________________
3600[ 2486] By: jhi on 1998/12/17 12:47:15
99ed61e6
GS
3601 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3602 To: domo@computer.org
3603 Cc: jhi@iki.fi, perl5-porters@perl.org
3604 Subject: Re: stuff related to malloc.c
3605 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
3606 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
3607 Branch: cfgperl
3608 ! malloc.c
5fdc711f
GS
3609____________________________________________________________________________
3610[ 2485] By: jhi on 1998/12/17 12:17:19
99ed61e6
GS
3611 Log: More porting notes.
3612 Branch: cfgperl
3613 ! Porting/pumpkin.pod
5fdc711f
GS
3614____________________________________________________________________________
3615[ 2484] By: jhi on 1998/12/15 08:38:05
99ed61e6
GS
3616 Log: Undo #2386 and #2205.
3617 Branch: cfgperl
3618 ! pod/perlfunc.pod
5fdc711f
GS
3619____________________________________________________________________________
3620[ 2483] By: jhi on 1998/12/14 17:58:35
99ed61e6
GS
3621 Log: lib was missing from @INC.
3622 Branch: cfgperl
3623 ! t/op/tr.t
5fdc711f
GS
3624____________________________________________________________________________
3625[ 2482] By: jhi on 1998/12/14 17:52:42
99ed61e6
GS
3626 Log: Was missing use Text::Wrap.
3627 Branch: cfgperl
3628 ! t/lib/textfill.t
5fdc711f
GS
3629____________________________________________________________________________
3630[ 2481] By: jhi on 1998/12/14 16:00:22
99ed61e6
GS
3631 Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
3632
3633 From: Jonathan Roy <roy@idle.com>
3634 To: perl5-porters@perl.org
3635 Subject: nlist.h add to Configure checks?
3636 Date: Sun, 13 Dec 1998 22:22:49 -0500
3637 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
3638 Branch: cfgperl
3639 + ext/DynaLoader/hints/linux.pl
3640 ! MANIFEST
5fdc711f
GS
3641____________________________________________________________________________
3642[ 2480] By: jhi on 1998/12/14 15:02:44
99ed61e6
GS
3643 Log: Give up completely using nm in AIX.
3644
3645 From: "Kurt D. Starsinic" <kstar@chapin.edu>
3646 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
3647 Cc: perl5-porters@perl.org
3648 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
3649 Date: Thu, 10 Dec 1998 00:51:46 -0500
3650 Message-ID: <19981210005146.B29986@O2.chapin.edu>
3651 Branch: cfgperl
3652 ! hints/aix.sh
5fdc711f
GS
3653____________________________________________________________________________
3654[ 2479] By: jhi on 1998/12/14 14:39:52
99ed61e6
GS
3655 Log: AIX' error messages are different.
3656
3657 From: "Kurt D. Starsinic" <kstar@chapin.edu>
3658 To: Gurusamy Sarathy <gsar@engin.umich.edu>
3659 Cc: perl5-porters@perl.org
3660 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
3661 Date: Thu, 10 Dec 1998 00:42:36 -0500
3662 Message-ID: <19981210004236.A29986@O2.chapin.edu>
3663
3664 From: Michael Engel <engel@nms1.cc.huji.ac.il>
3665 To: perlbug@perl.com
3666 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
3667 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
3668 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
3669 Branch: cfgperl
3670 ! t/pragma/warn/doio
5fdc711f
GS
3671____________________________________________________________________________
3672[ 2475] By: jhi on 1998/12/13 12:35:55
99ed61e6
GS
3673 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3674 To: jhi@iki.fi
3675 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
3676 Subject: Re: stuff related to malloc.c
3677 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
3678 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
3679 Branch: cfgperl
3680 ! malloc.c
5fdc711f
GS
3681____________________________________________________________________________
3682[ 2474] By: jhi on 1998/12/13 12:32:42
99ed61e6
GS
3683 Log: Some notes about porting issues.
3684 Branch: cfgperl
3685 ! Porting/pumpkin.pod
5fdc711f
GS
3686____________________________________________________________________________
3687[ 2473] By: jhi on 1998/12/13 12:03:58
99ed61e6
GS
3688 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
3689 To: Perl 5 Porters <perl5-porters@perl.org>
3690 Subject: [patch 5.005_02] dos-djgpp update
3691 Date: Sun, 13 Dec 1998 00:08:44 +0100
3692 Message-ID: <19981213000844.C264@beeblebrox>
3693 Branch: cfgperl
3694 ! djgpp/config.over
5fdc711f
GS
3695____________________________________________________________________________
3696[ 2472] By: gbarr on 1998/12/12 17:12:28
99ed61e6
GS
3697 Log: undo changes to Exporter.pm from #2312
3698 Branch: maint-5.005/perl
3699 ! lib/Exporter.pm
5fdc711f
GS
3700____________________________________________________________________________
3701[ 2465] By: jhi on 1998/12/12 12:31:21
99ed61e6
GS
3702 Log: Document that qw() taints.
3703
3704 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
3705 To: perlbug@perl.com
3706 Subject: taint problems
3707 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
3708 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
3709 Branch: cfgperl
3710 ! pod/perlop.pod
5fdc711f
GS
3711____________________________________________________________________________
3712[ 2464] By: jhi on 1998/12/11 14:09:51
99ed61e6
GS
3713 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
3714 To: dist-users@foretune.co.jp
3715 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
3716 Date: Mon, 07 Dec 1998 20:13:04 -0400
3717 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
3718 Branch: cfgperl
3719 ! Configure
5fdc711f
GS
3720____________________________________________________________________________
3721[ 2463] By: jhi on 1998/12/11 13:29:54
99ed61e6
GS
3722 Log: MAXPATHLEN.
3723 Branch: cfgperl
3724 ! perl.h
5fdc711f
GS
3725____________________________________________________________________________
3726[ 2462] By: jhi on 1998/12/11 08:37:58
99ed61e6
GS
3727 Log: From: Mark Kettenis <kettenis@phys.uva.nl>
3728 To: perl5-porters@perl.org
3729 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
3730 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
3731 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
3732 Branch: cfgperl
3733 + hints/gnu.sh
5fdc711f
GS
3734____________________________________________________________________________
3735[ 2461] By: nick on 1998/12/10 21:00:50
99ed61e6
GS
3736 Log: Date: Wed, 09 Dec 1998 22:16:50 PST
3737 From: Vishal Bhatia <vishalb@hotmail.com>
3738 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
3739 2. Fixes the bug regarding return value of c-functions generated out
3740 of perl subs. ( Just includes the patch I sent earlier)
3741 3. Incorporates the other changes that need to be done to get CC.pm
3742 use ISA search for packages and methods on the same lines as C.pm
3743
3744 Vishal would appreciate comments about B::Stackobj changes from
3745 someone knowing that module well.
3746 Branch: perl
3747 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5fdc711f
GS
3748____________________________________________________________________________
3749[ 2460] By: jhi on 1998/12/08 08:11:27
99ed61e6
GS
3750 Log: Integrate from mainperl.
3751 Branch: cfgperl
3752 !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3753 !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
3754 !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
3755 !> toke.c util.c
5fdc711f
GS
3756____________________________________________________________________________
3757[ 2459] By: jhi on 1998/12/07 07:50:11
99ed61e6
GS
3758 Log: From: hansm@icgroup.nl
3759 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
3760 Reply-To: hansmu@xs4all.nl
3761 To: perlbug@perl.com
3762 Date: Sun, 6 Dec 98 22:19:54 +0100
3763 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
3764 Branch: cfgperl
3765 ! util.c
5fdc711f
GS
3766____________________________________________________________________________
3767[ 2458] By: gsar on 1998/12/07 06:00:55
99ed61e6
GS
3768 Log: fix dup lexical
3769 Branch: perl
3770 ! ext/B/B/Deparse.pm t/lib/io_unix.t
5fdc711f
GS
3771____________________________________________________________________________
3772[ 2457] By: gsar on 1998/12/06 14:38:59
99ed61e6
GS
3773 Log: mention limit on line numbers reported by diagnostics
3774 Branch: perl
3775 ! pod/perl.pod toke.c
5fdc711f
GS
3776____________________________________________________________________________
3777[ 2456] By: gsar on 1998/12/06 13:49:02
99ed61e6
GS
3778 Log: branch perldelta.pod
3779 Branch: maint-5.005/perl
3780 +> pod/perldelta.pod
5fdc711f
GS
3781____________________________________________________________________________
3782[ 2455] By: gsar on 1998/12/06 13:47:21
99ed61e6
GS
3783 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
3784 Branch: maint-5.005/perl
3785 - pod/perldelta.pod
5fdc711f
GS
3786____________________________________________________________________________
3787[ 2454] By: gsar on 1998/12/06 13:35:31
99ed61e6
GS
3788 Log: fix outdated/incorrect info about arbitrary limits
3789 Branch: perl
3790 ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
3791 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5fdc711f
GS
3792____________________________________________________________________________
3793[ 2453] By: nick on 1998/12/05 16:14:42
99ed61e6
GS
3794 Log: Avoid hard-coding op numbers
3795 Update CC.pm to save %INC, and to co-exist with new C.pm
3796 Branch: perl
3797 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
3798____________________________________________________________________________
3799[ 2452] By: nick on 1998/12/05 10:44:28
99ed61e6
GS
3800 Log: B.xs had its own code to calculate hash() which differed from
3801 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
3802 which meant that run-time require was re-done.
3803 Removed some debug from C.pm
3804 Branch: perl
3805 ! ext/B/B.xs ext/B/B/C.pm
5fdc711f
GS
3806____________________________________________________________________________
3807[ 2451] By: nick on 1998/12/04 21:58:49
99ed61e6
GS
3808 Log: Snapshot of re-worked B::C which compiles Tk apps at least as
3809 well as _54, but with pre-scan for classes and save the ISA scheme.
3810 Branch: perl
3811 ! ext/B/B/C.pm
5fdc711f
GS
3812____________________________________________________________________________
3813[ 2450] By: nick on 1998/12/04 17:58:44
99ed61e6
GS
3814 Log: Vishal Bhatia's patch as a basis.
3815 Branch: perl
3816 ! ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
3817____________________________________________________________________________
3818[ 2449] By: jhi on 1998/12/04 16:39:21
99ed61e6
GS
3819 Log: Integrate from mainperl.
3820 Branch: cfgperl
3821 !> t/op/goto.t t/op/tr.t
5fdc711f
GS
3822____________________________________________________________________________
3823[ 2448] By: gsar on 1998/12/04 06:06:49
99ed61e6
GS
3824 Log: tweak test for UTEST
3825 Branch: perl
3826 ! t/op/tr.t
5fdc711f
GS
3827____________________________________________________________________________
3828[ 2444] By: jhi on 1998/12/03 14:37:22
99ed61e6
GS
3829 Log: s/\bthe the\b/the/g *.pod
3830 Branch: cfgperl
3831 ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5fdc711f
GS
3832____________________________________________________________________________
3833[ 2443] By: jhi on 1998/12/03 13:39:53
99ed61e6
GS
3834 Log: Change#2441 aftermath.
3835 Branch: cfgperl
3836 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3837 ! config_h.SH thread.h vms/subconfigure.com
5fdc711f
GS
3838____________________________________________________________________________
3839[ 2441] By: jhi on 1998/12/03 08:15:13
99ed61e6
GS
3840 Log: From: Dan Sugalski <sugalskd@osshe.edu>
3841 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
3842 Subject: [PATCH 5.005_54]Initial VMS patches
3843 Date: 3 Dec 1998 01:05:55 +0200
3844 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
3845
3846 The patch to config_h.SH requires more study because
3847 metaconfig needs to agree.
3848 Branch: cfgperl
3849 ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
3850 ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
3851 ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5fdc711f
GS
3852____________________________________________________________________________
3853[ 2440] By: gsar on 1998/12/03 01:32:16
99ed61e6
GS
3854 Log: add failed check-in of goto.t from change#1867
3855 Branch: perl
3856 ! t/op/goto.t
5fdc711f
GS
3857____________________________________________________________________________
3858[ 2437] By: jhi on 1998/12/02 18:03:51
99ed61e6
GS
3859 Log: Fix most of the bad L<> links of
3860
3861 From: Tom Christiansen <tchrist@jhereg.perl.com>
3862 Subject: bad L<> links
3863 Reply-to: tchrist@perl.com
3864 To: perlbug@jhereg.perl.com
3865 Date: Tue, 11 Aug 1998 10:58:07 -0500
3866 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
3867
3868 The ones not fixed may require darker Pod::HTML magic,
3869 for example the perlguts.html#tags should work fine, IMHO.
3870 Branch: cfgperl
3871 ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
3872 ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
3873 ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
3874 ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
3875 ! pod/perlvar.pod
5fdc711f
GS
3876____________________________________________________________________________
3877[ 2436] By: jhi on 1998/12/02 16:35:04
99ed61e6
GS
3878 Log: One paste too many in #2345.
3879 Branch: cfgperl
3880 ! lib/Pod/Html.pm
5fdc711f
GS
3881____________________________________________________________________________
3882[ 2435] By: jhi on 1998/12/02 16:32:33
99ed61e6
GS
3883 Log: Pod::Html and Pod::Text were not locale-savvy:
3884 for example in =head1 all non-ASCII-\w-runs were
3885 turned into underscores in NAME tags. This could
3886 result in several NAME tags becoming identical.
3887 Reported by:
3888
3889 From: Fyodor Krasnov <fyodor@aha.ru>
3890 Subject: pod2html vs Russian Characters
3891 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
3892 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
3893 Message-Id: <199811241600.TAA05149@stat.aha.ru>
3894 Branch: cfgperl
3895 ! lib/Pod/Html.pm lib/Pod/Text.pm
5fdc711f
GS
3896____________________________________________________________________________
3897[ 2434] By: jhi on 1998/12/02 10:29:00
99ed61e6
GS
3898 Log: The real Mc5_54 integration.
3899 Branch: cfgperl
3900 !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
3901____________________________________________________________________________
3902[ 2433] By: jhi on 1998/12/02 08:52:13
99ed61e6
GS
3903 Log: From: Andy Dougherty <doughera@lafayette.edu>
3904 To: Perl Porters <perl5-porters@perl.org>
3905 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
3906 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
3907 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
3908 Branch: cfgperl
3909 ! Configure
5fdc711f
GS
3910____________________________________________________________________________
3911[ 2432] By: jhi on 1998/12/02 08:49:47
99ed61e6
GS
3912 Log: From: Andy Dougherty <doughera@lafayette.edu>
3913 To: Perl Porters <perl5-porters@perl.org>
3914 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
3915 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
3916 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
3917 Branch: cfgperl
3918 ! Configure
5fdc711f
GS
3919____________________________________________________________________________
3920[ 2431] By: jhi on 1998/12/01 16:11:50
99ed61e6
GS
3921 Log: From: achampio@lehman.com (Alan Champion)
3922 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
3923 To: perlbug@perl.com
3924 Date: 1 Dec 1998 17:36:33 +0200
3925 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
3926
3927 Skip NIS includes.
3928 Branch: cfgperl
3929 ! t/op/pwent.t
5fdc711f
GS
3930____________________________________________________________________________
3931[ 2430] By: gsar on 1998/12/01 12:12:50
99ed61e6
GS
3932 Log: 5.005_54, as released
3933 Branch: perl
3934 ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
3935____________________________________________________________________________
3936[ 2429] By: jhi on 1998/12/01 11:28:39
99ed61e6
GS
3937 Log: From: Anton Berezin <tobez@plab.ku.dk>
3938 To: perl5-porters@perl.org
3939 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
3940 Date: 30 Nov 1998 19:46:24 +0100
3941 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
3942 Branch: cfgperl
3943 ! hints/freebsd.sh
5fdc711f
GS
3944____________________________________________________________________________
3945[ 2428] By: jhi on 1998/12/01 11:08:16
99ed61e6
GS
3946 Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
3947 Branch: cfgperl
3948 +> (branch 30 files)
3949 !> (integrate 71 files)
5fdc711f
GS
3950____________________________________________________________________________
3951[ 2427] By: jhi on 1998/12/01 10:51:37
99ed61e6
GS
3952 Log: Default to accepting a hinted $randfunc even when $csym
3953 does not find it. (the previous defaylt behaviour was not
3954 to accept).
3955 Branch: cfgperl
3956 ! Configure
5fdc711f
GS
3957____________________________________________________________________________
3958[ 2426] By: jhi on 1998/12/01 10:13:03
99ed61e6
GS
3959 Log: Separated the [:foo:] parsing to its own function.
3960 Passes all tests.
3961 Branch: cfgperl
3962 ! regcomp.c
5fdc711f
GS
3963____________________________________________________________________________
3964[ 2425] By: jhi on 1998/12/01 08:22:49
99ed61e6
GS
3965 Log: Typo in comments.
3966 Branch: cfgperl
3967 ! regexec.c
5fdc711f
GS
3968____________________________________________________________________________
3969[ 2424] By: jhi on 1998/12/01 08:21:38
99ed61e6
GS
3970 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3971 Subject: [PATCH 5.005_*] Debugger 'v' command
3972 To: perl5-porters@perl.org (Mailing list Perl5)
3973 Date: 1 Dec 1998 07:55:11 +0200
3974 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
3975 Branch: cfgperl
3976 ! lib/perl5db.pl
5fdc711f
GS
3977____________________________________________________________________________
3978[ 2423] By: jhi on 1998/12/01 08:19:08
99ed61e6
GS
3979 Log: From: pvhp@forte.com (Peter Prymmer)
3980 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
3981 To: perl5-porters@perl.org
3982 Date: 1 Dec 1998 07:27:11 +0200
3983 Message-ID: <MLIST_9812010508.AA07791@forte.com>
3984 Branch: cfgperl
3985 ! hints/os390.sh
5fdc711f
GS
3986____________________________________________________________________________
3987[ 2417] By: jhi on 1998/11/30 08:14:00
99ed61e6
GS
3988 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
3989 Branch: cfgperl
3990 ! ext/Socket/Socket.xs
5fdc711f
GS
3991____________________________________________________________________________
3992[ 2416] By: jhi on 1998/11/30 08:00:15
99ed61e6
GS
3993 Log: Undo #2395, seems more like a problem in netbsd-current.
3994 Branch: cfgperl
3995 ! util.c
5fdc711f
GS
3996
3997----------------
3998Version 5.005_54
823168e8
GS
3999----------------
4000
4001____________________________________________________________________________
c2444246 4002[ 2414] By: gsar on 1998/11/30 02:23:55
99ed61e6
GS
4003 Log: more JPL tweaks
4004 Branch: perl
4005 - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
4006 ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
c2444246
GS
4007____________________________________________________________________________
4008[ 2413] By: gsar on 1998/11/30 01:35:56
99ed61e6
GS
4009 Log: stub bin/jpl that just runs JPL::Compile::files()
4010 Branch: perl
4011 + jpl/bin/jpl
c2444246
GS
4012____________________________________________________________________________
4013[ 2412] By: gsar on 1998/11/30 01:32:14
99ed61e6
GS
4014 Log: delete symlink
4015 Branch: perl
4016 - jpl/bin/jpl
c2444246
GS
4017____________________________________________________________________________
4018[ 2410] By: gsar on 1998/11/30 01:30:44
99ed61e6
GS
4019 Log: branch jpl from perlext to perl
4020 Branch: perl
4021 +> (branch 30 files)
c2444246
GS
4022____________________________________________________________________________
4023[ 2407] By: gsar on 1998/11/30 01:24:53
99ed61e6
GS
4024 Log: JPL tweaks to build with 5.005
4025 Branch: perlext
4026 ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
4027 ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
c2444246
GS
4028____________________________________________________________________________
4029[ 2406] By: gsar on 1998/11/30 00:55:54
99ed61e6
GS
4030 Log: integrate changes#2273,2274,2288,2291 from maint-5.004
4031 Branch: perl
4032 ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
c2444246 4033____________________________________________________________________________
db4a4bfe 4034[ 2405] By: gsar on 1998/11/30 00:28:55
99ed61e6
GS
4035 Log: patchlevel up to 54
4036 Branch: perl
4037 ! patchlevel.h win32/Makefile win32/config_H.bc
4038 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
db4a4bfe
GS
4039____________________________________________________________________________
4040[ 2403] By: gsar on 1998/11/29 23:35:50
99ed61e6
GS
4041 Log: integrate cfgperl changes into mainline
4042 Branch: perl
4043 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4044 !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
db4a4bfe
GS
4045____________________________________________________________________________
4046[ 2402] By: gsar on 1998/11/29 23:08:42
99ed61e6
GS
4047 Log: sync Text::Wrap version number
4048 Branch: perl
4049 ! lib/Text/Wrap.pm
db4a4bfe
GS
4050____________________________________________________________________________
4051[ 2401] By: gsar on 1998/11/29 22:56:21
99ed61e6
GS
4052 Log: textfill.t tweak
4053 Branch: perl
4054 ! t/lib/textfill.t
db4a4bfe
GS
4055____________________________________________________________________________
4056[ 2400] By: gsar on 1998/11/29 22:50:41
99ed61e6
GS
4057 Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
4058 <muir@idiom.com>
4059 Branch: perl
4060 + t/lib/textfill.t
4061 ! MANIFEST lib/Text/Wrap.pm
db4a4bfe
GS
4062____________________________________________________________________________
4063[ 2399] By: gsar on 1998/11/29 22:28:05
99ed61e6
GS
4064 Log: updated to Text::Wrap 98.112801 from CPAN; one published change
4065 has happened without the authors knowledge or consent; the subversive
4066 version (which is in 5.00502) breaks one of the tests in the
4067 authors testsuite; attempts are being made to find a fix that
4068 avoids breaking code already running with the 5.005_02 version
4069 From: David Muir Sharnoff <muir@idiom.com>
4070 Date: Sat, 28 Nov 1998 04:34:17 PST
4071 Message-Id: <199811281234.EAA03082@idiom.com>
4072 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
4073 Branch: perl
4074 ! lib/Text/Wrap.pm t/lib/textwrap.t
db4a4bfe
GS
4075____________________________________________________________________________
4076[ 2397] By: nick on 1998/11/29 20:13:58
99ed61e6
GS
4077 Log: Update docs and English.pm for $^C
4078 Branch: perl
4079 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
4080____________________________________________________________________________
4081[ 2396] By: jhi on 1998/11/29 20:13:03
99ed61e6
GS
4082 Log: Mirror #2384.
4083 Branch: cfgperl
4084 ! t/op/pwent.t
db4a4bfe
GS
4085____________________________________________________________________________
4086[ 2395] By: jhi on 1998/11/29 19:59:12
99ed61e6
GS
4087 Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
4088 Branch: cfgperl
4089 ! util.c
db4a4bfe
GS
4090____________________________________________________________________________
4091[ 2394] By: gsar on 1998/11/29 19:49:08
99ed61e6
GS
4092 Log: updated perlreftut.pod
4093 Branch: perl
4094 ! pod/perlreftut.pod
db4a4bfe
GS
4095____________________________________________________________________________
4096[ 2393] By: gsar on 1998/11/29 19:31:56
99ed61e6
GS
4097 Log: misc tweaks
4098 Branch: perl
4099 ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
db4a4bfe
GS
4100____________________________________________________________________________
4101[ 2392] By: gsar on 1998/11/29 19:31:18
99ed61e6
GS
4102 Log: notes about -DPERL_POLLUTE
4103 Branch: perl
4104 ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
db4a4bfe
GS
4105____________________________________________________________________________
4106[ 2391] By: gsar on 1998/11/29 19:13:52
99ed61e6
GS
4107 Log: explain various win32 build caveats more clearly
4108 Branch: perl
4109 ! README.win32 win32/Makefile win32/makefile.mk
db4a4bfe
GS
4110____________________________________________________________________________
4111[ 2390] By: gsar on 1998/11/29 16:51:59
99ed61e6
GS
4112 Log: remove I_POLL detection (Configure will do that now)
4113 Branch: perl
4114 ! ext/IO/Makefile.PL
db4a4bfe
GS
4115____________________________________________________________________________
4116[ 2389] By: jhi on 1998/11/29 16:39:16
99ed61e6
GS
4117 Log: Add I_POLL for IO 1.20.
4118 Branch: cfgperl
4119 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4120 ! config_h.SH
db4a4bfe
GS
4121____________________________________________________________________________
4122[ 2388] By: gsar on 1998/11/29 16:23:30
99ed61e6
GS
4123 Log: add p4desc (augments 'p4 describe' output with diffs for new files)
4124 Branch: perl
4125 + Porting/p4desc
4126 ! MANIFEST
db4a4bfe
GS
4127____________________________________________________________________________
4128[ 2387] By: gsar on 1998/11/29 16:08:03
99ed61e6
GS
4129 Log: another threads reliability fix: serialize writes to thr->threadsv
4130 avoid most uses of PL_na (which is much more inefficient than a
4131 simple local); update docs to suit; PL_na now being thr->Tna may
4132 be a minor compatibility issue for extensions--will require dTHR
4133 outside of XSUBs (those get automatic dTHR)
4134 Branch: perl
4135 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
4136 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
4137 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
4138 ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
4139 ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
4140 ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
4141 ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
4142 ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
4143 ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
db4a4bfe
GS
4144____________________________________________________________________________
4145[ 2386] By: jhi on 1998/11/29 15:40:42
99ed61e6
GS
4146 Log: Tune the "if" entry.
4147 Branch: cfgperl
4148 ! pod/perlfunc.pod
db4a4bfe
GS
4149____________________________________________________________________________
4150[ 2385] By: gsar on 1998/11/29 12:40:28
99ed61e6
GS
4151 Log: various fixes for race conditions under threads: mutex locks based
4152 on PL_threadnum were seriously flawed, since it means more than one
4153 thread could enter the critical region; PL_na was global instead of
4154 thread-local; child thread could finish and free thr structures
4155 before Thread->new() got around to creating the Thread object;
4156 cv_clone() needed locking, as it mucks with PL_comppad and other
4157 global data; new_struct_thread() needed to lock template-thread's
4158 mutex while copying its data
4159 Branch: perl
4160 ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
4161 ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
db4a4bfe
GS
4162____________________________________________________________________________
4163[ 2384] By: gsar on 1998/11/29 10:54:38
99ed61e6
GS
4164 Log: s/warn/print/ on multiply defined groups
4165 Branch: perl
4166 ! t/op/grent.t
db4a4bfe
GS
4167____________________________________________________________________________
4168[ 2383] By: gsar on 1998/11/29 10:48:39
99ed61e6
GS
4169 Log: backout change#2334
4170 Branch: perl
4171 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
4172____________________________________________________________________________
4173[ 2382] By: jhi on 1998/11/29 10:33:40
99ed61e6
GS
4174 Log: Better NetInfo behaviour.
4175 Branch: cfgperl
4176 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
4177____________________________________________________________________________
4178[ 2381] By: jhi on 1998/11/29 10:08:15
99ed61e6
GS
4179 Log: Integrate from mainperl.
4180 Branch: cfgperl
4181 +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
4182 +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4183 +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
4184 +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
4185 +> t/lib/io_poll.t t/lib/io_unix.t
4186 !> (integrate 58 files)
db4a4bfe
GS
4187____________________________________________________________________________
4188[ 2380] By: gsar on 1998/11/29 08:22:49
99ed61e6
GS
4189 Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
4190 Tim Bunce)
4191 Branch: perl
4192 ! gv.c
db4a4bfe
GS
4193____________________________________________________________________________
4194[ 2379] By: gsar on 1998/11/29 07:06:43
99ed61e6
GS
4195 Log: fix for pat.t failure under USE_THREADS
4196 Branch: perl
4197 ! pp_ctl.c regexec.c
db4a4bfe
GS
4198____________________________________________________________________________
4199[ 2378] By: nick on 1998/11/28 22:46:57
99ed61e6
GS
4200 Log: More C.pm tweaks
4201 Save globs even if we have saved cv itself before - may be imported.
4202
4203 While we don't save "bootstrap" CV we need to provide a stub,
4204 so that if we require it later we don't fall through and attempt
4205 to DynaLoad module again.
4206
4207 Attempt to save %INC so that "require" does not reload things
4208 we have compiled-in (does not work right yet - seems to be due
4209 to PL_incgv being created in perl_parse() current scheme setting
4210 GvHV() is "better" than saving the glob, but still does not
4211 work as I expect).
4212 Branch: perl
4213 ! ext/B/B/C.pm
db4a4bfe
GS
4214____________________________________________________________________________
4215[ 2377] By: gsar on 1998/11/28 22:30:38
99ed61e6
GS
4216 Log: various tweaks; result passes all tests for normal build on Solaris;
4217 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
4218 win32 due to lack of select() that works on non-socket fds
4219 Branch: perl
4220 ! ext/IO/poll.c regcomp.c regexec.c scope.c
4221 ! t/lib/io_multihomed.t win32/makefile.mk
db4a4bfe
GS
4222____________________________________________________________________________
4223[ 2376] By: gsar on 1998/11/28 20:44:39
99ed61e6
GS
4224 Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
4225 Branch: perl
4226 ! myconfig
db4a4bfe
GS
4227____________________________________________________________________________
4228[ 2375] By: gsar on 1998/11/28 20:42:58
99ed61e6
GS
4229 Log: integrate cfgperl changes into mainline
4230 Branch: perl
4231 !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
4232 !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
db4a4bfe
GS
4233____________________________________________________________________________
4234[ 2374] By: gsar on 1998/11/28 20:02:03
99ed61e6
GS
4235 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4236 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
4237 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
4238 Subject: [PATCH 5.00553] Yet another OS/2 patch
4239 Branch: perl
4240 ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
db4a4bfe
GS
4241____________________________________________________________________________
4242[ 2373] By: gsar on 1998/11/28 19:30:06
99ed61e6
GS
4243 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4244 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
4245 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
4246 Subject: [PATCH 5.005_53] Change $#+
4247 Branch: perl
4248 ! mg.c pod/perlvar.pod t/op/pat.t
db4a4bfe
GS
4249____________________________________________________________________________
4250[ 2372] By: gsar on 1998/11/28 19:28:00
99ed61e6
GS
4251 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4252 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
4253 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
4254 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
4255 Branch: perl
4256 ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
4257 ! thrdvar.h
db4a4bfe
GS
4258____________________________________________________________________________
4259[ 2371] By: gsar on 1998/11/28 19:23:53
99ed61e6
GS
4260 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4261 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
4262 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
4263 Subject: [PATCH 5.005_53] better -Mre=debugcolor
4264 Branch: perl
4265 ! embedvar.h objXSUB.h regexec.c thrdvar.h
db4a4bfe
GS
4266____________________________________________________________________________
4267[ 2370] By: gsar on 1998/11/28 19:21:17
99ed61e6
GS
4268 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4269 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
4270 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
4271 Subject: [PATCH 5.005_*] regcolors
4272 Branch: perl
4273 ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
db4a4bfe
GS
4274____________________________________________________________________________
4275[ 2369] By: gsar on 1998/11/28 19:00:15
99ed61e6
GS
4276 Log: allow final period in a file (not followed by a newline) to
4277 terminate format spec
4278 Branch: perl
4279 ! toke.c
db4a4bfe
GS
4280____________________________________________________________________________
4281[ 2368] By: gsar on 1998/11/28 18:58:25
99ed61e6
GS
4282 Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
4283 add C<$Config{installarchlib}/CORE> to the default locations searched
4284 on win32
4285 Branch: perl
4286 ! lib/ExtUtils/Liblist.pm
db4a4bfe
GS
4287____________________________________________________________________________
4288[ 2367] By: gsar on 1998/11/28 18:46:05
99ed61e6
GS
4289 Log: applied suggested patch with PERL_OBJECT tweaks
4290 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4291 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
4292 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
4293 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
4294 Branch: perl
4295 ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
4296 ! regexec.c t/op/pat.t thrdvar.h
db4a4bfe
GS
4297____________________________________________________________________________
4298[ 2366] By: gsar on 1998/11/28 18:38:34
99ed61e6
GS
4299 Log: additional documentation for qr//
4300 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4301 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
4302 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
4303 Subject: [PATCH 5.005_*] Documentation (fwd)
4304 Branch: perl
4305 ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
db4a4bfe
GS
4306____________________________________________________________________________
4307[ 2365] By: gsar on 1998/11/28 18:35:35
99ed61e6
GS
4308 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4309 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
4310 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
4311 Subject: [PATCH 5.005_*] Fix \G in REx without //g
4312 Branch: perl
4313 ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
4314 ! regexp.h t/op/pat.t thrdvar.h
db4a4bfe
GS
4315____________________________________________________________________________
4316[ 2364] By: gsar on 1998/11/28 18:24:20
99ed61e6
GS
4317 Log: update Test.pm to Test-1.12; tweak 're' detection
4318 Branch: perl
4319 ! lib/Test.pm
db4a4bfe
GS
4320____________________________________________________________________________
4321[ 2363] By: gsar on 1998/11/28 18:12:04
99ed61e6
GS
4322 Log: avoid command-line quoting portability problems in lex_assign.t
4323 Branch: perl
4324 ! t/op/lex_assign.t
db4a4bfe
GS
4325____________________________________________________________________________
4326[ 2362] By: gsar on 1998/11/28 18:08:50
99ed61e6
GS
4327 Log: From: John Tobey <jtobey@channel1.com>
4328 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
4329 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
4330 Subject: PATCH: document English.pm sawampersand and thread issues
4331 Branch: perl
4332 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
4333____________________________________________________________________________
4334[ 2361] By: gsar on 1998/11/28 18:03:04
99ed61e6
GS
4335 Log: fix uninitialized warnings
4336 From: Brian Callaghan <callagh@itginc.com>
4337 Date: Thu, 19 Nov 1998 17:49:10 -0800
4338 Message-Id: <3654CA96.B64FCAEB@itginc.com>
4339 Subject: Complete.pm patch (version 1.1)
4340 Branch: perl
4341 ! lib/Term/Complete.pm
db4a4bfe
GS
4342____________________________________________________________________________
4343[ 2360] By: gsar on 1998/11/28 17:59:16
99ed61e6
GS
4344 Log: s/Array/List/ suggested by John Tobey
4345 Branch: perl
4346 ! pod/perldata.pod
db4a4bfe
GS
4347____________________________________________________________________________
4348[ 2359] By: gsar on 1998/11/28 17:47:48
99ed61e6
GS
4349 Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
4350 Branch: perl
4351 ! lib/Tie/Handle.pm pod/perlfunc.pod
db4a4bfe
GS
4352____________________________________________________________________________
4353[ 2358] By: jhi on 1998/11/28 17:23:15
99ed61e6
GS
4354 Log: Revamp the locale tests.
4355 (0) Instead of rewiring a few locales scan for them.
4356 (1) Bogus test #101 removed.
4357 (2) All the locales are checked, the lists of failed
4358 and non-failed ones are displayed.
4359 (3) The test #103 is again 'active' so that it may fail.
4360 (4) To balance (3) a hopefully pacifying message is shown
4361 if the #103 fails.
4362 Branch: cfgperl
4363 ! t/pragma/locale.t
db4a4bfe
GS
4364____________________________________________________________________________
4365[ 2357] By: gsar on 1998/11/28 17:21:07
99ed61e6
GS
4366 Log: add perlreftut.pod
4367 Branch: perl
4368 + pod/perlreftut.pod
4369 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
4370 ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
4371 ! win32/pod.mak
db4a4bfe
GS
4372____________________________________________________________________________
4373[ 2356] By: jhi on 1998/11/28 16:58:01
99ed61e6
GS
4374 Log: Change #2346 fallout.
4375 Branch: cfgperl
4376 ! t/op/undef.t
db4a4bfe
GS
4377____________________________________________________________________________
4378[ 2355] By: gsar on 1998/11/28 16:46:43
99ed61e6
GS
4379 Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
4380 ANSI prototypes
4381 Branch: perl
4382 ! ext/IO/IO.xs
db4a4bfe
GS
4383____________________________________________________________________________
4384[ 2354] By: gsar on 1998/11/28 16:08:07
99ed61e6
GS
4385 Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
4386 keep platform hacks that aren't in the 1.20 dist; add new files
4387 to MANIFEST; hack Makefile.PL; result hasn't been tested
4388 anywhere
4389 Branch: perl
4390 + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
4391 + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
4392 + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
4393 + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
4394 ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
4395 ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
4396 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
4397 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
4398 ! t/lib/io_sock.t t/lib/io_udp.t
db4a4bfe
GS
4399____________________________________________________________________________
4400[ 2353] By: jhi on 1998/11/28 15:51:03
99ed61e6
GS
4401 Log: Locale collation, ctype, and numeric, were initialized wrong
4402 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
4403 as reported by
4404
4405 From: Ilya.Sandler@etak.com (Ilya Sandler)
4406 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
4407 To: perlbug@perl.com
4408 Date: 25 Nov 1998 04:53:52 +0200
4409 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
4410 Branch: cfgperl
4411 ! util.c
db4a4bfe
GS
4412____________________________________________________________________________
4413[ 2352] By: nick on 1998/11/28 15:21:59
99ed61e6
GS
4414 Log: Implement $^C to allow perl access to -c flag - I think this
4415 was agreed once...
4416 Branch: perl
4417 ! gv.c mg.c
db4a4bfe
GS
4418____________________________________________________________________________
4419[ 2351] By: jhi on 1998/11/28 15:14:24
99ed61e6
GS
4420 Log: Change #2251 fixup.
4421 Branch: cfgperl
4422 ! myconfig
db4a4bfe
GS
4423____________________________________________________________________________
4424[ 2350] By: jhi on 1998/11/28 14:58:19
99ed61e6
GS
4425 Log: Integrate from mainperl.
4426 Branch: cfgperl
4427 +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
4428 +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
4429 +> pod/perl5005delta.pod
4430 !> (integrate 49 files)
db4a4bfe
GS
4431____________________________________________________________________________
4432[ 2349] By: jhi on 1998/11/28 14:27:36
99ed61e6
GS
4433 Log: Passwd and group file groveling.
4434 Branch: cfgperl
4435 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
4436____________________________________________________________________________
4437[ 2348] By: gsar on 1998/11/28 14:09:50
99ed61e6
GS
4438 Log: more conservative version of changes#2345,2346,2347; those break
4439 C<defined(@{"foo::ISA"})> which seems to be extensively used in
4440 the libs :-(
4441 Branch: perl
4442 ! pp.c t/op/method.t
db4a4bfe
GS
4443____________________________________________________________________________
4444[ 2347] By: gsar on 1998/11/28 13:36:08
99ed61e6
GS
4445 Log: tweak bogus test
4446 Branch: perl
4447 ! t/op/method.t
db4a4bfe
GS
4448____________________________________________________________________________
4449[ 2346] By: gsar on 1998/11/28 13:20:34
99ed61e6
GS
4450 Log: test cases for previous change
4451 Branch: perl
4452 ! t/op/undef.t
db4a4bfe
GS
4453____________________________________________________________________________
4454[ 2345] By: gsar on 1998/11/28 13:07:17
99ed61e6
GS
4455 Log: fix typo in pp_defined() causing C<defined %tied> to fail
4456 Branch: perl
4457 ! pp.c
db4a4bfe
GS
4458____________________________________________________________________________
4459[ 2344] By: gsar on 1998/11/28 13:03:29
99ed61e6
GS
4460 Log: s/comment/comment_t/ tweak (suggested by John Gorman
4461 <jgorman@webbysoft.com>)
4462 Branch: perl
4463 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
db4a4bfe
GS
4464____________________________________________________________________________
4465[ 2343] By: gsar on 1998/11/28 12:52:40
99ed61e6
GS
4466 Log: add (stub) perldelta.pod
4467 Branch: perl
4468 + pod/perldelta.pod
db4a4bfe
GS
4469____________________________________________________________________________
4470[ 2342] By: gsar on 1998/11/28 12:49:26
99ed61e6
GS
4471 Log: rename perldelta.pod to perl5005delta.pod in preparation for
4472 starting a new one
4473 Branch: perl
4474 +> pod/perl5005delta.pod
4475 - pod/perldelta.pod
4476 ! MANIFEST pod/perl.pod
db4a4bfe
GS
4477____________________________________________________________________________
4478[ 2341] By: gsar on 1998/11/28 12:41:55
99ed61e6
GS
4479 Log: fix MALLOC_LOCK #define
4480 Branch: perl
4481 ! malloc.c
db4a4bfe
GS
4482____________________________________________________________________________
4483[ 2340] By: gsar on 1998/11/28 12:18:23
99ed61e6
GS
4484 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4485 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
4486 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
4487 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
4488 Branch: perl
4489 ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
db4a4bfe
GS
4490____________________________________________________________________________
4491[ 2339] By: jhi on 1998/11/28 11:59:01
99ed61e6
GS
4492 Log: Add -lm to dynix/ptx POSIX hints.
4493 From: "Martin J. Bligh" <mbligh@sequent.com>
4494 To: jhi@iki.fi
4495 Subject: Re: Making Perl work on DYNIX/ptx
4496 Date: Wed, 25 Nov 1998 10:34:41 -0800
4497 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
4498 Branch: cfgperl
4499 ! ext/POSIX/hints/dynixptx.pl
db4a4bfe
GS
4500____________________________________________________________________________
4501[ 2338] By: jhi on 1998/11/28 11:57:19
99ed61e6
GS
4502 Log: Detypo.
4503 Branch: cfgperl
4504 ! lib/filetest.pm
db4a4bfe
GS
4505____________________________________________________________________________
4506[ 2337] By: jhi on 1998/11/28 11:56:29
99ed61e6
GS
4507 Log: Better LD_LIBRARY_PATH instructions for Bourneists.
4508 Branch: cfgperl
4509 ! Configure
db4a4bfe
GS
4510____________________________________________________________________________
4511[ 2336] By: gsar on 1998/11/28 11:41:14
99ed61e6
GS
4512 Log: teach CPAN.pm to ignore beta perl distributions when looking for
4513 modules
4514 From: root@dogberry.rutgers.edu (root)
4515 Date: Thu, 12 Nov 1998 23:08:39 -0500
4516 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
4517 Subject: recompile tries getting a perl distribution
4518 Branch: perl
4519 ! lib/CPAN.pm
db4a4bfe
GS
4520____________________________________________________________________________
4521[ 2335] By: gsar on 1998/11/28 11:27:46
99ed61e6
GS
4522 Log: make $1 et al readonly under threads; make C<undef $1> fail like
4523 C<$1 = undef> does
4524 Branch: perl
4525 ! op.c pp.c t/op/undef.t
db4a4bfe
GS
4526____________________________________________________________________________
4527[ 2334] By: gsar on 1998/11/28 10:24:52
99ed61e6
GS
4528 Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
4529 Branch: perl
4530 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
4531____________________________________________________________________________
4532[ 2333] By: gsar on 1998/11/28 09:36:40
99ed61e6
GS
4533 Log: document changed PERL_HASH()
4534 Branch: perl
4535 ! pod/perlfunc.pod pod/perlguts.pod
db4a4bfe
GS
4536____________________________________________________________________________
4537[ 2332] By: nick on 1998/11/27 21:10:27
99ed61e6
GS
4538 Log: Handle INIT list in C.pm
4539 1. Provide init_av() from B.xs
4540 2. Export it in B.pm
4541 3. Use it in C.pm
4542 Also disable some pruning in savecv() which seems to undo
4543 my previous patch.
4544 Experimental feature - save pathnames of .so files in easily
4545 grep-able form for use in wrapper to feed to linker.
4546 Branch: perl
4547 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
db4a4bfe
GS
4548____________________________________________________________________________
4549[ 2327] By: gsar on 1998/11/27 15:12:01
99ed61e6
GS
4550 Log: integrate change#2315 from maint-5.005
4551 Branch: perl
4552 ! t/op/sort.t
4553 !> op.c sv.c
db4a4bfe
GS
4554____________________________________________________________________________
4555[ 2326] By: gsar on 1998/11/27 15:00:42
99ed61e6
GS
4556 Log: integrate changes#2304,2305,2306,2308 from maint-5.005
4557 Branch: perl
4558 !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
4559 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
4560 !> lib/ExtUtils/typemap
db4a4bfe
GS
4561____________________________________________________________________________
4562[ 2325] By: gsar on 1998/11/27 14:46:18
99ed61e6
GS
4563 Log: malloc bugfix and documentation from Ilya Zakharevich
4564 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
4565 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
4566 Subject: [PATCH 5.005_*] Re: Internal coredump
4567 --
4568 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
4569 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
4570 Subject: [PATCH 5.005_*] malloc.c documentation
4571 Branch: perl
4572 ! malloc.c
db4a4bfe
GS
4573____________________________________________________________________________
4574[ 2324] By: gsar on 1998/11/27 14:41:38
99ed61e6
GS
4575 Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
4576 Branch: perl
4577 ! ext/B/B/C.pm
db4a4bfe
GS
4578____________________________________________________________________________
4579[ 2323] By: gsar on 1998/11/27 14:33:44
99ed61e6
GS
4580 Log: From: maeda@src.ricoh.co.jp
4581 Date: Tue, 24 Nov 1998 10:37:45 +0900
4582 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
4583 Subject: format "..." bug
4584 Branch: perl
4585 ! pp_ctl.c t/op/write.t
db4a4bfe
GS
4586____________________________________________________________________________
4587[ 2322] By: gsar on 1998/11/27 14:20:12
99ed61e6
GS
4588 Log: add ext/Devel/Peek
4589 From: jan.dubois@ibm.net (Jan Dubois)
4590 Date: Mon, 23 Nov 1998 00:48:11 +0100
4591 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
4592 Subject: [PATCH 5.005_53] Devel::Peek integration
4593 Branch: perl
4594 + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
4595 + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
4596 ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
4597 ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
4598 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
db4a4bfe
GS
4599____________________________________________________________________________
4600[ 2321] By: gsar on 1998/11/27 13:03:08
99ed61e6
GS
4601 Log: ensure 'make regen_headers' even without perl installed
4602 (suggested by Ilya Zakharevich)
4603 Branch: perl
4604 ! bytecode.pl warning.pl
db4a4bfe
GS
4605____________________________________________________________________________
4606[ 2320] By: gsar on 1998/11/27 12:58:36
99ed61e6
GS
4607 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4608 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
4609 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
4610 Subject: [PATCH 5.005_*] Cosmetic malloc patch
4611 Branch: perl
4612 ! malloc.c
db4a4bfe
GS
4613____________________________________________________________________________
4614[ 2319] By: gsar on 1998/11/27 12:56:13
99ed61e6
GS
4615 Log: eliminate dup hunk from integration
4616 Branch: perl
4617 ! lib/filetest.pm perl.h
db4a4bfe
GS
4618____________________________________________________________________________
4619[ 2318] By: gsar on 1998/11/27 12:50:08
99ed61e6
GS
4620 Log: integrate cfgperl changes into mainline
4621 Branch: perl
4622 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
4623 ! pod/perlfaq4.pod
4624 !> (integrate 30 files)
db4a4bfe
GS
4625____________________________________________________________________________
4626[ 2317] By: jhi on 1998/11/27 11:38:13
99ed61e6
GS
4627 Log: C<-x>.
4628 Branch: cfgperl
4629 ! lib/filetest.pm
db4a4bfe
GS
4630____________________________________________________________________________
4631[ 2316] By: jhi on 1998/11/27 11:10:22
99ed61e6
GS
4632 Log: Integrate from mainperl.
4633 Branch: cfgperl
4634 !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
4635 !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
4636 !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
4637 !> universal.c util.c win32/GenCAPI.pl win32/win32.h
4638 !> win32/win32sck.c
db4a4bfe
GS
4639____________________________________________________________________________
4640[ 2315] By: gbarr on 1998/11/27 05:16:50
99ed61e6
GS
4641 Log: integrate change#2246 from mainline, while still allowing
4642 C<sort $globref @foo>
4643
4644 allow C<sort $coderef @foo>
4645 Branch: maint-5.005/perl
4646 ! op.c sv.c
4647 !> t/op/sort.t
db4a4bfe
GS
4648____________________________________________________________________________
4649[ 2308] By: gbarr on 1998/11/27 00:11:44
99ed61e6
GS
4650 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
4651 forwarded by Jarkko Hietaniemi from Mark Bixby
4652 Branch: maint-5.005/perl
4653 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
4654____________________________________________________________________________
4655[ 2306] By: gbarr on 1998/11/26 23:44:47
99ed61e6
GS
4656 Log: Allow PL_FILES to have multiple targets from one source by allowing
4657 an array ref as the value in the hash
4658 Branch: maint-5.005/perl
4659 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4660 ! lib/ExtUtils/MakeMaker.pm
db4a4bfe
GS
4661____________________________________________________________________________
4662[ 2305] By: gbarr on 1998/11/26 23:38:06
99ed61e6
GS
4663 Log: fix unsigned variables to use SvUV and sv_setuv
4664 Branch: maint-5.005/perl
4665 ! lib/ExtUtils/typemap
db4a4bfe
GS
4666____________________________________________________________________________
4667[ 2304] By: gbarr on 1998/11/26 23:36:17
99ed61e6
GS
4668 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
4669 Branch: maint-5.005/perl
4670 ! lib/ExtUtils/MM_Unix.pm
db4a4bfe
GS
4671____________________________________________________________________________
4672[ 2301] By: gsar on 1998/11/26 10:16:54
99ed61e6
GS
4673 Log: fix PL_defoutgv leak under threads
4674 Branch: perl
4675 ! ext/Thread/Thread.xs
db4a4bfe
GS
4676____________________________________________________________________________
4677[ 2300] By: gsar on 1998/11/26 09:04:44
99ed61e6
GS
4678 Log: properly free temporaries created by threads
4679 Branch: perl
4680 ! ext/Thread/Thread.xs
db4a4bfe
GS
4681____________________________________________________________________________
4682[ 2299] By: gsar on 1998/11/26 06:51:16
99ed61e6
GS
4683 Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
4684 to set the package for the block properly
4685 Branch: perl
4686 ! op.c t/comp/package.t t/lib/dumper.t
db4a4bfe
GS
4687____________________________________________________________________________
4688[ 2298] By: nick on 1998/11/24 22:04:20
99ed61e6
GS
4689 Log: Part-1 of tweaks to allow Tk to be "compiled"
4690 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
4691 (May also need attention to exports etc. - to follow.)
4692 Branch: perl
4693 ! universal.c
db4a4bfe
GS
4694____________________________________________________________________________
4695[ 2294] By: jhi on 1998/11/23 10:44:26
99ed61e6
GS
4696 Log: The new socket tests need in some platforms
4697 to #include <sys/types.h>.
4698 Branch: cfgperl
4699 ! Configure
db4a4bfe
GS
4700____________________________________________________________________________
4701[ 2293] By: jhi on 1998/11/23 10:33:42
99ed61e6
GS
4702 Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4703 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
4704 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4705 Date: Mon, 23 Nov 1998 10:07:04 +0100
4706 Message-Id: <9811230907.AA06484@AWT.nl>
4707
4708 NeXTstep NetInfo uses nidump to get the user/group databases.
4709 Branch: cfgperl
4710 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
4711____________________________________________________________________________
4712[ 2291] By: TimBunce on 1998/11/22 22:23:09
99ed61e6
GS
4713 Log: Updated Porting/patchls utility.
4714 Branch: maint-5.004/perl
4715 ! Porting/patchls
db4a4bfe
GS
4716____________________________________________________________________________
4717[ 2288] By: TimBunce on 1998/11/22 21:46:11
99ed61e6
GS
4718 Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
4719 From: Henrik Tougaard <ht.000@foa.dk>
4720 Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
4721 Files: lib/Sys/Syslog.pm
4722 Branch: maint-5.004/perl
4723 ! lib/Sys/Syslog.pm
db4a4bfe
GS
4724____________________________________________________________________________
4725[ 2286] By: jhi on 1998/11/22 19:08:42
99ed61e6
GS
4726 Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
4727 Branch: cfgperl
4728 ! ext/Socket/Socket.xs
db4a4bfe
GS
4729____________________________________________________________________________
4730[ 2285] By: jhi on 1998/11/22 18:21:07
99ed61e6
GS
4731 Log: MSG_PROXY for GNU/Hurd (previously we believed that
4732 all GNU libc platforms have MSG_PROXY. Untrue).
4733 In fact this ended up as a major MSG_* and SCM_*
4734 update. The MSG_XXX known to be enums in some
4735 versions of the glibc are now probed for and respective
4736 HAS_MSG_XXX are defined. While I was at it I noticed
4737 SCM_RIGHTS being similarly an enum. This reminded me of
4738 an ancient discussion in perl5-porters:
4739 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
4740 The BSD socket interface has a nifty feature for passing
4741 file descriptors and credentials--via sockets. It may be
4742 too late to add this functionality to the CORE but
4743 at least Configure now probes for the functions,
4744 structs, and includes, defining the appropriate
4745 HAS_YYY and I_ZZZ, and the Socket extension exports
4746 the constants, in case somebody wants to write an
4747 extension for this interface.
4748 Branch: cfgperl
4749 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4750 ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
4751 ! iperlsys.h
db4a4bfe
GS
4752____________________________________________________________________________
4753[ 2284] By: jhi on 1998/11/22 18:13:21
99ed61e6
GS
4754 Log: perlhist.pod 1.54, containing 5_53.
4755 Branch: cfgperl
4756 ! pod/perlhist.pod
db4a4bfe
GS
4757____________________________________________________________________________
4758[ 2274] By: TimBunce on 1998/11/22 16:25:46
99ed61e6
GS
4759 Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
4760 Branch: maint-5.004/perl
4761 ! doio.c
db4a4bfe
GS
4762____________________________________________________________________________
4763[ 2273] By: TimBunce on 1998/11/22 16:17:43
99ed61e6
GS
4764 Log: Improve op/die_exit.t test for implicit close changing $!
4765 Branch: maint-5.004/perl
4766 ! t/op/die_exit.t
db4a4bfe
GS
4767____________________________________________________________________________
4768[ 2268] By: jhi on 1998/11/22 14:44:11
99ed61e6
GS
4769 Log: Fix thinko.
4770 Branch: cfgperl
4771 ! hints/dynixptx.sh
db4a4bfe
GS
4772____________________________________________________________________________
4773[ 2267] By: jhi on 1998/11/22 13:19:41
99ed61e6
GS
4774 Log: Document the d_socket override.
4775 Branch: cfgperl
4776 ! hints/dynixptx.sh
db4a4bfe
GS
4777____________________________________________________________________________
4778[ 2266] By: jhi on 1998/11/22 12:12:29
99ed61e6
GS
4779 Log: From: John Tobey <jtobey@channel1.com>
4780 Subject: [PATCH] perlfaq typos
4781 To: perl5-porters@perl.com
4782 Date: 22 Nov 1998 04:25:15 +0200
4783 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
4784 Branch: cfgperl
4785 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
4786 ! pod/perlfaq7.pod pod/perlfaq8.pod
db4a4bfe
GS
4787____________________________________________________________________________
4788[ 2265] By: jhi on 1998/11/22 12:06:29
99ed61e6
GS
4789 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
4790 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
4791 Newsgroups: hut.lists.perl5-porters
4792 To: gsar@engin.umich.edu (Gurusamy Sarathy)
4793 Cc: perl5-porters@perl.org (Perl5 Porters)
4794 Date: 20 Nov 1998 12:20:41 +0200
4795 Branch: cfgperl
4796 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4797 ! ext/DB_File/DB_File.xs
db4a4bfe
GS
4798____________________________________________________________________________
4799[ 2264] By: jhi on 1998/11/22 11:55:09
99ed61e6
GS
4800 Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
4801 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4802 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4803 To: perlbug@perl.com
4804 Date: 20 Nov 1998 18:39:06 +0200
4805 Lines: 47
4806 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
4807 Branch: cfgperl
4808 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
4809____________________________________________________________________________
4810[ 2263] By: jhi on 1998/11/22 11:42:59
99ed61e6
GS
4811 Log: Permission testing is tricky when we have too much power.
4812 Problem reported in
4813 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
4814 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
4815 To: perlbug@perl.com
4816 Date: 20 Nov 1998 18:39:06 +0200
4817 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
4818 Branch: cfgperl
4819 ! t/op/filetest.t
db4a4bfe
GS
4820____________________________________________________________________________
4821[ 2262] By: gsar on 1998/11/22 11:37:02
99ed61e6
GS
4822 Log: fix broken CAPI generation
4823 Branch: perl
4824 ! win32/GenCAPI.pl
db4a4bfe
GS
4825____________________________________________________________________________
4826[ 2261] By: jhi on 1998/11/22 11:17:00
99ed61e6
GS
4827 Log: -x should be C<-x>, reported by Gerben Wierda.
4828 Branch: cfgperl
4829 ! pod/perlfunc.pod
db4a4bfe
GS
4830____________________________________________________________________________
4831[ 2260] By: gsar on 1998/11/22 11:12:02
99ed61e6
GS
4832 Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
4833 Branch: perl
4834 ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
4835 ! proto.h
db4a4bfe
GS
4836____________________________________________________________________________
4837[ 2259] By: jhi on 1998/11/22 11:06:40
99ed61e6
GS
4838 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4839 Subject: Re: [PATCH] Re: pod2man bug in date generated line
4840 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
4841 Cc: perlbug@perl.com
4842 Date: 20 Nov 1998 21:30:17 +0200
4843 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
4844 Branch: cfgperl
4845 ! pod/pod2man.PL
db4a4bfe
GS
4846____________________________________________________________________________
4847[ 2256] By: jhi on 1998/11/21 10:44:01
99ed61e6
GS
4848 Log: From: Thomas Bowditch <bowditch@inmet.com>
4849 Subject: Benchmark.pm suggestion
4850 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
4851 Date: Fri, 20 Nov 1998 17:43:46 -0500
4852 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
4853
4854 Added timesum().
4855 Branch: cfgperl
4856 ! lib/Benchmark.pm
db4a4bfe
GS
4857____________________________________________________________________________
4858[ 2255] By: gsar on 1998/11/21 08:45:06
99ed61e6
GS
4859 Log: another win32 portability fix: make sysread() and syswrite()
4860 work on sockets
4861 Branch: perl
4862 ! pp_sys.c win32/win32.h
db4a4bfe
GS
4863____________________________________________________________________________
4864[ 2254] By: gsar on 1998/11/21 07:49:06
99ed61e6
GS
4865 Log: win32_recvfrom() compatibility fix
4866 Branch: perl
4867 ! win32/win32sck.c
db4a4bfe
GS
4868____________________________________________________________________________
4869[ 2253] By: jhi on 1998/11/20 08:22:06
99ed61e6
GS
4870 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
4871 To: jhi@iki.fi
4872 Subject: MPE/iX Perl 5.005_02 oops
4873 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
4874 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
4875 Branch: cfgperl
4876 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
4877____________________________________________________________________________
4878[ 2252] By: gsar on 1998/11/19 17:38:03
99ed61e6
GS
4879 Log: mess_sv tweak for change#2249
4880 Branch: perl
4881 ! util.c
db4a4bfe
GS
4882____________________________________________________________________________
4883[ 2251] By: jhi on 1998/11/18 12:32:19
99ed61e6
GS
4884 Log: Display use64bits and usemultiplicity but only if necessary.
4885 Branch: cfgperl
4886 ! myconfig
db4a4bfe
GS
4887____________________________________________________________________________
4888[ 2250] By: jhi on 1998/11/18 12:26:50
99ed61e6
GS
4889 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
4890 Subject: pp.c uses 'unsigned Quad_t'
4891 To: perlbug@perl.com
4892 Date: Sun, 15 Nov 1998 20:57:05 -0300
4893 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
4894 Branch: cfgperl
4895 ! perl.h pp.c
db4a4bfe
GS
4896____________________________________________________________________________
4897[ 2249] By: gsar on 1998/11/18 05:43:11
99ed61e6
GS
4898 Log: use PL_mess_sv only during global destruction (fixes problems with
4899 overlapping invocations of form()/warn()/die()/croak() trampling on
4900 each other's messages)
4901 Branch: perl
4902 ! mg.c util.c
db4a4bfe
GS
4903____________________________________________________________________________
4904[ 2248] By: gsar on 1998/11/18 05:39:36
99ed61e6
GS
4905 Log: tweak change#2245 to skip previous message if any
4906 Branch: perl
4907 ! pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
4908____________________________________________________________________________
4909[ 2247] By: jhi on 1998/11/17 11:46:56
99ed61e6
GS
4910 Log: Integrate from mainperl.
4911 Branch: cfgperl
4912 !> (integrate 26 files)
db4a4bfe
GS
4913____________________________________________________________________________
4914[ 2246] By: gsar on 1998/11/17 09:41:10
99ed61e6
GS
4915 Log: allow C<sort $coderef @foo>
4916 Branch: perl
4917 ! op.c t/op/sort.t t/pragma/overload.t
db4a4bfe
GS
4918____________________________________________________________________________
4919[ 2245] By: gsar on 1998/11/17 08:28:26
99ed61e6
GS
4920 Log: propagate failures in DESTROY() as (optional) warnings
4921 Branch: perl
4922 ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
4923____________________________________________________________________________
4924[ 2244] By: gsar on 1998/11/17 07:43:08
99ed61e6
GS
4925 Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
4926 Branch: perl
4927 ! perl.c thrdvar.h
db4a4bfe
GS
4928____________________________________________________________________________
4929[ 2243] By: gsar on 1998/11/17 07:40:09
99ed61e6
GS
4930 Log: sort WARN_FOO symbols to avoid hash traversal order dependency
4931 Branch: perl
4932 ! lib/warning.pm warning.h warning.pl
db4a4bfe
GS
4933____________________________________________________________________________
4934[ 2242] By: gsar on 1998/11/17 06:32:39
99ed61e6
GS
4935 Log: fix skipspace() to properly account for newlines in eval''-ed
4936 strings (caused bogus line numbers in diagnostics and debugger)
4937 Branch: perl
4938 ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
db4a4bfe
GS
4939____________________________________________________________________________
4940[ 2241] By: gsar on 1998/11/17 03:48:12
99ed61e6
GS
4941 Log: s/Perl_utf8skip/PL_utf8skip/g
4942 Branch: perl
4943 ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
db4a4bfe
GS
4944____________________________________________________________________________
4945[ 2240] By: gsar on 1998/11/14 06:09:06
99ed61e6
GS
4946 Log: rework op/groups.t
4947 Branch: perl
4948 ! t/op/filetest.t t/op/groups.t
db4a4bfe
GS
4949____________________________________________________________________________
4950[ 2235] By: gsar on 1998/11/14 00:17:05
99ed61e6
GS
4951 Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
4952 Branch: perl
4953 ! op.c
db4a4bfe
GS
4954____________________________________________________________________________
4955[ 2234] By: gsar on 1998/11/14 00:14:02
99ed61e6
GS
4956 Log: update Changes
4957 Branch: perl
4958 ! Changes win32/config.bc win32/config.gc win32/config.vc
db4a4bfe
GS
4959____________________________________________________________________________
4960[ 2233] By: gsar on 1998/11/13 09:43:03
99ed61e6
GS
4961 Log: doc tweak
4962 Branch: perl
4963 ! README.win32
db4a4bfe 4964____________________________________________________________________________
823168e8 4965[ 2230] By: jhi on 1998/11/12 17:07:45
99ed61e6
GS
4966 Log: Allow hints file override for d_socket
4967 (based on Sequent-induced change #2229).
4968 Branch: cfgperl
4969 ! Configure
823168e8
GS
4970____________________________________________________________________________
4971[ 2229] By: jhi on 1998/11/12 16:32:33
99ed61e6
GS
4972 Log:
4973 From: "Martin J. Bligh" <mbligh@sequent.com>
4974 To: jhi@iki.fi
4975 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
4976 Subject: Re: Making Perl work on DYNIX/ptx
4977 Date: Tue, 10 Nov 1998 16:24:26 -0800
4978 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
4979 Branch: cfgperl
4980 ! hints/dynixptx.sh
823168e8
GS
4981____________________________________________________________________________
4982[ 2228] By: jhi on 1998/11/12 11:40:37
99ed61e6
GS
4983 Log: From: "Martin J. Bligh" <mbligh@sequent.com>
4984 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
4985 To: jhi@iki.fi
4986 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
4987 Subject: Re: Making Perl work on DYNIX/ptx
4988 Date: Tue, 10 Nov 1998 18:01:10 -0800
4989 Branch: cfgperl
4990 + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
823168e8
GS
4991____________________________________________________________________________
4992[ 2227] By: jhi on 1998/11/12 11:17:42
99ed61e6
GS
4993 Log: Integrate from mainperl.
4994 Branch: cfgperl
4995 !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
4996 !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
4997 !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
4998 !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
4999 !> win32/win32.c x2p/s2p.PL
823168e8
GS
5000____________________________________________________________________________
5001[ 2226] By: gsar on 1998/11/11 21:05:42
99ed61e6
GS
5002 Log: provide -DPERL_POLLUTE
5003 Branch: perl
5004 ! embed.pl embedvar.h
823168e8
GS
5005____________________________________________________________________________
5006[ 2225] By: jhi on 1998/11/09 07:45:12
99ed61e6
GS
5007 Log: From: Hans Mulder <hansm@icgroup.nl>
5008 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
5009 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
5010 perl5-porters@perl.org
5011 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
5012 (UNINSTALLED)
5013 Date: Sun, 8 Nov 98 22:20:23 +0100
5014 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
5015 Branch: cfgperl
5016 ! malloc.c perl.h
823168e8
GS
5017____________________________________________________________________________
5018[ 2224] By: gsar on 1998/11/09 03:13:14
99ed61e6
GS
5019 Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
5020 Christoph <lupe@alanya.m.isar.de>)
5021 Branch: perl
5022 ! lib/Text/Wrap.pm
823168e8
GS
5023____________________________________________________________________________
5024[ 2223] By: gsar on 1998/11/09 02:09:06
99ed61e6
GS
5025 Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
5026 <lionel.fourquaux@wanadoo.fr>)
5027 Branch: perl
5028 ! x2p/s2p.PL
823168e8
GS
5029____________________________________________________________________________
5030[ 2222] By: gsar on 1998/11/09 01:56:24
99ed61e6
GS
5031 Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
5032 Date: Wed, 04 Nov 1998 12:19:44 +0000
5033 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
5034 Subject: [PATCH] Re: [5.005_53] read overflow?
5035 --
5036 Date: Wed, 04 Nov 1998 13:15:18 +0000
5037 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
5038 Subject: [PATCH 5.005_53] perl -V fix
5039 Branch: perl
5040 ! perl.c regexec.c
823168e8
GS
5041____________________________________________________________________________
5042[ 2221] By: gsar on 1998/11/09 01:34:56
99ed61e6
GS
5043 Log: From: jan.dubois@ibm.net (Jan Dubois)
5044 Date: Sun, 01 Nov 1998 00:05:01 +0100
5045 Message-ID: <364294bd.18052307@smtp1.ibm.net>
5046 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
5047 Branch: perl
5048 ! Changes win32/makedef.pl
823168e8
GS
5049____________________________________________________________________________
5050[ 2220] By: gsar on 1998/11/08 21:13:07
99ed61e6
GS
5051 Log: integrate changes#2120,2168,2218 from maint-5.005;
5052 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
5053 enum; make regen_headers
5054 Branch: perl
5055 ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
5056 ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
823168e8
GS
5057____________________________________________________________________________
5058[ 2219] By: gsar on 1998/11/08 19:42:57
99ed61e6
GS
5059 Log: integrate cfgperl changes into mainline
5060 Branch: perl
5061 +> README.vmesa
5062 !> Configure MANIFEST Porting/Glossary Porting/config.sh
5063 !> Porting/config_H config_h.SH ext/Thread/Thread.xs
5064 !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
5065 !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
5066 !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
5067 !> thread.h vms/subconfigure.com vos/config.h
823168e8
GS
5068____________________________________________________________________________
5069[ 2218] By: gbarr on 1998/11/08 16:48:44
99ed61e6
GS
5070 Log: From: Graham Barr <gbarr@ti.com>
5071 Date: Mon, 2 Nov 1998 07:38:52 -0600
5072 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
5073 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
5074 Branch: maint-5.005/perl
5075 ! ext/IPC/SysV/Msg.pm
823168e8
GS
5076____________________________________________________________________________
5077[ 2215] By: gsar on 1998/11/08 02:52:52
99ed61e6
GS
5078 Log: set close-on-exec bit on pipe() FDs
5079 Branch: perl
5080 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
823168e8
GS
5081____________________________________________________________________________
5082[ 2214] By: gsar on 1998/11/08 02:27:57
99ed61e6
GS
5083 Log: typo in newHVhv()
5084 Branch: perl
5085 ! hv.c
823168e8
GS
5086____________________________________________________________________________
5087[ 2211] By: jhi on 1998/11/07 21:14:18
99ed61e6
GS
5088 Log: Finalize the Mach CThreads support.
5089
5090 From: Hans Mulder <hansm@icgroup.nl>
5091 Date: Sat, 7 Nov 98 22:06:20 +0100
5092 To: Gurusamy Sarathy <gsar@engin.umich.edu>
5093 Cc: jhi@iki.fi, perl5-porters@perl.org
5094 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5095 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
5096 Branch: cfgperl
5097 ! malloc.c perl.h
823168e8
GS
5098____________________________________________________________________________
5099[ 2210] By: gsar on 1998/11/06 20:36:50
99ed61e6
GS
5100 Log: fix AvREALISH bogusness
5101 Branch: perl
5102 ! av.c t/op/array.t
823168e8
GS
5103____________________________________________________________________________
5104[ 2209] By: jhi on 1998/11/06 08:05:31
99ed61e6
GS
5105 Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
5106 ASSERT() causes problems in {NeXTStep,OpenStep}.
5107
5108 From: Hans Mulder <hansm@icgroup.nl>
5109 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
5110 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
5111 Date: Fri, 6 Nov 98 01:27:41 +0100
5112 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
5113
5114 and
5115
5116 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5117 Subject: Re: ASSERT() in malloc.c
5118 To: jhi@iki.fi
5119 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
5120 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
5121 Branch: cfgperl
5122 ! malloc.c
823168e8
GS
5123____________________________________________________________________________
5124[ 2208] By: jhi on 1998/11/06 07:55:38
99ed61e6
GS
5125 Log: Mach CThreads needs #include <mach/cthreads.h>.
5126 Branch: cfgperl
5127 ! perl.h
823168e8
GS
5128____________________________________________________________________________
5129[ 2206] By: jhi on 1998/11/05 14:54:52
99ed61e6
GS
5130 Log: PERL_BADLANG wrongly documented.
5131
5132 From: ts <decoux@moulon.inra.fr>
5133 To: jhi@cc.hut.fi
5134 Subject: Re: Locale warning messages
5135 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
5136 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
5137
5138 and
5139
5140 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5141 Subject: Re: PERL_BADLANG
5142 To: jhi@iki.fi
5143 Subject: Re: PERL_BADLANG
5144 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
5145 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
5146 Branch: cfgperl
5147 ! pod/perllocale.pod
823168e8
GS
5148____________________________________________________________________________
5149[ 2205] By: jhi on 1998/11/05 14:24:33
99ed61e6
GS
5150 Log: Document all the control flow keywords in perlfunc
5151 so that "perlfunc -f while" works.
5152 Branch: cfgperl
5153 ! pod/perlfunc.pod
823168e8
GS
5154____________________________________________________________________________
5155[ 2204] By: jhi on 1998/11/05 12:46:02
99ed61e6
GS
5156 Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
5157 (from vos/config.h). Update Porting/{Glossary,config*}.
5158 Branch: cfgperl
5159 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5160 ! config_h.SH vos/config.h
823168e8
GS
5161____________________________________________________________________________
5162[ 2203] By: jhi on 1998/11/05 08:34:39
99ed61e6
GS
5163 Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
5164 Branch: cfgperl
5165 ! hints/vmesa.sh vms/subconfigure.com
823168e8
GS
5166____________________________________________________________________________
5167[ 2202] By: jhi on 1998/11/05 08:03:20
99ed61e6
GS
5168 Log: Integrate from mainperl.
5169 Branch: cfgperl
5170 !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
5171 !> win32/Makefile win32/makefile.mk win32/win32.c
823168e8
GS
5172____________________________________________________________________________
5173[ 2201] By: gsar on 1998/11/05 04:40:44
99ed61e6
GS
5174 Log: another POPSTACK victim
5175 Branch: perl
5176 ! cop.h sv.c
823168e8
GS
5177____________________________________________________________________________
5178[ 2196] By: gsar on 1998/11/05 02:07:54
99ed61e6
GS
5179 Log: fix a location affected by change#2191, add note about POPSTACK
5180 Branch: perl
5181 ! cop.h gv.c pp_ctl.c
823168e8
GS
5182____________________________________________________________________________
5183[ 2195] By: gsar on 1998/11/05 02:04:45
99ed61e6
GS
5184 Log: makefile notes
5185 Branch: perl
5186 ! win32/Makefile win32/makefile.mk
823168e8
GS
5187____________________________________________________________________________
5188[ 2192] By: gsar on 1998/11/04 23:48:53
99ed61e6
GS
5189 Log: indeterminate order-of-evaluation fixes
5190 Branch: perl
5191 ! mg.c
823168e8
GS
5192____________________________________________________________________________
5193[ 2191] By: gsar on 1998/11/04 23:02:16
99ed61e6
GS
5194 Log: refetch local stack pointer in POPSTACK
5195 Branch: perl
5196 ! cop.h perl.c
823168e8
GS
5197____________________________________________________________________________
5198[ 2190] By: jhi on 1998/11/04 08:50:40
99ed61e6
GS
5199 Log: Configure update.
5200 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
5201
5202 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5203 To: Martin Bligh <mbligh@sequent.com>
5204 Cc: Jarkko Hietaniemi <jhi@iki.fi>
5205 Subject: Re: Perl 5's configure on DYNIX/ptx
5206 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
5207 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
5208
5209 find sockets also from libsocket, not just libnet.
5210 OS390: $compile_ok instead of $compile for <inttypes.h>,
5211
5212 From: pvhp@forte.com (Peter Prymmer)
5213 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
5214 Subject: _53 not OK on os390 but looking better than ever
5215 Date: Tue, 3 Nov 98 17:33:22 PST
5216 Message-Id: <9811040133.AA09450@forte.com>
5217 Branch: cfgperl
5218 ! Configure
823168e8
GS
5219____________________________________________________________________________
5220[ 2189] By: jhi on 1998/11/04 07:43:58
99ed61e6
GS
5221 Log: sysio.t failure: fix undefined order of evaluation, from
5222
5223 From: Spider Boardman <spider@web.zk3.dec.com>
5224 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
5225 To: perlbug@perl.com
5226 Date: 4 Nov 1998 01:22:30 +0200
5227 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
5228 Branch: cfgperl
5229 ! pp_sys.c
823168e8
GS
5230____________________________________________________________________________
5231[ 2188] By: gsar on 1998/11/04 02:59:16
99ed61e6
GS
5232 Log: fix return value of win32_pclose()
5233 Branch: perl
5234 ! win32/win32.c
823168e8
GS
5235____________________________________________________________________________
5236[ 2187] By: gsar on 1998/11/04 02:56:34
99ed61e6
GS
5237 Log: s/sv_upgrade/SvUPGRADE/ a couple of places
5238 Branch: perl
5239 ! Changes doop.c gv.c util.c
823168e8
GS
5240____________________________________________________________________________
5241[ 2186] By: jhi on 1998/11/03 08:17:52
99ed61e6
GS
5242 Log: Document quads in pack.
5243 Branch: cfgperl
5244 ! pod/perlfunc.pod
823168e8
GS
5245____________________________________________________________________________
5246[ 2185] By: jhi on 1998/11/03 07:49:35
99ed61e6
GS
5247 Log: (IV) vs (I32) vs I_V()
5248
5249 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
5250 From: Anton Berezin <tobez@plab.ku.dk>
5251 To: "p5p" <perl5-porters@perl.org>
5252 Date: 01 Nov 1998 15:09:11 +0100
5253 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
5254
5255 and
5256
5257 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5258 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
5259 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
5260 Branch: cfgperl
5261 ! sv.c
823168e8
GS
5262____________________________________________________________________________
5263[ 2184] By: jhi on 1998/11/03 07:42:46
99ed61e6
GS
5264 Log: VM/ESA updates.
5265 Branch: cfgperl
5266 + README.vmesa
5267 ! MANIFEST pod/perlfunc.pod pod/perlport.pod
823168e8
GS
5268____________________________________________________________________________
5269[ 2183] By: jhi on 1998/11/02 12:58:13
99ed61e6
GS
5270 Log: The id(1)-parsing is real fun.
5271 Branch: cfgperl
5272 ! t/op/groups.t
823168e8
GS
5273____________________________________________________________________________
5274[ 2182] By: jhi on 1998/11/02 12:07:43
99ed61e6
GS
5275 Log: Decommission the symlink test.
5276 Branch: cfgperl
5277 ! t/op/lex_assign.t
823168e8
GS
5278____________________________________________________________________________
5279[ 2181] By: jhi on 1998/11/02 12:03:08
99ed61e6
GS
5280 Log: Replace ATTR_JOINABLE with true Configure probe
5281 for PTHREAD_CREATE_JOINABLE (or equivalent:
5282 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
5283 Remove ATTR_JOINABLE itself: Thread.xs uses
5284 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
5285
5286 Really scan for <mach/cthreads.h> only if usethreads.
5287 Branch: cfgperl
5288 ! Configure config_h.SH ext/Thread/Thread.xs thread.h
823168e8
GS
5289____________________________________________________________________________
5290[ 2180] By: jhi on 1998/11/02 11:07:34
99ed61e6
GS
5291 Log: In HP-UX 10.X usethreads only if the required files are present.
5292 Branch: cfgperl
5293 ! hints/hpux.sh
823168e8
GS
5294____________________________________________________________________________
5295[ 2179] By: jhi on 1998/11/02 09:10:33
99ed61e6
GS
5296 Log: Prefer groups(1).
5297 id -Gn can be broken.
5298 id -a can save the day.
5299 Branch: cfgperl
5300 ! t/op/groups.t
823168e8
GS
5301____________________________________________________________________________
5302[ 2178] By: jhi on 1998/11/02 08:35:29
99ed61e6
GS
5303 Log: Detrail enum comma.
5304 Branch: cfgperl
5305 ! perl.h
823168e8
GS
5306____________________________________________________________________________
5307[ 2177] By: jhi on 1998/11/02 08:24:12
99ed61e6
GS
5308 Log: 0**0 = 1, from
5309
5310 From: d-lewart@uiuc.edu (Daniel S. Lewart)
5311 Subject: Math::Complex 0**0 patches
5312 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
5313 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
5314 To: jhi@iki.fi (Jarkko Hietaniemi),
5315 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
5316 Branch: cfgperl
5317 ! lib/Math/Complex.pm t/lib/complex.t
823168e8
GS
5318____________________________________________________________________________
5319[ 2168] By: gbarr on 1998/11/01 01:58:58
99ed61e6
GS
5320 Log: From: jan.dubois@ibm.net (Jan Dubois)
5321 Date: Fri, 09 Oct 1998 23:28:31 +0200
5322 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
5323 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
5324 Branch: maint-5.005/perl
5325 ! XSUB.h
823168e8
GS
5326____________________________________________________________________________
5327[ 2164] By: jhi on 1998/10/31 15:50:02
99ed61e6
GS
5328 Log: Integrate from mainperl.
5329 Branch: cfgperl
5330 +> t/op/lex_assign.t
5331 !> (integrate 45 files)
823168e8
GS
5332
5333----------------
5334Version 5.005_53
2e2b7522
GS
5335----------------
5336
5337____________________________________________________________________________
07f14f54 5338[ 2163] By: gsar on 1998/10/31 11:31:12
99ed61e6
GS
5339 Log: bump patchlevel; other minor fixes for clean build and test on
5340 Solaris and win32
5341 Branch: perl
5342 ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
5343 ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
5344 ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
5345 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5346 ! x2p/a2p.c
07f14f54 5347____________________________________________________________________________
0f4592ef 5348[ 2162] By: gsar on 1998/10/31 09:40:31
99ed61e6
GS
5349 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5350 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
5351 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
5352 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
5353 Branch: perl
5354 ! pp.h
0f4592ef
GS
5355____________________________________________________________________________
5356[ 2161] By: gsar on 1998/10/31 09:39:13
99ed61e6
GS
5357 Log: From: Albert Dvornik <bert@genscan.com>
5358 Date: 30 Oct 1998 17:50:04 -0500
5359 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
5360 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
5361 Branch: perl
5362 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
0f4592ef
GS
5363____________________________________________________________________________
5364[ 2160] By: gsar on 1998/10/31 09:35:03
99ed61e6
GS
5365 Log: fix for bugs in -x mode
5366 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5367 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
5368 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
5369 Subject: [PATCH 5.00552] Fix h2xs
5370 Branch: perl
5371 ! utils/h2xs.PL
0f4592ef
GS
5372____________________________________________________________________________
5373[ 2159] By: gsar on 1998/10/31 09:31:36
99ed61e6
GS
5374 Log: Data::Dumper update
5375 Branch: perl
5376 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
5377 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
0f4592ef
GS
5378____________________________________________________________________________
5379[ 2153] By: gsar on 1998/10/30 21:40:09
99ed61e6
GS
5380 Log: add testsuite portion of patch
5381 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5382 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
5383 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
5384 Subject: [PATCH 5.00321 ;-)] 87% speedup
5385 Branch: perl
5386 + t/op/lex_assign.t
5387 ! MANIFEST
0f4592ef
GS
5388____________________________________________________________________________
5389[ 2152] By: gsar on 1998/10/30 21:08:11
99ed61e6
GS
5390 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
5391 Branch: perl
5392 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
0f4592ef
GS
5393____________________________________________________________________________
5394[ 2151] By: gsar on 1998/10/30 20:18:09
99ed61e6
GS
5395 Log: From: Mark-Jason Dominus <mjd@plover.com>
5396 Date: Fri, 30 Oct 1998 14:24:23 EST
5397 Message-Id: <19981030192423.27276.qmail@plover.com>
5398 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
5399 Branch: perl
5400 ! x2p/walk.c
0f4592ef
GS
5401____________________________________________________________________________
5402[ 2150] By: gsar on 1998/10/30 20:08:57
99ed61e6
GS
5403 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5404 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
5405 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
5406 Subject: [PATCH 5.00552] Overloaded <> and deref again
5407 Branch: perl
5408 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
5409 ! t/pragma/overload.t toke.c
0f4592ef
GS
5410____________________________________________________________________________
5411[ 2149] By: gsar on 1998/10/30 19:38:15
99ed61e6
GS
5412 Log: From: Roderick Schertler <roderick@argon.org>
5413 Date: Thu, 29 Oct 1998 14:50:18 -0500
5414 Message-ID: <17625.909690618@eeyore.ibcinc.com>
5415 Subject: patch for daemonization docs in perlipc
5416 Branch: perl
5417 ! pod/perlipc.pod
0f4592ef
GS
5418____________________________________________________________________________
5419[ 2148] By: gsar on 1998/10/30 19:36:07
99ed61e6
GS
5420 Log: From: Anton Berezin <tobez@plab.ku.dk>
5421 Date: 29 Oct 1998 17:06:25 +0100
5422 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
5423 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
5424 Branch: perl
5425 ! win32/win32.c
0f4592ef
GS
5426____________________________________________________________________________
5427[ 2147] By: gsar on 1998/10/30 19:31:37
99ed61e6
GS
5428 Log: tweaked version of suggested patch
5429 From: Anton Berezin <tobez@plab.ku.dk>
5430 Date: 29 Oct 1998 14:48:54 +0100
5431 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
5432 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
5433 Branch: perl
5434 ! win32/win32.c
0f4592ef
GS
5435____________________________________________________________________________
5436[ 2146] By: gsar on 1998/10/30 19:03:50
99ed61e6
GS
5437 Log: hand-apply whitespace-mutiliated patch
5438 From: "vishal bhatia" <vishalb@hotmail.com>
5439 Date: Wed, 28 Oct 1998 23:45:32 PST
5440 Message-ID: <19981029074534.2334.qmail@hotmail.com>
5441 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
5442 Branch: perl
5443 ! ext/B/B/C.pm ext/B/B/CC.pm
0f4592ef
GS
5444____________________________________________________________________________
5445[ 2145] By: gsar on 1998/10/30 18:46:58
99ed61e6
GS
5446 Log: remaining PL_foo stragglers
5447 Branch: perl
5448 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
5449 ! op.h os2/os2.c vms/gen_shrfls.pl
0f4592ef
GS
5450____________________________________________________________________________
5451[ 2144] By: gsar on 1998/10/30 17:38:36
99ed61e6
GS
5452 Log: integrate cfgperl tweaks into mainline
5453 Branch: perl
5454 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
5455 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
5456____________________________________________________________________________
5457[ 2143] By: jhi on 1998/10/30 13:27:39
99ed61e6
GS
5458 Log: There can be multiple yacc/bison errors.
5459 Branch: cfgperl
5460 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
5461____________________________________________________________________________
5462[ 2142] By: jhi on 1998/10/30 13:18:43
99ed61e6
GS
5463 Log: README.posix-bc update.
5464 Branch: cfgperl
5465 ! README.posix-bc
0f4592ef
GS
5466____________________________________________________________________________
5467[ 2141] By: jhi on 1998/10/30 09:12:59
99ed61e6
GS
5468 Log: #2133 fallout.
5469 Branch: cfgperl
5470 ! doio.c ext/POSIX/POSIX.xs
0f4592ef
GS
5471____________________________________________________________________________
5472[ 2140] By: jhi on 1998/10/30 08:43:18
99ed61e6
GS
5473 Log: Integrate from mainperl.
5474 Branch: cfgperl
5475 +> globvar.sym pp.sym
5476 - objpp.h thread.sym
5477 !> (integrate 61 files)
0f4592ef
GS
5478____________________________________________________________________________
5479[ 2133] By: gsar on 1998/10/30 02:51:39
99ed61e6
GS
5480 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
5481 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
5482 should soon be automated also; the global variables that
5483 escaped the PL_foo conversion are now reined in; renamed
5484 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
5485 type of same name; duplicated lists of pp_things in various
5486 places is now gone; result has only been tested on win32
5487 Branch: perl
5488 + globvar.sym pp.sym
5489 - objpp.h thread.sym
5490 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
5491 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
5492 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
5493 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
5494 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
5495 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
5496 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
5497 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
5498 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
5499 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5500 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
0f4592ef
GS
5501____________________________________________________________________________
5502[ 2130] By: jhi on 1998/10/29 15:31:26
99ed61e6
GS
5503 Log: Pure bison yylex() proto was broken.
5504 Branch: cfgperl
5505 ! proto.h
0f4592ef
GS
5506____________________________________________________________________________
5507[ 2126] By: jhi on 1998/10/29 08:35:54
99ed61e6
GS
5508 Log: Integrate mainperl.
5509 Branch: cfgperl
5510 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
5511 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
5512 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
5513 !> t/pragma/warn/doio toke.c win32/makefile.mk
0f4592ef
GS
5514____________________________________________________________________________
5515[ 2125] By: jhi on 1998/10/29 08:32:38
99ed61e6
GS
5516 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
5517 Branch: cfgperl
5518 ! Makefile.SH
0f4592ef
GS
5519____________________________________________________________________________
5520[ 2124] By: jhi on 1998/10/29 08:06:44
99ed61e6
GS
5521 Log: EBCDIC Makefile.SH tuneup.
5522 Branch: cfgperl
5523 ! Makefile.SH
0f4592ef
GS
5524____________________________________________________________________________
5525[ 2119] By: gsar on 1998/10/28 23:24:04
99ed61e6
GS
5526 Log: remove doubled hunk from integration
5527 Branch: perl
5528 ! pp.c
0f4592ef
GS
5529____________________________________________________________________________
5530[ 2118] By: gsar on 1998/10/28 22:03:31
99ed61e6
GS
5531 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5532 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
5533 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
5534 Subject: [PATCH 5.00552] Minor debugger tweaks
5535 Branch: perl
5536 ! lib/perl5db.pl
0f4592ef
GS
5537____________________________________________________________________________
5538[ 2117] By: gsar on 1998/10/28 22:02:30
99ed61e6
GS
5539 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5540 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
5541 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
5542 Subject: [PATCH 5.00552] Make sort respect overloading
5543 Branch: perl
5544 ! pp_ctl.c proto.h t/pragma/overload.t
0f4592ef
GS
5545____________________________________________________________________________
5546[ 2116] By: gsar on 1998/10/28 21:51:11
99ed61e6
GS
5547 Log: MM patches from Ilya Zakharevich
5548 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
5549 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
5550 Subject: [PATCH 5.00552] Make MakeMaker more verbose
5551 --
5552 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
5553 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
5554 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
5555 Branch: perl
5556 ! lib/ExtUtils/MakeMaker.pm
0f4592ef
GS
5557____________________________________________________________________________
5558[ 2115] By: gsar on 1998/10/28 21:46:19
99ed61e6
GS
5559 Log: add explicit references to perl source path in ld2 and gcc2
5560 Branch: perl
5561 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
0f4592ef
GS
5562____________________________________________________________________________
5563[ 2114] By: gsar on 1998/10/28 21:39:56
99ed61e6
GS
5564 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
5565 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
5566 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
5567 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
5568 Branch: perl
5569 ! INSTALL
0f4592ef
GS
5570____________________________________________________________________________
5571[ 2113] By: gsar on 1998/10/28 21:21:16
99ed61e6
GS
5572 Log: integrate cfgperl into mainline
5573 Branch: perl
5574 +> t/op/filetest.t
5575 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
5576 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
5577 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
5578 !> thread.h toke.c vmesa/Makefile
0f4592ef
GS
5579____________________________________________________________________________
5580[ 2112] By: gsar on 1998/10/28 21:14:18
99ed61e6
GS
5581 Log: minor cleanup
5582 Branch: perl
5583 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
0f4592ef
GS
5584____________________________________________________________________________
5585[ 2111] By: gsar on 1998/10/28 18:52:10
99ed61e6
GS
5586 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
5587 Branch: perl
5588 ! toke.c
0f4592ef
GS
5589____________________________________________________________________________
5590[ 2110] By: jhi on 1998/10/28 15:07:54
99ed61e6
GS
5591 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
5592 Branch: cfgperl
5593 ! Makefile.SH
0f4592ef
GS
5594____________________________________________________________________________
5595[ 2109] By: jhi on 1998/10/28 13:39:54
99ed61e6
GS
5596 Log: a2p.y needs to generate also y.tab.h.
5597 Branch: cfgperl
5598 ! Makefile.SH
0f4592ef
GS
5599____________________________________________________________________________
5600[ 2108] By: jhi on 1998/10/28 10:33:36
99ed61e6
GS
5601 Log: The "parse error" must be converted to "syntax error",
5602 just matching it aint' enough.
5603 Branch: cfgperl
5604 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5605 ! t/pragma/warning.t
0f4592ef
GS
5606____________________________________________________________________________
5607[ 2107] By: jhi on 1998/10/28 10:23:05
99ed61e6
GS
5608 Log: Regen sig_n{ame,umber}* if slightest doubt.
5609 Branch: cfgperl
5610 ! Configure
0f4592ef
GS
5611____________________________________________________________________________
5612[ 2106] By: jhi on 1998/10/28 08:44:49
99ed61e6
GS
5613 Log: Bison says 'parse error', not 'parser error'.
5614 Branch: cfgperl
5615 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5616 ! t/pragma/warning.t
0f4592ef
GS
5617____________________________________________________________________________
5618[ 2105] By: jhi on 1998/10/28 08:42:09
99ed61e6
GS
5619 Log: yylex() parametrization.
5620 Branch: cfgperl
5621 ! proto.h toke.c
0f4592ef
GS
5622____________________________________________________________________________
5623[ 2104] By: jhi on 1998/10/28 08:25:09
99ed61e6
GS
5624 Log: Bring in #2102.
5625 Branch: cfgperl
5626 ! pp.c
0f4592ef
GS
5627____________________________________________________________________________
5628[ 2103] By: jhi on 1998/10/28 08:22:04
99ed61e6
GS
5629 Log: From: Dominic Dunlop <domo@vo.lu>
5630 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
5631 Date: 27 Oct 1998 20:47:25 +0200
5632 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
5633 Branch: cfgperl
5634 ! t/op/groups.t
0f4592ef
GS
5635____________________________________________________________________________
5636[ 2102] By: larry on 1998/10/27 18:58:55
99ed61e6
GS
5637 Log: utf8 change to quotemeta broke EBCDIC
5638 Branch: perl
5639 ! pp.c
0f4592ef
GS
5640____________________________________________________________________________
5641[ 2101] By: jhi on 1998/10/27 12:55:34
99ed61e6
GS
5642 Log: $Config{sig_num_init}.
5643 Also, a new approach to the 'pthreads-created-joinable': drop
5644 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
5645 directly. (See also #2096).
5646 Branch: cfgperl
5647 ! Configure config_h.SH
0f4592ef
GS
5648____________________________________________________________________________
5649[ 2100] By: jhi on 1998/10/27 10:48:55
99ed61e6
GS
5650 Log: Regenerated perly_c.diff.
5651 Branch: cfgperl
5652 ! perly_c.diff
0f4592ef
GS
5653____________________________________________________________________________
5654[ 2099] By: jhi on 1998/10/27 08:42:25
99ed61e6
GS
5655 Log: First the mangler was Netscape, then it was me.
5656 Branch: cfgperl
5657 ! vmesa/Makefile
0f4592ef
GS
5658____________________________________________________________________________
5659[ 2098] By: jhi on 1998/10/27 08:34:40
99ed61e6
GS
5660 Log: `id -Gn` might be available where `groups` is not.
5661 Branch: cfgperl
5662 ! t/op/groups.t
0f4592ef
GS
5663____________________________________________________________________________
5664[ 2097] By: jhi on 1998/10/27 08:05:17
99ed61e6
GS
5665 Log: Netscape had mangled the tabs.
5666 Branch: cfgperl
5667 ! vmesa/Makefile
0f4592ef
GS
5668____________________________________________________________________________
5669[ 2096] By: jhi on 1998/10/27 08:03:05
99ed61e6
GS
5670 Log: ATTR_JOINABLE logic, based on (private email)
5671
5672 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
5673 Subject: Some little diffs
5674 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
5675 Date: Tue, 27 Oct 1998 13:44:42 +1300
5676 Branch: cfgperl
5677 ! thread.h
0f4592ef
GS
5678____________________________________________________________________________
5679[ 2095] By: jhi on 1998/10/27 07:56:57
99ed61e6
GS
5680 Log: Mach cthreads support based on:
5681
5682 From: brie@corp.home.net (Brian Harrison)
5683 Subject: perl5.005_02 patch for mthreads
5684 To: perl5-porters@perl.org
5685 Date: 24 Oct 1998 01:01:55 +0300
5686 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
5687
5688 Pthread yield probe (dejavu)
5689 Cosmetic nanochange for the union semun output.
5690 Better inttypes.h probe.
5691 Undo the 'void *' $selecttype probe from #1971 because
5692 it breaks the $selectminbits test.
5693 Branch: cfgperl
5694 ! Configure config_h.SH perl.h thread.h
0f4592ef
GS
5695____________________________________________________________________________
5696[ 2094] By: jhi on 1998/10/26 13:02:07
99ed61e6
GS
5697 Log: Also posix-bc wants to reyacc.
5698 Branch: cfgperl
5699 ! Makefile.SH
0f4592ef
GS
5700____________________________________________________________________________
5701[ 2093] By: jhi on 1998/10/26 10:17:21
99ed61e6
GS
5702 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
5703 5_02 and really breaking things in non-ASCII worlds.
5704 Branch: cfgperl
5705 ! pp.c
0f4592ef
GS
5706____________________________________________________________________________
5707[ 2092] By: jhi on 1998/10/26 09:08:00
99ed61e6
GS
5708 Log: More robustness.
5709 Branch: cfgperl
5710 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
5711 ! t/pragma/warning.t
0f4592ef
GS
5712____________________________________________________________________________
5713[ 2091] By: jhi on 1998/10/26 08:47:32
99ed61e6
GS
5714 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
5715 Bison really wants YYLEX_PARAM.
5716 Branch: cfgperl
5717 ! perly.y proto.h toke.c
0f4592ef
GS
5718____________________________________________________________________________
5719[ 2090] By: jhi on 1998/10/26 08:21:25
99ed61e6
GS
5720 Log: s/YYLEX_PARAM/YYLEXPARAM/
5721 Branch: cfgperl
5722 ! perly.y
0f4592ef
GS
5723____________________________________________________________________________
5724[ 2089] By: jhi on 1998/10/26 08:17:33
99ed61e6
GS
5725 Log: Indicate skipped subtests.
5726 Branch: cfgperl
5727 ! t/io/pipe.t
0f4592ef
GS
5728____________________________________________________________________________
5729[ 2088] By: jhi on 1998/10/26 08:11:36
99ed61e6
GS
5730 Log: Integrate from mainperl.
5731 Branch: cfgperl
5732 !> (integrate 54 files)
0f4592ef
GS
5733____________________________________________________________________________
5734[ 2087] By: jhi on 1998/10/26 08:08:02
99ed61e6
GS
5735 Log: Add test for filetests.
5736 Branch: cfgperl
5737 + t/op/filetest.t
5738 ! MANIFEST
0f4592ef
GS
5739____________________________________________________________________________
5740[ 2086] By: gsar on 1998/10/26 02:44:44
99ed61e6
GS
5741 Log: various win32 tweaks; disable new xs_cpp section (it creates
5742 ambiguous inference graph for %.xs --> %.o)
5743 Branch: perl
5744 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
5745 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
5746 ! win32/config.gc win32/config_H.gc win32/makedef.pl
5747 ! win32/makefile.mk win32/win32.h
0f4592ef
GS
5748____________________________________________________________________________
5749[ 2085] By: gsar on 1998/10/26 00:50:02
99ed61e6
GS
5750 Log: sanity-check $Config{drand01} in rand.t
5751 Branch: perl
5752 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
5753 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef
GS
5754____________________________________________________________________________
5755[ 2078] By: gsar on 1998/10/25 10:22:04
99ed61e6
GS
5756 Log: update win32/config*.?c
5757 Branch: perl
5758 ! Changes win32/config.bc win32/config.gc win32/config.vc
5759 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef 5760____________________________________________________________________________
104f9d64 5761[ 2077] By: gsar on 1998/10/25 08:39:25
99ed61e6
GS
5762 Log: From: Graham Barr <gbarr@pobox.com>
5763 Date: Sat, 24 Oct 1998 21:45:50 -0500
5764 Message-ID: <19981024214550.C508@pobox.com>
5765 Subject: Re: die with a reference should use overload "" operator
5766 Branch: perl
5767 ! pp_ctl.c
104f9d64
GS
5768____________________________________________________________________________
5769[ 2076] By: gsar on 1998/10/25 08:37:49
99ed61e6
GS
5770 Log: From: Graham Barr <gbarr@pobox.com>
5771 Date: Sat, 24 Oct 1998 12:45:21 -0500
5772 Message-ID: <19981024124521.C512@pobox.com>
5773 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
5774 Branch: perl
5775 ! sv.c
104f9d64
GS
5776____________________________________________________________________________
5777[ 2075] By: gsar on 1998/10/25 08:24:09
99ed61e6
GS
5778 Log: fix C<print $n += 5;> etc.
5779 Branch: perl
5780 ! toke.c
104f9d64
GS
5781____________________________________________________________________________
5782[ 2074] By: gsar on 1998/10/25 08:12:28
99ed61e6
GS
5783 Log: list builtins with portability caveats
5784 From: Jarkko Hietaniemi <jhi@iki.fi>
5785 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
5786 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
5787 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
5788 Branch: perl
5789 ! pod/perlfunc.pod
104f9d64
GS
5790____________________________________________________________________________
5791[ 2073] By: gsar on 1998/10/25 07:55:43
99ed61e6
GS
5792 Log: fix stack overrun in file test operators
5793 Branch: perl
5794 ! pp_sys.c
104f9d64
GS
5795____________________________________________________________________________
5796[ 2072] By: gsar on 1998/10/25 07:29:45
99ed61e6
GS
5797 Log: implement C<goto &func> and other fixes (via private mail)
5798 From: "vishal bhatia" <vishalb@hotmail.com>
5799 Date: Wed, 21 Oct 1998 22:59:03 PDT
5800 Message-Id: <19981022055904.20083.qmail@hotmail.com>
5801 Subject: [PATCH 5.005_52] More fixes for B
5802 Branch: perl
5803 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
104f9d64
GS
5804____________________________________________________________________________
5805[ 2071] By: gsar on 1998/10/25 07:14:41
99ed61e6
GS
5806 Log: From: Graham Barr <gbarr@pobox.com>
5807 Date: Sat, 17 Oct 1998 20:42:41 -0500
5808 Message-ID: <19981017204241.G510@pobox.com>
5809 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
5810 Branch: perl
5811 ! pp_ctl.c
104f9d64
GS
5812____________________________________________________________________________
5813[ 2070] By: gsar on 1998/10/25 07:07:29
99ed61e6
GS
5814 Log: avoid bogus line number in XSUB redefined warnings
5815 Branch: perl
5816 ! op.c
104f9d64
GS
5817____________________________________________________________________________
5818[ 2069] By: gsar on 1998/10/25 06:59:03
99ed61e6
GS
5819 Log: From: Martijn Koster <mak@excitecorp.com>
5820 Date: Wed, 21 Oct 1998 13:12:03 +0100
5821 Message-ID: <19981021131203.A15661@excitecorp.com>
5822 Subject: File::Path::mkpath reports the wrong error
5823 Branch: perl
5824 ! lib/File/Path.pm
104f9d64
GS
5825____________________________________________________________________________
5826[ 2068] By: gsar on 1998/10/25 06:54:43
99ed61e6
GS
5827 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
5828 Date: Tue, 20 Oct 1998 20:52:20 -0500
5829 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
5830 Subject: Exporter.pm's export_to_level() argument handling buggy
5831 Branch: perl
5832 ! lib/Exporter.pm
104f9d64
GS
5833____________________________________________________________________________
5834[ 2067] By: gsar on 1998/10/25 06:50:19
99ed61e6
GS
5835 Log: From: jan.dubois@ibm.net (Jan Dubois)
5836 Date: Wed, 21 Oct 1998 00:55:51 +0200
5837 Message-ID: <36380269.55370608@smtp1.ibm.net>
5838 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
5839 Branch: perl
5840 ! ext/DynaLoader/DynaLoader_pm.PL
104f9d64
GS
5841____________________________________________________________________________
5842[ 2066] By: gsar on 1998/10/25 06:48:19
99ed61e6
GS
5843 Log: recognize '%' as a shell metachar for win32
5844 From: jan.dubois@ibm.net (Jan Dubois)
5845 Date: Tue, 20 Oct 1998 21:57:35 +0200
5846 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
5847 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
5848 Branch: perl
5849 ! win32/win32.c
104f9d64
GS
5850____________________________________________________________________________
5851[ 2065] By: gsar on 1998/10/25 06:46:30
99ed61e6
GS
5852 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
5853 Branch: perl
5854 ! sv.c
104f9d64
GS
5855____________________________________________________________________________
5856[ 2064] By: gsar on 1998/10/25 06:45:09
99ed61e6
GS
5857 Log: From: Gisle Aas <gisle@aas.no>
5858 Date: 20 Oct 1998 14:24:44 +0200
5859 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
5860 Subject: ord() and unpack("U*",...) should not be negative
5861 Branch: perl
5862 ! pp.c
104f9d64
GS
5863____________________________________________________________________________
5864[ 2063] By: gsar on 1998/10/25 06:42:29
99ed61e6
GS
5865 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5866 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
5867 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
5868 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
5869 Branch: perl
5870 ! os2/os2.c
104f9d64
GS
5871____________________________________________________________________________
5872[ 2062] By: gsar on 1998/10/25 06:41:26
99ed61e6
GS
5873 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5874 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
5875 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
5876 Subject: [PATCH 5.005_*] Speed up aassign
5877 Branch: perl
5878 ! pp_hot.c
104f9d64
GS
5879____________________________________________________________________________
5880[ 2061] By: gsar on 1998/10/25 06:39:04
99ed61e6
GS
5881 Log: From: Graham Barr <gbarr@pobox.com>
5882 Date: Sat, 17 Oct 1998 22:22:02 -0500
5883 Message-ID: <19981017222202.J510@pobox.com>
5884 Subject: Re: '*' prototype does not allow bareword with strict
5885 Branch: perl
5886 ! toke.c
104f9d64
GS
5887____________________________________________________________________________
5888[ 2060] By: gsar on 1998/10/25 06:37:34
99ed61e6
GS
5889 Log: handle '::' in section names properly
5890 From: Graham Barr <gbarr@pobox.com>
5891 Date: Sat, 17 Oct 1998 12:57:54 -0500
5892 Message-ID: <19981017125754.C510@pobox.com>
5893 Subject: Re: pod2html
5894 Branch: perl
5895 ! lib/Pod/Html.pm
104f9d64
GS
5896____________________________________________________________________________
5897[ 2059] By: gsar on 1998/10/25 06:33:43
99ed61e6
GS
5898 Log: integrate changes#1982,2014,2021 (from maint-5.005)
5899 Branch: perl
5900 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
5901 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
104f9d64
GS
5902____________________________________________________________________________
5903[ 2058] By: gsar on 1998/10/25 05:44:17
99ed61e6
GS
5904 Log: allow more win32 symbol exports (suggested by Jan Dubois)
5905 Branch: perl
5906 ! win32/makedef.pl
104f9d64
GS
5907____________________________________________________________________________
5908[ 2057] By: gsar on 1998/10/25 05:40:40
99ed61e6
GS
5909 Log: integrate change#2053 from maint-5.005
5910 Branch: perl
5911 !> cop.h t/cmd/while.t
104f9d64
GS
5912____________________________________________________________________________
5913[ 2056] By: gsar on 1998/10/25 05:16:41
99ed61e6
GS
5914 Log: commented version of a patch suggested by Drago Goricanec
5915 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5916 Date: 16 Oct 1998 15:24:45 +0300
5917 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
5918 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
5919 Branch: perl
5920 ! pp_sys.c
104f9d64
GS
5921____________________________________________________________________________
5922[ 2055] By: gsar on 1998/10/25 05:11:03
99ed61e6
GS
5923 Log: include eof() in description of buffering caveats
5924 From: Anton Berezin <tobez@plab.ku.dk>
5925 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
5926 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
5927 Subject: [DOCPATCH] pod/perlfunc.pod
5928 Branch: perl
5929 ! pod/perlfunc.pod
104f9d64
GS
5930____________________________________________________________________________
5931[ 2054] By: gsar on 1998/10/25 05:07:42
99ed61e6
GS
5932 Log: disallow 'x' in hex numbers (except leading '0x')
5933 From: Gisle Aas <gisle@aas.no>
5934 Date: 16 Oct 1998 16:33:12 +0200
5935 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
5936 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
5937 Branch: perl
5938 ! perlvars.h t/op/oct.t util.c
104f9d64 5939____________________________________________________________________________
104f9d64 5940[ 2052] By: gsar on 1998/10/25 04:49:04
99ed61e6
GS
5941 Log: avoid the circular refcnt logic in magic_mutexfree()
5942 Branch: perl
5943 ! mg.c pp.c pp_hot.c
104f9d64
GS
5944____________________________________________________________________________
5945[ 2051] By: gsar on 1998/10/25 04:35:07
99ed61e6
GS
5946 Log: properly restore PL_rsfp_filters after require
5947 Branch: perl
5948 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
5949 ! scope.h
104f9d64
GS
5950____________________________________________________________________________
5951[ 2050] By: gsar on 1998/10/25 02:42:32
99ed61e6
GS
5952 Log: integrate cfgperl changes back into mainline
5953 Branch: perl
5954 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
5955 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
5956 !> (integrate 33 files)
104f9d64
GS
5957____________________________________________________________________________
5958[ 2049] By: gsar on 1998/10/25 01:30:48
99ed61e6
GS
5959 Log: avoid "mysterious" compile-time failures without messages
5960 Branch: perl
5961 ! gv.c
104f9d64 5962____________________________________________________________________________
104f9d64 5963[ 2041] By: gsar on 1998/10/23 21:11:56
99ed61e6
GS
5964 Log: checkin jpl under //depot/perlext/jpl/...
5965 Branch: perlext
5966 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
5967 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
5968 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
5969 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
5970 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
5971 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
5972 + jpl/PerlInterpreter/Makefile.PL
5973 + jpl/PerlInterpreter/PerlInterpreter.c
5974 + jpl/PerlInterpreter/PerlInterpreter.h
5975 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
5976 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
5977 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
5978 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
5979 + jpl/get_jdk/jdk_hosts jpl/install-jpl
104f9d64
GS
5980____________________________________________________________________________
5981[ 2040] By: larry on 1998/10/23 19:31:42
99ed61e6
GS
5982 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
5983 Branch: perl
5984 ! pp.c
104f9d64
GS
5985____________________________________________________________________________
5986[ 2039] By: larry on 1998/10/23 18:48:34
99ed61e6
GS
5987 Log: tr///d does not seem to work
5988 Branch: perl
5989 ! lib/utf8_heavy.pl
104f9d64
GS
5990____________________________________________________________________________
5991[ 2038] By: larry on 1998/10/23 18:00:41
99ed61e6
GS
5992 Log: Program with utf8 identifiers fails to compile
5993 Branch: perl
5994 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
104f9d64
GS
5995____________________________________________________________________________
5996[ 2037] By: jhi on 1998/10/23 14:04:51
99ed61e6
GS
5997 Log: Test suite portability:
5998 - posix-bc does not write to broken pipes
5999 - filehand #11 only iff we have fork
6000 - warning.t can now match $expected using regular expressions
6001 Branch: cfgperl
6002 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
6003 ! t/pragma/warning.t
104f9d64
GS
6004____________________________________________________________________________
6005[ 2036] By: jhi on 1998/10/23 12:12:07
99ed61e6
GS
6006 Log: yacc clarification.
6007 Branch: cfgperl
6008 ! README.posix-bc
104f9d64
GS
6009____________________________________________________________________________
6010[ 2035] By: jhi on 1998/10/23 12:09:59
99ed61e6
GS
6011 Log: Some C compilers get upset about 8-bit characters in /* comments. */
6012 Branch: cfgperl
6013 ! mg.c
104f9d64
GS
6014____________________________________________________________________________
6015[ 2034] By: jhi on 1998/10/22 09:11:52
99ed61e6
GS
6016 Log: Configure update: both for pthread_yield more robust
6017 testing (all variants of pthread_attr_getdetachstate()) --
6018 and because Configure was broken in major way! About 1000
6019 last lines were truncated.
6020 Branch: cfgperl
6021 ! Configure
104f9d64
GS
6022____________________________________________________________________________
6023[ 2033] By: jhi on 1998/10/22 07:47:10
99ed61e6
GS
6024 Log: DJGPP feedback for #2028.
6025 Branch: cfgperl
6026 ! thread.h
104f9d64
GS
6027____________________________________________________________________________
6028[ 2032] By: jhi on 1998/10/21 13:03:57
99ed61e6
GS
6029 Log: yielding, the saga continues.
6030 Branch: cfgperl
6031 ! Configure config_h.SH
6032 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
6033 !> t/op/goto.t t/pragma/constant.t
104f9d64
GS
6034____________________________________________________________________________
6035[ 2031] By: jhi on 1998/10/21 09:15:42
99ed61e6
GS
6036 Log: VM/ESA feedback for #2028.
6037 Branch: cfgperl
6038 ! Configure config_h.SH thread.h
104f9d64
GS
6039____________________________________________________________________________
6040[ 2030] By: gsar on 1998/10/21 04:22:53
99ed61e6
GS
6041 Log: fix handling of mayhaps-extended @_ in goto &sub
6042 Branch: perl
6043 ! av.c pp_ctl.c t/op/goto.t
104f9d64
GS
6044____________________________________________________________________________
6045[ 2029] By: gsar on 1998/10/21 00:54:14
99ed61e6
GS
6046 Log: restore sanity to "constant" references
6047 Branch: perl
6048 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
104f9d64
GS
6049____________________________________________________________________________
6050[ 2028] By: jhi on 1998/10/20 15:01:20
99ed61e6
GS
6051 Log: OLD_PTHREADS_API reorganizing.
6052 Branch: cfgperl
6053 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
6054 ! vmesa/vmesaish.h
104f9d64
GS
6055____________________________________________________________________________
6056[ 2027] By: jhi on 1998/10/20 14:14:51
99ed61e6
GS
6057 Log: #2026 fallout.
6058 Branch: cfgperl
6059 ! Makefile.SH
104f9d64
GS
6060____________________________________________________________________________
6061[ 2026] By: jhi on 1998/10/20 11:47:21
99ed61e6
GS
6062 Log: VM/ESA update.
6063 Branch: cfgperl
6064 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
104f9d64
GS
6065____________________________________________________________________________
6066[ 2025] By: jhi on 1998/10/20 08:20:56
99ed61e6
GS
6067 Log: 64-bitness, based on
6068
6069 From: Scott Henry <scotth@sgi.com>
6070 To: perl-64bit@perl.org
6071 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
6072 Subject: Re: Configure problems/questions...
6073 Date: 19 Oct 1998 22:38:06 -0700
6074 Branch: cfgperl
6075 ! hints/irix_6.sh perl.h
104f9d64
GS
6076____________________________________________________________________________
6077[ 2024] By: jhi on 1998/10/20 08:09:07
99ed61e6
GS
6078 Log: Add lseeksize.
6079 Branch: cfgperl
6080 ! config_h.SH
104f9d64
GS
6081____________________________________________________________________________
6082[ 2023] By: jhi on 1998/10/20 08:08:33
99ed61e6
GS
6083 Log: Mumble about _yields() only when threaded.
6084 Branch: cfgperl
6085 ! Configure
104f9d64
GS
6086____________________________________________________________________________
6087[ 2022] By: jhi on 1998/10/20 07:46:26
99ed61e6
GS
6088 Log: Thinko at PTHREADS_CREATED_JOINABLE.
6089 Branch: cfgperl
6090 ! thread.h
104f9d64
GS
6091____________________________________________________________________________
6092[ 2021] By: gbarr on 1998/10/20 01:25:23
99ed61e6
GS
6093 Log: From: Chip Salzenberg <chip@perlsupport.com>
6094 Date: Tue, 6 Oct 1998 13:33:05 -0400
6095 Message-ID: <19981006133305.A2348@perlsupport.com>
6096 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
6097 Branch: maint-5.005/perl
6098 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
6099 ! t/op/tie.t
104f9d64
GS
6100____________________________________________________________________________
6101[ 2020] By: jhi on 1998/10/19 09:15:53
99ed61e6
GS
6102 Log: YIELD more robustly.
6103 Branch: cfgperl
6104 ! thread.h
104f9d64
GS
6105____________________________________________________________________________
6106[ 2019] By: jhi on 1998/10/19 08:48:33
99ed61e6
GS
6107 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
6108 the 'new' one (just like DJGPP, it seems).
6109 Branch: cfgperl
6110 ! thread.h
104f9d64
GS
6111____________________________________________________________________________
6112[ 2018] By: jhi on 1998/10/19 07:02:44
99ed61e6
GS
6113 Log: vmesaish.h doesn't exclude unixish.h.
6114 Branch: cfgperl
6115 ! perl.h
104f9d64
GS
6116____________________________________________________________________________
6117[ 2017] By: jhi on 1998/10/19 06:44:19
99ed61e6
GS
6118 Log: 1<<$randbits is not good for randbits=48.
6119 Branch: cfgperl
6120 ! t/op/rand.t
104f9d64
GS
6121____________________________________________________________________________
6122[ 2016] By: jhi on 1998/10/19 06:39:47
99ed61e6
GS
6123 Log: Make #2012 glob pattern more portable.
6124 Branch: cfgperl
6125 ! Makefile.SH
104f9d64 6126____________________________________________________________________________
104f9d64 6127[ 2014] By: gbarr on 1998/10/17 20:31:42
99ed61e6
GS
6128 Log: Fix POSIX::sigprocmask not to check type of $old parameter
6129 as it is output only
6130 Branch: maint-5.005/perl
6131 ! ext/POSIX/POSIX.xs
104f9d64 6132____________________________________________________________________________
104f9d64 6133[ 2012] By: jhi on 1998/10/17 15:04:23
99ed61e6
GS
6134 Log: clean numbered core dumps and t/tmp[0-9]*.
6135 Branch: cfgperl
6136 ! Makefile.SH
104f9d64
GS
6137____________________________________________________________________________
6138[ 2011] By: jhi on 1998/10/17 14:59:15
99ed61e6
GS
6139 Log: More robust yacc/bison failure output handling.
6140 Branch: cfgperl
6141 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
104f9d64
GS
6142____________________________________________________________________________
6143[ 2010] By: jhi on 1998/10/17 14:51:05
99ed61e6
GS
6144 Log: BC2000 POSIX update.
6145 Branch: cfgperl
6146 ! MANIFEST
104f9d64
GS
6147____________________________________________________________________________
6148[ 2009] By: jhi on 1998/10/17 14:49:46
99ed61e6
GS
6149 Log: POSIX BC2000 port from perl-mvs:
6150
6151 Subject: Ported perl 5.005.02 to BS2000 / POSIX
6152 From: Dorner Thomas <Thomas.Dorner@start.de>
6153 Date: Tue, 29 Sep 1998 13:29:36 +0100
6154 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
6155 Branch: cfgperl
6156 + README.posix-bc hints/posix-bc.sh
6157 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
6158 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
6159 ! unixish.h
104f9d64
GS
6160____________________________________________________________________________
6161[ 2008] By: jhi on 1998/10/17 14:07:49
99ed61e6
GS
6162 Log: VM/ESA-update.
6163 Branch: cfgperl
6164 ! MANIFEST
104f9d64
GS
6165____________________________________________________________________________
6166[ 2007] By: jhi on 1998/10/17 13:55:34
99ed61e6
GS
6167 Log: Forgot few S_I* imports.
6168 Branch: cfgperl
6169 ! t/lib/ipc_sysv.t
104f9d64
GS
6170____________________________________________________________________________
6171[ 2006] By: jhi on 1998/10/17 13:43:54
99ed61e6
GS
6172 Log: The VM/ESA port essentials, based on
6173
6174 perl-mvs:
6175
6176 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6177 Subject: Re: Can't find Data/Dumper.pm
6178 Date: Mon, 28 Sep 1998 07:40:49 +1300
6179 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
6180
6181 private email:
6182
6183 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6184 Subject: Re: Perl thread problems in VM/ESA
6185 Date: Thu, 15 Oct 1998 07:18:35 +1300
6186 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
6187
6188 and private email:
6189
6190 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
6191 Subject: perl archive
6192 Date: Sun, 11 Oct 1998 19:28:54 EDT
6193 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
6194 which gave a pointer to
6195
6196 http://pucc.princeton.edu/~neale/perl.tar
6197
6198 (based on Perl 5.005_51)
6199 Branch: cfgperl
6200 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
6201 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
6202 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
6203 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
104f9d64
GS
6204____________________________________________________________________________
6205[ 2005] By: jhi on 1998/10/17 13:17:19
99ed61e6
GS
6206 Log: Integrate mainperl.
6207 Branch: cfgperl
6208 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
6209 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
6210 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
6211 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
6212 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
6213 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
6214 !> win32/makefile.mk
104f9d64
GS
6215____________________________________________________________________________
6216[ 2004] By: jhi on 1998/10/17 11:19:06
99ed61e6
GS
6217 Log: Removed an extra ' from the int64_t test.
6218 Branch: cfgperl
6219 ! Configure
104f9d64
GS
6220____________________________________________________________________________
6221[ 2003] By: gsar on 1998/10/17 04:11:40
99ed61e6
GS
6222 Log: silence -w noises (suggested by Greg Bacon)
6223 Branch: perl
6224 ! lib/Term/Complete.pm
104f9d64
GS
6225____________________________________________________________________________
6226[ 2002] By: gsar on 1998/10/17 04:07:48
99ed61e6
GS
6227 Log: From: Gisle Aas <gisle@aas.no>
6228 Date: 14 Oct 1998 15:53:14 +0200
6229 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
6230 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
6231 Branch: perl
6232 ! util.c
104f9d64
GS
6233____________________________________________________________________________
6234[ 2001] By: gsar on 1998/10/17 04:06:10
99ed61e6
GS
6235 Log: From: Gisle Aas <gisle@aas.no>
6236 Date: 14 Oct 1998 15:17:44 +0200
6237 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
6238 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
6239 Branch: perl
6240 ! toke.c
104f9d64
GS
6241____________________________________________________________________________
6242[ 2000] By: gsar on 1998/10/17 03:06:33
99ed61e6
GS
6243 Log: From: Gisle Aas <gisle@aas.no>
6244 Date: 14 Oct 1998 00:38:06 +0200
6245 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
6246 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
6247 Branch: perl
6248 ! sv.c
104f9d64
GS
6249____________________________________________________________________________
6250[ 1999] By: gsar on 1998/10/17 03:04:48
99ed61e6
GS
6251 Log: From: Dan Sugalski <sugalskd@osshe.edu>
6252 Date: Tue, 13 Oct 1998 15:10:57 -0700
6253 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
6254 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
6255 Branch: perl
6256 ! vms/ext/Stdio/Stdio.pm
104f9d64
GS
6257____________________________________________________________________________
6258[ 1998] By: gsar on 1998/10/17 03:00:40
99ed61e6
GS
6259 Log: skip readonly vars and unref references when doing a reset()
6260 Branch: perl
6261 ! sv.c
104f9d64
GS
6262____________________________________________________________________________
6263[ 1997] By: gsar on 1998/10/17 02:49:19
99ed61e6
GS
6264 Log: fix buggy treatment of large checksums on unicode strings
6265 From: Gisle Aas <gisle@aas.no>
6266 Date: 13 Oct 1998 21:35:39 +0200
6267 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
6268 Subject: unpack("%48U*",...) [PATCH 5.005_52]
6269 Branch: perl
6270 ! pp.c
104f9d64
GS
6271____________________________________________________________________________
6272[ 1996] By: gsar on 1998/10/17 02:43:22
99ed61e6
GS
6273 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6274 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
6275 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
6276 Subject: [PATCH 5.005_52] Memory overrun in os2.c
6277 Branch: perl
6278 ! os2/Makefile.SHs os2/os2.c
104f9d64
GS
6279____________________________________________________________________________
6280[ 1995] By: gsar on 1998/10/17 02:42:01
99ed61e6
GS
6281 Log: clarify section name rules for typemaps
6282 Branch: perl
6283 ! pod/perlxs.pod
104f9d64
GS
6284____________________________________________________________________________
6285[ 1994] By: gsar on 1998/10/17 02:33:02
99ed61e6
GS
6286 Log: whitespace-proof grent.t
6287 Branch: perl
6288 ! t/op/grent.t
104f9d64
GS
6289____________________________________________________________________________
6290[ 1993] By: gsar on 1998/10/17 02:27:29
99ed61e6
GS
6291 Log: fix bug in B::CC::pp_sassign()
6292 From: "vishal bhatia" <vishalb@hotmail.com>
6293 Date: Sun, 11 Oct 1998 18:41:38 PDT
6294 Message-ID: <19981012014139.19614.qmail@hotmail.com>
6295 Subject: B::CC problems with pp_sassign routine
6296 Branch: perl
6297 ! ext/B/B/CC.pm
104f9d64
GS
6298____________________________________________________________________________
6299[ 1992] By: gsar on 1998/10/17 02:17:49
99ed61e6
GS
6300 Log: applied suggested patch with small doc tweak
6301 From: Gisle Aas <gisle@aas.no>
6302 Date: 11 Oct 1998 12:53:13 +0200
6303 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
6304 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
6305 Branch: perl
6306 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
6307 ! t/op/tiehandle.t
104f9d64
GS
6308____________________________________________________________________________
6309[ 1991] By: gsar on 1998/10/17 02:08:30
99ed61e6
GS
6310 Log: apply non-conflicting parts from suggested patch
6311 From: jan.dubois@ibm.net (Jan Dubois)
6312 Date: Sat, 10 Oct 1998 13:15:45 +0200
6313 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
6314 Subject: [PATCH 5.005_52] Still more MakeMaker patches
6315 Branch: perl
6316 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
104f9d64
GS
6317____________________________________________________________________________
6318[ 1990] By: gsar on 1998/10/17 02:01:24
99ed61e6
GS
6319 Log: provide option to enable optimization with VC (suggested by Jan
6320 Dubois)
6321 Branch: perl
6322 ! win32/Makefile win32/makefile.mk
104f9d64
GS
6323____________________________________________________________________________
6324[ 1989] By: gsar on 1998/10/17 01:55:27
99ed61e6
GS
6325 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
6326 Dave Leppik <dleppik@gage.com>
6327 Branch: perl
6328 ! perl.h
104f9d64
GS
6329____________________________________________________________________________
6330[ 1988] By: gsar on 1998/10/17 01:49:05
99ed61e6
GS
6331 Log: stray typo found by Hugo van der Sanden
6332 Branch: perl
6333 ! op.c
104f9d64
GS
6334____________________________________________________________________________
6335[ 1987] By: gsar on 1998/10/17 01:45:52
99ed61e6
GS
6336 Log: perldoc pod update
6337 From: Daniel Grisinger <dgris@perrin.dimensional.com>
6338 Date: 06 Oct 1998 23:56:51 -0600
6339 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
6340 Subject: [PATCH _02 and _52] perldoc
6341 Branch: perl
6342 ! utils/perldoc.PL
104f9d64
GS
6343____________________________________________________________________________
6344[ 1986] By: gsar on 1998/10/17 01:41:40
99ed61e6
GS
6345 Log: qualify names of builtins
6346 Branch: perl
6347 ! ext/POSIX/POSIX.pm
104f9d64 6348____________________________________________________________________________
104f9d64 6349[ 1982] By: gbarr on 1998/10/17 00:20:57
99ed61e6
GS
6350 Log: From: Jochen Wiedmann <joe@ispsoft.de>
6351 Date: Thu, 17 Sep 1998 17:16:06 +0200
6352 Message-ID: <360127B6.E44564A@ispsoft.de>
6353 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
6354 Branch: maint-5.005/perl
6355 ! lib/ExtUtils/MakeMaker.pm
104f9d64 6356____________________________________________________________________________
104f9d64 6357[ 1978] By: gsar on 1998/10/16 01:58:58
99ed61e6
GS
6358 Log: integrate cfgperl mods into mainline
6359 Branch: perl
6360 +> ext/DynaLoader/dl_vmesa.xs
6361 ! Porting/genlog
6362 !> Configure MANIFEST Makefile.SH config_h.SH
6363 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
6364 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
6365 !> x2p/Makefile.SH
104f9d64 6366____________________________________________________________________________
104f9d64 6367[ 1976] By: gsar on 1998/10/16 00:10:52
99ed61e6
GS
6368 Log: stray tweak
6369 Branch: perl
6370 ! op.c
104f9d64
GS
6371____________________________________________________________________________
6372[ 1975] By: gsar on 1998/10/15 23:54:38
99ed61e6
GS
6373 Log: propagate typeness of lexicals while cloning them
6374 Branch: perl
6375 ! op.c
104f9d64
GS
6376____________________________________________________________________________
6377[ 1974] By: gsar on 1998/10/15 23:53:25
99ed61e6
GS
6378 Log: s/last/first/ typo in append_list()
6379 Branch: perl
6380 ! op.c
104f9d64
GS
6381____________________________________________________________________________
6382[ 1973] By: gsar on 1998/10/15 20:06:17
99ed61e6
GS
6383 Log: nuke confperl branch and contents
6384 Branch: confperl
6385 - (delete 1284 files)
104f9d64
GS
6386____________________________________________________________________________
6387[ 1972] By: jhi on 1998/10/15 07:07:35
99ed61e6
GS
6388 Log: Test #162 had been added but the "print 1..161" had not been updated.
6389 Branch: cfgperl
6390 ! t/op/pat.t
104f9d64
GS
6391____________________________________________________________________________
6392[ 1971] By: gsar on 1998/10/15 03:09:58
99ed61e6
GS
6393 Log: check in all confperl changes as of change#1964 into cfgperl
6394 Branch: cfgperl
6395 + ext/DynaLoader/dl_vmesa.xs
6396 ! Configure MANIFEST Makefile.SH config_h.SH
6397 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
6398 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
104f9d64
GS
6399____________________________________________________________________________
6400[ 1970] By: gsar on 1998/10/15 03:05:59
99ed61e6
GS
6401 Log: integrate mainline to get tr.t
6402 Branch: cfgperl
6403 +> t/op/tr.t
104f9d64
GS
6404____________________________________________________________________________
6405[ 1969] By: gsar on 1998/10/15 03:04:17
99ed61e6
GS
6406 Log: add missing tr.t to repository
6407 Branch: perl
6408 + t/op/tr.t
104f9d64
GS
6409____________________________________________________________________________
6410[ 1968] By: gsar on 1998/10/15 03:02:43
99ed61e6
GS
6411 Log: create cfgperl branch
6412 Branch: cfgperl
6413 +> (branch 1282 files)
104f9d64
GS
6414____________________________________________________________________________
6415[ 1967] By: gsar on 1998/10/15 02:46:08
99ed61e6
GS
6416 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
6417 (MAN3PODS cannot be set to ' '; stray stricture violation)
6418 Branch: perl
6419 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
6420 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
6421 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
6422 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
6423 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
6424 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
6425 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
6426 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
6427 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
6428 ! lib/ExtUtils/MM_Unix.pm
104f9d64
GS
6429____________________________________________________________________________
6430[ 1966] By: gsar on 1998/10/15 02:19:03
99ed61e6
GS
6431 Log: tweak to make fix in change#1944 behave correctly for closures
6432 created within eval''
6433 Branch: perl
6434 ! op.c t/op/eval.t
104f9d64
GS
6435____________________________________________________________________________
6436[ 1965] By: gsar on 1998/10/14 23:22:41
99ed61e6
GS
6437 Log: use better numbers for exitstatus test
6438 Branch: perl
6439 ! t/op/die_exit.t
104f9d64
GS
6440____________________________________________________________________________
6441[ 1964] By: jhi on 1998/10/14 17:25:41
99ed61e6
GS
6442 Log: Add VM/ESA dynaloading (uses <dll.h>).
6443 Branch: confperl
6444 + ext/DynaLoader/dl_vmesa.xs
6445 ! MANIFEST
104f9d64
GS
6446____________________________________________________________________________
6447[ 1963] By: jhi on 1998/10/14 17:17:10
99ed61e6
GS
6448 Log: Remove a2p.loadmap in 'clean' target.
6449 Branch: confperl
6450 ! x2p/Makefile.SH
104f9d64
GS
6451____________________________________________________________________________
6452[ 1962] By: jhi on 1998/10/14 17:13:11
99ed61e6
GS
6453 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
6454 Branch: confperl
6455 ! Makefile.SH
104f9d64
GS
6456____________________________________________________________________________
6457[ 1961] By: jhi on 1998/10/14 16:27:39
99ed61e6
GS
6458 Log: VM/ESA creates executable.loadmaps.
6459 Branch: confperl
6460 ! Makefile.SH
104f9d64
GS
6461____________________________________________________________________________
6462[ 1960] By: jhi on 1998/10/14 15:37:39
99ed61e6
GS
6463 Log: Introduce SCHED_YIELD (one of sched_yield(),
6464 pthread_yield(), or pthread_yield(NULL)).
6465 YIELD is then defined using SCHED_YIELD unless
6466 a platform-specific YIELD has already been defined.
6467
6468 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
6469
6470 The need for pthread_yield(NULL) and pthread_attr_setdet...
6471 introduced by (private email)
6472
6473 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
6474 Date: Sat, 10 Oct 1998 21:08:15 +1300
6475 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
6476 Subject: Re: Perl thread problems in VM/ESA
6477
6478 Better select() protoprobe (for AIX), from (private email)
6479 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6480 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
6481 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
6482 Subject: AIX select (fwd)
6483 From: Lars Hecking <lhecking@nmrc.ucc.ie>
6484 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
6485 Date: Fri, 2 Oct 1998 10:40:01 +0100
6486 Subject: AIX select
6487
6488 Linux-avoid-so.X.Y, based on
6489 From: "Kurt D. Starsinic" <kstar@chapin.edu>
6490 Date: Tue, 13 Oct 1998 15:55:07 -0400
6491 Message-ID: <19981013155507.B4004@O2.chapin.edu>
6492 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
6493 Branch: confperl
6494 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
6495 ! thread.h
104f9d64
GS
6496____________________________________________________________________________
6497[ 1959] By: jhi on 1998/10/14 12:51:26
99ed61e6
GS
6498 Log: Some old pthread implementations have
6499 pthread_attr_setdetachstate(pthread_attr_t*, int*).
6500 Branch: confperl
6501 ! ext/Thread/Thread.xs
104f9d64
GS
6502____________________________________________________________________________
6503[ 1958] By: jhi on 1998/10/14 12:41:11
99ed61e6
GS
6504 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
6505 counterparts will follow soon.
6506 Branch: confperl
6507 ! thread.h
104f9d64
GS
6508____________________________________________________________________________
6509[ 1957] By: jhi on 1998/10/14 12:38:11
99ed61e6
GS
6510 Log: Add tr.t (MANIFEST already knew about it, strange)
6511 Branch: confperl
6512 + t/op/tr.t
104f9d64
GS
6513____________________________________________________________________________
6514[ 1956] By: jhi on 1998/10/14 12:24:35
99ed61e6
GS
6515 Log: Mutexen should be initialized only once.
6516 Branch: confperl
6517 ! gv.c op.c
104f9d64
GS
6518____________________________________________________________________________
6519[ 1955] By: jhi on 1998/10/14 12:19:38
99ed61e6
GS
6520 Log: os390 has its own cppstdin.
6521 Branch: confperl
6522 ! hints/os390.sh
104f9d64
GS
6523____________________________________________________________________________
6524[ 1954] By: jhi on 1998/10/14 12:15:06
99ed61e6
GS
6525 Log: Integrate with mainperl.
6526 Branch: confperl
6527 !> (integrate 1280 files)
104f9d64
GS
6528____________________________________________________________________________
6529[ 1953] By: jhi on 1998/10/14 11:48:08
99ed61e6
GS
6530 Log: Removed duplicate CMA threads code for HPUX 10.X.
6531 (probably residue of patch(1) being too understanding)
6532 Enhanced 64-bit settings. (redo change#1940)
6533 Branch: confperl
6534 ! hints/hpux.sh
104f9d64
GS
6535____________________________________________________________________________
6536[ 1952] By: jhi on 1998/10/14 11:45:16
99ed61e6
GS
6537 Log: (redo change#1949) Detypo in the d_open64 warning about
6538 the impending WHOA.
6539 Branch: confperl
6540 ! hints/irix_6.sh
104f9d64
GS
6541____________________________________________________________________________
6542[ 1951] By: jhi on 1998/10/14 10:54:16
99ed61e6
GS
6543 Log: Mutexen should only be inited once, after they have been New()ed.
6544 Branch: confperl
6545 ! gv.c op.c
104f9d64
GS
6546____________________________________________________________________________
6547[ 1950] By: jhi on 1998/10/14 10:41:43
99ed61e6
GS
6548 Log: Own cppstdin.
6549 Branch: confperl
6550 ! hints/os390.sh
104f9d64
GS
6551____________________________________________________________________________
6552[ 1949] By: jhi on 1998/10/14 10:34:23
99ed61e6
GS
6553 Log: Detypo in the d_open64 warning about the impending WHOA.
6554 Branch: confperl
6555 ! hints/irix_6.sh
104f9d64
GS
6556____________________________________________________________________________
6557[ 1948] By: gsar on 1998/10/14 05:38:01
99ed61e6
GS
6558 Log: two typos
6559 Branch: perl
6560 ! pp_hot.c t/op/eval.t
104f9d64
GS
6561____________________________________________________________________________
6562[ 1947] By: gsar on 1998/10/14 05:37:10
99ed61e6
GS
6563 Log: let docatch() pass the buck when restartop turns out to be null,
6564 making exceptions in BEGIN{} propagate as expected
6565 Branch: perl
6566 ! pp_ctl.c t/op/misc.t
104f9d64
GS
6567____________________________________________________________________________
6568[ 1946] By: gsar on 1998/10/13 03:41:49
99ed61e6
GS
6569 Log: add missing file from change#1943
6570 Branch: perl
6571 ! proto.h
104f9d64
GS
6572____________________________________________________________________________
6573[ 1945] By: gsar on 1998/10/13 03:32:02
99ed61e6
GS
6574 Log: defer "deep recursion" warnings until CXt_SUB context is properly
6575 set up
6576 Branch: perl
6577 ! pp_hot.c t/pragma/warn/pp_hot
104f9d64
GS
6578____________________________________________________________________________
6579[ 1944] By: gsar on 1998/10/13 03:15:50
99ed61e6
GS
6580 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
6581 fixup the cop_seq value that must be seen by lexical lookups that
6582 emanate within eval''
6583 Branch: perl
6584 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
104f9d64
GS
6585____________________________________________________________________________
6586[ 1943] By: gsar on 1998/10/13 02:06:09
99ed61e6
GS
6587 Log: ensure recursive attempts to findlex()icals know enough about where
6588 the last eval'' context was encountered
6589 Branch: perl
6590 ! op.c t/op/eval.t
104f9d64
GS
6591____________________________________________________________________________
6592[ 1942] By: gsar on 1998/10/13 02:01:24
99ed61e6
GS
6593 Log: force copy of substrings when matching against temporaries
6594 Branch: perl
6595 ! pp_hot.c t/op/pat.t
104f9d64
GS
6596____________________________________________________________________________
6597[ 1941] By: gsar on 1998/10/13 01:49:16
99ed61e6
GS
6598 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
6599 implementation)
6600 Branch: perl
6601 ! pp_ctl.c t/op/runlevel.t
104f9d64
GS
6602____________________________________________________________________________
6603[ 1940] By: jhi on 1998/10/12 09:57:44
99ed61e6
GS
6604 Log: Removed duplicate CMA threads code for HPUX 10.X.
6605 (probably residue of patch(1) being too understanding)
6606 Enhanced 64-bit settings.
6607 Branch: confperl
6608 ! hints/hpux.sh
104f9d64
GS
6609____________________________________________________________________________
6610[ 1939] By: jhi on 1998/10/12 09:53:11
99ed61e6
GS
6611 Log: Initial sync from mainline perl.
6612 Branch: confperl
6613 + (add 1282 files)
104f9d64 6614____________________________________________________________________________
104f9d64 6615[ 1937] By: gsar on 1998/10/06 21:16:34
99ed61e6
GS
6616 Log: fix $/ init for USE_THREADS
6617 Branch: perl
6618 ! perl.c
104f9d64
GS
6619____________________________________________________________________________
6620[ 1936] By: gsar on 1998/10/06 07:19:39
99ed61e6
GS
6621 Log: fix globals caught by change#1927; builds and tests on Solaris
6622 Branch: perl
6623 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
6624 ! warning.h warning.pl
104f9d64 6625____________________________________________________________________________
e24b16f9 6626[ 1935] By: gsar on 1998/10/06 06:50:35
99ed61e6
GS
6627 Log: add test for previous fix
6628 Branch: perl
6629 ! ext/Thread/create.t
e24b16f9
GS
6630____________________________________________________________________________
6631[ 1934] By: gsar on 1998/10/06 06:37:36
99ed61e6
GS
6632 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
6633 Branch: perl
6634 ! util.c
e24b16f9
GS
6635____________________________________________________________________________
6636[ 1933] By: gsar on 1998/10/06 05:04:20
99ed61e6
GS
6637 Log: undo bogus part of change#1903 (as pointed out by Larry)
6638 Branch: perl
6639 ! pp_ctl.c
e24b16f9
GS
6640____________________________________________________________________________
6641[ 1932] By: gsar on 1998/10/06 04:21:31
99ed61e6
GS
6642 Log: added tweaked version of suggested patch
6643 From: jan.dubois@ibm.net (Jan Dubois)
6644 Date: Sat, 03 Oct 1998 19:04:48 +0200
6645 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
6646 Subject: [PATCH 5.005_52] More MakeMaker patches
6647 Branch: perl
6648 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6649 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
e24b16f9
GS
6650____________________________________________________________________________
6651[ 1931] By: gsar on 1998/10/06 04:04:33
99ed61e6
GS
6652 Log: use cpp symbols instead of hardwired constants
6653 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6654 Date: Mon, 05 Oct 1998 09:23:33 +0100
6655 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
6656 Subject: [PATCH 5.005_52] By the numbers (resend)
6657 Branch: perl
6658 ! op.c
e24b16f9
GS
6659____________________________________________________________________________
6660[ 1930] By: gsar on 1998/10/06 04:01:55
99ed61e6
GS
6661 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6662 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
6663 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
6664 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
6665 Branch: perl
6666 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
6667 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
e24b16f9
GS
6668____________________________________________________________________________
6669[ 1929] By: gsar on 1998/10/06 03:50:36
99ed61e6
GS
6670 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6671 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
6672 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
6673 Subject: [PATCH 5.00552] Minor test improvement
6674 Branch: perl
6675 ! t/op/magic.t
e24b16f9
GS
6676____________________________________________________________________________
6677[ 1928] By: gsar on 1998/10/06 03:49:03
99ed61e6
GS
6678 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6679 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
6680 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
6681 Subject: [PATCH 5.00552] emacs/ptags inprovements
6682 Branch: perl
6683 ! emacs/ptags
e24b16f9
GS
6684____________________________________________________________________________
6685[ 1927] By: gsar on 1998/10/06 03:47:44
99ed61e6
GS
6686 Log: disable C<#define dirty PL_dirty> et al.
6687 Branch: perl
6688 ! embed.pl embedvar.h
e24b16f9
GS
6689____________________________________________________________________________
6690[ 1926] By: gsar on 1998/10/06 03:43:32
99ed61e6
GS
6691 Log: From: Mark-Jason Dominus <mjd@plover.com>
6692 Date: Sun, 04 Oct 1998 14:48:11 -0400
6693 Message-ID: <19981004184811.16048.qmail@plover.com>
6694 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
6695 Branch: perl
6696 ! utils/perldoc.PL
e24b16f9
GS
6697____________________________________________________________________________
6698[ 1925] By: gsar on 1998/10/06 03:27:35
99ed61e6
GS
6699 Log: disable USE_THREADS when PERL_OBJECT is enabled
6700 Branch: perl
6701 ! win32/Makefile win32/makefile.mk
e24b16f9
GS
6702____________________________________________________________________________
6703[ 1924] By: gsar on 1998/10/06 03:26:54
99ed61e6
GS
6704 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
6705 Branch: perl
6706 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
6707 ! vms/perly_c.vms
e24b16f9
GS
6708____________________________________________________________________________
6709[ 1923] By: gsar on 1998/10/03 05:19:56
99ed61e6
GS
6710 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
6711 overridden
6712 Branch: perl
6713 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
6714 ! proto.h vms/perly_c.vms
e24b16f9
GS
6715____________________________________________________________________________
6716[ 1922] By: gsar on 1998/10/03 03:59:50
99ed61e6
GS
6717 Log: suppress manifypods leak in extensions
6718 Branch: perl
6719 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
e24b16f9
GS
6720____________________________________________________________________________
6721[ 1921] By: gsar on 1998/10/02 22:30:15
99ed61e6
GS
6722 Log: os390 fixes (suggested by Peter Prymmer)
6723 Branch: perl
6724 ! Makefile.SH regcomp.c
e24b16f9
GS
6725____________________________________________________________________________
6726[ 1920] By: gsar on 1998/10/02 21:41:19
99ed61e6
GS
6727 Log: squelch undef warnings
6728 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6729 Date: Fri, 02 Oct 1998 11:01:14 +0100
6730 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
6731 Subject: [PATCH] Re: Apparent bug in Math::BigInt
6732 Branch: perl
6733 ! Changes lib/Math/BigInt.pm
e24b16f9 6734____________________________________________________________________________
9f6ab407 6735[ 1919] By: gsar on 1998/10/02 04:59:13
99ed61e6
GS
6736 Log: add note to INSTALL about ANSI C
6737 Branch: perl
6738 ! INSTALL
9f6ab407
HS
6739____________________________________________________________________________
6740[ 1918] By: gsar on 1998/10/02 04:21:10
99ed61e6
GS
6741 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
6742 From: jan.dubois@ibm.net (Jan Dubois)
6743 Date: Wed, 30 Sep 1998 23:35:30 +0200
6744 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
6745 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
6746 Branch: perl
6747 ! lib/ExtUtils/xsubpp
9f6ab407
HS
6748____________________________________________________________________________
6749[ 1917] By: gsar on 1998/10/02 04:16:02
99ed61e6
GS
6750 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
6751 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
6752 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
6753 Subject: Re: Configure test for selectbits busted
6754 Branch: perl
6755 ! Configure
9f6ab407
HS
6756____________________________________________________________________________
6757[ 1916] By: gsar on 1998/10/02 04:14:17
99ed61e6
GS
6758 Log: From: Dan Sugalski <sugalskd@osshe.edu>
6759 Date: Wed, 30 Sep 1998 17:15:20 -0700
6760 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
6761 Subject: [PATCH 5.005_02]VMS config tweaks
6762 Branch: perl
6763 ! vms/descrip_mms.template vms/subconfigure.com
9f6ab407
HS
6764____________________________________________________________________________
6765[ 1915] By: gsar on 1998/10/02 04:10:47
99ed61e6
GS
6766 Log: use Off_t to permit 64-bit seek()
6767 From: Scott Henry <scotth@sgi.com>
6768 Date: 29 Sep 1998 17:38:46 -0700
6769 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
6770 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
6771 --
6772 Date: 28 Sep 1998 18:55:37 -0700
6773 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
6774 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
6775 Branch: perl
6776 ! doio.c pp_sys.c proto.h sv.c
9f6ab407
HS
6777____________________________________________________________________________
6778[ 1914] By: gsar on 1998/10/02 04:05:36
99ed61e6
GS
6779 Log: normalize tm struct passed to strftime() with mktime()
6780 From: Spider Boardman <spider@orb.nashua.nh.us>
6781 Date: Wed, 30 Sep 1998 15:12:09 -0400
6782 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
6783 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
6784 Branch: perl
6785 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9f6ab407
HS
6786____________________________________________________________________________
6787[ 1913] By: gsar on 1998/10/02 03:59:46
99ed61e6
GS
6788 Log: don't try to run foo_SH.orig etc.
6789 Branch: perl
6790 ! Configure
9f6ab407
HS
6791____________________________________________________________________________
6792[ 1912] By: gsar on 1998/10/02 03:45:37
99ed61e6
GS
6793 Log: make warning about glob process failure optional
6794 Branch: perl
6795 ! pod/perldiag.pod pp_hot.c
9f6ab407
HS
6796____________________________________________________________________________
6797[ 1911] By: gsar on 1998/10/02 02:52:21
99ed61e6
GS
6798 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
6799 From: Dominic Dunlop <domo@vo.lu>
6800 Date: Tue, 29 Sep 1998 21:06:30 +0000
6801 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
6802 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
6803 --
6804 Date: Wed, 30 Sep 1998 11:46:44 +0000
6805 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
6806 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
6807 Branch: perl
6808 ! pod/perldiag.pod regcomp.c
9f6ab407
HS
6809____________________________________________________________________________
6810[ 1910] By: gsar on 1998/10/02 02:48:48
99ed61e6
GS
6811 Log: minor Configure tweaks (via private mail)
6812 From: Jarkko Hietaniemi <jhi@iki.fi>
6813 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
6814 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
6815 Subject: [PATCH] 5.005_52: the drizzle continues
6816 Branch: perl
6817 ! Configure config_h.SH handy.h
9f6ab407
HS
6818____________________________________________________________________________
6819[ 1909] By: gsar on 1998/10/02 02:46:39
99ed61e6
GS
6820 Log: update SCO hints for dynamic loading
6821 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
6822 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
6823 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
6824 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
6825 --
6826 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
6827 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
6828 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
6829 Branch: perl
6830 ! hints/sco.sh
9f6ab407
HS
6831____________________________________________________________________________
6832[ 1908] By: gsar on 1998/10/02 02:33:39
99ed61e6
GS
6833 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
6834 Branch: perl
6835 ! lib/File/Find.pm
9f6ab407
HS
6836____________________________________________________________________________
6837[ 1907] By: gsar on 1998/10/02 02:21:52
99ed61e6
GS
6838 Log: applied patches, but retained old behavior for win32 (where compilers
6839 can't read from stdin at all)
6840 From: Graham Barr <gbarr@ti.com>
6841 Date: Mon, 28 Sep 1998 09:41:49 -0500
6842 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
6843 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
6844 --
6845 Date: Tue, 29 Sep 1998 12:35:43 -0500
6846 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
6847 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
6848 Branch: perl
6849 ! ext/Errno/Errno_pm.PL
9f6ab407
HS
6850____________________________________________________________________________
6851[ 1906] By: gsar on 1998/10/02 02:02:19
99ed61e6
GS
6852 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
6853 Hietaniemi)
6854 Branch: perl
6855 ! t/op/grent.t
9f6ab407
HS
6856____________________________________________________________________________
6857[ 1905] By: gsar on 1998/10/02 01:59:56
99ed61e6
GS
6858 Log: win32 caveats about truncate()
6859 Branch: perl
6860 ! pod/perlport.pod
9f6ab407
HS
6861____________________________________________________________________________
6862[ 1904] By: gsar on 1998/10/02 01:53:25
99ed61e6
GS
6863 Log: various Configure and hints updates (prefer drand48() or random()
6864 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
6865 applied modulo SCO hints superceded by later patch
6866 From: Jarkko Hietaniemi <jhi@iki.fi>
6867 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
6868 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
6869 Subject: [PATCH] 5.005_52: Configure et al:
6870 Branch: perl
6871 + ext/IPC/SysV/hints/next_3.pl
6872 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
6873 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
6874 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
9f6ab407
HS
6875____________________________________________________________________________
6876[ 1903] By: gsar on 1998/10/02 01:42:37
99ed61e6
GS
6877 Log: fixes for bugs in /RE/p from Hugo van der Sanden
6878 Date: Mon, 28 Sep 1998 17:41:49 +0100
6879 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
6880 Subject: [PATCH 5.005_52] Re: More on ?p
6881 --
6882 Date: Thu, 01 Oct 1998 09:10:58 +0100
6883 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
6884 Subject: [PATCH 5.005_52] ?p fix
6885 --
6886 Date: Thu, 01 Oct 1998 10:45:56 +0100
6887 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
6888 Subject: [PATCH 5.005_52] more on ?p
6889 Branch: perl
6890 ! pp_ctl.c
9f6ab407
HS
6891____________________________________________________________________________
6892[ 1902] By: gsar on 1998/10/02 01:36:14
99ed61e6
GS
6893 Log: From: Kenneth Duda <kjd@cisco.com>
6894 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
6895 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
6896 Subject: writemain dies when there are more than 4000 characters of extensions
6897 Branch: perl
6898 ! writemain.SH
9f6ab407
HS
6899____________________________________________________________________________
6900[ 1901] By: gsar on 1998/10/02 01:33:16
99ed61e6
GS
6901 Log: tweak run_byacc recipe
6902 Branch: perl
6903 ! Makefile.SH Porting/pumpkin.pod
9f6ab407
HS
6904____________________________________________________________________________
6905[ 1900] By: gsar on 1998/10/02 01:02:09
99ed61e6
GS
6906 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
6907 Branch: perl
6908 ! perl.h pp_ctl.c
9f6ab407
HS
6909____________________________________________________________________________
6910[ 1899] By: gsar on 1998/09/28 20:46:30
99ed61e6
GS
6911 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
6912 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
6913 Dvornik)
6914 Branch: perl
6915 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
9f6ab407
HS
6916____________________________________________________________________________
6917[ 1898] By: gsar on 1998/09/28 20:42:52
99ed61e6
GS
6918 Log: flush unsubmitted 5.00552 change
6919 Branch: perl
6920 ! MANIFEST
9f6ab407
HS
6921____________________________________________________________________________
6922[ 1897] By: gsar on 1998/09/27 04:43:06
99ed61e6
GS
6923 Log: run vms_yfix.pl
6924 Branch: perl
6925 ! vms/perly_c.vms
9f6ab407
HS
6926____________________________________________________________________________
6927[ 1896] By: gsar on 1998/09/27 03:38:55
99ed61e6
GS
6928 Log: small tweak on last change
6929 Branch: perl
6930 ! win32/win32.c
9f6ab407
HS
6931____________________________________________________________________________
6932[ 1895] By: gsar on 1998/09/27 03:17:17
99ed61e6
GS
6933 Log: fix win32_stat() to do the right thing for share names
6934 Branch: perl
6935 ! win32/win32.c
9f6ab407
HS
6936____________________________________________________________________________
6937[ 1891] By: larry on 1998/09/25 18:50:40
99ed61e6
GS
6938 Log: Fixed apostrophe problem from Mark Knutsen.
6939 Branch: perl
6940 ! sv.h
9f6ab407
HS
6941
6942----------------
6943Version 5.005_52
6944----------------
6945
6946____________________________________________________________________________
6947[ 1890] By: gsar on 1998/09/25 10:25:00
99ed61e6
GS
6948 Log: update template config.sh, add new config vars to win32 stuff
6949 Branch: perl
6950 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
6951 ! pp_sys.c proto.h win32/config.bc win32/config.gc
6952 ! win32/config.vc win32/config_H.bc win32/config_H.gc
6953 ! win32/config_H.vc win32/win32.h
9f6ab407 6954____________________________________________________________________________
327c3667 6955[ 1889] By: gsar on 1998/09/25 07:13:13
99ed61e6
GS
6956 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
6957 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
6958 of full-fledged 64-bit support (including support for: fseeko/ftello,
6959 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
6960 in Fcntl)
6961 From: Jarkko Hietaniemi <jhi@iki.fi>
6962 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
6963 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
6964 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
6965 --
6966 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6967 Date: 12 Sep 1998 09:44:25 +0300
6968 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
6969 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
6970 Branch: perl
6971 + lib/filetest.pm
6972 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
6973 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
6974 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
6975 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
6976 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
6977 ! win32/makedef.pl
327c3667
GS
6978____________________________________________________________________________
6979[ 1888] By: gsar on 1998/09/25 06:27:12
99ed61e6
GS
6980 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
6981 Branch: perl
6982 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
6983 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6984 ! win32/makedef.pl win32/makefile.mk win32/win32.c
327c3667
GS
6985____________________________________________________________________________
6986[ 1887] By: gsar on 1998/09/25 04:50:49
99ed61e6
GS
6987 Log: win32.c tweak
6988 Branch: perl
6989 ! win32/win32.c
327c3667
GS
6990____________________________________________________________________________
6991[ 1886] By: gsar on 1998/09/25 04:47:32
99ed61e6
GS
6992 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
6993 Branch: perl
6994 ! lib/ExtUtils/MakeMaker.pm
327c3667
GS
6995____________________________________________________________________________
6996[ 1885] By: gsar on 1998/09/25 04:05:09
99ed61e6
GS
6997 Log: From: Dominic Dunlop <domo@vo.lu>
6998 Date: Thu, 10 Sep 1998 11:02:46 +0000
6999 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
7000 Subject: MM_Unix::canonpath erroneously turns leading // into /
7001 Branch: perl
7002 ! lib/ExtUtils/MM_Unix.pm
327c3667
GS
7003____________________________________________________________________________
7004[ 1884] By: gsar on 1998/09/25 03:06:10
99ed61e6
GS
7005 Log: temporarily disable perl malloc for a2p until we clean up
7006 conflicting malloc() declarations everywhere
7007 Branch: perl
7008 ! x2p/Makefile.SH
327c3667
GS
7009____________________________________________________________________________
7010[ 1883] By: gsar on 1998/09/25 02:27:00
99ed61e6
GS
7011 Log: remove obsolete win32/bin/*.pl
7012 Branch: perl
7013 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
7014 ! Changes MANIFEST win32/Makefile win32/makefile.mk
327c3667 7015____________________________________________________________________________
400153aa 7016[ 1882] By: gsar on 1998/09/25 02:04:43
99ed61e6
GS
7017 Log: missing file in last submit
7018 Branch: perl
7019 ! proto.h
400153aa
GS
7020____________________________________________________________________________
7021[ 1881] By: gsar on 1998/09/25 01:56:54
99ed61e6
GS
7022 Log: serial access to PL_x[inpr]v_root for USE_THREADS
7023 Branch: perl
7024 ! sv.c
400153aa
GS
7025____________________________________________________________________________
7026[ 1880] By: gsar on 1998/09/25 01:19:38
99ed61e6
GS
7027 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
7028 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
7029 Date: Thu, 24 Sep 1998 22:01:09 +0900
7030 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
7031 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
7032 Branch: perl
7033 ! hv.c proto.h
400153aa
GS
7034____________________________________________________________________________
7035[ 1879] By: gsar on 1998/09/25 00:20:07
99ed61e6
GS
7036 Log: tweaks to enable PERL_OBJECT to build & test on win32
7037 Branch: perl
7038 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
7039 ! win32/GenCAPI.pl
400153aa
GS
7040____________________________________________________________________________
7041[ 1878] By: gsar on 1998/09/25 00:13:36
99ed61e6
GS
7042 Log: fix change#1861, which breaks default boot_xxx symbol generation
7043 Branch: perl
7044 ! lib/ExtUtils/Mksymlists.pm
400153aa
GS
7045____________________________________________________________________________
7046[ 1877] By: gsar on 1998/09/24 10:29:54
99ed61e6
GS
7047 Log: two tweaks for clean build and test on Solaris
7048 Branch: perl
7049 ! op.c t/op/subst.t
400153aa 7050____________________________________________________________________________
942e002e 7051[ 1876] By: gsar on 1998/09/24 09:04:43
99ed61e6
GS
7052 Log: From: Colin Kuskie <ckuskie@cadence.com>
7053 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
7054 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
7055 Subject: [PATCH 5.005_51] perlform.pod
7056 Branch: perl
7057 ! pod/perlform.pod
942e002e
GS
7058____________________________________________________________________________
7059[ 1875] By: gsar on 1998/09/24 08:47:47
99ed61e6
GS
7060 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7061 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
7062 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
7063 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
7064 Branch: perl
7065 ! regexec.c
942e002e
GS
7066____________________________________________________________________________
7067[ 1874] By: gsar on 1998/09/24 08:44:55
99ed61e6
GS
7068 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7069 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
7070 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
7071 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
7072 Branch: perl
7073 ! toke.c
942e002e
GS
7074____________________________________________________________________________
7075[ 1873] By: gsar on 1998/09/24 08:39:41
99ed61e6
GS
7076 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7077 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
7078 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
7079 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
7080 Branch: perl
7081 ! Changes regcomp.c
942e002e
GS
7082____________________________________________________________________________
7083[ 1872] By: gsar on 1998/09/24 08:37:00
99ed61e6
GS
7084 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
7085 Date: Sun, 23 Aug 1998 23:18:38 PDT
7086 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
7087 Subject: new irix_6.sh hints file
7088 Branch: perl
7089 ! hints/irix_6.sh
942e002e 7090____________________________________________________________________________
d1b80229 7091[ 1871] By: gsar on 1998/09/24 07:26:37
99ed61e6
GS
7092 Log: correct FSF address in various places
7093 Branch: perl
7094 ! Copying README ext/B/README lib/Getopt/Long.pm
d1b80229
IZ
7095____________________________________________________________________________
7096[ 1870] By: gsar on 1998/09/24 07:11:56
99ed61e6
GS
7097 Log: From: Dan Sugalski <sugalskd@osshe.edu>
7098 Date: Fri, 14 Aug 1998 09:20:16 PDT
7099 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
7100 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
7101 Branch: perl
7102 ! configure.com
d1b80229
IZ
7103____________________________________________________________________________
7104[ 1869] By: gsar on 1998/09/24 06:55:59
99ed61e6
GS
7105 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
7106 From: Scott Henry <scotth@sgi.com>
7107 Date: 13 Aug 1998 09:52:15 PDT
7108 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
7109 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
7110 Branch: perl
7111 ! hints/irix_6.sh
d1b80229
IZ
7112____________________________________________________________________________
7113[ 1868] By: gsar on 1998/09/24 06:51:23
99ed61e6
GS
7114 Log: From: Nathan Torkington <gnat@frii.com>
7115 Date: Thu, 13 Aug 1998 10:59:48 MDT
7116 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
7117 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
7118 Branch: perl
7119 ! pod/perlfunc.pod
d1b80229
IZ
7120____________________________________________________________________________
7121[ 1867] By: gsar on 1998/09/24 06:45:13
99ed61e6
GS
7122 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
7123 that are autoloaded)
7124 Branch: perl
7125 ! pp_ctl.c
d1b80229
IZ
7126____________________________________________________________________________
7127[ 1866] By: gsar on 1998/09/24 05:21:19
99ed61e6
GS
7128 Log: grandfather deprecated "$$<digit>" no more
7129 Branch: perl
7130 ! pod/perldiag.pod toke.c
d1b80229
IZ
7131____________________________________________________________________________
7132[ 1865] By: gsar on 1998/09/24 04:52:48
99ed61e6
GS
7133 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
7134 low bits (suggested by Ilya Zakharevich)
7135 Branch: perl
7136 ! hv.h
d1b80229
IZ
7137____________________________________________________________________________
7138[ 1864] By: gsar on 1998/09/24 04:29:14
99ed61e6
GS
7139 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
7140 perly_c.diff
7141 Branch: perl
7142 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
7143 ! perly_c.diff toke.c
d1b80229
IZ
7144____________________________________________________________________________
7145[ 1863] By: gsar on 1998/09/24 03:36:30
99ed61e6
GS
7146 Log: provide locked access to string table for USE_THREADS
7147 Branch: perl
7148 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
d1b80229
IZ
7149____________________________________________________________________________
7150[ 1862] By: gsar on 1998/09/24 03:30:32
99ed61e6
GS
7151 Log: remove bogus warn()
7152 Branch: perl
7153 ! embed.pl
d1b80229
IZ
7154____________________________________________________________________________
7155[ 1861] By: gsar on 1998/09/24 02:58:51
99ed61e6
GS
7156 Log: applied suggested patch, adapted for all platforms
7157 From: jan.dubois@ibm.net (Jan Dubois)
7158 Date: Sun, 20 Sep 1998 12:56:38 +0200
7159 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
7160 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
7161 Branch: perl
7162 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
7163 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7164 ! lib/ExtUtils/MakeMaker.pm
d1b80229
IZ
7165____________________________________________________________________________
7166[ 1860] By: gsar on 1998/09/24 02:16:14
99ed61e6
GS
7167 Log: upgrade to CPAN-1.40
7168 Branch: perl
7169 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
d1b80229
IZ
7170____________________________________________________________________________
7171[ 1859] By: gsar on 1998/09/24 02:08:59
99ed61e6
GS
7172 Log: use $ENV{MAKEMAKEROPT} to set default command line args
7173 Branch: perl
7174 ! lib/ExtUtils/MakeMaker.pm
d1b80229 7175____________________________________________________________________________
2e2b7522 7176[ 1857] By: gsar on 1998/09/23 10:58:36
99ed61e6
GS
7177 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7178 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
7179 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
7180 Subject: More verbose Test::Harness [PATCH]
7181 Branch: perl
7182 ! lib/Test/Harness.pm
2e2b7522
GS
7183____________________________________________________________________________
7184[ 1856] By: gsar on 1998/09/23 10:56:24
99ed61e6
GS
7185 Log: update hints for OPENSTEP 4.2 on i386
7186 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
7187 Date: Sun, 20 Sep 1998 01:03:18 +0200
7188 Message-Id: <9809192303.AA29190@Spike>
7189 Subject: Perl 5.005_02 compilation problems
7190 Branch: perl
7191 ! hints/next_4.sh
2e2b7522
GS
7192____________________________________________________________________________
7193[ 1855] By: gsar on 1998/09/23 10:52:27
99ed61e6
GS
7194 Log: reset errno after C<require> search (as suggested by Larry)
7195 Branch: perl
7196 ! pp_ctl.c
2e2b7522
GS
7197____________________________________________________________________________
7198[ 1854] By: gsar on 1998/09/23 10:50:26
99ed61e6
GS
7199 Log: misc pod tweaks
7200 Branch: perl
7201 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
2e2b7522
GS
7202____________________________________________________________________________
7203[ 1853] By: gsar on 1998/09/23 10:46:06
99ed61e6
GS
7204 Log: make Pod/Html.pm handle the --title option properly (as suggested
7205 by gml4410@ggr.co.uk)
7206 Branch: perl
7207 ! lib/Pod/Html.pm
2e2b7522
GS
7208____________________________________________________________________________
7209[ 1852] By: gsar on 1998/09/23 10:41:39
99ed61e6
GS
7210 Log: SSNEW() API for allocating memory on the savestack
7211 From: Albert Dvornik <bert@genscan.com>
7212 Date: 17 Sep 1998 19:23:07 -0400
7213 Message-Id: <tqemtae338.fsf@puma.genscan.com>
7214 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
7215 Branch: perl
7216 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
7217 ! perl.h proto.h scope.c scope.h t/io/tell.t
2e2b7522
GS
7218____________________________________________________________________________
7219[ 1851] By: gsar on 1998/09/23 10:37:05
99ed61e6
GS
7220 Log: From: Jochen Wiedmann <joe@ispsoft.de>
7221 Date: Thu, 17 Sep 1998 17:16:06 +0200
7222 Message-ID: <360127B6.E44564A@ispsoft.de>
7223 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
7224 Branch: perl
7225 ! lib/ExtUtils/MakeMaker.pm
2e2b7522
GS
7226____________________________________________________________________________
7227[ 1850] By: gsar on 1998/09/23 10:33:05
99ed61e6
GS
7228 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
7229 Date: 15 Sep 1998 01:32:31 +0200
7230 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
7231 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
7232 Branch: perl
7233 ! lib/ExtUtils/MM_Unix.pm
2e2b7522
GS
7234____________________________________________________________________________
7235[ 1849] By: gsar on 1998/09/23 10:29:04
99ed61e6
GS
7236 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
7237 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
7238 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
7239 Subject: Re: extralibs.ld problem in MM_VMS.pm
7240 Branch: perl
7241 ! lib/ExtUtils/MM_VMS.pm
2e2b7522
GS
7242____________________________________________________________________________
7243[ 1848] By: gsar on 1998/09/23 10:25:24
99ed61e6
GS
7244 Log: From: Roderick Schertler <roderick@argon.org>
7245 Date: 11 Sep 1998 16:19:21 -0400
7246 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
7247 Subject: Re: Open2 and memory leaks
7248 Branch: perl
7249 ! lib/IPC/Open3.pm
2e2b7522
GS
7250____________________________________________________________________________
7251[ 1847] By: gsar on 1998/09/23 10:18:31
99ed61e6
GS
7252 Log: From: Roderick Schertler <roderick@argon.org>
7253 Date: Wed, 09 Sep 1998 23:52:48 -0400
7254 Message-ID: <20567.905399568@eeyore.ibcinc.com>
7255 Subject: seed srand from /dev/urandom when possible
7256 Branch: perl
7257 ! pod/perlfunc.pod pp.c
2e2b7522
GS
7258____________________________________________________________________________
7259[ 1846] By: gsar on 1998/09/23 10:12:22
99ed61e6
GS
7260 Log: From: Roderick Schertler <roderick@argon.org>
7261 Date: Thu, 10 Sep 1998 00:32:17 -0400
7262 Message-ID: <21142.905401937@eeyore.ibcinc.com>
7263 Subject: doc update for crypt()'s salt
7264 Branch: perl
7265 ! pod/perlfunc.pod
2e2b7522
GS
7266____________________________________________________________________________
7267[ 1845] By: gsar on 1998/09/23 10:09:23
99ed61e6
GS
7268 Log: fix h2ph handling of C<#error "foo">
7269 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
7270 Date: Thu, 10 Sep 1998 09:59:33 +0900
7271 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
7272 Subject: [5.005_02] h2ph problem
7273 Branch: perl
7274 ! utils/h2ph.PL
2e2b7522
GS
7275____________________________________________________________________________
7276[ 1844] By: gsar on 1998/09/23 10:06:13
99ed61e6
GS
7277 Log: plug strictly private function leaks in API listing
7278 Branch: perl
7279 ! pod/perlguts.pod
2e2b7522
GS
7280____________________________________________________________________________
7281[ 1843] By: gsar on 1998/09/23 10:02:57
99ed61e6
GS
7282 Log: hide symbol for static build
7283 From: Dominic Dunlop <domo@vo.lu>
7284 Date: Tue, 8 Sep 1998 21:40:46 +0000
7285 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
7286 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
7287 Branch: perl
7288 ! regcomp.c
2e2b7522
GS
7289____________________________________________________________________________
7290[ 1842] By: gsar on 1998/09/23 09:52:46
99ed61e6
GS
7291 Log: define PUT_svindex(), PUT_opindex()
7292 Branch: perl
7293 ! ext/B/B/Assembler.pm
2e2b7522
GS
7294____________________________________________________________________________
7295[ 1841] By: gsar on 1998/09/23 09:44:25
99ed61e6
GS
7296 Log: From: Dominic Dunlop <domo@vo.lu>
7297 Date: Tue, 8 Sep 1998 15:34:53 +0000
7298 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
7299 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
7300 Branch: perl
7301 ! t/pragma/warn/regexec
2e2b7522
GS
7302____________________________________________________________________________
7303[ 1840] By: gsar on 1998/09/23 09:42:17
99ed61e6
GS
7304 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
7305 Branch: perl
7306 ! win32/bin/pl2bat.pl
2e2b7522
GS
7307____________________________________________________________________________
7308[ 1839] By: gsar on 1998/09/23 09:38:18
99ed61e6
GS
7309 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
7310 Date: Mon, 7 Sep 1998 17:36:09 +0900
7311 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
7312 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
7313 Branch: perl
7314 ! ext/Thread/Thread.xs
2e2b7522
GS
7315____________________________________________________________________________
7316[ 1838] By: gsar on 1998/09/23 09:21:11
99ed61e6
GS
7317 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
7318 Date: Thu, 10 Sep 1998 00:02:07 -0400
7319 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
7320 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
7321 Branch: perl
7322 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
7323 + vos/config.h vos/config_h.SH_orig vos/perl.bind
7324 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
7325 ! MANIFEST perl.c perl.h pod/perlport.pod
2e2b7522
GS
7326____________________________________________________________________________
7327[ 1837] By: gsar on 1998/09/23 08:45:58
99ed61e6
GS
7328 Log: (via private mail)
7329 From: Charles Bailey <BAILEY@newman.upenn.edu>
7330 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
7331 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
7332 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
7333 Branch: perl
7334 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
7335 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
7336 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
7337 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
7338 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
7339 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
7340 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
7341 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
7342 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
7343 ! vms/writemain.pl
2e2b7522
GS
7344____________________________________________________________________________
7345[ 1836] By: gsar on 1998/09/23 08:17:42
99ed61e6
GS
7346 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7347 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
7348 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
7349 Subject: [PATCH 5.005_*] OS/2 spawning typos
7350 Branch: perl
7351 ! os2/os2.c
2e2b7522
GS
7352____________________________________________________________________________
7353[ 1835] By: gsar on 1998/09/23 08:09:55
99ed61e6
GS
7354 Log: warn on C<my($foo,$foo)>
7355 Branch: perl
7356 ! op.c pod/perldiag.pod
2e2b7522
GS
7357____________________________________________________________________________
7358[ 1834] By: gsar on 1998/09/23 07:35:56
99ed61e6
GS
7359 Log: From: pvhp@forte.com (Peter Prymmer)
7360 Date: Fri, 4 Sep 98 13:27:41 PDT
7361 Message-Id: <9809042027.AA04463@forte.com>
7362 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
7363 Branch: perl
7364 ! README.vms
2e2b7522
GS
7365____________________________________________________________________________
7366[ 1833] By: gsar on 1998/09/23 07:27:34
99ed61e6
GS
7367 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7368 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
7369 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
7370 Subject: PATCH: 5.005_02 hint/hpux.sh
7371 Branch: perl
7372 ! hints/hpux.sh
2e2b7522
GS
7373____________________________________________________________________________
7374[ 1832] By: gsar on 1998/09/23 07:22:40
99ed61e6
GS
7375 Log: fix (some) installhtml bugs
7376 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
7377 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
7378 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
7379 Subject: installhtml script needs work
7380 Branch: perl
7381 ! installhtml
2e2b7522
GS
7382____________________________________________________________________________
7383[ 1831] By: gsar on 1998/09/23 07:19:30
99ed61e6
GS
7384 Log: document 'U' magic with examples
7385 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
7386 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
7387 Message-Id: <199809011455.PAA00631@sale-wts>
7388 Subject: Re: Looking for some XS MAGIC examples...
7389 Branch: perl
7390 ! pod/perlguts.pod
2e2b7522
GS
7391____________________________________________________________________________
7392[ 1830] By: gsar on 1998/09/23 07:16:43
99ed61e6
GS
7393 Log: From: pvhp@forte.com (Peter Prymmer)
7394 Date: Mon, 31 Aug 98 17:13:49 PDT
7395 Message-Id: <9809010013.AA06737@forte.com>
7396 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
7397 Branch: perl
7398 ! README.os390
2e2b7522
GS
7399____________________________________________________________________________
7400[ 1829] By: gsar on 1998/09/23 07:15:08
99ed61e6
GS
7401 Log: fix problematic typecast in filter_del()
7402 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
7403 Date: Mon, 31 Aug 1998 21:13:11 GMT
7404 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
7405 Subject: perl5.005_02 does not build on Cray T90
7406 Branch: perl
7407 ! toke.c
2e2b7522
GS
7408____________________________________________________________________________
7409[ 1828] By: gsar on 1998/09/23 07:11:34
99ed61e6
GS
7410 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7411 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
7412 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
7413 Subject: [PATCH 5.005_5*] (?>) broken in RE
7414 Branch: perl
7415 ! regexec.c t/op/re_tests
2e2b7522
GS
7416____________________________________________________________________________
7417[ 1827] By: gsar on 1998/09/23 07:09:50
99ed61e6
GS
7418 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
7419 Branch: perl
7420 ! t/op/grent.t t/op/groups.t
2e2b7522
GS
7421____________________________________________________________________________
7422[ 1826] By: gsar on 1998/09/23 07:03:16
99ed61e6
GS
7423 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7424 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
7425 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
7426 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
7427 Branch: perl
7428 - interp.sym
7429 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2e2b7522
GS
7430____________________________________________________________________________
7431[ 1825] By: gsar on 1998/09/23 06:56:40
99ed61e6
GS
7432 Log: re-introduce change#1703
7433 Branch: perl
7434 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
2e2b7522
GS
7435____________________________________________________________________________
7436[ 1824] By: gsar on 1998/09/23 06:44:19
99ed61e6
GS
7437 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7438 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
7439 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
7440 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
7441 Branch: perl
7442 ! lib/perl5db.pl
2e2b7522
GS
7443____________________________________________________________________________
7444[ 1823] By: gsar on 1998/09/23 06:41:34
7445 Log: From: Joe Buehler <jhpb@hekimian.com>
7446 Date: 29 Aug 1998 17:13:28 -0400
7447 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
7448 Subject: patches for perl 5.005_51 under U/WIN
7449 Branch: perl
7450 + hints/uwin.sh
7451 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
7452 ! t/lib/posix.t
7453____________________________________________________________________________
7454[ 1822] By: gsar on 1998/09/23 06:36:59
7455 Log: add missing C<no utf8;> tweak from Larry
7456 Branch: perl
7457 ! t/op/subst.t
7458____________________________________________________________________________
7459[ 1821] By: gsar on 1998/09/23 06:27:51
7460 Log: s/runops/CALLRUNOPS/
7461 Branch: perl
7462 ! cc_runtime.h
7463____________________________________________________________________________
7464[ 1820] By: gsar on 1998/09/23 06:24:49
7465 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
7466 Branch: perl
7467 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
7468 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
7469 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7470 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7471 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7472 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7473 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7474 +> t/pragma/warn/util
7475 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
7476 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
7477 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
7478 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
7479 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
7480 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
7481 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
7482 - t/pragma/warn-util
7483 ! MANIFEST t/pragma/warning.t
7484____________________________________________________________________________
7485[ 1819] By: gsar on 1998/09/23 06:08:46
7486 Log: make \(%foo) return refs to values (not copies of values)
7487 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7488 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
7489 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
7490 --
7491 From: Roderick Schertler <roderick@argon.org>
7492 Date: Sat, 29 Aug 1998 00:58:33 -0400
7493 Message-ID: <29894.904366713@eeyore.ibcinc.com>
7494 Subject: Re: \(%x) problems
7495 Branch: perl
7496 ! doop.c pod/perlref.pod
7497____________________________________________________________________________
7498[ 1818] By: gsar on 1998/09/23 06:05:08
7499 Log: make h2xs generate ANSI prototypes
7500 Branch: perl
7501 ! utils/h2xs.PL
7502____________________________________________________________________________
7503[ 1817] By: gsar on 1998/09/23 05:57:16
7504 Log: updated usethreads hints for hpux 10.X
7505 From: Matthew T Harden <mthard@mthard1.monsanto.com>
7506 Date: Fri, 28 Aug 1998 14:10:42 GMT
7507 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
7508 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
7509 Branch: perl
7510 ! hints/hpux.sh perl.h
7511____________________________________________________________________________
7512[ 1816] By: gsar on 1998/09/23 05:53:31
7513 Log: don't create empty directories in installperl
7514 From: Robin Barker <rmb1@cise.npl.co.uk>
7515 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
7516 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
7517 Subject: [PATCH 5.005_02] install: empty dirs
7518 Branch: perl
7519 ! installperl
7520____________________________________________________________________________
7521[ 1815] By: gsar on 1998/09/23 05:50:36
7522 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
7523 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7524 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
7525 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
7526 Subject: Re: your mail
7527 Branch: perl
7528 ! regexec.c t/op/re_tests
7529____________________________________________________________________________
7530[ 1814] By: gsar on 1998/09/23 05:45:17
7531 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7532 Date: Thu, 20 Aug 1998 20:59:03 -0400
7533 Message-ID: <19980820205903.A12908@O2.chapin.edu>
7534 Subject: [PATCH] h2ph misquotes #error directives
7535 Branch: perl
7536 ! t/lib/h2ph.pht utils/h2ph.PL
7537____________________________________________________________________________
7538[ 1813] By: gsar on 1998/09/23 05:42:41
7539 Log: patch to support computed regular subexpressions
7540 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7541 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
7542 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
7543 Subject: [5.005_5* PATCH] Postponed RE - now!
7544 Branch: perl
7545 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
7546 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
7547____________________________________________________________________________
7548[ 1812] By: gsar on 1998/09/23 05:26:26
7549 Log: better CR-handling on shebang line and in formats (fixed variant of
7550 patch suggested by Igor Sysoev <igor@nitek.ru>)
7551 Branch: perl
7552 ! perl.c toke.c
7553____________________________________________________________________________
7554[ 1811] By: gsar on 1998/09/23 04:35:46
7555 Log: document non-loopish blocks better
7556 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7557 Date: Tue, 18 Aug 1998 12:28:36 +0100
7558 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
7559 Subject: Re: next in do {} while block gives error message
7560 Branch: perl
7561 ! pod/perlfunc.pod
7562____________________________________________________________________________
7563[ 1810] By: gsar on 1998/09/23 04:12:05
7564 Log: fix bogus integerization of pop()'s return value
7565 From: Gurusamy Sarathy <gsar@engin.umich.edu>
7566 Date: Sat, 15 Aug 1998 23:27:54 -0400
7567 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
7568 Subject: Re: Complex expression does integer arithmetic
7569 Branch: perl
7570 ! opcode.h opcode.pl
7571____________________________________________________________________________
7572[ 1809] By: gsar on 1998/09/23 04:09:43
7573 Log: tweak README.win32
7574 Branch: perl
7575 ! README.win32
7576____________________________________________________________________________
7577[ 1808] By: gsar on 1998/09/23 03:40:57
7578 Log: better diagnostic for do{} used as lvalue
7579 Branch: perl
7580 ! op.c pod/perlport.pod
7581____________________________________________________________________________
7582[ 1807] By: gsar on 1998/09/23 03:38:30
7583 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
7584 From: hansm@icgroup.nl
7585 Date: Tue, 11 Aug 98 21:08:51 +0200
7586 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
7587 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
7588 Branch: perl
7589 ! malloc.c
7590____________________________________________________________________________
7591[ 1806] By: gsar on 1998/09/23 03:36:08
7592 Log: support make written in perl (aka "pmake") on win32
7593 Branch: perl
7594 ! lib/ExtUtils/MM_Win32.pm
7595____________________________________________________________________________
7596[ 1805] By: gsar on 1998/09/23 03:30:07
7597 Log: fix mismatched UV/U32 types for to_utf8_*()
7598 Branch: perl
7599 ! utf8.c
7600____________________________________________________________________________
7601[ 1804] By: gsar on 1998/09/23 03:22:22
7602 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7603 Date: Sun, 9 Aug 1998 22:38:23 +0200
7604 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
7605 Subject: [PATCH 5.5002] dos-djgpp update
7606 Branch: perl
7607 ! t/io/fs.t
7608____________________________________________________________________________
7609[ 1803] By: gsar on 1998/09/23 03:20:13
7610 Log: apply minimal variant of patch (sent via private mail)
7611 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
7612 Date: Wed, 12 Aug 1998 15:42:35 +0300
7613 Message-Id: <199808121242.PAA29761@comanche.spices>
7614 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
7615 Branch: perl
7616 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
7617 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
7618____________________________________________________________________________
7619[ 1802] By: gsar on 1998/09/23 03:03:39
7620 Log: adjust searchdict.t for EBCDIC (still needs documenting)
7621 From: pvhp@forte.com (Peter Prymmer)
7622 Date: Thu, 6 Aug 98 18:09:39 PDT
7623 Message-Id: <9808070109.AA06158@forte.com>
7624 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
7625 Branch: perl
7626 ! README.os390 t/lib/searchdict.t
7627____________________________________________________________________________
7628[ 1801] By: gsar on 1998/09/23 02:54:15
7629 Log: silence redefined warning for XS(INIT) {}
7630 Branch: perl
7631 ! op.c
7632____________________________________________________________________________
7633[ 1800] By: gsar on 1998/09/23 02:42:23
7634 Log: support match indices via special variables @- and @+
7635 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7636 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
7637 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
7638 Subject: [PATCH 5.004_76] @- and @+
7639 Branch: perl
7640 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
7641 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
7642____________________________________________________________________________
7643[ 1799] By: gsar on 1998/09/23 01:44:31
7644 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7645 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
7646 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
7647 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
7648 Branch: perl
7649 ! regcomp.c t/op/re_tests
7650____________________________________________________________________________
7651[ 1798] By: gsar on 1998/09/23 01:39:23
7652 Log: integrate maint-5.005 changes (except conflicting change#1794)
7653 Branch: perl
7654 ! Changes
7655 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
7656 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
7657 !> win32/win32.h
7658____________________________________________________________________________
7659[ 1797] By: gsar on 1998/09/23 01:32:36
7660 Log: add note to win32/Makefile about setting CCHOME
7661 Branch: perl
7662 ! win32/Makefile win32/makefile.mk
7663____________________________________________________________________________
7664[ 1796] By: gsar on 1998/09/23 01:31:32
7665 Log: perl.pod tweak
7666 Branch: perl
7667 ! pod/perl.pod
7668____________________________________________________________________________
7669[ 1795] By: gsar on 1998/09/21 20:34:10
7670 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
7671 Branch: perl
7672 ! lib/ExtUtils/xsubpp
7673____________________________________________________________________________
7674[ 1789] By: gsar on 1998/09/18 18:01:37
7675 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
7676 Branch: perl
7677 ! cop.h t/cmd/for.t
7678____________________________________________________________________________
7679[ 1788] By: gsar on 1998/09/17 02:19:11
7680 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
7681 Branch: perl
7682 ! win32/config.bc win32/config.gc win32/config.vc
7683____________________________________________________________________________
7684[ 1787] By: gsar on 1998/09/17 01:45:14
7685 Log: suppress bogus warning on C<sub x {} x()>
7686 Branch: perl
7687 ! toke.c
7688____________________________________________________________________________
7689[ 1786] By: gsar on 1998/09/17 01:42:51
7690 Log: ntohl typo in objXSUB.h
7691 Branch: perl
7692 ! objXSUB.h
7693____________________________________________________________________________
7694[ 1785] By: gsar on 1998/09/17 01:41:48
7695 Log: fill gaps in sig_* entries in win32/config.?c
7696 Branch: perl
7697 ! win32/config.bc win32/config.gc win32/config.vc
7698____________________________________________________________________________
7699[ 1781] By: larry on 1998/09/05 23:48:24
7700 Log: tr/// logic was hosed under utf8
7701 Branch: perl
7702 ! doop.c op.c op.h pp.c proto.h
7703____________________________________________________________________________
7704[ 1780] By: larry on 1998/09/05 23:44:16
7705 Log: several new tests needed tweaking to work under utf8
7706 Branch: perl
7707 ! t/comp/require.t t/op/pack.t t/op/substr.t
7708____________________________________________________________________________
7709[ 1779] By: larry on 1998/09/05 23:41:42
7710 Log: index() applied BM optimization to wrong argument
7711 Branch: perl
7712 ! op.c util.c
7713____________________________________________________________________________
7714[ 1778] By: larry on 1998/09/05 23:38:29
7715 Log: Implicit require during compile reset line numbering
7716 Branch: perl
7717 ! pp_ctl.c
7718
7719----------------
7720Version 5.005_51
599cee73
PM
7721----------------
7722
7723____________________________________________________________________________
2b336d57
GS
7724[ 1777] By: gsar on 1998/08/10 07:02:38
7725 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
7726 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
7727 lexical warning testsuite for win32
7728 Branch: perl
7729 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
7730 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
7731 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
7732 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
87de1672
GS
7733 ! win32/Makefile win32/makefile.mk
7734____________________________________________________________________________
dfe13c55
GS
7735[ 1776] By: gsar on 1998/08/09 17:53:48
7736 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
7737 Branch: perl
7738 ! Changes MANIFEST perl.c pod/perlhist.pod
7739____________________________________________________________________________
2aea9f8a
GS
7740[ 1775] By: gsar on 1998/08/09 14:35:33
7741 Log: tweak warning test
7742 Branch: perl
7743 ! t/pragma/warn-toke
7744____________________________________________________________________________
7745[ 1774] By: gsar on 1998/08/09 14:13:46
7746 Log: add missing dTHR; notes for test failures due to small stacksize
7747 Branch: perl
7748 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
7749 ! toke.c universal.c util.c
7750____________________________________________________________________________
7751[ 1773] By: gsar on 1998/08/09 11:31:53
7752 Log: lexical warnings; tweaks to places that didn't apply correctly
7753 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
7754 Date: Wed, 29 Jul 1998 09:28:45 BST
7755 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
7756 Subject: lexical warnings patch for 5.005_50
7757 Branch: perl
7758 + README.lexwarn lib/warning.pm t/pragma/warn-2use
7759 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
7760 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
7761 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
7762 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
7763 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
7764 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
7765 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
7766 + warning.h warning.pl
7767 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
7768 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
7769 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
7770 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
7771 ! universal.c util.c
7772____________________________________________________________________________
599cee73
PM
7773[ 1772] By: gsar on 1998/08/08 23:06:00
7774 Log: bump patchlevel to 5.005_51
7775 Branch: perl
7776 ! patchlevel.h win32/Makefile win32/config_H.bc
7777 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7778____________________________________________________________________________
7779[ 1771] By: gsar on 1998/08/08 23:01:57
7780 Log: fix bogus warning on "\x{123}"
7781 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
7782 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
7783 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
7784 Subject: [5.005_50 PATCH] Some unicode problems
7785 Branch: perl
7786 ! regcomp.c toke.c
7787____________________________________________________________________________
7788[ 1770] By: gsar on 1998/08/08 22:56:55
7789 Log: hide dup symbol for static build of ext/re
7790 From: Dominic Dunlop <domo@ppp72.vo.lu>
7791 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
7792 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
7793 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
7794 Branch: perl
7795 ! regcomp.c
7796____________________________________________________________________________
7797[ 1769] By: gsar on 1998/08/08 22:45:06
7798 Log: fix double free on -Mutf8 -e '$b=uc("")'
7799 From: larry@wall.org (Larry Wall)
7800 Date: Fri, 7 Aug 1998 14:42:43 -0700
7801 Message-Id: <199808072142.OAA14920@wall.org>
7802 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
7803 Branch: perl
7804 ! pp.c
7805____________________________________________________________________________
7806[ 1768] By: gsar on 1998/08/08 22:42:29
7807 Log: substr() assumes utf8 without say-so
7808 From: larry@wall.org (Larry Wall)
7809 Date: Fri, 7 Aug 1998 12:25:12 -0700
7810 Message-Id: <199808071925.MAA13436@wall.org>
7811 Subject: [PATCH 5.005_50] substr bug?
7812 Branch: perl
7813 ! pp.c
7814____________________________________________________________________________
7815[ 1767] By: gsar on 1998/08/08 22:38:25
7816 Log: fix intolerance of SWASHes for blank lines
7817 From: Gisle Aas <aas@sn.no>
7818 Date: 06 Aug 1998 23:28:57 +0200
7819 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
7820 Subject: Re: Re[2]: another joyride begins
7821 Branch: perl
7822 ! lib/utf8_heavy.pl
7823____________________________________________________________________________
7824[ 1766] By: gsar on 1998/08/08 22:33:10
7825 Log: utf8 doc tweak
7826 From: Gisle Aas <aas@sn.no>
7827 Date: 05 Aug 1998 00:41:04 +0200
7828 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
7829 Subject: Matching clumps
7830 Branch: perl
7831 ! lib/utf8.pm
7832____________________________________________________________________________
7833[ 1765] By: gsar on 1998/08/08 22:31:37
7834 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
7835 From: Gisle Aas <aas@sn.no>
7836 Date: 04 Aug 1998 22:56:11 +0200
7837 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
7838 Subject: Re: another joyride begins
7839 Branch: perl
7840 ! lib/utf8_heavy.pl
7841____________________________________________________________________________
7842[ 1764] By: gsar on 1998/08/08 22:28:43
7843 Log: From: larry@wall.org (Larry Wall)
7844 Date: Tue, 4 Aug 1998 17:04:51 -0700
7845 Message-Id: <199808050004.RAA22592@wall.org>
7846 Subject: [PATCH 5.005_50] \pX not implemented!
7847 Branch: perl
7848 ! regcomp.c
7849____________________________________________________________________________
7850[ 1763] By: gsar on 1998/08/08 22:27:15
7851 Log: From: Stephen McCamant <alias@mcs.com>
7852 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
7853 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
7854 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
7855 Branch: perl
7856 ! op.c
7857____________________________________________________________________________
7858[ 1762] By: gsar on 1998/08/08 22:26:09
7859 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
7860 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
7861 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
7862 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
7863 Branch: perl
7864 + t/op/grent.t t/op/pwent.t
7865 ! MANIFEST
7866____________________________________________________________________________
7867[ 1761] By: gsar on 1998/08/08 22:21:52
7868 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7869 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
7870 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
7871 Subject: [5.005_50 PATCH] misprint in RE engine
7872 Branch: perl
7873 ! regexec.c t/op/re_tests
7874____________________________________________________________________________
7875[ 1760] By: gsar on 1998/08/08 22:18:54
7876 Log: integrate maint-5.005 changes into mainline
7877 Branch: perl
7878 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
7879 !> (integrate 138 files)
7880____________________________________________________________________________
7881[ 1672] By: gsar on 1998/07/27 18:35:28
7882 Log: create new Changes
7883 Branch: perl
7884 + Changes
7885 ! Changes5.005 MANIFEST
7886____________________________________________________________________________
7887[ 1671] By: gsar on 1998/07/27 18:30:57
7888 Log: rename Changes --> Changes5.005
7889 Branch: perl
7890 +> Changes5.005
7891 - Changes
7892____________________________________________________________________________
7893[ 1670] By: gsar on 1998/07/27 18:10:14
7894 Log: integrate 5.005_01 changes from maint
7895 Branch: perl
7896 ! Changes
7897 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
7898 !> win32/win32.c
7899____________________________________________________________________________
7900[ 1667] By: nick on 1998/07/26 14:31:01
7901 Log: Add dTHR so that it compiles miniperl in threaded mode
7902 Branch: perl
7903 ! doop.c mg.c regcomp.c regexec.c
7904____________________________________________________________________________
7905[ 1666] By: nick on 1998/07/26 13:01:10
7906 Log: Resolve ansiperl against mainline (@1648?)
7907 Unclear that change number has "taken".
7908 Branch: ansiperl
7909 +> (branch 169 files)
7910 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
7911 !> (integrate 131 files)
7912
7913----------------
7914Version 5.005_50
527cc686
GS
7915----------------
7916
7917____________________________________________________________________________
7918[ 1665] By: gsar on 1998/07/26 05:38:48
7919 Log: add trailing newline to file
7920 Branch: perl
7921 ! Changes lib/unicode/blocks.txt
7922____________________________________________________________________________
7923[ 1664] By: gsar on 1998/07/26 05:08:48
7924 Log: integrate proto.h additions from maint-5.005
7925 Branch: perl
7926 !> pod/perlhist.pod proto.h
7927____________________________________________________________________________
7928[ 1663] By: gsar on 1998/07/26 05:07:05
7929 Log: add new files to MANIFEST; add missing prototypes to proto.h;
7930 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
7931 add typecasts to silence warnings; tweaks for win32 builds
7932 Branch: perl
7933 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
7934 ! win32/Makefile win32/makefile.mk
7935____________________________________________________________________________
7936[ 1662] By: gsar on 1998/07/26 05:01:52
7937 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
7938 Branch: maint-5.005/perl
7939 ! pod/perlhist.pod proto.h
7940____________________________________________________________________________
7941[ 1661] By: gsar on 1998/07/26 02:52:48
7942 Log: up patchlevel to 5.005_50
7943 Branch: perl
7944 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7945 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7946____________________________________________________________________________
7947[ 1660] By: gsar on 1998/07/26 02:43:57
7948 Log: integrate utfperl
7949 Branch: perl
7950 +> (branch 162 files)
7951 !> (integrate 29 files)
7952____________________________________________________________________________
7953[ 1659] By: gsar on 1998/07/26 02:38:22
7954 Log: integrate maint-5.005 changes
7955 Branch: perl
7956 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
7957 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
7958 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
7959 !> vms/descrip_mms.template vms/subconfigure.com
7960____________________________________________________________________________
7961[ 1658] By: gsar on 1998/07/26 02:23:46
7962 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
7963 Date: Fri, 24 Jul 1998 11:38:25 -0700
7964 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
7965 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
7966 --
7967 Date: Fri, 24 Jul 1998 12:30:36 -0700
7968 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
7969 Subject: [PATCH 5.005]Tweaks to README.vms
7970 --
7971 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
7972 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
7973 Subject: [PATCH 5.005] Final build cleanup patch
7974 Branch: maint-5.005/perl
7975 ! README.vms vms/descrip_mms.template vms/subconfigure.com
7976____________________________________________________________________________
7977[ 1657] By: gsar on 1998/07/26 02:19:50
7978 Log: another platform where pp_sselect() needs a whole fd_set buffer
7979 From: Lupe Christoph <lupe@alanya.m.isar.de>
7980 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
7981 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
7982 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
7983 Branch: maint-5.005/perl
7984 ! pp_sys.c
7985____________________________________________________________________________
7986[ 1656] By: gsar on 1998/07/26 02:12:46
7987 Log: fix problem building modules on dos-djgpp
7988 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
7989 Date: Sat, 25 Jul 1998 00:53:39 +0200
7990 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
7991 Subject: [PATCH 5.005] dos-djgpp and modules problem
7992 Branch: maint-5.005/perl
7993 ! djgpp/fixpmain
7994____________________________________________________________________________
7995[ 1655] By: gsar on 1998/07/26 02:11:09
7996 Log: From: Tom Spindler <dogcow@home.merit.edu>
7997 Date: Wed, 22 Jul 1998 16:11:07 -0400
7998 Message-ID: <19980722161107.A16813@home.merit.edu>
7999 Subject: [PATCH 5.005] BeOS tweak
8000 Branch: maint-5.005/perl
8001 ! hints/beos.sh
8002____________________________________________________________________________
8003[ 1654] By: gsar on 1998/07/26 02:09:29
8004 Log: various pod tweaks
8005 Branch: maint-5.005/perl
8006 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
8007 ! pod/perltoc.pod
8008____________________________________________________________________________
8009[ 1653] By: gsar on 1998/07/26 02:05:46
8010 Log: fix emacs/ptags for PL_* changes
8011 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8012 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
8013 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
8014 Subject: [PATCH 5.004_76] Yet better ptags
8015 Branch: maint-5.005/perl
8016 ! emacs/ptags
8017____________________________________________________________________________
8018[ 1652] By: gsar on 1998/07/26 02:03:01
8019 Log: fix behavior of <=> on bigints
8020 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8021 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
8022 Date: Fri, 24 Jul 1998 18:29:53 +0100
8023 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
8024 Branch: maint-5.005/perl
8025 ! lib/Math/BigInt.pm t/lib/bigintpm.t
8026____________________________________________________________________________
8027[ 1651] By: larry on 1998/07/24 05:44:33
8028 Log: Here are the long-expected Unicode/UTF-8 modifications.
8029 Branch: utfperl
8030 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
8031 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
8032 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
8033 + lib/unicode/Decomposition.pl
8034 + lib/unicode/In/AlphabeticPresentationForms.pl
8035 + lib/unicode/In/Arabic.pl
8036 + lib/unicode/In/ArabicPresentationForms-A.pl
8037 + lib/unicode/In/ArabicPresentationForms-B.pl
8038 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
8039 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
8040 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
8041 + lib/unicode/In/BoxDrawing.pl
8042 + lib/unicode/In/CJKCompatibility.pl
8043 + lib/unicode/In/CJKCompatibilityForms.pl
8044 + lib/unicode/In/CJKCompatibilityIdeographs.pl
8045 + lib/unicode/In/CJKSymbolsandPunctuation.pl
8046 + lib/unicode/In/CJKUnifiedIdeographs.pl
8047 + lib/unicode/In/CombiningDiacriticalMarks.pl
8048 + lib/unicode/In/CombiningHalfMarks.pl
8049 + lib/unicode/In/CombiningMarksforSymbols.pl
8050 + lib/unicode/In/ControlPictures.pl
8051 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
8052 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
8053 + lib/unicode/In/EnclosedAlphanumerics.pl
8054 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
8055 + lib/unicode/In/GeneralPunctuation.pl
8056 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
8057 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
8058 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
8059 + lib/unicode/In/HalfwidthandFullwidthForms.pl
8060 + lib/unicode/In/HangulCompatibilityJamo.pl
8061 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
8062 + lib/unicode/In/Hebrew.pl
8063 + lib/unicode/In/HighPrivateUseSurrogates.pl
8064 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
8065 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
8066 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
8067 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
8068 + lib/unicode/In/LatinExtended-A.pl
8069 + lib/unicode/In/LatinExtended-B.pl
8070 + lib/unicode/In/LatinExtendedAdditional.pl
8071 + lib/unicode/In/LetterlikeSymbols.pl
8072 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
8073 + lib/unicode/In/MathematicalOperators.pl
8074 + lib/unicode/In/MiscellaneousSymbols.pl
8075 + lib/unicode/In/MiscellaneousTechnical.pl
8076 + lib/unicode/In/NumberForms.pl
8077 + lib/unicode/In/OpticalCharacterRecognition.pl
8078 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
8079 + lib/unicode/In/SmallFormVariants.pl
8080 + lib/unicode/In/SpacingModifierLetters.pl
8081 + lib/unicode/In/Specials.pl
8082 + lib/unicode/In/SuperscriptsandSubscripts.pl
8083 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
8084 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
8085 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8086 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
8087 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
8088 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
8089 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
8090 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
8091 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
8092 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
8093 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
8094 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
8095 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
8096 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
8097 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
8098 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
8099 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
8100 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
8101 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
8102 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
8103 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
8104 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
8105 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
8106 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
8107 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
8108 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
8109 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
8110 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
8111 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
8112 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
8113 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
8114 + lib/unicode/JamoShort.pl lib/unicode/Makefile
8115 + lib/unicode/Name.pl lib/unicode/Number.pl
8116 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
8117 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
8118 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
8119 + lib/unicode/blocks.txt lib/unicode/index2.txt
8120 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
8121 + lib/unicode/names2.txt lib/unicode/props2.txt
8122 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
8123 + utf8.c utf8.h
8124 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
8125 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
8126 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
8127 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
8128 ! t/op/vec.t toke.c util.c vms/vmsish.h
8129____________________________________________________________________________
8130[ 1650] By: gsar on 1998/07/24 04:06:48
8131 Log: create utfperl branch
8132 Branch: utfperl
8133 +> (branch 1079 files)
8134____________________________________________________________________________
8135[ 1649] By: gsar on 1998/07/24 03:56:56
8136 Log: create maint-5.005 branch
8137 Branch: maint-5.005/perl
8138 +> (branch 1079 files)
8139____________________________________________________________________________
8140[ 1648] By: gsar on 1998/07/24 03:36:35
8141 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)
8142 Branch: perl
8143 ! Changes
8144