This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ignore const for the purposes of typemaps (from Hugo van der Sanden)
[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
76438f5e 17current addresses (as of February 2000):
527cc686
GS
18
19 Gisle Aas <gisle@aas.no>
6d0f518e 20 Abigail <abigail@delanet.com>
527cc686
GS
21 Kenneth Albanowski <kjahds@kjahds.com>
22 Russ Allbery <rra@stanford.edu>
76438f5e
GS
23 Brad Appleton <bradapp@enteract.com>
24 Greg Bacon <gbacon@itsc.uah.edu>
25 Robin Barker <rmb1@cise.npl.co.uk>
26 Vishal Bhatia <vishal@gol.com>
527cc686
GS
27 Spider Boardman <spider@orb.nashua.nh.us>
28 Tom Christiansen <tchrist@perl.com>
76438f5e
GS
29 Mark-Jason Dominus <mjd@plover.com>
30 Jan Dubois <jand@activestate.com>
31 Dominic Dunlop <domo@computer.org>
32 Eric Fifer <efifer@sanwaint.com>
527cc686
GS
33 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
34 M. J. T. Guy <mjtg@cus.cam.ac.uk>
35 Jarkko Hietaniemi <jhi@iki.fi>
76438f5e 36 Tom Hughes <tom@compton.nu>
527cc686
GS
37 Nick Ing-Simmons <nik@tiuk.ti.com>
38 Andreas Koenig <a.koenig@mind.de>
76438f5e 39 Douglas Lankshear <dougl@activestate.com>
527cc686 40 Doug MacEachern <dougm@opengroup.org>
76438f5e 41 Raphael Manfredi <Raphael.Manfredi@st.com>
0536e0eb 42 Paul Marquess <Paul.Marquess@btinternet.com>
527cc686 43 Stephen McCamant <alias@mcs.com>
933fea7f 44 Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
527cc686 45 Hans Mulder <hansmu@xs4all.nl>
76438f5e 46 Chris Nandor <pudge@pobox.com>
527cc686
GS
47 Matthias Neeracher <neeri@iis.ee.ethz.ch>
48 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
49 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
50 Tom Phoenix <rootbeer@teleport.com>
51 Joshua Pritikin <joshua.pritikin@db.com>
76438f5e 52 Peter Prymmer <pvhp@forte.com>
527cc686
GS
53 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
54 Dean Roehrich <roehrich@cray.com>
55 Hugo van der Sanden <hv@crypt0.demon.co.uk>
76438f5e 56 Michael G Schwern <schwern@pobox.com>
527cc686 57 Roderick Schertler <roderick@argon.org>
c47ff5f1 58 Kurt D. Starsinic <kstar@chapin.edu>
76438f5e 59 Benjamin Stuhl <sho_pi@hotmail.com>
527cc686 60 Dan Sugalski <sugalskd@osshe.edu>
76438f5e 61 Nathan Torkington <gnat@frii.com>
527cc686 62 Larry W. Virden <lvirden@cas.org>
76438f5e 63 Johan Vromans <jvromans@squirrel.nl>
527cc686
GS
64 Ilya Zakharevich <ilya@math.ohio-state.edu>
65
66And the Keepers of the Patch Pumpkin:
67
bd3fa61c 68 Charles Bailey <bailey@newman.upenn.edu>
0f31cffe 69 Graham Barr <gbarr@ti.com>
527cc686
GS
70 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
71 Tim Bunce <Tim.Bunce@ig.co.uk>
72 Andy Dougherty <doughera@lafcol.lafayette.edu>
6e238990 73 Gurusamy Sarathy <gsar@activestate.com>
527cc686
GS
74 Chip Salzenberg <chip@perl.com>
75
76And, of course, the Author of Perl:
77
78 Larry Wall <larry@wall.org>
79
80
81NOTE: Each change entry shows the change number; who checked it into the
82repository; when; description of the change; which branch the change
83happened in; and the affected files. The file lists have a short symbolic
84indicator:
85
86 ! modified
87 + added
88 - deleted
89 +> branched (from elsewhere)
90 !> merged changes (from elsewhere)
91
92
fe6f1558
GS
93--------------
94Version v5.6.0
95--------------
96
97____________________________________________________________________________
53c32ee0
GS
98[ 5676] By: gsar on 2000/03/12 11:27:38
99 Log: don't bother testing if we can flush all handles when fflush(stdin)
100 shows the pipe bug
101 Branch: perl
102 ! Configure
103____________________________________________________________________________
104[ 5675] By: jhi on 2000/03/12 05:08:29
105 Log: continue flogging the string->int conversion ifdefs
106 Branch: cfgperl
107 ! perl.h
108____________________________________________________________________________
109[ 5674] By: gsar on 2000/03/12 05:01:30
110 Log: fix File::DosGlob for patterns with drive names like c:*.bat
111 (suggested by Jason Mathews <mathews@computer.org>)
112 Branch: perl
113 ! lib/File/DosGlob.pm
114____________________________________________________________________________
115[ 5673] By: jhi on 2000/03/12 04:48:14
116 Log: Integrate with Sarathy.
117 Branch: cfgperl
118 !> doop.c perl.h pod/perldelta.pod pod/perldiag.pod
119 !> pod/perlpod.pod toke.c utils/perldoc.PL
120____________________________________________________________________________
121[ 5672] By: gsar on 2000/03/12 03:57:23
122 Log: security fixes for perldoc (from Tom Christiansen)
123 Branch: perl
124 ! utils/perldoc.PL
125____________________________________________________________________________
126[ 5671] By: gsar on 2000/03/12 03:45:27
127 Log: Larry's patch to disallow CORE::Snark, with perldiag entry
128 Branch: perl
129 ! pod/perldelta.pod pod/perldiag.pod toke.c
130____________________________________________________________________________
131[ 5670] By: gsar on 2000/03/12 03:36:17
132 Log: insufficient buffer in change#5317
133 Branch: perl
134 ! doop.c
135____________________________________________________________________________
136[ 5669] By: gsar on 2000/03/12 03:15:29
137 Log: avoid L<foo|bar> for now, not all the pod2foo support it
138 Branch: perl
139 ! pod/perlpod.pod
140____________________________________________________________________________
141[ 5668] By: gsar on 2000/03/12 02:35:55
142 Log: rework change#5664
143 Branch: perl
144 ! perl.h
145____________________________________________________________________________
146[ 5667] By: jhi on 2000/03/11 21:35:29
147 Log: todo and perldelta updates
148 Branch: cfgperl
149 ! Todo Todo-5.6 pod/perldelta.pod
150____________________________________________________________________________
151[ 5666] By: jhi on 2000/03/11 21:00:34
152 Log: Integrate with Sarathy.
153 Branch: cfgperl
154 !> perl.h
155____________________________________________________________________________
156[ 5665] By: jhi on 2000/03/11 20:58:58
157 Log: Fixes for #5661.
158 Branch: cfgperl
159 ! perl.h
160____________________________________________________________________________
161[ 5664] By: gsar on 2000/03/11 19:50:06
162 Log: fix Strtoul() misdefinition is change#5661
163 Branch: perl
164 ! perl.h
165____________________________________________________________________________
166[ 5663] By: gsar on 2000/03/11 19:21:18
167 Log: integrate cfgperl contents into mainline
168 Branch: perl
169 !> Configure config_h.SH hints/solaris_2.sh perl.h
170 !> t/pragma/warn/pp_hot toke.c
171____________________________________________________________________________
172[ 5662] By: jhi on 2000/03/11 19:06:20
173 Log: Integrate with Sarathy.
174 Branch: cfgperl
175 !> cop.h perl.c pp_ctl.c t/op/eval.t t/op/misc.t
176____________________________________________________________________________
177[ 5661] By: jhi on 2000/03/11 19:03:32
178 Log: Use Atof() instead of bare strtod(); ditto for Atol()/Atoul()
179 (introduce the latter) instead of bare strtoll()/strtoll().
180 Branch: cfgperl
181 ! perl.h toke.c
182____________________________________________________________________________
183[ 5660] By: gsar on 2000/03/11 18:40:49
184 Log: another long-standing eval bug: return doesn't reset $@ correctly
185 Branch: perl
186 ! pp_ctl.c t/op/eval.t
187____________________________________________________________________________
188[ 5659] By: jhi on 2000/03/11 18:27:54
189 Log: metaconfig-ify the test for broken fflush(NULL)
190 (which ails e.g. Solaris), from Ulrich Pfeifer.
191 Branch: cfgperl
192 ! Configure config_h.SH hints/solaris_2.sh
193 Branch: metaconfig/U/perl
194 ! d_unorderedl.U fflushall.U
195____________________________________________________________________________
196[ 5658] By: gsar on 2000/03/11 18:11:22
197 Log: change#3511 was not defensive enough about try blocks, causing
198 bogus attempts to free closures, and thence, segfaults
199 Branch: perl
200 ! cop.h perl.c pp_ctl.c t/op/misc.t
201____________________________________________________________________________
202[ 5657] By: jhi on 2000/03/11 18:04:44
203 Log: Rewording.
204 Branch: cfgperl
205 ! t/pragma/warn/pp_hot
206____________________________________________________________________________
207[ 5656] By: jhi on 2000/03/11 17:41:29
208 Log: Integrate with Sarathy.
209 Branch: cfgperl
210 !> (integrate 27 files)
211____________________________________________________________________________
212[ 5655] By: gsar on 2000/03/11 17:06:03
213 Log: reword comment
214 Branch: perl
215 ! t/pragma/warn/pp_hot
216____________________________________________________________________________
217[ 5654] By: gsar on 2000/03/11 17:01:47
218 Log: off-by-one in os2.c (from Ilya Zakharevich)
219 Branch: perl
220 ! os2/os2.c
221____________________________________________________________________________
222[ 5653] By: gsar on 2000/03/11 16:59:48
223 Log: File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker)
224 Branch: perl
225 ! lib/File/Spec/VMS.pm t/lib/filespec.t
226____________________________________________________________________________
227[ 5652] By: gsar on 2000/03/11 16:52:03
228 Log: missing export list entry in change#5619
229 Branch: perl
230 ! makedef.pl
231____________________________________________________________________________
232[ 5651] By: gsar on 2000/03/11 16:50:05
233 Log: avoid using context pointer in MUTEX_INIT() et al; remove the
234 *_NOCONTEXT variants to keep it simple
235 Branch: perl
236 ! malloc.c thread.h win32/win32thread.h
237____________________________________________________________________________
238[ 5650] By: gsar on 2000/03/11 16:07:35
239 Log: remove =for section (from Johan Vromans)
240 Branch: perl
241 ! lib/Getopt/Long.pm
242____________________________________________________________________________
243[ 5649] By: gsar on 2000/03/11 16:05:50
244 Log: add nokfile target in Makefile (from Andy Dougherty)
245 Branch: perl
246 ! Makefile.SH
247____________________________________________________________________________
248[ 5648] By: gsar on 2000/03/11 16:02:53
249 Log: mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>)
250 Branch: perl
251 ! pod/perlpod.pod
252____________________________________________________________________________
253[ 5647] By: gsar on 2000/03/11 16:01:03
254 Log: VMS build tweaks (from Charles Bailey)
255 Branch: perl
256 ! configure.com perl.c t/pragma/warn/doio t/pragma/warn/util
257 ! vms/subconfigure.com
258____________________________________________________________________________
259[ 5646] By: gsar on 2000/03/11 10:13:27
260 Log: remove outdated ftp.cis.ufl.edu reference
261 Branch: perl
262 ! pod/perlfaq2.pod
263____________________________________________________________________________
264[ 5645] By: gsar on 2000/03/11 10:10:39
265 Log: failed hunk in change#5644
266 Branch: perl
267 ! t/op/pat.t
268____________________________________________________________________________
269[ 5644] By: gsar on 2000/03/11 10:08:47
270 Log: fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich)
271 Branch: perl
272 ! regcomp.c t/op/pat.t
273____________________________________________________________________________
274[ 5643] By: gsar on 2000/03/11 09:48:30
275 Log: better {local,gm}time documentation (from Mark-Jason Dominus)
276 Branch: perl
277 ! pod/perlfunc.pod
278____________________________________________________________________________
279[ 5642] By: gsar on 2000/03/11 09:45:10
280 Log: tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>)
281 Branch: perl
282 ! doio.c hints/lynxos.sh perl.h
283____________________________________________________________________________
284[ 5641] By: gsar on 2000/03/11 09:42:56
285 Log: integrate cfgperl contents into mainline
286 Branch: perl
287 !> Configure Todo-5.6 config_h.SH hints/irix_6.sh
288 !> lib/Math/Complex.pm regcomp.c t/op/64bit.t
289____________________________________________________________________________
290[ 5640] By: gsar on 2000/03/11 09:24:30
291 Log: perldelta update, typos and whitespace adjustments
292 Branch: perl
293 ! lib/open.pm miniperlmain.c pod/perldelta.pod win32/perllib.c
294____________________________________________________________________________
295[ 5639] By: jhi on 2000/03/11 00:51:48
296 Log: Integrate with Sarathy.
297 Branch: cfgperl
298 !> (integrate 44 files)
299____________________________________________________________________________
300[ 5638] By: jhi on 2000/03/11 00:45:46
301 Log: Cpp out deadcode that IRIX compiler noticed.
302 Branch: cfgperl
303 ! regcomp.c
304____________________________________________________________________________
305[ 5637] By: jhi on 2000/03/10 14:22:24
306 Log: Do not use Perl's malloc in IRIX.
307 Branch: cfgperl
308 ! hints/irix_6.sh
309____________________________________________________________________________
310[ 5636] By: jhi on 2000/03/10 05:27:03
311 Log: More/modified unused floating point units.
312 Branch: metaconfig/U/perl
313 + d_fp_class_l.U d_unordered.U d_unorderedl.U
314 ! d_fpclass.U
315____________________________________________________________________________
316[ 5635] By: jhi on 2000/03/10 01:54:07
317 Log: Add various yet-unused units.
318 Branch: metaconfig/U/perl
319 + d_class.U d_fchdir.U d_finite.U d_fp_class.U d_fp_classl.U
320 + d_fpclass.U d_fpclassify.U d_frexpl.U d_futimes.U
321 + d_getitimer.U d_getrlimit.U d_iconv.U d_isfinite.U d_isinf.U
322 + d_isnan.U d_isnanl.U d_lchmod.U d_lutimes.U d_setitimer.U
323 + d_setrlimit.U d_ualarm.U d_utimes.U
324____________________________________________________________________________
325[ 5634] By: jhi on 2000/03/10 01:07:54
326 Log: Fix goofups noticed by Mark Bixby and Jeff Okamoto.
327 Branch: cfgperl
328 ! Configure config_h.SH
329 Branch: metaconfig
330 ! U/compline/nblock_io.U
331 Branch: metaconfig/U/perl
332 ! use64bits.U
333____________________________________________________________________________
334[ 5633] By: jhi on 2000/03/09 23:22:33
335 Log: Remove an obsolete note.
336 Branch: cfgperl
337 ! t/op/64bit.t
338____________________________________________________________________________
339[ 5632] By: gsar on 2000/03/09 18:50:43
340 Log: update Changes
341 Branch: perl
342 ! Changes
343____________________________________________________________________________
41fda654
GS
344[ 5631] By: gsar on 2000/03/09 18:49:12
345 Log: track more of the child state on Windows
346 Branch: perl
347 ! win32/win32.c win32/win32.h
348____________________________________________________________________________
349[ 5630] By: gsar on 2000/03/09 18:48:05
350 Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
351 Branch: perl
352 ! universal.c
353____________________________________________________________________________
354[ 5629] By: gsar on 2000/03/09 18:37:35
355 Log: tweak Unicode notes, other cleanups
356 Branch: perl
357 ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
358 ! pod/perlhist.pod pod/perlunicode.pod
359____________________________________________________________________________
21bad921
GS
360[ 5628] By: gsar on 2000/03/09 17:39:58
361 Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
362 semantics; the pragma sets defaults for both open() and qx//
363 Branch: perl
364 ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
365 ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
366 ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
367 ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
368____________________________________________________________________________
369[ 5627] By: gsar on 2000/03/09 12:54:08
370 Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
371 to fflush(NULL) bug)
372 Branch: perl
373 ! hints/solaris_2.sh pod/perldelta.pod
374____________________________________________________________________________
375[ 5626] By: gsar on 2000/03/09 11:34:51
376 Log: abort build on HP-UX if bundled non-ANSI compiler is detected
377 (from Dominic Dunlop <domo@computer.org>)
378 Branch: perl
379 ! hints/hpux.sh
380____________________________________________________________________________
381[ 5625] By: gsar on 2000/03/09 11:17:07
382 Log: patch from Larry to make -T filetest algorithm recognize utf8 as
383 "text"
384 Branch: perl
385 ! pp_sys.c
386____________________________________________________________________________
387[ 5624] By: gsar on 2000/03/09 11:11:59
388 Log: provide support for deleting actions etc. (from Ronald J Kimball
389 <rjk@linguist.dartmouth.edu>)
390 Branch: perl
391 ! lib/perl5db.pl pod/perldebug.pod
392____________________________________________________________________________
393[ 5623] By: gsar on 2000/03/09 06:39:21
394 Log: new xsubpp keywords should be in all caps
395 Branch: perl
396 ! lib/ExtUtils/xsubpp
397____________________________________________________________________________
398[ 5622] By: gsar on 2000/03/09 06:26:04
399 Log: demand-load utf8.pm in swash routines
400 Branch: perl
401 ! op.c utf8.c
402____________________________________________________________________________
403[ 5621] By: gsar on 2000/03/08 19:27:02
404 Log: make Dump() call the XSUB implementation transparently (modified
405 version of patch suggested by David Boyce <dsb@world.std.com>)
406 Branch: perl
407 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
408 ! pod/perldelta.pod
409____________________________________________________________________________
410[ 5620] By: gsar on 2000/03/08 18:35:48
411 Log: do FILE should not see outside lexicals (from Rick Delaney
412 <rick@consumercontact.com>)
413 Branch: perl
414 ! op.c pp_ctl.c t/comp/require.t
415____________________________________________________________________________
416[ 5619] By: gsar on 2000/03/08 18:04:45
417 Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
418 API function
419 Branch: perl
420 ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
421 ! perlapi.c pp_sys.c proto.h
422____________________________________________________________________________
423[ 5618] By: jhi on 2000/03/08 18:03:30
424 Log: Integrate with Sarathy.
425 Branch: cfgperl
426 +> lib/Pod/Plainer.pm
427 !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
428 !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
429 !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
430 !> vms/vmsish.h
431____________________________________________________________________________
432[ 5617] By: jhi on 2000/03/08 15:44:05
433 Log: ICU todo fixes.
434 Branch: cfgperl
435 ! Todo-5.6
436____________________________________________________________________________
437[ 5616] By: jhi on 2000/03/08 14:30:40
438 Log: Even more Todo.
439 Branch: cfgperl
440 ! Todo-5.6
441____________________________________________________________________________
442[ 5615] By: jhi on 2000/03/08 14:13:45
443 Log: More Todo.
444 Branch: cfgperl
445 ! Todo-5.6
446____________________________________________________________________________
447[ 5614] By: jhi on 2000/03/08 13:50:53
448 Log: wording changes
449 Branch: cfgperl
450 ! lib/Math/Complex.pm
451____________________________________________________________________________
452[ 5613] By: gsar on 2000/03/08 12:51:35
453 Log: clarify docs on return value from binding operators
454 Branch: perl
455 ! pod/perlop.pod
456____________________________________________________________________________
457[ 5612] By: gsar on 2000/03/08 12:41:38
458 Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
459 Robin Barker)
460 Branch: perl
461 + lib/Pod/Plainer.pm
462 ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
463____________________________________________________________________________
464[ 5611] By: gsar on 2000/03/08 12:22:59
465 Log: integrate cfgperl changes into mainline
466 Branch: perl
467 ! Changes
468 !> installperl lib/Math/Complex.pm pod/perldelta.pod
469 !> t/lib/complex.t vms/vmsish.h
470____________________________________________________________________________
f07cf794
GS
471[ 5610] By: gsar on 2000/03/08 12:08:17
472 Log: add missing locks for op refcounts
473 Branch: perl
474 ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
475 ! perlvars.h sv.c unixish.h vms/vmsish.h
476____________________________________________________________________________
477[ 5609] By: gsar on 2000/03/08 11:30:32
478 Log: Pod::InputObjects tweak (from Brad Appleton)
479 Branch: perl
480 ! lib/Pod/InputObjects.pm
481____________________________________________________________________________
482[ 5608] By: jhi on 2000/03/08 05:08:59
483 Log: Integrate with Sarathy.
484 Branch: cfgperl
485 !> (integrate 27 files)
486____________________________________________________________________________
487[ 5607] By: jhi on 2000/03/08 05:07:06
488 Log: Make the stringification more customizable.
489 A potentially backward incompatible change.
490 Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
491 Branch: cfgperl
492 ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
493____________________________________________________________________________
494[ 5606] By: jhi on 2000/03/08 00:49:14
495 Log: s/lfs/largefiles/
496 Branch: metaconfig
497 ! U/mksample
498____________________________________________________________________________
499[ 5605] By: gsar on 2000/03/07 23:37:48
500 Log: VMS build patch (from Peter Prymmer)
501 Branch: perl
502 ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
503 ! vms/subconfigure.com vms/vms.c
504____________________________________________________________________________
505[ 5604] By: gsar on 2000/03/07 23:25:46
506 Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
507 Branch: perl
508 ! perl.c
509____________________________________________________________________________
510[ 5603] By: gsar on 2000/03/07 23:05:16
511 Log: type mismatch
512 Branch: perl
513 ! sv.c
514____________________________________________________________________________
515[ 5602] By: gsar on 2000/03/07 22:40:55
516 Log: add note to INSTALL about C++ compilers (from M J T Guy)
517 Branch: perl
518 ! INSTALL
519____________________________________________________________________________
520[ 5601] By: gsar on 2000/03/07 22:30:35
521 Log: separate options to incpush() for adding version directories and
522 architecture directories (from Andy Dougherty)
523 Branch: perl
524 ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
525____________________________________________________________________________
526[ 5600] By: gsar on 2000/03/07 20:18:54
527 Log: support :void to enable croaking only in void context (from
528 Simon Cozens <simon@othersideofthe.earth.li>)
529 Branch: perl
530 ! lib/Fatal.pm t/lib/fatal.t
531____________________________________________________________________________
532[ 5599] By: gsar on 2000/03/07 18:35:21
533 Log: Pod::Html tweak to avoid false falses
534 Branch: perl
535 ! lib/Pod/Html.pm
536____________________________________________________________________________
537[ 5598] By: gsar on 2000/03/07 18:21:58
538 Log: skip null siblings encountered by goto out of loopish block
539 (from Doug Lankshear)
540 Branch: perl
541 ! pp_ctl.c
542____________________________________________________________________________
543[ 5597] By: gsar on 2000/03/07 16:33:29
544 Log: omit XSLoader from bytecode dumps
545 Branch: perl
546 ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
547____________________________________________________________________________
548[ 5596] By: gsar on 2000/03/07 10:58:17
549 Log: avoid coredump on C<printf "%vd">
550 Branch: perl
551 ! sv.c
552____________________________________________________________________________
553[ 5595] By: gsar on 2000/03/07 10:26:03
554 Log: add missing HTML escapes that can be displayed in xterm (from
555 Tim Jenness <timj@jach.hawaii.edu>)
556 Branch: perl
557 ! lib/Pod/Text.pm
558____________________________________________________________________________
559[ 5594] By: gsar on 2000/03/07 10:24:55
560 Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
561 Branch: perl
562 ! lib/Fatal.pm
563____________________________________________________________________________
564[ 5593] By: gsar on 2000/03/07 09:57:24
565 Log: get ByteLoader working again
566 Branch: perl
567 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
568 ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
569 ! ext/ByteLoader/byterun.c
570____________________________________________________________________________
571[ 5592] By: gsar on 2000/03/07 05:14:49
572 Log: typo in makedef.pl
573 Branch: perl
574 ! lib/File/Path.pm makedef.pl
575____________________________________________________________________________
576[ 5591] By: jhi on 2000/03/06 22:56:24
577 Log: Integrate with Sarathy.
578 Branch: cfgperl
579 !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
580____________________________________________________________________________
581[ 5590] By: gsar on 2000/03/06 22:32:44
582 Log: fix incorrect prototypes in File::Glob
583 Branch: perl
584 ! ext/File/Glob/Glob.xs
585____________________________________________________________________________
586[ 5589] By: gsar on 2000/03/06 22:07:38
587 Log: update Changes
588 Branch: perl
589 ! Changes
590____________________________________________________________________________
591[ 5588] By: jhi on 2000/03/06 21:46:18
592 Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
593 To: vmsperl@perl.org, perl5-porters@perl.org
594 Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
595 Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
596 Date: Mon, 06 Mar 2000 15:36:13 -0600
597 Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
598 Branch: cfgperl
599 ! vms/vmsish.h
600____________________________________________________________________________
601[ 5587] By: jhi on 2000/03/06 21:23:27
602 Log: Use $^O.
603 Branch: cfgperl
604 ! installperl
605____________________________________________________________________________
606[ 5586] By: jhi on 2000/03/06 21:19:15
607 Log: Undo drift from the mainline.
608 Branch: cfgperl
609 !> (integrate 1607 files)
610____________________________________________________________________________
9b0c9623
GS
611[ 5585] By: gsar on 2000/03/06 20:23:37
612 Log: change#5513 accidentally undid change#5373, put it back
613 Branch: perl
614 ! lib/Pod/Html.pm
615____________________________________________________________________________
616[ 5584] By: jhi on 2000/03/06 17:30:48
617 Log: Integrate with Sarathy.
618 Branch: cfgperl
619 !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
620 !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
621____________________________________________________________________________
622[ 5583] By: gsar on 2000/03/06 17:02:52
623 Log: makedef.pl typos
624 Branch: perl
625 ! makedef.pl
626____________________________________________________________________________
627[ 5582] By: gsar on 2000/03/06 15:24:14
628 Log: Pod::Man bugfixes (from Russ Allbery)
629 Branch: perl
630 ! lib/Pod/Man.pm
631____________________________________________________________________________
632[ 5581] By: gsar on 2000/03/06 15:17:08
633 Log: File::Path::rmtree() doesn't delete stale symlinks correctly
634 Branch: perl
635 ! lib/File/Path.pm
636____________________________________________________________________________
637[ 5580] By: gsar on 2000/03/06 14:55:57
638 Log: pod nits
639 Branch: perl
640 ! lib/Getopt/Long.pm lib/IPC/Open2.pm
641____________________________________________________________________________
642[ 5579] By: gsar on 2000/03/06 14:55:08
643 Log: 64-bit build fix on VMS (from Dan Sugalski)
644 Branch: perl
645 ! toke.c vms/subconfigure.com
646____________________________________________________________________________
647[ 5578] By: jhi on 2000/03/06 14:37:46
648 Log: Integrate with Sarathy.
649 Branch: cfgperl
650 !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
651 !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
652 !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
653 !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
654 !> win32/config.vc win32/config_H.bc win32/config_H.gc
655 !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
656 !> win32/win32.c win32/win32.h
657____________________________________________________________________________
658[ 5577] By: gsar on 2000/03/06 07:26:18
659 Log: skip tests that need VMS::Filespec on other platforms
660 Branch: perl
661 ! t/lib/filespec.t
662____________________________________________________________________________
663[ 5576] By: gsar on 2000/03/06 07:11:21
664 Log: integrate vmsperl contents into mainline
665 Branch: perl
666 !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
667 !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
668 !> vms/test.com vms/vms.c
669____________________________________________________________________________
670[ 5575] By: gsar on 2000/03/06 07:05:34
671 Log: support for autovivified handles (from Tom Christiansen)
672 Branch: perl
673 ! lib/IPC/Open2.pm lib/IPC/Open3.pm
674____________________________________________________________________________
675[ 5574] By: gsar on 2000/03/06 06:31:55
676 Log: vendorlib support for Windows; regen win32/config*
677 Branch: perl
678 ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
679 ! win32/config.vc win32/config_H.bc win32/config_H.gc
680 ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
681 ! win32/win32.c win32/win32.h
682____________________________________________________________________________
683[ 5573] By: bailey on 2000/03/06 05:23:23
684 Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
685 Branch: vmsperl
686 ! vms/test.com
687____________________________________________________________________________
688[ 5572] By: gsar on 2000/03/06 05:21:26
689 Log: the incpush()es weren't all quite right on Windows in change#5559
690 Branch: perl
691 ! perl.c
692____________________________________________________________________________
693[ 5571] By: bailey on 2000/03/06 05:18:59
694 Log: Fix ricochet in File::Spec::VMS
695 Fix eval error in filespec.t
696 Misc. minor fixes in filespec.t
697 Branch: vmsperl
698 ! lib/File/Spec/VMS.pm t/lib/filespec.t
699____________________________________________________________________________
700[ 5570] By: gsar on 2000/03/06 05:00:44
701 Log: integrate cfgperl changes into mainline
702 Branch: perl
703 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
704 !> Porting/config_H config_h.SH epoc/config.sh
705 !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
706 !> perl.c perl.h toke.c vos/config.def vos/config.h
707 !> vos/config_h.SH_orig
708____________________________________________________________________________
709[ 5569] By: jhi on 2000/03/06 04:51:39
710 Log: Integrate with Sarathy.
711 Branch: cfgperl
712 !> installperl pp.c
713____________________________________________________________________________
714[ 5568] By: gsar on 2000/03/06 04:48:17
715 Log: installperl wasn't putting extensions with two or more
716 nested package names in the archlib
717 Branch: perl
718 ! installperl
719____________________________________________________________________________
720[ 5567] By: bailey on 2000/03/06 03:43:36
721 Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
722 Branch: vmsperl
723 ! configure.com vms/subconfigure.com
724____________________________________________________________________________
725[ 5566] By: bailey on 2000/03/06 03:40:14
726 Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
727 FIx logic error in glob-basic.t (Charles Lane)
728 Branch: vmsperl
729 ! configure.com vms/subconfigure.com
730____________________________________________________________________________
731[ 5565] By: bailey on 2000/03/06 03:37:46
732 Log: Remove trailing . from typeless files (Charles Lane)
733 Branch: vmsperl
734 ! t/lib/filefind.t
735____________________________________________________________________________
736[ 5564] By: bailey on 2000/03/06 03:36:26
737 Log: Resync with mainline, update test in vmsfspec.t
738 Branch: vmsperl
739 +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
740 ! vms/ext/filespec.t
741 !> (integrate 171 files)
742____________________________________________________________________________
743[ 5563] By: gsar on 2000/03/06 03:29:11
744 Log: avoid warning
745 Branch: perl
746 ! pp.c
747____________________________________________________________________________
748[ 5562] By: bailey on 2000/03/06 02:48:17
749 Log: Downcase function call to hush picky cc
750 Branch: vmsperl
751 ! vms/vms.c
752____________________________________________________________________________
753[ 5561] By: jhi on 2000/03/06 00:23:22
754 Log: VOS patch from Paul Green. Note that the vos/config_h.SH_orig
755 is not exactly identical to the current config_h.SH because
756 Paul needs better $sitearch control.
757 Branch: cfgperl
758 ! vos/config.def vos/config.h vos/config_h.SH_orig
759____________________________________________________________________________
760[ 5560] By: jhi on 2000/03/05 23:26:41
761 Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
762 falls back to DynaLoader.
763
764 From: Doug MacEachern <dougm@pobox.com>
765 To: perl5-porters@perl.org
766 Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
767 Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
768 Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
769 Branch: cfgperl
770 ! ext/DynaLoader/DynaLoader_pm.PL
771____________________________________________________________________________
772[ 5559] By: jhi on 2000/03/05 22:05:54
773 Log: sitelib_stem and vendorlib_stem patches from Andy;
774 problem reported in
775 From: schwern@athens.arena-i.com (Michael G Schwern)
776 To: perl5-porters@perl.org
777 Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
778 Date: Sun, 5 Mar 2000 06:31:29 -0500 (EST)
779 Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
780 Branch: cfgperl
781 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
782 ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
783 ! vos/config.def vos/config.h vos/config_h.SH_orig
784 Branch: metaconfig
785 ! U/installdirs/instubperl.U U/installdirs/sitelib.U
786 ! U/installdirs/vendorlib.U
787____________________________________________________________________________
788[ 5558] By: jhi on 2000/03/05 21:18:59
789 Log: Integrate with Sarathy.
790 Branch: cfgperl
791 !> hints/linux.sh lib/Getopt/Long.pm
792____________________________________________________________________________
793[ 5557] By: gsar on 2000/03/05 20:35:13
794 Log: Getopt-Long v2.21 update (from Johan Vromans)
795 Branch: perl
796 ! lib/Getopt/Long.pm
797____________________________________________________________________________
798[ 5556] By: gsar on 2000/03/05 20:26:57
799 Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
800 (from Matthias Urlichs <smurf@noris.net>)
801 Branch: perl
802 ! hints/linux.sh
803____________________________________________________________________________
804[ 5555] By: jhi on 2000/03/05 20:15:34
805 Log: Integrate with Sarathy.
806 Branch: cfgperl
807 +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
808 !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
809 !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
810 !> t/comp/proto.t toke.c utils/perlbug.PL
811____________________________________________________________________________
812[ 5554] By: gsar on 2000/03/05 20:02:17
813 Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
814 and C<open F, "-|", 'cat', '-v'>
815 Branch: perl
816 ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
817 ! t/comp/proto.t toke.c
818____________________________________________________________________________
819[ 5553] By: jhi on 2000/03/05 19:55:02
820 Log: AIX gcvt() cannot format long doubles very well.
821 Branch: cfgperl
822 ! hints/aix.sh
823____________________________________________________________________________
824[ 5552] By: jhi on 2000/03/05 18:44:37
825 Log: the monster cpp expression needs to be on one line to
826 appease makedepend
827 Branch: cfgperl
828 ! toke.c
829____________________________________________________________________________
830[ 5551] By: jhi on 2000/03/05 18:24:32
831 Log: IRIX cpp is fussy.
832 Branch: cfgperl
833 ! toke.c
834____________________________________________________________________________
835[ 5550] By: gsar on 2000/03/05 17:46:18
836 Log: perlbug tweak to grok local_patches better
837 Branch: perl
838 ! utils/perlbug.PL
839____________________________________________________________________________
840[ 5549] By: gsar on 2000/03/05 17:33:10
841 Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
842 in Pod::InputObjects (from Russ Allbery)
843 Branch: perl
844 + lib/Term/ANSIColor.pm t/lib/ansicolor.t
845 ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
846____________________________________________________________________________
847[ 5548] By: jhi on 2000/03/05 17:27:06
848 Log: clean up the makedepend temp file
849 Branch: cfgperl
850 ! Makefile.SH
851____________________________________________________________________________
852[ 5547] By: jhi on 2000/03/05 17:23:18
853 Log: Integrate with Sarathy.
854 Branch: cfgperl
855 !> perl.c
856____________________________________________________________________________
857[ 5546] By: jhi on 2000/03/05 17:16:12
858 Log: Integrate with Sarathy.
859 Branch: cfgperl
860 !> (integrate 47 files)
861____________________________________________________________________________
862[ 5545] By: gsar on 2000/03/05 17:13:48
863 Log: strip last component of SITELIB_EXP only if it looks like a
864 number
865 Branch: perl
866 ! perl.c
867____________________________________________________________________________
868[ 5544] By: jhi on 2000/03/05 17:12:42
869 Log: s/Perl/PeRl/; # yeah
870 Branch: cfgperl
871 ! Configure config_h.SH
872 Branch: metaconfig
873 ! U/modified/cpp_stuff.U
874____________________________________________________________________________
875[ 5543] By: gsar on 2000/03/05 16:54:10
876 Log: thinko in change#4546 that caused variables to lose their importedness
877 (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
878 Branch: perl
879 ! sv.c t/pragma/strict-vars
880____________________________________________________________________________
881[ 5542] By: gsar on 2000/03/05 09:37:26
882 Log: regen win32/config*, up version numbers &c.
883 Branch: perl
884 ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
885 ! win32/config.vc win32/config_H.bc win32/config_H.gc
886 ! win32/config_H.vc win32/makefile.mk
887____________________________________________________________________________
888[ 5541] By: gsar on 2000/03/05 09:20:12
889 Log: undo change#5506; add patch to make blank line warnings optional
890 (from Brad Appleton)
891 Branch: perl
892 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
893____________________________________________________________________________
894[ 5540] By: gsar on 2000/03/05 09:04:52
895 Log: fixes for most warnings identified by gcc -Wall
896 Branch: perl
897 ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
898 ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
899 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
900 ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
901____________________________________________________________________________
902[ 5539] By: gsar on 2000/03/05 06:37:58
903 Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
904 (from Doug MacEachern <dougm@pobox.com>)
905 Branch: perl
906 ! patchlevel.h perl.h
907____________________________________________________________________________
908[ 5538] By: gsar on 2000/03/05 05:50:44
909 Log: tyop
910 Branch: perl
911 ! config_h.SH
912____________________________________________________________________________
913[ 5537] By: gsar on 2000/03/05 05:41:10
914 Log: integrate cfgperl contents into mainline; add new tests from
915 inc.t into 64bit.t
916 Branch: perl
917 ! t/op/64bit.t
918 !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
919 !> pod/perl.pod toke.c
920____________________________________________________________________________
921[ 5536] By: jhi on 2000/03/05 05:37:22
922 Log: dethinko
923 Branch: cfgperl
924 ! toke.c
925____________________________________________________________________________
926[ 5535] By: jhi on 2000/03/05 05:14:40
927 Log: Integrate with Sarathy.
928 Branch: cfgperl
929 !> pp.c t/op/inc.t toke.c
930____________________________________________________________________________
931[ 5534] By: gsar on 2000/03/05 04:50:26
932 Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
933 since runtime is highly optimized for IVs rather than UVs
934 Branch: perl
935 ! toke.c
936____________________________________________________________________________
937[ 5533] By: gsar on 2000/03/05 04:30:02
938 Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
939 end up being promoted to an NV)
940 Branch: perl
941 ! pp.c t/op/inc.t toke.c
942____________________________________________________________________________
943[ 5532] By: jhi on 2000/03/05 01:11:37
944 Log: more cpp cosmetics, logic cleanup
945 Branch: cfgperl
946 ! toke.c
947____________________________________________________________________________
948[ 5531] By: jhi on 2000/03/05 00:51:20
949 Log: Implement #5525 in metaconfig.
950 Branch: cfgperl
951 ! Configure config_h.SH
952 Branch: metaconfig
953 ! U/modified/cpp_stuff.U
954____________________________________________________________________________
955[ 5530] By: jhi on 2000/03/05 00:32:51
956 Log: Integrate with Sarathy.
957 Branch: cfgperl
958 !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
959 !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
960 !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
961 !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
962 !> win32/config_H.gc win32/config_H.vc
963____________________________________________________________________________
964[ 5529] By: jhi on 2000/03/05 00:31:17
965 Log: Sanity check on the strtoll and strtoull.
966 Branch: cfgperl
967 ! Configure config_h.SH
968 Branch: metaconfig/U/perl
969 ! d_strtoll.U d_strtoull.U
970____________________________________________________________________________
971[ 5528] By: jhi on 2000/03/05 00:07:21
972 Log: Reformat the fearful cpp expression to be a little bit less fearful.
973 Branch: cfgperl
974 ! toke.c
975____________________________________________________________________________
976[ 5527] By: gsar on 2000/03/04 21:55:03
977 Log: make hints available via globals in the respective pragmas to
978 avoid duplicating the constants everywhere
979 Branch: perl
980 ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
981 ! lib/locale.pm lib/overload.pm lib/utf8.pm
982____________________________________________________________________________
983[ 5526] By: gsar on 2000/03/04 20:39:36
984 Log: remove deadcode
985 Branch: perl
986 ! lib/Cwd.pm
987____________________________________________________________________________
988[ 5525] By: gsar on 2000/03/04 19:42:55
989 Log: make CAT2() portable for use as a macro argument with an extra
990 level of macros
991 Branch: perl
992 ! config_h.SH
993____________________________________________________________________________
994[ 5524] By: gsar on 2000/03/04 19:02:27
995 Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
996 <lane@DUPHY4.Physics.Drexel.Edu>)
997 Branch: perl
998 ! doio.c
999____________________________________________________________________________
1000[ 5523] By: gsar on 2000/03/04 18:59:03
1001 Log: pod tweak
1002 Branch: perl
1003 ! pod/perldebug.pod
1004____________________________________________________________________________
1005[ 5522] By: gsar on 2000/03/04 17:46:58
1006 Log: regen win32/config_H*
1007 Branch: perl
1008 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1009____________________________________________________________________________
1010[ 5521] By: jhi on 2000/03/04 16:35:48
1011 Log: From: "Matthias Urlichs" <smurf@noris.net>
1012 To: perl5-porters@perl.org
1013 Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
1014 Date: Sat, 4 Mar 2000 12:48:42 +0100
1015 Message-ID: <20000304124841.A8090@noris.de>
1016 Branch: cfgperl
1017 ! toke.c
1018____________________________________________________________________________
1019[ 5520] By: jhi on 2000/03/04 15:41:12
1020 Log: unthink wishful thinking
1021 Branch: cfgperl
1022 ! pod/perl.pod
1023____________________________________________________________________________
1024[ 5519] By: gsar on 2000/03/04 06:42:47
1025 Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
1026 Branch: perl
1027 ! os2/os2ish.h
1028____________________________________________________________________________
1029[ 5518] By: gsar on 2000/03/04 06:02:26
1030 Log: avoid "scalars leaked" message in test
1031 Branch: perl
1032 ! t/pragma/warn/regcomp
1033____________________________________________________________________________
1034[ 5517] By: jhi on 2000/03/04 06:01:16
1035 Log: detypo
1036 Branch: cfgperl
1037 ! pod/perl.pod
1038____________________________________________________________________________
1039[ 5516] By: jhi on 2000/03/04 05:59:21
1040 Log: cleanup AVAILABILITY and mention binaries
1041 Branch: cfgperl
1042 ! pod/perl.pod
1043____________________________________________________________________________
1044[ 5515] By: gsar on 2000/03/04 05:55:02
1045 Log: syntax error in change#5498
1046 Branch: perl
1047 ! t/lib/ipc_sysv.t
1048____________________________________________________________________________
1049[ 5514] By: jhi on 2000/03/04 05:50:56
1050 Log: assuming that removing the libbind will be a good idea
1051 Branch: cfgperl
1052 ! hints/sco.sh
1053____________________________________________________________________________
1054[ 5513] By: gsar on 2000/03/04 05:50:15
1055 Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
1056 <wolfgang.laun@chello.at>)
1057 Branch: perl
1058 ! lib/Pod/Html.pm
1059____________________________________________________________________________
1060[ 5512] By: jhi on 2000/03/04 05:45:52
1061 Log: Integrate with Sarathy.
1062 Branch: cfgperl
1063 !> (integrate 41 files)
1064____________________________________________________________________________
1065[ 5511] By: jhi on 2000/03/04 05:42:37
1066 Log: HP-UX 64-bitness cures
1067 Branch: cfgperl
1068 ! hints/hpux.sh perl.h
1069____________________________________________________________________________
1070[ 5510] By: gsar on 2000/03/04 05:40:08
1071 Log: better error messages when xsubpp fails to find map for a particular
1072 type (from Ilya Zakharevich)
1073 Branch: perl
1074 ! lib/ExtUtils/xsubpp
1075____________________________________________________________________________
1076[ 5509] By: jhi on 2000/03/04 05:33:27
1077 Log: scratch #5508
1078 Branch: cfgperl
1079 ! perl.h
1080____________________________________________________________________________
1081[ 5508] By: jhi on 2000/03/04 05:31:19
1082 Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
1083 Branch: cfgperl
1084 ! perl.h
1085____________________________________________________________________________
1086[ 5507] By: gsar on 2000/03/04 04:27:51
1087 Log: more whitespace removal (from Michael G Schwern)
1088 Branch: perl
1089 ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
1090 ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
1091 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1092 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
1093 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
1094 ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
1095 ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
1096 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
1097 ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1098 ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
1099 ! lib/overload.pm x2p/s2p.PL
1100____________________________________________________________________________
1101[ 5506] By: gsar on 2000/03/04 04:12:06
1102 Log: temporarily disable blank line warning from Pod::Parser until
1103 it can be made optional
1104 Branch: perl
1105 ! lib/Pod/Parser.pm t/pod/poderrs.xr
1106____________________________________________________________________________
1107[ 5505] By: gsar on 2000/03/04 04:00:44
1108 Log: rid blanks in pods (from Michael G Schwern)
1109 Branch: perl
1110 ! README.amiga README.dos README.os2
1111____________________________________________________________________________
1112[ 5504] By: gsar on 2000/03/04 03:59:07
1113 Log: avoid warnings from shmread() when given undefined variable
1114 (from Tom Christiansen)
1115 Branch: perl
1116 ! doio.c
1117____________________________________________________________________________
1118[ 5503] By: gsar on 2000/03/04 03:53:43
1119 Log: fpsetmask() needs include on freebsd (from Slaven Rezic
1120 <eserte@vran.herceg.de>)
1121 Branch: perl
1122 ! unixish.h
1123____________________________________________________________________________
1124[ 5502] By: gsar on 2000/03/04 03:51:05
1125 Log: avoid ambiguity in indirect object notation (breaks with overridden
1126 run time require)
1127 Branch: perl
1128 ! lib/CGI.pm
1129____________________________________________________________________________
1130[ 5501] By: gsar on 2000/03/04 01:08:54
1131 Log: adjust perldelta
1132 Branch: perl
1133 ! Todo-5.6 pod/perl.pod pod/perldelta.pod
1134____________________________________________________________________________
1135[ 5500] By: gsar on 2000/03/04 00:33:49
1136 Log: integrate cfgperl contents into mainline
1137 Branch: perl
1138 !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
1139 !> pod/perlfunc.pod t/lib/ipc_sysv.t
1140____________________________________________________________________________
1141[ 5499] By: jhi on 2000/03/03 22:51:53
1142 Log: solaris hints tweak
1143 Branch: cfgperl
1144 ! hints/solaris_2.sh
1145____________________________________________________________________________
1146[ 5498] By: jhi on 2000/03/03 22:35:46
1147 Log: The SysV IPC test must use the native integers
1148 (long or short), also noted this in the msgsnd/semctl
1149 documentation. Reported in
1150
1151 From: schwern@athens.arena-i.com (Michael G Schwern)
1152 To: perl5-porters@perl.org
1153 Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
1154 Date: Thu, 2 Mar 2000 17:15:03 -0500 (EST)
1155 Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
1156 Branch: cfgperl
1157 ! pod/perlfunc.pod t/lib/ipc_sysv.t
1158____________________________________________________________________________
1159[ 5497] By: jhi on 2000/03/03 21:08:53
1160 Log: Update AVAILABILITY.
1161 Branch: cfgperl
1162 ! pod/perl.pod
1163____________________________________________________________________________
1164[ 5496] By: gsar on 2000/03/03 20:21:05
1165 Log: perldebug tweak (from M J T Guy)
1166 Branch: perl
1167 ! pod/perldebug.pod
1168____________________________________________________________________________
1169[ 5495] By: jhi on 2000/03/03 19:32:58
1170 Log: Integrate with Sarathy.
1171 Branch: cfgperl
1172 !> (integrate 79 files)
1173____________________________________________________________________________
1174[ 5494] By: jhi on 2000/03/03 19:14:01
1175 Log: the workaround is needed in all 7.2.* compilers,
1176 not just on IRIX64.
1177 Branch: cfgperl
1178 ! hints/irix_6.sh
1179____________________________________________________________________________
1180[ 5493] By: gsar on 2000/03/03 18:58:45
1181 Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
1182 and Robin Barker)
1183 Branch: perl
1184 ! Changes pod/perl.pod pod/perl5004delta.pod
1185 ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
1186 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
1187 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
1188 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1189 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
1190 ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
1191 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
1192 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
1193 ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
1194 ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
1195 ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
1196 ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
1197 ! pod/perlxstut.pod
1198____________________________________________________________________________
c47ff5f1
GS
1199[ 5492] By: gsar on 2000/03/03 17:48:31
1200 Log: support for list assignment to pseudohashes (from John Tobey
1201 <jtobey@john-edwin-tobey.org>)
1202 Branch: perl
1203 ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
1204 ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
1205____________________________________________________________________________
1206[ 5491] By: gsar on 2000/03/03 16:45:49
1207 Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
1208 Branch: perl
1209 ! INSTALL
1210____________________________________________________________________________
1211[ 5490] By: gsar on 2000/03/03 16:44:42
1212 Log: perldelta tweaks
1213 Branch: perl
1214 ! pod/perldelta.pod
1215____________________________________________________________________________
1216[ 5489] By: gsar on 2000/03/03 16:26:52
1217 Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
1218 <ask@valueclick.com>)
1219 Branch: perl
1220 ! ext/Sys/Syslog/Syslog.pm
1221____________________________________________________________________________
1222[ 5488] By: gsar on 2000/03/03 16:21:34
1223 Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
1224 <sthoenna@efn.org>)
1225 Branch: perl
1226 ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
1227 ! os2/os2.sym
1228____________________________________________________________________________
1229[ 5487] By: gsar on 2000/03/03 16:16:34
1230 Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
1231 Branch: perl
1232 ! t/lib/glob-basic.t
1233____________________________________________________________________________
1234[ 5486] By: gsar on 2000/03/03 15:42:28
1235 Log: integrate cfgperl and vmsperl contents into mainline
1236 Branch: perl
1237 ! pod/perl.pod
1238 !> (integrate 38 files)
1239____________________________________________________________________________
1240[ 5485] By: jhi on 2000/03/03 15:21:40
1241 Log: pull the sparcv9 workshop libraries in front of loclibpth
1242 Branch: cfgperl
1243 ! hints/solaris_2.sh
1244____________________________________________________________________________
1245[ 5484] By: jhi on 2000/03/03 15:09:03
1246 Log: Introduce i_ieefp because FreeBSD on ix86 needs that
1247 for ftpsetmask(0); regen Configure.
1248 Branch: cfgperl
1249 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1250 ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
1251 ! vos/config.def vos/config.h vos/config_h.SH_orig
1252 ! win32/config.bc win32/config.gc win32/config.vc
1253 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1254____________________________________________________________________________
1255[ 5483] By: jhi on 2000/03/03 05:37:58
1256 Log: The _cflags must be left-aligned.
1257 Branch: cfgperl
1258 ! hints/irix_6.sh
1259____________________________________________________________________________
1260[ 5482] By: bailey on 2000/03/03 04:42:45
1261 Log: Once more unto resync
1262 Branch: vmsperl
1263 !> (integrate 48 files)
1264____________________________________________________________________________
1265[ 5481] By: bailey on 2000/03/03 04:36:46
1266 Log: VMS-specific perldelta update
1267 Branch: vmsperl
1268 ! pod/perldelta.pod
1269____________________________________________________________________________
1270[ 5480] By: bailey on 2000/03/03 04:05:28
1271 Log: Set up Perl invocation method during configuration (Peter Prymmer)
1272 Add missing bits to various utilities and install them (ditto)
1273 Branch: vmsperl
1274 ! configure.com pod/pod2usage.PL pod/podselect.PL
1275 ! utils/dprofpp.PL vms/descrip_mms.template
1276____________________________________________________________________________
1277[ 5479] By: bailey on 2000/03/03 04:01:48
1278 Log: Fix test to match new behavior of vmsify() (Craig Berry)
1279 Branch: vmsperl
1280 ! vms/ext/filespec.t
1281____________________________________________________________________________
1282[ 5478] By: bailey on 2000/03/03 03:54:10
1283 Log: Try to intuit whether typeless file invoked in subprocess
1284 is an executable image or DCL procedure.
1285 Branch: vmsperl
1286 ! vms/perlvms.pod vms/vms.c
1287____________________________________________________________________________
1288[ 5477] By: bailey on 2000/03/03 03:37:18
1289 Log: Remove leftover bits of VAXC support (Dan Sugalski)
1290 Branch: vmsperl
1291 ! vms/gen_shrfls.pl
1292____________________________________________________________________________
1293[ 5476] By: bailey on 2000/03/03 03:34:51
1294 Log: Add missing declaration (Dan Sugalski)
1295 Branch: vmsperl
1296 ! vms/vms.c
1297____________________________________________________________________________
1298[ 5475] By: gsar on 2000/03/03 03:27:52
1299 Log: warn about /(?p{})/ (from Simon Cozens)
1300 Branch: perl
1301 ! regcomp.c toke.c
1302____________________________________________________________________________
1303[ 5474] By: bailey on 2000/03/03 03:27:05
1304 Log: Ad hoc patch for duping stdout into stderr
1305 Branch: vmsperl
1306 ! vms/vms.c
1307____________________________________________________________________________
1308[ 5473] By: bailey on 2000/03/03 03:23:29
1309 Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
1310 Branch: vmsperl
1311 ! vms/subconfigure.com vms/vmsish.h
1312____________________________________________________________________________
1313[ 5472] By: gsar on 2000/03/03 02:58:49
1314 Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
1315 Branch: perl
1316 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
1317 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1318____________________________________________________________________________
1319[ 5471] By: jhi on 2000/03/03 02:38:23
1320 Log: more todo
1321 Branch: cfgperl
1322 ! Todo-5.6
1323____________________________________________________________________________
1324[ 5470] By: gsar on 2000/03/03 02:36:02
1325 Log: skip test if db doesn't have null key support
1326 Branch: perl
1327 ! t/lib/anydbm.t
1328____________________________________________________________________________
1329[ 5469] By: jhi on 2000/03/03 02:26:53
1330 Log: Integrate with Sarathy.
1331 Branch: cfgperl
1332 !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1333 !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
1334 !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
1335 !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
1336 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
1337____________________________________________________________________________
1338[ 5468] By: jhi on 2000/03/03 02:24:05
1339 Log: irix hints tweak
1340 Branch: cfgperl
1341 ! hints/irix_6.sh
1342____________________________________________________________________________
1343[ 5467] By: gsar on 2000/03/03 02:19:50
1344 Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
1345 Simon Cozens <simon@othersideofthe.earth.li>)
1346 Branch: perl
1347 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1348 ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
1349 ! t/op/pat.t toke.c
1350____________________________________________________________________________
1351[ 5466] By: jhi on 2000/03/03 02:12:41
1352 Log: in words order bad
1353 Branch: cfgperl
1354 ! pod/perlre.pod
1355____________________________________________________________________________
1356[ 5465] By: jhi on 2000/03/03 02:09:45
1357 Log: /[[:alpha]/ now dies on unmatched [] instead of
1358 "an unknown character class" (spotted by Tom Christiansen)
1359 Branch: cfgperl
1360 ! regcomp.c t/pragma/warn/regcomp
1361____________________________________________________________________________
1362[ 5464] By: gsar on 2000/03/03 02:04:48
1363 Log: perldelta notes about IO::Socket changes (from Graham Barr)
1364 Branch: perl
1365 ! pod/perldelta.pod
1366____________________________________________________________________________
1367[ 5463] By: gsar on 2000/03/03 02:02:50
1368 Log: relax restrictions on constant names a bit (from M J T Guy)
1369 Branch: perl
1370 ! lib/constant.pm
1371____________________________________________________________________________
1372[ 5462] By: gsar on 2000/03/03 01:59:49
1373 Log: support for generation of accessor functions (from Hugo van der
1374 Sanden)
1375 Branch: perl
1376 ! utils/h2xs.PL
1377____________________________________________________________________________
1378[ 5461] By: jhi on 2000/03/03 01:51:53
1379 Log: cosmetics
1380 Branch: cfgperl
1381 ! t/op/pack.t
1382____________________________________________________________________________
1383[ 5460] By: jhi on 2000/03/03 01:50:07
1384 Log: detypo
1385 Branch: cfgperl
1386 ! t/op/pack.t
1387____________________________________________________________________________
1388[ 5459] By: gsar on 2000/03/03 01:46:35
1389 Log: pod tweaks
1390 Branch: perl
1391 ! pod/perl.pod pod/perlpod.pod
1392____________________________________________________________________________
1393[ 5458] By: jhi on 2000/03/03 01:25:21
1394 Log: solaris hints tweak
1395 Branch: cfgperl
1396 ! hints/solaris_2.sh
1397____________________________________________________________________________
1398[ 5457] By: jhi on 2000/03/02 22:56:49
1399 Log: detypo
1400 Branch: cfgperl
1401 ! hints/solaris_2.sh
1402____________________________________________________________________________
1403[ 5456] By: gsar on 2000/03/02 21:15:11
1404 Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
1405 add test targets for -C switch on windows
1406 Branch: perl
1407 ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
1408____________________________________________________________________________
1409[ 5455] By: gsar on 2000/03/02 21:06:49
1410 Log: add note about failed tests on memory starved systems (from
1411 Andy Dougherty)
1412 Branch: perl
1413 ! INSTALL
1414____________________________________________________________________________
1415[ 5454] By: jhi on 2000/03/02 21:03:35
1416 Log: Integrate with Sarathy.
1417 Branch: cfgperl
1418 !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1419 !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1420 !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1421____________________________________________________________________________
1422[ 5453] By: jhi on 2000/03/02 20:58:43
1423 Log: Further long double patches from Spider Boardman.
1424 Branch: cfgperl
1425 ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
1426____________________________________________________________________________
1427[ 5452] By: gsar on 2000/03/02 20:52:08
1428 Log: move doc about v-strings from perlop to perldata (suggested by
1429 David Dyck <dcd@tc.fluke.com>)
1430 Branch: perl
1431 ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1432____________________________________________________________________________
1433[ 5451] By: gsar on 2000/03/02 20:30:29
1434 Log: integrate cfgperl changes into mainline
1435 Branch: perl
1436 !> Configure hints/irix_6.sh pp.c
1437____________________________________________________________________________
1438[ 5450] By: gsar on 2000/03/02 20:08:10
1439 Log: still other multiline match cleanups (from Greg Bacon)
1440 Branch: perl
1441 ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1442 ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1443____________________________________________________________________________
1444[ 5449] By: jhi on 2000/03/02 20:01:58
1445 Log: Integrate with Sarathy.
1446 Branch: cfgperl
1447 !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1448 !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1449 !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1450 !> vms/descrip_mms.template vms/gen_shrfls.pl
1451 !> vms/subconfigure.com vms/vms.c win32/Makefile
1452 !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1453____________________________________________________________________________
fe6f1558
GS
1454[ 5448] By: jhi on 2000/03/02 20:00:37
1455 Log: workaround for Tru64 compiler bug (cleaner fix will have
1456 to wait until 5.6.1), from Spider Boardman
1457 Branch: cfgperl
1458 ! pp.c
1459____________________________________________________________________________
1460[ 5447] By: jhi on 2000/03/02 19:52:34
1461 Log: Workaround for an optimizer bug.
1462 Branch: cfgperl
1463 ! hints/irix_6.sh
1464____________________________________________________________________________
1465[ 5446] By: jhi on 2000/03/02 19:44:35
1466 Log: installation directory fix from Andy Dougherty
1467 (installstyle was being clobbered, spotted by Spider Boardman)
1468 Branch: cfgperl
1469 ! Configure
1470 Branch: metaconfig
1471 ! U/installdirs/installstyle.U
1472____________________________________________________________________________
1473[ 5445] By: gsar on 2000/03/02 19:40:44
1474 Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
1475 some parts not applied
1476 Branch: perl
1477 ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
1478 ! win32/win32.h
1479____________________________________________________________________________
1480[ 5444] By: gsar on 2000/03/02 19:26:08
1481 Log: avoid buffering issue in warn/8signal
1482 Branch: perl
1483 ! t/pragma/warn/8signal
1484____________________________________________________________________________
1485[ 5443] By: gsar on 2000/03/02 18:13:28
1486 Log: integrate cfgperl changes into mainline
1487 Branch: perl
1488 !> Configure config_h.SH hints/aix.sh hints/hpux.sh
1489 !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
1490 !> t/op/lfs.t t/op/pack.t
1491____________________________________________________________________________
1492[ 5442] By: gsar on 2000/03/02 18:02:40
1493 Log: integrate vmsperl changes into mainline (denied their changes to
1494 Glob.pm, t/pragma/warn/{8signal,pp_ctl})
1495 Branch: perl
1496 !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1497 !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1498 !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1499 !> vms/descrip_mms.template vms/gen_shrfls.pl
1500 !> vms/subconfigure.com vms/vms.c
1501____________________________________________________________________________
1502[ 5441] By: jhi on 2000/03/02 17:56:20
1503 Log: nit from Spider Boardman
1504 Branch: cfgperl
1505 ! makedepend.SH
1506____________________________________________________________________________
1507[ 5440] By: jhi on 2000/03/02 17:48:15
1508 Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
1509 is the correct one), spotted by Robin Parker.
1510 Branch: cfgperl
1511 ! Configure config_h.SH hints/aix.sh hints/hpux.sh
1512 Branch: metaconfig/U/perl
1513 ! uselfs.U
1514____________________________________________________________________________
1515[ 5439] By: jhi on 2000/03/02 15:32:04
1516 Log: Remove the pack.t kludge introduced to fudge the test
1517 to pass under long doubles: leave the similar kludge
1518 to posix.t because POSIX::strtod() is still double,
1519 not long double.
1520 Branch: cfgperl
1521 ! t/op/pack.t
1522____________________________________________________________________________
1523[ 5438] By: jhi on 2000/03/02 04:58:48
1524 Log: Integrate with Sarathy.
1525 Branch: cfgperl
1526 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1527 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
1528 !> lib/Pod/Html.pm op.c
1529____________________________________________________________________________
1530[ 5437] By: jhi on 2000/03/02 04:51:46
1531 Log: A patch on #5407.
1532 Branch: cfgperl
1533 ! sv.c
1534____________________________________________________________________________
1535[ 5436] By: gsar on 2000/03/02 04:45:37
1536 Log: avoid useless comparison
1537 Branch: perl
1538 ! op.c
1539____________________________________________________________________________
1540[ 5435] By: bailey on 2000/03/02 04:43:11
1541 Log: YA sync with mainline
1542 Branch: vmsperl
1543 +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
1544 +> t/lib/env-array.t
1545 !> (integrate 150 files)
1546____________________________________________________________________________
1547[ 5434] By: gsar on 2000/03/02 04:28:48
1548 Log: make the "back to top" links optional
1549 Branch: perl
1550 ! lib/Pod/Html.pm
1551____________________________________________________________________________
1552[ 5433] By: bailey on 2000/03/02 04:26:58
1553 Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
1554 Branch: vmsperl
1555 ! vms/vms.c
1556____________________________________________________________________________
1557[ 5432] By: bailey on 2000/03/02 04:20:51
1558 Log: Update dependencies and remove obsolete VAXC support
1559 Branch: vmsperl
1560 ! vms/descrip_mms.template
1561____________________________________________________________________________
1562[ 5431] By: bailey on 2000/03/02 04:19:42
1563 Log: Rmeove obsolete VAXC support
1564 Branch: vmsperl
1565 ! vms/gen_shrfls.pl
1566____________________________________________________________________________
1567[ 5430] By: bailey on 2000/03/02 04:18:57
1568 Log: Minor updates to subconfigure.com:
1569 - remove old VAXC support
1570 - avoid echoing commands to tempfiles
1571 - fix typos
1572 - define 64bit symbols (as "undef") when not using 64 bit support
1573 Branch: vmsperl
1574 ! vms/subconfigure.com
1575____________________________________________________________________________
1576[ 5429] By: bailey on 2000/03/02 04:16:11
1577 Log: Minor changes to Configure.Com:
1578 - permit operation in batch mode (splits output)
1579 - remove old VAXC support
1580 - default to enabling secure internal lnm translation
1581 Branch: vmsperl
1582 ! configure.com
1583____________________________________________________________________________
1584[ 5428] By: bailey on 2000/03/02 04:06:53
1585 Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
1586 Branch: vmsperl
1587 ! vms/vms.c
1588____________________________________________________________________________
1589[ 5427] By: bailey on 2000/03/02 04:05:47
1590 Log: FIx no-op in vms.c
1591 Branch: vmsperl
1592 ! vms/vms.c
1593____________________________________________________________________________
1594[ 5426] By: bailey on 2000/03/02 04:04:52
1595 Log: MIscellaneous tweaks to test and driver (Charles Lane)
1596 Branch: vmsperl
1597 ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
1598 ! vms/test.com
1599____________________________________________________________________________
1600[ 5425] By: bailey on 2000/03/02 04:02:44
1601 Log: Take advantage of new subprocess invocation (Charles Lane)
1602 Branch: vmsperl
1603 ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
1604 ! t/pragma/warnings.t
1605____________________________________________________________________________
1606[ 5424] By: bailey on 2000/03/02 04:00:20
1607 Log: Increment counter for skipped tests (Charles Lane)
1608 Branch: vmsperl
1609 ! t/io/open.t
1610____________________________________________________________________________
1611[ 5423] By: bailey on 2000/03/02 03:59:14
1612 Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
1613 on PERL5LIB logical (Dan Sugalski)
1614 Branch: vmsperl
1615 ! lib/Test/Harness.pm
1616____________________________________________________________________________
1617[ 5422] By: bailey on 2000/03/02 03:57:40
1618 Log: Use temp to construct dirspec in File::Find (Charles Lane)
1619 Branch: vmsperl
1620 ! lib/File/Find.pm
1621____________________________________________________________________________
1622[ 5421] By: bailey on 2000/03/02 03:56:13
1623 Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
1624 (Should move to File::Spec in long term)
1625 Branch: vmsperl
1626 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
1627____________________________________________________________________________
1628[ 5420] By: bailey on 2000/03/02 03:52:45
1629 Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
1630 Branch: vmsperl
1631 ! lib/ExtUtils/MM_VMS.pm
1632____________________________________________________________________________
1633[ 5419] By: bailey on 2000/03/02 03:50:53
1634 Log: Make File::Glob more VMS-friendly (Charles Lane)
1635 Branch: vmsperl
1636 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1637 ! t/lib/glob-basic.t
1638____________________________________________________________________________
1639[ 5418] By: bailey on 2000/03/02 03:47:21
1640 Log: Miscellaneous fixes to build procedures (Peter Prymmer)
1641 Branch: vmsperl
1642 ! configure.com vms/subconfigure.com
1643____________________________________________________________________________
1644[ 5417] By: bailey on 2000/03/02 03:42:49
1645 Log: Temrinate statements in pp_ctl warning test (Charles Lane)
1646 Branch: vmsperl
1647 ! t/pragma/warn/pp_ctl
1648____________________________________________________________________________
1649[ 5416] By: bailey on 2000/03/02 03:39:46
1650 Log: Warn but continue installing when file missing (Dan Sugalski)
1651 Branch: vmsperl
1652 ! installperl
1653____________________________________________________________________________
1654[ 5415] By: jhi on 2000/03/01 23:31:23
1655 Log: Make file sparseness detection more portable (Scott Henry)
1656 Branch: cfgperl
1657 ! t/lib/syslfs.t t/op/lfs.t
1658____________________________________________________________________________
1659[ 5414] By: jhi on 2000/03/01 22:53:48
1660 Log: detypo #5411 continues: Sun grep doesn't have -e.
1661 Branch: cfgperl
1662 ! hints/solaris_2.sh
1663____________________________________________________________________________
1664[ 5413] By: jhi on 2000/03/01 22:49:44
1665 Log: detypo #5411
1666 Branch: cfgperl
1667 ! hints/solaris_2.sh
1668____________________________________________________________________________
1669[ 5412] By: gsar on 2000/03/01 20:04:42
1670 Log: typo in change#5408
1671 Branch: perl
1672 ! lib/ExtUtils/MM_Unix.pm
1673____________________________________________________________________________
1674[ 5411] By: jhi on 2000/03/01 18:48:52
1675 Log: Better detection of the solaris workshop compiler.
1676 Branch: cfgperl
1677 ! hints/solaris_2.sh
1678____________________________________________________________________________
1679[ 5410] By: jhi on 2000/03/01 18:18:04
1680 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
1681 To: perl5-porters@perl.org
1682 Subject: solaris 64-bit and gcc
1683 Date: Wed, 1 Mar 2000 17:59:36 GMT
1684 Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
1685 Branch: cfgperl
1686 ! hints/solaris_2.sh
1687____________________________________________________________________________
1688[ 5409] By: jhi on 2000/03/01 18:16:43
1689 Log: Integrate with Sarathy.
1690 Branch: cfgperl
1691 +> t/lib/env-array.t
1692 !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
1693 !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
1694 !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
1695 !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
1696 !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
1697 !> t/lib/filefind.t t/lib/glob-basic.t
1698____________________________________________________________________________
1699[ 5408] By: gsar on 2000/03/01 18:15:49
1700 Log: still more multiline match cleanups (from Greg Bacon)
1701 Branch: perl
1702 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1703 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
1704____________________________________________________________________________
1705[ 5407] By: jhi on 2000/03/01 18:11:09
1706 Log: A further patch from Spider Boardman for long doubleness.
1707 Branch: cfgperl
1708 ! sv.c
1709____________________________________________________________________________
1710[ 5406] By: gsar on 2000/03/01 17:32:09
1711 Log: yet more multiline match cleanups (from Greg Bacon)
1712 Branch: perl
1713 ! lib/CPAN.pm lib/Cwd.pm
1714____________________________________________________________________________
1715[ 5405] By: gsar on 2000/03/01 17:24:53
1716 Log: add support for Env arrays (from Gregor N. Purdy
1717 <gregor@focusresearch.com>)
1718 Branch: perl
1719 + t/lib/env-array.t
1720 ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
1721____________________________________________________________________________
1722[ 5404] By: gsar on 2000/03/01 17:00:23
1723 Log: cygwin update (from Eric Fifer)
1724 Branch: perl
1725 ! README.cygwin t/lib/glob-basic.t
1726____________________________________________________________________________
1727[ 5403] By: gsar on 2000/03/01 16:55:47
1728 Log: more multiline match cleanups (from Greg Bacon)
1729 Branch: perl
1730 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
1731 ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
1732____________________________________________________________________________
1733[ 5402] By: gsar on 2000/03/01 16:38:48
1734 Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
1735 Branch: perl
1736 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
1737____________________________________________________________________________
1738[ 5401] By: gsar on 2000/03/01 16:35:28
1739 Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
1740 Branch: perl
1741 ! lib/File/Find.pm t/lib/filefind.t
1742____________________________________________________________________________
1743[ 5400] By: gsar on 2000/03/01 16:32:24
1744 Log: mention "r" debugger command (from Ilya Zakharevich)
1745 Branch: perl
1746 ! pod/perldebug.pod
1747____________________________________________________________________________
1748[ 5399] By: jhi on 2000/03/01 14:58:33
1749 Log: Integrate with Sarathy.
1750 Branch: cfgperl
1751 !> Changes configure.com ext/File/Glob/Glob.pm
1752 !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
1753 !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
1754 !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
1755 !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
1756 !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
1757 !> t/pragma/warn/pp_sys t/pragma/warnings.t
1758 !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
1759 !> vms/vms.c
1760____________________________________________________________________________
1761[ 5398] By: gsar on 2000/03/01 07:03:13
1762 Log: fix testsuite issues in change#5397
1763 Branch: perl
1764 ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
1765
527cc686 1766----------------
fe6f1558 1767Version v5.5.670
f70c35af
GS
1768----------------
1769
1770____________________________________________________________________________
48e87789
GS
1771[ 5397] By: gsar on 2000/03/01 06:44:42
1772 Log: consolidated VMS patches (from Craig A. Berry
1773 <craig.berry@metamorgs.com>); Glob.pm patch modified to use
1774 $DEFAULT_FLAGS, and iff no flags were supplied
1775 Branch: perl
1776 ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1777 ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
1778 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
1779 ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
1780 ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
1781 ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
1782 ! t/pragma/warnings.t vms/descrip_mms.template
1783 ! vms/subconfigure.com vms/test.com vms/vms.c
1784____________________________________________________________________________
1785[ 5396] By: gsar on 2000/03/01 06:28:22
1786 Log: integrate cfgperl changes into mainline
1787 Branch: perl
1788 !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
1789____________________________________________________________________________
1790[ 5395] By: jhi on 2000/03/01 06:12:10
1791 Log: Integrate with Sarathy.
1792 Branch: cfgperl
1793 +> lib/open.pm
1794 !> MANIFEST Todo-5.6 mg.c
1795____________________________________________________________________________
1796[ 5394] By: gsar on 2000/03/01 06:07:00
1797 Log: fix segfault on C<local ${^WARNING_BITS}>
1798 Branch: perl
1799 ! mg.c
1800____________________________________________________________________________
1801[ 5393] By: jhi on 2000/03/01 06:02:12
1802 Log: Fcntl de-cut-and-pasto.
1803 From: Doug MacEachern <dougm@pobox.com>
1804 To: perl5-porters@perl.org
1805 Subject: [PATCH v5.5.660] Fcntl.pm
1806 Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
1807 Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
1808 Branch: cfgperl
1809 ! ext/Fcntl/Fcntl.pm
1810____________________________________________________________________________
1811[ 5392] By: gsar on 2000/03/01 05:55:20
1812 Log: update Todo-5.6, add stub open.pm
1813 Branch: perl
1814 + lib/open.pm
1815 ! MANIFEST Todo-5.6
1816____________________________________________________________________________
1817[ 5391] By: jhi on 2000/03/01 05:42:25
1818 Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
1819 Branch: cfgperl
1820 ! hints/solaris_2.sh
1821____________________________________________________________________________
1822[ 5390] By: jhi on 2000/03/01 05:35:53
1823 Log: Couple of math functions need to be Perl_ so that
1824 they are correctly long double, especially the frexp()
1825 in sv_vcatpvfn() (spotted by Spider Boardman).
1826 Branch: cfgperl
1827 ! pp.c sv.c
1828____________________________________________________________________________
1829[ 5389] By: jhi on 2000/03/01 05:33:54
1830 Log: Integrate with Sarathy.
1831 Branch: cfgperl
1832 +> pod/perlnumber.pod
1833 !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
1834 !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
1835 !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
1836 !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
1837 !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
1838 !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
1839 !> win32/perllib.c win32/win32.c win32/win32.h
1840____________________________________________________________________________
1841[ 5388] By: gsar on 2000/03/01 03:38:03
1842 Log: Windows miscellany
1843 Branch: perl
1844 ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
1845____________________________________________________________________________
1846[ 5387] By: gsar on 2000/03/01 03:13:37
1847 Log: mention ftp/rsync access to repository in perlhack
1848 Branch: perl
1849 ! Changes pod/perlhack.pod pod/perlhist.pod
1850____________________________________________________________________________
2be4c08b
GS
1851[ 5386] By: gsar on 2000/03/01 03:04:54
1852 Log: support kill(0,$pid) on Windows to test if process exists
1853 Branch: perl
1854 ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
1855____________________________________________________________________________
1856[ 5385] By: gsar on 2000/03/01 02:10:01
1857 Log: integrate cfgperl changes into mainline
1858 Branch: perl
1859 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1860 !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
1861 !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
1862 !> win32/config.gc win32/config.vc
1863____________________________________________________________________________
1864[ 5384] By: gsar on 2000/03/01 01:47:55
1865 Log: oops, change#5382 didn't really fix the typo
1866 Branch: perl
1867 ! ext/DynaLoader/dl_dlopen.xs
1868____________________________________________________________________________
1869[ 5383] By: gsar on 2000/03/01 01:38:25
1870 Log: avoid warning on type-mismatch
1871 Branch: perl
1872 ! ext/DynaLoader/dlutils.c
1873____________________________________________________________________________
1874[ 5382] By: gsar on 2000/03/01 01:33:42
1875 Log: fix bug in change#5381
1876 Branch: perl
1877 ! ext/DynaLoader/dl_dlopen.xs
1878____________________________________________________________________________
1879[ 5381] By: gsar on 2000/03/01 00:46:44
1880 Log: unload extension shared objects when exiting, implemented
1881 only for dl_dlopen.xs (from Alan Burlison)
1882 Branch: perl
1883 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
1884 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
1885____________________________________________________________________________
1886[ 5380] By: gsar on 2000/03/01 00:34:10
1887 Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
1888 prose
1889 Branch: perl
1890 + pod/perlnumber.pod
1891 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
1892 ! pod/perltoc.pod pod/roffitall
1893____________________________________________________________________________
1894[ 5379] By: jhi on 2000/02/29 23:37:01
1895 Log: Be understanding.
1896 Branch: cfgperl
1897 ! Configure config_h.SH
1898 Branch: metaconfig/U/perl
1899 ! use64bits.U uselfs.U
1900____________________________________________________________________________
1901[ 5378] By: gsar on 2000/02/29 23:35:50
1902 Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
1903 Branch: perl
1904 ! lib/Test/Harness.pm vms/vms.c
1905____________________________________________________________________________
1906[ 5377] By: jhi on 2000/02/29 23:12:29
1907 Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
1908 d_Gconvert on long doubles to use sprintf %Lg.
1909 Branch: cfgperl
1910 ! hints/dec_osf.sh
1911____________________________________________________________________________
1912[ 5376] By: jhi on 2000/02/29 23:02:45
1913 Log: Integrate with Sarathy.
1914 Branch: cfgperl
1915 !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
1916 !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
1917 !> pod/perlguts.pod pod/perlop.pod
1918____________________________________________________________________________
1919[ 5375] By: gsar on 2000/02/29 23:02:34
1920 Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
1921 Branch: perl
1922 ! lib/File/Find.pm
1923____________________________________________________________________________
1924[ 5374] By: jhi on 2000/02/29 23:01:35
1925 Log: Add libsunmath (long double math library for Solaris,
1926 SUNWspro cc only) awareness; fix various Solaris nits.
1927 Branch: cfgperl
1928 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1929 ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
1930 ! vms/subconfigure.com vos/config.def win32/config.bc
1931 ! win32/config.gc win32/config.vc
1932 Branch: metaconfig
1933 ! U/modified/libs.U
1934 Branch: metaconfig/U/perl
1935 + i_sunmath.U
1936____________________________________________________________________________
1937[ 5373] By: gsar on 2000/02/29 22:56:10
1938 Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
1939 to the more readable form (from Robin Barker)
1940 Branch: perl
1941 ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
1942____________________________________________________________________________
1943[ 5372] By: gsar on 2000/02/29 22:52:27
1944 Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
1945 Branch: perl
1946 ! malloc.c
1947____________________________________________________________________________
1948[ 5371] By: gsar on 2000/02/29 22:29:36
1949 Log: fix pods to reflect newer canonical names for call_sv() etc.
1950 Branch: perl
1951 ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
1952 ! pod/perlembed.pod pod/perlguts.pod
1953____________________________________________________________________________
1954[ 5370] By: jhi on 2000/02/29 22:08:26
1955 Log: Integrate with Sarathy.
1956 Branch: cfgperl
1957 !> perl.c perl.h win32/win32.c win32/win32.h
1958____________________________________________________________________________
1959[ 5369] By: gsar on 2000/02/29 21:37:10
1960 Log: remove bogus code that caused test failures on HP-UX
1961 Branch: perl
1962 ! perl.h
1963____________________________________________________________________________
1964[ 5368] By: gsar on 2000/02/29 20:45:01
1965 Log: change#5364 had a few problems
1966 Branch: perl
1967 ! perl.c win32/win32.c win32/win32.h
1968____________________________________________________________________________
1969[ 5367] By: gsar on 2000/02/29 18:19:04
1970 Log: integrate cfgperl changes into mainline
1971 Branch: perl
1972 !> Configure config_h.SH epoc/config.sh hints/hpux.sh
1973 !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
1974 !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
1975____________________________________________________________________________
1976[ 5366] By: jhi on 2000/02/29 18:15:09
1977 Log: Some compilers have problems with quad switch() controls.
1978 Branch: cfgperl
1979 ! regcomp.c
1980____________________________________________________________________________
1981[ 5365] By: jhi on 2000/02/29 18:14:30
1982 Log: Integrate with Sarathy.
1983 Branch: cfgperl
1984 !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
1985 !> win32/win32.h
1986____________________________________________________________________________
1987[ 5364] By: gsar on 2000/02/29 18:11:34
1988 Log: utf8-ize @ARGV when -C switch is used on Windows
1989 Branch: perl
1990 ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
1991 ! win32/win32.h
1992____________________________________________________________________________
1993[ 5363] By: jhi on 2000/02/29 17:47:48
1994 Log: HP-UX lddlflags were broken.
1995 Branch: cfgperl
1996 ! Configure config_h.SH
1997 Branch: metaconfig/U/perl
1998 ! dlsrc.U
1999____________________________________________________________________________
2000[ 5362] By: jhi on 2000/02/29 17:32:27
2001 Log: Make the failsafe question about socket address structure
2002 sizes hopefully a bit less confusing.
2003 Branch: cfgperl
2004 ! Configure config_h.SH
2005 Branch: metaconfig
2006 ! U/protos/socksizetype.U
2007____________________________________________________________________________
2008[ 5361] By: jhi on 2000/02/29 17:17:10
2009 Log: Integrate with Sarathy.
2010 Branch: cfgperl
2011 !> malloc.c
2012____________________________________________________________________________
2013[ 5360] By: gsar on 2000/02/29 17:16:09
2014 Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
2015 Branch: perl
2016 ! malloc.c
2017____________________________________________________________________________
2018[ 5359] By: jhi on 2000/02/29 17:06:12
2019 Log: Make the warning about preferring HP's ar more visible.
2020 Branch: cfgperl
2021 ! hints/hpux.sh
2022____________________________________________________________________________
2023[ 5358] By: jhi on 2000/02/29 17:04:36
2024 Log: The sprintf option was blithely printing long doubles as
2025 doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
2026 being used; made the test more thorough.
2027 Branch: cfgperl
2028 ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
2029 ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
2030 Branch: metaconfig
2031 ! U/compline/d_gconvert.U
2032____________________________________________________________________________
2033[ 5357] By: jhi on 2000/02/29 16:58:08
2034 Log: Make the warning about abandoning long doubles more visible.
2035 Branch: cfgperl
2036 ! Configure config_h.SH
2037 Branch: metaconfig/U/perl
2038 ! uselongdbl.U
2039____________________________________________________________________________
2040[ 5356] By: jhi on 2000/02/29 16:51:33
2041 Log: HP-UX gcc fix; detypo in use64bits.
2042 Branch: cfgperl
2043 ! Configure config_h.SH
2044 Branch: metaconfig/U/perl
2045 ! dlsrc.U use64bits.U
2046____________________________________________________________________________
2047[ 5355] By: jhi on 2000/02/29 16:31:17
2048 Log: Solaris 64-bitness hints saga continues.
2049 Branch: cfgperl
2050 ! hints/solaris_2.sh
2051____________________________________________________________________________
2052[ 5354] By: jhi on 2000/02/29 16:04:42
2053 Log: Integrate with Sarathy.
2054 Branch: cfgperl
2055 !> ext/Thread/Thread.xs perl.c perl.h
2056____________________________________________________________________________
2057[ 5353] By: jhi on 2000/02/29 15:54:10
2058 Log: Solaris hints tweak for 64-bitallness.
2059 Branch: cfgperl
2060 ! hints/solaris_2.sh
2061____________________________________________________________________________
2062[ 5352] By: jhi on 2000/02/29 15:35:13
2063 Log: Too many 64-bitness option combinations.
2064 Branch: cfgperl
2065 ! Configure config_h.SH
2066 Branch: metaconfig/U/perl
2067 ! use64bits.U
2068____________________________________________________________________________
2069[ 5351] By: gsar on 2000/02/29 15:31:56
2070 Log: more adjustments needed for change#5342 under use5005threads
2071 Branch: perl
2072 ! ext/Thread/Thread.xs perl.c perl.h
2073____________________________________________________________________________
2074[ 5350] By: jhi on 2000/02/29 15:24:59
2075 Log: Integrate with Sarathy.
2076 Branch: cfgperl
2077 +> pod/perlboot.pod
2078 !> (integrate 40 files)
2079____________________________________________________________________________
2080[ 5349] By: gsar on 2000/02/29 08:13:56
2081 Log: more m//s and $ vs \z fixups (from Greg Bacon)
2082 Branch: perl
2083 ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
2084 ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2085 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2086 ! lib/File/Spec/Win32.pm
2087____________________________________________________________________________
2088[ 5348] By: gsar on 2000/02/29 08:00:48
2089 Log: increase sleep to compensate for slow cpu (from Peter Haworth
2090 <pmh@edison.ioppublishing.com>)
2091 Branch: perl
2092 ! t/io/pipe.t
2093____________________________________________________________________________
2094[ 5347] By: gsar on 2000/02/29 07:52:35
2095 Log: add OO tutorial for beginners (from Randal L. Schwartz
2096 <merlyn@stonehenge.com>)
2097 Branch: perl
2098 + pod/perlboot.pod
2099 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
2100 ! pod/perldelta.pod pod/perltoc.pod
2101____________________________________________________________________________
2102[ 5346] By: gsar on 2000/02/29 07:24:52
2103 Log: malloc bug fix and machten hints (from Dominic Dunlop
2104 <domo@computer.org>)
2105 Branch: perl
2106 ! hints/machten.sh malloc.c
2107____________________________________________________________________________
2108[ 5345] By: gsar on 2000/02/29 06:32:56
2109 Log: integrate cfgperl contents into mainline
2110 Branch: perl
2111 !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
2112 !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
2113 !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2114 !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
2115 !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
2116 !> win32/config.bc win32/config.gc win32/config.vc
2117____________________________________________________________________________
2118[ 5344] By: gsar on 2000/02/29 06:25:33
2119 Log: export list tweak
2120 Branch: perl
2121 ! makedef.pl
2122____________________________________________________________________________
2123[ 5343] By: gsar on 2000/02/29 06:01:22
2124 Log: various shenanigans in change#5342
2125 Branch: perl
2126 ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
2127 ! win32/win32.h win32/win32thread.h
2128____________________________________________________________________________
2129[ 5342] By: gsar on 2000/02/29 04:53:00
2130 Log: support fetching current interpreter from TLS under useithreads
2131 Branch: perl
2132 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
2133 ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
2134 ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
2135 ! win32/win32.h win32/win32thread.c win32/win32thread.h
2136____________________________________________________________________________
2137[ 5341] By: jhi on 2000/02/29 03:26:11
2138 Log: Don't know how to do large files using gcc in HP-UX.
2139 Branch: cfgperl
2140 ! hints/hpux.sh
2141____________________________________________________________________________
2142[ 5340] By: jhi on 2000/02/29 03:07:16
2143 Log: Added few more libs to scan.
2144 Branch: cfgperl
2145 ! Configure config_h.SH
2146 Branch: metaconfig
2147 ! U/modified/Myinit.U U/modified/libs.U
2148____________________________________________________________________________
2149[ 5339] By: jhi on 2000/02/29 01:37:43
2150 Log: Bigger warning on the changed behaviour of the unary ~.
2151 Branch: cfgperl
2152 ! pod/perldelta.pod
2153____________________________________________________________________________
2154[ 5338] By: jhi on 2000/02/29 01:17:07
2155 Log: IRIX 64-bitness fixes.
2156 Branch: cfgperl
2157 ! Configure config_h.SH hints/irix_6.sh
2158 Branch: metaconfig
2159 ! U/modified/Cppsym.U
2160____________________________________________________________________________
2161[ 5337] By: jhi on 2000/02/29 00:59:08
2162 Log: Userfriendliness.
2163 Branch: cfgperl
2164 ! Configure config_h.SH
2165 Branch: metaconfig/U/perl
2166 ! use64bits.U
2167____________________________________________________________________________
2168[ 5336] By: jhi on 2000/02/29 00:53:51
2169 Log: Undo the sv_2pv() change of #5329, caused numconvert.t
2170 problems in IRIX 32-n32.
2171 Branch: cfgperl
2172 ! sv.c
2173____________________________________________________________________________
2174[ 5335] By: jhi on 2000/02/29 00:22:37
2175 Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
2176 Branch: cfgperl
2177 ! Configure config_h.SH hints/hpux.sh
2178 Branch: metaconfig/U/perl
2179 ! dlsrc.U
2180____________________________________________________________________________
2181[ 5334] By: jhi on 2000/02/28 23:59:59
2182 Log: Do not cast pointers into I32s.
2183 Branch: cfgperl
2184 ! mg.c
2185____________________________________________________________________________
2186[ 5333] By: jhi on 2000/02/28 23:39:26
2187 Log: More AIX fixes from Steven Hirsch.
2188 Branch: cfgperl
2189 ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
2190 ! ext/DynaLoader/hints/aix.pl hints/aix.sh
2191 Branch: metaconfig/U/perl
2192 ! use64bits.U
2193____________________________________________________________________________
2194[ 5332] By: jhi on 2000/02/28 22:45:59
2195 Log: Detypo.
2196 Branch: cfgperl
2197 ! hints/irix_6.sh
2198____________________________________________________________________________
2199[ 5331] By: jhi on 2000/02/28 22:23:36
2200 Log: Regularize the call-back units (and fix a bug in #5330).
2201 Branch: cfgperl
2202 ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2203____________________________________________________________________________
2204[ 5330] By: jhi on 2000/02/28 21:50:28
2205 Log: Don't be overeager to turn on 64-bitallness.
2206 Branch: cfgperl
2207 ! hints/solaris_2.sh
2208____________________________________________________________________________
2209[ 5329] By: jhi on 2000/02/28 20:32:53
2210 Log: Lift the 32-bit straightjacket from bit ops;
2211 prefer IV/UV over NV in sv_2pv().
2212 Branch: cfgperl
2213 ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
2214 ! t/op/misc.t t/op/numconvert.t
2215____________________________________________________________________________
2216[ 5328] By: jhi on 2000/02/28 20:11:59
2217 Log: Do not add -Ae for gcc.
2218 Branch: cfgperl
2219 ! hints/hpux.sh
2220____________________________________________________________________________
2221[ 5327] By: jhi on 2000/02/28 17:35:39
2222 Log: Use the vendor file(1).
2223 Branch: cfgperl
2224 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
2225____________________________________________________________________________
2226[ 5326] By: jhi on 2000/02/28 17:31:19
2227 Log: Put back madvise lost because of a typo.
2228 Branch: cfgperl
2229 ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
2230 ! win32/config.vc
2231____________________________________________________________________________
2232[ 5325] By: jhi on 2000/02/28 16:44:32
2233 Log: Tweak HP-UX libraries.
2234 Branch: cfgperl
2235 ! hints/hpux.sh
2236____________________________________________________________________________
2237[ 5324] By: jhi on 2000/02/28 16:37:43
2238 Log: Don't be overeager to turn on largefileness.
2239 Branch: cfgperl
2240 ! hints/solaris_2.sh
2241____________________________________________________________________________
2242[ 5323] By: jhi on 2000/02/28 16:23:15
2243 Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
2244 The patch to File/Glob/Makefile.PL is inconvenient but at the
2245 moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
2246 off the optimization ($self->{OPTIMIZE} = '') doesn't work,
2247 the file is processed by MakeMaker but OPTIMIZE ends up as -O
2248 in the resulting Makefile. A MakeMaker bug?
2249 Branch: cfgperl
2250 ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
2251 ! hints/aix.sh t/lib/ipc_sysv.t
2252____________________________________________________________________________
2253[ 5322] By: jhi on 2000/02/28 16:17:33
2254 Log: Integrate with Sarathy.
2255 Branch: cfgperl
2256 !> (integrate 45 files)
2257____________________________________________________________________________
2258[ 5321] By: gsar on 2000/02/28 10:13:03
2259 Log: avoid warnings in legacy code (from David Dyck)
2260 Branch: perl
2261 ! lib/pwd.pl
2262____________________________________________________________________________
2263[ 5320] By: gsar on 2000/02/28 10:11:37
2264 Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
2265 Branch: perl
2266 ! x2p/find2perl.PL
2267____________________________________________________________________________
2268[ 5319] By: gsar on 2000/02/28 10:07:00
2269 Log: fix outdated URLs (from Michael G Schwern)
2270 Branch: perl
2271 ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
2272 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
2273 ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
2274 ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
2275 ! pod/perlvar.pod pod/perlxs.pod
2276____________________________________________________________________________
2277[ 5318] By: gsar on 2000/02/28 10:04:57
2278 Log: update Changes, patchlevel etc.
2279 Branch: perl
2280 ! Changes patchlevel.h win32/Makefile win32/config.bc
2281 ! win32/config.gc win32/config.vc win32/config_H.bc
2282 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2283____________________________________________________________________________
93342173
GS
2284[ 5317] By: gsar on 2000/02/28 09:39:47
2285 Log: make stringwise bitops work properly on utf8 strings
2286 Branch: perl
2287 ! doop.c t/op/bop.t
2288____________________________________________________________________________
2289[ 5316] By: gsar on 2000/02/28 07:04:22
2290 Log: integrate cfgperl and vmsperl changes into mainline
2291 Branch: perl
2292 ! Porting/makerel
2293 !> Configure Makefile.SH config_h.SH configure.com
2294 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2295 !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2296 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
2297 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
2298 !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
2299 !> vms/descrip_mms.template vms/gen_shrfls.pl
2300 !> vms/subconfigure.com vms/vms.c
2301____________________________________________________________________________
2302[ 5315] By: jhi on 2000/02/28 06:31:08
2303 Log: The search for static _s-suffixex libs was broken;
2304 add -L/lib/pa20_64 only iff there.
2305 Branch: cfgperl
2306 ! Configure config_h.SH hints/hpux.sh
2307 Branch: metaconfig
2308 ! U/modified/libs.U
2309____________________________________________________________________________
2310[ 5314] By: jhi on 2000/02/28 06:08:40
2311 Log: Even better use64bitall logic.
2312 Branch: cfgperl
2313 ! Configure config_h.SH
2314 Branch: metaconfig/U/perl
2315 ! use64bits.U uselfs.U
2316____________________________________________________________________________
2317[ 5313] By: jhi on 2000/02/28 05:47:27
2318 Log: Integrate with Sarathy.
2319 Branch: cfgperl
2320 !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
2321 !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
2322 !> t/lib/fields.t x2p/find2perl.PL
2323____________________________________________________________________________
2324[ 5312] By: jhi on 2000/02/28 05:09:31
2325 Log: Ask about use64bitall regardless of whether use64bitint is defined.
2326 Branch: cfgperl
2327 ! Configure config_h.SH
2328 Branch: metaconfig/U/perl
2329 ! use64bits.U
2330____________________________________________________________________________
2331[ 5311] By: bailey on 2000/02/28 05:05:56
2332 Log: Integrate mainline
2333 Branch: vmsperl
2334 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2335 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
2336 !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
2337 !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
2338 !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2339 !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
2340 !> x2p/find2perl.PL
2341____________________________________________________________________________
2342[ 5310] By: bailey on 2000/02/28 04:36:20
2343 Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
2344 Branch: vmsperl
2345 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2346____________________________________________________________________________
2347[ 5309] By: jhi on 2000/02/28 04:17:36
2348 Log: The #5249 wasn't doing any good.
2349 Branch: cfgperl
2350 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
2351____________________________________________________________________________
2352[ 5308] By: bailey on 2000/02/28 03:56:51
2353 Log: Repair typo -- conjunction of variable with text
2354 Branch: vmsperl
2355 ! t/lib/cgi-html.t
2356____________________________________________________________________________
2357[ 5307] By: jhi on 2000/02/28 03:46:14
2358 Log: A less ambitious version of #5292.
2359 Branch: cfgperl
2360 ! Makefile.SH
2361____________________________________________________________________________
2362[ 5306] By: bailey on 2000/02/28 03:42:38
2363 Log: Defer inclusion of VMS-specific code to runtime
2364 Branch: vmsperl
2365 ! t/io/openpid.t
2366____________________________________________________________________________
2367[ 5305] By: jhi on 2000/02/28 03:41:48
2368 Log: The #5292 was Not So Good Idea.
2369 Branch: cfgperl
2370 ! Makefile.SH
2371____________________________________________________________________________
2372[ 5304] By: bailey on 2000/02/28 02:57:14
2373 Log: Minor test updates to accomodate new subprocess invocation
2374 Branch: vmsperl
2375 ! t/comp/script.t t/op/goto.t t/op/split.t
2376____________________________________________________________________________
2377[ 5303] By: bailey on 2000/02/28 02:52:47
2378 Log: Missed bit of #5302 (case-sensitive symbols)
2379 Branch: vmsperl
2380 ! lib/ExtUtils/Mksymlists.pm
2381____________________________________________________________________________
2382[ 5302] By: bailey on 2000/02/28 02:51:00
2383 Log: Support case-sensitive symbols usage in linker
2384 Branch: vmsperl
2385 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2386 ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
2387____________________________________________________________________________
2388[ 5301] By: bailey on 2000/02/28 02:46:47
2389 Log: Free $PARSE context after lookups
2390 Branch: vmsperl
2391 ! vms/vms.c
2392____________________________________________________________________________
2393[ 5300] By: bailey on 2000/02/28 02:43:56
2394 Log: Don't wait for subprocess to read final EOF
2395 Branch: vmsperl
2396 ! vms/vms.c
2397____________________________________________________________________________
2398[ 5299] By: bailey on 2000/02/28 00:44:45
2399 Log: Dan Sugalski's config/build changes to .660
2400 Branch: vmsperl
2401 ! configure.com vms/descrip_mms.template vms/subconfigure.com
2402____________________________________________________________________________
2403[ 5298] By: bailey on 2000/02/28 00:07:13
2404 Log: When testing CGI.pm, use its notion of CRLF
2405 Branch: vmsperl
2406 ! t/lib/cgi-html.t
2407____________________________________________________________________________
2408[ 5297] By: bailey on 2000/02/28 00:00:08
2409 Log: Quote command line args which need to be upper case
2410 Tell subprocess we're finished before waiting for it
2411 Branch: vmsperl
2412 ! t/io/openpid.t
2413____________________________________________________________________________
2414[ 5296] By: gsar on 2000/02/28 00:00:05
2415 Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
2416 these insidious errors in File::Basename, File::Find and find2perl
2417 (from Tom Christiansen)
2418
2419 TODO: many other modules need to be fixed as well!
2420 Branch: perl
2421 ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
2422____________________________________________________________________________
2423[ 5295] By: jhi on 2000/02/27 23:18:40
2424 Log: Version number update.
2425 Branch: cfgperl
2426 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2427____________________________________________________________________________
2428[ 5294] By: gsar on 2000/02/27 22:27:46
2429 Log: typos in change#5293
2430 Branch: perl
2431 ! lib/fields.pm
2432____________________________________________________________________________
2433[ 5293] By: gsar on 2000/02/27 21:57:40
2434 Log: support fields::new() and fields::phash() to create pseudo-hash
2435 objects and plain pseudo-hashes respectively (this avoids users
2436 from having to diddle %FIELDS directly); update documentation to
2437 suit (from original fields::phash() implementation by Peter
2438 Scott <Peter@PSDT.com>)
2439 Branch: perl
2440 ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
2441 ! pod/perlref.pod t/lib/fields.t
2442____________________________________________________________________________
2443[ 5292] By: jhi on 2000/02/27 21:49:25
2444 Log: proto.h was mssing from the list of generated files;
2445 added rules to generate any single wanted file
2446 (a bunch of other files may also be generated
2447 at the same time, as before)
2448 Branch: cfgperl
2449 ! Makefile.SH
2450____________________________________________________________________________
2451[ 5291] By: jhi on 2000/02/27 18:57:12
2452 Log: Integrate with Sarathy.
2453 Branch: cfgperl
2454 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2455 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
2456 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2457 !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
2458 !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
2459 !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
2460____________________________________________________________________________
2461[ 5290] By: gsar on 2000/02/27 18:47:00
2462 Log: integrate cfgperl and vmsperl contents into mainline
2463 Branch: perl
2464 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2465 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
2466 !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
2467____________________________________________________________________________
2468[ 5289] By: gsar on 2000/02/27 18:09:04
2469 Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
2470 the internal glob())
2471 Branch: perl
2472 ! pp_sys.c
2473____________________________________________________________________________
2474[ 5288] By: gsar on 2000/02/27 17:12:41
2475 Log: djgpp update (from Laszlo Molnar)
2476 Branch: perl
2477 ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2478 ! hints/dos_djgpp.sh
2479____________________________________________________________________________
2480[ 5287] By: gsar on 2000/02/27 16:58:53
2481 Log: tweak comment about core glob()
2482 Branch: perl
2483 ! ext/File/Glob/Glob.pm
2484____________________________________________________________________________
2485[ 5286] By: gsar on 2000/02/27 16:52:54
2486 Log: remove outdated info about csh and glob(); glob() need not fail
2487 when tainting anymore if using internal globbing
2488 Branch: perl
2489 ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
2490 ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2491____________________________________________________________________________
2492[ 5285] By: gsar on 2000/02/27 16:20:31
2493 Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
2494 handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
2495 Branch: perl
2496 ! pp_sys.c
2497____________________________________________________________________________
2498[ 5284] By: gsar on 2000/02/27 14:31:24
2499 Log: avoid compiler warnings (from Dan Sugalski)
2500 Branch: perl
2501 ! op.c sv.c
2502____________________________________________________________________________
2503[ 5283] By: gsar on 2000/02/27 14:21:16
2504 Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
2505 Branch: perl
2506 ! sv.c
2507____________________________________________________________________________
2508[ 5282] By: bailey on 2000/02/27 05:07:08
2509 Log: Impose security constraints on lnm lookup only if tainting
2510 Branch: vmsperl
2511 ! vms/vms.c
2512____________________________________________________________________________
2513[ 5281] By: bailey on 2000/02/27 05:05:35
2514 Log: Add new File::Spec::VMS methods
2515 Don't add implicit device in VMS <-> Unix filespec translation
2516 Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
2517 Branch: vmsperl
2518 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2519 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
2520____________________________________________________________________________
2521[ 5280] By: bailey on 2000/02/27 04:58:01
2522 Log: Accept filespecs as command verbs for subprocesses
2523 Branch: vmsperl
2524 ! vms/perlvms.pod vms/vms.c
2525____________________________________________________________________________
2526[ 5279] By: jhi on 2000/02/27 04:01:53
2527 Log: Integrate with Sarathy.
2528 Branch: cfgperl
2529 !> pp_hot.c
2530____________________________________________________________________________
2531[ 5278] By: bailey on 2000/02/27 02:43:01
2532 Log: Resync with mainline again
2533 Branch: vmsperl
2534 !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
2535 !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2536 !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2537 !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
2538 !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
2539 !> vms/subconfigure.com
2540____________________________________________________________________________
2541[ 5277] By: jhi on 2000/02/27 02:36:36
2542 Log: Fix locale case-ignorant matching bug reported in
2543
2544 From: gomar@md.media-web.de
2545 To: perl5-porters@perl.org
2546 Subject: [ID 20000223.005]
2547 Date: 23 Feb 2000 16:03:08 -0000
2548 Message-Id: <20000223160308.1830.qmail@md.media-web.de>
2549 Branch: cfgperl
2550 ! regexec.c t/pragma/locale.t
2551____________________________________________________________________________
2552[ 5276] By: gsar on 2000/02/26 18:18:16
2553 Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
2554 (from Tom Christiansen)
2555 Branch: perl
2556 ! pp_hot.c
2557____________________________________________________________________________
2558[ 5275] By: jhi on 2000/02/26 16:43:11
2559 Log: Integrate with Sarathy.
2560 Branch: cfgperl
2561 !> (integrate 34 files)
2562____________________________________________________________________________
2563[ 5274] By: gsar on 2000/02/26 15:23:45
2564 Log: rework binmode() entry in perlfunc (from Martien Verbruggen
2565 <mgjv@comdyn.com.au>)
2566 Branch: perl
2567 ! pod/perlfunc.pod
2568____________________________________________________________________________
2569[ 5273] By: gsar on 2000/02/26 15:04:54
2570 Log: PodParser v1.11 update (from Brad Appleton)
2571 Branch: perl
2572 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2573 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2574 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
2575____________________________________________________________________________
2576[ 5272] By: gsar on 2000/02/26 14:48:24
2577 Log: add missing perl headers to perldepend action
2578 Branch: perl
2579 ! lib/ExtUtils/MM_Unix.pm
2580____________________________________________________________________________
2581[ 5271] By: gsar on 2000/02/26 08:03:36
2582 Log: VMS patch (from Peter Prymmer)
2583 Branch: perl
2584 ! Makefile.SH README.vms configure.com vms/descrip_mms.template
2585 ! vms/sockadapt.h vms/subconfigure.com
2586____________________________________________________________________________
2587[ 5270] By: gsar on 2000/02/26 07:46:35
2588 Log: integrate vmsperl changes into mainline
2589 Branch: perl
2590 !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
2591 !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
2592____________________________________________________________________________
2593[ 5269] By: bailey on 2000/02/26 07:04:55
2594 Log: Resync with mainline
2595 Branch: vmsperl
2596 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
2597 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2598 +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
2599 +> lib/bytes_heavy.pl t/pragma/warn/9enabled
2600 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
2601 - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
2602 - lib/unicode/Eq/Unicode.pl
2603 !> (integrate 323 files)
2604____________________________________________________________________________
2605[ 5268] By: gsar on 2000/02/26 06:50:04
2606 Log: reintroduce useithreads (accidentally deleted in change#5261)
2607 Branch: perl
2608 ! win32/config.vc
2609____________________________________________________________________________
2610[ 5266] By: gsar on 2000/02/26 06:46:06
2611 Log: integrate cfgperl changes into mainline
2612 Branch: perl
2613 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
2614 - ext/DynaLoader/dl_rhapsody.xs
2615 !> (integrate 62 files)
2616____________________________________________________________________________
2617[ 5265] By: gsar on 2000/02/26 06:31:10
2618 Log: support for version vectors in UNIVERSAL::VERSION(), so that
2619 C<use Foo v1.2.3> etc., work; tests for the same
2620
2621 TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
2622 Branch: perl
2623 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2624 ! t/comp/use.t toke.c universal.c
2625____________________________________________________________________________
2626[ 5264] By: jhi on 2000/02/26 04:14:15
2627 Log: Add libscheck for IRIX.
2628 Branch: cfgperl
2629 ! hints/irix_6.sh
2630____________________________________________________________________________
2631[ 5263] By: jhi on 2000/02/26 03:40:47
2632 Log: Add libscheck for Solaris.
2633 Branch: cfgperl
2634 ! hints/solaris_2.sh
2635____________________________________________________________________________
2636[ 5262] By: jhi on 2000/02/26 03:10:47
2637 Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
2638 Branch: cfgperl
2639 + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
2640 - ext/DynaLoader/dl_rhapsody.xs
2641 ! Configure INSTALL MANIFEST Makefile.SH README.threads
2642 ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
2643 Branch: metaconfig
2644 ! U/a_dvisory/multiarch.U
2645____________________________________________________________________________
2646[ 5261] By: jhi on 2000/02/26 02:48:23
2647 Log: Rename use64bits to use64bitint;
2648 rename usefull64bits to use64bitall.
2649 Branch: cfgperl
2650 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2651 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
2652 ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
2653 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
2654 ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
2655 ! vms/subconfigure.com vos/config.def vos/config.h
2656 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
2657 ! win32/config.vc win32/config_H.bc win32/config_H.gc
2658 ! win32/config_H.vc
2659 Branch: metaconfig
2660 ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
2661 ! U/protos/socksizetype.U U/threads/archname.U
2662 Branch: metaconfig/U/perl
2663 ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
2664 ! usemorebits.U
2665____________________________________________________________________________
2666[ 5260] By: jhi on 2000/02/25 22:57:16
2667 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2668 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
2669 Subject: [PATCH 5.5.660] cygwin port
2670 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
2671 Branch: cfgperl
2672 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
2673____________________________________________________________________________
2674[ 5259] By: jhi on 2000/02/25 22:53:51
2675 Log: Configure nits; add socksizetype; add getfsstat for completeness;
2676 add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
2677 lands; regen Configure.
2678 Branch: cfgperl
2679 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2680 ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
2681 ! vms/subconfigure.com vos/config.def win32/config.bc
2682 ! win32/config.gc win32/config.vc win32/config_H.bc
2683 ! win32/config_H.gc win32/config_H.vc
2684 Branch: metaconfig
2685 + U/protos/socksizetype.U
2686 Branch: metaconfig/U/perl
2687 + d_getfsstat.U
2688 ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
2689____________________________________________________________________________
2690[ 5258] By: jhi on 2000/02/25 21:04:17
2691 Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
2692 Branch: cfgperl
2693 ! malloc.c
2694____________________________________________________________________________
2695[ 5257] By: jhi on 2000/02/25 20:48:13
2696 Log: Integrate with Sarathy.
2697 Branch: cfgperl
2698 !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
2699 !> proto.h t/cmd/while.t
2700____________________________________________________________________________
2701[ 5256] By: gsar on 2000/02/25 20:04:37
2702 Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
2703 Branch: perl
2704 ! embed.h embed.pl objXSUB.h perlapi.c proto.h
2705____________________________________________________________________________
2706[ 5255] By: gsar on 2000/02/25 19:23:58
2707 Log: change#4849 wasn't restoring savestack correctly; make loops that have
2708 continue blocks recognizable at run time
2709 Branch: perl
2710 ! op.c op.h pp_ctl.c t/cmd/while.t
2711____________________________________________________________________________
2712[ 5254] By: jhi on 2000/02/25 06:00:01
2713 Log: Integrate with Sarathy.
2714 Branch: cfgperl
2715 !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
2716 !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
2717 !> t/lib/filefind.t t/pod/poderrs.xr
2718____________________________________________________________________________
2719[ 5253] By: jhi on 2000/02/25 05:57:59
2720 Log: Megalopatch for Configure: Andy's new installation schemes;
2721 introduce usefull64bits, beautify and regularize the various
2722 type probes; introduce d_lseekproto.
2723 Branch: cfgperl
2724 ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
2725 ! pod/perldelta.pod
2726 Branch: metaconfig
2727 + U/installdirs/perl5.U U/installdirs/sitehtml1.U
2728 + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
2729 + U/installdirs/siteman3.U U/installdirs/sitescript.U
2730 + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
2731 + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
2732 + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
2733 - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
2734 - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2735 - U/installdirs/vendorscriptdir.U
2736 ! U/compline/doublesize.U U/compline/ptrsize.U
2737 ! U/installdirs/archlib.U U/installdirs/bin.U
2738 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2739 ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
2740 ! U/installdirs/installstyle.U U/installdirs/instubperl.U
2741 ! U/installdirs/localarch.U U/installdirs/locallib.U
2742 ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
2743 ! U/installdirs/privlib.U U/installdirs/scriptdir.U
2744 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
2745 ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
2746 ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
2747 ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
2748 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2749 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
2750 ! U/typedefs/uidsize.U
2751 Branch: metaconfig/U/perl
2752 ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
2753 ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
2754____________________________________________________________________________
2755[ 5252] By: gsar on 2000/02/25 03:15:03
2756 Log: update PodParser to v1.10 (from Brad Appleton)
2757 Branch: perl
2758 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2759 ! lib/Pod/Usage.pm t/pod/poderrs.xr
2760____________________________________________________________________________
2761[ 5251] By: gsar on 2000/02/25 03:10:51
2762 Log: make File::Find tests tolerate case-insensitive systems (from
2763 Laszlo Molnar)
2764 Branch: perl
2765 ! t/lib/filefind.t
2766____________________________________________________________________________
2767[ 5250] By: gsar on 2000/02/25 01:50:04
2768 Log: more Compiler tweaks for useithreads
2769 Branch: perl
2770 ! ext/B/B.xs ext/B/B/C.pm
2771____________________________________________________________________________
2772[ 5249] By: jhi on 2000/02/25 00:17:53
2773 Log: Remove NFS temp files and Configure temp C files.
2774 Branch: cfgperl
2775 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
2776____________________________________________________________________________
2777[ 5248] By: jhi on 2000/02/24 23:57:49
2778 Log: In FreeBSD disable floating point exception handlers.
2779 As the comment says, this should be done in the hints.
2780
2781 From: dive <dive@ender.com>
2782 To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2783 cc: perl5-porters@perl.org
2784 Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
2785 Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
2786 Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
2787 Branch: cfgperl
2788 ! unixish.h
2789____________________________________________________________________________
2790[ 5247] By: jhi on 2000/02/24 23:46:27
2791 Log: From: Gisle Aas <gisle@aas.no>
2792 To: perl5-porters@perl.org
2793 Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
2794 Date: 25 Feb 2000 00:24:53 +0100
2795 Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
2796 Branch: cfgperl
2797 ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
2798____________________________________________________________________________
2799[ 5246] By: jhi on 2000/02/24 23:15:56
2800 Log: The op/stat.t patch in #5341 wasn't robust enough,
2801 it broke subtest 4 almost everywhere else.
2802 Branch: cfgperl
2803 ! t/op/stat.t
2804____________________________________________________________________________
2805[ 5245] By: jhi on 2000/02/24 19:28:53
2806 Log: More VMS patches from Peter Prymmer.
2807 Branch: cfgperl
2808 ! configure.com vms/subconfigure.com
2809____________________________________________________________________________
2810[ 5244] By: jhi on 2000/02/24 19:26:33
2811 Log: Largefileness in Solaris doesn't require long longs;
2812 use64bits enhancements; introduce usefull64bits.
2813 Branch: cfgperl
2814 ! Configure config_h.SH hints/aix.sh hints/hpux.sh
2815 ! hints/irix_6.sh hints/solaris_2.sh
2816 Branch: metaconfig
2817 ! U/threads/archname.U
2818 Branch: metaconfig/U/perl
2819 ! use64bits.U
2820____________________________________________________________________________
2821[ 5243] By: jhi on 2000/02/24 18:40:25
2822 Log: Tidy up the 64-bit (and socklen_t) type probing.
2823 Branch: cfgperl
2824 ! Configure config_h.SH
2825 Branch: metaconfig
2826 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2827 Branch: metaconfig/U/perl
2828 + d_fpos64_t.U d_off64_t.U
2829 - io64.U
2830 ! d_int64_t.U d_socklen_t.U
2831____________________________________________________________________________
2832[ 5242] By: jhi on 2000/02/24 18:09:49
2833 Log: Integrate with Sarathy.
2834 Branch: cfgperl
2835 !> pod/perlop.pod
2836____________________________________________________________________________
2837[ 5241] By: jhi on 2000/02/24 18:00:49
2838 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2839 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
2840 Subject: [PATCH 5.5.660] cygwin port
2841 Date: Thu, 24 Feb 2000 17:15:28 -0000
2842 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
2843 Branch: cfgperl
2844 + cygwin/cygwin.c
2845 ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
2846 ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
2847____________________________________________________________________________
2848[ 5240] By: jhi on 2000/02/24 17:53:12
2849 Log: VMS patch from Peter Prymmer; use full_ar.
2850 Branch: cfgperl
2851 ! vms/subconfigure.com
2852____________________________________________________________________________
2853[ 5239] By: jhi on 2000/02/24 17:46:45
2854 Log: MPE/ix patches from Mark Bixby.
2855 Branch: cfgperl
2856 ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
2857 ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
2858 ! t/op/stat.t
2859____________________________________________________________________________
2860[ 5238] By: jhi on 2000/02/24 17:13:22
2861 Log: Get -lbind if available. Add pointer to perldelta.pod/64-bit
2862 support to t/op/numconvert.t.
2863
2864 From: Lupe Christoph <lupe@lupe-christoph.de>
2865 To: perl5-porters@perl.org
2866 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
2867 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
2868 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
2869 Branch: cfgperl
2870 ! Configure config_h.SH t/op/numconvert.t
2871 Branch: metaconfig
2872 ! U/modified/libs.U
2873____________________________________________________________________________
2874[ 5237] By: jhi on 2000/02/24 15:47:11
2875 Log: Remove more cruft from IO.
2876 Branch: cfgperl
2877 ! ext/IO/IO.xs
2878____________________________________________________________________________
2879[ 5236] By: jhi on 2000/02/24 15:14:48
2880 Log: From: Hugo <hv@crypt.compulink.co.uk>
2881 To: perl5-porters@perl.org
2882 Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
2883 Date: Thu, 24 Feb 2000 13:24:10 +0000
2884 Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
2885 Branch: cfgperl
2886 ! utils/h2xs.PL
2887____________________________________________________________________________
2888[ 5235] By: jhi on 2000/02/24 15:12:40
2889 Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
2890 S_IROTH, S_IWOTH, S_IXOTH.
2891
2892 From: js@ddre.dk
2893 To: perl5-porters@perl.org
2894 Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
2895 Date: Thu, 24 Feb 2000 15:11:33 +0100
2896 Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
2897 Branch: cfgperl
2898 ! perl.h
2899____________________________________________________________________________
2900[ 5234] By: gsar on 2000/02/24 03:39:17
2901 Log: integrate cfgperl changes into mainline
2902 Branch: perl
2903 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2904 ! pod/perlop.pod
2905 !> Configure MANIFEST Porting/Glossary Porting/config.sh
2906 !> Porting/config_H config_h.SH configpm configure.com doio.c
2907 !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2908 !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
2909 !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
2910 !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
2911____________________________________________________________________________
2912[ 5233] By: jhi on 2000/02/24 01:31:38
2913 Log: VMS patch from Peter Prymmer.
2914 Branch: cfgperl
2915 ! vms/subconfigure.com
2916____________________________________________________________________________
2917[ 5232] By: jhi on 2000/02/24 01:15:03
2918 Log: Detypo fpos64_t test.
2919 Branch: cfgperl
2920 ! Configure config_h.SH
2921 Branch: metaconfig/U/perl
2922 ! io64.U
2923____________________________________________________________________________
2924[ 5231] By: jhi on 2000/02/24 01:11:17
2925 Log: miscut'n'paste in #5230.
2926 Branch: cfgperl
2927 ! Configure config_h.SH
2928 Branch: metaconfig/U/perl
2929 ! d_int64_t.U
2930____________________________________________________________________________
2931[ 5230] By: jhi on 2000/02/24 01:02:05
2932 Log: The #5228 wasn't quite right + fix typos.
2933 Branch: cfgperl
2934 ! Configure config_h.SH
2935 Branch: metaconfig
2936 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2937 Branch: metaconfig/U/perl
2938 ! d_int64_t.U d_socklen_t.U io64.U
2939____________________________________________________________________________
2940[ 5229] By: jhi on 2000/02/24 00:40:01
2941 Log: Depickify the compiler (about unused and set but not used variables)
2942 Branch: cfgperl
2943 ! hints/irix_6.sh
2944____________________________________________________________________________
2945[ 5228] By: jhi on 2000/02/24 00:34:35
2946 Log: Cosmetics.
2947 Branch: cfgperl
2948 ! Configure config_h.SH
2949 Branch: metaconfig
2950 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2951 Branch: metaconfig/U/perl
2952 ! d_int64_t.U d_socklen_t.U
2953____________________________________________________________________________
2954[ 5227] By: jhi on 2000/02/24 00:17:34
2955 Log: In IRIX <sys/mode.h> is something completely different.
2956
2957 From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
2958 To: perl5-porters@perl.org
2959 Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
2960 Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
2961 Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
2962 Branch: cfgperl
2963 ! hints/irix_6.sh
2964____________________________________________________________________________
2965[ 5226] By: jhi on 2000/02/23 20:39:28
2966 Log: Integrate with Sarathy.
2967 Branch: cfgperl
2968 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2969 !> t/comp/require.t t/op/ver.t toke.c
2970____________________________________________________________________________
2971[ 5225] By: jhi on 2000/02/23 20:35:58
2972 Log: From: Dominic Dunlop <domo@computer.org>
2973 To: perl5-porters@perl.org
2974 Cc: Gurusamy Sarathy <gsar@activestate.com>
2975 Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
2976 Date: Wed, 23 Feb 2000 21:23:44 +0100
2977 Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
2978 Branch: cfgperl
2979 ! malloc.c
2980____________________________________________________________________________
2981[ 5224] By: jhi on 2000/02/23 20:22:43
2982 Log: From: Dan Sugalski <dan@sidhe.org>
2983 To: perl5-porters@perl.org, vmsperl@perl.org
2984 Subject: [PATCH 5.5.660]VMS build patches
2985 Date: Wed, 23 Feb 2000 15:14:27 -0500
2986 Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
2987
2988 (the patch was mangled, had to be manually applied)
2989 Branch: cfgperl
2990 ! configure.com vms/descrip_mms.template vms/subconfigure.com
2991____________________________________________________________________________
2992[ 5223] By: jhi on 2000/02/23 19:54:04
2993 Log: From: Dominic Dunlop <domo@computer.org>
2994 To: perl5-porters@perl.org
2995 Cc: Andy Dougherty <doughera@lafayette.edu>,
2996 Gurusamy Sarathy <gsar@activestate.com>
2997 Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
2998 Date: Wed, 23 Feb 2000 20:41:54 +0100
2999 Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
3000 Branch: cfgperl
3001 ! Configure config_h.SH
3002 Branch: metaconfig
3003 ! U/modified/Oldconfig.U U/modified/libs.U
3004 Branch: metaconfig/U/perl
3005 ! dlsrc.U
3006____________________________________________________________________________
3007[ 5222] By: jhi on 2000/02/23 18:02:39
3008 Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
3009 (suggested by Graham Barr).
3010 Branch: cfgperl
3011 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3012____________________________________________________________________________
3013[ 5221] By: jhi on 2000/02/23 16:00:29
3014 Log: Streamline #5218 even more.
3015 Branch: cfgperl
3016 ! ext/IO/lib/IO/Socket.pm
3017____________________________________________________________________________
3018[ 5220] By: gsar on 2000/02/23 09:10:43
3019 Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
3020 C<use 5.6.0> work as well; underscores are now permitted in v-strings
3021 Branch: perl
3022 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3023 ! t/comp/require.t t/op/ver.t toke.c
3024____________________________________________________________________________
3025[ 5219] By: jhi on 2000/02/23 04:24:54
3026 Log: Streamline #5218.
3027 Branch: cfgperl
3028 ! ext/IO/lib/IO/Socket.pm
3029____________________________________________________________________________
3030[ 5218] By: jhi on 2000/02/23 02:08:19
3031 Log: Trying to connect to an already open socket may give EISCONN.
3032 Branch: cfgperl
3033 ! ext/IO/lib/IO/Socket.pm
3034____________________________________________________________________________
3035[ 5217] By: jhi on 2000/02/22 23:54:51
3036 Log: Fix prototype conflicts with POSIX.pm.
3037 Branch: cfgperl
3038 ! ext/Fcntl/Fcntl.pm
3039____________________________________________________________________________
3040[ 5216] By: jhi on 2000/02/22 22:27:19
3041 Log: See http://www.unicode.org/unicode/reports/tr15/
3042 for in-depth description of the problem.
3043 Branch: cfgperl
3044 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3045 ! MANIFEST lib/unicode/mktables.PL
3046____________________________________________________________________________
3047[ 5215] By: jhi on 2000/02/22 22:11:17
3048 Log: Add uselongdouble, regroup the use* more logically.
3049 Branch: cfgperl
3050 ! myconfig.SH
3051____________________________________________________________________________
3052[ 5214] By: jhi on 2000/02/22 22:04:43
3053 Log: Integrate with Sarathy.
3054 Branch: cfgperl
3055 !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
3056 !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
3057____________________________________________________________________________
3058[ 5213] By: jhi on 2000/02/22 22:03:26
3059 Log: Add socklen_t probe; Configure maintenance.
3060 Branch: cfgperl
3061 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3062 ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
3063 Branch: metaconfig
3064 ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
3065 ! U/modified/libs.U
3066 Branch: metaconfig/U/perl
3067 + d_int64_t.U d_socklen_t.U
3068 - d_int64t.U
3069 ! i_sysutsname.U
3070____________________________________________________________________________
3071[ 5212] By: gsar on 2000/02/22 21:46:45
3072 Log: make Perl's malloc work for allocations over 2GB (from Ilya
3073 Zakharevich)
3074 Branch: perl
3075 ! malloc.c
3076____________________________________________________________________________
3077[ 5211] By: gsar on 2000/02/22 19:51:47
3078 Log: add -W and -X to -h output; fix other pod omissions
3079 Branch: perl
3080 ! perl.c pod/perlrun.pod
3081____________________________________________________________________________
3082[ 5210] By: gsar on 2000/02/22 19:51:13
3083 Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
3084 Branch: perl
3085 ! pod/perlpod.pod
3086____________________________________________________________________________
3087[ 5209] By: jhi on 2000/02/22 19:40:43
3088 Log: The subtests 28 and 31 were wrong. Tightened also the similar
3089 tests nearby.
3090 Branch: cfgperl
3091 ! t/op/64bit.t
3092____________________________________________________________________________
3093[ 5208] By: gsar on 2000/02/22 19:13:44
3094 Log: s/Activeware/ActiveState/
3095 Branch: perl
3096 ! pod/perlrun.pod
3097____________________________________________________________________________
3098[ 5207] By: jhi on 2000/02/22 18:38:29
3099 Log: Perl version nit spotted by Spider Boardman.
3100 Branch: cfgperl
3101 ! configpm
3102____________________________________________________________________________
3103[ 5206] By: gsar on 2000/02/22 17:50:44
3104 Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
3105 Branch: perl
3106 ! toke.c
3107____________________________________________________________________________
3108[ 5205] By: gsar on 2000/02/22 17:36:26
3109 Log: fix memory overrun due to off-by-one in change#5192
3110 Branch: perl
3111 ! toke.c
3112____________________________________________________________________________
3113[ 5204] By: gsar on 2000/02/22 17:10:39
3114 Log: sundry typos and such
3115 Branch: perl
3116 ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
3117____________________________________________________________________________
3118[ 5203] By: jhi on 2000/02/22 17:10:22
3119 Log: Integrate with Sarathy.
3120 Branch: cfgperl
3121 !> (integrate 56 files)
3122____________________________________________________________________________
3123[ 5202] By: gsar on 2000/02/22 16:48:58
3124 Log: remove vestiges of older attribute syntax
3125 Branch: perl
3126 ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
3127 ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
3128____________________________________________________________________________
3129[ 5201] By: jhi on 2000/02/22 14:39:56
3130 Log: Configure nits spotted by Spider Boardman.
3131 Branch: cfgperl
3132 ! Configure config_h.SH
3133 Branch: metaconfig
3134 ! U/modified/libs.U
3135 Branch: metaconfig/U/perl
3136 ! fpossize.U
3137____________________________________________________________________________
3138[ 5200] By: jhi on 2000/02/22 14:31:21
3139 Log: Tru64 V5.0 patches from Spider Boardman.
3140 Branch: cfgperl
3141 ! hints/dec_osf.sh
3142
3143----------------
3144Version v5.5.660
3145----------------
3146
3147____________________________________________________________________________
3148[ 5199] By: gsar on 2000/02/22 11:29:28
3149 Log: beta2
3150 Branch: perl
3151 ! Changes
3152____________________________________________________________________________
4a338e52
GS
3153[ 5198] By: gsar on 2000/02/22 10:45:54
3154 Log: PodParser-1.093 update (from Brad Appleton's site)
3155 Branch: perl
3156 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
3157 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3158 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
3159 ! t/pod/special_seqs.t t/pod/special_seqs.xr
3160____________________________________________________________________________
3161[ 5197] By: gsar on 2000/02/22 10:24:13
3162 Log: integrate cfgperl contents into mainline, update Changes
3163 Branch: perl
3164 ! Changes pod/perlhist.pod
3165 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3166 !> config_h.SH hints/solaris_2.sh malloc.c perl.h
3167 !> pod/perldelta.pod
3168____________________________________________________________________________
82b1ab75
GS
3169[ 5196] By: gsar on 2000/02/22 10:10:36
3170 Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
3171 Branch: perl
3172 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
3173 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
3174 ! t/lib/glob-taint.t t/lib/io_unix.t
3175____________________________________________________________________________
3176[ 5195] By: gsar on 2000/02/22 10:01:49
3177 Log: s/undef/NO_INIT/g in change#5183
3178 Branch: perl
3179 ! lib/ExtUtils/xsubpp pod/perlxs.pod
3180____________________________________________________________________________
3181[ 5194] By: gsar on 2000/02/22 09:44:07
3182 Log: perlipc bug (spotted by Ben Low)
3183 Branch: perl
3184 ! pod/perlipc.pod
3185____________________________________________________________________________
3186[ 5193] By: gsar on 2000/02/22 09:38:58
3187 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
3188 Branch: perl
3189 ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
3190____________________________________________________________________________
3191[ 5192] By: gsar on 2000/02/22 09:26:06
3192 Log: improvements for high-bit text literals (from Gisle Aas)
3193 Branch: perl
3194 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
3195 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
3196____________________________________________________________________________
3197[ 5191] By: gsar on 2000/02/22 07:35:47
3198 Log: allow C<print v10>, $h{v13.10} etc.
3199 Branch: perl
3200 ! t/op/ver.t toke.c
3201____________________________________________________________________________
3202[ 5190] By: gsar on 2000/02/22 05:35:27
3203 Log: adjust for lost fp precision in require version check
3204 Branch: perl
3205 ! pp_ctl.c t/comp/require.t
3206____________________________________________________________________________
3207[ 5189] By: jhi on 2000/02/22 05:14:35
3208 Log: Check the alignment of long doubles if they are to be used;
3209 regen Configure.
3210 Branch: cfgperl
3211 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3212 ! config_h.SH
3213 Branch: metaconfig
3214 ! U/compline/alignbytes.U
3215____________________________________________________________________________
3216[ 5188] By: gsar on 2000/02/22 04:45:57
3217 Log: use same treatment for EINVAL as for ETIMEDOUT
3218 Branch: perl
3219 ! ext/IO/lib/IO/Socket/INET.pm
3220____________________________________________________________________________
3221[ 5187] By: gsar on 2000/02/21 23:15:12
3222 Log: type mismatch
3223 Branch: perl
3224 ! sv.c
3225____________________________________________________________________________
3226[ 5186] By: gsar on 2000/02/21 21:10:26
3227 Log: remove dual-valueness of v-strings (i.e., they are pure strings
3228 now); avoid the word "tuple" to describe strings represented as
3229 character ordinals; usurp $PERL_VERSION for $^V as suggested by
3230 Larry, deprecate $] ; adjust the documentation and testsuite
3231 accordingly
3232 Branch: perl
3233 ! MANIFEST lib/English.pm op.c pod/perldelta.pod
3234 ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
3235 ! t/comp/require.t t/op/ver.t toke.c
3236____________________________________________________________________________
3237[ 5185] By: jhi on 2000/02/21 20:36:05
3238 Log: detypo
3239 Branch: cfgperl
3240 ! perl.h
3241____________________________________________________________________________
3242[ 5184] By: gsar on 2000/02/21 18:37:38
3243 Log: clarify "use Module VERSION LIST" (from Robin Barker)
3244 Branch: perl
3245 ! pod/perlfunc.pod
3246____________________________________________________________________________
3247[ 5183] By: gsar on 2000/02/21 18:31:42
3248 Log: allow optional XSUB parameters without being forced to use a
3249 default (from Hugo van der Sanden)
3250 Branch: perl
3251 ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
3252____________________________________________________________________________
3253[ 5182] By: jhi on 2000/02/21 18:22:47
3254 Log: Add Solaris LP64 notes.
3255 Branch: cfgperl
3256 ! hints/solaris_2.sh
3257____________________________________________________________________________
3258[ 5181] By: gsar on 2000/02/21 16:53:39
3259 Log: generalize "%v" format into a flag for any integral format type:
3260 "%vd", "%v#o", "%*vX", etc are allowed
3261 Branch: perl
3262 ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
3263 ! utils/perlbug.PL
3264____________________________________________________________________________
3265[ 5180] By: gsar on 2000/02/21 07:11:00
3266 Log: detypo
3267 Branch: perl
3268 ! ext/B/B.xs
3269____________________________________________________________________________
3270[ 5179] By: gsar on 2000/02/21 07:08:38
3271 Log: undo accidental delete
3272 Branch: perl
3273 ! ext/B/B.pm ext/B/B.xs
3274____________________________________________________________________________
3275[ 5178] By: gsar on 2000/02/21 07:02:16
3276 Log: get Compiler "working" under useithreads
3277 Branch: perl
3278 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3279 ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
3280____________________________________________________________________________
3281[ 5177] By: jhi on 2000/02/21 03:16:24
3282 Log: Thou shalt not printf longs with %d.
3283 Branch: cfgperl
3284 ! malloc.c
3285____________________________________________________________________________
3286[ 5176] By: jhi on 2000/02/21 01:37:35
3287 Log: Integrate with Sarathy.
3288 Branch: cfgperl
3289 +> t/pragma/warn/9enabled
3290 !> (integrate 63 files)
3291____________________________________________________________________________
3292[ 5175] By: gsar on 2000/02/21 00:25:00
3293 Log: misplaced braces
3294 Branch: perl
3295 ! malloc.c
3296____________________________________________________________________________
3297[ 5174] By: gsar on 2000/02/21 00:09:16
3298 Log: more malloc.c tweaks for change#5070
3299 Branch: perl
3300 ! malloc.c
3301____________________________________________________________________________
3302[ 5173] By: gsar on 2000/02/21 00:01:17
3303 Log: malloc.c fixups in change#5170 need to fetch thx pointer
3304 Branch: perl
3305 ! malloc.c
3306____________________________________________________________________________
3307[ 5172] By: gsar on 2000/02/20 23:52:39
3308 Log: missing file in change#5170
3309 Branch: perl
3310 + t/pragma/warn/9enabled
3311____________________________________________________________________________
3312[ 5171] By: gsar on 2000/02/20 23:49:17
3313 Log: skip conditionally defined symbols in change#5162
3314 Branch: perl
3315 ! makedef.pl
3316____________________________________________________________________________
3317[ 5170] By: gsar on 2000/02/20 22:58:09
3318 Log: lexical warnings update, ability to inspect bitmask in calling
3319 scope, among other things (from Paul Marquess)
3320 Branch: perl
3321 ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
3322 ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
3323 ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
3324 ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
3325 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
3326 ! t/pragma/warn/toke toke.c warnings.h warnings.pl
3327____________________________________________________________________________
3328[ 5169] By: gsar on 2000/02/20 22:22:28
3329 Log: windows fixes for virtualizing child std{in,out,err} handles,
3330 attempts to lock uninitialized critical section in files that
3331 were never explicitly opened (from Doug Lankshear)
3332 Branch: perl
3333 ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
3334____________________________________________________________________________
3335[ 5168] By: gsar on 2000/02/20 20:19:11
3336 Log: update Changes, credits
3337 Branch: perl
3338 ! Changes
3339____________________________________________________________________________
76438f5e
GS
3340[ 5167] By: gsar on 2000/02/20 18:54:27
3341 Log: avoid reading out-of-bounds memory when matching against reference
3342 Branch: perl
3343 ! regexec.c
3344____________________________________________________________________________
3345[ 5166] By: gsar on 2000/02/20 17:59:41
3346 Log: byte mode chop() should clear UTF8 (from Gisle Aas)
3347 Branch: perl
3348 ! doop.c
3349____________________________________________________________________________
3350[ 5165] By: gsar on 2000/02/20 17:57:08
3351 Log: test fix needed by change#5164
3352 Branch: perl
3353 ! t/pragma/warn/toke
3354____________________________________________________________________________
3355[ 5164] By: gsar on 2000/02/20 17:50:38
3356 Log: default mkdir() mode argument to 0777
3357 Branch: perl
3358 ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3359 ! t/op/mkdir.t toke.c
3360____________________________________________________________________________
3361[ 5163] By: gsar on 2000/02/20 16:34:33
3362 Log: glob() takes one or no user arguments and a non-user-visible second
3363 hidden argument, fix its prototype-checking accordingly
3364 Branch: perl
3365 ! op.c opcode.h opcode.pl
3366____________________________________________________________________________
3367[ 5162] By: gsar on 2000/02/20 16:07:38
3368 Log: make change#3386 a build-time option (avoids problems due to
3369 perl_run() longjmping out)
3370 Branch: perl
3371 ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
3372 ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
3373 ! scope.h sv.c thrdvar.h util.c
3374____________________________________________________________________________
3375[ 5161] By: gsar on 2000/02/20 12:13:37
3376 Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
3377 modified to use Errno more portably)
3378 Branch: perl
3379 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3380____________________________________________________________________________
3381[ 5160] By: gsar on 2000/02/20 11:53:28
3382 Log: mention portability caveat about C<use Errno 'EFOO'>
3383 Branch: perl
3384 ! ext/Errno/Errno_pm.PL
3385____________________________________________________________________________
3386[ 5159] By: gsar on 2000/02/20 11:14:36
3387 Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
3388 Branch: perl
3389 ! pod/perlvar.pod
3390____________________________________________________________________________
3391[ 5158] By: gsar on 2000/02/20 10:53:49
3392 Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
3393 Branch: perl
3394 ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
3395 ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
3396 ! vms/descrip_mms.template
3397____________________________________________________________________________
3398[ 5157] By: jhi on 2000/02/19 20:29:26
3399 Log: Be explicit about what ops work with bt vectors.
3400 (And implicit about which don't.)
3401 Branch: cfgperl
3402 ! pod/perldelta.pod
3403____________________________________________________________________________
3404[ 5156] By: jhi on 2000/02/19 18:38:14
3405 Log: Integrate with Sarathy.
3406 Branch: cfgperl
3407 +> lib/bytes.pm lib/bytes_heavy.pl
3408 - lib/byte.pm lib/byte_heavy.pl
3409 !> (integrate 61 files)
3410____________________________________________________________________________
3411[ 5155] By: gsar on 2000/02/19 17:57:39
3412 Log: char vs U8 warnings
3413 Branch: perl
3414 ! sv.c
3415____________________________________________________________________________
3416[ 5154] By: gsar on 2000/02/19 17:44:56
3417 Log: remove outdated caveat about C<while ($k = each %foo)> (from
3418 Hugo van der Sanden)
3419 Branch: perl
3420 ! pod/perlfunc.pod
3421____________________________________________________________________________
3422[ 5153] By: gsar on 2000/02/19 17:41:41
3423 Log: tests, doc tweak (from Gisle Aas)
3424 Branch: perl
3425 ! pod/perlfaq9.pod t/op/ord.t
3426____________________________________________________________________________
3427[ 5152] By: gsar on 2000/02/19 17:35:50
3428 Log: document behavior of splice(@ary) (from Gisle Aas)
3429 Branch: perl
3430 ! pod/perlfunc.pod
3431____________________________________________________________________________
3432[ 5151] By: gsar on 2000/02/19 17:33:59
3433 Log: fix bug in backtracking optimizer (from Makoto Ishisone
3434 <ishisone@sra.co.jp>)
3435 Branch: perl
3436 ! regexec.c t/op/pat.t
3437____________________________________________________________________________
3438[ 5150] By: gsar on 2000/02/19 17:33:05
3439 Log: more B fixups to cope with empty GVs (these can only happen in pads)
3440 Branch: perl
3441 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
3442____________________________________________________________________________
3443[ 5149] By: gsar on 2000/02/19 17:32:03
3444 Log: avoid compiler warnings
3445 Branch: perl
3446 ! malloc.c perl.h
3447____________________________________________________________________________
3448[ 5148] By: gsar on 2000/02/19 17:18:09
3449 Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
3450 Branch: perl
3451 ! lib/attributes.pm
3452____________________________________________________________________________
3453[ 5147] By: gsar on 2000/02/19 17:15:34
3454 Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
3455 for that)
3456 Branch: perl
3457 ! ext/Errno/Errno_pm.PL
3458____________________________________________________________________________
3459[ 5146] By: gsar on 2000/02/19 16:18:46
3460 Log: integrate cfgperl contents into mainline
3461 Branch: perl
3462 !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
3463 !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
3464 !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
3465 !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
3466____________________________________________________________________________
3467[ 5145] By: gsar on 2000/02/19 16:10:37
3468 Log: POSIX::strftime gets the date wrong (from John Tobey
3469 <jtobey@epsilondev.com>)
3470 Branch: perl
3471 ! ext/POSIX/POSIX.xs t/lib/posix.t
3472____________________________________________________________________________
3473[ 5144] By: gsar on 2000/02/19 16:02:40
3474 Log: don't blindly set bool=char on linux (from Andy Dougherty)
3475 Branch: perl
3476 ! handy.h hints/linux.sh x2p/a2p.h
3477____________________________________________________________________________
3478[ 5143] By: gsar on 2000/02/19 15:54:04
3479 Log: some rearrangement of the includes for easier "microperl" build;
3480 add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
3481 Branch: perl
3482 ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
3483____________________________________________________________________________
3484[ 5142] By: gsar on 2000/02/19 15:22:17
3485 Log: fixes for Pod::Html issues (from Wolfgang Laun
3486 <wolfgang.laun@chello.at>)
3487 Branch: perl
3488 ! lib/Pod/Html.pm
3489____________________________________________________________________________
3490[ 5141] By: gsar on 2000/02/19 08:27:29
3491 Log: grammos (spotted by Tom Christiansen)
3492 Branch: perl
3493 ! pod/perlfunc.pod
3494____________________________________________________________________________
3495[ 5140] By: gsar on 2000/02/19 08:17:04
3496 Log: various xsubpp enhancements that make it easier to use with
3497 C::Scan (from Ilya Zakharevich)
3498
3499 TODO: still needs documentation
3500 Branch: perl
3501 ! lib/ExtUtils/xsubpp
3502____________________________________________________________________________
3503[ 5139] By: gsar on 2000/02/19 07:55:18
3504 Log: s/croak/Perl_croak/
3505 Branch: perl
3506 ! sv.c
3507____________________________________________________________________________
3508[ 5138] By: gsar on 2000/02/19 07:51:39
3509 Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
3510 Branch: perl
3511 ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
3512 ! pp_hot.c proto.h sv.c toke.c
3513____________________________________________________________________________
3514[ 5137] By: gsar on 2000/02/19 07:42:12
3515 Log: set close-on-exec flag on sockets too, like we do for files
3516 and pipes
3517 Branch: perl
3518 ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
3519____________________________________________________________________________
3520[ 5136] By: gsar on 2000/02/19 07:23:48
3521 Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
3522 permitted by change#5011 (from Gisle Aas)
3523 Branch: perl
3524 ! pp.c utf8.c utf8.h
3525____________________________________________________________________________
3526[ 5135] By: gsar on 2000/02/19 06:53:13
3527 Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
3528 Branch: perl
3529 ! lib/warnings.pm op.c warnings.h warnings.pl
3530____________________________________________________________________________
3531[ 5134] By: gsar on 2000/02/19 06:36:46
3532 Log: s/byte/bytes/g remnants
3533 Branch: perl
3534 ! lib/bytes.pm lib/bytes_heavy.pl
3535____________________________________________________________________________
3536[ 5133] By: gsar on 2000/02/19 06:33:49
3537 Log: rename byte:: to bytes::
3538 Branch: perl
3539 +> lib/bytes.pm lib/bytes_heavy.pl
3540 - lib/byte.pm lib/byte_heavy.pl
3541 ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
3542 ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
3543 ! t/lib/charnames.t t/op/ver.t
3544____________________________________________________________________________
3545[ 5132] By: gsar on 2000/02/19 05:58:42
3546 Log: English names for $^R and $^S
3547 Branch: perl
3548 ! lib/English.pm pod/perlvar.pod
3549____________________________________________________________________________
3550[ 5131] By: gsar on 2000/02/19 05:44:20
3551 Log: rename "Probable precendence problem" diagnostic to "Bareword found
3552 in conditional" to better reflect the class of error (as suggested
3553 by Larry)
3554 Branch: perl
3555 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
3556____________________________________________________________________________
3557[ 5130] By: gsar on 2000/02/19 05:43:10
3558 Log: fix outdated info about PerlClinic and the bug-tracking system
3559 Branch: perl
3560 ! pod/perlfaq2.pod pod/perltodo.pod
3561____________________________________________________________________________
3562[ 5129] By: gsar on 2000/02/19 04:14:19
3563 Log: some fixes for mingw32/GCC (SETERRNO() still appears to
3564 trash memory)
3565 Branch: perl
3566 ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
3567 ! win32/win32.h
3568____________________________________________________________________________
3569[ 5128] By: gsar on 2000/02/18 06:55:33
3570 Log: avoid $@-clearing sideeffect of require in Carp
3571 Branch: perl
3572 ! lib/Carp.pm
3573____________________________________________________________________________
3574[ 5127] By: gsar on 2000/02/18 04:58:26
3575 Log: stronger testcase for change#5126
3576 Branch: perl
3577 ! t/op/pat.t
3578____________________________________________________________________________
3579[ 5126] By: gsar on 2000/02/18 04:44:28
3580 Log: make /\S/ match the same things /[\S]/ matches; likewise for
3581 \D (from Rick Delaney <rick@consumercontact.com>)
3582 Branch: perl
3583 ! regexec.c t/op/pat.t
3584____________________________________________________________________________
3585[ 5125] By: gsar on 2000/02/18 03:57:43
3586 Log: Compiler fixups from Jan Dubois
3587 Branch: perl
3588 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
3589____________________________________________________________________________
3590[ 5124] By: jhi on 2000/02/17 22:09:09
3591 Log: Take out the -Wl,-z as we have survice so far without.
3592 Branch: cfgperl
3593 ! hints/hpux.sh
3594____________________________________________________________________________
3595[ 5123] By: jhi on 2000/02/17 18:40:17
3596 Log: Integrate with Sarathy.
3597 Branch: cfgperl
3598 !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
3599____________________________________________________________________________
3600[ 5122] By: gsar on 2000/02/17 18:01:14
3601 Log: fix test that depends on op_dump() output
3602 Branch: perl
3603 ! t/op/split.t
3604____________________________________________________________________________
3605[ 5121] By: gsar on 2000/02/17 17:55:18
3606 Log: op_dump() tweak
3607 Branch: perl
3608 ! dump.c
3609____________________________________________________________________________
3610[ 5120] By: jhi on 2000/02/16 23:11:04
3611 Log: Regularize the use* questions, and replace
3612 "Configure *must* be run with -Duse..." with.
3613 "can be run".
3614 Branch: cfgperl
3615 ! Configure config_h.SH
3616 Branch: metaconfig
3617 ! U/threads/usethreads.U
3618 Branch: metaconfig/U/perl
3619 ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
3620 ! usemultiplicity.U useperlio.U usesocks.U
3621____________________________________________________________________________
3622[ 5119] By: jhi on 2000/02/16 22:29:11
3623 Log: HP-UX 64-bitness/largefile fixes.
3624 Branch: cfgperl
3625 ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
3626 ! perl.h
3627 Branch: metaconfig
3628 ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
3629 Branch: metaconfig/U/perl
3630 ! Extensions.U
3631____________________________________________________________________________
3632[ 5118] By: jhi on 2000/02/16 19:47:51
3633 Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
3634 (tag :seek), add S_I constants (and functions) (tag :mode);
3635 refer only to the SEEK_ of Fcntl, not the ones from
3636 POSIX or IO::; add SHUT_ to Socket; get trigonometric
3637 functions from Math::Trig instead of POSIX.
3638 Branch: cfgperl
3639 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
3640 ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
3641 ! pod/perlopentut.pod t/lib/syslfs.t
3642 Branch: metaconfig/U/perl
3643 + i_sysmode.U
3644____________________________________________________________________________
3645[ 5117] By: gsar on 2000/02/16 06:39:06
3646 Log: avoid warnings due to redefined NULL
3647 Branch: perl
3648 ! ext/ODBM_File/ODBM_File.xs
3649____________________________________________________________________________
3650[ 5116] By: gsar on 2000/02/16 00:10:25
3651 Log: integrate cfgperl changes into mainline
3652 Branch: perl
3653 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3654 !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
3655 !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
3656 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
3657____________________________________________________________________________
3658[ 5115] By: jhi on 2000/02/15 23:11:55
3659 Log: Probe for <sys/utsname.h>.
3660 Branch: cfgperl
3661 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3662 ! config_h.SH ext/Sys/Hostname/Hostname.xs
3663 Branch: metaconfig/U/perl
3664 + i_sysutsname.U
3665____________________________________________________________________________
3666[ 5114] By: jhi on 2000/02/15 22:59:59
3667 Log: Integrate with Sarathy.
3668 Branch: cfgperl
3669 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3670 +> ext/Sys/Hostname/Makefile.PL
3671 - lib/Sys/Hostname.pm
3672 !> (integrate 41 files)
3673____________________________________________________________________________
3674[ 5113] By: gsar on 2000/02/15 21:22:18
3675 Log: update Changes, patchlevel
3676 Branch: perl
3677 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3678 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3679____________________________________________________________________________
bf6c18a6
GS
3680[ 5112] By: gsar on 2000/02/15 20:57:12
3681 Log: fix change#5104 under useithreads
3682 Branch: perl
3683 ! op.c
3684____________________________________________________________________________
3685[ 5111] By: gsar on 2000/02/15 20:45:10
3686 Log: export list tweak needed by change#5103
3687 Branch: perl
3688 ! makedef.pl
3689____________________________________________________________________________
3690[ 5110] By: gsar on 2000/02/15 19:32:56
3691 Log: add XS version of Sys::Hostname (from Greg Bacon
3692 <gbacon@itsc.uah.edu>)
3693 Branch: perl
3694 + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3695 + ext/Sys/Hostname/Makefile.PL
3696 - lib/Sys/Hostname.pm
3697 ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
3698 ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
3699 ! win32/makefile.mk
3700____________________________________________________________________________
3701[ 5109] By: gsar on 2000/02/15 18:35:28
3702 Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
3703 given undefined values (from Graham Barr <gbarr@pobox.com>)
3704 Branch: perl
3705 ! universal.c
3706____________________________________________________________________________
3707[ 5108] By: gsar on 2000/02/15 18:25:05
3708 Log: avoid accidental #line directives (from Rick Delaney
3709 <rick@consumercontact.com>)
3710 Branch: perl
3711 ! pod/perlsyn.pod toke.c
3712____________________________________________________________________________
3713[ 5107] By: gsar on 2000/02/15 18:04:31
3714 Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
3715 Branch: perl
3716 ! perl.c
3717____________________________________________________________________________
3718[ 5106] By: gsar on 2000/02/15 18:02:17
3719 Log: incorrect docs about delete() (spotted by Martyn Pearce
3720 <martyn@inpharmatica.co.uk>)
3721 Branch: perl
3722 ! pod/perldelta.pod pod/perlfunc.pod
3723____________________________________________________________________________
3724[ 5105] By: gsar on 2000/02/15 17:43:27
3725 Log: s/use vars/our/ (from Gisle Aas)
3726 Branch: perl
3727 ! bytecode.pl
3728____________________________________________________________________________
3729[ 5104] By: gsar on 2000/02/15 17:42:06
3730 Log: optimize pseudohash slice in array slice at compile time (from
3731 John Tobey <jtobey@john-edwin-tobey.org>)
3732 Branch: perl
3733 ! op.c t/lib/fields.t
3734____________________________________________________________________________
3735[ 5103] By: gsar on 2000/02/15 17:18:12
3736 Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
3737 Branch: perl
3738 ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
3739 ! perl.h perlapi.c proto.h vos/vos_dummies.c
3740____________________________________________________________________________
3741[ 5102] By: gsar on 2000/02/15 17:05:12
3742 Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
3743 Branch: perl
3744 ! Todo-5.6 pod/perldata.pod pod/perlport.pod
3745____________________________________________________________________________
3746[ 5101] By: gsar on 2000/02/15 17:02:51
3747 Log: fix regen_headers target to make all the autogenerated files
3748 writable first
3749 Branch: perl
3750 ! Makefile.SH
3751____________________________________________________________________________
3752[ 5100] By: gsar on 2000/02/15 16:41:53
3753 Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
3754 Ilya Zakharevich)
3755 Branch: perl
3756 ! op.c t/op/lex_assign.t
3757____________________________________________________________________________
3758[ 5099] By: gsar on 2000/02/15 16:17:36
3759 Log: more complete File::Spec support for Mac and VMS, tests (from
3760 Barrie Slaymaker <barries@slaysys.com>)
3761 Branch: perl
3762 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3763 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
3764____________________________________________________________________________
3765[ 5098] By: gsar on 2000/02/15 16:10:46
3766 Log: fix incompatibility with bison generated parser (from
3767 Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
3768 Branch: perl
3769 ! toke.c
3770____________________________________________________________________________
3771[ 5097] By: gsar on 2000/02/15 16:07:17
3772 Log: propagate st_mode bits to group/other for Borland build
3773 (from Vadim Konovalov <vkonovalov@lucent.com>)
3774 Branch: perl
3775 ! win32/win32.c
3776____________________________________________________________________________
3777[ 5096] By: jhi on 2000/02/15 14:22:23
3778 Log: Integrate with Sarathy.
3779 Branch: cfgperl
3780 !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
3781____________________________________________________________________________
3782[ 5095] By: jhi on 2000/02/15 14:19:22
3783 Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
3784 easier just to drop the paranoid test.
3785 Branch: cfgperl
3786 ! hints/aix.sh
3787____________________________________________________________________________
3788[ 5094] By: gsar on 2000/02/15 05:42:17
3789 Log: update exetype.pl tool
3790 Branch: perl
3791 ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
3792____________________________________________________________________________
3793[ 5093] By: jhi on 2000/02/15 05:24:02
3794 Log: Integrate with Sarathy.
3795 Branch: cfgperl
3796 !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
3797 !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
3798 !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
3799 !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
3800____________________________________________________________________________
3801[ 5092] By: jhi on 2000/02/15 05:22:09
3802 Log: Unroll the libs scan thanks to HP-UX.
3803 Branch: cfgperl
3804 ! Configure config_h.SH hints/hpux.sh
3805 Branch: metaconfig
3806 ! U/modified/libpth.U U/modified/libs.U
3807 Branch: metaconfig/U/perl
3808 ! Extensions.U dlsrc.U
3809____________________________________________________________________________
3810[ 5091] By: gsar on 2000/02/15 05:17:56
3811 Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
3812 safefree() rather than Safefree()
3813 Branch: perl
3814 ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
3815 ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
3816 ! ext/SDBM_File/SDBM_File.xs
3817____________________________________________________________________________
3818[ 5090] By: gsar on 2000/02/15 04:54:17
3819 Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
3820 introduced XPVMG storage in arenas
3821 Branch: perl
3822 ! sv.c
3823____________________________________________________________________________
3824[ 5089] By: jhi on 2000/02/15 00:41:36
3825 Log: AIX perl linkage tweakage.
3826 Branch: cfgperl
3827 ! Makefile.SH
3828____________________________________________________________________________
3829[ 5088] By: jhi on 2000/02/15 00:07:06
3830 Log: abort instead of just promising.
3831 Branch: cfgperl
3832 ! hints/aix.sh
3833____________________________________________________________________________
3834[ 5087] By: jhi on 2000/02/14 23:51:05
3835 Log: silly compilers don't know that croak() exits
3836 and complain about unitialized RETVALs
3837 Branch: cfgperl
3838 ! ext/Sys/Syslog/Syslog.xs
3839____________________________________________________________________________
3840[ 5086] By: jhi on 2000/02/14 21:13:24
3841 Log: Add lseektype and lseeksize to myconfig.
3842 Branch: cfgperl
3843 ! myconfig.SH
3844____________________________________________________________________________
3845[ 5085] By: gsar on 2000/02/14 18:51:11
3846 Log: avoid warnings
3847 Branch: perl
3848 ! perl.c
3849____________________________________________________________________________
3850[ 5084] By: gsar on 2000/02/14 18:26:08
3851 Log: fix small interpreter leaks identified by Purify
3852 Branch: perl
3853 ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
3854 ! t/op/ord.t t/pragma/warnings.t
3855____________________________________________________________________________
3856[ 5083] By: jhi on 2000/02/14 17:50:52
3857 Log: Remove tagged core files.
3858 Branch: cfgperl
3859 ! lib/ExtUtils/MM_Unix.pm
3860____________________________________________________________________________
3861[ 5082] By: jhi on 2000/02/14 17:41:07
3862 Log: Prefer full_ar.
3863 Branch: cfgperl
3864 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3865____________________________________________________________________________
3866[ 5081] By: jhi on 2000/02/14 17:20:32
3867 Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
3868 Branch: cfgperl
3869 ! myconfig.SH
3870____________________________________________________________________________
3871[ 5080] By: jhi on 2000/02/14 15:33:03
3872 Log: Integrate with Sarathy.
3873 Branch: cfgperl
3874 !> Porting/pumpkin.pod av.c malloc.c sv.c
3875____________________________________________________________________________
3876[ 5079] By: gsar on 2000/02/14 08:50:06
3877 Log: notes about running Purify
3878 Branch: perl
3879 ! Porting/pumpkin.pod av.c sv.c
3880____________________________________________________________________________
3881[ 5078] By: gsar on 2000/02/14 07:27:21
3882 Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
3883 Branch: perl
3884 ! malloc.c
3885____________________________________________________________________________
3886[ 5077] By: gsar on 2000/02/14 07:25:44
3887 Log: integrate cfgperl contents into mainline
3888 Branch: perl
3889 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3890 !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
3891 !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
3892 !> vms/subconfigure.com vos/config.def vos/config.h
3893 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
3894 !> win32/config.vc win32/config_H.bc win32/config_H.gc
3895 !> win32/config_H.vc
3896____________________________________________________________________________
3897[ 5076] By: jhi on 2000/02/14 05:01:56
3898 Log: Integrate with Sarathy.
3899 Branch: cfgperl
3900 !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
3901____________________________________________________________________________
3902[ 5075] By: jhi on 2000/02/14 04:56:52
3903 Log: Configure -A stopped processing of any further options.
3904 Branch: cfgperl
3905 ! Configure config_h.SH
3906 Branch: metaconfig
3907 ! U/modified/Options.U
3908____________________________________________________________________________
3909[ 5074] By: gsar on 2000/02/14 04:45:01
3910 Log: remove outdated -DPURIFY code--it reports bogus errors during global
3911 destruction since we actually depend on SVs being in arenas there
3912 Branch: perl
3913 ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
3914____________________________________________________________________________
3915[ 5073] By: jhi on 2000/02/13 19:28:17
3916 Log: Integrate with Sarathy.
3917 Branch: cfgperl
3918 - Todo-5.005
3919 !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
3920 !> util.c
3921____________________________________________________________________________
3922[ 5072] By: gsar on 2000/02/13 19:02:07
3923 Log: more purification (pp_require() could access free memory; vdie()
3924 could think message was random length when passed a null argument;
3925 utilize() didn't set up the hash for the method name leading to
3926 pp_method_named() accessing random state; PL_curpm wasn't zeroed
3927 properly)
3928 Branch: perl
3929 ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
3930 ! util.c
3931____________________________________________________________________________
3932[ 5071] By: jhi on 2000/02/12 19:59:35
3933 Log: uselonglong sits deep.
3934 Branch: cfgperl
3935 ! Configure config_h.SH hints/solaris_2.sh
3936 Branch: metaconfig/U/perl
3937 ! use64bits.U
3938____________________________________________________________________________
3939[ 5070] By: jhi on 2000/02/12 01:25:41
3940 Log: megalomaniac 64-bit update: most importantly,
3941 uselonglong is eradicated, only backward
3942 compatibility hooks in use64bits remain.
3943 Branch: cfgperl
3944 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3945 ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
3946 ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
3947 ! vos/config.def vos/config.h vos/config_h.SH_orig
3948 ! win32/config.bc win32/config.gc win32/config.vc
3949 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3950 Branch: metaconfig
3951 ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
3952 Branch: metaconfig/U/perl
3953 ! use64bits.U
3954____________________________________________________________________________
3955[ 5069] By: jhi on 2000/02/11 21:13:41
3956 Log: undo #5064 for now; there seems to be no good selection
3957 of flags to add the new option.
3958 Branch: cfgperl
3959 ! hints/hpux.sh
3960____________________________________________________________________________
3961[ 5068] By: jhi on 2000/02/11 21:01:21
3962 Log: Guard against accidental long long use.
3963 Branch: cfgperl
3964 ! perl.h
3965____________________________________________________________________________
3966[ 5067] By: jhi on 2000/02/11 19:50:32
3967 Log: logic fixes
3968 Branch: cfgperl
3969 ! Configure config_h.SH
3970 Branch: metaconfig/U/perl
3971 ! uselonglong.U
3972____________________________________________________________________________
3973[ 5066] By: jhi on 2000/02/11 19:32:30
3974 Log: Clarify 64-bit issues.
3975 Branch: cfgperl
3976 ! pod/perldelta.pod
3977____________________________________________________________________________
3978[ 5065] By: jhi on 2000/02/11 18:13:29
3979 Log: Integrate with Sarathy.
3980 Branch: cfgperl
3981 !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
3982 !> toke.c
3983____________________________________________________________________________
3984[ 5064] By: jhi on 2000/02/11 18:11:47
3985 Log: Silence linker warnings about binary backward incompatibilities.
3986 Branch: cfgperl
3987 ! hints/hpux.sh
3988____________________________________________________________________________
3989[ 5063] By: gsar on 2000/02/11 16:36:14
3990 Log: fix uninitialized memory reads found by purify
3991 Branch: perl
3992 ! ext/Devel/Peek/Peek.xs regcomp.c
3993____________________________________________________________________________
3994[ 5062] By: jhi on 2000/02/11 00:11:39
3995 Log: de-fancify the largefiles hints
3996 Branch: cfgperl
3997 ! hints/hpux.sh
3998____________________________________________________________________________
3999[ 5061] By: gsar on 2000/02/10 19:17:09
4000 Log: longstanding bug in parsing "require VERSION", could reallocate
4001 current line and not know it; exposed by change#5004; manifested
4002 as parse failure of C<{require 5.003}>
4003 Branch: perl
4004 ! t/comp/require.t t/comp/use.t toke.c
4005____________________________________________________________________________
4006[ 5060] By: jhi on 2000/02/10 13:29:25
4007 Log: Integrate with Sarathy.
4008 Branch: cfgperl
4009 !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
4010____________________________________________________________________________
4011[ 5059] By: gsar on 2000/02/10 06:21:21
4012 Log: make global symbol exports AIX-specific
4013 Branch: perl
4014 ! makedef.pl
4015____________________________________________________________________________
4016[ 5058] By: gsar on 2000/02/10 06:16:57
4017 Log: integrate cfgperl contents into mainline
4018 Branch: perl
4019 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
4020 !> Porting/config_H config_h.SH makedef.pl perl.h
4021 !> vms/subconfigure.com vos/config.def win32/config.bc
4022 !> win32/config.gc win32/config.vc win32/config_H.bc
4023 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
4024 !> win32/config_sh.PL
4025____________________________________________________________________________
4026[ 5057] By: gsar on 2000/02/10 01:08:01
4027 Log: windows bugfixes for virtual directories under USE_ITHREADS:
4028 allows path mapping to unknown devices to work properly;
4029 special file names like CONOUT$ can be opened with sysopen()
4030 again
4031 Branch: perl
4032 ! win32/vdir.h
4033____________________________________________________________________________
4034[ 5056] By: gsar on 2000/02/10 00:56:27
4035 Log: formline() could wipe out readonly-ness, freeing constants
4036 prematurely, or affect cloning of pad constants
4037 Branch: perl
4038 ! pp_ctl.c t/op/write.t
4039____________________________________________________________________________
4040[ 5055] By: jhi on 2000/02/09 19:48:58
4041 Log: Regenerate Configure for I_SYSLOG.
4042 Branch: cfgperl
4043 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4044 ! config_h.SH
4045____________________________________________________________________________
4046[ 5054] By: jhi on 2000/02/09 19:38:04
4047 Log: fix AIX and multiplicity problems
4048 Branch: cfgperl
4049 ! Makefile.SH makedef.pl
4050____________________________________________________________________________
4051[ 5053] By: bailey on 2000/02/09 10:58:11
4052 Log: remove redundant archcore directory prefix in installperl
4053 Branch: vmsperl
4054 ! installperl
4055____________________________________________________________________________
4056[ 5052] By: bailey on 2000/02/09 10:44:22
4057 Log: Work around prefixing bug in older DECC preprocessors
4058 Branch: vmsperl
4059 ! vms/vms.c vms/vmsish.h
4060____________________________________________________________________________
4061[ 5051] By: bailey on 2000/02/09 09:52:06
4062 Log: Eliminate unnecessary (and sometimes confounding) test for
4063 word boundary
4064 Branch: vmsperl
4065 ! lib/ExtUtils/MM_VMS.pm
4066____________________________________________________________________________
4067[ 5050] By: bailey on 2000/02/09 09:29:06
4068 Log: Minor fixes to assuage picky compilers (unsigned comparisons and
4069 alias rules lead to compilation warnings)
4070 Branch: vmsperl
4071 ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
4072____________________________________________________________________________
4073[ 5049] By: bailey on 2000/02/09 09:09:45
4074 Log: Resync with mainline
4075 Branch: vmsperl
4076 +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4077 +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4078 +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
4079 +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
4080 +> vos/config.def vos/config.pl win32/bin/exetype.pl
4081 - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
4082 ! vms/subconfigure.com
4083 !> (integrate 358 files)
4084____________________________________________________________________________
4085[ 5048] By: jhi on 2000/02/09 03:54:05
4086 Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
4087 (reported by Yitzchak Scott-Thoennes in p5p)
4088 Branch: cfgperl
4089 ! Configure config_h.SH
4090 Branch: metaconfig
4091 ! U/modified/Cppsym.U
4092____________________________________________________________________________
4093[ 5047] By: jhi on 2000/02/09 02:56:43
4094 Log: (fake) use of getcwd.
4095 Branch: cfgperl
4096 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4097 ! config_h.SH perl.h
4098____________________________________________________________________________
4099[ 5046] By: jhi on 2000/02/09 02:22:50
4100 Log: lib scan fix
4101 Branch: cfgperl
4102 ! Configure config_h.SH
4103 Branch: metaconfig
4104 ! U/modified/libs.U
4105____________________________________________________________________________
4106[ 5045] By: jhi on 2000/02/09 02:17:34
4107 Log: Reintroduce #5019 via metaconfig.
4108 Branch: cfgperl
4109 ! Configure config_h.SH
4110 Branch: metaconfig
4111 ! U/installdirs/inc_version_list.U
4112____________________________________________________________________________
4113[ 5044] By: jhi on 2000/02/09 02:07:08
4114 Log: Add/restore probes for getcwd/mk*temp*/mmap.
4115 Branch: cfgperl
4116 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4117 ! config_h.SH perl.h vms/subconfigure.com vos/config.def
4118 ! win32/config.bc win32/config.gc win32/config.vc
4119 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4120 ! win32/config_h.PL win32/config_sh.PL
4121 Branch: metaconfig
4122 ! U/modified/d_mkstemp.U U/modified/libs.U
4123 Branch: metaconfig/U/perl
4124 + d_mkdtemp.U d_mkstemps.U
4125____________________________________________________________________________
4126[ 5043] By: jhi on 2000/02/08 20:58:02
4127 Log: Integrate with Sarathy.
4128 Branch: cfgperl
4129 +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
4130 !> (integrate 110 files)
4131____________________________________________________________________________
4132[ 5042] By: gsar on 2000/02/08 20:32:12
4133 Log: avoid exiting just because we didn't scan for libm ('libs' may still
4134 have it, but we avoided scan for things in 'libs')
4135 Branch: perl
4136 ! Configure
4137
4138----------------
4139Version v5.5.650
4140----------------
4141
4142____________________________________________________________________________
4143[ 5041] By: gsar on 2000/02/08 07:57:11
4144 Log: update Changes
4145 Branch: perl
4146 ! Changes
4147____________________________________________________________________________
7dc0bfe9
GS
4148[ 5040] By: gsar on 2000/02/08 07:51:20
4149 Log: documentation patches (from Michael Schwern and Yitzchak
4150 Scott-Thoennes)
4151 Branch: perl
4152 ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
4153____________________________________________________________________________
4154[ 5039] By: gsar on 2000/02/08 07:22:46
4155 Log: alias to $^V to $PERL_VERSION_TUPLE
4156 Branch: perl
4157 ! lib/English.pm pod/perlvar.pod
4158____________________________________________________________________________
4159[ 5038] By: gsar on 2000/02/08 07:03:34
4160 Log: update Changes
4161 Branch: perl
4162 ! Changes pod/perlhist.pod
4163____________________________________________________________________________
de993576
GS
4164[ 5037] By: gsar on 2000/02/08 06:59:55
4165 Log: Windows has a somewhat different sitelib layout, and needs
4166 $sitelib/archname added as well
4167 Branch: perl
4168 ! perl.c
4169____________________________________________________________________________
4170[ 5036] By: gsar on 2000/02/08 06:59:03
4171 Log: change#4987 appears to have broken libs scan for platforms that
4172 don't set ignore_versioned_solibs (Solaris is one of them); add
4173 derivative fix from the older logic for skipping versioned .so
4174 libs
4175 Branch: perl
4176 ! Configure
4177____________________________________________________________________________
4178[ 5035] By: gsar on 2000/02/07 21:21:44
4179 Log: sprintf("%v"...) buffer resizing busted
4180 Branch: perl
4181 ! sv.c
4182____________________________________________________________________________
4183[ 5034] By: gsar on 2000/02/07 19:16:21
4184 Log: update Changes
4185 Branch: perl
4186 ! Changes pod/perlhist.pod
4187____________________________________________________________________________
151210d1
GS
4188[ 5033] By: gsar on 2000/02/07 19:01:08
4189 Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
4190 only when XX > 127
4191 Branch: perl
4192 ! pp_hot.c toke.c
4193____________________________________________________________________________
4194[ 5032] By: gsar on 2000/02/07 18:25:31
4195 Log: add note about printf("%v",...)
4196 Branch: perl
4197 ! pod/perldelta.pod
4198____________________________________________________________________________
4199[ 5031] By: gsar on 2000/02/07 18:18:43
4200 Log: update Changes
4201 Branch: perl
4202 ! Changes Todo-5.6
4203____________________________________________________________________________
69883f8f
GS
4204[ 5030] By: gsar on 2000/02/07 18:17:49
4205 Log: thinko in change#5029
4206 Branch: perl
4207 ! gv.c
4208____________________________________________________________________________
4209[ 5029] By: gsar on 2000/02/07 17:49:58
4210 Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
4211 introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
4212 Branch: perl
4213 ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
4214 ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
4215 ! win32/win32.h
4216____________________________________________________________________________
4217[ 5028] By: gsar on 2000/02/07 17:10:03
4218 Log: perlport updates (from Peter Prymmer)
4219 Branch: perl
4220 ! pod/perlport.pod
4221____________________________________________________________________________
4222[ 5027] By: gsar on 2000/02/07 16:53:47
4223 Log: fix up Todo-5.6
4224 Branch: perl
4225 ! Todo-5.6
4226____________________________________________________________________________
4227[ 5026] By: gsar on 2000/02/07 16:32:31
4228 Log: rename Todo-5.005 to Todo-5.6
4229 Branch: perl
4230 +> Todo-5.6
4231 - Todo-5.005
4232 ! MANIFEST
4233____________________________________________________________________________
4234[ 5025] By: gsar on 2000/02/07 16:09:54
4235 Log: ${^Warnings} renamed to ${^WARNING_BITS}
4236 Branch: perl
4237 ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
4238 ! toke.c warnings.pl
4239____________________________________________________________________________
4240[ 5024] By: gsar on 2000/02/07 11:47:06
4241 Log: various Windows tweaks: make $^E a little less buggy by saving
4242 and restoring system error across TLS fetch; avoid needless
4243 copying of buffers
4244 Branch: perl
4245 ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
4246 ! win32/win32.h
4247____________________________________________________________________________
4248[ 5023] By: gsar on 2000/02/07 11:44:19
4249 Log: avoid MakeMaker setting $^W=1
4250 Branch: perl
4251 ! lib/ExtUtils/MakeMaker.pm
4252____________________________________________________________________________
4253[ 5022] By: gsar on 2000/02/07 10:38:56
4254 Log: up to v5.5.650
4255 Branch: perl
4256 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4257 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4258____________________________________________________________________________
24df1a40
GS
4259[ 5021] By: gsar on 2000/02/07 10:10:31
4260 Log: mention threads status in pod
4261 Branch: perl
4262 ! ext/Thread/Thread.pm
4263____________________________________________________________________________
4264[ 5020] By: gsar on 2000/02/07 09:57:46
4265 Log: tolerate NULL SITELIB_EXP
4266 Branch: perl
4267 ! perl.c
4268____________________________________________________________________________
4269[ 5019] By: gsar on 2000/02/07 09:46:11
4270 Log: NULL-terminate PERL_INC_VERSION_LIST
4271 Branch: perl
4272 ! Configure perl.c win32/config.bc win32/config.gc
4273 ! win32/config.vc win32/config_H.bc win32/config_H.gc
4274 ! win32/config_H.vc
4275____________________________________________________________________________
4276[ 5018] By: gsar on 2000/02/07 09:13:10
4277 Log: add compatible versions from $Config{inc_ver_list} to search
4278 paths automatically (from Tom Hughes <tom@compton.nu>)
4279 Branch: perl
4280 ! lib/lib.pm perl.c
4281____________________________________________________________________________
4282[ 5017] By: gsar on 2000/02/07 08:58:56
4283 Log: makefiles now use exetype.pl to make wperl.exe
4284 Branch: perl
4285 ! sv.c win32/Makefile win32/makefile.mk
4286____________________________________________________________________________
4287[ 5016] By: gsar on 2000/02/07 08:38:25
4288 Log: add exetype.pl (from Jan Dubois)
4289 Branch: perl
4290 + win32/bin/exetype.pl
4291 ! MANIFEST
4292____________________________________________________________________________
4293[ 5015] By: gsar on 2000/02/07 08:29:28
4294 Log: pod fixes (from Abigail and M J T Guy)
4295 Branch: perl
4296 ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
4297 ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
4298 ! pod/perlport.pod pod/perlvar.pod
4299____________________________________________________________________________
4300[ 5014] By: gsar on 2000/02/07 07:09:08
4301 Log: clarify behavior of vec() when arguments are off the end of the
4302 string (from M J T Guy)
4303 Branch: perl
4304 ! pod/perlfunc.pod
4305____________________________________________________________________________
4306[ 5013] By: gsar on 2000/02/07 07:08:15
4307 Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
4308 now return bytes all the way to 255, they will be transparently
4309 coerced (in future) to UTF-8 when they are used in operations
4310 involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
4311 Branch: perl
4312 ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
4313 ! pp.c sv.c
4314____________________________________________________________________________
4315[ 5012] By: gsar on 2000/02/07 06:36:33
4316 Log: partly revert change#4851, apparently POSIX::uname() may not be correct
4317 per strict reading of standard (says Tom Christiansen)
4318 Branch: perl
4319 ! lib/Sys/Hostname.pm
4320____________________________________________________________________________
4321[ 5011] By: gsar on 2000/02/07 06:26:30
4322 Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
4323 Branch: perl
4324 ! utf8.c utf8.h
4325____________________________________________________________________________
4326[ 5010] By: gsar on 2000/02/06 21:27:03
4327 Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
4328 Branch: perl
4329 ! malloc.c
4330____________________________________________________________________________
4331[ 5009] By: gsar on 2000/02/06 20:45:30
4332 Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
4333 years (from Gisle Aas)
4334 Branch: perl
4335 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4336 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4337 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4338 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4339 ! toke.c utf8.c utf8.h util.c util.h
4340____________________________________________________________________________
4341[ 5008] By: gsar on 2000/02/06 19:28:31
4342 Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
4343 <EFifer@sanwaint.com>)
4344 Branch: perl
4345 ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
4346 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
4347 ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
4348 ! unixish.h util.c
4349____________________________________________________________________________
4350[ 5007] By: gsar on 2000/02/06 17:47:01
4351 Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
4352 Branch: perl
4353 ! ext/POSIX/POSIX.pm
4354____________________________________________________________________________
4355[ 5006] By: gsar on 2000/02/06 17:28:35
4356 Log: integrate cfgperl contents into mainline
4357 Branch: perl
4358 !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
4359 !> perl.h pp_sys.c
4360____________________________________________________________________________
4361[ 5005] By: gsar on 2000/02/06 17:18:39
4362 Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
4363 Branch: perl
4364 ! README.vos pod/perlport.pod vos/Changes vos/build.cm
4365 ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
4366 ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
4367 ! vos/vos_dummies.c vos/vosish.h
4368____________________________________________________________________________
4369[ 5004] By: gsar on 2000/02/06 17:00:49
4370 Log: fix parse error on C<{ use strict }> and other constructs that
4371 make the parser reenter while LEX_KNOWNEXT is active
4372 Branch: perl
4373 ! t/comp/use.t toke.c
4374____________________________________________________________________________
4375[ 5003] By: gsar on 2000/02/06 14:57:30
4376 Log: avoid -Bforcearchive on netbsd too
4377 Branch: perl
4378 ! Changes hints/netbsd.sh
4379____________________________________________________________________________
9f060c84
GS
4380[ 5002] By: gsar on 2000/02/06 14:45:17
4381 Log: revised notes about Pod::Parser & Co.
4382 Branch: perl
4383 ! lib/Pod/Usage.pm pod/perldelta.pod
4384____________________________________________________________________________
4385[ 5001] By: gsar on 2000/02/06 14:02:43
4386 Log: fix description of obsolete diagnostic
4387 Branch: perl
4388 ! pod/perldiag.pod
4389____________________________________________________________________________
4390[ 5000] By: gsar on 2000/02/06 13:59:58
4391 Log: allow "\x{12ab}" even without C<use utf8>
4392 Branch: perl
4393 ! t/pragma/warn/toke toke.c
4394____________________________________________________________________________
4395[ 4999] By: gsar on 2000/02/06 13:58:31
4396 Log: make perlbug use new-style version numbers; improve compatibility
4397 (runs with perl 5.005); fix swapped old vs new version reporting
4398 Branch: perl
4399 ! utils/perlbug.PL
4400____________________________________________________________________________
4401[ 4998] By: gsar on 2000/02/06 13:56:45
4402 Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
4403 fact); add tests for version tuples
4404 Branch: perl
4405 + t/op/ver.t
4406 ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
4407 ! pod/perlop.pod sv.c toke.c
4408____________________________________________________________________________
4409[ 4997] By: gsar on 2000/02/04 21:40:08
4410 Log: change#4970 fallout for useithreads
4411 Branch: perl
4412 ! sv.c
4413____________________________________________________________________________
4414[ 4996] By: jhi on 2000/02/04 20:09:00
4415 Log: Largefilify offsets of tied handles.
4416 Branch: cfgperl
4417 ! pp_sys.c
4418____________________________________________________________________________
4419[ 4995] By: jhi on 2000/02/04 19:54:25
4420 Log: Sanity check for libraries scan.
4421 Branch: cfgperl
4422 ! Configure config_h.SH
4423 Branch: metaconfig
4424 ! U/modified/libs.U
4425____________________________________________________________________________
4426[ 4994] By: jhi on 2000/02/04 19:48:42
4427 Log: HP-UX largefileness doesn't like lseek being redeclared;
4428 no more USE_LONG_LONG.
4429 Branch: cfgperl
4430 ! perl.h
4431____________________________________________________________________________
4432[ 4993] By: jhi on 2000/02/04 19:18:59
4433 Log: fix the description as much as possible; the whole
4434 separation into three different symbols lists is
4435 pretty broken now.
4436 Branch: metaconfig
4437 ! U/modified/Cppsym.U
4438____________________________________________________________________________
4439[ 4992] By: jhi on 2000/02/04 19:13:10
4440 Log: Use <syslog.h>, not <sys/syslog.h>.
4441 Branch: cfgperl
4442 ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
4443____________________________________________________________________________
4444[ 4991] By: gsar on 2000/02/04 19:11:07
4445 Log: dmake is on CPAN now
4446 Branch: perl
4447 ! README.win32
4448____________________________________________________________________________
4449[ 4990] By: jhi on 2000/02/04 19:04:01
4450 Log: Re-introduce #4817 and #4964 wiped out by #4987.
4451 Branch: cfgperl
4452 ! Configure config_h.SH
4453 Branch: metaconfig
4454 ! U/threads/usethreads.U
4455 Branch: metaconfig/U/perl
4456 ! patchlevel.U
4457____________________________________________________________________________
4458[ 4989] By: jhi on 2000/02/04 18:54:00
4459 Log: typo fix
4460 Branch: cfgperl
4461 ! Configure config_h.SH
4462 Branch: metaconfig
4463 ! U/modified/libs.U
4464____________________________________________________________________________
4465[ 4988] By: jhi on 2000/02/04 18:34:06
4466 Log: Integrate with Sarathy.
4467 Branch: cfgperl
4468 +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4469 +> ext/Sys/Syslog/Syslog.xs
4470 - lib/Sys/Syslog.pm
4471 !> (integrate 37 files)
4472____________________________________________________________________________
4473[ 4987] By: jhi on 2000/02/04 18:31:05
4474 Log: Configure megamaintenance. Cppsym (hopefully) final spasms;
4475 default is to use long long if available; various nits
4476 here and there; fixed to hpux 64-bitnes and largefileness.
4477 Branch: cfgperl
4478 ! Configure config_h.SH hints/hpux.sh perl.h
4479 Branch: metaconfig
4480 ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
4481 ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
4482 Branch: metaconfig/U/perl
4483 ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
4484 ! usemultiplicity.U xs_apiversion.U
4485____________________________________________________________________________
4486[ 4986] By: gsar on 2000/02/04 17:26:37
4487 Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
4488 Branch: perl
4489 ! sv.c
4490____________________________________________________________________________
4491[ 4985] By: gsar on 2000/02/04 16:43:49
4492 Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
4493 Branch: perl
4494 ! ext/Devel/DProf/DProf.xs
4495____________________________________________________________________________
4496[ 4984] By: gsar on 2000/02/04 08:20:05
4497 Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
4498 Branch: perl
4499 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4500____________________________________________________________________________
4501[ 4983] By: gsar on 2000/02/04 08:00:38
4502 Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
4503 Branch: perl
4504 ! hints/openbsd.sh
4505____________________________________________________________________________
4506[ 4982] By: gsar on 2000/02/04 07:54:04
4507 Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
4508 Branch: perl
4509 ! lib/Pod/Parser.pm
4510____________________________________________________________________________
4511[ 4981] By: gsar on 2000/02/04 07:34:38
4512 Log: avoid assuming cc accepts -o switch (from Tom Hughes)
4513 Branch: perl
4514 ! Makefile.SH
4515____________________________________________________________________________
4516[ 4980] By: gsar on 2000/02/04 07:29:59
4517 Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
4518 Branch: perl
4519 + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4520 + ext/Sys/Syslog/Syslog.xs
4521 - lib/Sys/Syslog.pm
4522 ! MANIFEST pod/perldelta.pod
4523____________________________________________________________________________
4524[ 4979] By: gsar on 2000/02/04 07:13:19
4525 Log: pod updates (from David Adler, M J T Guy)
4526 Branch: perl
4527 ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
4528____________________________________________________________________________
4529[ 4978] By: gsar on 2000/02/04 07:08:14
4530 Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
4531 Branch: perl
4532 ! config_h.SH
4533____________________________________________________________________________
4534[ 4977] By: gsar on 2000/02/04 07:06:10
4535 Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
4536 with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
4537 Branch: perl
4538 ! Makefile.SH
4539____________________________________________________________________________
4540[ 4976] By: gsar on 2000/02/04 06:33:43
4541 Log: VMS update (from Dan Sugalski and Peter Prymmer)
4542 Branch: perl
4543 ! configure.com vms/descrip_mms.template vms/subconfigure.com
4544____________________________________________________________________________
4545[ 4975] By: gsar on 2000/02/04 05:51:14
4546 Log: patch to provide more informative names for evals and anonymous
4547 subroutines (from Ilya Zakharevich)
4548 Branch: perl
4549 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
4550 ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
4551 ! pod/perlvar.pod pp_ctl.c
4552____________________________________________________________________________
4553[ 4974] By: gsar on 2000/02/04 05:05:57
4554 Log: off-by-one in malloc.c (from Ilya Zakharevich)
4555 Branch: perl
4556 ! malloc.c
4557____________________________________________________________________________
4558[ 4973] By: gsar on 2000/02/04 05:03:00
4559 Log: OS/2 build fixups from Ilya Zakharevich
4560 Branch: perl
4561 ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
4562____________________________________________________________________________
4563[ 4972] By: gsar on 2000/02/04 04:58:57
4564 Log: avoid /* within comment
4565 Branch: perl
4566 ! xsutils.c
4567____________________________________________________________________________
4568[ 4971] By: gsar on 2000/02/04 04:56:09
4569 Log: another HINT_BYTE victim
4570 Branch: perl
4571 ! lib/charnames.pm
4572____________________________________________________________________________
4573[ 4970] By: gsar on 2000/02/04 04:45:13
4574 Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
4575 Branch: perl
4576 ! op.c scope.c scope.h t/op/closure.t toke.c
4577____________________________________________________________________________
4578[ 4969] By: gsar on 2000/02/04 01:09:37
4579 Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
4580 Branch: perl
4581 ! lib/byte.pm
4582____________________________________________________________________________
4583[ 4968] By: jhi on 2000/02/02 13:17:25
4584 Log: Integrate with Sarathy.
4585 Branch: cfgperl
4586 +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4587 ! Configure
4588 !> (integrate 29 files)
4589
4590----------------
4591Version v5.5.640
4592----------------
4593
4594____________________________________________________________________________
4595[ 4967] By: gsar on 2000/02/02 12:22:29
4596 Log: update makerel for new version format
4597 Branch: perl
4598 ! Changes Porting/makerel
4599____________________________________________________________________________
93136620
GS
4600[ 4966] By: gsar on 2000/02/02 11:42:03
4601 Log: workaround for undefined symbol
4602 Branch: perl
4603 ! win32/win32.h
4604____________________________________________________________________________
4605[ 4965] By: gsar on 2000/02/02 11:19:19
4606 Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
4607 (from Eric Fifer <EFifer@sanwaint.com>)
4608 Branch: perl
4609 ! pp_sys.c
4610____________________________________________________________________________
4611[ 4964] By: gsar on 2000/02/02 11:11:15
4612 Log: adjust notes on use5005threads
4613 Branch: perl
4614 ! Configure INSTALL README.threads
4615____________________________________________________________________________
4616[ 4963] By: gsar on 2000/02/02 10:14:30
4617 Log: fix typo
4618 Branch: perl
4619 ! Configure
4620____________________________________________________________________________
4621[ 4962] By: gsar on 2000/02/02 10:13:10
4622 Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
4623 Branch: perl
4624 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4625 !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
4626____________________________________________________________________________
4627[ 4961] By: gsar on 2000/02/02 09:55:45
4628 Log: PodParser-1.092 update via CPAN (from Brad Appleton)
4629 Branch: perl
4630 + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4631 ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
4632____________________________________________________________________________
4633[ 4960] By: gsar on 2000/02/02 08:22:31
4634 Log: replace misleading docs with a BUGS section
4635 Branch: perl
4636 ! lib/English.pm
4637____________________________________________________________________________
4638[ 4959] By: gsar on 2000/02/02 08:16:17
4639 Log: remove FUD from perlfunc/use (from M J T Guy)
4640 Branch: perl
4641 ! pod/perlfunc.pod
4642____________________________________________________________________________
4643[ 4958] By: gsar on 2000/02/02 08:13:04
4644 Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
4645 <cedric.auzanne@nist.gov>)
4646 Branch: perl
4647 ! Changes lib/Benchmark.pm
4648____________________________________________________________________________
ce9550df
GS
4649[ 4957] By: gsar on 2000/02/02 08:04:52
4650 Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
4651 Branch: perl
4652 ! pp_hot.c
4653____________________________________________________________________________
4654[ 4956] By: gsar on 2000/02/02 08:02:57
4655 Log: flock() pod talks about "adding" in the sense of "or-ing"
4656 Branch: perl
4657 ! pod/perlfunc.pod
4658____________________________________________________________________________
4659[ 4955] By: gsar on 2000/02/02 07:58:35
4660 Log: fixes for switching files in the debugger (from Ilya Zakharevich)
4661 Branch: perl
4662 ! lib/perl5db.pl pod/perldebug.pod
4663____________________________________________________________________________
4664[ 4954] By: gsar on 2000/02/02 07:53:51
4665 Log: use warnings rather than fiddling with $^W (from Paul Marquess)
4666 Branch: perl
4667 ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
4668 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
4669 ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
4670 ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
4671____________________________________________________________________________
4672[ 4953] By: gsar on 2000/02/02 07:40:33
4673 Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
4674 Branch: perl
4675 ! hints/dynixptx.sh
4676____________________________________________________________________________
4677[ 4952] By: gsar on 2000/02/02 07:36:39
4678 Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
4679 Brad Appleton)
4680 Branch: perl
4681 ! pod/perldelta.pod
4682____________________________________________________________________________
4683[ 4951] By: gsar on 2000/02/02 06:54:22
4684 Log: avoid mismatched type warnings
4685 Branch: perl
4686 ! embed.pl perlapi.h
4687____________________________________________________________________________
4688[ 4950] By: jhi on 2000/02/02 06:49:10
4689 Log: Integrate with Sarathy.
4690 Branch: cfgperl
4691 +> pod/perlunicode.pod
4692 !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
4693 !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
4694 !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
4695 !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
4696 !> vms/descrip_mms.template warnings.pl
4697____________________________________________________________________________
4698[ 4949] By: gsar on 2000/02/02 06:41:17
4699 Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
4700 Branch: perl
4701 ! lib/File/Spec/Win32.pm
4702____________________________________________________________________________
4703[ 4948] By: gsar on 2000/02/02 06:30:41
4704 Log: makefile tweak
4705 Branch: perl
4706 ! Makefile.SH
4707____________________________________________________________________________
4708[ 4947] By: gsar on 2000/02/02 06:27:43
4709 Log: future-proof unknown warning categories (from Greg Bacon
4710 <gbacon@cs.uah.edu>)
4711 Branch: perl
4712 ! lib/warnings.pm t/pragma/warn/2use warnings.pl
4713____________________________________________________________________________
4714[ 4946] By: gsar on 2000/02/02 06:21:34
4715 Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
4716 Branch: perl
4717 ! lib/Text/Tabs.pm
4718____________________________________________________________________________
4719[ 4945] By: gsar on 2000/02/02 06:03:04
4720 Log: more meaningful message on invalid pattern argument (from
4721 Kevin Meltzer <KMeltzer@USCO.com>)
4722 Branch: perl
4723 ! utils/perldoc.PL
4724____________________________________________________________________________
4725[ 4944] By: gsar on 2000/02/02 05:43:49
4726 Log: XSLoader build patch for VMS (from Craig A. Berry
4727 <craig.berry@metamorgs.com>)
4728 Branch: perl
4729 ! vms/descrip_mms.template
4730____________________________________________________________________________
4731[ 4943] By: gsar on 2000/02/02 03:40:49
4732 Log: reword some sections of perlunicode.pod
4733 Branch: perl
4734 ! pod/perlunicode.pod
4735____________________________________________________________________________
4736[ 4942] By: gsar on 2000/02/01 21:02:01
4737 Log: AIX warning on undefined symbol
4738 Branch: perl
4739 ! makedef.pl
4740____________________________________________________________________________
4741[ 4941] By: gsar on 2000/02/01 20:29:30
4742 Log: HINT_UTF8 is not propagated to the op tree anymore; add a
4743 perlunicode.pod that reflects changes to unicode support so far
4744 Branch: perl
4745 + pod/perlunicode.pod
4746 ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
4747 ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
4748____________________________________________________________________________
4749[ 4940] By: jhi on 2000/02/01 12:22:30
4750 Log: Integrate with Sarathy.
4751 Branch: cfgperl
4752 !> embed.pl embedvar.h global.sym gv.c intrpvar.h
4753 !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
4754 !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
4755 !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
4756____________________________________________________________________________
4757[ 4939] By: gsar on 2000/02/01 08:52:16
4758 Log: export pregexec(), Tk uses it
4759 Branch: perl
4760 ! embed.pl global.sym objXSUB.h perlapi.c
4761____________________________________________________________________________
4762[ 4938] By: gsar on 2000/02/01 04:00:09
4763 Log: mark literal utf8 in string literals properly
4764 Branch: perl
4765 ! toke.c
4766____________________________________________________________________________
4767[ 4937] By: gsar on 2000/01/31 20:19:34
4768 Log: introduce $^U, a global bit to indicate whether system
4769 calls should using widechar APIs; chr and sprintf "%c" also
4770 follow this flag in the absense of "use byte"; "use utf8"
4771 sets $^U=1 (this appears kludgey)
4772 Branch: perl
4773 ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
4774 ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
4775 ! t/lib/charnames.t win32/win32.h
4776____________________________________________________________________________
4777[ 4936] By: jhi on 2000/01/31 20:17:44
4778 Log: HP-UX (induced) fixes.
4779 Branch: cfgperl
4780 ! Configure config_h.SH hints/hpux.sh
4781 Branch: metaconfig
4782 ! U/modified/Oldconfig.U U/modified/libs.U
4783 Branch: metaconfig/U/perl
4784 ! quadfio.U
4785____________________________________________________________________________
4786[ 4935] By: jhi on 2000/01/31 19:15:43
4787 Log: Cosmetics.
4788 Branch: metaconfig
4789 ! U/compline/d_gconvert.U
4790____________________________________________________________________________
4791[ 4934] By: jhi on 2000/01/31 19:15:22
4792 Log: Cppsym saga continues.
4793 Branch: cfgperl
4794 ! Configure config_h.SH
4795 Branch: metaconfig
4796 ! U/modified/Cppsym.U
4797____________________________________________________________________________
4798[ 4933] By: gsar on 2000/01/31 18:45:07
4799 Log: !USING_WIDE() branch is busted in win32_stat()
4800 Branch: perl
4801 ! win32/win32.c
4802____________________________________________________________________________
4803[ 4932] By: jhi on 2000/01/31 06:41:47
4804 Log: Reveal even more symbols.
4805 Branch: cfgperl
4806 ! Configure config_h.SH
4807 Branch: metaconfig
4808 ! U/modified/Cppsym.U
4809____________________________________________________________________________
4810[ 4931] By: jhi on 2000/01/31 06:21:41
4811 Log: Integrate with Sarathy.
4812 Branch: cfgperl
4813 - lib/caller.pm
4814 !> (integrate 29 files)
4815____________________________________________________________________________
4816[ 4930] By: gsar on 2000/01/31 04:57:42
4817 Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
4818 whether to use widechar semantics; lexer and RE engine continue
4819 to need "use utf8" to enable unicode awareness in literals
4820 and patterns (TODO: this needs to be fixed); $1 et al are marked
4821 SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
4822 it from the data is probably better)
4823 Branch: perl
4824 ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
4825 ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
4826 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
4827____________________________________________________________________________
4828[ 4929] By: gsar on 2000/01/31 04:17:09
4829 Log: remove caller.pm from change#3534 (flawed idea)
4830 Branch: perl
4831 - lib/caller.pm
4832 ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
4833____________________________________________________________________________
4834[ 4928] By: gsar on 2000/01/31 04:16:01
4835 Log: fix factual regression (-e doesn't create temporary files anymore)
4836 Branch: perl
4837 ! pod/perlfilter.pod
4838____________________________________________________________________________
4839[ 4927] By: gsar on 2000/01/30 21:27:12
4840 Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
4841 document version tuples
4842 Branch: perl
4843 ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4844 ! pod/perlvar.pod
4845____________________________________________________________________________
4846[ 4926] By: gsar on 2000/01/28 18:10:12
4847 Log: implement -follow option in find2perl (from Helmut Jarausch
4848 <jarausch@igpm.rwth-aachen.de>)
4849 Branch: perl
4850 ! lib/File/Find.pm x2p/find2perl.PL
4851____________________________________________________________________________
4852[ 4925] By: gsar on 2000/01/28 18:03:28
4853 Log: document what chdir() without an argument does (from Mark-Jason
4854 Dominus <mjd@plover.com>)
4855 Branch: perl
4856 ! pod/perlfunc.pod
4857____________________________________________________________________________
4858[ 4924] By: gsar on 2000/01/28 17:49:34
4859 Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
4860 Branch: perl
4861 ! README.cygwin
4862____________________________________________________________________________
4863[ 4923] By: gsar on 2000/01/28 17:10:08
4864 Log: avoid leaking lexicals into program being debugged (from Ilya
4865 Zakharevich)
4866 Branch: perl
4867 ! lib/perl5db.pl
4868____________________________________________________________________________
4869[ 4922] By: gsar on 2000/01/28 16:36:13
4870 Log: perldelta note about export list changes
4871 Branch: perl
4872 ! Changes pod/perldelta.pod
4873____________________________________________________________________________
ed09ebcd
GS
4874[ 4921] By: gsar on 2000/01/28 15:49:04
4875 Log: alias realpath() to abs_path() (from Tom Christiansen)
4876 Branch: perl
4877 ! lib/Cwd.pm
4878____________________________________________________________________________
4879[ 4920] By: jhi on 2000/01/28 09:52:47
4880 Log: Cppsym fixup from Andy.
4881 Branch: cfgperl
4882 ! Configure config_h.SH
4883 Branch: metaconfig
4884 ! U/modified/Cppsym.U
4885____________________________________________________________________________
4886[ 4919] By: jhi on 2000/01/28 09:52:22
4887 Log: In HP-UX no largefiles if no 64 bits.
4888 Branch: cfgperl
4889 ! hints/hpux.sh
4890____________________________________________________________________________
4891[ 4918] By: jhi on 2000/01/28 09:03:37
4892 Log: The #4880 was too eager, the $n test is useful too.
4893 Branch: cfgperl
4894 ! lib/Benchmark.pm
4895____________________________________________________________________________
4896[ 4917] By: jhi on 2000/01/28 06:27:50
4897 Log: Integrate with Sarathy.
4898 Branch: cfgperl
4899 +> pod/perlapi.pod pod/perlintern.pod
4900 !> (integrate 39 files)
4901____________________________________________________________________________
4902[ 4916] By: gsar on 2000/01/28 05:29:37
4903 Log: more exported symbols needed for build on windows
4904 Branch: perl
4905 ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
4906 ! pod/perlintern.pod t/lib/thread.t win32/win32.c
4907____________________________________________________________________________
4908[ 4915] By: gsar on 2000/01/28 03:43:52
4909 Log: autogenerate API listing from comments in the source (from Benjamin
4910 Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
4911 flexible for better readability; add missing docs in sv.c; regenerate
4912 perltoc
4913 Branch: perl
4914 + pod/perlapi.pod pod/perlintern.pod
4915 ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
4916 ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
4917 ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
4918 ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
4919 ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
4920 ! universal.c util.c
4921____________________________________________________________________________
4922[ 4914] By: gsar on 2000/01/27 19:43:35
4923 Log: document unimplemented status of forking pipe open() on windows
4924 Branch: perl
4925 ! pod/perlfork.pod t/op/fork.t
4926____________________________________________________________________________
4927[ 4913] By: jhi on 2000/01/27 11:18:51
4928 Log: Integrate with Sarathy.
4929 Branch: cfgperl
4930 !> (integrate 51 files)
4931____________________________________________________________________________
4932[ 4912] By: jhi on 2000/01/27 10:35:48
4933 Log: Cppsym update continues.
4934 Branch: cfgperl
4935 ! Configure config_h.SH
4936 Branch: metaconfig
4937 ! U/modified/Cppsym.U
4938____________________________________________________________________________
4939[ 4911] By: gsar on 2000/01/27 08:04:17
4940 Log: add missing flag in change#4892
4941 Branch: perl
4942 ! win32/win32.c
4943____________________________________________________________________________
4944[ 4910] By: gsar on 2000/01/27 03:56:48
4945 Log: various pod nits identified by installhtml (all fixed except
4946 unresolved links)
4947 Branch: perl
4948 ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
4949 ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
4950 ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
4951 ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
4952 ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
4953 ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
4954____________________________________________________________________________
4955[ 4909] By: gsar on 2000/01/26 22:45:28
4956 Log: typo
4957 Branch: perl
4958 ! Porting/p4desc
4959____________________________________________________________________________
4960[ 4908] By: gsar on 2000/01/26 22:41:18
4961 Log: update p4 tool
4962 Branch: perl
4963 ! Porting/p4desc
4964____________________________________________________________________________
4965[ 4907] By: gsar on 2000/01/26 21:45:41
4966 Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
4967 and C<my $foo : a : b : c> are all valid (from Spider Boardman)
4968 Branch: perl
4969 ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
4970 ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
4971 ! t/op/attrs.t toke.c
4972____________________________________________________________________________
4973[ 4906] By: gsar on 2000/01/26 20:16:39
4974 Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
4975 Branch: perl
4976 ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
4977____________________________________________________________________________
4978[ 4905] By: gsar on 2000/01/26 19:10:26
4979 Log: s/STOP/CHECK/ blocks
4980 Branch: perl
4981 ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
4982 ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
4983 ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
4984 ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
4985 ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
4986 ! vms/perly_c.vms
4987____________________________________________________________________________
4988[ 4904] By: jhi on 2000/01/26 13:58:18
4989 Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
4990 of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
4991 Branch: cfgperl
4992 ! ext/IO/IO.xs
4993____________________________________________________________________________
4994[ 4903] By: jhi on 2000/01/26 11:16:34
4995 Log: Continue cpp symbol update.
4996 Branch: cfgperl
4997 ! Configure config_h.SH
4998 Branch: metaconfig
4999 ! U/modified/Cppsym.U
5000____________________________________________________________________________
5001[ 4902] By: gsar on 2000/01/26 09:28:37
5002 Log: tweak exports list on Windows
5003 Branch: perl
5004 ! makedef.pl t/op/fork.t win32/win32.h
5005____________________________________________________________________________
5006[ 4901] By: jhi on 2000/01/26 08:05:57
5007 Log: Integrate with Sarathy.
5008 Branch: cfgperl
5009 !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
5010 !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
5011 !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
5012 !> win32/win32.c win32/win32.h
5013____________________________________________________________________________
5014[ 4900] By: jhi on 2000/01/26 07:59:05
5015 Log: s/d_nvpresuv/d_nv_preserves_uv/;
5016 plus cosmetic change for #4899.
5017 Branch: cfgperl
5018 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5019 ! config_h.SH
5020 Branch: metaconfig
5021 ! U/modified/Cppsym.U
5022 Branch: metaconfig/U/perl
5023 ! perlxv.U
5024____________________________________________________________________________
5025[ 4899] By: jhi on 2000/01/26 07:46:56
5026 Log: Update the scan of the cpp symbols.
5027 Branch: cfgperl
5028 ! Configure config_h.SH
5029 Branch: metaconfig
5030 ! U/modified/Cppsym.U
5031____________________________________________________________________________
5032[ 4898] By: gsar on 2000/01/26 04:49:45
5033 Log: allow '--' to terminate argument processing (suggested by
5034 Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
5035 Branch: perl
5036 ! lib/Getopt/Std.pm
5037____________________________________________________________________________
5038[ 4897] By: gsar on 2000/01/26 02:42:38
5039 Log: change#3744 should have made grep more like map instead of the
5040 other way around
5041 Branch: perl
5042 ! t/op/grep.t toke.c
5043____________________________________________________________________________
5044[ 4896] By: gsar on 2000/01/26 00:56:14
5045 Log: integrate cfgperl contents into mainline
5046 Branch: perl
5047 +> vos/config.def vos/config.pl
5048 ! Changes
5049 !> Configure MANIFEST config_h.SH hints/unicosmk.sh
5050 !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
5051 !> vos/config.h vos/config_h.SH_orig
5052____________________________________________________________________________
aff0d67d
GS
5053[ 4895] By: gsar on 2000/01/26 00:45:45
5054 Log: fix parse failure of (my $foo : bar) and similar (from Spider
5055 Boardman)
5056 Branch: perl
5057 ! toke.c
5058____________________________________________________________________________
5059[ 4894] By: gsar on 2000/01/26 00:33:53
5060 Log: avoid failure if directories already read by rmtree() are
5061 deleted by another process
5062 Branch: perl
5063 ! lib/File/Path.pm
5064____________________________________________________________________________
5065[ 4893] By: gsar on 2000/01/25 23:19:18
5066 Log: typo in change#4892
5067 Branch: perl
5068 ! win32/win32.c
5069____________________________________________________________________________
5070[ 4892] By: gsar on 2000/01/25 22:16:19
5071 Log: eliminate need for perl95.exe on Windows 9x by working around CRT
5072 bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
5073 to call the fixed version of open_osfhandle() only on Windows 9x;
5074 updated the makefiles and README.win32 to suit
5075 Branch: perl
5076 ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
5077 ! win32/win32.h
5078____________________________________________________________________________
5079[ 4891] By: gsar on 2000/01/25 20:22:01
5080 Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
5081 Branch: perl
5082 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
5083____________________________________________________________________________
5084[ 4890] By: gsar on 2000/01/25 19:21:17
5085 Log: update Makefile notes on the now deprecated USE_5005THREADS and
5086 USE_OBJECT
5087 Branch: perl
5088 ! win32/Makefile win32/makefile.mk
5089____________________________________________________________________________
5090[ 4889] By: jhi on 2000/01/25 14:44:55
5091 Log: Misedit in #4888.
5092 Branch: cfgperl
5093 ! pp.c
5094____________________________________________________________________________
5095[ 4888] By: jhi on 2000/01/25 14:38:59
5096 Log: UNICOS/mk patches. Removing the _CRAYMPP test may be
5097 rash but it's the best move I can think of right now.
5098 UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
5099 but I think it did in the past.
5100 Removing the _CRAYMPP test fixes a legion of pack/unpack
5101 failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
5102 One subtest, t/lib/io_sock.t #14, is still failing.
5103 Branch: cfgperl
5104 ! Configure config_h.SH hints/unicosmk.sh pp.c
5105 Branch: metaconfig
5106 ! U/modified/Oldconfig.U
5107____________________________________________________________________________
5108[ 4887] By: jhi on 2000/01/25 06:13:14
5109 Log: Integrate with Sarathy.
5110 Branch: cfgperl
5111 !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
5112 !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
5113 !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
5114 !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
5115 !> win32/perllib.c win32/win32.c win32/win32.h
5116____________________________________________________________________________
5117[ 4886] By: gsar on 2000/01/25 02:54:00
5118 Log: consistently use MAX_PATH+1 buffer sizes
5119 Branch: perl
5120 ! win32/win32.c
5121____________________________________________________________________________
5122[ 4885] By: gsar on 2000/01/25 02:51:35
5123 Log: workaround for rename('x','X') bug in Windows NT
5124 Branch: perl
5125 ! t/io/fs.t win32/win32.c
5126____________________________________________________________________________
5127[ 4884] By: gsar on 2000/01/25 01:32:57
5128 Log: windows build fixups from uniform DLL name change to perl56.dll
5129 Branch: perl
5130 ! installperl makedef.pl win32/perllib.c
5131____________________________________________________________________________
5132[ 4883] By: gsar on 2000/01/25 01:31:27
5133 Log: more fixes for warnings from change#4840
5134 Branch: perl
5135 ! lib/Pod/Html.pm
5136____________________________________________________________________________
5137[ 4882] By: gsar on 2000/01/24 15:35:12
5138 Log: assorted little nits
5139 Branch: perl
5140 ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
5141 ! win32/win32.c
5142____________________________________________________________________________
5143[ 4881] By: gsar on 2000/01/24 14:32:31
5144 Log: add new warnings to perldelta
5145 Branch: perl
5146 ! Changes pod/perldelta.pod pod/perldiag.pod
5147____________________________________________________________________________
5148[ 4880] By: jhi on 2000/01/24 14:14:23
5149 Log: From: Stephane Payrard <properler@freesurf.fr>
5150 To: Gurusamy Sarathy <gsar@ActiveState.com>
5151 Cc: perl5-porters@perl.org
5152 Subject: <patch> avoid division by 0 in Benchmark.pm
5153 Date: Mon, 24 Jan 2000 16:15:38 +0100
5154 Message-ID: <20000124161538.A995@freesurf.fr>
5155 Branch: cfgperl
5156 ! lib/Benchmark.pm
5157____________________________________________________________________________
56e90b21
GS
5158[ 4879] By: gsar on 2000/01/24 14:14:20
5159 Log: force linkage of the function wrappers for globals in change#4878
5160 Branch: perl
5161 ! embed.pl globals.c perlapi.h win32/win32.h
5162____________________________________________________________________________
5163[ 4878] By: gsar on 2000/01/24 13:04:45
5164 Log: enable function wrappers for access to globals under MULTIPLICITY
5165 (provides binary compatibility in the face of changes in interpreter
5166 structure)
5167 Branch: perl
5168 ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
5169 ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
5170____________________________________________________________________________
5171[ 4877] By: jhi on 2000/01/24 11:41:57
5172 Log: perlhist update.
5173 Branch: cfgperl
5174 ! pod/perlhist.pod
5175____________________________________________________________________________
5176[ 4876] By: jhi on 2000/01/24 11:32:07
5177 Log: Updates on the large file support status.
5178 Branch: cfgperl
5179 ! pod/perldelta.pod
5180____________________________________________________________________________
5181[ 4875] By: jhi on 2000/01/24 11:23:16
5182 Log: Integrate with Sarathy.
5183 Branch: cfgperl
5184 !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
5185 !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
5186 !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
5187____________________________________________________________________________
5188[ 4874] By: gsar on 2000/01/24 10:43:03
5189 Log: fix typos; avoid use constant for lowercase constants (produces
5190 warnings now)
5191 Branch: perl
5192 ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
5193 ! lib/Shell.pm
5194____________________________________________________________________________
5195[ 4873] By: gsar on 2000/01/24 09:40:24
5196 Log: avoid warnings when there's no subs to autosplit
5197 Branch: perl
5198 ! lib/AutoSplit.pm
5199____________________________________________________________________________
5200[ 4872] By: jhi on 2000/01/24 09:39:01
5201 Log: Create a tool for converting a config_h.SH into a VOS config.h.
5202 Branch: cfgperl
5203 + vos/config.def vos/config.pl
5204 ! MANIFEST vos/config.h vos/config_h.SH_orig
5205____________________________________________________________________________
5206[ 4871] By: gsar on 2000/01/24 09:15:20
5207 Log: typos in change#4623
5208 Branch: perl
5209 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5210____________________________________________________________________________
5211[ 4870] By: jhi on 2000/01/24 06:43:19
5212 Log: Sync metaconfig units to comply with the typo fixes of #4869.
5213 Branch: cfgperl
5214 ! Configure config_h.SH
5215 Branch: metaconfig
5216 + U/modified/cf_email.U U/modified/so.U
5217 Branch: metaconfig/U/perl
5218 ! dlsrc.U
5219____________________________________________________________________________
5220[ 4869] By: jhi on 2000/01/24 06:04:31
5221 Log: Integrate with Sarathy.
5222 Branch: cfgperl
5223 +> t/pragma/diagnostics.t
5224 !> (integrate 120 files)
5225____________________________________________________________________________
5226[ 4868] By: gsar on 2000/01/23 21:49:28
5227 Log: on windows, set seek position to end for files opened in append mode
5228 (improves compatibility with Unix, avoids buffering issues)
5229 Branch: perl
5230 ! win32/win32.c
5231____________________________________________________________________________
5232[ 4867] By: gsar on 2000/01/23 21:19:31
5233 Log: change#4866 was flawed; revert and add better fix for warning
5234 Branch: perl
5235 ! op.c op.h
5236____________________________________________________________________________
5237[ 4866] By: gsar on 2000/01/23 20:43:56
5238 Log: optimize away runtime code for our($foo) (also avoid warnings)
5239 Branch: perl
5240 ! op.c
5241____________________________________________________________________________
5242[ 4865] By: gsar on 2000/01/23 13:17:18
5243 Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
5244 Branch: perl
5245 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5246 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5247____________________________________________________________________________
5248[ 4864] By: gsar on 2000/01/23 13:12:31
5249 Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
5250 suggested by Dominic Dunlop <domo@computer.org>)
5251 Branch: perl
5252 ! doio.c
5253____________________________________________________________________________
5254[ 4863] By: gsar on 2000/01/23 13:01:35
5255 Log: fix misclassified warnings
5256 Branch: perl
5257 ! pod/perldiag.pod
5258____________________________________________________________________________
5259[ 4862] By: gsar on 2000/01/23 12:52:12
5260 Log: document bareword prototype incompatibility
5261 Branch: perl
5262 ! pod/perldelta.pod pod/perlsub.pod
5263____________________________________________________________________________
5264[ 4861] By: gsar on 2000/01/23 12:32:25
5265 Log: faulty edit
5266 Branch: perl
5267 ! lib/File/stat.pm
5268____________________________________________________________________________
5269[ 4860] By: gsar on 2000/01/23 12:23:48
5270 Log: s/use vars/our/g modules that aren't independently maintained on CPAN
5271 Branch: perl
5272 ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
5273 ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
5274 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
5275 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
5276 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
5277 ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
5278 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
5279 ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
5280 ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
5281 ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
5282 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
5283 ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
5284 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
5285 ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
5286 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
5287 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
5288 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
5289 ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
5290 ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
5291 ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
5292 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
5293 ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
5294 ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5295 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5296 ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
5297 ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
5298____________________________________________________________________________
5299[ 4859] By: gsar on 2000/01/23 11:29:22
5300 Log: fix diagnostics to report "our" vs "my" correctly
5301 Branch: perl
5302 ! op.c pod/perldiag.pod
5303____________________________________________________________________________
5304[ 4858] By: gsar on 2000/01/23 10:14:46
5305 Log: set api_version to 5.5.0 (binary compatibility needs to get tested
5306 more widely)
5307 Branch: perl
5308 ! patchlevel.h
5309____________________________________________________________________________
5310[ 4857] By: gsar on 2000/01/23 10:04:03
5311 Log: disallow our($foo::bar)
5312 Branch: perl
5313 ! pod/perldiag.pod toke.c
5314____________________________________________________________________________
5315[ 4856] By: gsar on 2000/01/23 09:50:54
5316 Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
5317 Branch: perl
5318 ! utils/dprofpp.PL
5319____________________________________________________________________________
5320[ 4855] By: gsar on 2000/01/23 09:36:51
5321 Log: new test (from Michael G Schwern <schwern@pobox.com>)
5322 Branch: perl
5323 + t/pragma/diagnostics.t
5324 ! MANIFEST
5325____________________________________________________________________________
5326[ 4854] By: gsar on 2000/01/23 09:24:40
5327 Log: add PREREQ_PM to default template (suggested by Michael G Schwern
5328 <schwern@pobox.com>)
5329 Branch: perl
5330 ! utils/h2xs.PL
5331____________________________________________________________________________
5332[ 4853] By: gsar on 2000/01/23 09:08:30
5333 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5334 Branch: perl
5335 ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
5336____________________________________________________________________________
5337[ 4852] By: gsar on 2000/01/23 08:52:44
5338 Log: mark some extensions as "special versions" to avoid CPAN indexer
5339 confusion (from Ilya Zakharevich)
5340 Branch: perl
5341 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
5342____________________________________________________________________________
5343[ 4851] By: gsar on 2000/01/23 08:48:46
5344 Log: prefer POSIX::uname() rather than syscalls, which require attempting
5345 to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
5346 Branch: perl
5347 ! lib/Sys/Hostname.pm
5348____________________________________________________________________________
5349[ 4850] By: gsar on 2000/01/23 08:36:43
5350 Log: integrate cfgperl contents into mainline
5351 Branch: perl
5352 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
5353 !> Porting/config_H config_h.SH perl.h
5354____________________________________________________________________________
5355[ 4849] By: gsar on 2000/01/23 08:17:30
5356 Log: fix localization in while BLOCK when there is a continue BLOCK
5357 by introducing an explicit scope (c.f. change#4848)
5358 Branch: perl
5359 ! op.c pp_ctl.c t/cmd/while.t
5360____________________________________________________________________________
5361[ 4848] By: gsar on 2000/01/23 06:43:51
5362 Log: fix scope cleanup when next jumps to a continue block; this is rather
5363 in the nature of a kludge; it doesn't fix the longstanding bug that
5364 makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
5365 instead of "1")
5366 Branch: perl
5367 ! pp_ctl.c t/cmd/while.t
5368____________________________________________________________________________
5369[ 4847] By: gsar on 2000/01/23 04:47:25
5370 Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
5371 C<while (my $x = foo()) { my $x = bar(); }> etc.
5372 Branch: perl
5373 ! op.c
5374____________________________________________________________________________
5375[ 4846] By: gsar on 2000/01/23 04:44:17
5376 Log: avoid warnings in change#4839
5377 Branch: perl
5378 ! lib/Carp/Heavy.pm
5379____________________________________________________________________________
5380[ 4845] By: gsar on 2000/01/22 13:12:38
5381 Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
5382 Branch: perl
5383 ! Changes Configure
5384____________________________________________________________________________
7f95ee77
GS
5385[ 4844] By: gsar on 2000/01/22 12:46:26
5386 Log: wrong category for exec() warning
5387 Branch: perl
5388 ! op.c pod/perlop.pod
5389____________________________________________________________________________
5390[ 4843] By: gsar on 2000/01/22 12:42:40
5391 Log: fix line continuations in argument lists (from Helmut Jarausch)
5392 Branch: perl
5393 ! lib/ExtUtils/xsubpp
5394____________________________________________________________________________
5395[ 4842] By: gsar on 2000/01/22 12:34:39
5396 Log: CGI.pm upgraded to v2.56 from CPAN
5397 Branch: perl
5398 ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
5399 ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
5400 ! t/lib/cgi-html.t
5401____________________________________________________________________________
5402[ 4841] By: gsar on 2000/01/22 12:07:23
5403 Log: avoid warnings due to lack of forward declarations
5404 Branch: perl
5405 ! lib/Pod/Html.pm
5406____________________________________________________________________________
5407[ 4840] By: gsar on 2000/01/22 12:04:30
5408 Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
5409 <wolfgang.laun@alcatel.at>)
5410 Branch: perl
5411 ! lib/Pod/Html.pm
5412____________________________________________________________________________
5413[ 4839] By: gsar on 2000/01/22 11:57:24
5414 Log: better Carp reporting within subclassed modules (from Wolfgang Laun
5415 <wolfgang.laun@alcatel.at>)
5416 Branch: perl
5417 ! lib/Carp/Heavy.pm pod/perldelta.pod
5418____________________________________________________________________________
5419[ 4838] By: gsar on 2000/01/22 10:53:06
5420 Log: truncate(FH) flushes FH before truncating it
5421 Branch: perl
5422 ! pp_sys.c t/io/fs.t
5423____________________________________________________________________________
5424[ 4837] By: gsar on 2000/01/22 10:37:16
5425 Log: #line directives without a filename leave the file name as it was
5426 instead of setting it to the script name (from Andrew Pimlott
5427 <andrew@pimlott.ne.mediaone.net>)
5428 Branch: perl
5429 ! toke.c
5430____________________________________________________________________________
5431[ 4836] By: gsar on 2000/01/22 10:06:53
5432 Log: add patch for printf-style format typechecks (from Robin Barker
5433 <rmb1@cise.npl.co.uk>); fixes for problems so identified
5434 Branch: perl
5435 ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
5436 ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
5437____________________________________________________________________________
5438[ 4835] By: gsar on 2000/01/22 08:42:52
5439 Log: From: John Tobey <jtobey@isay.com>
5440 Date: Thu, 16 Dec 1999 20:20:38 -0500
5441 Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
5442 Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
5443 Branch: perl
5444 ! lib/base.pm lib/fields.pm t/lib/fields.t
5445____________________________________________________________________________
5446[ 4834] By: gsar on 2000/01/22 08:08:08
5447 Log: fix deeply nested closures that have no references to lexical in
5448 intervening subs
5449 Branch: perl
5450 ! embed.h embed.pl op.c proto.h t/op/closure.t
5451____________________________________________________________________________
5452[ 4833] By: gsar on 2000/01/21 17:04:21
5453 Log: add $VERSION
5454 Branch: perl
5455 ! lib/Text/Soundex.pm lib/Tie/Handle.pm
5456____________________________________________________________________________
5457[ 4832] By: gsar on 2000/01/21 16:49:09
5458 Log: fix bug in dumping self-referential scalars
5459 Branch: perl
5460 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5461 ! t/lib/dumper.t
5462____________________________________________________________________________
5463[ 4831] By: jhi on 2000/01/21 09:16:07
5464 Log: Integrate with Sarathy.
5465 Branch: cfgperl
5466 +> t/op/exists_sub.t
5467 !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
5468 !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
5469 !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
5470 !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
5471 !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
5472____________________________________________________________________________
5473[ 4830] By: gsar on 2000/01/21 04:28:08
5474 Log: patch to report warnings on bogus filehandles passed to flock(),
5475 more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
5476 (slightly modified)
5477 Branch: perl
5478 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5479 ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
5480 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5481____________________________________________________________________________
5482[ 4829] By: gsar on 2000/01/21 03:43:46
5483 Log: typo fix
5484 Branch: perl
5485 ! pod/perlop.pod
5486____________________________________________________________________________
5487[ 4828] By: gsar on 2000/01/21 03:32:31
5488 Log: notes about $^H and %^H from Ilya Zakharevich; substantial
5489 fixups of faulty facts and prose
5490 Branch: perl
5491 ! pod/perlvar.pod
5492____________________________________________________________________________
5493[ 4827] By: gsar on 2000/01/21 01:45:51
5494 Log: support for C<exists &func> (from Spider Boardman)
5495 Branch: perl
5496 + t/op/exists_sub.t
5497 ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
5498 ! pod/perlfunc.pod pp.c
5499____________________________________________________________________________
5500[ 4826] By: gsar on 2000/01/21 01:35:46
5501 Log: mention the fact that open(my $foo, ...) covers all handle
5502 constructors
5503 Branch: perl
5504 ! pod/perldelta.pod
5505____________________________________________________________________________
5506[ 4825] By: gsar on 2000/01/21 01:03:34
5507 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5508 Date: Wed, 19 Jan 2000 15:05:11 -0500
5509 Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
5510 Subject: [PATCH 5.005_63] h2xs goof and a depessimization
5511 Branch: perl
5512 ! utils/h2xs.PL
5513____________________________________________________________________________
5514[ 4824] By: gsar on 2000/01/20 19:14:26
5515 Log: INSTALL updates from Andy Dougherty
5516 Branch: perl
5517 ! INSTALL
5518____________________________________________________________________________
5519[ 4823] By: gsar on 2000/01/20 08:40:13
5520 Log: sv_true() has a superfluous test
5521 Branch: perl
5522 ! sv.c sv.h
5523____________________________________________________________________________
5524[ 4822] By: bailey on 2000/01/20 02:03:35
5525 Log: Minor cosmetic updates
5526 Branch: vmsperl
5527 ! configure.com
5528____________________________________________________________________________
5529[ 4821] By: bailey on 2000/01/20 00:25:30
5530 Log: Quick integration of mainline changes to date
5531 Branch: vmsperl
5532 +> (branch 74 files)
5533 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
5534 - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
5535 - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
5536 - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
5537 - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
5538 - lib/warning.pm os2/POSIX.mkfifo warning.h
5539 !> (integrate 462 files)
5540____________________________________________________________________________
5541[ 4820] By: jhi on 2000/01/19 22:46:42
5542 Log: More robust inc_version_list from Andy.
5543 Branch: cfgperl
5544 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5545 ! config_h.SH
5546 Branch: metaconfig
5547 ! U/installdirs/inc_version_list.U
5548____________________________________________________________________________
5549[ 4819] By: jhi on 2000/01/19 17:36:56
5550 Log: Add NV_PRESERVES_UV.
5551 Branch: cfgperl
5552 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5553 ! config_h.SH perl.h
5554 Branch: metaconfig
5555 ! U/protos/selecttype.U
5556 Branch: metaconfig/U/perl
5557 - nvpresuv.U
5558 ! perlxv.U
5559____________________________________________________________________________
5560[ 4818] By: jhi on 2000/01/19 08:13:05
5561 Log: Integrate with Sarathy.
5562 Branch: cfgperl
5563 !> Changes Configure win32/config.bc win32/config.gc
5564 !> win32/config.vc win32/config_H.bc win32/config_H.gc
5565 !> win32/config_H.vc
5566____________________________________________________________________________
5567[ 4817] By: gsar on 2000/01/19 05:25:43
5568 Log: regen win32/config*
5569 Branch: perl
5570 ! Configure win32/config.bc win32/config.gc win32/config.vc
5571 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5572____________________________________________________________________________
5573[ 4816] By: jhi on 2000/01/18 21:19:10
5574 Log: Policy patch from Andy for installation directories,
5575 removing the $apiversion.
5576 Branch: cfgperl
5577 ! Policy_sh.SH
5578____________________________________________________________________________
5579[ 4815] By: jhi on 2000/01/18 21:11:03
5580 Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
5581 as suggested by Andy.
5582 Branch: cfgperl
5583 ! Configure config_h.SH
5584 Branch: metaconfig
5585 ! U/compline/d_gnulibc.U U/modified/cc.U
5586____________________________________________________________________________
5587[ 4814] By: gsar on 2000/01/18 20:48:10
5588 Log: integrate cfgperl changes into mainline
5589 Branch: perl
5590 ! Changes
5591 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5592 !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
5593 !> perl.h t/lib/posix.t t/op/pack.t utf8.c
5594____________________________________________________________________________
4b9858f9
GS
5595[ 4813] By: jhi on 2000/01/18 19:41:33
5596 Log: metaconfig todo note from Andy.
5597 Branch: cfgperl
5598 ! Configure config_h.SH
5599 Branch: metaconfig
5600 ! U/installdirs/inc_version_list.U
5601____________________________________________________________________________
5602[ 4812] By: jhi on 2000/01/18 15:02:55
5603 Log: More -V.
5604 Branch: cfgperl
5605 ! perl.c
5606____________________________________________________________________________
5607[ 4811] By: jhi on 2000/01/18 10:35:30
5608 Log: More compile-time options shown with -V.
5609 Branch: cfgperl
5610 ! perl.c
5611____________________________________________________________________________
5612[ 4810] By: jhi on 2000/01/17 08:35:49
5613 Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
5614 the strtold() and qgcvt() prototypes for long doubles, but
5615 it should be okay in any case); fix bad assumptions in the
5616 test suite about string->float conversions; though the out
5617 parameter of strtold() (and strtoll()) is unused, it is nicer
5618 to have it in correct type.
5619 Branch: cfgperl
5620 ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
5621 Branch: metaconfig
5622 ! U/modified/cc.U
5623____________________________________________________________________________
5624[ 4809] By: jhi on 2000/01/16 19:21:18
5625 Log: strtoll works better ternary.
5626 Branch: cfgperl
5627 ! perl.h
5628____________________________________________________________________________
5629[ 4808] By: jhi on 2000/01/16 19:12:58
5630 Log: Know strtoll.
5631 Branch: cfgperl
5632 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5633 ! config_h.SH perl.h
5634____________________________________________________________________________
5635[ 4807] By: jhi on 2000/01/16 17:57:03
5636 Log: Integrate with Sarathy.
5637 Branch: cfgperl
5638 !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
5639 !> sv.c sv.h t/pragma/strict-vars toke.c util.c
5640____________________________________________________________________________
5641[ 4806] By: jhi on 2000/01/16 16:37:47
5642 Log: Continue qgcvt work; closer now but not yet there.
5643 Branch: cfgperl
5644 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5645 ! config_h.SH doop.c utf8.c
5646 Branch: metaconfig
5647 ! U/compline/d_gconvert.U
5648 Branch: metaconfig/U/perl
5649 ! d_qgcvt.U
5650____________________________________________________________________________
5651[ 4805] By: jhi on 2000/01/15 22:26:16
5652 Log: Metaconfig and Porting patches from Andy; start using the new
5653 long long and long double thingies from #4804; regen Configure.
5654 Branch: cfgperl
5655 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5656 ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
5657 Branch: metaconfig
5658 + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
5659 + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
5660 + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
5661 + U/nullified/lib.U
5662 ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
5663 ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
5664 ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
5665 ! U/modified/Oldconfig.U U/modified/Signal.U
5666 ! U/modified/sig_name.U U/threads/usethreads.U
5667 Branch: metaconfig/U/perl
5668 ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
5669 ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
5670 ! usemultiplicity.U
5671 Branch: perl
5672 ! perl.h util.c
5673____________________________________________________________________________
5674[ 4804] By: jhi on 2000/01/14 14:22:24
5675 Log: Add more quad/long long/long double sciency.
5676 Branch: metaconfig/U/perl
5677 + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
5678 + d_strtouq.U
5679____________________________________________________________________________
5680[ 4803] By: gsar on 2000/01/14 04:40:49
5681 Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
5682 Branch: perl
5683 ! op.c
5684____________________________________________________________________________
5685[ 4802] By: gsar on 2000/01/14 04:35:55
5686 Log: add note about "our"
5687 Branch: perl
5688 ! lib/vars.pm
5689____________________________________________________________________________
5690[ 4801] By: gsar on 2000/01/14 04:16:51
5691 Log: nailed "our" declarations, and better warnings on duplicate
5692 "our" declarations
5693 Branch: perl
5694 ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
5695 ! t/pragma/strict-vars toke.c
5696____________________________________________________________________________
5697[ 4800] By: gsar on 2000/01/14 01:27:13
5698 Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
5699 Branch: perl
5700 ! dump.c op.c op.h
5701____________________________________________________________________________
5702[ 4799] By: gsar on 2000/01/14 01:17:15
5703 Log: doc typo
5704 Branch: perl
5705 ! pod/perlfunc.pod
5706____________________________________________________________________________
5707[ 4798] By: jhi on 2000/01/13 16:31:34
5708 Log: Integrate with Sarathy.
5709 Branch: cfgperl
5710 +> epoc/config.sh epoc/epocish.c epoc/link.pl
5711 +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
5712 +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
5713 +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
5714 +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
5715 +> win32/perlhost.h win32/vdir.h win32/vmem.h
5716 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
5717 - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
5718 - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
5719 !> (integrate 282 files)
5720____________________________________________________________________________
5721[ 4797] By: gsar on 2000/01/13 08:12:56
5722 Log: clearer docs for change#4796; faster av_exists()
5723 Branch: perl
5724 ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5725____________________________________________________________________________
5726[ 4796] By: gsar on 2000/01/13 06:49:03
5727 Log: support delete() and exists() on array, tied array, and pseudo-hash
5728 elements or slices
5729 Branch: perl
5730 ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
5731 ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
5732 ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
5733 ! t/op/avhv.t t/op/delete.t
5734____________________________________________________________________________
5735[ 4795] By: gsar on 2000/01/11 20:52:30
5736 Log: extend site_perl changes change#4773 to vendor_perl as well
5737 Branch: perl
5738 ! Configure
5739____________________________________________________________________________
5740[ 4794] By: gsar on 2000/01/11 19:18:50
5741 Log: rework INSTALL to reflect new logic for versioning sitelibs
5742 Branch: perl
5743 ! INSTALL
5744____________________________________________________________________________
5745[ 4793] By: gsar on 2000/01/11 01:44:00
5746 Log: test for change#4792
5747 Branch: perl
5748 ! t/op/fork.t
5749____________________________________________________________________________
5750[ 4792] By: gsar on 2000/01/11 01:22:36
5751 Log: pseudo forked children inherit environment correctly
5752 Branch: perl
5753 ! win32/perlhost.h
5754____________________________________________________________________________
5755[ 4791] By: gsar on 2000/01/10 19:14:03
5756 Log: test tweak
5757 Branch: perl
5758 ! t/op/fork.t
5759____________________________________________________________________________
5760[ 4790] By: gsar on 2000/01/10 18:56:16
5761 Log: check for USE_ITHREADS sanity was too restrictive
5762 Branch: perl
5763 ! perl.h
5764____________________________________________________________________________
5765[ 4789] By: gsar on 2000/01/10 18:30:24
5766 Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
5767 a real SetCurrentDirectory() in toplevel host
5768 Branch: perl
5769 ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
5770 ! win32/vdir.h win32/win32.c
5771____________________________________________________________________________
4b9858f9
GS
5772[ 4782] By: gsar on 2000/01/10 05:27:03
5773 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
5774 Branch: perl
5775 + epoc/config.sh epoc/epocish.c epoc/link.pl
5776 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
5777 - epoc/perl.pkg
5778 ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
5779 ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
5780 ! lib/Sys/Hostname.pm
5781____________________________________________________________________________
5782[ 4781] By: gsar on 2000/01/10 05:11:03
5783 Log: pod typos (from Abigail <abigail@delanet.com>)
5784 Branch: perl
5785 ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
5786____________________________________________________________________________
5787[ 4780] By: gsar on 2000/01/10 05:07:35
5788 Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
5789 Branch: perl
5790 ! t/lib/thread.t
5791____________________________________________________________________________
5792[ 4779] By: gsar on 2000/01/10 05:06:16
5793 Log: terminate -s switch processing only on C<-->, not on C<--foo>
5794 Branch: perl
5795 ! perl.c
5796____________________________________________________________________________
5797[ 4778] By: gsar on 2000/01/10 04:38:45
5798 Log: useithreads needs usemultiplicity
5799 Branch: perl
5800 ! Configure perl.h
5801____________________________________________________________________________
5802[ 4777] By: gsar on 2000/01/10 01:18:04
5803 Log: use $Config{version} rather than $] where appropriate
5804 Branch: perl
5805 ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
5806 ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
5807 ! lib/lib.pm
5808____________________________________________________________________________
5809[ 4776] By: gsar on 2000/01/10 00:11:34
5810 Log: enable fork.t on windows
5811 Branch: perl
5812 ! t/op/fork.t
5813____________________________________________________________________________
5814[ 4775] By: gsar on 2000/01/10 00:07:29
5815 Log: broken test for use5005threads
5816 Branch: perl
5817 ! t/lib/safe2.t
5818____________________________________________________________________________
5819[ 4774] By: gsar on 2000/01/09 23:56:37
5820 Log: more windows build tweaks
5821 Branch: perl
5822 ! installperl makedef.pl win32/Makefile win32/config_H.bc
5823 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
5824 ! win32/makefile.mk
5825____________________________________________________________________________
5826[ 4773] By: gsar on 2000/01/09 22:27:19
5827 Log: more changes for new-style version numbers (versions numbers on
5828 the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
5829 they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
5830 split $Config{apiversion} into three, @Config{apirevision,apiversion,
5831 apisubversion} for CPP friendliness; $Config{sitelib} now defaults
5832 to .../site_perl/$version, just like $Config{privlib}, making sitelib
5833 completely independent across versions and substantially eliminating
5834 chances of breaking older installations by overwriting newly built
5835 extensions; all this means compatibility inclusions for @INC will need
5836 to take into account older sitelib versions (this still TODO)
5837
5838 windows, vms, dos tweaks for the above
5839 Branch: perl
5840 ! Changes Configure INSTALL Porting/config.sh Porting/config_H
5841 ! config_h.SH configure.com dosish.h installman installperl
5842 ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
5843 ! win32/config.bc win32/config.gc win32/config.vc
5844 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5845 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
5846 ! win32/win32.c
5847____________________________________________________________________________
273cf8d1
GS
5848[ 4772] By: gsar on 2000/01/09 19:05:33
5849 Log: s/usethreads/use5005threads/g
5850 Branch: perl
5851 ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
5852____________________________________________________________________________
5853[ 4771] By: gsar on 2000/01/09 18:51:50
5854 Log: Configure changes for new-style version numbers (from Andy Dougherty,
5855 slightly altered)
5856 Branch: perl
5857 ! Configure INSTALL Porting/Glossary Porting/config.sh
5858 ! Porting/config_H config_h.SH perl.h win32/Makefile
5859 ! win32/config.bc win32/config.gc win32/config.vc
5860 ! win32/makefile.mk
5861____________________________________________________________________________
5862[ 4770] By: gsar on 2000/01/07 22:18:54
5863 Log: fix for 'make utest' failures (from Ilya Zakharevich)
5864 Branch: perl
5865 ! regexec.c
5866____________________________________________________________________________
5867[ 4769] By: gsar on 2000/01/07 18:23:16
5868 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5869 Branch: perl
5870 + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
5871 + ext/ODBM_File/hints/cygwin.pl
5872 ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
5873 ! hints/cygwin.sh installman installperl lib/Cwd.pm
5874 ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
5875 ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
5876____________________________________________________________________________
5877[ 4768] By: gsar on 2000/01/07 18:12:15
5878 Log: typo on h2xs.PL (from Helmut Jarausch)
5879 Branch: perl
5880 ! utils/h2xs.PL
5881____________________________________________________________________________
5882[ 4767] By: gsar on 2000/01/07 17:58:45
5883 Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
5884 Branch: perl
5885 ! README.vms configure.com vms/subconfigure.com
5886____________________________________________________________________________
5887[ 4766] By: gsar on 2000/01/07 17:54:05
5888 Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
5889 <sthoenna@efn.org>)
5890 Branch: perl
5891 - os2/POSIX.mkfifo
5892 ! MANIFEST README.os2
5893____________________________________________________________________________
5894[ 4765] By: gsar on 2000/01/06 20:11:46
5895 Log: add workaround for dlopen() bug on OpenBSD (relative paths that
5896 match /^lib/ won't load properly)
5897 Branch: perl
5898 + ext/DynaLoader/hints/openbsd.pl
5899 ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
5900____________________________________________________________________________
9d4ce9a5
GS
5901[ 4764] By: gsar on 2000/01/06 19:51:08
5902 Log: add undocumented globals for compatibility--find.pl, and find2perl
5903 generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
5904 Branch: perl
5905 ! lib/File/Find.pm
5906____________________________________________________________________________
5907[ 4763] By: gsar on 2000/01/06 10:51:07
5908 Log: fix various C-backend shenanigans
5909 Branch: perl
5910 ! ext/B/B/C.pm
5911____________________________________________________________________________
5912[ 4762] By: gsar on 2000/01/06 04:09:00
5913 Log: tweak test in change#4757 for Windows
5914 Branch: perl
5915 ! t/io/open.t
5916____________________________________________________________________________
5917[ 4761] By: gsar on 2000/01/06 02:55:30
5918 Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
5919 they belonged to freed OP_CONSTs)
5920 Branch: perl
5921 ! op.c
5922____________________________________________________________________________
5923[ 4760] By: gsar on 2000/01/06 00:22:40
5924 Log: constant ranges could escape bareword check in list context
5925 Branch: perl
5926 ! op.c t/pragma/strict-subs
5927____________________________________________________________________________
5928[ 4759] By: gsar on 2000/01/05 20:52:50
5929 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5930 Date: Wed, 05 Jan 2000 15:23:18 EST
5931 Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
5932 Subject: Re: minimal m//g matches appear busted
5933 Branch: perl
5934 ! regexec.c t/op/pat.t
5935____________________________________________________________________________
5936[ 4758] By: gsar on 2000/01/05 12:49:40
5937 Log: various nits identified by warnings unmasked by recent changes
5938 Branch: perl
5939 ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
5940____________________________________________________________________________
5941[ 4757] By: gsar on 2000/01/05 12:48:10
5942 Log: severe bugs in change#3786 fixed
5943 Branch: perl
5944 ! doio.c t/io/open.t
5945____________________________________________________________________________
5946[ 4756] By: gsar on 2000/01/05 11:25:10
5947 Log: tweak change#4745 to make ebcdic output match for chars <= 037
5948 Branch: perl
5949 ! ext/Data/Dumper/Dumper.pm
5950____________________________________________________________________________
5951[ 4755] By: gsar on 2000/01/05 06:56:05
5952 Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
5953 Branch: perl
5954 ! Configure util.c utils/perlcc.PL
5955____________________________________________________________________________
5956[ 4754] By: gsar on 2000/01/05 06:52:25
5957 Log: avoid expensive Version_check (from Andreas Koenig)
5958 Branch: perl
5959 ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5960 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5961____________________________________________________________________________
ca4e74cd
GS
5962[ 4753] By: gsar on 2000/01/05 06:48:22
5963 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
5964 Date: 03 Jan 2000 21:56:02 +0100
5965 Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
5966 Subject: Reloading File::Copy
5967 Branch: perl
5968 ! Changes lib/File/Copy.pm t/lib/filecopy.t
5969____________________________________________________________________________
1a04d035
A
5970[ 4752] By: gsar on 2000/01/04 01:19:20
5971 Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
5972 Branch: perl
5973 ! win32/Makefile win32/makefile.mk win32/win32.h
5974____________________________________________________________________________
5975[ 4751] By: gsar on 2000/01/03 18:26:08
5976 Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
5977 Branch: perl
5978 ! lib/ExtUtils/MakeMaker.pm
5979____________________________________________________________________________
5980[ 4750] By: gsar on 2000/01/02 21:58:02
5981 Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
5982 to write to a file other than tmon.out (suggested by Haakon Alstadheim
5983 <Haakon.Alstadheim@sds.no>)
5984 Branch: perl
5985 ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
5986____________________________________________________________________________
5987[ 4749] By: gsar on 2000/01/02 21:37:29
5988 Log: disable optimization in change#3612 for join() and quotemeta()--this
5989 removes all the gross hacks for the special cases in that change; fix
5990 pp_concat() for when TARG == arg (modified version of patch suggested
5991 by Ilya Zakharevich)
5992 Branch: perl
5993 ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
5994____________________________________________________________________________
5995[ 4748] By: gsar on 2000/01/02 20:26:06
5996 Log: MakeMaker should attempt to "require" rather than "use" prerequisites
5997 to avoid imports (from Michael G Schwern <schwern@pobox.com>)
5998 Branch: perl
5999 ! lib/ExtUtils/MakeMaker.pm
6000____________________________________________________________________________
6001[ 4747] By: gsar on 2000/01/02 20:17:36
6002 Log: fix 4-arg substr() when used as argument to subroutine
6003 Branch: perl
6004 ! pp.c t/op/substr.t
6005____________________________________________________________________________
6006[ 4746] By: gsar on 2000/01/02 18:45:58
6007 Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
6008 Branch: perl
6009 ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
6010 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
6011 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6012 ! perlapi.c proto.h thread.h util.c
6013____________________________________________________________________________
6014[ 4745] By: gsar on 2000/01/02 18:15:44
6015 Log: ebcdic fix for Data::Dumper from Peter Prymmer
6016 Branch: perl
6017 ! ext/Data/Dumper/Dumper.pm regcomp.c
6018____________________________________________________________________________
6019[ 4744] By: gsar on 1999/12/31 22:42:23
6020 Log: missing files in previous submit
6021 Branch: perl
6022 ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
6023 ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
6024____________________________________________________________________________
6025[ 4743] By: gsar on 1999/12/31 06:47:18
6026 Log: various Windows build tweaks
6027 Branch: perl
6028 ! win32/win32.h
6029____________________________________________________________________________
6030[ 4742] By: gsar on 1999/12/30 21:32:36
6031 Log: change#4705 breaks code that interpolates $], so leave string value
6032 of $] as it was for compatibility (and perhaps introduce $^V or similar
6033 for the utf8 representation, maybe?)
6034 Branch: perl
6035 ! configpm gv.c
6036____________________________________________________________________________
6037[ 4741] By: gsar on 1999/12/30 19:36:21
6038 Log: avoid CRLF in byteloadable files created by perlcc
6039 Branch: perl
6040 ! utils/perlcc.PL
6041____________________________________________________________________________
6042[ 4740] By: gsar on 1999/12/30 19:35:07
6043 Log: leave DATA open in binmode if __END__ line doesn't have CRLF
6044 Branch: perl
6045 ! pod/perldelta.pod toke.c
6046____________________________________________________________________________
6047[ 4739] By: gsar on 1999/12/30 05:44:21
6048 Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
6049 to allow ByteLoader to work; the DATA filehandles continue to
6050 be left open in text mode for compatibility
6051 Branch: perl
6052 ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
6053 ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
6054 ! win32/win32.h
6055____________________________________________________________________________
6056[ 4738] By: gsar on 1999/12/30 04:36:12
6057 Log: CR-LF support broken for formats
6058 Branch: perl
6059 ! toke.c
6060____________________________________________________________________________
6061[ 4737] By: gsar on 1999/12/29 22:30:52
6062 Log: make DProf functional under pseudo-fork()
6063 Branch: perl
6064 ! ext/Devel/DProf/DProf.xs
6065____________________________________________________________________________
6066[ 4736] By: gsar on 1999/12/29 21:04:59
6067 Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
6068 Mulder)
6069 Branch: perl
6070 ! doio.c pp_hot.c t/io/argv.t
6071____________________________________________________________________________
6072[ 4735] By: gsar on 1999/12/29 18:12:40
6073 Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
6074 Koenig)
6075 Branch: perl
6076 ! Makefile.SH
6077____________________________________________________________________________
6078[ 4734] By: gsar on 1999/12/28 21:10:37
6079 Log: Windows build tweaks
6080 Branch: perl
6081 ! INTERN.h sv.c
6082____________________________________________________________________________
6083[ 4733] By: gsar on 1999/12/28 20:45:15
6084 Log: remove never-taken branch for making getc() operate on ARGV (spotted
6085 by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
6086 Branch: perl
6087 ! pp_sys.c
6088____________________________________________________________________________
6089[ 4732] By: gsar on 1999/12/28 20:42:13
6090 Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
6091 <ralph@inputplus.demon.co.uk>
6092 Branch: perl
6093 ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
6094____________________________________________________________________________
6095[ 4731] By: gsar on 1999/12/28 20:23:17
6096 Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
6097 not supplied (variant of patch suggested by Ilya Zakharevich)
6098 Branch: perl
6099 ! XSUB.h lib/ExtUtils/xsubpp
6100____________________________________________________________________________
6101[ 4730] By: gsar on 1999/12/28 19:55:56
6102 Log: range operator does magical string increment iff both operands
6103 are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
6104 the "foreach (RANGE)" case as well
6105 Branch: perl
6106 ! pp_ctl.c t/op/range.t
6107____________________________________________________________________________
6108[ 4729] By: gsar on 1999/12/28 18:40:19
6109 Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
6110 Branch: perl
6111 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6112 ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
6113 ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
6114 ! win32/config.gc win32/genmk95.pl win32/makefile.mk
6115 ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
6116 ! win32/win32.h
6117____________________________________________________________________________
6118[ 4728] By: gsar on 1999/12/28 07:44:19
6119 Log: typecasts needed
6120 Branch: perl
6121 ! toke.c
6122____________________________________________________________________________
6123[ 4727] By: gsar on 1999/12/28 06:23:08
6124 Log: change#4721 needed line number adjustments
6125 Branch: perl
6126 ! MANIFEST global.sym proto.h t/pragma/warn/doop
6127 ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
6128 ! t/pragma/warn/toke t/pragma/warn/utf8
6129____________________________________________________________________________
6130[ 4726] By: gsar on 1999/12/28 04:18:15
6131 Log: integrate utfperl contents into mainline
6132 Branch: perl
6133 +> lib/byte.pm lib/byte_heavy.pl
6134 !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
6135 !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
6136 !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
6137____________________________________________________________________________
6138[ 4725] By: gsar on 1999/12/28 04:08:09
6139 Log: integrate mainline contents
6140 Branch: utfperl
6141 - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
6142 - lib/unicode/Eq/Unicode
6143 !> (integrate 60 files)
6144____________________________________________________________________________
6145[ 4724] By: gsar on 1999/12/28 03:44:10
6146 Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
6147 Branch: perl
6148 ! regcomp.c t/op/re_tests
6149____________________________________________________________________________
6150[ 4723] By: gsar on 1999/12/28 03:28:39
6151 Log: more ebcdic testsuite fixups (from Peter Prymmer)
6152 Branch: perl
6153 ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
6154 ! t/pragma/overload.t t/pragma/utf8.t
6155____________________________________________________________________________
6156[ 4722] By: gsar on 1999/12/28 03:14:48
6157 Log: avoid "used once" warning
6158 Branch: perl
6159 ! lib/diagnostics.pm
6160____________________________________________________________________________
f70c35af
GS
6161[ 4721] By: gsar on 1999/12/28 03:10:32
6162 Log: ebcdic tweaks for tests from Peter Prymmer
6163 Branch: perl
6164 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
6165 ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
6166____________________________________________________________________________
6167[ 4720] By: gsar on 1999/12/28 03:08:39
6168 Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
6169 Branch: perl
6170 ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
6171 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
6172 ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
6173____________________________________________________________________________
6174[ 4719] By: gsar on 1999/12/28 03:01:04
6175 Log: perlport v1.45 from Chris Nandor
6176 Branch: perl
6177 ! pod/perlport.pod
6178____________________________________________________________________________
6179[ 4718] By: gsar on 1999/12/28 02:59:16
6180 Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
6181 perldelta; added STOP, DESTROY and AUTOLOAD to specials list
6182 Branch: perl
6183 ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
6184 ! t/pragma/constant.t
6185____________________________________________________________________________
6186[ 4717] By: gsar on 1999/12/28 02:47:04
6187 Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
6188 Branch: perl
6189 - ext/DynaLoader/dl_cygwin.xs
6190 ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
6191 ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
6192 ! util.c
6193____________________________________________________________________________
6194[ 4716] By: gsar on 1999/12/28 02:40:51
6195 Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
6196 (from Andy Dougherty)
6197 Branch: perl
6198 ! Configure
6199____________________________________________________________________________
6200[ 4715] By: gsar on 1999/12/28 02:38:44
6201 Log: better variant of change#4644 (from Andy Dougherty)
6202 Branch: perl
6203 ! Configure
6204____________________________________________________________________________
6205[ 4714] By: gsar on 1999/12/28 02:36:40
6206 Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
6207 Branch: perl
6208 ! Configure
6209____________________________________________________________________________
6210[ 4713] By: gsar on 1999/12/28 02:35:15
6211 Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
6212 INSTALL (from Andy Dougherty)
6213 Branch: perl
6214 ! Configure
6215____________________________________________________________________________
6216[ 4712] By: gsar on 1999/12/28 02:30:55
6217 Log: avoid creating new files during make install
6218 Branch: perl
6219 ! Makefile.SH
6220____________________________________________________________________________
6221[ 4711] By: gsar on 1999/12/28 02:24:44
6222 Log: pod edits from Paul Marquess and Mark-Jason Dominus
6223 Branch: perl
6224 ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
6225 ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
6226 ! pod/perldelta.pod
6227____________________________________________________________________________
6228[ 4710] By: gsar on 1999/12/28 02:05:23
6229 Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
6230 <sthoenna@efn.org>); add explicit target for opmini.o
6231 Branch: perl
6232 ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
6233____________________________________________________________________________
6234[ 4709] By: gsar on 1999/12/28 01:20:39
6235 Log: partly fix perldiag regressions identified by Tom Christiansen
6236 Branch: perl
6237 ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
6238 ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
6239 ! t/pragma/warn/pp_sys
6240____________________________________________________________________________
6241[ 4708] By: gsar on 1999/12/27 23:33:24
6242 Log: update perldiag for change#4707
6243 Branch: perl
6244 ! perl.c pod/perldiag.pod
6245____________________________________________________________________________
6246[ 4707] By: gsar on 1999/12/27 23:23:39
6247 Log: allow spaces in -I switch argument
6248 Branch: perl
6249 ! perl.c
6250____________________________________________________________________________
6251[ 4706] By: gsar on 1999/12/26 23:44:53
6252 Log: fix typos
6253 Branch: utfperl
6254 ! sv.h toke.c
6255____________________________________________________________________________
6256[ 4705] By: gsar on 1999/12/24 04:02:35
6257 Log: support for v5.5.640 style version numbers
6258 Branch: utfperl
6259 ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
6260 ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
6261____________________________________________________________________________
6262[ 4704] By: gsar on 1999/12/23 08:54:27
6263 Log: bring in basic threads stuff under USE_ITHREADS
6264 Branch: perl
6265 ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
6266 ! util.c
6267____________________________________________________________________________
6268[ 4703] By: gsar on 1999/12/23 00:10:06
6269 Log: integrate mainline contents into utfperl
6270 Branch: utfperl
6271 !> (integrate 33 files)
6272____________________________________________________________________________
6273[ 4702] By: gsar on 1999/12/20 17:18:23
6274 Log: virtual directory handling broken on paths with trailing slash
6275 Branch: perl
6276 ! win32/Makefile win32/makefile.mk win32/vdir.h
6277____________________________________________________________________________
6278[ 4701] By: gsar on 1999/12/20 17:09:55
6279 Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
6280 isn't set for all m/$foo/o)
6281 Branch: perl
6282 ! pp_ctl.c
6283____________________________________________________________________________
6284[ 4700] By: gsar on 1999/12/20 16:28:51
6285 Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
6286 we have a race on our hands)
6287 Branch: perl
6288 ! pp_ctl.c
6289____________________________________________________________________________
6290[ 4699] By: gsar on 1999/12/20 16:19:00
6291 Log: pod tweaks
6292 Branch: perl
6293 ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
6294____________________________________________________________________________
6295[ 4698] By: gsar on 1999/12/20 07:55:07
6296 Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
6297 Branch: perl
6298 ! utf8.c
6299____________________________________________________________________________
6300[ 4697] By: gsar on 1999/12/18 01:35:50
6301 Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
6302 anon hash rather than a block; test case for the same
6303 Branch: perl
6304 ! t/comp/term.t toke.c
6305____________________________________________________________________________
6306[ 4696] By: gsar on 1999/12/17 19:55:03
6307 Log: leak in change#4694 spotted by Larry
6308 Branch: perl
6309 ! hv.c
6310____________________________________________________________________________
6311[ 4695] By: gsar on 1999/12/17 18:14:11
6312 Log: test case for change#4694
6313 Branch: perl
6314 ! t/op/delete.t
6315____________________________________________________________________________
6316[ 4694] By: gsar on 1999/12/17 18:09:08
6317 Log: delete() should return the value as is, not a copy thereof
6318 Branch: perl
6319 ! hv.c pod/perldelta.pod
6320____________________________________________________________________________
6321[ 4693] By: gsar on 1999/12/17 17:45:58
6322 Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
6323 Branch: perl
6324 ! regexec.c t/op/re_tests
6325____________________________________________________________________________
6326[ 4692] By: gsar on 1999/12/17 17:41:10
6327 Log: credits tweak
6328 Branch: perl
6329 ! lib/File/Spec.pm
6330____________________________________________________________________________
6331[ 4691] By: gsar on 1999/12/17 07:12:53
6332 Log: DynaLoader doesn't build properly when $(DLSRC) changes
6333 (fix suggested by Hans Mulder)
6334 Branch: perl
6335 ! ext/DynaLoader/Makefile.PL
6336____________________________________________________________________________
6337[ 4690] By: gsar on 1999/12/17 06:26:34
6338 Log: add missing new ops
6339 Branch: perl
6340 ! ext/B/ramblings/runtime.porting
6341____________________________________________________________________________
6342[ 4689] By: gsar on 1999/12/17 06:16:49
6343 Log: test harness tweak from Hans Mulder
6344 Branch: perl
6345 ! t/TEST
6346____________________________________________________________________________
6347[ 4688] By: gsar on 1999/12/17 06:14:23
6348 Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
6349 and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
6350 Branch: perl
6351 ! Makefile.SH cygwin/Makefile.SHs
6352____________________________________________________________________________
6353[ 4687] By: gsar on 1999/12/17 06:06:46
6354 Log: applied suggested patch with whitespace adjustments
6355 From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
6356 Date: Thu, 16 Dec 1999 08:57:55 +0100
6357 Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
6358 Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
6359 Branch: perl
6360 ! lib/File/Find.pm
6361____________________________________________________________________________
6362[ 4686] By: gsar on 1999/12/17 05:48:53
6363 Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
6364 by Hans Mulder)
6365 Branch: perl
6366 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
6367 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6368 ! ext/DynaLoader/dl_rhapsody.xs
6369____________________________________________________________________________
6370[ 4685] By: gsar on 1999/12/17 05:37:51
6371 Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
6372 <rjk@linguist.dartmouth.edu>)
6373 Branch: perl
6374 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6375____________________________________________________________________________
6376[ 4684] By: gsar on 1999/12/16 09:32:48
6377 Log: spell out how to get 4-digit year (from Micheal G Schwern
6378 <schwern@pobox.com>)
6379 Branch: perl
6380 ! pod/perlfunc.pod
6381____________________________________________________________________________
6382[ 4683] By: gsar on 1999/12/16 09:26:53
6383 Log: type mismatch for %c format argument (spotted by Robin Barker
6384 <rmb1@cise.npl.co.uk>)
6385 Branch: perl
6386 ! regcomp.c
6387____________________________________________________________________________
6388[ 4682] By: gsar on 1999/12/16 08:33:28
6389 Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
6390 <sho_pi@hotmail.com>)
6391 Branch: perl
6392 ! win32/win32.c
6393____________________________________________________________________________
6394[ 4681] By: gsar on 1999/12/16 08:31:15
6395 Log: missing backslash (spotted by Johan Vromans)
6396 Branch: perl
6397 ! perl.c
6398____________________________________________________________________________
6399[ 4680] By: gsar on 1999/12/16 08:26:00
6400 Log: avoid coredump on diagnostics when STDERR is closed
6401 Branch: perl
6402 ! perl.h
6403____________________________________________________________________________
6404[ 4679] By: gsar on 1999/12/12 18:09:41
6405 Log: integrate mainline changes
6406 Branch: utfperl
6407 +> (branch 39 files)
6408 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6409 - lib/unicode/UnicodeData-Latest.txt
6410 !> (integrate 447 files)
6411____________________________________________________________________________
6412[ 4678] By: gsar on 1999/12/10 01:39:13
6413 Log: interpreter structure should be nulled under -DMULTIPLICITY
6414 Branch: perl
6415 ! perl.c
6416____________________________________________________________________________
6417[ 4677] By: gsar on 1999/12/09 11:10:27
6418 Log: update Changes
6419 Branch: perl
6420 ! Changes
6421
6422----------------
6423Version 5.005_63
a2126434
JN
6424----------------
6425
6426____________________________________________________________________________
42fe2635
GS
6427[ 4676] By: gsar on 1999/12/09 10:51:43
6428 Log: fix File::Find testsuite bugs in symlink-less places
6429 Branch: perl
6430 ! t/lib/filefind.t
6431____________________________________________________________________________
6432[ 4675] By: gsar on 1999/12/09 10:22:31
6433 Log: USE_ITHREADS tweaks and notes
6434 Branch: perl
6435 ! op.c pod/perldelta.pod sv.c
6436____________________________________________________________________________
6437[ 4674] By: gsar on 1999/12/09 10:21:53
6438 Log: allow new style sort subs to work under usethreads
6439 Branch: perl
6440 ! pp_ctl.c
6441____________________________________________________________________________
6442[ 4673] By: gsar on 1999/12/09 04:00:23
6443 Log: document compatibility issue with literal list slices and NOTOP
6444 (C<not (1,2,3)[0]> is now a syntax error)
6445 Branch: perl
6446 ! pod/perldelta.pod
6447____________________________________________________________________________
6448[ 4672] By: gsar on 1999/12/09 01:14:46
6449 Log: avoid mismatched expectation <-> int types for C++ builds
6450 Branch: perl
6451 ! embed.pl intrpvar.h proto.h toke.c
6452____________________________________________________________________________
6453[ 4671] By: gsar on 1999/12/09 00:36:24
6454 Log: newer version of File::Find with support for following symlinks and
6455 other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
6456 Branch: perl
6457 ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
6458____________________________________________________________________________
6459[ 4670] By: gsar on 1999/12/09 00:13:06
6460 Log: avoid initializing GvCV slot for autovivified filehandles
6461 Branch: perl
6462 ! pp.c
6463____________________________________________________________________________
6464[ 4669] By: gsar on 1999/12/08 19:09:27
6465 Log: apply change#4618 again along with Ilya's patch to fix bugs
6466 in it (see change#4622)
6467 Branch: perl
6468 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
6469 ! t/op/re_tests t/op/subst.t
6470____________________________________________________________________________
6471[ 4668] By: gsar on 1999/12/08 18:56:53
6472 Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
6473 From: Larry Wall <larry@wall.org>
6474 Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
6475 Message-Id: <199912072039.MAA13257@kiev.wall.org>
6476 Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
6477 Branch: perl
6478 ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
6479____________________________________________________________________________
6480[ 4667] By: gsar on 1999/12/08 18:47:37
6481 Log: patch to fix aix hints from ortmann@vnet.ibm.com
6482 Branch: perl
6483 ! hints/aix.sh
6484____________________________________________________________________________
6485[ 4666] By: gsar on 1999/12/08 18:29:02
6486 Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
6487 Tim Meadowcroft
6488 Branch: perl
6489 ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
6490____________________________________________________________________________
8a4f6ac2
GS
6491[ 4665] By: gsar on 1999/12/08 02:22:31
6492 Log: introduce save_I8() for saving byte values
6493 Branch: perl
6494 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
6495 ! regcomp.c regexec.c scope.c scope.h sv.c
6496____________________________________________________________________________
6497[ 4664] By: gsar on 1999/12/08 02:02:33
6498 Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
6499 Branch: perl
6500 ! toke.c
6501____________________________________________________________________________
6502[ 4663] By: gsar on 1999/12/08 01:11:44
6503 Log: longstanding typo in lexer: PL_lex_expect was not properly
6504 saved on reentry
6505 Branch: perl
6506 ! toke.c
6507____________________________________________________________________________
6508[ 4662] By: gsar on 1999/12/07 23:16:21
6509 Log: typos in change#4546
6510 Branch: perl
6511 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
6512____________________________________________________________________________
6513[ 4661] By: gsar on 1999/12/07 09:33:50
6514 Log: typos in change#4660
6515 Branch: perl
6516 ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
6517____________________________________________________________________________
6518[ 4660] By: gsar on 1999/12/06 23:42:55
6519 Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
6520 fix bug where lc($readonly) could result in bogus errors
6521 Branch: perl
6522 ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
6523 ! pp.c pp_sys.c proto.h sv.c
6524____________________________________________________________________________
6525[ 4659] By: gsar on 1999/12/06 15:24:31
6526 Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
6527 <jarausch@igpm.rwth-aachen.de>)
6528 Branch: perl
6529 ! perl.h
6530____________________________________________________________________________
6531[ 4658] By: gsar on 1999/12/06 15:18:30
6532 Log: fix for -Dp via $^D (suggested by Stephane Payrard
6533 <stef@adnaccess.com>)
6534 Branch: perl
6535 ! mg.c
6536____________________________________________________________________________
6537[ 4657] By: gsar on 1999/12/06 06:50:01
6538 Log: change#4641 needs perldiag.pod edit
6539 Branch: perl
6540 - lib/unicode/UnicodeData-Latest.txt
6541 ! pod/perldiag.pod
6542____________________________________________________________________________
6543[ 4656] By: gsar on 1999/12/06 01:36:56
6544 Log: Makefile tweak for change#4649
6545 Branch: perl
6546 ! Makefile.SH
6547____________________________________________________________________________
6548[ 4655] By: gsar on 1999/12/05 17:23:57
6549 Log: change#4653 was missing a patch reject
6550 Branch: perl
6551 ! win32/makefile.mk
6552____________________________________________________________________________
6553[ 4654] By: gsar on 1999/12/05 11:41:04
6554 Log: windows build tweaks for Borland compiler
6555 Branch: perl
6556 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
6557____________________________________________________________________________
6558[ 4653] By: gsar on 1999/12/05 11:07:37
6559 Log: applied somewhat modified version of suggested patch
6560 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
6561 Date: Thu, 18 Nov 1999 18:45:27 PST
6562 Message-ID: <19991119024527.72749.qmail@hotmail.com>
6563 Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
6564 Branch: perl
6565 + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6566 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6567 ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
6568 ! win32/makefile.mk win32/win32.h
6569____________________________________________________________________________
6570[ 4652] By: gsar on 1999/12/05 09:24:45
6571 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
6572 Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
6573 Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
6574 Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
6575 Branch: perl
6576 ! Changes hints/svr5.sh
6577____________________________________________________________________________
878143fb
MH
6578[ 4651] By: gsar on 1999/12/05 09:01:19
6579 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
6580 when given non-existent drive names
6581 Branch: perl
6582 ! lib/File/Path.pm
6583____________________________________________________________________________
6584[ 4650] By: gsar on 1999/12/05 08:47:11
6585 Log: windows build tweaks for change#4649
6586 Branch: perl
6587 ! win32/Makefile win32/makefile.mk
6588____________________________________________________________________________
6589[ 4649] By: gsar on 1999/12/05 07:49:28
6590 Log: make File::Glob::glob() the default for CORE::glob()
6591 (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
6592 Branch: perl
6593 ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
6594 ! win32/makefile.mk
6595____________________________________________________________________________
6596[ 4648] By: gsar on 1999/12/05 00:33:34
6597 Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
6598 Branch: perl
6599 ! lib/Pod/Html.pm
6600____________________________________________________________________________
6601[ 4647] By: gsar on 1999/12/05 00:14:01
6602 Log: remove outdated entry
6603 Branch: perl
6604 ! pod/perltrap.pod
6605____________________________________________________________________________
6606[ 4646] By: gsar on 1999/12/04 22:48:51
6607 Log: s/block/loop block/ in diagnostics about next, last, redo
6608 Branch: perl
6609 ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
6610____________________________________________________________________________
6611[ 4645] By: gsar on 1999/12/04 22:25:32
6612 Log: readability tweak suggested by GRommel@sears.com
6613 Branch: perl
6614 ! pp.c
6615____________________________________________________________________________
6616[ 4644] By: gsar on 1999/12/04 22:05:00
6617 Log: Configure tweak from Peter Prymmer
6618 Branch: perl
6619 ! Configure
6620____________________________________________________________________________
6621[ 4643] By: gsar on 1999/12/04 21:55:27
6622 Log: make weak keyword check look for defined(&lock), not
6623 merely defined(*lock)
6624 Branch: perl
6625 ! toke.c
6626____________________________________________________________________________
6627[ 4642] By: gsar on 1999/12/04 21:11:51
6628 Log: make eof() open ARGV if it isn't open already; also fixes bug
6629 where eof() would operate on any last-read filehandle, not
6630 just ARGV
6631 Branch: perl
6632 ! pp_sys.c
6633____________________________________________________________________________
6634[ 4641] By: gsar on 1999/12/04 04:42:25
6635 Log: make uninitialized value warnings report opcode
6636 Branch: perl
6637 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6638 ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
6639 ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
6640 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
6641 ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
6642 ! t/pragma/warn/sv
6643____________________________________________________________________________
6644[ 4640] By: gsar on 1999/12/04 02:40:44
6645 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
6646 that don't do range checking
6647 Branch: perl
6648 ! lib/Time/Local.pm
6649____________________________________________________________________________
6650[ 4639] By: gsar on 1999/12/04 01:00:49
6651 Log: better implementation of change#3326; open(local $foo,...) now
6652 allowed in addition to any uninitialized variable, for consistency
6653 with how autovivification works elsewhere; add code to use the
6654 variable name as the name of the handle for simple variables, so
6655 that diagnostics report the handle: "... at - line 1, <$foo> line 10."
6656 Branch: perl
6657 ! op.c pod/perldelta.pod pp.c t/io/open.t
6658____________________________________________________________________________
6659[ 4638] By: gsar on 1999/12/03 21:20:00
6660 Log: pod nits
6661 Branch: perl
6662 ! pod/perlfunc.pod pod/perlrun.pod
6663____________________________________________________________________________
6664[ 4637] By: gsar on 1999/12/03 08:59:04
6665 Log: change#4431 was flawed
6666 Branch: perl
6667 ! Makefile.SH
6668____________________________________________________________________________
6669[ 4636] By: gsar on 1999/12/03 07:59:52
6670 Log: pod embellishments from Nathan Torkington
6671 Branch: perl
6672 ! pod/perlfaq2.pod pod/perlhack.pod
6673____________________________________________________________________________
6674[ 4635] By: gsar on 1999/12/03 07:56:04
6675 Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
6676 Branch: perl
6677 ! pod/perlfaq4.pod
6678____________________________________________________________________________
6679[ 4634] By: gsar on 1999/12/03 07:47:47
6680 Log: test tweak for VMS (from Craig A. Berry)
6681 Branch: perl
6682 ! t/io/nargv.t
6683____________________________________________________________________________
6684[ 4633] By: gsar on 1999/12/03 07:44:52
6685 Log: patchls tweak from Andreas Koenig
6686 Branch: perl
6687 ! Porting/patchls
6688____________________________________________________________________________
6689[ 4632] By: gsar on 1999/12/03 07:42:23
6690 Log: don't mess with the umask()
6691 Branch: perl
6692 ! installhtml installman installperl lib/ExtUtils/Install.pm
6693 ! lib/ExtUtils/Manifest.pm
6694____________________________________________________________________________
6695[ 4631] By: gsar on 1999/12/03 06:52:50
6696 Log: support -a switch to append bytecode to an existing file and make
6697 perlcc use it (from Tom Hughes <tom@compton.nu>)
6698 Branch: perl
6699 ! ext/B/B/Bytecode.pm utils/perlcc.PL
6700____________________________________________________________________________
6701[ 4630] By: gsar on 1999/12/03 06:46:16
6702 Log: document incompatible perl4 vec() vs bitwise ops interaction trap
6703 (from Tom Phoenix)
6704 Branch: perl
6705 ! pod/perltrap.pod
6706____________________________________________________________________________
6707[ 4629] By: gsar on 1999/12/03 06:40:15
6708 Log: use PerlIO abstraction rather than straight stdio (from
6709 Chip Salzenberg)
6710 Branch: perl
6711 ! ext/ByteLoader/ByteLoader.xs
6712____________________________________________________________________________
6713[ 4628] By: gsar on 1999/12/03 06:15:54
6714 Log: avoid warning in IO::Select::exists() if socket doesn't exist
6715 Branch: perl
6716 ! ext/IO/lib/IO/Select.pm
6717____________________________________________________________________________
6718[ 4627] By: gsar on 1999/12/03 06:05:19
6719 Log: two small patches from Peter Prymmer <pvhp@forte.com>
6720 Branch: perl
6721 ! makedepend.SH win32/Makefile win32/makefile.mk
6722____________________________________________________________________________
6723[ 4626] By: gsar on 1999/12/03 05:36:38
6724 Log: From: Peter Prymmer <pvhp@forte.com>
6725 Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
6726 Message-Id: <199911260506.VAA17230@brio.forte.com>
6727 Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
6728 Branch: perl
6729 ! regcomp.c
6730____________________________________________________________________________
6731[ 4625] By: gsar on 1999/12/03 05:20:21
6732 Log: Windows build tweaks due to change#4623
6733 Branch: perl
6734 ! win32/Makefile win32/makefile.mk win32/perlhost.h
6735____________________________________________________________________________
6736[ 4624] By: gsar on 1999/12/03 04:58:30
6737 Log: add missing file
6738 Branch: perl
6739 + ext/DynaLoader/XSLoader_pm.PL
6740____________________________________________________________________________
6741[ 4623] By: gsar on 1999/12/03 04:47:03
6742 Log: applied suggested patch; removed $VERSION = $VERSION hack
6743 (change#4043 fixed the need for that)
6744 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6745 Date: Tue, 16 Nov 1999 01:50:31 EST
6746 Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
6747 Subject: [PATCH 5.005_62] XSLoader.pm
6748 Branch: perl
6749 ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
6750 ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
6751 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
6752 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
6753 ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
6754 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
6755 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6756 ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
6757 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
6758 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
6759 ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
6760____________________________________________________________________________
6761[ 4622] By: gsar on 1999/12/03 04:02:39
6762 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
6763 Branch: perl
6764 ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6765____________________________________________________________________________
34baa6c3
GS
6766[ 4621] By: gsar on 1999/12/02 22:24:53
6767 Log: caveat about thread-safety of extensions
6768 Branch: perl
6769 ! pod/perlfork.pod
6770____________________________________________________________________________
6771[ 4620] By: gsar on 1999/12/02 20:31:02
6772 Log: XS documentation patches suggested by Ilya, severally adjusted
6773 Branch: perl
6774 ! pod/perlxs.pod pod/perlxstut.pod
6775____________________________________________________________________________
6776[ 4619] By: gsar on 1999/12/02 17:52:50
6777 Log: re-add missing Unicode database master
6778 Branch: perl
6779 + lib/unicode/Unicode.300
6780____________________________________________________________________________
6781[ 4618] By: gsar on 1999/12/02 06:56:18
6782 Log: applied suggested patch with prototype changes
6783 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6784 Date: Tue, 23 Nov 1999 22:55:55 EST
6785 Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
6786 Subject: [PATCH 5.005_62] First char cognizance
6787 Branch: perl
6788 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6789____________________________________________________________________________
6790[ 4617] By: gsar on 1999/12/02 06:04:57
6791 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
6792 Branch: perl
6793 ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
6794____________________________________________________________________________
6795[ 4616] By: gsar on 1999/12/02 04:30:22
6796 Log: various documentation tweaks suggested by M. J. T. Guy
6797 Branch: perl
6798 ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
6799____________________________________________________________________________
6800[ 4615] By: gsar on 1999/12/02 04:17:43
6801 Log: various File::Glob fixes for DOSISH platforms
6802 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
6803 Date: Tue, 02 Nov 1999 11:11:25 GMT
6804 Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
6805 Subject: File::Glob again. Final patch, honest!
6806 Branch: perl
6807 + t/lib/glob-case.t
6808 ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
6809 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6810 ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
6811____________________________________________________________________________
6812[ 4614] By: gsar on 1999/12/02 03:42:55
6813 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
6814 variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
6815 Branch: perl
6816 ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
6817____________________________________________________________________________
6818[ 4613] By: gsar on 1999/12/02 01:59:19
6819 Log: ignore yet another known scalar leak
6820 Branch: perl
6821 ! t/pragma/warn/regcomp
6822____________________________________________________________________________
6823[ 4612] By: gsar on 1999/12/02 01:15:02
6824 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
6825 Branch: perl
6826 ! pp.c
6827____________________________________________________________________________
6828[ 4611] By: gsar on 1999/12/02 00:31:43
6829 Log: a somewhat tweaked version of suggested patch
6830 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6831 Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
6832 Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
6833 Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
6834 Branch: perl
6835 ! pod/perlfunc.pod
6836____________________________________________________________________________
6837[ 4610] By: gsar on 1999/12/01 19:09:31
6838 Log: more accurate require() pseudocode (from James P. Williams
6839 <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
6840 Branch: perl
6841 ! pod/perlfunc.pod
6842____________________________________________________________________________
6843[ 4609] By: gsar on 1999/12/01 18:43:49
6844 Log: avoid "Callback called exit" error on intentional exit()
6845 Branch: perl
6846 ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
6847____________________________________________________________________________
6848[ 4608] By: gsar on 1999/12/01 18:42:38
6849 Log: find_byclass() prototype was incoherent
6850 Branch: perl
6851 ! regexec.c
6852____________________________________________________________________________
6853[ 4607] By: gsar on 1999/12/01 05:45:10
6854 Log: better documentation for goto &NAME (from M. J. T. Guy)
6855 Branch: perl
6856 ! pod/perlfunc.pod
6857____________________________________________________________________________
6858[ 4606] By: gsar on 1999/12/01 05:33:14
6859 Log: integrate cfgperl contents into mainline
6860 Branch: perl
6861 +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
6862 +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
6863 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6864 ! Changes
6865 !> (integrate 210 files)
6866____________________________________________________________________________
d9aad7f7
GS
6867[ 4605] By: gsar on 1999/12/01 05:15:27
6868 Log: avoid PTR->IV cast warnings
6869 Branch: perl
6870 ! mg.c op.c scope.h
6871____________________________________________________________________________
6872[ 4604] By: gsar on 1999/12/01 03:59:56
6873 Log: email address changes
6874 Branch: perl
6875 ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
6876 ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
6877 ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
6878 ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
6879 ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
6880____________________________________________________________________________
6881[ 4603] By: gsar on 1999/12/01 03:45:13
6882 Log: minor USE_ITHREADS tweaks
6883 Branch: perl
6884 ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
6885 ! win32/perllib.c win32/win32.h
6886____________________________________________________________________________
6887[ 4602] By: gsar on 1999/12/01 01:00:09
6888 Log: more complete pseudo-fork() support for Windows
6889 Branch: perl
6890 + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
6891 ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
6892 ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
6893 ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
6894 ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
6895 ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
6896 ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
6897 ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
6898 ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
6899 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
6900 ! win32/win32iop.h win32/win32thread.h
6901____________________________________________________________________________
6902[ 4601] By: gsar on 1999/12/01 00:45:38
6903 Log: rudimentary support for remote debugging, from aeons ago (somewhat
6904 modified)
6905 From: Graham TerMarsch <grahamt@ActiveState.com>
6906 Date: Sat, 12 Sep 1998 10:46:55 -0700
6907 Message-ID: <35FAB38F.EA9AAC50@activestate.com>
6908 Subject: Re: Patches to perl5db.pl to allow for remote debugging
6909 Branch: perl
6910 ! lib/perl5db.pl
6911____________________________________________________________________________
6912[ 4600] By: chip on 1999/11/19 21:16:00
6913 Log: Document known limitations of fdopen() on some systems,
6914 as they apply to open() and sysopen().
6915 Branch: perl
6916 ! pod/perlfunc.pod
6917____________________________________________________________________________
6918[ 4599] By: chip on 1999/11/19 17:20:19
6919 Log: Undef printf before redirecting it to PerlIO_stdoutf.
6920 (Avoids an irritating warning when compiling with PerlIO.)
6921 Branch: perl
6922 ! perl.h
6923____________________________________________________________________________
6924[ 4598] By: jhi on 1999/11/22 21:30:17
6925 Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
6926 Branch: cfgperl
6927 ! README.vms t/io/open.t
6928____________________________________________________________________________
6929[ 4597] By: jhi on 1999/11/21 16:21:21
6930 Log: Replace #4596 with the change done in 5.005_03.
6931 Branch: cfgperl
6932 ! ext/Errno/Errno_pm.PL
6933____________________________________________________________________________
6934[ 4596] By: jhi on 1999/11/21 16:07:20
6935 Log: Skip processing a file if the file to be opened is '-'
6936 (can happen in UNICOS)
6937 Branch: cfgperl
6938 ! ext/Errno/Errno_pm.PL
6939____________________________________________________________________________
6940[ 4595] By: jhi on 1999/11/21 14:05:10
6941 Log: VMS patches from Peter Prymmer.
6942 Branch: cfgperl
6943 ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
6944____________________________________________________________________________
6945[ 4594] By: jhi on 1999/11/18 17:07:14
6946 Log: The find_byclass prototype is already in proto.h.
6947 Branch: cfgperl
6948 ! regexec.c
6949____________________________________________________________________________
6950[ 4593] By: gsar on 1999/11/16 21:25:21
6951 Log: typo in flag checks
6952 Branch: utfperl
6953 ! sv.h
6954____________________________________________________________________________
6955[ 4592] By: jhi on 1999/11/16 21:17:25
6956 Log: Regen Configure.
6957 Branch: cfgperl
6958 ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
6959 Branch: metaconfig
6960 ! U/a_dvisory/quadtype.U
6961____________________________________________________________________________
6962[ 4591] By: jhi on 1999/11/16 14:53:19
6963 Log: Integrate with Sarathy.
6964 Branch: cfgperl
6965 !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
6966 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6967 !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
6968 !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
6969 !> t/pod/poderrs.xr
6970____________________________________________________________________________
6971[ 4590] By: gsar on 1999/11/16 05:57:56
6972 Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
6973 Branch: perl
6974 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6975 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
6976 ! t/pod/poderrs.t t/pod/poderrs.xr
6977____________________________________________________________________________
6978[ 4589] By: gsar on 1999/11/15 18:47:34
6979 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
6980 C<if (fork()) { print "parent" } else { print "child" }> works on
6981 Windows (incidentally running a cloned^2 interpreter :)
6982 Branch: perl
6983 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
6984 ! pp_sys.c proto.h sv.c
6985____________________________________________________________________________
6986[ 4588] By: gsar on 1999/11/15 14:34:36
6987 Log: cloning the stack (part 1)
6988 Branch: perl
6989 ! cop.h deb.c perl.c sv.c
6990____________________________________________________________________________
6991[ 4587] By: jhi on 1999/11/15 00:22:20
6992 Log: Integrate with Sarathy.
6993 Branch: cfgperl
6994 !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
6995 !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
6996 !> win32/perllib.c
6997____________________________________________________________________________
6998[ 4586] By: jhi on 1999/11/14 21:17:26
6999 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
7000 Branch: cfgperl
7001 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
7002____________________________________________________________________________
7003[ 4585] By: gsar on 1999/11/14 20:01:45
7004 Log: tweak for win32 build
7005 Branch: perl
7006 ! embed.h embed.pl op.c proto.h
7007____________________________________________________________________________
7008[ 4584] By: gsar on 1999/11/14 19:46:25
7009 Log: cosmetic tweaks
7010 Branch: perl
7011 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
7012 ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
7013____________________________________________________________________________
7014[ 4583] By: gsar on 1999/11/14 17:38:32
7015 Log: fix problem pointer casts
7016 Branch: perl
7017 ! Changes run.c sv.c
7018____________________________________________________________________________
4265b575
GS
7019[ 4582] By: jhi on 1999/11/14 17:10:01
7020 Log: Integrate with Sarathy.
7021 Branch: cfgperl
7022 !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
7023 !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
7024 !> vms/perly_c.vms win32/perllib.c
7025____________________________________________________________________________
7026[ 4581] By: jhi on 1999/11/14 17:08:23
7027 Log: The separation of 64-bitness and largefileness continues
7028 (with a setback, see hpux.sh).
7029 Branch: cfgperl
7030 ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
7031 ! hints/solaris_2.sh
7032 Branch: metaconfig
7033 ! U/threads/archname.U U/typedefs/lseektype.U
7034 Branch: metaconfig/U/perl
7035 ! fpossize.U use64bits.U uselfs.U
7036____________________________________________________________________________
7037[ 4580] By: jhi on 1999/11/14 13:26:41
7038 Log: Another Unicode update.
7039 Branch: cfgperl
7040 + lib/unicode/Jamo.txt lib/unicode/NamesList.html
7041 + lib/unicode/UCD300.html lib/unicode/Unicode3.html
7042 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
7043 ! (edit 189 files)
7044____________________________________________________________________________
7045[ 4579] By: gsar on 1999/11/14 10:21:49
7046 Log: sundry cleanups for cloned interpreters (only known failure mode
7047 is due to regexps keeping non-constant data in their compiled
7048 structures)
7049 Branch: perl
7050 ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
7051 ! pp_sys.c sv.c toke.c util.c win32/perllib.c
7052____________________________________________________________________________
7053[ 4578] By: gsar on 1999/11/14 03:37:37
7054 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
7055 Branch: perl
7056 ! perly.c perly.y t/op/misc.t vms/perly_c.vms
7057____________________________________________________________________________
7058[ 4577] By: jhi on 1999/11/13 19:50:24
7059 Log: Change #4576 accidentally leaked also parts of
7060 Ilya's patch that won't apply cleanly anymore.
7061 Branch: cfgperl
7062 ! regexec.c t/op/re_tests
7063____________________________________________________________________________
7064[ 4576] By: jhi on 1999/11/13 19:43:37
7065 Log: Integrate with Sarathy.
7066 Branch: cfgperl
7067 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
7068 !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
7069 !> t/op/regexp.t t/pragma/overload.t
7070____________________________________________________________________________
7071[ 4575] By: gsar on 1999/11/13 19:41:46
7072 Log: typos in change#4561 and change#4565
7073 Branch: perl
7074 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
7075____________________________________________________________________________
7076[ 4574] By: gsar on 1999/11/13 19:31:19
7077 Log: revert non-kosher parts of change#4562 (sort order problems
7078 should be ignored (on ebcdic) by fixing dumper.t/T() to sort
7079 result and expected lines; /[:ascii:]/ not working should be
7080 fixed, not ignored in regexp.t; result from sort should be
7081 fixed to be ascii portable on ebcdic, not ebcdic-specific)
7082 Branch: perl
7083 ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
7084____________________________________________________________________________
7085[ 4573] By: gsar on 1999/11/13 19:13:04
7086 Log: integrate cfgperl changes into mainline
7087 Branch: perl
7088 +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
7089 +> lib/unicode/In/BopomofoExtended.pl
7090 +> lib/unicode/In/BraillePatterns.pl
7091 +> lib/unicode/In/CJKRadicalsSupplement.pl
7092 +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
7093 +> lib/unicode/In/Cherokee.pl
7094 +> lib/unicode/In/IdeographicDescriptionCharacters.pl
7095 +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
7096 +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
7097 +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
7098 +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
7099 +> lib/unicode/In/Thaana.pl
7100 +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
7101 +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
7102 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7103 !> (integrate 213 files)
7104____________________________________________________________________________
7105[ 4572] By: jhi on 1999/11/13 18:44:50
7106 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
7107 To: perl5-porters@perl.org, VMSPERL@perl.org
7108 Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
7109 Date: Wed, 27 Oct 1999 11:02:54 -0500
7110 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
7111 Branch: cfgperl
7112 ! README.vms
7113____________________________________________________________________________
7114[ 4571] By: jhi on 1999/11/13 18:33:39
7115 Log: From: jand@activestate.com (Jan Dubois)
7116 To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
7117 Cc: Douglas Lankshear <dougl@activestate.com>,
7118 Gurusamy Sarathy <gsar@activestate.com>
7119 Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
7120 Date: Tue, 09 Nov 1999 00:38:33 +0100
7121 Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
7122 Branch: cfgperl
7123 ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
7124 ! win32/config.gc win32/config.vc win32/config_H.bc
7125 ! win32/config_H.gc win32/config_H.vc win32/perllib.c
7126 ! win32/win32.c win32/win32iop.h
7127____________________________________________________________________________
7128[ 4570] By: jhi on 1999/11/13 18:30:37
7129 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7130 To: perl5-porters@perl.org (Mailing list Perl5)
7131 Subject: [PATCH 5.005_62] makedef.pl goof
7132 Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
7133 Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
7134 Branch: cfgperl
7135 ! makedef.pl
7136____________________________________________________________________________
7137[ 4569] By: jhi on 1999/11/13 18:06:54
7138 Log: From: Michael G Schwern <schwern@pobox.com>
7139 To: perl5-porters@perl.org, pod-people@perl.org
7140 Cc: tchrist@mox.perl.com, gnat@frii.com
7141 Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
7142 Date: Wed, 10 Nov 1999 17:21:46 -0500
7143 Message-ID: <19991110172146.A23527@athens.aocn.com>
7144 Branch: cfgperl
7145 ! pod/perlfaq9.pod
7146____________________________________________________________________________
7147[ 4568] By: jhi on 1999/11/13 18:05:33
7148 Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
7149 To: <perl5-porters@perl.org>
7150 Subject: DynaLoader_pm.PL patch (backslashes in strings)
7151 Date: Wed, 10 Nov 1999 22:52:02 -0000
7152 Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
7153 Branch: cfgperl
7154 ! ext/DynaLoader/DynaLoader_pm.PL
7155____________________________________________________________________________
7156[ 4567] By: jhi on 1999/11/13 18:03:52
7157 Log: From: JD Laub <jdl@access-health.com>
7158 To: perl5-porters@perl.org
7159 Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
7160 Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
7161 Message-Id: <199911121558.IAA08915@mocha.iasi.com>
7162 Branch: cfgperl
7163 ! lib/Exporter/Heavy.pm
7164____________________________________________________________________________
7165[ 4566] By: jhi on 1999/11/13 18:01:24
7166 Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
7167 To: perl5-porters@perl.org
7168 Subject: small patch for perldoc
7169 Date: Fri, 12 Nov 1999 23:11:43 GMT
7170 Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
7171 Branch: cfgperl
7172 ! utils/perldoc.PL
7173____________________________________________________________________________
7174[ 4565] By: jhi on 1999/11/13 17:58:54
7175 Log: From: Scott Gifford <sgifford@tir.com>
7176 To: perl5-porters@perl.org
7177 Cc: gbarr@pobox.com
7178 Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
7179 Date: 12 Nov 1999 18:55:30 -0500
7180 Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
7181 Branch: cfgperl
7182 ! ext/IO/lib/IO/Socket.pm
7183____________________________________________________________________________
7184[ 4564] By: jhi on 1999/11/13 17:45:39
7185 Log: Applied manually:
7186 From: "Craig A. Berry" <craig.berry@metamor.com>
7187 To: perl5-porters@perl.org, VMSPERL@perl.org
7188 Subject: [PATCH 5.005_62] patches required to build on VMS
7189 Date: Tue, 09 Nov 1999 18:16:14 -0600
7190 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
7191 Branch: cfgperl
7192 ! configure.com vms/descrip_mms.template vms/subconfigure.com
7193 ! vms/vms.c vms/vmsish.h
7194____________________________________________________________________________
7195[ 4563] By: jhi on 1999/11/13 17:18:41
7196 Log: Regen Unicode tables to include a warning:
7197 Thou Shalt Not Edit Them By Hand; add missing
7198 (Unicode 2.0 -introduced) tables to MANIFEST;
7199 convert the equivalence tables to be valid Perl code.
7200 Branch: cfgperl
7201 + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
7202 + lib/unicode/In/BopomofoExtended.pl
7203 + lib/unicode/In/BraillePatterns.pl
7204 + lib/unicode/In/CJKRadicalsSupplement.pl
7205 + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
7206 + lib/unicode/In/Cherokee.pl
7207 + lib/unicode/In/IdeographicDescriptionCharacters.pl
7208 + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
7209 + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
7210 + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
7211 + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
7212 + lib/unicode/In/Thaana.pl
7213 + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
7214 + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
7215 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7216 ! (edit 169 files)
7217____________________________________________________________________________
7218[ 4562] By: jhi on 1999/11/13 16:53:00
7219 Log: From: Peter Prymmer <pvhp@forte.com>
7220 To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
7221 Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
7222 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
7223 Message-Id: <199911102234.OAA01018@brio.forte.com>
7224 Branch: cfgperl
7225 ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
7226 ! t/pragma/overload.t
7227____________________________________________________________________________
7228[ 4561] By: jhi on 1999/11/13 16:29:37
7229 Log: $Config{myarchname} is not a good architecture identifier
7230 because it may contain host/node identification like
7231 CPU serial numbers.
7232 Branch: cfgperl
7233 ! ext/Errno/Errno_pm.PL
7234____________________________________________________________________________
7235[ 4560] By: jhi on 1999/11/13 16:26:13
7236 Log: Continue largefileness separation from quadness;
7237 move nv-preserving test out of perl.h into Configure;
7238 use HAS_SETVBUF in IO.
7239 Branch: cfgperl
7240 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7241 ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
7242 Branch: metaconfig
7243 ! U/a_dvisory/quadtype.U
7244 Branch: metaconfig/U/perl
7245 + nvpresuv.U
7246 ! d_fseeko.U d_ftello.U io64.U perlxv.U
7247____________________________________________________________________________
7248[ 4559] By: jhi on 1999/11/13 13:46:38
7249 Log: Try to fix largefileness so that it "works" without a quad IV.
7250 Branch: cfgperl
7251 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7252 ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
7253 Branch: metaconfig
7254 ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
7255 Branch: metaconfig/U/perl
7256 ! io64.U
7257____________________________________________________________________________
7258[ 4558] By: jhi on 1999/11/13 11:36:19
7259 Log: Undo drift from mainline.
7260 Branch: cfgperl
7261 ! regcomp.c util.c utils/h2xs.PL
7262____________________________________________________________________________
7263[ 4557] By: gsar on 1999/11/13 10:54:46
7264 Log: typo
7265 Branch: perl
7266 ! util.c
7267____________________________________________________________________________
7268[ 4556] By: gsar on 1999/11/13 10:53:41
7269 Log: integrate cfgperl contents (op.[ch] needed manual resolve)
7270 Branch: perl
7271 +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
7272 +> epoc/epoc_stubs.c
7273 !> (integrate 48 files)
7274____________________________________________________________________________
7275[ 4555] By: jhi on 1999/11/13 10:05:54
7276 Log: Integrate with Sarathy.
7277 Branch: cfgperl
7278 !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7279 !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7280____________________________________________________________________________
7281[ 4554] By: jhi on 1999/11/13 10:03:07
7282 Log: s/_SIGN$/_sign/g;
7283 Branch: metaconfig
7284 ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
7285____________________________________________________________________________
7286[ 4553] By: gsar on 1999/11/13 02:17:53
7287 Log: cloned interpreters now actually run and pass all but 55/10386
7288 subtests; various subtle bugs, new and old, observed when running
7289 cloned interpreters have been fixed
7290
7291 still to do:
7292 | * dup psig_ptr table
7293 | * merge PADOP GVs support with "our" SVs (existing PADOPs are too
7294 | simple-minded and grab one pad entry each, heavily bloating
7295 | the pad by not avoiding dups)
7296 | * overloaded constants are not really immutable--they need to
7297 | be PADOPs
7298 | * allocator for constants and OPs need to be spelled differently
7299 | (shared vs interpreter-local allocations)
7300 | * optree refcounting is still missing locking (macros are in place)
7301 | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
7302 | perl_clone() can be called from within runops*()
7303 Branch: perl
7304 ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7305 ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7306____________________________________________________________________________
7307[ 4552] By: jhi on 1999/11/11 23:17:43
7308 Log: Turn on largefileness always if available and
7309 continue 64-bit fixes.
7310 Branch: cfgperl
7311 ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
7312 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
7313 ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
7314____________________________________________________________________________
7315[ 4551] By: jhi on 1999/11/11 23:16:15
7316 Log: Split int64type from i_inttypes, rename quadcase into quadkind.
7317 Branch: metaconfig
7318 ! U/a_dvisory/quadtype.U
7319 Branch: metaconfig/U/perl
7320 + d_int64t.U
7321 ! i_inttypes.U io64.U
7322____________________________________________________________________________
7323[ 4550] By: jhi on 1999/11/11 20:24:55
7324 Log: Fix a thinko in 4548.
7325 Branch: cfgperl
7326 ! pp_sys.c
7327____________________________________________________________________________
7328[ 4549] By: jhi on 1999/11/11 19:48:21
7329 Log: Integrate with Sarathy.
7330 Branch: cfgperl
7331 !> (integrate 56 files)
7332____________________________________________________________________________
7333[ 4548] By: jhi on 1999/11/11 19:41:56
7334 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
7335 regen Configure.
7336 Branch: cfgperl
7337 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7338 ! config_h.SH pp_sys.c
7339____________________________________________________________________________
7340[ 4547] By: jhi on 1999/11/11 19:40:38
7341 Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
7342 Branch: metaconfig
7343 + U/typedefs/sizesize.U U/typedefs/ssizesize.U
7344 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
7345____________________________________________________________________________
7346[ 4546] By: gsar on 1999/11/11 10:32:54
7347 Log: avoid stash pointers in optree under USE_ITHREADS
7348 Branch: perl
7349 ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
7350 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
7351 ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
7352 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7353 ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
7354 ! scope.h sv.c
7355____________________________________________________________________________
7356[ 4545] By: gsar on 1999/11/11 06:04:20
7357 Log: another change towards a shareable optree: avoid pointer to filegv
7358 in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
7359 (CvFILE() may yet come in handy somewhere); adjust compiler doodads
7360 to suit
7361 Branch: perl
7362 ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
7363 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7364 ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7365 ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
7366 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7367 ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
7368 ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
7369 ! win32/perllib.c
7370____________________________________________________________________________
7371[ 4544] By: gsar on 1999/11/10 18:19:12
7372 Log: more cleanups for change#4539
7373 Branch: perl
7374 ! gv.h op.c op.h pp_ctl.c pp_hot.c
7375____________________________________________________________________________
7376[ 4543] By: gsar on 1999/11/10 01:52:22
7377 Log: remove dead branch/infinite looper in change#3612
7378 Branch: perl
7379 ! op.c
7380____________________________________________________________________________
7381[ 4542] By: gsar on 1999/11/09 20:05:47
7382 Log: IoDIRP may be fake when used in source filters, mark as such
7383 Branch: perl
7384 ! sv.c sv.h toke.c
7385____________________________________________________________________________
7386[ 4541] By: gsar on 1999/11/09 05:47:53
7387 Log: small nits in changes#4538,4539
7388 Branch: perl
7389 ! op.c sv.c
7390____________________________________________________________________________
7391[ 4540] By: gsar on 1999/11/08 20:30:58
7392 Log: win32 symbol export tweak
7393 Branch: perl
7394 ! makedef.pl win32/win32.c win32/win32iop.h
7395____________________________________________________________________________
7396[ 4539] By: gsar on 1999/11/08 18:50:40
7397 Log: preliminary support for GVOP indirection via pad
7398 Branch: perl
7399 ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
7400 ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
7401____________________________________________________________________________
7402[ 4538] By: gsar on 1999/11/08 11:25:49
7403 Log: preliminary support for perl_clone() (still needs work in
7404 the following areas: SVOPs must indirect via pad; context
7405 stack, scope stack, and runlevels must be cloned; must
7406 hook up the virtualized pseudo-process support provided by
7407 "host"; ...)
7408 Branch: perl
7409 ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
7410 ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
7411 ! win32/perllib.c win32/win32.c
7412____________________________________________________________________________
7413[ 4537] By: gsar on 1999/11/08 11:19:18
7414 Log: more thorough cleanup in perl_destroy()
7415 Branch: perl
7416 ! perl.c util.c
7417____________________________________________________________________________
7418[ 4536] By: gsar on 1999/11/08 07:16:10
7419 Log: win32 internal data must be interpreter-local
7420 Branch: perl
7421 ! win32/win32.c win32/win32.h win32/win32sck.c
7422____________________________________________________________________________
7423[ 4535] By: gsar on 1999/11/08 04:17:28
7424 Log: tweak change#4502
7425 Branch: perl
7426 ! doio.c perl.c
7427____________________________________________________________________________
7428[ 4534] By: jhi on 1999/11/07 13:17:03
7429 Log: Four special class subs, not three.
7430 Branch: cfgperl
7431 ! pod/perlmod.pod
7432____________________________________________________________________________
7433[ 4533] By: jhi on 1999/11/07 13:13:15
7434 Log: Integrate with Sarathy.
7435 Branch: cfgperl
7436 !> mg.c t/io/print.t
7437____________________________________________________________________________
7438[ 4532] By: jhi on 1999/11/07 12:36:10
7439 Log: More test program maintenance.
7440 Branch: cfgperl
7441 ! Configure config_h.SH
7442 Branch: metaconfig
7443 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7444 ! U/compline/charsize.U U/compline/d_sigaction.U
7445 ! U/compline/doublesize.U U/compline/floatsize.U
7446 ! U/compline/nblock_io.U U/compline/ptrsize.U
7447 ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
7448 ! U/typedefs/uidsize.U
7449 Branch: metaconfig/U/perl
7450 ! fpossize.U
7451____________________________________________________________________________
7452[ 4531] By: jhi on 1999/11/07 00:34:09
7453 Log: Tidy up the metaconfig test programs.
7454 Branch: cfgperl
7455 ! Configure config_h.SH
7456 Branch: metaconfig
7457 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7458 ! U/compline/charsize.U U/compline/doublesize.U
7459 ! U/compline/nblock_io.U U/compline/ptrsize.U
7460 ! U/modified/d_longlong.U U/typedefs/gidsize.U
7461 ! U/typedefs/lseektype.U U/typedefs/pidsize.U
7462 ! U/typedefs/uidsize.U
7463 Branch: metaconfig/U/perl
7464 ! fpossize.U
7465____________________________________________________________________________
7466[ 4530] By: jhi on 1999/11/06 23:51:34
7467 Log: So many printfs, so little time.
7468 Branch: cfgperl
7469 ! op.c perl.c regcomp.c scope.c util.c
7470____________________________________________________________________________
7471[ 4529] By: jhi on 1999/11/06 23:27:35
7472 Log: Replace the explicit zeros with NOOPs.
7473 Branch: cfgperl
7474 ! perl.h
7475____________________________________________________________________________
7476[ 4528] By: jhi on 1999/11/06 23:10:54
7477 Log: From: jand@activestate.com (Jan Dubois)
7478 To: perl5-porters@perl.org
7479 Cc: Mike Blazer <blazer@mail.nevalink.ru>,
7480 Mark Borgerding <mborgerding@acm.org>
7481 Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
7482 Date: Sat, 06 Nov 1999 22:16:43 +0100
7483 Message-ID: <38279207.46448719@smtprelay.t-online.de>
7484 Branch: cfgperl
7485 ! op.c op.h
7486____________________________________________________________________________
7487[ 4527] By: jhi on 1999/11/06 20:22:14
7488 Log: ...and fewer.
7489 Branch: cfgperl
7490 ! dump.c
7491____________________________________________________________________________
7492[ 4526] By: jhi on 1999/11/06 20:19:04
7493 Log: ...and they are getting fewer.
7494 Branch: cfgperl
7495 ! dump.c op.c util.c
7496____________________________________________________________________________
7497[ 4525] By: jhi on 1999/11/06 19:59:59
7498 Log: More printf miscasts flushed out.
7499 Branch: cfgperl
7500 ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
7501 ! regexec.c
7502____________________________________________________________________________
7503[ 4524] By: jhi on 1999/11/06 15:39:05
7504 Log: Crushing the remaining %ld guerillas.
7505 Branch: cfgperl
7506 ! ext/Devel/DProf/DProf.xs
7507____________________________________________________________________________
7508[ 4523] By: jhi on 1999/11/06 15:11:38
7509 Log: Update CPAN sites list.
7510 Branch: cfgperl
7511 ! pod/perlmodlib.pod
7512____________________________________________________________________________
7513[ 4522] By: jhi on 1999/11/05 19:50:46
7514 Log: The -n32 is normally part of $cc, not $ccflags.
7515 Branch: cfgperl
7516 ! hints/irix_6.sh
7517____________________________________________________________________________
7518[ 4521] By: gsar on 1999/11/05 04:35:30
7519 Log: allow $\ to work right when set to a string with embedded nulls
7520 Branch: perl
7521 ! mg.c t/io/print.t
7522____________________________________________________________________________
7523[ 4520] By: jhi on 1999/11/04 23:30:09
7524 Log: Integrate with Sarathy.
7525 Branch: cfgperl
7526 !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
7527 !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
7528 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
7529 !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
7530 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
7531 !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
7532____________________________________________________________________________
7533[ 4519] By: jhi on 1999/11/04 23:09:25
7534 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7535 To: perl5-porters@perl.org (Mailing list Perl5)
7536 Subject: [PATCH 5.005_62] ref to non-lvalue method
7537 Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
7538 Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
7539 Branch: cfgperl
7540 ! op.c
7541____________________________________________________________________________
7542[ 4518] By: jhi on 1999/11/04 23:07:27
7543 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7544 To: perl5-porters@perl.org (Mailing list Perl5)
7545 Subject: [PATCH 5.005_62] xsubpp dependency
7546 Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
7547 Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
7548 Branch: cfgperl
7549 ! lib/ExtUtils/MM_Unix.pm
7550____________________________________________________________________________
7551[ 4517] By: jhi on 1999/11/04 23:05:59
7552 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7553 To: perl5-porters@perl.org (Mailing list Perl5)
7554 Subject: [PATCH 5.005_62] regexp.h
7555 Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
7556 Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
7557 Branch: cfgperl
7558 ! regexp.h
7559____________________________________________________________________________
7560[ 4516] By: gsar on 1999/11/04 18:25:45
7561 Log: change#4485 didn't do the right thing for B::Bytecode
7562 Branch: perl
7563 ! ext/B/B/Bytecode.pm
7564____________________________________________________________________________
7565[ 4515] By: gsar on 1999/11/04 17:28:29
7566 Log: implement STOP blocks and fix compiler to use them (minimally
7567 tested)
7568 Branch: perl
7569 ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
7570 ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
7571 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7572 ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
7573 ! pod/perltodo.pod toke.c
7574____________________________________________________________________________
7575[ 4514] By: gsar on 1999/11/04 15:59:46
7576 Log: display BSD license in Glob.pm (for clause #2 conformity)
7577 Branch: perl
7578 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7579 ! ext/File/Glob/bsd_glob.h
7580____________________________________________________________________________
7581[ 4513] By: jhi on 1999/11/04 08:26:19
7582 Log: Integrate with Sarathy.
7583 Branch: cfgperl
7584 +> t/io/nargv.t
7585 !> (integrate 34 files)
7586____________________________________________________________________________
7587[ 4512] By: jhi on 1999/11/04 08:01:25
7588 Log: Incremental Mac integration from Matthias.
7589 Branch: cfgperl
7590 ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
7591 ! toke.c util.c
7592____________________________________________________________________________
7593[ 4511] By: gsar on 1999/11/04 02:53:37
7594 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
7595 Branch: perl
7596 ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
7597 ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
7598 ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
7599 ! xsutils.c
7600____________________________________________________________________________
7601[ 4510] By: jhi on 1999/11/02 22:12:29
7602 Log: S_init_interp is a better place to diddle with PL_opargs
7603 than perl_construct.
7604 Branch: cfgperl
7605 ! perl.c
7606____________________________________________________________________________
7607[ 4509] By: jhi on 1999/11/02 21:30:02
7608 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7609 To: ben@mucus.advanced.org, perl5-porters@perl.org
7610 Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
7611 Date: Tue, 02 Nov 1999 21:36:00 +0000
7612 Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
7613 Branch: cfgperl
7614 ! pod/perlfunc.pod
7615____________________________________________________________________________
7616[ 4508] By: jhi on 1999/11/02 20:46:27
7617 Log: Initial integration of the MacPerl changes form Matthias.
7618 Branch: cfgperl
7619 ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
7620 ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
7621 ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
7622____________________________________________________________________________
7623[ 4507] By: jhi on 1999/11/01 23:05:07
7624 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7625 To: lvirden@cas.org (Larry W. Virden)
7626 Cc: perl5-porters@perl.org, lvirden@cas.org
7627 Subject: Re: [ID 19991026.001] perl segmentation fault report
7628 Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
7629 Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
7630 Branch: cfgperl
7631 ! regexec.c t/op/pat.t
7632____________________________________________________________________________
7633[ 4506] By: jhi on 1999/11/01 19:56:28
7634 Log: From: Olaf Flebbe <olaf@science-computing.de>
7635 To: perl5-porters@perl.org
7636 Subject: [PATCH: 5.005_62] Patch for EPOC Support
7637 Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
7638 Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
7639 Branch: cfgperl
7640 + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
7641 + epoc/epoc_stubs.c
7642 ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
7643 ! epoc/perl.pkg
7644____________________________________________________________________________
7645[ 4505] By: gsar on 1999/11/01 17:09:44
7646 Log: macros for COP.cop_filegv access
7647 Branch: perl
7648 ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
7649 ! util.c
7650____________________________________________________________________________
7651[ 4504] By: gsar on 1999/11/01 17:08:28
7652 Log: enable better Win32::DomainName() by demand loading netapi32.dll
7653 (from Jan Dubois)
7654 Branch: perl
7655 ! pod/Win32.pod win32/win32.c
7656____________________________________________________________________________
7657[ 4503] By: gsar on 1999/10/31 20:56:06
7658 Log: change#4502 was missing a file
7659 Branch: perl
7660 + t/io/nargv.t
7661____________________________________________________________________________
7662[ 4502] By: gsar on 1999/10/31 20:46:02
7663 Log: make nested ARGV/$^I loops work correctly; fixes several bugs
7664 in the way ARGV state was handled in readline(); writing a
7665 subroutine to do inplace edits is now possible, provided *ARGV,
7666 *ARGVOUT, $^I and $_ are localized where needed
7667 Branch: perl
7668 ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
7669 ! pp_hot.c scope.c
7670____________________________________________________________________________
7671[ 4501] By: jhi on 1999/10/31 12:43:54
7672 Log: Integrate with Sarathy.
7673 Branch: cfgperl
7674 !> perl.h win32/config.bc win32/config.gc win32/config.vc
7675 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7676____________________________________________________________________________
7677[ 4500] By: gsar on 1999/10/31 10:01:17
7678 Log: updated windows config* files
7679 Branch: perl
7680 ! win32/config.bc win32/config.gc win32/config.vc
7681 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7682____________________________________________________________________________
7683[ 4499] By: gsar on 1999/10/31 09:15:17
7684 Log: integrate cfgperl contents into mainline
7685 Branch: perl
7686 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7687 !> config_h.SH perl.h
7688____________________________________________________________________________
7689[ 4498] By: gsar on 1999/10/31 09:13:41
7690 Log: remove unused struct Outrec
7691 Branch: perl
7692 ! perl.h
7693____________________________________________________________________________
7694[ 4497] By: jhi on 1999/10/30 12:41:50
7695 Log: Add HAS_QUAD ($Config{d_quad}); use it.
7696 Branch: cfgperl
7697 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7698 ! config_h.SH perl.h
7699 Branch: metaconfig
7700 ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
7701 ! U/typedefs/uidf.U
7702 Branch: metaconfig/U/perl
7703 ! perlxv.U
7704____________________________________________________________________________
7705[ 4496] By: gsar on 1999/10/30 00:28:32
7706 Log: integrate cfgperl contents into mainline
7707 Branch: perl
7708 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
7709 !> Porting/config_H README.hurd config_h.SH doop.c handy.h
7710 !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
7711 !> perl.h pp.c pp.h regexec.c sv.c taint.c
7712____________________________________________________________________________
7713[ 4495] By: jhi on 1999/10/29 23:36:19
7714 Log: Continue what #4494 started; introduce uid and gid formats.
7715 Branch: cfgperl
7716 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7717 ! config_h.SH handy.h perl.h
7718 Branch: metaconfig
7719 + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
7720 - U/typedefs/quadtype.U
7721 Branch: metaconfig/U/perl
7722 ! perlxv.U
7723____________________________________________________________________________
7724[ 4494] By: jhi on 1999/10/29 22:09:01
7725 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
7726 from perl.h and handy.h.
7727 Branch: cfgperl
7728 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7729 ! config_h.SH handy.h perl.h
7730 Branch: metaconfig/U/perl
7731 + perlxv.U perlxvf.U
7732____________________________________________________________________________
7733[ 4493] By: jhi on 1999/10/29 22:08:06
7734 Log: Finetuning the output continues along the lines of #4490 and #4491.
7735 Branch: metaconfig
7736 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7737 ! U/typedefs/fpostype.U
7738 Branch: metaconfig/U/perl
7739 + fpossize.U
7740 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7741 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7742____________________________________________________________________________
7743[ 4492] By: jhi on 1999/10/29 21:14:53
7744 Log: Hurd update from Mark Kettenis.
7745 Branch: cfgperl
7746 ! README.hurd
7747____________________________________________________________________________
7748[ 4491] By: jhi on 1999/10/29 20:37:02
7749 Log: A new try at what #4490 tried to accomplish.
7750 Branch: metaconfig
7751 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7752 Branch: metaconfig/U/perl
7753 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7754 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7755____________________________________________________________________________
7756[ 4490] By: jhi on 1999/10/29 20:19:41
7757 Log: metaconfig nits.
7758 Branch: metaconfig
7759 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7760 Branch: metaconfig/U/perl
7761 + d_iovec_s.U
7762 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7763 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7764____________________________________________________________________________
7765[ 4489] By: jhi on 1999/10/29 16:08:43
7766 Log: Integrate with Sarathy.
7767 Branch: cfgperl
7768 !> (integrate 31 files)
7769____________________________________________________________________________
7770[ 4488] By: jhi on 1999/10/29 15:30:30
7771 Log: Regen Configure and Glossary.
7772 Branch: cfgperl
7773 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7774 ! config_h.SH
7775____________________________________________________________________________
7776[ 4487] By: jhi on 1999/10/29 15:24:13
7777 Log: Remove quad logic from perl.h; regen Configure;
7778 add -DUSE_LONG_LONG to ccflags if not already there.
7779 Branch: cfgperl
7780 ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
7781 ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
7782____________________________________________________________________________
7783[ 4486] By: jhi on 1999/10/29 15:22:38
7784 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
7785 fixed the use*.U to define their stuff only iff not already defined
7786 (so that ccflags can have any -DUSE_* it wants);
7787 uselonglong.U added; various small nits fixed.
7788 Branch: metaconfig
7789 + U/typedefs/quadtype.U
7790 ! U/modified/d_longdbl.U U/modified/d_longlong.U
7791 ! U/modified/d_statblks.U U/modified/usenm.U
7792 ! U/threads/usethreads.U
7793 Branch: metaconfig/U/perl
7794 + uselonglong.U
7795 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7796 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
7797 ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
7798 ! usemultiplicity.U useperlio.U usesocks.U
7799____________________________________________________________________________
7800[ 4485] By: gsar on 1999/10/29 06:08:50
7801 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
7802 Branch: perl
7803 ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
7804 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7805 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
7806 ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
7807 ! sv.h
7808____________________________________________________________________________
7809[ 4484] By: gsar on 1999/10/29 03:00:21
7810 Log: usurp GVOP slot for new PADOP (one small step to making optree
7811 shareable across interpreters)
7812 Branch: perl
7813 ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
7814 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7815 ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7816 ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
7817 ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
7818 ! pp_hot.c pp_sys.c regexec.c run.c
7819____________________________________________________________________________
7820[ 4483] By: jhi on 1999/10/28 22:01:12
7821 Log: Regen Configure.
7822 Branch: cfgperl
7823 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7824 ! config_h.SH
7825____________________________________________________________________________
7826[ 4482] By: jhi on 1999/10/28 21:45:26
7827 Log: Installdirs patches from Andy.
7828 Branch: metaconfig
7829 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
7830 ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
7831 ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
7832 ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
7833 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
7834 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
7835 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
7836 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
7837 ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
7838____________________________________________________________________________
7839[ 4481] By: gsar on 1999/10/28 17:33:49
7840 Log: remove C<use Time::Local 'no_range_check'> misfeature (global
7841 can still be directly set)
7842 Branch: perl
7843 ! lib/Time/Local.pm
7844____________________________________________________________________________
7845[ 4480] By: jhi on 1999/10/28 13:49:26
7846 Log: Fix printing of uids and gids; regen Configure.
7847 Branch: cfgperl
7848 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7849 ! config_h.SH mg.c perl.c perl.h taint.c
7850____________________________________________________________________________
7851[ 4479] By: jhi on 1999/10/28 11:53:57
7852 Log: Fix typo.
7853 Branch: metaconfig
7854 ! U/typedefs/gidsize.U
7855____________________________________________________________________________
7856[ 4478] By: jhi on 1999/10/28 06:50:02
7857 Log: Integrate with Sarathy.
7858 Branch: cfgperl
7859 !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
7860 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7861 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7862 !> win32/config_sh.PL win32/makefile.mk win32/win32.h
7863____________________________________________________________________________
7864[ 4477] By: jhi on 1999/10/28 06:40:54
7865 Log: (Slightly) better comments for Policy_sh.SH from Andy.
7866 Branch: cfgperl
7867 ! Policy_sh.SH
7868____________________________________________________________________________
7869[ 4476] By: gsar on 1999/10/27 23:54:36
7870 Log: regen config* stuff for windows
7871 Branch: perl
7872 ! Changes patchlevel.h win32/Makefile win32/config.bc
7873 ! win32/config.gc win32/config.vc win32/config_H.bc
7874 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
7875 ! win32/makefile.mk
7876____________________________________________________________________________
52b0428e
GS
7877[ 4475] By: gsar on 1999/10/27 21:32:30
7878 Log: integrate cfgperl contents into mainline; merge conflicts
7879 Branch: perl
7880 !> (integrate 46 files)
7881____________________________________________________________________________
7882[ 4474] By: gsar on 1999/10/27 21:15:07
7883 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
7884 perl; stdout/stderr redirects seem broken as well)
7885 Branch: perl
7886 ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
7887____________________________________________________________________________
7888[ 4473] By: jhi on 1999/10/27 21:11:11
7889 Log: Do not block if no message queues available.
7890 Branch: cfgperl
7891 ! t/lib/ipc_sysv.t
7892____________________________________________________________________________
7893[ 4472] By: jhi on 1999/10/27 18:27:40
7894 Log: Remove unused "squatter" symbols; regen Configure.
7895 Branch: cfgperl
7896 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
7897 ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
7898 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7899____________________________________________________________________________
7900[ 4471] By: jhi on 1999/10/27 18:26:55
7901 Log: metaconfig; split socket; fix output.
7902 Branch: metaconfig
7903 ! U/modified/d_socket.U U/modified/d_statblks.U
7904 Branch: metaconfig/U/perl
7905 + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
7906 ! i_sysstatfs.U i_sysvfs.U
7907____________________________________________________________________________
7908[ 4470] By: jhi on 1999/10/27 17:19:06
7909 Log: Regen Configure.
7910 Branch: cfgperl
7911 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7912 ! config_h.SH perl.c perl.h
7913____________________________________________________________________________
7914[ 4469] By: jhi on 1999/10/27 17:18:41
7915 Log: metaconfig; split statfs.
7916 Branch: metaconfig/U/perl
7917 + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
7918 ! d_statfs.U
7919____________________________________________________________________________
7920[ 4468] By: jhi on 1999/10/27 14:06:44
7921 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
7922 (Ilya's changes won).
7923 Branch: cfgperl
7924 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
7925 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
7926 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
7927 !> (integrate 65 files)
7928____________________________________________________________________________
7929[ 4467] By: jhi on 1999/10/27 13:38:41
7930 Log: Regen Configure.
7931 Branch: cfgperl
7932 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7933 ! config_h.SH
7934____________________________________________________________________________
7935[ 4466] By: jhi on 1999/10/27 13:18:06
7936 Log: metaconfig fixes from Andy.
7937 Branch: metaconfig
7938 + U/modified/libnlist.U U/modified/usrinc.U
7939 ! U/Glossary.patch U/mkglossary U/modified/libpth.U
7940____________________________________________________________________________
7941[ 4465] By: jhi on 1999/10/27 13:06:27
7942 Log: Nosuid checking for statfs() people.
7943 Branch: cfgperl
7944 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7945 ! config_h.SH perl.c perl.h pod/perldiag.pod
7946____________________________________________________________________________
7947[ 4464] By: jhi on 1999/10/27 13:04:20
7948 Log: metaconfig maintenance; fix Hasfield, statfs;
7949 add Hasstruct, statfs3, statfs4, ustat, sysvfs;
7950 split fstatfs away from statfs.
7951 Branch: metaconfig
7952 + U/protos/Hasstruct.U
7953 ! U/protos/Hasfield.U
7954 Branch: metaconfig/U/perl
7955 + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
7956 + i_ustat.U
7957 ! d_statfs.U
7958____________________________________________________________________________
7959[ 4463] By: jhi on 1999/10/27 07:55:53
7960 Log: We need cc to be able to test for cc -v.
7961 Branch: cfgperl
7962 ! hints/dec_osf.sh
7963____________________________________________________________________________
7964[ 4462] By: gsar on 1999/10/27 01:31:41
7965 Log: more GCC v2.95 induced adjustments
7966 Branch: perl
7967 ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
7968 ! win32/makefile.mk win32/win32.c x2p/walk.c
7969____________________________________________________________________________
7970[ 4461] By: gsar on 1999/10/26 21:42:59
7971 Log: warnings and const violations identified by compiling in C++ mode
7972 with GCC v2.95
7973 Branch: perl
7974 ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
7975 ! sv.c taint.c toke.c win32/win32.c
7976____________________________________________________________________________
7977[ 4459] By: jhi on 1999/10/26 10:15:58
7978 Log: Regen Configure.
7979 Branch: cfgperl
7980 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7981 ! config_h.SH
7982____________________________________________________________________________
7983[ 4458] By: jhi on 1999/10/26 09:48:37
7984 Log: Minor rewordings.
7985 Branch: metaconfig/U/perl
7986 ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
7987____________________________________________________________________________
7988[ 4456] By: jhi on 1999/10/26 09:11:49
7989 Log: Fix d_statfsflags; add d_getmnt.
7990 Branch: metaconfig/U/perl
7991 + d_getmnt.U
7992 ! d_statfs.U
7993____________________________________________________________________________
7994[ 4455] By: jhi on 1999/10/26 08:12:27
7995 Log: Massive multitypo in #4446.
7996 Branch: cfgperl
7997 ! hints/dec_osf.sh
7998____________________________________________________________________________
7999[ 4454] By: jhi on 1999/10/25 08:28:45
8000 Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8001 To: Perl 5 Porters <perl5-porters@perl.org>
8002 Subject: [PATCH 5.005_62] dos-djgpp update
8003 Date: Mon, 25 Oct 1999 10:11:30 +0200
8004 Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
8005 Branch: cfgperl
8006 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
8007 ! pod/perldelta.pod t/lib/io_unix.t
8008____________________________________________________________________________
8009[ 4453] By: jhi on 1999/10/25 08:25:50
8010 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8011 To: perl5-porters@perl.org (Mailing list Perl5)
8012 Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
8013 Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
8014 Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
8015 Branch: cfgperl
8016 ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
8017____________________________________________________________________________
8018[ 4452] By: jhi on 1999/10/25 08:16:55
8019 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8020 To: perl5-porters@perl.org (Mailing list Perl5)
8021 Subject: [PATCH 5.005_62] Missing REx engine patch
8022 Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
8023 Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
8024 Branch: cfgperl
8025 ! pod/perldiag.pod regcomp.c regexec.c
8026____________________________________________________________________________
8027[ 4451] By: jhi on 1999/10/25 08:13:06
8028 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8029 To: perl5-porters@perl.org (Mailing list Perl5)
8030 Subject: [PATCH 5.005_62] charnames and UTEST
8031 Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
8032 Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
8033 Branch: cfgperl
8034 ! t/lib/charnames.t
8035____________________________________________________________________________
8036[ 4450] By: gsar on 1999/10/25 07:38:15
8037 Log: win32 tweak
8038 Branch: perl
8039 ! win32/perllib.c
8040____________________________________________________________________________
8041[ 4449] By: gsar on 1999/10/24 23:20:10
8042 Log: remove inconsistent tainting behavior of sprintf("%e",...)
8043 (all bets are off is "C" locale is compromised)
8044 Branch: perl
8045 ! pod/perlfunc.pod pod/perllocale.pod sv.c
8046____________________________________________________________________________
8047[ 4448] By: gsar on 1999/10/24 22:20:42
8048 Log: remove unused interpreter globals
8049 Branch: perl
8050 ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
8051 ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
8052 ! proto.h toke.c
8053____________________________________________________________________________
8054[ 4447] By: jhi on 1999/10/24 21:49:52
8055 Log: Another hints tweak.
8056 Branch: cfgperl
8057 ! hints/aix.sh
8058____________________________________________________________________________
8059[ 4446] By: jhi on 1999/10/24 21:48:02
8060 Log: Hints tweak.
8061 Branch: cfgperl
8062 ! hints/dec_osf.sh
8063____________________________________________________________________________
8064[ 4445] By: nick on 1999/10/24 21:03:28
8065 Log: Integrate own changes to mainline.
8066 Branch: utfperl
8067 !> installperl pp.c
8068____________________________________________________________________________
8069[ 4444] By: nick on 1999/10/24 20:54:06
8070 Log: Avoid creating GV with NULL name when vivifying nameless scalars.
8071 (Fix/workround for [ID19991024.001])
8072 Branch: perl
8073 ! pp.c
8074____________________________________________________________________________
8075[ 4443] By: nick on 1999/10/24 15:09:51
8076 Log: Follow that camel ... another sync.
8077 Branch: utfperl
8078 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
8079 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
8080 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
8081 !> (integrate 36 files)
8082____________________________________________________________________________
8083[ 4442] By: gsar on 1999/10/24 14:40:01
8084 Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
8085 Branch: perl
8086 ! installperl
8087____________________________________________________________________________
8088[ 4441] By: gsar on 1999/10/24 14:33:11
8089 Log: test in change#4428 needs strict interpretation of C modulus
8090 Branch: perl
8091 ! t/op/int.t
8092____________________________________________________________________________
8093[ 4440] By: gsar on 1999/10/24 13:47:17
8094 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
8095 $? break
8096 Branch: perl
8097 ! perl.c pod/perldelta.pod pod/perldiag.pod
8098____________________________________________________________________________
8099[ 4439] By: jhi on 1999/10/24 13:19:17
8100 Log: test for #2835 (yeah, better later than never)
8101 Branch: cfgperl
8102 ! t/op/array.t
8103____________________________________________________________________________
8104[ 4438] By: gsar on 1999/10/24 12:59:12
8105 Log: typo, doc tweak
8106 Branch: perl
8107 ! lib/attributes.pm pod/perlop.pod
8108____________________________________________________________________________
8109[ 4437] By: gsar on 1999/10/24 11:59:55
8110 Log: allow get() and reftype() functions to be imported (from
8111 Spider Boardman)
8112 Branch: perl
8113 ! lib/attributes.pm
8114____________________________________________________________________________
8115[ 4436] By: gsar on 1999/10/24 11:52:53
8116 Log: suppress scalar leak messages for known leaks (from
8117 Robin Barker <rmb1@cise.npl.co.uk>)
8118 Branch: perl
8119 ! Changes t/op/lex_assign.t t/pragma/warn/op
8120____________________________________________________________________________
98f7afd0
GS
8121[ 4435] By: gsar on 1999/10/24 11:39:42
8122 Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
8123 Branch: perl
8124 ! ext/B/defsubs_h.PL
8125____________________________________________________________________________
8126[ 4434] By: gsar on 1999/10/24 11:36:08
8127 Log: relax range checking if they ask for it (from John L. Allen
8128 <allen@grumman.com>)
8129 Branch: perl
8130 ! lib/Time/Local.pm
8131____________________________________________________________________________
8132[ 4433] By: gsar on 1999/10/24 11:25:51
8133 Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
8134 Branch: perl
8135 ! README lib/File/Path.pm
8136____________________________________________________________________________
8137[ 4432] By: gsar on 1999/10/24 11:11:02
8138 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8139 Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
8140 Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
8141 Subject: Re: [PATCH 5.005_62] OS/2 improvements
8142 Branch: perl
8143 + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
8144 + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
8145 + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
8146 ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
8147 ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
8148 ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
8149 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
8150 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
8151 ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
8152 ! perl.c perl.h t/io/fs.t t/op/magic.t
8153____________________________________________________________________________
8154[ 4431] By: gsar on 1999/10/24 10:50:14
8155 Log: install all README.foo with pod content as podfoo.pod
8156 Branch: perl
8157 ! Makefile.SH installman
8158____________________________________________________________________________
8159[ 4430] By: gsar on 1999/10/24 09:28:24
8160 Log: @INC needs ../lib
8161 Branch: perl
8162 ! t/op/int.t
8163____________________________________________________________________________
8164[ 4429] By: jhi on 1999/10/23 21:47:49
8165 Log: More printf-fixes (see also #4426).
8166 Branch: cfgperl
8167 ! deb.c dump.c ext/Data/Dumper/Dumper.xs
8168 ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
8169 ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
8170____________________________________________________________________________
8171[ 4428] By: gsar on 1999/10/23 20:28:56
8172 Log: fix accidental C modulo semantics on integer-valued operations
8173 (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
8174 Branch: perl
8175 ! op.c t/op/int.t
8176____________________________________________________________________________
8177[ 4427] By: jhi on 1999/10/23 16:10:10
8178 Log: Integrate with Sarathy.
8179 Branch: cfgperl
8180 !> sv.c win32/win32.c
8181____________________________________________________________________________
8182[ 4426] By: jhi on 1999/10/23 16:04:02
8183 Log: Fix the printfing nits pointed out by using gcc -Wall and
8184 Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
8185 plus few other warnings in Dumper.xs.
8186 Branch: cfgperl
8187 ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
8188 ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
8189____________________________________________________________________________
8190[ 4425] By: jhi on 1999/10/23 15:16:41
8191 Log: Configure regen to pick up the new installation directories
8192 from Policy_sh.SH. The explanations of "public add-ons" and
8193 "vendor-supplied" could do with more work.
8194 Branch: cfgperl
8195 ! Configure config_h.SH
8196____________________________________________________________________________
8197[ 4424] By: nick on 1999/10/23 00:46:22
8198 Log: Resolve mainline before possible hacking operertunity this weekend
8199 Branch: utfperl
8200 +> pod/perlfilter.pod
8201 !> (integrate 32 files)
8202____________________________________________________________________________
8203[ 4423] By: jhi on 1999/10/22 22:53:17
8204 Log: Update Policy_sh.SH to handle the newer installation directives.
8205 From: Andy Dougherty <doughera@lafayette.edu>
8206 To: Perl Porters <perl5-porters@perl.org>
8207 Subject: [PATCH 5.005_62] Policy_sh.SH update
8208 Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
8209 Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
8210 Branch: cfgperl
8211 ! Policy_sh.SH
8212____________________________________________________________________________
8213[ 4422] By: jhi on 1999/10/22 22:44:44
8214 Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
8215 Branch: cfgperl
8216 ! hints/aix.sh
8217____________________________________________________________________________
8218[ 4421] By: gsar on 1999/10/22 21:16:44
8219 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
8220 C<"%ld", long_val>
8221 Branch: perl
8222 ! sv.c
8223____________________________________________________________________________
8224[ 4420] By: gsar on 1999/10/22 16:36:46
8225 Log: win32_utime() on directories should use localtime() rather
8226 than gmtime() (from Jan Dubois)
8227 Branch: perl
8228 ! win32/win32.c
8229____________________________________________________________________________
8230[ 4419] By: jhi on 1999/10/21 10:31:41
8231 Log: Integrate with Sarathy.
8232 Branch: cfgperl
8233 !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
8234 !> t/lib/glob-basic.t t/op/sort.t
8235____________________________________________________________________________
8236[ 4418] By: gsar on 1999/10/20 23:49:47
8237 Log: add test for change#4417
8238 Branch: perl
8239 ! t/op/sort.t
8240____________________________________________________________________________
8241[ 4417] By: gsar on 1999/10/20 23:45:03
8242 Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
8243 Branch: perl
8244 ! op.c
8245____________________________________________________________________________
8246[ 4416] By: gsar on 1999/10/20 01:00:50
8247 Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
8248 Branch: perl
8249 ! lib/CPAN/FirstTime.pm
8250____________________________________________________________________________
8251[ 4415] By: gsar on 1999/10/20 00:52:34
8252 Log: disable optimizing troublesome ops in change#3612
8253 (from Ilya Zakharevich)
8254 Branch: perl
8255 ! Makefile.SH opcode.h opcode.pl
8256____________________________________________________________________________
8257[ 4414] By: gsar on 1999/10/20 00:37:46
8258 Log: skip unreadable directory test when running as root
8259 Branch: perl
8260 ! t/lib/glob-basic.t
8261____________________________________________________________________________
8262[ 4413] By: jhi on 1999/10/19 09:26:52
8263 Log: Avoid GNU ar if HP cc is being used.
8264 Branch: cfgperl
8265 ! hints/hpux.sh
8266____________________________________________________________________________
8267[ 4412] By: jhi on 1999/10/19 07:24:29
8268 Log: Integrate with Sarathy.
8269 Branch: cfgperl
8270 !> perlvars.h
8271____________________________________________________________________________
8272[ 4411] By: jhi on 1999/10/19 07:22:34
8273 Log: Long double support: sqrtl et al are not available everywhere,
8274 e.g. not in Solaris, even when long doubles are.
8275 Branch: cfgperl
8276 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8277 ! config_h.SH perl.h
8278____________________________________________________________________________
8279[ 4410] By: jhi on 1999/10/19 07:21:42
8280 Log: Add sqrtl probe, add echo dependencies.
8281 Branch: metaconfig
8282 ! U/threads/d_pthreadj.U
8283 Branch: metaconfig/U/perl
8284 + d_sqrtl.U
8285 ! i_inttypes.U io64.U
8286____________________________________________________________________________
8287[ 4409] By: gsar on 1999/10/19 02:18:54
8288 Log: perl_mutex n/a if !USE_THREADS
8289 Branch: perl
8290 ! perlvars.h
8291____________________________________________________________________________
8292[ 4408] By: jhi on 1999/10/18 20:13:02
8293 Log: Forgotten s/warning/warnings/.
8294 Branch: cfgperl
8295 ! Makefile.SH
8296____________________________________________________________________________
8297[ 4407] By: jhi on 1999/10/18 20:02:12
8298 Log: Integrate with Sarathy.
8299 Branch: cfgperl
8300 +> pod/perlfilter.pod
8301 !> (integrate 30 files)
8302____________________________________________________________________________
8303[ 4406] By: gsar on 1999/10/18 16:32:10
8304 Log: added intro to source filters from Paul Marquess
8305 Branch: perl
8306 + pod/perlfilter.pod
8307 ! MANIFEST pod/perldelta.pod
8308____________________________________________________________________________
8309[ 4405] By: gsar on 1999/10/18 05:53:06
8310 Log: missing manpages
8311 Branch: perl
8312 ! installman
8313____________________________________________________________________________
8314[ 4404] By: gsar on 1999/10/18 05:09:22
8315 Log: pod updates from Tom Christiansen
8316 Branch: perl
8317 ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
8318____________________________________________________________________________
8319[ 4403] By: gsar on 1999/10/17 23:43:59
8320 Log: PL_malloc_mutex needs to be global, not per-interpreter
8321 (malloc.c has static data)
8322 Branch: perl
8323 ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
8324____________________________________________________________________________
8325[ 4402] By: gsar on 1999/10/17 22:30:30
8326 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
8327 windows
8328 Branch: perl
8329 ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
8330 ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
8331 ! win32/win32.h
8332____________________________________________________________________________
8333[ 4401] By: gsar on 1999/10/17 20:33:42
8334 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
8335 eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
8336 is one symptom of the problem
8337 Branch: perl
8338 ! pp_ctl.c t/op/eval.t
8339____________________________________________________________________________
8340[ 4400] By: gsar on 1999/10/17 18:36:46
8341 Log: remove FileHandle from list of PodParser dependencies (the
8342 difference is 20 files vs 6 files loaded!)
8343 Branch: perl
8344 ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
8345 ! t/pod/testcmp.pl
8346____________________________________________________________________________
8347[ 4399] By: nick on 1999/10/17 14:51:35
8348 Log: Pre-trip resolve
8349 Branch: utfperl
8350 !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
8351____________________________________________________________________________
8352[ 4398] By: gsar on 1999/10/17 09:19:24
8353 Log: make installperl ignore RCS files (from Michael G Schwern
8354 <schwern@pobox.com>)
8355 Branch: perl
8356 ! installperl lib/Text/Tabs.pm
8357____________________________________________________________________________
8358[ 4397] By: gsar on 1999/10/16 18:30:14
8359 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
8360 Branch: perl
8361 ! perl.c
8362____________________________________________________________________________
8363[ 4396] By: jhi on 1999/10/16 17:44:39
8364 Log: Missing comma.
8365 Branch: cfgperl
8366 ! lib/diagnostics.pm
8367____________________________________________________________________________
8368[ 4395] By: gsar on 1999/10/16 17:18:36
8369 Log: assumption about @_ always being non-REAL doesn't hold when
8370 debugger is running; DB::sub() can call arbitrary stuff
8371 that modifies @_ at will
8372 Branch: perl
8373 ! pp_hot.c
8374____________________________________________________________________________
8375[ 4394] By: nick on 1999/10/16 09:35:20
8376 Log: Resolve utfperl branch against mainline as of _62
8377 Branch: utfperl
8378 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8379 +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
8380 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8381 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8382 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8383 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8384 +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
8385 +> t/lib/glob-taint.t win32/genmk95.pl
8386 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8387 !> (integrate 144 files)
8388____________________________________________________________________________
8389[ 4393] By: gsar on 1999/10/16 04:07:02
8390 Log: OS/2 support bits (from Ilya Zakharevich)
8391 Branch: perl
8392 ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
8393____________________________________________________________________________
8394[ 4392] By: jhi on 1999/10/15 10:28:09
8395 Log: Integrate with Sarathy.
8396 Branch: cfgperl
8397 !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
8398 !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
8399 !> win32/Makefile win32/makefile.mk
52b0428e
GS
8400
8401----------------
8402Version 5.005_62
8403----------------
8404
98f7afd0
GS
8405____________________________________________________________________________
8406[ 4391] By: gsar on 1999/10/15 10:12:42
8407 Log: here be 5.005_62
8408 Branch: perl
8409 ! Changes MANIFEST Porting/makerel
8410____________________________________________________________________________
0ebdc6d5
GS
8411[ 4390] By: gsar on 1999/10/15 09:45:51
8412 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
8413 avoid tickling it in Pod::Man for now; other nits in
8414 Pod::*
8415 Branch: perl
8416 ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
8417 ! pod/perlopentut.pod
8418____________________________________________________________________________
8419[ 4389] By: gsar on 1999/10/15 08:55:01
8420 Log: disable internal globbing for miniperl (or build breaks out
8421 in a rash of failed dependencies)
8422 Branch: perl
8423 ! Makefile.SH op.c win32/Makefile win32/makefile.mk
8424____________________________________________________________________________
8425[ 4388] By: jhi on 1999/10/15 08:07:49
8426 Log: Integrate with Sarathy.
8427 Branch: cfgperl
8428 !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
8429 !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
8430____________________________________________________________________________
8431[ 4387] By: gsar on 1999/10/15 07:46:24
8432 Log: integrate cfgperl contents into mainline
8433 Branch: perl
8434 ! Changes
8435 !> pod/perldelta.pod pod/perldiag.pod regcomp.c
8436 !> t/pragma/warn/regcomp
8437____________________________________________________________________________
45447e0d
GS
8438[ 4386] By: gsar on 1999/10/15 05:45:36
8439 Log: various little goofs in change#4385
8440 Branch: perl
8441 ! win32/include/dirent.h win32/win32.c
8442____________________________________________________________________________
8443[ 4385] By: gsar on 1999/10/15 04:49:09
8444 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
8445 rather than win32_opendir() reading all files up front (untested)
8446 Branch: perl
8447 ! win32/include/dirent.h win32/win32.c
8448____________________________________________________________________________
8449[ 4384] By: gsar on 1999/10/15 01:34:09
8450 Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
8451 Branch: perl
8452 ! lib/Benchmark.pm pod/perldelta.pod
8453____________________________________________________________________________
8454[ 4383] By: gsar on 1999/10/15 01:22:32
8455 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
8456 <dha@panix.com>)
8457 Branch: perl
8458 ! pod/perlfaq2.pod
8459____________________________________________________________________________
8460[ 4382] By: gsar on 1999/10/15 01:14:22
8461 Log: From: jand@ActiveState.com (Jan Dubois)
8462 Date: Fri, 15 Oct 1999 01:14:23 +0200
8463 Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
8464 Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
8465 Branch: perl
8466 ! ext/POSIX/POSIX.xs
8467____________________________________________________________________________
8468[ 4381] By: jhi on 1999/10/14 22:11:36
8469 Log: Integrate with Sarathy.
8470 Branch: cfgperl
8471 !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
8472 !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
8473 !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
8474 !> win32/makefile.mk
8475____________________________________________________________________________
8476[ 4380] By: jhi on 1999/10/14 22:08:22
8477 Log: Warn inside character classes about unknown backslash escapes
8478 (that are not caught earlier because of being completely unknown,
8479 such as \m), such as \z (because they make do sense inside regexen,
8480 but not inside character classes).
8481 Branch: cfgperl
8482 ! pod/perldelta.pod pod/perldiag.pod regcomp.c
8483 ! t/pragma/warn/regcomp
8484____________________________________________________________________________
8485[ 4379] By: gsar on 1999/10/14 18:26:56
8486 Log: clarify significance of parens for "x" (from M.J.T. Guy
8487 <mjtg@cus.cam.ac.uk>)
8488 Branch: perl
8489 ! pod/perlop.pod
8490____________________________________________________________________________
8491[ 4378] By: gsar on 1999/10/14 18:25:20
8492 Log: make timelocal work better when time is close to the epoch
8493 east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
8494 Branch: perl
8495 ! lib/Time/Local.pm
8496____________________________________________________________________________
8497[ 4377] By: gsar on 1999/10/14 18:15:11
8498 Log: integrate cfgperl contents into mainline
8499 Branch: perl
8500 +> ext/DB_File/hints/sco.pl
8501 !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
8502 !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
8503 !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
8504____________________________________________________________________________
8505[ 4376] By: gsar on 1999/10/14 17:47:35
8506 Log: fix POPSTACK panics that ensued from bad interaction between
8507 runlevels and stack of stacks (change#3988 done right);
8508 basically, we pop the runlevel if the stacklevel is not the
8509 same one we started the runlevel with
8510 Branch: perl
8511 ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
8512____________________________________________________________________________
8513[ 4375] By: gsar on 1999/10/14 15:54:48
8514 Log: avoid warnings
8515 Branch: perl
8516 ! ext/File/Glob/bsd_glob.c
8517____________________________________________________________________________
8518[ 4374] By: jhi on 1999/10/14 10:08:44
8519 Log: Warn about false ranges like \d-\w (see the change #4355).
8520 The invalid ranges (b-a) warning message also enhanced.
8521 Branch: cfgperl
8522 ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
8523 ! t/pragma/warn/regcomp
8524____________________________________________________________________________
8525[ 4373] By: gsar on 1999/10/14 03:49:54
8526 Log: File::Glob fixes for Windows
8527 Branch: perl
8528 ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
8529 ! win32/makefile.mk
8530____________________________________________________________________________
8531[ 4372] By: gsar on 1999/10/14 02:21:31
8532 Log: avoid inefficiency in change#3386 (every longjmp() was followed
8533 by an avoidable call to setjmp())
8534 Branch: perl
8535 ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
8536 ! proto.h scope.c scope.h
8537____________________________________________________________________________
8538[ 4371] By: jhi on 1999/10/13 21:17:17
8539 Log: Integrate with Sarathy.
8540 Branch: cfgperl
8541 !> op.c pod/perldelta.pod
8542____________________________________________________________________________
8543[ 4370] By: gsar on 1999/10/13 18:08:45
8544 Log: misc tweaks
8545 Branch: perl
8546 ! op.c pod/perldelta.pod
8547____________________________________________________________________________
8548[ 4369] By: jhi on 1999/10/13 16:18:58
8549 Log: Integrate with Sarathy.
8550 Branch: cfgperl
8551 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8552____________________________________________________________________________
8553[ 4368] By: gsar on 1999/10/13 16:14:16
8554 Log: pod nits from various perl porters
8555 Branch: perl
8556 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8557____________________________________________________________________________
8558[ 4367] By: jhi on 1999/10/13 12:10:30
8559 Log: From: Vlad Harchev <hvv@hippo.ru>
8560 To: perl5-porters@perl.org
8561 Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
8562 Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
8563 Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
8564 Branch: cfgperl
8565 ! pod/perlop.pod
8566____________________________________________________________________________
8567[ 4366] By: gsar on 1999/10/13 08:11:11
8568 Log: typos and language goofs pointed out by Hugo van der Sanden
8569 <hv@crypt.compulink.co.uk>
8570 Branch: perl
8571 ! pod/perldelta.pod pod/perldiag.pod
8572____________________________________________________________________________
8573[ 4365] By: jhi on 1999/10/13 07:27:44
8574 Log: Integrate with Sarathy.
8575 Branch: cfgperl
8576 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8577 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8578 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8579 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8580 +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
8581 !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
8582 !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
8583 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
8584 !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
8585____________________________________________________________________________
8586[ 4364] By: gsar on 1999/10/13 07:06:04
8587 Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
8588 Branch: perl
8589 ! lib/perl5db.pl
8590____________________________________________________________________________
8591[ 4363] By: jhi on 1999/10/13 07:03:43
8592 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
8593 To: perl5-porters@perl.org
8594 Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
8595 Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
8596 Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
8597 Branch: cfgperl
8598 ! hints/svr5.sh
8599____________________________________________________________________________
8600[ 4362] By: jhi on 1999/10/13 06:57:16
8601 Log: Add DB_File hint for SCO ODT.
8602 From: hops@sco.com
8603 To: perl5-porters@perl.org
8604 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
8605 Date: Tue, 12 Oct 1999 20:16:04 PDT
8606 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
8607 Branch: cfgperl
8608 + ext/DB_File/hints/sco.pl
8609 ! MANIFEST
8610____________________________________________________________________________
8611[ 4361] By: gsar on 1999/10/13 06:56:08
8612 Log: PL_numeric_radix used without being defined (from Ilya
8613 Zakharevich)
8614 Branch: perl
8615 ! util.c
8616____________________________________________________________________________
8617[ 4360] By: gsar on 1999/10/13 06:43:03
8618 Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
8619 From: hops@sco.com
8620 Date: Tue, 12 Oct 1999 20:16:04 PDT
8621 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
8622 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
8623 Branch: perl
8624 + ext/NDBM_File/hints/sco.pl
8625 ! MANIFEST ext/ODBM_File/hints/sco.pl
8626____________________________________________________________________________
8627[ 4359] By: gsar on 1999/10/13 06:34:53
8628 Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
8629 Branch: perl
8630 ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
8631 ! pod/perlport.pod
8632____________________________________________________________________________
8633[ 4358] By: gsar on 1999/10/12 19:10:27
8634 Log: perldelta updates
8635 Branch: perl
8636 ! pod/perldelta.pod
8637____________________________________________________________________________
8638[ 4357] By: gsar on 1999/10/12 17:11:18
8639 Log: update perldelta for change#4356
8640 Branch: perl
8641 ! Changes pod/perldelta.pod
8642____________________________________________________________________________
becf2bd3
GS
8643[ 4356] By: gsar on 1999/10/12 16:53:31
8644 Log: add File::BSDGlob as File::Glob and load it at compile-time
8645 if perl was built with -DPERL_INTERNAL_GLOB
8646
8647 TODO: we currently get a compile-time failure if File/Glob.pm
8648 can't be found; such failure needs to be made to emit a warning
8649 and use the csh implementation instead
8650 Branch: perl
8651 + ext/File/Glob/Changes ext/File/Glob/Glob.pm
8652 + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8653 + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8654 + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
8655 + t/lib/glob-global.t t/lib/glob-taint.t
8656 ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
8657 ! t/pragma/overload.t
8658____________________________________________________________________________
8659[ 4355] By: jhi on 1999/10/12 15:30:05
8660 Log: Revert the parts of #3926 that outlawed character ranges
8661 that have character classes such as \w as either endpoint.
8662 This change re-establishes the old behavior which meant that
8663 such ranges weren't really ranges, the "-" was literal.
8664 Moreover, this change also fixes the old behavior to be
8665 more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
8666 Now they all do work as described above. The #3926 outlawed
8667 all of those.
8668 Branch: cfgperl
8669 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
8670____________________________________________________________________________
8671[ 4354] By: jhi on 1999/10/12 09:58:59
8672 Log: Integrate with Sarathy.
8673 Branch: cfgperl
8674 !> (integrate 33 files)
8675____________________________________________________________________________
8676[ 4353] By: gsar on 1999/10/12 05:53:40
8677 Log: apply parts of LynxOS patches from Alan Johnson
8678 <johnson@alonn.gemse.fr>
8679 Branch: perl
8680 ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
8681 ! t/op/groups.t
8682____________________________________________________________________________
883d36a6
GS
8683[ 4352] By: gsar on 1999/10/12 05:24:39
8684 Log: allow any unpack specifier to take a count via '/'
8685 (from Ilya Zakharevich)
8686 Branch: perl
8687 ! pp.c t/op/pack.t
8688____________________________________________________________________________
8689[ 4351] By: gsar on 1999/10/12 05:02:35
8690 Log: avoid warnings
8691 Branch: perl
8692 ! malloc.c
8693____________________________________________________________________________
8694[ 4350] By: gsar on 1999/10/12 04:50:52
8695 Log: various cleanups
8696 Branch: perl
8697 ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
8698 ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
8699 ! win32/config.gc win32/config.vc win32/config_H.bc
8700 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
8701____________________________________________________________________________
8702[ 4349] By: gsar on 1999/10/12 00:23:11
8703 Log: update Changes, patchlevel etc.
8704 Branch: perl
8705 ! Changes Porting/findvars patchlevel.h win32/Makefile
8706 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8707 ! win32/makefile.mk
8708____________________________________________________________________________
04dc9db9
GS
8709[ 4348] By: gsar on 1999/10/11 23:11:57
8710 Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
8711 Branch: perl
8712 ! pod/perlfunc.pod
8713____________________________________________________________________________
8714[ 4347] By: jhi on 1999/10/11 21:25:03
8715 Log: Sparc Linux -Duseshrplib fix.
8716
8717 From: Brian Jepson <bjepson@home.com>
8718 To: Nick Ing-Simmons <nick@ing-simmons.net>
8719 cc: perl5-porters@perl.org
8720 Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
8721 Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
8722 Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
8723 Branch: cfgperl
8724 ! hints/linux.sh
8725____________________________________________________________________________
8726[ 4346] By: gsar on 1999/10/11 20:28:32
8727 Log: more pack/unpack documentation (from Ilya Zakharevich); changed
8728 the behavior of 'Z*' and 'Z3' to always pack a trailing
8729 null byte; changed documentation to suit; added test
8730 Branch: perl
8731 ! pod/perlfunc.pod pp.c t/op/pack.t
8732____________________________________________________________________________
8733[ 4345] By: gsar on 1999/10/11 19:15:46
8734 Log: writing to perllocal.pod fails if it was never created;
8735 tweak pseudo-hash example (both suggested by Michael G Schwern
8736 <schwern@pobox.com>)
8737 Branch: perl
8738 ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
8739____________________________________________________________________________
8740[ 4344] By: gsar on 1999/10/11 17:57:31
8741 Log: slightly edited variant of suggested patch
8742 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8743 Date: Thu, 9 Sep 1999 18:35:37 -0400
8744 Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
8745 Subject: [PATCH 5.005_58] How RExen match?
8746 Branch: perl
8747 ! pod/perlre.pod
8748____________________________________________________________________________
8749[ 4343] By: gsar on 1999/10/11 16:55:48
8750 Log: change#4327 was inefficient
8751 Branch: perl
8752 ! lib/lib.pm
8753____________________________________________________________________________
8754[ 4342] By: jhi on 1999/10/11 07:01:46
8755 Log: Integrate with Sarathy.
8756 Branch: cfgperl
8757 +> pod/perlhack.pod
8758 !> (integrate 28 files)
8759____________________________________________________________________________
8760[ 4341] By: jhi on 1999/10/11 06:37:47
8761 Log: The 2.5th cut at the AIX C++ extension problems.
8762 Branch: cfgperl
8763 ! hints/aix.sh
8764____________________________________________________________________________
8765[ 4340] By: gsar on 1999/10/10 23:48:07
8766 Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
8767 Branch: perl
8768 + pod/perlhack.pod
8769 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
8770____________________________________________________________________________
8771[ 4339] By: gsar on 1999/10/10 20:42:40
8772 Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
8773 compatibility; introduce SAVEDESTRUCTOR_X() that accepts
8774 void(*)(pTHX_ void*)
8775 Branch: perl
8776 ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
8777 ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
8778 ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
8779 ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
8780____________________________________________________________________________
8781[ 4338] By: gsar on 1999/10/10 20:38:59
8782 Log: add missing new diagnostics to perldelta
8783 Branch: perl
8784 ! pod/perldelta.pod
8785____________________________________________________________________________
8786[ 4337] By: gsar on 1999/10/10 17:40:13
8787 Log: update perldelta for change#3406
8788 Branch: perl
8789 ! embed.pl pod/perldata.pod pod/perldelta.pod
8790____________________________________________________________________________
8791[ 4336] By: gsar on 1999/10/10 16:33:14
8792 Log: integrate cfgperl contents into mainline
8793 Branch: perl
8794 +> ext/DynaLoader/hints/aix.pl
8795 !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
8796 !> makedef.pl perl.h pod/perldelta.pod
8797____________________________________________________________________________
8798[ 4335] By: jhi on 1999/10/10 11:09:48
8799 Log: Update perldelta.
8800 Branch: cfgperl
8801 ! pod/perldelta.pod
8802____________________________________________________________________________
8803[ 4334] By: jhi on 1999/10/10 10:31:46
8804 Log: Integrate with Sarathy.
8805 Branch: cfgperl
8806 +> win32/genmk95.pl
8807 !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
8808 !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
8809 !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
8810 !> ext/Thread/sync.t ext/Thread/sync2.t installperl
8811 !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
8812 !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
8813 !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
8814 !> utils/perldoc.PL win32/makefile.mk
8815____________________________________________________________________________
8816[ 4333] By: gsar on 1999/10/10 06:33:15
8817 Log: install pods to 'pods' rather than 'pod' on cygwin (modified
8818 a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
8819 Branch: perl
8820 ! installperl lib/diagnostics.pm utils/perldoc.PL
8821____________________________________________________________________________
8822[ 4332] By: gsar on 1999/10/10 05:15:26
8823 Log: add $VERSION
8824 Branch: perl
8825 ! lib/Exporter.pm
8826____________________________________________________________________________
8827[ 4331] By: gsar on 1999/10/10 05:10:22
8828 Log: describe what can go in an export list (from Anno Siegel
8829 <anno4000@lublin.zrz.tu-berlin.de>)
8830 Branch: perl
8831 ! lib/Exporter.pm
8832____________________________________________________________________________
8833[ 4330] By: gsar on 1999/10/10 04:50:43
8834 Log: more basic support for building modules under Windows 95/98
8835 (applied relevant parts from a patch suggested by
8836 Jochen Wiedmann <joe@ispsoft.de>)
8837 Branch: perl
8838 ! lib/ExtUtils/MM_Unix.pm
8839____________________________________________________________________________
8840[ 4329] By: gsar on 1999/10/10 04:28:38
8841 Log: rudimentary support for building under Windows 95/98 (from
8842 Benjamin Stuhl <sho_pi@hotmail.com>)
8843 Branch: perl
8844 + win32/genmk95.pl
8845 ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
8846 ! win32/makefile.mk
8847____________________________________________________________________________
8848[ 4328] By: gsar on 1999/10/10 03:37:21
8849 Log: fix two leaks in Thread.xs (from Eugene Alterman
8850 <Eugene.Alterman@bremer-inc.com>); convert places with
8851 'use attrs' to new attributes syntax
8852 Branch: perl
8853 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
8854 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
8855 ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
8856 ! ext/Thread/sync2.t
8857____________________________________________________________________________
8858[ 4327] By: gsar on 1999/10/10 02:23:52
8859 Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
8860 (suggested by Tod Irwin <irwin@stockmaster.com>)
8861 Branch: perl
8862 ! lib/lib.pm
8863____________________________________________________________________________
8864[ 4326] By: gsar on 1999/10/10 00:51:48
8865 Log: better documentation for recv() (from Anton Berezin
8866 <tobez@plab.ku.dk>)
8867 Branch: perl
8868 ! pod/perlfunc.pod
8869____________________________________________________________________________
8870[ 4325] By: gsar on 1999/10/09 22:46:23
8871 Log: perldelta updates (see TODO markers)
8872 Branch: perl
8873 ! Changes pod/perldelta.pod pp_sys.c
8874____________________________________________________________________________
a5222a85
GS
8875[ 4324] By: gsar on 1999/10/09 19:43:10
8876 Log: fix Exporter::export_to_level() documentation
8877 Branch: perl
8878 ! lib/Exporter.pm
8879____________________________________________________________________________
8880[ 4323] By: gsar on 1999/10/09 18:48:31
8881 Log: don't run END blocks when running under -c switch (older,
883d36a6 8882 rarely useful behavior may still be obtained by putting
a5222a85
GS
8883 BEGIN { $^C = 0; exit; } at the end of the script)
8884 Branch: perl
8885 ! perl.c
8886____________________________________________________________________________
8887[ 4322] By: jhi on 1999/10/09 05:31:26
8888 Log: While awaiting a good test program to detect the broken gcc.
8889 From: Thomas Conté <tom@fr.uu.net>
8890 To: <jhi@iki.fi>
8891 Cc: <perl5-porters@perl.org>
8892 Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
8893 Date: Wed, 6 Oct 1999 19:56:29 +0200
8894 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
8895 Branch: cfgperl
8896 ! hints/irix_6.sh perl.h
8897____________________________________________________________________________
8898[ 4321] By: gsar on 1999/10/09 00:41:02
8899 Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
8900 clear entries in the CV's pad, leading to coredumps when CV had no
8901 other references to it; this is a slightly edited version of the
8902 patch suggested by Russel O'Connor <roconnor@world.std.com>
8903 Branch: perl
8904 ! cop.h pp_ctl.c pp_hot.c
8905____________________________________________________________________________
8906[ 4320] By: gsar on 1999/10/08 22:50:51
8907 Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
8908 situation (assumptions about cx invalidation are not valid
8909 anymore)
8910 Branch: perl
8911 ! cop.h pp_ctl.c pp_hot.c
8912____________________________________________________________________________
8913[ 4319] By: jhi on 1999/10/08 14:33:31
8914 Log: Integrate with Sarathy.
8915 Branch: cfgperl
8916 !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
8917 !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
8918 !> t/comp/bproto.t thrdvar.h toke.c util.c
8919____________________________________________________________________________
8920[ 4318] By: jhi on 1999/10/08 13:51:34
8921 Log: The second cut at AIX C++ extension troubles.
8922 Branch: cfgperl
8923 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8924 ! hints/aix.sh
8925____________________________________________________________________________
8926[ 4317] By: jhi on 1999/10/08 10:44:13
8927 Log: The first cut at fixing Perl extensions written in C++ in AIX,
8928 statics don't get initialized right. This patch at least
8929 doesn't seem to break the build in my AIX, but unfortunately
8930 I don't have the IBM C++ to do further testing.
8931
8932 Problem reported by Stephanie Beals in
8933 From: bealzy@us.ibm.com
8934 To: perl5-porters@perl.org
8935 Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
8936 Date: Thu, 7 Oct 1999 15:05:54 -0400
8937 Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
8938 Branch: cfgperl
8939 + ext/DynaLoader/hints/aix.pl
8940 ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
8941____________________________________________________________________________
8942[ 4316] By: gsar on 1999/10/08 10:26:15
8943 Log: remove kludgey duplicate background error avoidance (caused
8944 "leaks"; %@ wasn't even user-visible under -Dusethreads);
8945 only repeats of most recent error are now avoided
8946 Branch: perl
8947 ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
8948____________________________________________________________________________
8949[ 4315] By: jhi on 1999/10/08 09:48:59
8950 Log: Fix omission.
8951 Branch: cfgperl
8952 ! makedef.pl
8953____________________________________________________________________________
8954[ 4314] By: gsar on 1999/10/08 07:17:01
8955 Log: extend change#2299 to C<use> (fixes scoping problems in
8956 C<if (...) { use foo; ... }>)
8957 Branch: perl
8958 ! op.c
8959____________________________________________________________________________
8960[ 4313] By: gsar on 1999/10/08 04:52:19
8961 Log: small tweak for change#4309
8962 Branch: perl
8963 ! op.c
8964____________________________________________________________________________
8965[ 4312] By: gsar on 1999/10/08 02:31:13
8966 Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
8967 From: Larry Wall <larry@wall.org>
8968 Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
8969 Message-Id: <199910061655.JAA11333@kiev.wall.org>
8970 Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
8971 Branch: perl
8972 ! opcode.h t/comp/bproto.t toke.c
8973____________________________________________________________________________
8974[ 4311] By: gsar on 1999/10/08 00:58:19
8975 Log: typo
8976 Branch: perl
8977 ! pp_sys.c
8978____________________________________________________________________________
8979[ 4310] By: gsar on 1999/10/07 23:51:38
8980 Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
8981 Brian Mitchell <brian@chele.cais.net>)
8982 Branch: perl
8983 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8984____________________________________________________________________________
8985[ 4309] By: gsar on 1999/10/07 22:57:52
8986 Log: change#3728 was flawed (loop contexts saw the wrong statement
8987 info, causing loop control constructs to not find the label);
8988 disable OP_SETSTATE entirely and add a fix that is specifically
8989 targetted at disabling the OP_LINESEQ optimization in else BLOCK,
8990 which was what the original patch was supposed to fix
8991
8992 TODO: remove the remainder of the setstate logic if it can't
8993 be used anywhere else (it isn't used anywhere now)
8994 Branch: perl
8995 ! cop.h op.c perly.c perly.y
8996____________________________________________________________________________
8997[ 4308] By: jhi on 1999/10/07 19:21:27
8998 Log: Integrate with Sarathy.
8999 Branch: cfgperl
9000 !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
9001____________________________________________________________________________
9002[ 4307] By: gsar on 1999/10/07 15:12:24
9003 Log: update to podlators-0.08 from Russ Allbery
9004 Branch: perl
9005 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
9006____________________________________________________________________________
9007[ 4306] By: jhi on 1999/10/06 17:20:34
9008 Log: Integrate with Sarathy.
9009 Branch: cfgperl
9010 !> (integrate 45 files)
9011____________________________________________________________________________
9012[ 4305] By: gsar on 1999/10/06 16:55:45
9013 Log: some versions of mingw32 have __int64, define iff it isn't
9014 Branch: perl
9015 ! win32/win32.h
9016____________________________________________________________________________
9017[ 4304] By: gsar on 1999/10/06 03:45:44
9018 Log: fix typos in change#4288
9019 Branch: perl
9020 ! Changes dump.c sv.c
9021____________________________________________________________________________
07270b1a
GS
9022[ 4303] By: gsar on 1999/10/06 03:22:46
9023 Log: integrate cfgperl contents into mainline
9024 Branch: perl
9025 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
9026 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
9027 !> (integrate 31 files)
9028____________________________________________________________________________
9029[ 4302] By: gsar on 1999/10/06 02:36:53
9030 Log: make die/warn and other diagnostics go to wherever STDERR happens
9031 to point at; change places that meant Perl_debug_log rather than
9032 PerlIO_stderr()
9033 Branch: perl
9034 ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
9035 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9036 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
9037 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
9038 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9039 ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
9040 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
9041 ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
9042 ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
9043 ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
9044 ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
9045____________________________________________________________________________
9046[ 4301] By: jhi on 1999/10/05 23:03:46
9047 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9048 To: François Désarménien <desar@club-internet.fr>
9049 Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
9050 Subject: Re: Strange RE engine breakage in 5_61
9051 Date: Mon, 4 Oct 1999 19:58:03 -0400
9052 Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
9053
9054 (had to apply pat.t part manually because there
9055 already were more tests than there was in _61)
9056 Branch: cfgperl
9057 ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
9058____________________________________________________________________________
9059[ 4300] By: jhi on 1999/10/04 17:03:18
9060 Log: From: Andy Dougherty <doughera@lafayette.edu>
9061 To: Jarkko Hietaniemi <jhi@iki.fi>
9062 cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
9063 Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
9064 Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
9065 Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
9066 Branch: cfgperl
9067 + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
9068 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
9069 ! MANIFEST ext/B/defsubs_h.PL
9070____________________________________________________________________________
9071[ 4299] By: jhi on 1999/10/04 07:15:16
9072 Log: From: Michael G Schwern <schwern@pobox.com>
9073 To: perl5-porters@perl.org
9074 Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
9075 Date: Sun, 3 Oct 1999 17:34:17 -0400
9076 Message-ID: <19991003173417.A4351@blackrider>
9077 Branch: cfgperl
9078 ! t/lib/fields.t t/pragma/constant.t
9079____________________________________________________________________________
9080[ 4298] By: gsar on 1999/10/04 04:57:53
9081 Log: some compatibility macros were busted
9082 Branch: perl
9083 ! embed.h embed.pl toke.c
9084____________________________________________________________________________
9085[ 4297] By: jhi on 1999/10/03 17:50:59
9086 Log: A better version of #4296.
9087
9088 From: Michael G Schwern <schwern@pobox.com>
9089 To: perl5-porters@perl.org
9090 Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
9091 Date: Sun, 3 Oct 1999 13:54:23 -0400
9092 Message-ID: <19991003135423.A3050@blackrider>
9093 Branch: cfgperl
9094 ! av.c op.c pod/perldiag.pod
9095____________________________________________________________________________
9096[ 4296] By: jhi on 1999/10/03 17:21:01
9097 Log: (Replaced by #4297.)
9098
9099 From: Michael G Schwern <schwern@pobox.com>
9100 To: perl5-porters@perl.org
9101 Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
9102 Date: Sun, 3 Oct 1999 13:16:47 -0400
9103 Message-ID: <19991003131647.A2816@blackrider>
9104
9105 plus changed the error message to say "No such pseudo-hash field"
9106 as discussed in the above mail message.
9107 Branch: cfgperl
9108 ! av.c pod/perldiag.pod
9109____________________________________________________________________________
9110[ 4295] By: gsar on 1999/10/03 16:09:36
9111 Log: avoid doing irrelevant things on 'make perl'
9112 Branch: perl
9113 ! Makefile.SH
9114____________________________________________________________________________
9115[ 4294] By: jhi on 1999/10/03 14:16:24
9116 Log: Fix a typo in #4293 spotted by Graham Barr.
9117 Branch: cfgperl
9118 ! pod/perlref.pod
9119____________________________________________________________________________
9120[ 4293] By: jhi on 1999/10/03 11:31:22
9121 Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
9122 To: perl5-porters@perl.org
9123 Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
9124 Date: Sun, 3 Oct 1999 02:34:01 -0400
9125 Message-ID: <19991003023401.A1520@blackrider>
9126 Branch: cfgperl
9127 ! pod/perlfunc.pod pod/perlref.pod
9128____________________________________________________________________________
9129[ 4292] By: jhi on 1999/10/03 09:23:16
9130 Log: From: Barrie Slaymaker <barries@slaysys.com>
9131 To: perl5-porters@perl.org
9132 Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
9133 Date: Sun, 3 Oct 1999 00:09:51 -0400
9134 Message-Id: <199910030409.AAA18228@jester.slaysys.com>
9135 Branch: cfgperl
9136 ! lib/Benchmark.pm
9137____________________________________________________________________________
9138[ 4291] By: jhi on 1999/10/02 23:43:53
9139 Log: Be understanding about large file systems.
9140 Branch: cfgperl
9141 ! t/lib/syslfs.t t/op/lfs.t
9142____________________________________________________________________________
9143[ 4290] By: jhi on 1999/10/02 23:39:16
9144 Log: Configure fixfest continues.
9145 Branch: cfgperl
9146 ! Configure config_h.SH
9147 Branch: metaconfig
9148 ! U/modified/d_longdbl.U U/modified/d_longlong.U
9149 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
9150 ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
9151 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
9152 Branch: metaconfig/U/perl
9153 ! i_inttypes.U io64.U
9154____________________________________________________________________________
9155[ 4289] By: jhi on 1999/10/02 23:12:54
9156 Log: Regen Porting stuff.
9157 Branch: cfgperl
9158 ! Porting/Glossary Porting/config.sh Porting/config_H
9159____________________________________________________________________________
9160[ 4288] By: jhi on 1999/10/02 23:05:50
9161 Log: Untangle the IV_IS_QUAD jungle by introduding
9162 macros to be used when doing formatted printing:
9163 IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
9164 Branch: cfgperl
9165 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9166 ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
9167 ! regcomp.c sv.c taint.c toke.c util.c
9168____________________________________________________________________________
9169[ 4287] By: jhi on 1999/10/02 22:54:18
9170 Log: metaconfig maintenance.
9171 Branch: metaconfig
9172 ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
9173 ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
9174 ! U/typedefs/uidsize.U
9175____________________________________________________________________________
9176[ 4286] By: nick on 1999/10/02 11:11:44
9177 Log: Incremental merge of mainline
9178 Branch: utfperl
9179 +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
9180 +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
9181 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
9182 +> t/pod/podselect.t t/pod/podselect.xr
9183 - lib/Pod/PlainText.pm
9184 !> (integrate 148 files)
9185____________________________________________________________________________
9186[ 4285] By: jhi on 1999/10/02 10:16:15
9187 Log: Battle namespace pollution.
9188 Branch: cfgperl
9189 ! lib/Benchmark.pm
9190____________________________________________________________________________
9191[ 4284] By: jhi on 1999/10/02 10:11:20
9192 Log: Regen Configure, all of xs_apiversion didn't take.
9193 Branch: cfgperl
9194 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9195 ! config_h.SH patchlevel.h
9196____________________________________________________________________________
9197[ 4283] By: jhi on 1999/10/02 09:48:17
9198 Log: Integrate with Sarathy.
9199 Branch: cfgperl
9200 +> lib/Pod/Man.pm t/pod/multiline_items.t
9201 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
9202 +> t/pod/podselect.t t/pod/podselect.xr
9203 - lib/Pod/PlainText.pm
9204 !> (integrate 50 files)
9205____________________________________________________________________________
9206[ 4282] By: gsar on 1999/10/02 06:39:14
9207 Log: update pod2man, pod2text and related Pod:: modules with the
9208 ones in podlators-0.07 from Russ Allbery
9209 Branch: perl
9210 + lib/Pod/Man.pm
9211 ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9212 ! pod/pod2man.PL pod/pod2text.PL
9213____________________________________________________________________________
9214[ 4281] By: gsar on 1999/10/02 06:14:44
9215 Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
9216 Branch: perl
9217 - lib/Pod/PlainText.pm
9218 ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
9219 ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
9220 ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
9221 ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
9222 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
9223 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
9224 ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
9225____________________________________________________________________________
9226[ 4280] By: gsar on 1999/10/02 04:39:38
9227 Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
9228 Branch: perl
9229 + t/pod/multiline_items.t t/pod/multiline_items.xr
9230 + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
9231 + t/pod/podselect.xr
9232 ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
9233 ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
9234 ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
9235 ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
9236 ! t/pod/nested_items.xr t/pod/nested_seqs.xr
9237 ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
9238 ! t/pod/testp2pt.pl
9239____________________________________________________________________________
9240[ 4279] By: gsar on 1999/10/02 03:36:41
9241 Log: make exists() work better on pseudo-hashes (reworked a patch suggested
9242 by Michael G Schwern <schwern@pobox.com>)
9243 Branch: perl
9244 ! av.c t/op/avhv.t
9245____________________________________________________________________________
9246[ 4278] By: gsar on 1999/10/02 02:36:55
9247 Log: deprecate C<use attrs>
9248 Branch: perl
9249 ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
9250 ! t/lib/thread.t t/pragma/sub_lval.t
9251____________________________________________________________________________
9252[ 4277] By: gsar on 1999/10/02 01:43:25
9253 Log: add notes about effect of loop control statements inside
9254 LABEL BLOCK continue BLOCK
9255 Branch: perl
9256 ! pod/perlfunc.pod
9257____________________________________________________________________________
9258[ 4276] By: gsar on 1999/10/02 01:23:02
9259 Log: indent nested =items properly (suggested by Bill Fenner
9260 <fenner@research.att.com>)
9261 Branch: perl
9262 ! pod/pod2man.PL
9263____________________________________________________________________________
9264[ 4275] By: gsar on 1999/10/02 01:09:16
9265 Log: updated ptags generator from Ilya Zakharevich
9266 Branch: perl
9267 ! emacs/ptags
9268____________________________________________________________________________
9269[ 4274] By: gsar on 1999/10/01 23:08:52
9270 Log: update Changes
9271 Branch: perl
9272 ! Changes
9273____________________________________________________________________________
bcdd1f73
GS
9274[ 4273] By: gsar on 1999/10/01 22:58:55
9275 Log: typo, whitespace adjustments
9276 Branch: perl
9277 ! utils/h2xs.PL
9278____________________________________________________________________________
9279[ 4272] By: gsar on 1999/10/01 22:46:06
9280 Log: remove dup hunks
9281 Branch: perl
9282 ! configure.com vms/vms.c
9283____________________________________________________________________________
9284[ 4271] By: gsar on 1999/10/01 22:33:02
9285 Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
9286 by declaring new globals "our" (XXX this means h2xs generated code
9287 won't run on earlier versions; a switch to generate compatible
9288 source is needed)
9289 Branch: perl
9290 !> (integrate 35 files)
9291____________________________________________________________________________
9292[ 4270] By: jhi on 1999/10/01 12:05:56
9293 Log: Integrate with Sarathy.
9294 Branch: cfgperl
9295 !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9296 !> pod/perldiag.pod util.c
9297____________________________________________________________________________
9298[ 4269] By: jhi on 1999/10/01 10:26:19
9299 Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
9300 To: perl5-porters@perl.org
9301 Subject: [ID 19991001.001] perlguts man page error
9302 Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
9303 Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
9304 Branch: cfgperl
9305 ! pod/perlguts.pod
9306____________________________________________________________________________
9307[ 4268] By: jhi on 1999/10/01 07:32:33
9308 Log: There *is* a month called October.
9309 Branch: cfgperl
9310 ! t/op/time.t
9311____________________________________________________________________________
9312[ 4267] By: jhi on 1999/10/01 06:58:10
9313 Log: Temp file cleanliness.
9314 Branch: cfgperl
9315 ! t/lib/filecopy.t
9316____________________________________________________________________________
9317[ 4266] By: jhi on 1999/10/01 06:46:56
9318 Log: From: Barrie Slaymaker <barries@slaysys.com>
9319 To: perl5-porters@perl.org
9320 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
9321 Date: Thu, 30 Sep 1999 22:16:26 -0400
9322 Message-Id: <199910010216.WAA08309@jester.slaysys.com>
9323 Branch: cfgperl
9324 ! lib/Benchmark.pm
9325____________________________________________________________________________
9326[ 4265] By: jhi on 1999/09/30 20:25:35
9327 Log: From: Barrie Slaymaker <barries@slaysys.com>
9328 To: perl5-porters@perl.org
9329 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
9330 Date: Thu, 30 Sep 1999 15:44:00 -0400
9331 Message-Id: <199909301944.PAA07166@jester.slaysys.com>
9332 (Replaces #4175.)
9333 Branch: cfgperl
9334 ! lib/Benchmark.pm
9335____________________________________________________________________________
9336[ 4264] By: gsar on 1999/09/30 17:59:26
9337 Log: re-add missing "Out of memory!" entry
9338 Branch: perl
9339 ! pod/perldiag.pod
9340____________________________________________________________________________
9341[ 4263] By: jhi on 1999/09/30 17:05:43
9342 Log: Regenerate Configure.
9343 Branch: cfgperl
9344 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9345 ! config_h.SH
9346____________________________________________________________________________
9347[ 4261] By: jhi on 1999/09/30 16:15:05
9348 Log: From: Andy Dougherty <doughera@lafayette.edu>
9349 To: Perl Porters <perl5-porters@perl.org>
9350 Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
9351 Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
9352 Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
9353 Branch: cfgperl
9354 ! pod/perldelta.pod
9355____________________________________________________________________________
9356[ 4260] By: jhi on 1999/09/30 15:48:56
9357 Log: From: Andy Dougherty <doughera@lafayette.edu>
9358 To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
9359 Subject: Re: Possible skeletal structure for searching multiple versions
9360 Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
9361 Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
9362 Branch: metaconfig
9363 ! U/mkglossary
9364 Branch: metaconfig/U/perl
9365 + xs_apiversion.U
9366 ! patchlevel.U
9367____________________________________________________________________________
9368[ 4259] By: jhi on 1999/09/30 15:07:16
9369 Log: Further ?idsize.U fixing.
9370 Branch: metaconfig
9371 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
9372____________________________________________________________________________
9373[ 4258] By: jhi on 1999/09/30 15:00:14
9374 Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
9375 Branch: metaconfig
9376 ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
9377 ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
9378____________________________________________________________________________
9379[ 4257] By: jhi on 1999/09/30 09:48:33
9380 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9381 To: Gurusamy Sarathy <gsar@ActiveState.com>
9382 Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
9383 The Perl Porters Mailing List <perl5-porters@perl.org>
9384 Subject: [PATCH] (Was: deprecating SIGDIE)
9385 Date: Wed, 29 Sep 1999 15:16:50 -0400
9386 Message-ID: <19990929151650.E26675@O2.chapin.edu>
9387 Branch: cfgperl
9388 ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
9389____________________________________________________________________________
9390[ 4256] By: jhi on 1999/09/30 09:45:22
9391 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9392 To: Gurusamy Sarathy <gsar@activestate.com>
9393 Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
9394 Subject: Re: _58, _61 Argument "" is not numeric in sprintf
9395 Date: Wed, 29 Sep 1999 18:58:23 -0400
9396 Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
9397 Branch: cfgperl
9398 ! Makefile.SH opcode.pl
9399____________________________________________________________________________
9400[ 4255] By: gsar on 1999/09/30 09:03:48
9401 Log: remove prehistoric XFree() gunk
9402 Branch: perl
9403 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9404____________________________________________________________________________
9405[ 4254] By: gsar on 1999/09/30 08:40:14
9406 Log: From: Vishal Bhatia <vishal@gol.com>
9407 Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
9408 Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
9409 Subject: [patch _61] Minor corrections in C.pm
9410 Branch: perl
9411 ! ext/B/B/C.pm
9412____________________________________________________________________________
9413[ 4253] By: gsar on 1999/09/30 08:36:27
9414 Log: off-by-one in fbm_compile() (spotted by John Bley
9415 <jbley@cs.cmu.edu>); whitespace adjustments
9416 Branch: perl
9417 ! util.c
9418____________________________________________________________________________
9419[ 4251] By: jhi on 1999/09/30 08:09:13
9420 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9421 To: perl5-porters@perl.org (Mailing list Perl5)
9422 Subject: [PATCH 5.00561+] Followup h2xs patch
9423 Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
9424 Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
9425 Branch: cfgperl
9426 ! utils/h2xs.PL
9427____________________________________________________________________________
9428[ 4250] By: jhi on 1999/09/29 19:11:32
9429 Log: Integrate with Sarathy.
9430 Branch: cfgperl
9431 !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
9432 !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
9433 !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
9434____________________________________________________________________________
9435[ 4249] By: bailey on 1999/09/29 02:21:31
9436 Log: resync with mainline
9437 Branch: vmsperl
9438 +> (branch 32 files)
9439 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
9440 - lib/unicode/blocks.txt lib/unicode/index2.txt
9441 - lib/unicode/jamo2.txt lib/unicode/names2.txt
9442 - lib/unicode/props2.txt lib/unicode/readme.txt
9443 - t/lib/bigfloatpm.t
9444 !> (integrate 240 files)
9445____________________________________________________________________________
9446[ 4248] By: jhi on 1999/09/28 18:14:39
9447 Log: From: Andy Dougherty <doughera@lafayette.edu>
9448 To: Perl Porters <perl5-porters@perl.org>
9449 Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
9450 Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
9451 Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
9452
9453 From: Andy Dougherty <doughera@lafayette.edu>
9454 To: Perl Porters <perl5-porters@perl.org>
9455 Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
9456 Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
9457 Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
9458 Branch: cfgperl
9459 ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
9460 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
9461 ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
9462 ! hints/next_4.sh
9463____________________________________________________________________________
9464[ 4247] By: gsar on 1999/09/28 17:36:59
9465 Log: revert change#4115 (breaks libwww's base/date.t); could be
9466 reworked to enable it conditional on $Time::Local::nocroak
9467 or some such
9468 Branch: perl
9469 ! lib/Time/Local.pm
9470____________________________________________________________________________
9471[ 4246] By: gsar on 1999/09/28 17:33:14
9472 Log: tweak for win32 build
9473 Branch: perl
9474 ! win32/Makefile win32/makefile.mk
9475____________________________________________________________________________
9476[ 4245] By: gsar on 1999/09/28 17:31:34
9477 Log: change#4236 fallout
9478 Branch: perl
9479 ! lib/ExtUtils/MM_Unix.pm
9480____________________________________________________________________________
9481[ 4244] By: gsar on 1999/09/28 17:29:31
9482 Log: remove doubled new_xpv
9483 Branch: perl
9484 ! embed.h embed.pl proto.h
9485____________________________________________________________________________
9486[ 4243] By: jhi on 1999/09/27 19:13:20
9487 Log: Artistic fine-tuning.
9488 Branch: cfgperl
9489 ! ext/B/defsubs_h.PL
9490____________________________________________________________________________
9491[ 4242] By: gsar on 1999/09/27 17:05:22
9492 Log: avoid implicit split to @_ in change#4181; binary -> text file
9493 types in p4
9494 Branch: perl
9495 ! djgpp/configure.bat lib/Exporter/Heavy.pm
9496 ! t/pragma/locale/latin1
9497____________________________________________________________________________
9498[ 4241] By: jhi on 1999/09/27 07:48:19
9499 Log: Integrate with Sarathy.
9500 Branch: cfgperl
9501 !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
9502 !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
9503____________________________________________________________________________
9504[ 4240] By: jhi on 1999/09/27 07:47:11
9505 Log: Finalize change #4232.
9506 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9507 To: Jarkko Hietaniemi <jhi@iki.fi>
9508 Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
9509 Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
9510 Date: Sun, 26 Sep 1999 16:52:31 -0400
9511 Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
9512 Branch: cfgperl
9513 ! lib/ExtUtils/xsubpp
9514____________________________________________________________________________
9515[ 4239] By: gsar on 1999/09/27 02:48:42
9516 Log: add notes in INSTALL about Configure -Accflags=-DFOO
9517 Branch: perl
9518 ! INSTALL
9519____________________________________________________________________________
9520[ 4238] By: gsar on 1999/09/27 02:03:48
9521 Log: PERL_POLLUTE isn't required for bincompat, so don't enable
9522 it automatically
9523 Branch: perl
9524 ! embed.h embed.pl
9525____________________________________________________________________________
9526[ 4237] By: gsar on 1999/09/27 01:52:47
9527 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9528 Date: Fri, 24 Sep 1999 23:25:36 -0400
9529 Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
9530 Subject: [PATCH 5.005_61] Malloc fixes and docs
9531 Branch: perl
9532 ! malloc.c pod/perldiag.pod
9533____________________________________________________________________________
9534[ 4236] By: gsar on 1999/09/27 01:31:32
9535 Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
9536 <vkonovalov@lucent.com>)
9537 Branch: perl
9538 ! win32/Makefile win32/makefile.mk
9539____________________________________________________________________________
9540[ 4235] By: gsar on 1999/09/26 17:02:03
9541 Log: fix buggy popping of subroutine contexts in the lvalue
9542 subroutines implementation (change#4081); correct the
9543 plethora of cases where DIE() was more appropriate than
9544 croak()
9545 Branch: perl
9546 ! pp.c pp_ctl.c pp_hot.c pp_sys.c
9547____________________________________________________________________________
9548[ 4234] By: jhi on 1999/09/26 12:06:28
9549 Log: Fix #endif.
9550 Branch: cfgperl
9551 ! XSUB.h
9552____________________________________________________________________________
9553[ 4233] By: jhi on 1999/09/26 11:59:18
9554 Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
9555 I kept my (Ilya's) version.
9556 Branch: cfgperl
9557 !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
9558 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9559 !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
9560 !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
9561 !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
9562 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
9563____________________________________________________________________________
9564[ 4232] By: jhi on 1999/09/26 09:53:43
9565 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9566 To: Mailing list Perl5 <perl5-porters@perl.org>
9567 Subject: [PATCH 5.005_61] teach xsubpp function pointers
9568 Date: Sun, 26 Sep 1999 01:36:09 -0400
9569 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
9570
9571 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9572 To: Mailing list Perl5 <perl5-porters@perl.org>
9573 Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
9574 Date: Sun, 26 Sep 1999 03:00:50 -0400
9575 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
9576 Branch: cfgperl
9577 ! lib/ExtUtils/xsubpp utils/h2xs.PL
9578____________________________________________________________________________
9579[ 4231] By: jhi on 1999/09/26 09:48:49
9580 Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9581 To: perl5-porters@perl.org
9582 Subject: misprint in perlguts
9583 Date: Sun, 26 Sep 1999 12:48:36 +0400
9584 Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
9585 Branch: cfgperl
9586 ! pod/perlguts.pod
9587____________________________________________________________________________
9588[ 4230] By: gsar on 1999/09/26 00:50:08
9589 Log: add $installarchlib/CORE to default linker search path on windows
9590 Branch: perl
9591 ! win32/Makefile win32/makefile.mk
9592____________________________________________________________________________
9593[ 4229] By: gsar on 1999/09/25 20:05:03
9594 Log: support C<use Shell> on Windows (reworked a patch suggested
9595 by Jenda Krynicky <Jenda@McCann.cz>)
9596 Branch: perl
9597 ! lib/Shell.pm
9598____________________________________________________________________________
9599[ 4228] By: gsar on 1999/09/25 07:03:34
9600 Log: integrate cfgperl contents into mainline
9601 Branch: perl
9602 +> hints/svr5.sh
9603 !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
9604 !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9605 !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
9606 !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
9607____________________________________________________________________________
9608[ 4227] By: gsar on 1999/09/25 06:44:47
9609 Log: From: Larry Wall <larry@wall.org>
9610 Date: Fri, 24 Sep 1999 21:59:37 PDT
9611 Message-Id: <199909250459.VAA27506@kiev.wall.org>
9612 Subject: Re: [PATCH 5.005_61] "our" declarations
9613 Branch: perl
9614 ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
9615 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9616 ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
9617 ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
9618 ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
9619 ! utils/h2xs.PL
9620____________________________________________________________________________
9621[ 4226] By: jhi on 1999/09/24 23:10:52
9622 Log: Integrate with Sarathy.
9623 Branch: cfgperl
9624 !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9625 !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
9626 !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
9627____________________________________________________________________________
9628[ 4225] By: gsar on 1999/09/24 18:19:54
9629 Log: avoid infinite recursive exec()s of perl.exe when shebang
9630 contains "Perl" rather than "perl" on DOSISH platforms
9631 Branch: perl
9632 ! toke.c
9633____________________________________________________________________________
9634[ 4224] By: gsar on 1999/09/24 16:09:23
9635 Log: support cygwin and other platforms that link to import libraries
9636 rather than directly with shared libraries (from a suggestion
9637 by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
9638 Branch: perl
9639 ! utils/perlcc.PL
9640____________________________________________________________________________
9641[ 4223] By: gsar on 1999/09/24 05:05:06
9642 Log: normalize time for strftime() (without the isdst effects of
9643 mktime()) using a custom mini_mktime()
9644 From: spider-perl@Orb.Nashua.NH.US
9645 Date: Thu, 23 Sep 1999 17:54:53 -0400
9646 Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
9647 Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
9648 Branch: perl
9649 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9650 ! ext/POSIX/hints/linux.pl t/lib/posix.t
9651____________________________________________________________________________
9652[ 4222] By: gsar on 1999/09/23 06:44:42
9653 Log: change "#" to a comment starter in pack templates; "/" now
9654 used for specifying counted types
9655 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9656 Date: Wed, 22 Sep 1999 19:41:30 -0400
9657 Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
9658 Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
9659 Branch: perl
9660 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9661____________________________________________________________________________
9662[ 4221] By: gsar on 1999/09/23 06:26:54
9663 Log: From: Vishal Bhatia <vishal@gol.com>
9664 Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
9665 Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
9666 Subject: [patch _61] perlcc changes
9667 Branch: perl
9668 ! utils/perlcc.PL
9669____________________________________________________________________________
9670[ 4220] By: gsar on 1999/09/23 01:12:24
9671 Log: add include guard
9672 Branch: perl
9673 ! XSUB.h
9674____________________________________________________________________________
9675[ 4219] By: jhi on 1999/09/22 20:38:15
9676 Log: Cleanup cleanup.
9677 Branch: cfgperl
9678 ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
9679____________________________________________________________________________
9680[ 4218] By: jhi on 1999/09/22 19:26:58
9681 Log: Tweak the equivalence tables once again.
9682 Branch: cfgperl
9683 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9684 ! lib/unicode/mktables.PL
9685____________________________________________________________________________
9686[ 4215] By: jhi on 1999/09/22 06:47:03
9687 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9688 To: Mailing list Perl5 <perl5-porters@perl.org>
9689 Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
9690 Date: Tue, 21 Sep 1999 19:50:00 -0400
9691 Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
9692
9693 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9694 To: Mailing list Perl5 <perl5-porters@perl.org>
9695 Subject: [PATCH 5.005_61] More verbose -Mre=debug
9696 Date: Tue, 21 Sep 1999 22:29:55 -0400
9697 Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
9698 Branch: cfgperl
9699 ! regcomp.c regexec.c
9700____________________________________________________________________________
9701[ 4214] By: jhi on 1999/09/21 21:08:43
9702 Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
9703 Reply-To: gerberb@zenez.com
9704 To: perl5-porters@perl.org
9705 Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
9706 Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
9707 Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
9708
9709 (Snipped away the last lines of svr5.sh a la change #3725)
9710 Branch: cfgperl
9711 + hints/svr5.sh
9712 ! Configure MANIFEST config_h.SH hints/sco.sh
9713 Branch: metaconfig
9714 ! U/modified/Cppsym.U U/modified/Oldconfig.U
9715____________________________________________________________________________
9716[ 4213] By: jhi on 1999/09/21 20:48:01
9717 Log: From: Kragen Sitaker <kragen@dnaco.net>
9718 To: perl5-porters@perl.org
9719 Subject: [ID 19990921.013] accidental list context in perlfaq9
9720 Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
9721 Reply-To: kragen@pobox.com
9722 Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
9723 Branch: cfgperl
9724 ! pod/perlfaq9.pod
9725____________________________________________________________________________
9726[ 4212] By: jhi on 1999/09/20 19:55:42
9727 Log: Integrate with Sarathy.
9728 Branch: cfgperl
9729 +> README.Y2K
9730 !> Changes MANIFEST
9731____________________________________________________________________________
9732[ 4211] By: jhi on 1999/09/20 19:44:44
9733 Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
9734 Branch: cfgperl
9735 ! Configure config_h.SH pod/perldelta.pod
9736 Branch: metaconfig/U/perl
9737 ! use64bits.U uselfs.U uselongdbl.U
9738____________________________________________________________________________
9739[ 4210] By: jhi on 1999/09/20 19:38:26
9740 Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
9741 Branch: cfgperl
9742 ! Configure config_h.SH
9743 Branch: metaconfig
9744 ! U/modified/Options.U
9745____________________________________________________________________________
9746[ 4209] By: gsar on 1999/09/20 19:35:39
9747 Log: integrate cfgperl changes into mainline
9748 Branch: perl
9749 +> lib/unicode/Unicode.html
9750 ! Changes
9751 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9752 !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
9753____________________________________________________________________________
4c968f61
GS
9754[ 4208] By: gsar on 1999/09/20 18:28:44
9755 Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
9756 Branch: perl
9757 + README.Y2K
9758 ! MANIFEST
9759____________________________________________________________________________
9760[ 4207] By: jhi on 1999/09/20 11:06:13
9761 Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
9762 Branch: cfgperl
9763 ! pod/perldelta.pod
9764____________________________________________________________________________
9765[ 4206] By: jhi on 1999/09/20 09:53:15
9766 Log: Do not test for gccish things in non-gccish platforms.
9767 Branch: cfgperl
9768 ! Configure config_h.SH
9769 Branch: metaconfig
9770 ! U/compline/ccflags.U
9771____________________________________________________________________________
9772[ 4205] By: jhi on 1999/09/20 09:41:22
9773 Log: Prompt for uselfs.
9774 Branch: cfgperl
9775 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9776 ! config_h.SH
9777 Branch: metaconfig
9778 ! U/mksample
9779 Branch: metaconfig/U/perl
9780 ! use64bits.U uselfs.U
9781____________________________________________________________________________
9782[ 4204] By: jhi on 1999/09/20 09:09:29
9783 Log: Add usemorebits and uselfs.
9784 Branch: cfgperl
9785 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9786 ! config_h.SH doio.c perl.h
9787 Branch: metaconfig/U/perl
9788 + uselfs.U usemorebits.U
9789 ! use64bits.U uselongdbl.U
9790____________________________________________________________________________
9791[ 4203] By: jhi on 1999/09/20 07:48:48
9792 Log: Dethinko.
9793 Branch: cfgperl
9794 ! pod/perlfunc.pod
9795____________________________________________________________________________
9796[ 4202] By: jhi on 1999/09/20 07:33:32
9797 Log: Fix a bug in the description of endianness. Reported in
9798 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9799 To: perl5-porters@perl.org
9800 Subject: BUG: perldoc -f pack
9801 Date: Mon, 20 Sep 1999 09:43:49 +0400
9802 Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
9803 Branch: cfgperl
9804 ! pod/perlfunc.pod
9805____________________________________________________________________________
9806[ 4201] By: jhi on 1999/09/20 07:01:26
9807 Log: Integrate with Sarathy.
9808 Branch: cfgperl
9809 +> t/op/args.t
9810 !> (integrate 31 files)
9811____________________________________________________________________________
9812[ 4200] By: gsar on 1999/09/20 03:45:06
9813 Log: From: Russ Allbery <rra@stanford.edu>
9814 Date: 19 Aug 1999 04:35:44 -0700
9815 Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
9816 Subject: [ID 19990819.002] File::Find error when pruning top-level directories
9817 Branch: perl
9818 ! lib/File/Find.pm
9819____________________________________________________________________________
9820[ 4199] By: gsar on 1999/09/20 03:27:49
9821 Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
9822 Branch: perl
9823 ! ext/B/B/Terse.pm
9824____________________________________________________________________________
9825[ 4198] By: gsar on 1999/09/20 03:25:25
9826 Log: add arenas for managing allocations of remaining xpv*v structures
9827 From: Vishal Bhatia <vishal@gol.com>
9828 Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
9829 Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
9830 Subject: [PATCH 5.005_60] removing extra ref count (compiler)
9831 Branch: perl
9832 ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
9833 ! proto.h sv.c
9834____________________________________________________________________________
9835[ 4197] By: gsar on 1999/09/20 03:06:10
9836 Log: queue errors due to strictures rather than printing them as
9837 warnings; symbols that violate strictures do *not* end up in
9838 the symbol table anyway, making multiple evals of the same piece
9839 of code produce the same errors; errors indicate all locations
9840 of a global symbol rather than just the first one; these
9841 changes make compile-time failures within evals reliably
9842 visible via the return value or contents of $@, and trappable
9843 using __DIE__ hooks
9844 Branch: perl
9845 ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
9846 ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
9847 ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
9848 ! t/pragma/strict-vars thrdvar.h toke.c util.c
9849____________________________________________________________________________
9850[ 4196] By: gsar on 1999/09/19 22:14:29
9851 Log: control change#1914 via hints (causes problems on some platforms)
9852 Branch: perl
9853 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9854 ! ext/POSIX/hints/linux.pl
9855____________________________________________________________________________
9856[ 4195] By: gsar on 1999/09/19 21:30:18
9857 Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
9858 in passing around references to @_, eg C<sub foo { \@_ }>; add
9859 tests for the same
9860 Branch: perl
9861 + t/op/args.t
9862 ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
9863____________________________________________________________________________
9864[ 4194] By: jhi on 1999/09/18 18:57:45
9865 Log: Integrate with Sarathy.
9866 Branch: cfgperl
9867 !> opcode.h opcode.pl
9868____________________________________________________________________________
9869[ 4193] By: nick on 1999/09/18 15:24:56
9870 Log: Re-integrate mainline
9871 Basic SvUTF8 stuff in headers, no functional changes yet.
9872 Branch: utfperl
9873 + lib/byte.pm lib/byte_heavy.pl
9874 +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
9875 +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
9876 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
9877 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
9878 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
9879 +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
9880 +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
9881 +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
9882 +> lib/unicode/Names.txt lib/unicode/Props.txt
9883 +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
9884 +> t/lib/bigfltpm.t
9885 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
9886 - lib/unicode/blocks.txt lib/unicode/index2.txt
9887 - lib/unicode/jamo2.txt lib/unicode/names2.txt
9888 - lib/unicode/props2.txt lib/unicode/readme.txt
9889 - t/lib/bigfloatpm.t
9890 ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
9891 ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
9892 ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
9893 ! warnings.h
9894 !> (integrate 142 files)
9895____________________________________________________________________________
9896[ 4192] By: gsar on 1999/09/18 15:11:47
9897 Log: more op description tweaks
9898 Branch: perl
9899 ! opcode.h opcode.pl
9900____________________________________________________________________________
9901[ 4191] By: jhi on 1999/09/18 07:47:16
9902 Log: Integrate with Sarathy.
9903 Branch: cfgperl
9904 !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
9905 !> t/pragma/warn/op
9906____________________________________________________________________________
9907[ 4190] By: jhi on 1999/09/18 07:35:45
9908 Log: Add description of the Unicode database files.
9909 Branch: cfgperl
9910 + lib/unicode/Unicode.html
9911____________________________________________________________________________
9912[ 4189] By: gsar on 1999/09/18 03:14:58
9913 Log: tweak some op names in change#4177 (will any of this break code that
9914 gropes $@ ?)
9915 Branch: perl
9916 ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
9917 ! t/pragma/warn/op
9918____________________________________________________________________________
f1612b5c
GS
9919[ 4188] By: jhi on 1999/09/17 21:30:08
9920 Log: Pick up the typo fix.
9921 Branch: cfgperl
9922 !> t/io/open.t
9923____________________________________________________________________________
9924[ 4187] By: gsar on 1999/09/17 21:13:55
9925 Log: fix typo
9926 Branch: perl
9927 ! t/io/open.t
9928____________________________________________________________________________
9929[ 4186] By: gsar on 1999/09/17 20:57:29
9930 Log: integrate cfgperl change
9931 Branch: perl
9932 !> vms/subconfigure.com
9933____________________________________________________________________________
9934[ 4185] By: jhi on 1999/09/17 20:46:41
9935 Log: Re-apply applicable parts of #3993, #3994, and #3995.
9936 Branch: cfgperl
9937 ! vms/subconfigure.com
9938____________________________________________________________________________
9939[ 4184] By: gsar on 1999/09/17 20:26:02
9940 Log: integrate cfgperl contents into mainline
9941 Branch: perl
9942 +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
9943 +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
9944 +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
9945 +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
9946 +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
9947 +> lib/unicode/SpecCase.txt
9948 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
9949 - lib/unicode/index2.txt lib/unicode/jamo2.txt
9950 - lib/unicode/names2.txt lib/unicode/props2.txt
9951 - lib/unicode/readme.txt
9952 !> (integrate 73 files)
9953____________________________________________________________________________
9954[ 4183] By: jhi on 1999/09/17 20:25:51
9955 Log: Integrate with Sarathy.
9956 Branch: cfgperl
9957 !> configure.com ext/ByteLoader/byterun.h
9958 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
9959 !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
9960 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
9961 !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
9962____________________________________________________________________________
9963[ 4182] By: gsar on 1999/09/17 20:16:28
9964 Log: integrate vmsperl contents into mainline (where VMS files conflicted,
9965 vmsperl contents have prevailed)
9966 Branch: perl
9967 !> configure.com ext/ByteLoader/byterun.h
9968 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
9969 !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
9970 !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
9971 !> vms/subconfigure.com vms/vms.c vms/vmsish.h
9972____________________________________________________________________________
9973[ 4181] By: jhi on 1999/09/17 20:12:37
9974 Log: From: Michael G Schwern <schwern@pobox.com>
9975 To: perl5-porters@perl.org
9976 Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
9977 Date: Thu, 19 Aug 1999 21:30:01 -0400
9978 Message-ID: <19990819213001.A22512@athens.aocn.com>
9979 Branch: cfgperl
9980 ! lib/Exporter/Heavy.pm
9981____________________________________________________________________________
9982[ 4180] By: gsar on 1999/09/17 20:11:00
9983 Log: perlhist additions
9984 Branch: perl
9985 ! pod/perlhist.pod
9986____________________________________________________________________________
9987[ 4179] By: jhi on 1999/09/17 20:08:00
9988 Log: The change #4176 should've undone only the test, not the code patch.
9989 Branch: cfgperl
9990 ! doio.c
9991____________________________________________________________________________
9992[ 4178] By: jhi on 1999/09/17 20:06:08
9993 Log: From: Ian Phillipps <ian@dial.pipex.com>
9994 To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
9995 Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
9996 Date: Sat, 21 Aug 1999 12:36:12 +0100
9997 Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
9998 Branch: cfgperl
9999 ! pod/perlsyn.pod
10000____________________________________________________________________________
10001[ 4177] By: jhi on 1999/09/17 20:00:19
10002 Log: More descriptive names for operators.
10003
10004 From: Michael G Schwern <schwern@pobox.com>
10005 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10006 Cc: perl5-porters@perl.org
10007 Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
10008 Date: Tue, 17 Aug 1999 18:35:45 -0400
10009 Message-ID: <19990817183545.A23073@toldyouso.com>
10010
10011 From: Michael G Schwern <schwern@pobox.com>
10012 To: perl5-porters@perl.org
10013 Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
10014 Date: Wed, 18 Aug 1999 03:53:38 -0400
10015 Message-ID: <19990818035337.A31505@athens.aocn.com>
10016 Branch: cfgperl
10017 ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
10018 ! t/pragma/warn/op t/pragma/warn/sv
10019____________________________________________________________________________
10020[ 4176] By: jhi on 1999/09/17 18:19:18
10021 Log: Take away the infamous io/dup.t #7.
10022 It seems there simply is no way to portably
10023 "flush" an input file handle.
10024 Branch: cfgperl
10025 ! doio.c t/io/dup.t
10026____________________________________________________________________________
10027[ 4175] By: jhi on 1999/09/17 14:45:08
10028 Log: From: Barrie Slaymaker <barries@slaysys.com>
10029 To: perl5-porters@perl.org
10030 Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
10031 Date: Fri, 17 Sep 1999 11:16:48 -0400
10032 Message-Id: <199909171516.LAA30887@jester.slaysys.com>
10033 Branch: cfgperl
10034 ! lib/Benchmark.pm
10035____________________________________________________________________________
10036[ 4174] By: jhi on 1999/09/17 14:07:16
10037 Log: UNICOS does support large files but doesn't support sparse files
10038 so we cannot easily test for large file support.
10039 Branch: cfgperl
10040 ! t/lib/syslfs.t t/op/lfs.t
10041____________________________________________________________________________
10042[ 4173] By: jhi on 1999/09/17 14:03:44
10043 Log: UNICOS has sloppy division/modulo for floating point numbers.
10044 Branch: cfgperl
10045 ! t/op/arith.t
10046____________________________________________________________________________
10047[ 4172] By: jhi on 1999/09/17 13:47:49
10048 Log: Portable blocksize (replaces #4171).
10049 Branch: cfgperl
10050 ! t/lib/syslfs.t t/op/lfs.t
10051____________________________________________________________________________
10052[ 4171] By: jhi on 1999/09/17 13:08:54
10053 Log: (replaced by #4172)
10054 Branch: cfgperl
10055 ! t/lib/syslfs.t t/op/lfs.t
10056____________________________________________________________________________
10057[ 4170] By: jhi on 1999/09/17 12:59:11
10058 Log: Detypo #4169.
10059 Branch: cfgperl
10060 ! t/lib/syslfs.t t/op/lfs.t
10061____________________________________________________________________________
10062[ 4169] By: jhi on 1999/09/17 12:16:34
10063 Log: Diagnose possible quota limits.
10064 Branch: cfgperl
10065 ! t/lib/syslfs.t t/op/lfs.t
10066____________________________________________________________________________
10067[ 4168] By: jhi on 1999/09/17 12:10:43
10068 Log: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
10069 doesn't have one that wouldn't cause SIGSYS. UNICOS
10070 does have getpgrp(void) so Perl getpgrp() is happy.
10071 Branch: cfgperl
10072 ! hints/unicos.sh
10073____________________________________________________________________________
10074[ 4167] By: jhi on 1999/09/17 11:49:30
10075 Log: Filesystem quotas may stop you from using large files.
10076 Branch: cfgperl
10077 ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
10078____________________________________________________________________________
10079[ 4166] By: jhi on 1999/09/17 11:36:01
10080 Log: Too strict pattern for parsing group lists.
10081 Branch: cfgperl
10082 ! t/op/groups.t
10083____________________________________________________________________________
10084[ 4165] By: jhi on 1999/09/17 09:06:18
10085 Log: Configure maintenance. It's sigaction.sa_flags
10086 and the Glossary regen'ed.
10087 Branch: cfgperl
10088 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10089 ! config_h.SH
10090 Branch: metaconfig
10091 ! U/compline/d_sigaction.U
10092____________________________________________________________________________
10093[ 4164] By: jhi on 1999/09/15 06:57:51
10094 Log: Integrate with Sarathy.
10095 Branch: cfgperl
10096 +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
10097 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
10098 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
10099 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
10100 !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
10101 !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
10102 !> jpl/JNI/typemap jpl/JPL/Makefile.PL
10103 !> jpl/PerlInterpreter/Makefile.PL
10104 !> jpl/PerlInterpreter/PerlInterpreter.c
10105 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10106 !> jpl/Sample/Makefile.PL jpl/install-jpl
10107 !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
10108 !> t/op/pat.t
10109____________________________________________________________________________
10110[ 4163] By: gsar on 1999/09/15 05:17:27
10111 Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
10112 Branch: perl
10113 ! lib/File/Spec/Functions.pm
10114____________________________________________________________________________
10115[ 4162] By: gsar on 1999/09/15 05:09:14
10116 Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
10117 Branch: perl
10118 ! Changes embed.h embed.pl
10119____________________________________________________________________________
c88bfdbc
GS
10120[ 4161] By: gsar on 1999/09/15 04:08:25
10121 Log: missing perlhist dates from Jeff Okamoto
10122 Branch: perl
10123 ! pod/perlhist.pod
10124____________________________________________________________________________
10125[ 4160] By: gsar on 1999/09/15 03:13:08
10126 Log: jpl tweak
10127 Branch: perl
10128 ! MANIFEST jpl/JNI/Makefile.PL
10129____________________________________________________________________________
10130[ 4159] By: gsar on 1999/09/15 02:57:08
10131 Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
10132 Jepson <bjepson@home.com>)
10133 Branch: perl
10134 + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
10135 + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
10136 + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
10137 + jpl/JNI/typemap.win32 jpl/SETVARS.PL
10138 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10139 ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
10140 ! jpl/PerlInterpreter/Makefile.PL
10141 ! jpl/PerlInterpreter/PerlInterpreter.c
10142 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
10143 ! jpl/Sample/Makefile.PL jpl/install-jpl
10144____________________________________________________________________________
10145[ 4158] By: gsar on 1999/09/15 01:27:14
10146 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10147 Date: Tue, 14 Sep 1999 21:26:15 EDT
10148 Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
10149 Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
10150 Branch: perl
10151 ! regexec.c t/op/pat.t
10152____________________________________________________________________________
10153[ 4157] By: jhi on 1999/09/14 21:18:09
10154 Log: config.h will define USE_64_BITS if need be.
10155 Branch: cfgperl
10156 ! hints/irix_6.sh
10157____________________________________________________________________________
10158[ 4156] By: jhi on 1999/09/14 20:30:00
10159 Log: Change #4149 necessitates also a small code change.
10160 Branch: cfgperl
10161 ! ext/B/defsubs_h.PL
10162____________________________________________________________________________
10163[ 4155] By: jhi on 1999/09/14 20:15:53
10164 Log: Update EPOC libdir names.
10165 Branch: cfgperl
10166 ! epoc/config.h
10167____________________________________________________________________________
10168[ 4154] By: jhi on 1999/09/14 20:13:41
10169 Log: Obsolete epoc/config.h caused #4153 to re-introduce already
10170 deceased HAS.*DBM.*64 mumblings.
10171 Branch: cfgperl
10172 ! Configure config_h.SH epoc/config.h
10173____________________________________________________________________________
10174[ 4153] By: jhi on 1999/09/14 20:04:53
10175 Log: Configure nits.
10176 Branch: cfgperl
10177 ! Configure config_h.SH
10178 Branch: metaconfig
10179 ! U/compline/d_sigaction.U U/threads/i_pthread.U
10180____________________________________________________________________________
10181[ 4152] By: jhi on 1999/09/14 19:30:22
10182 Log: Integrate with Sarathy.
10183 Branch: cfgperl
10184 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
10185 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
10186 !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
10187 !> win32/config_sh.PL
10188____________________________________________________________________________
10189[ 4151] By: jhi on 1999/09/14 10:25:01
10190 Log: Update Unicode database and recompute the tables.
10191 Rename the .txt files to be more Unicode 3.0-like.
10192 Unihan-3.0.txt not included because it is 16 MB.
10193 syllables.txt is manually maintained.
10194 See ReadMe.txt for description of the .txt files.
10195 (not all of them are used yet)
10196 Branch: cfgperl
10197 + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
10198 + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
10199 + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
10200 + lib/unicode/LineBrk.txt lib/unicode/Names.txt
10201 + lib/unicode/Props.txt lib/unicode/ReadMe.txt
10202 + lib/unicode/SpecCase.txt
10203 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
10204 - lib/unicode/index2.txt lib/unicode/jamo2.txt
10205 - lib/unicode/names2.txt lib/unicode/props2.txt
10206 - lib/unicode/readme.txt
10207 ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
10208 ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
10209 ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
10210 ! lib/unicode/Decomposition.pl
10211 ! lib/unicode/In/ArabicPresentationForms-B.pl
10212 ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
10213 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10214 ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
10215 ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
10216 ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
10217 ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
10218 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
10219 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
10220 ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
10221 ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
10222 ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
10223 ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
10224 ! lib/unicode/mktables.PL
10225____________________________________________________________________________
10226[ 4150] By: gsar on 1999/09/14 09:31:57
10227 Log: INSTALL tweak
10228 Branch: perl
10229 ! INSTALL
10230____________________________________________________________________________
10231[ 4149] By: gsar on 1999/09/14 09:00:45
10232 Log: change some filenames to be 8.3-friendly
10233 Branch: perl
10234 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
10235 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
10236 ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
10237____________________________________________________________________________
10238[ 4148] By: gsar on 1999/09/14 08:35:00
10239 Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
10240 Branch: perl
10241 ! win32/config_sh.PL
10242____________________________________________________________________________
10243[ 4147] By: jhi on 1999/09/14 08:07:49
10244 Log: Not that UVSIZE normally differs that much from IVSIZE...
10245 Branch: cfgperl
10246 ! perl.h
10247____________________________________________________________________________
10248[ 4146] By: jhi on 1999/09/14 08:04:40
10249 Log: Integrate with Sarathy.
10250 Branch: cfgperl
10251 !> Changes ext/DB_File/DB_File.xs
10252____________________________________________________________________________
10253[ 4145] By: jhi on 1999/09/14 07:10:02
10254 Log: I_PTHREAD was PTHREADEAD.
10255 Branch: cfgperl
10256 ! Configure config_h.SH
10257 Branch: metaconfig
10258 ! U/threads/i_pthread.U
10259____________________________________________________________________________
10260[ 4144] By: gsar on 1999/09/14 06:46:47
10261 Log: change#4113 was missing DB_File.xs changes
10262 Branch: perl
10263 ! ext/DB_File/DB_File.xs
10264____________________________________________________________________________
10265[ 4143] By: jhi on 1999/09/13 20:16:20
10266 Log: Small doc and whitespace edits.
10267 Branch: cfgperl
10268 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10269 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10270 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10271 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10272 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10273 ! pod/perldelta.pod
10274____________________________________________________________________________
10275[ 4142] By: gsar on 1999/09/13 19:32:31
10276 Log: integrate cfgperl contents into mainline, update Changes
10277 Branch: perl
10278 +> ext/DB_File/version.c
10279 ! Changes
10280 !> (integrate 44 files)
10281____________________________________________________________________________
5319f02c
GS
10282[ 4141] By: jhi on 1999/09/13 16:16:56
10283 Log: Scan for <pthread.h> always.
10284 Branch: cfgperl
10285 ! Configure config_h.SH perl.h
10286 Branch: metaconfig
10287 ! U/threads/i_pthread.U
10288____________________________________________________________________________
10289[ 4140] By: jhi on 1999/09/13 16:00:08
10290 Log: Integrate with Sarathy.
10291 Branch: cfgperl
10292 !> (integrate 27 files)
10293____________________________________________________________________________
10294[ 4139] By: jhi on 1999/09/13 15:35:18
10295 Log: Add -A option to Configure to diddle with variables
10296 after the hints file has been applied.
10297 Branch: cfgperl
10298 ! Configure config_h.SH
10299 Branch: metaconfig
10300 ! U/modified/Oldconfig.U U/modified/Options.U
10301____________________________________________________________________________
10302[ 4138] By: jhi on 1999/09/13 13:42:56
10303 Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
10304 Branch: cfgperl
10305 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10306 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10307 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10308 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10309 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10310____________________________________________________________________________
10311[ 4137] By: jhi on 1999/09/13 13:25:31
10312 Log: Applying change #4136 manually introduced patch residue.
10313 Branch: cfgperl
10314 ! perl.h
10315____________________________________________________________________________
10316[ 4136] By: jhi on 1999/09/13 13:23:04
10317 Log: Replace change #4100 with
10318 From: Robin Barker <rmb1@cise.npl.co.uk>
10319 To: gsar@activestate.com
10320 Cc: perl5-porters@perl.org
10321 Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
10322 Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
10323 Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
10324 Branch: cfgperl
10325 ! doio.c dump.c ext/B/B.xs ext/B/typemap
10326 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10327 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10328 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10329 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10330____________________________________________________________________________
10331[ 4135] By: jhi on 1999/09/13 10:22:31
10332 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10333 To: perl5-porters@perl.org (Mailing list Perl5)
10334 Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10335 Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
10336 Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
10337
10338 From: andreas.koenig@anima.de (Andreas J. Koenig)
10339 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10340 Cc: perl5-porters@perl.org (Mailing list Perl5)
10341 Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10342 Date: 11 Sep 1999 15:36:26 +0200
10343 Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
10344 Branch: cfgperl
10345 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10346____________________________________________________________________________
10347[ 4134] By: jhi on 1999/09/13 10:20:14
10348 Log: From: Tom Phoenix <rootbeer@redcat.com>
10349 To: Perl Porters Mailing List <perl5-porters@perl.org>
10350 Subject: [DOCPATCH] Server errors and perldiag
10351 Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
10352 Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
10353 Branch: cfgperl
10354 ! pod/perldiag.pod
10355____________________________________________________________________________
10356[ 4133] By: gsar on 1999/09/13 03:25:43
10357 Log: avoid assertion failure on C<@a'>
10358 Branch: perl
10359 ! toke.c
10360____________________________________________________________________________
10361[ 4132] By: gsar on 1999/09/13 03:03:57
10362 Log: add -DPERL_Y2KWARN build option that will generate additional
10363 warnings on "19$yy" etc (reworked a patch suggested by
10364 Ulrich Pfeifer <upf@de.uu.net>)
10365 Branch: perl
10366 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
10367 ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
10368____________________________________________________________________________
10369[ 4131] By: gsar on 1999/09/12 22:06:25
10370 Log: fix DATA leaks; reword documentation about the DATA filehandle
10371 Branch: perl
10372 ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
10373____________________________________________________________________________
10374[ 4130] By: gsar on 1999/09/12 20:08:56
10375 Log: make sprintf("%g",...) threadsafe; only taint its result iff the
10376 formatted result looks nonstandard
10377 Branch: perl
10378 ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
10379 ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10380 ! t/pragma/locale.t thrdvar.h
10381____________________________________________________________________________
10382[ 4129] By: gsar on 1999/09/12 17:04:11
10383 Log: From: Doug MacEachern <dougm@cp.net>
10384 Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
10385 Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
10386 Subject: [PATCH 5.005_57] B::clearsym
10387 Branch: perl
10388 ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
10389____________________________________________________________________________
10390[ 4128] By: gsar on 1999/09/12 16:59:12
10391 Log: better debugger help output (from Ilya Zakharevich)
10392 Branch: perl
10393 ! lib/perl5db.pl
10394____________________________________________________________________________
10395[ 4127] By: jhi on 1999/09/11 20:50:37
10396 Log: Integrate with Sarathy.
10397 Branch: cfgperl
10398 +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
10399 +> t/lib/gol-linkage.t
10400 !> (integrate 43 files)
10401____________________________________________________________________________
10402[ 4126] By: nick on 1999/09/10 20:44:22
10403 Log: Get resolve -at mainline
10404 Branch: utfperl
10405 +> (branch 297 files)
10406 - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
10407 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10408 - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
10409 - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
10410 - t/pragma/warn-1global t/pragma/warning.t thread.sym
10411 - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10412 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
10413 - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
10414 - win32/makeperldef.pl win32/perlhost.h
10415 !> (integrate 847 files)
10416____________________________________________________________________________
10417[ 4125] By: gsar on 1999/09/10 19:22:14
10418 Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
10419 etc.)
10420 Branch: perl
10421 ! XSUB.h pp.h
10422____________________________________________________________________________
10423[ 4124] By: gsar on 1999/09/10 19:14:35
10424 Log: rewrote substantive parts of patch
10425 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10426 Date: Fri, 27 Aug 1999 19:02:18 -0400
10427 Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
10428 Subject: [PATCH 5.005_58] REx documentation
10429 Branch: perl
10430 ! pod/perlre.pod
10431____________________________________________________________________________
10432[ 4123] By: gsar on 1999/09/10 18:21:53
10433 Log: note about AVf_*
10434 Branch: perl
10435 ! av.h
10436____________________________________________________________________________
10437[ 4122] By: gsar on 1999/09/10 17:55:42
10438 Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
10439 <lichtin@bivio.com>)
10440 Branch: perl
10441 ! lib/Pod/Html.pm
10442____________________________________________________________________________
10443[ 4121] By: gsar on 1999/09/10 17:49:35
10444 Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
10445 Branch: perl
10446 ! AUTHORS Changes README.dos djgpp/config.over
10447 ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
10448 ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
10449 ! pod/podselect.PL sv.h t/io/openpid.t util.c
10450____________________________________________________________________________
10451[ 4120] By: gsar on 1999/09/10 12:25:01
10452 Log: add perlcompile.pod (edited content from Nathan Torkington
10453 <gnat@frii.com> and others)
10454 Branch: perl
10455 + pod/perlcompile.pod
10456 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
10457____________________________________________________________________________
10458[ 4119] By: gsar on 1999/09/10 11:05:13
10459 Log: avoid leaking static local_patches unless patchlevel.h is
10460 explicitly included
10461 Branch: perl
10462 ! patchlevel.h perl.c
10463____________________________________________________________________________
10464[ 4118] By: gsar on 1999/09/10 10:44:54
10465 Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
10466 <jvromans@squirrel.nl>)
10467 Branch: perl
10468 + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
10469 ! Changes MANIFEST lib/Getopt/Long.pm
10470____________________________________________________________________________
1a505819
GS
10471[ 4116] By: jhi on 1999/09/09 15:56:52
10472 Log: perldeltify change #4115.
10473 Branch: cfgperl
10474 ! pod/perldelta.pod
10475____________________________________________________________________________
10476[ 4115] By: jhi on 1999/09/09 15:48:56
10477 Log: From: "John L. Allen" <allen@grumman.com>
10478 To: perl5-porters@perl.org
10479 Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
10480 Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
10481 Message-Id: <199909011733.NAA17356@gateway.grumman.com>
10482 Branch: cfgperl
10483 ! lib/Time/Local.pm
10484____________________________________________________________________________
10485[ 4114] By: jhi on 1999/09/09 15:42:30
10486 Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
10487 To: perl5-porters@perl.org
10488 Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
10489 Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
10490 Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
10491 Branch: cfgperl
10492 ! pp_sys.c
10493____________________________________________________________________________
10494[ 4113] By: jhi on 1999/09/09 10:17:45
10495 Log: From: paul.marquess@bt.com
10496 To: gsar@ActiveState.com
10497 Cc: perl5-porters@perl.org
10498 Subject: [PATCH 5.005_61] DB_File 1.71
10499 Date: Thu, 9 Sep 1999 11:20:13 +0100
10500 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
10501 Branch: cfgperl
10502 + ext/DB_File/version.c
10503 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10504 ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
10505 ! t/lib/db-btree.t
10506____________________________________________________________________________
10507[ 4112] By: jhi on 1999/09/09 09:05:32
10508 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10509 To: perl5-porters@perl.org (Mailing list Perl5)
10510 Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
10511 Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
10512 Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
10513 Branch: cfgperl
10514 ! regexec.c t/op/pat.t
10515____________________________________________________________________________
1a505819
GS
10516[ 4110] By: jhi on 1999/09/09 07:29:17
10517 Log: Tidy up 64-bit situation in perldelta.
10518 Branch: cfgperl
10519 ! pod/perldelta.pod
10520____________________________________________________________________________
10521[ 4109] By: jhi on 1999/09/09 07:26:53
10522 Log: Clear up PL_regcc issues.
10523
10524 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10525 To: perl5-porters@perl.org (Mailing list Perl5)
10526 Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
10527 Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
10528 Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
10529 Branch: cfgperl
10530 ! regexec.c
10531____________________________________________________________________________
10532[ 4108] By: gsar on 1999/09/08 20:52:51
10533 Log: avoid ass_u_ming uppercase types are not user objects (spotted
10534 by Kurt Starsinic)
10535 Branch: perl
10536 ! ext/Data/Dumper/Dumper.pm
10537____________________________________________________________________________
10538[ 4107] By: gsar on 1999/09/08 20:35:18
10539 Log: From: akim@epita.fr (DEMAILLE Akim)
10540 Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
10541 Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
10542 Subject: [ID 19990908.014] s2p does not quote @
10543 Branch: perl
10544 ! x2p/s2p.PL
10545____________________________________________________________________________
10546[ 4106] By: gsar on 1999/09/08 20:25:12
10547 Log: integrate cfgperl contents into mainline
10548 Branch: perl
10549 !> (integrate 30 files)
10550____________________________________________________________________________
10551[ 4105] By: jhi on 1999/09/08 09:02:37
10552 Log: Minor touches at the [:class:] description.
10553 Branch: cfgperl
10554 ! pod/perlre.pod
10555____________________________________________________________________________
10556[ 4104] By: jhi on 1999/09/08 08:57:58
10557 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10558 To: Mailing list Perl5 <perl5-porters@perl.org>
10559 Subject: [PATCH 5.005_58] Fix debugging output for REx
10560 Date: Wed, 8 Sep 1999 05:02:02 -0400
10561 Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
10562 Branch: cfgperl
10563 ! regcomp.c
10564____________________________________________________________________________
10565[ 4103] By: gsar on 1999/09/08 00:53:50
10566 Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
10567 Branch: perl
10568 ! pp.c
10569____________________________________________________________________________
10570[ 4102] By: gsar on 1999/09/08 00:52:50
10571 Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
10572 Branch: perl
10573 ! cop.h pp_hot.c
10574____________________________________________________________________________
10575[ 4101] By: gsar on 1999/09/07 17:25:07
10576 Log: various fixups for windows
10577 Branch: perl
10578 ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
10579 ! win32/Makefile win32/makefile.mk xsutils.c
10580____________________________________________________________________________
10581[ 4100] By: jhi on 1999/09/07 12:49:15
10582 Log: Fix pointer casts.
10583
10584 From: Robin Barker <rmb1@cise.npl.co.uk>
10585 To: perl5-porters@perl.org
10586 Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
10587 -Duse64bits
10588 Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
10589 Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
10590 Branch: cfgperl
10591 ! doio.c dump.c ext/B/B.xs ext/B/typemap
10592 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10593 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10594 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10595 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10596____________________________________________________________________________
10597[ 4099] By: jhi on 1999/09/07 10:29:04
10598 Log: Add sig/pid/uid size and sign probes.
10599 Branch: metaconfig
10600 + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
10601 + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
10602____________________________________________________________________________
10603[ 4098] By: jhi on 1999/09/07 10:27:06
10604 Log: Band-aid until we've got %{Uid_t} or something similar
10605 for sv_catpvfn().
10606 Branch: cfgperl
10607 ! taint.c
10608____________________________________________________________________________
10609[ 4097] By: jhi on 1999/09/07 09:41:23
10610 Log: Fix a printf thinko: now quads must have the ll L q prefix.
10611 (in other words, a bare %d is an int/unsigned)
10612 Branch: cfgperl
10613 ! pp_sys.c sv.c t/op/64bit.t
10614____________________________________________________________________________
10615[ 4096] By: jhi on 1999/09/07 07:36:17
10616 Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
10617
10618 From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
10619 To: perl5-porters@perl.org
10620 Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
10621 Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
10622 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
10623 Branch: cfgperl
10624 ! hints/hpux.sh perl.h
10625____________________________________________________________________________
10626[ 4095] By: gsar on 1999/09/06 20:47:02
10627 Log: applied suggested patch with suitable test to detect MSVC
10628 From: "Vishal Bhatia" <vishalb@my-deja.com>
10629 Date: Wed, 11 Aug 1999 01:43:28 -0700
10630 Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
10631 Subject: compiler on win32
10632 Branch: perl
10633 ! ext/B/B/C.pm
10634____________________________________________________________________________
10635[ 4094] By: jhi on 1999/09/06 20:34:44
10636 Log: Integrate with Sarathy.
10637 Branch: cfgperl
10638 !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
10639 !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
10640____________________________________________________________________________
10641[ 4093] By: jhi on 1999/09/06 20:33:43
10642 Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
10643 so that they overflow also on 64-bit platforms.
10644 Branch: cfgperl
10645 ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
10646____________________________________________________________________________
10647[ 4092] By: gsar on 1999/09/06 20:16:58
10648 Log: support bytecode and C backends in perlcc (patch suggested
10649 by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
10650 C backend the default; describe new switches in pod; introduce
10651 PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
10652 s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
10653 entries
10654 Branch: perl
10655 ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
10656 ! t/harness utils/Makefile utils/perlcc.PL
10657____________________________________________________________________________
10658[ 4091] By: jhi on 1999/09/06 19:10:41
10659 Log: Integrate with Sarathy.
10660 Branch: cfgperl
10661 +> t/pragma/sub_lval.t
10662 !> (integrate 52 files)
10663____________________________________________________________________________
10664[ 4090] By: gsar on 1999/09/06 19:09:06
10665 Log: propagate changed error text
10666 Branch: perl
10667 ! t/pragma/sub_lval.t
10668____________________________________________________________________________
10669[ 4089] By: gsar on 1999/09/06 18:54:43
10670 Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
10671 Branch: perl
10672 ! pod/perlfunc.pod
10673____________________________________________________________________________
10674[ 4088] By: gsar on 1999/09/06 18:52:10
10675 Log: From: paul.marquess@bt.com
10676 Date: Sun, 5 Sep 1999 15:11:08 +0100
10677 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
10678 Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
10679 Branch: perl
10680 ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
10681 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10682 ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
10683 ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
10684 ! toke.c
10685____________________________________________________________________________
10686[ 4087] By: gsar on 1999/09/06 18:06:06
10687 Log: change#3612 is buggy when quotemeta argument matches target
10688 (hope this is the last of the optimized-OP_SASSIGN bugs)
10689 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10690 Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
10691 Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
10692 Subject: Re: [BUG: quotemeta]
10693 Branch: perl
10694 ! Changes op.c t/op/lex_assign.t
10695____________________________________________________________________________
3dbf192b
IZ
10696[ 4086] By: gsar on 1999/09/06 17:57:52
10697 Log: misc tweaks
10698 Branch: perl
10699 ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
10700____________________________________________________________________________
10701[ 4085] By: gsar on 1999/09/06 03:54:23
10702 Log: applied patch suggested by Hans Mulder to fix problems on
10703 OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
10704 when they ask for bincompat (platforms that used to default
10705 to EMBEDMYMALLOC continue to do so); disable warnings.t#192
10706 (appears unsalvageable on some platforms)
10707 Branch: perl
10708 ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
10709____________________________________________________________________________
10710[ 4084] By: bailey on 1999/09/06 02:39:11
10711 Log: Integrate mainline 5.05_61
10712 Branch: vmsperl
10713 +> (branch 32 files)
10714 - lib/unicode/EthiopicSyllables.txt
10715 - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
10716 - warning.pl
10717 ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
10718 ! vms/perly_h.vms vms/vms.c
10719 !> (integrate 346 files)
10720____________________________________________________________________________
10721[ 4083] By: gsar on 1999/09/06 00:10:40
10722 Log: optional warning on join(/foo/...) (reworked suggested patch
10723 by Mark-Jason Dominus <mjd@plover.com>)
10724 Branch: perl
10725 ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
10726 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
10727 ! pp_proto.h t/pragma/warn/op
10728____________________________________________________________________________
10729[ 4082] By: gsar on 1999/09/05 22:28:57
10730 Log: fix data loss when more than one block is read from SDBM
10731 *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
10732 Branch: perl
10733 ! ext/SDBM_File/sdbm/sdbm.c
10734____________________________________________________________________________
10735[ 4081] By: gsar on 1999/09/05 22:07:18
10736 Log: initial implementation of lvalue subroutines (slightly fixed
10737 version of patch suggested by Ilya Zakharevich, which in turn
10738 is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
10739 Branch: perl
10740 + t/pragma/sub_lval.t
10741 ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
10742 ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
10743 ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
10744 ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
10745 ! pp_proto.h proto.h t/pragma/warn/pp_ctl
10746____________________________________________________________________________
10747[ 4080] By: jhi on 1999/09/05 22:02:18
10748 Log: Undo #4055 (related to #4079).
10749 Branch: cfgperl
10750 ! pod/perlop.pod
10751____________________________________________________________________________
10752[ 4079] By: jhi on 1999/09/05 21:30:54
10753 Log: Time is not yet ripe.
10754 Branch: cfgperl
10755 ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
10756____________________________________________________________________________
10757[ 4078] By: gsar on 1999/09/05 18:17:32
10758 Log: modified suggested patch to handle cross-refs and qr// objects
10759 correctly; unfollowed refs are represented as simple string
10760 value, not just the bare type; $VERSION stays the same until
10761 it is ready for prime time (avoids CPAN confustication)
10762 From: John Nolan <jpnolan@Op.Net>
10763 Date: Wed, 04 Aug 1999 20:21:10 EDT
10764 Message-Id: <199908050021.UAA09693@monet.op.net>
10765 Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
10766 Branch: perl
10767 ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
10768 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
10769____________________________________________________________________________
10770[ 4077] By: jhi on 1999/09/04 21:54:42
10771 Log: timesum() wasn't @EXPORTed as promised by the documentation.
10772 Bug reported by Alex Efros <powerman@inart.kharkov.com>.
10773 Branch: cfgperl
10774 ! lib/Benchmark.pm
10775____________________________________________________________________________
a2126434
JN
10776[ 4076] By: gsar on 1999/09/04 20:21:59
10777 Log: integrate cfgperl contents into mainline
10778 Branch: perl
10779 +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
10780 +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
10781 +> warnings.h warnings.pl xsutils.c
10782 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
10783 !> (integrate 109 files)
10784____________________________________________________________________________
10785[ 4075] By: jhi on 1999/09/04 18:04:47
10786 Log: use integer on the problematic subtest.
10787 Branch: cfgperl
10788 ! t/op/misc.t
10789____________________________________________________________________________
10790[ 4074] By: jhi on 1999/09/04 17:57:40
10791 Log: Warn about numconvert.t in case somebody
10792 wants to make sv_2pv more 64-bit aware.
10793 Branch: cfgperl
10794 ! sv.c
10795____________________________________________________________________________
10796[ 4073] By: jhi on 1999/09/04 17:54:51
10797 Log: Comment upgrading: the quad situation isn't quite as
10798 bad as it used to be.
10799 Branch: cfgperl
10800 ! perl.h
10801____________________________________________________________________________
10802[ 4072] By: jhi on 1999/09/04 15:35:37
10803 Log: Integrate with Sarathy.
10804 Branch: cfgperl
10805 !> win32/win32.c
10806____________________________________________________________________________
10807[ 4071] By: jhi on 1999/09/04 15:28:11
10808 Log: Fix LFS with -Duseperlio in Solaris. Reported in
10809
10810 From: Robin Barker <rmb1@cise.npl.co.uk>
10811 To: perl5-porters@perl.org
10812 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
10813 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
10814 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
10815
10816 and later (in private email) found to be dependent
10817 on useperlio.
10818
10819 Mental note: the cpp magic done in perlsdio.h (and assumedly
10820 also in perlsfio.h) may cause trouble later with lfs because
10821 both the perlio scheme by Perl and the lfs support by vendors
10822 like to play cpp games to map the stdio namespace back and forth.
10823 The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
10824 just the beginning.
10825 Branch: cfgperl
10826 ! perlio.c
10827____________________________________________________________________________
10828[ 4070] By: jhi on 1999/09/04 13:12:14
10829 Log: Enable 64-bit clean bit ops.
10830 (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
10831 Branch: cfgperl
10832 ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
10833 ! t/op/misc.t
10834____________________________________________________________________________
10835[ 4069] By: jhi on 1999/09/03 21:17:30
10836 Log: Turn on USE_64_BIT_OFFSETS implicitly.
10837 Branch: cfgperl
10838 ! perl.h
10839____________________________________________________________________________
10840[ 4068] By: jhi on 1999/09/03 08:19:59
10841 Log: Fix from Spider for the sub attributes (there was an undocumented
10842 dependency between force_word() and skipspace()).
10843 Branch: cfgperl
10844 ! toke.c
10845____________________________________________________________________________
10846[ 4067] By: jhi on 1999/09/01 23:17:06
10847 Log: From: John Tobey <spam@john-edwin-tobey.org>
10848 To: ilya@math.ohio-state.edu
10849 CC: perl5-porters@perl.org
10850 Subject: Re: [PATCH 5.005_60] distclean forgot two
10851 Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
10852 Message-Id: <m11InJ5-000FPCC@feynman.localnet>
10853 Branch: cfgperl
10854 ! t/lib/dprof.t
10855____________________________________________________________________________
10856[ 4066] By: jhi on 1999/09/01 23:14:50
10857 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
10858 To: perl5-porters@perl.org
10859 Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
10860 Date: Fri, 20 Aug 1999 15:37:27 +0100
10861 Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
10862 Branch: cfgperl
10863 ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
10864 ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
10865 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
10866____________________________________________________________________________
10867[ 4065] By: jhi on 1999/09/01 22:06:43
10868 Log: From: Dominic Dunlop <domo@vo.lu>
10869 To: perl5-porters@perl.org
10870 Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
10871 (UNINSTALLED) [PATCH]
10872 Date: Thu, 19 Aug 1999 09:48:03 +0200
10873 Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
10874
10875 The PERL_POLLUTE_MALLOC part had to be manually applied.
10876 Branch: cfgperl
10877 ! hints/machten.sh perl.h
10878____________________________________________________________________________
10879[ 4064] By: jhi on 1999/09/01 13:56:14
10880 Log: From: Martin Lichtin <lichtin@bivio.com>
10881 To: jhi@iki.fi
10882 CC: perl5-porters@perl.org
10883 Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
10884 Date: Wed, 01 Sep 1999 15:50:04 +0200
10885 Message-ID: <37CD2F0C.944BFACE@bivio.com>
10886 Branch: cfgperl
10887 ! lib/ExtUtils/Install.pm
10888____________________________________________________________________________
10889[ 4063] By: jhi on 1999/09/01 13:16:11
10890 Log: Enhance lfs tests: check every seek and sysseek
10891 and test also that -e and -f detect largefiles.
10892 Branch: cfgperl
10893 ! t/lib/syslfs.t t/op/lfs.t
10894____________________________________________________________________________
10895[ 4062] By: jhi on 1999/09/01 12:08:04
10896 Log: From: Colin Kuskie <ckuskie@Cadence.COM>
10897 To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10898 cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
10899 The Perl Porters Mailing List <perl5-porters@perl.org>
10900 Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
10901 Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
10902 Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
10903 Branch: cfgperl
10904 ! pod/perldiag.pod
10905____________________________________________________________________________
10906[ 4061] By: jhi on 1999/09/01 12:03:03
10907 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10908 To: ilya@math.ohio-state.edu (Ilya Zakharevich)
10909 Cc: perl5-porters@perl.org, cloos@adamsmith.ai
10910 Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
10911 Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
10912 Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
10913 Branch: cfgperl
10914 ! op.c t/op/join.t
10915____________________________________________________________________________
10916[ 4060] By: jhi on 1999/09/01 07:59:42
10917 Log: IV_DIG and NV_DIG fixes.
10918 Branch: cfgperl
10919 ! perl.h
10920____________________________________________________________________________
10921[ 4059] By: jhi on 1999/08/31 14:47:18
10922 Log: \C{} -> \N{} residue.
10923 Branch: cfgperl
10924 ! toke.c
10925____________________________________________________________________________
a2126434
JN
10926[ 4057] By: gsar on 1999/08/30 22:08:19
10927 Log: avoid hiding child process window
10928 Branch: perl
10929 ! win32/win32.c
10930____________________________________________________________________________
a2126434
JN
10931[ 4055] By: jhi on 1999/08/30 21:20:50
10932 Log: Document the undefinedness of overshifting.
10933 Branch: cfgperl
10934 ! pod/perlop.pod
10935____________________________________________________________________________
10936[ 4054] By: jhi on 1999/08/30 20:18:18
10937 Log: History fixes and updates.
10938 Branch: cfgperl
10939 ! pod/perlhist.pod
10940____________________________________________________________________________
10941[ 4053] By: jhi on 1999/08/30 19:34:02
10942 Log: Shell quoting thinko broke installdirs.
10943 From: JVromans@Squirrel.nl (Johan Vromans)
10944 To: perl5-porters@perl.org
10945 Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
10946 installprefix
10947 Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
10948 Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
10949 Branch: cfgperl
10950 ! Configure config_h.SH
10951 Branch: metaconfig
10952 ! U/installdirs/archlib.U U/installdirs/bin.U
10953 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
10954 ! U/installdirs/installprefix.U U/installdirs/man1dir.U
10955 ! U/installdirs/man3dir.U U/installdirs/privlib.U
10956 ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
10957 ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
10958 ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
10959 ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
10960 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
10961 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
10962 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
10963 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
10964 ! U/installdirs/vendorscriptdir.U
10965____________________________________________________________________________
10966[ 4052] By: jhi on 1999/08/30 02:57:05
10967 Log: Use \N{named characters} instead of \C.
10968 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10969 To: jhi@iki.fi
10970 Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
10971 perl5-porters@perl.org (Mailing list Perl5)
10972 Subject: Re: [PATCH 5.005_58] Named characters in Perl
10973 Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
10974 Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
10975 Branch: cfgperl
10976 ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
10977 ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
10978____________________________________________________________________________
10979[ 4051] By: jhi on 1999/08/30 02:54:20
10980 Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
10981 To: perl5-porters@perl.org
10982 Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
10983 don't mix
10984 Date: Sun, 29 Aug 1999 19:04:53 -0400
10985 Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
10986 Branch: cfgperl
10987 ! universal.c
10988____________________________________________________________________________
10989[ 4050] By: jhi on 1999/08/29 16:38:58
10990 Log: Conditionally socksify the LIBS of Socket.
10991 Branch: cfgperl
10992 ! ext/Socket/Makefile.PL
10993____________________________________________________________________________
10994[ 4049] By: jhi on 1999/08/29 15:33:30
10995 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10996 To: Mailing list Perl5 <perl5-porters@perl.org>
10997 Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
10998 Date: Wed, 25 Aug 1999 16:19:58 -0400
10999 Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
11000 Branch: cfgperl
11001 ! lib/perl5db.pl
11002____________________________________________________________________________
11003[ 4048] By: jhi on 1999/08/29 15:31:36
11004 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11005 To: perl5-porters@perl.org
11006 Subject: [PATCH _61] Lost arguments to simplified sort
11007 Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
11008 Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
11009 Branch: cfgperl
11010 ! op.c t/op/sort.t
11011____________________________________________________________________________
11012[ 4047] By: jhi on 1999/08/29 15:29:29
11013 Log: From: Olaf Flebbe <olaf@science-computing.de>
11014 Sender: owner-perl5-porters@perl.org
11015 To: perl5-porters@perl.org
11016 Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
11017 Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
11018 Branch: cfgperl
11019 ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
11020 ! epoc/perl.mmp epoc/perl.pkg
11021____________________________________________________________________________
11022[ 4046] By: jhi on 1999/08/29 15:21:18
11023 Log: From: pvhp@forte.com (Peter Prymmer)
11024 To: perl5-porters@perl.org
11025 Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
11026 Date: Fri, 27 Aug 99 18:51:04 PDT
11027 Message-Id: <9908280151.AA05010@forte.com>
11028 Branch: cfgperl
11029 ! t/lib/cgi-html.t
11030____________________________________________________________________________
11031[ 4045] By: jhi on 1999/08/29 15:18:38
11032 Log: Fix scalar gmtime (and localtime) in quad environments,
11033 bug reported by Robin Parker.
11034
11035 From: Robin Barker <rmb1@cise.npl.co.uk>
11036 To: jhi@iki.fi
11037 Cc: perl5-porters@perl.org
11038 Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
11039 Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
11040 Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
11041 Branch: cfgperl
11042 ! pp_sys.c t/op/time.t
11043____________________________________________________________________________
11044[ 4044] By: jhi on 1999/08/29 11:24:03
11045 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11046 To: perl5-porters@perl.org (Mailing list Perl5)
11047 Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
11048 Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
11049 Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
11050
11051 Addendum: it's "only" 33% speedup.
11052 Branch: cfgperl
11053 ! dump.c op.c op.h pp.h
11054____________________________________________________________________________
11055[ 4043] By: jhi on 1999/08/29 11:10:33
11056 Log: From: spider-perl@Orb.Nashua.NH.US
11057 To: Mailing list Perl5 <perl5-porters@perl.org>
11058 Subject: [PATCH 5.005_61 CORE] sub : attrlist
11059 Date: Sun, 29 Aug 1999 03:02:11 -0400
11060 Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
11061 Branch: cfgperl
11062 + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
11063 ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
11064 ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
11065 ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
11066 ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
11067 ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
11068 ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
11069____________________________________________________________________________
11070[ 4042] By: jhi on 1999/08/29 11:08:50
11071 Log: Turn off gcc-2.95's strict-alias optimization.
11072 This, of course, should be only temporary.
11073 From Andy Dougherty.
11074 Branch: cfgperl
11075 ! Configure config_h.SH
11076 Branch: metaconfig
11077 ! U/compline/ccflags.U U/modified/cc.U
11078____________________________________________________________________________
11079[ 4041] By: jhi on 1999/08/29 10:47:30
11080 Log: Fix a typo in #4036.
11081 Branch: cfgperl
11082 ! mg.c
11083____________________________________________________________________________
11084[ 4040] By: jhi on 1999/08/29 10:34:58
11085 Log: Add a missing #endif forgotten by #4035.
11086 Branch: cfgperl
11087 ! doop.c
11088____________________________________________________________________________
11089[ 4039] By: jhi on 1999/08/29 10:31:19
11090 Log: Remove an extra #endif introduced by #4036.
11091 Branch: cfgperl
11092 ! perl.h
11093____________________________________________________________________________
11094[ 4038] By: jhi on 1999/08/29 10:18:59
11095 Log: Rename warning to warnings, from Paul Marquess.
11096 Branch: cfgperl
11097 + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
11098 + t/pragma/warnings.t warnings.h warnings.pl
11099 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
11100 ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
11101 ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
11102 ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
11103 ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
11104 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
11105 ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
11106 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
11107 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
11108 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11109 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11110 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
11111 ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
11112____________________________________________________________________________
11113[ 4037] By: jhi on 1999/08/29 10:08:47
11114 Log: Create the equivalence tables based on
11115 the real Unicode decomposition, not on
11116 the character name.
11117 Branch: cfgperl
11118 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11119 ! lib/unicode/mktables.PL
11120____________________________________________________________________________
11121[ 4036] By: jhi on 1999/08/29 09:29:08
11122 Log: Integrate with Sarathy.
11123 Branch: cfgperl
11124 +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
11125 +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
11126 +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
11127 +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
11128 +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
11129 +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
11130 !> (integrate 190 files)
11131____________________________________________________________________________
11132[ 4035] By: jhi on 1999/08/29 08:56:15
11133 Log: Implement 64-bit vec().
11134 Branch: cfgperl
11135 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11136 ! pp.h t/op/64bit.t
11137____________________________________________________________________________
11138[ 4034] By: gsar on 1999/08/29 03:35:18
11139 Log: deadcode removal
11140 Branch: perl
11141 ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
11142 ! pp_ctl.c proto.h run.c sv.c
11143____________________________________________________________________________
11144[ 4033] By: jhi on 1999/08/28 17:31:07
11145 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11146 To: perl5-porters@perl.org
11147 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
11148 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
11149 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
11150 Branch: cfgperl
11151 ! perl.h
11152____________________________________________________________________________
11153[ 4032] By: gsar on 1999/08/26 23:53:33
11154 Log: new thread should set current interp in TLS
11155 Branch: perl
11156 ! ext/Thread/Thread.xs
11157____________________________________________________________________________
11158[ 4031] By: bailey on 1999/08/23 03:40:07
11159 Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
11160 Branch: vmsperl
11161 ! lib/ExtUtils/MM_VMS.pm
11162____________________________________________________________________________
11163[ 4030] By: bailey on 1999/08/23 03:37:43
11164 Log: Patch up holes in realclean target
11165 Branch: vmsperl
11166 ! vms/descrip_mms.template
11167____________________________________________________________________________
11168[ 4029] By: bailey on 1999/08/23 03:36:24
11169 Log: Fix handling of PERL_POLLUTE
11170 Branch: vmsperl
11171 ! lib/ExtUtils/MM_VMS.pm
11172____________________________________________________________________________
11173[ 4028] By: bailey on 1999/08/23 03:34:08
11174 Log: Update VMS version of perly.h
11175 Branch: vmsperl
11176 ! vms/perly_h.vms
11177____________________________________________________________________________
11178[ 4027] By: bailey on 1999/08/23 03:32:45
11179 Log: Update dependencies in Descrip.MMS
11180 Branch: vmsperl
11181 ! vms/descrip_mms.template
11182____________________________________________________________________________
11183[ 4026] By: bailey on 1999/08/23 03:30:01
11184 Log: Fix prototypes in perlapi.c (64-bit?)
11185 Clear prior definition of getenv_len before defining VMS-specific macro
11186 Branch: vmsperl
11187 ! perlapi.c vms/vmsish.h
11188____________________________________________________________________________
11189[ 4025] By: bailey on 1999/08/23 03:25:51
11190 Log: Add '-m' option to Configure.com which skips the MANIFEST check
11191 Branch: vmsperl
11192 ! configure.com
11193____________________________________________________________________________
11194[ 4024] By: bailey on 1999/08/23 03:23:34
11195 Log: Skip open() tests that rely on Unix fork semantics
11196 Branch: vmsperl
11197 ! t/io/open.t
11198____________________________________________________________________________
11199[ 4023] By: bailey on 1999/08/23 03:21:46
11200 Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
11201 Branch: vmsperl
11202 ! vms/gen_shrfls.pl
11203____________________________________________________________________________
11204[ 4022] By: bailey on 1999/08/23 03:17:33
11205 Log: update MM_VMS to use new File::Spec routines
11206 Branch: vmsperl
11207 ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
11208____________________________________________________________________________
11209[ 4021] By: bailey on 1999/08/23 03:13:40
11210 Log: byteperl is now part of the ByteLoader ext
11211 Branch: vmsperl
11212 ! ext/ByteLoader/byterun.h vms/descrip_mms.template
11213____________________________________________________________________________
11214[ 4020] By: bailey on 1999/08/23 03:10:41
11215 Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
11216 Branch: vmsperl
11217 ! vms/vms.c
11218____________________________________________________________________________
11219[ 4019] By: bailey on 1999/08/23 03:07:28
11220 Log: Update calls for new thread context handling
11221 Branch: vmsperl
11222 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
11223 ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
11224____________________________________________________________________________
11225[ 4018] By: bailey on 1999/08/23 03:01:31
11226 Log: Allow for file versions in library when looking for .bs files
11227 Branch: vmsperl
11228 ! ext/DynaLoader/DynaLoader_pm.PL
11229____________________________________________________________________________
11230[ 4017] By: bailey on 1999/08/23 02:58:55
11231 Log: Update VMS configuration procedures for 5.005_60
11232 Branch: vmsperl
11233 ! configure.com vms/subconfigure.com
11234____________________________________________________________________________
11235[ 4016] By: gsar on 1999/08/20 22:19:56
11236 Log: update Changes
11237 Branch: perl
11238 ! Changes
11239
11240----------------
11241Version 5.005_61
651a3225
GS
11242----------------
11243
11244____________________________________________________________________________
7138795d
GS
11245[ 4015] By: gsar on 1999/08/20 22:17:41
11246 Log: perl_free() should use PerlMem_free()
11247 Branch: perl
11248 ! perl.c
11249____________________________________________________________________________
11250[ 4014] By: gsar on 1999/08/20 22:10:46
11251 Log: win32 tweaks
11252 Branch: perl
11253 ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
11254 ! win32/config.vc win32/config_H.bc win32/config_H.gc
11255 ! win32/config_H.vc
11256____________________________________________________________________________
11257[ 4013] By: gsar on 1999/08/20 22:09:56
11258 Log: DEBUG_m() adjusted to internalize dTHX
11259 Branch: perl
11260 ! malloc.c perl.h util.c
11261____________________________________________________________________________
11262[ 4012] By: gsar on 1999/08/20 17:51:06
11263 Log: make autogenerated files writable
11264 Branch: perl
11265 ! (edit 171 files)
11266____________________________________________________________________________
11267[ 4011] By: gsar on 1999/08/20 17:43:47
11268 Log: update Changes
11269 Branch: perl
11270 ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
11271____________________________________________________________________________
11272[ 4010] By: gsar on 1999/08/20 17:21:53
11273 Log: up patchlevel &c
11274 Branch: perl
11275 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11276 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11277____________________________________________________________________________
651a3225
GS
11278[ 4009] By: gsar on 1999/08/20 16:46:26
11279 Log: add missing Is/Syl*.pl files
11280 Branch: perl
11281 + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
11282 + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
11283 + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
11284 + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
11285 + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
11286 + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
11287____________________________________________________________________________
11288[ 4008] By: gsar on 1999/08/20 16:31:02
11289 Log: integrate cfgperl contents into mainline
11290 Branch: perl
11291 +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
11292 +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11293 +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
11294 +> t/op/lfs.t
11295 - lib/unicode/EthiopicSyllables.txt
11296 - lib/unicode/MakeEthiopicSyllables.PL
11297 !> (integrate 261 files)
11298____________________________________________________________________________
11299[ 4007] By: gsar on 1999/08/20 15:24:08
11300 Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
11301 USE_THREADS and MULTIPLICITY; minor pod adjustments
11302 Branch: perl
11303 ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
11304 ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
11305____________________________________________________________________________
11306[ 4006] By: jhi on 1999/08/19 19:01:41
11307 Log: Tighten the vec() code so that naughty BITS cause an error.
11308 Branch: cfgperl
11309 ! doop.c
11310____________________________________________________________________________
11311[ 4005] By: jhi on 1999/08/19 15:55:09
11312 Log: Don't document ill-defined vec() bits cases
11313 (for which the code doesn't work right in any case)
11314 Branch: cfgperl
11315 ! pod/perldiag.pod pod/perlfunc.pod
11316____________________________________________________________________________
11317[ 4004] By: jhi on 1999/08/19 12:49:41
11318 Log: Removed duplicated code (in pp.c and mg.c) by introducing
11319 do_vecget(). NOTE: the calling convention of do_vecset()
11320 changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
11321 in pp_vec() is no more multiplied by `size' in pp_vec(),
11322 the multiplication is now done in do_vecset().
11323
11324 Also fix a cpp thinko in change #4002.
11325 Branch: cfgperl
11326 ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
11327 ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
11328 ! proto.h
11329____________________________________________________________________________
11330[ 4003] By: jhi on 1999/08/18 08:27:22
11331 Log: Warn about small spherical distances.
11332 Branch: cfgperl
11333 ! lib/Math/Trig.pm
11334____________________________________________________________________________
11335[ 4002] By: jhi on 1999/08/17 09:11:51
11336 Log: Enhance IV_FITS_IN_IV (though it's still unused).
11337 Branch: cfgperl
11338 ! perl.h
11339____________________________________________________________________________
11340[ 4001] By: jhi on 1999/08/17 08:13:34
11341 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
11342 Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
11343 To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
11344 Subject: [PATCH] overload.pm str/num confu
11345 Date: 17 Aug 1999 08:21:12 +0200
11346 Branch: cfgperl
11347 ! lib/overload.pm
11348____________________________________________________________________________
11349[ 4000] By: jhi on 1999/08/17 07:20:23
11350 Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
11351 To: perl5-porters@perl.org
11352 Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
11353 Date: 16 Aug 1999 14:24:28 -0700
11354 Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
11355 Branch: cfgperl
11356 ! pod/perlobj.pod
11357____________________________________________________________________________
11358[ 3999] By: jhi on 1999/08/16 19:49:09
11359 Log: Integrate with Nick.
11360 Branch: cfgperl
11361 !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
11362____________________________________________________________________________
11363[ 3998] By: jhi on 1999/08/16 19:44:29
11364 Log: Fix most of the pod2man moanings reported in
11365
11366 From: "Larry W. Virden" <lvirden@cas.org>
11367 To: perl5-porters@perl.org
11368 Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
11369 (UNINSTALLED)
11370 Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
11371 Message-Id: <199908031935.PAA27692@cas.org>
11372
11373 Configure regen'ed.
11374 Branch: cfgperl
11375 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11376 ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
11377 ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
11378 ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
11379 ! utils/h2xs.PL utils/perlcc.PL
11380____________________________________________________________________________
11381[ 3997] By: jhi on 1999/08/16 19:20:37
11382 Log: A fix of sorts for the flush-before-dup scenario.
11383 Branch: cfgperl
11384 ! doio.c
11385____________________________________________________________________________
11386[ 3996] By: jhi on 1999/08/16 19:14:37
11387 Log: More paranoia.
11388 Branch: cfgperl
11389 ! sv.c
11390____________________________________________________________________________
11391[ 3995] By: jhi on 1999/08/16 18:55:35
11392 Log: Batch of small 64-bit/long double/large file support tweaks:
11393 - scan for LDBL_DIG
11394 - from DBL_DIG and LDBL_DIG select NV_DIG
11395 - introduce IVSIZE, UVSIZE, NVSIZE
11396 - introduce IV_DIG
11397 - remove stdio64
11398 - AIX uses `oslevel` when others use `uname -r`
11399 - already AIX 4.2 goes 64-bit
11400 - in HP-UX require the 64-bit libc, just the directory isn't enough
11401 - group ids are not NVs
11402 - #undef USE_LONG_DOUBLE if long double is no better than double
11403 - introduce NV_WITHIN_*() and IV_FITS_IN_IV
11404 - mention large file support in perldelta
11405 - introduce quad TOPpin' and POPpin'
11406 - the svcat... buffer was tiny for printing quads in %b
11407 - fix the multiplication test in 64bit.t
11408 - try to make VMS to comply with all this removal and "introducal"
11409 of symbols
11410 Branch: cfgperl
11411 ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
11412 ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
11413 ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
11414 Branch: metaconfig
11415 ! U/modified/d_longdbl.U
11416 Branch: metaconfig/U/perl
11417 + d_ldbl_dig.U
11418____________________________________________________________________________
11419[ 3994] By: jhi on 1999/08/16 07:53:44
11420 Log: More Configure/subconfigure.com syncing.
11421 Branch: cfgperl
11422 ! vms/subconfigure.com
11423____________________________________________________________________________
11424[ 3993] By: jhi on 1999/08/14 22:09:26
11425 Log: Remove from VMS what the change #3982 took away from Configure lands.
11426 Branch: cfgperl
11427 ! vms/subconfigure.com
11428____________________________________________________________________________
11429[ 3992] By: jhi on 1999/08/14 13:29:13
11430 Log: Small test tweaks.
11431 Branch: cfgperl
11432 ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
11433____________________________________________________________________________
11434[ 3991] By: jhi on 1999/08/14 13:08:41
11435 Log: Augment filesize limit note.
11436 Branch: cfgperl
11437 ! doio.c
11438____________________________________________________________________________
11439[ 3990] By: jhi on 1999/08/14 13:06:12
11440 Log: Note about filesize limits.
11441 Branch: cfgperl
11442 ! doio.c pp_sys.c
11443____________________________________________________________________________
11444[ 3989] By: jhi on 1999/08/14 11:31:58
11445 Log: Catch the case of filesize limits.
11446 Branch: cfgperl
11447 ! t/lib/syslfs.t t/op/lfs.t
11448____________________________________________________________________________
11449[ 3988] By: nick on 1999/08/14 09:20:58
11450 Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
11451 this causes a POPSTACK panic. The problem seems to be that although
11452 die_where() has unwound the tail of perl_vdie() top_env setjmp has been
11453 set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
11454 call_sv() avoids this. So invent a new G_NOCATCH flag to disable
11455 messing with CATCH_SET() in call_sv, use it in perl_vdie().
11456 Add test to op/eval.t which will fail (panic) if bug comes back.
11457 >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
11458 Branch: perl
11459 ! cop.h perl.c t/op/eval.t util.c
11460____________________________________________________________________________
11461[ 3987] By: jhi on 1999/08/13 23:57:52
11462 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
11463 To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
11464 Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
11465 Date: Fri, 13 Aug 1999 17:42:47 -0500
11466 Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
11467 Branch: cfgperl
11468 ! lib/ExtUtils/MM_VMS.pm
11469____________________________________________________________________________
11470[ 3986] By: jhi on 1999/08/13 23:56:44
11471 Log: Don't quit before printing out the message.
11472 Branch: cfgperl
11473 ! t/lib/syslfs.t t/op/lfs.t
11474____________________________________________________________________________
11475[ 3985] By: jhi on 1999/08/13 23:35:49
11476 Log: Remove more t/ trash on target "clean".
11477 Branch: cfgperl
11478 ! Makefile.SH
11479____________________________________________________________________________
11480[ 3984] By: jhi on 1999/08/13 23:02:53
11481 Log: Avoid double long double.
11482 Branch: cfgperl
11483 ! Configure config_h.SH
11484 Branch: metaconfig/U/perl
11485 ! uselongdbl.U
11486____________________________________________________________________________
11487[ 3983] By: jhi on 1999/08/13 22:59:56
11488 Log: BYTEORDER fix.
11489 Branch: cfgperl
11490 ! Configure config_h.SH
11491 Branch: metaconfig
11492 ! U/compline/byteorder.U
11493____________________________________________________________________________
11494[ 3982] By: jhi on 1999/08/13 22:48:40
11495 Log: Jumbo Configure and large file support update.
11496 Remove a lot of unneeded 64-bitness cruft;
11497 re-introduce BYTEORDER; update 64-bitness hints;
11498 lfs should now work in Solaris; long doubles in AIX.
11499 Branch: cfgperl
11500 ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
11501 ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
11502 ! perlsdio.h pp.h pp_sys.c
11503 Branch: metaconfig
11504 ! U/compline/byteorder.U U/compline/ccflags.U
11505 Branch: metaconfig/U/perl
11506 ! d_dlsymun.U io64.U uselongdbl.U
11507____________________________________________________________________________
651a3225
GS
11508[ 3980] By: jhi on 1999/08/13 15:09:11
11509 Log: Introduce HAS_LLSEEK.
11510 Branch: cfgperl
11511 ! Configure config_h.SH perl.h
11512____________________________________________________________________________
11513[ 3979] By: jhi on 1999/08/13 14:29:47
11514 Log: From: <dan@sidhe.org>
11515 To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
11516 sarathy@activestate.com
11517 Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
11518 Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
11519 Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
11520 Branch: cfgperl
11521 ! vms/vms.c
11522____________________________________________________________________________
11523[ 3978] By: jhi on 1999/08/13 09:56:46
11524 Log: Make the 64-bit tests more paranoid.
11525 Branch: cfgperl
11526 ! t/op/64bit.t
11527____________________________________________________________________________
651a3225
GS
11528[ 3976] By: jhi on 1999/08/12 21:49:16
11529 Log: IRIX64 needs more -mabi=64 with gcc.
11530 Branch: cfgperl
11531 ! hints/irix_6.sh
11532____________________________________________________________________________
11533[ 3975] By: jhi on 1999/08/12 21:02:03
11534 Log: Reincarnate change #3967, now in more modest form.
11535 Branch: cfgperl
11536 ! hints/irix_6.sh
11537____________________________________________________________________________
11538[ 3974] By: jhi on 1999/08/12 20:49:36
11539 Log: Remove rt from libswanted (I added it many moons ago
11540 when I thought it would be useful in Digital UNIX,
11541 I was wrong); undo the recent IRIX hints changes,
11542 getting rid of one warning brought new ones.
11543 Branch: cfgperl
11544 ! Configure config_h.SH hints/irix_6.sh
11545 Branch: metaconfig
11546 ! U/modified/Myinit.U
11547____________________________________________________________________________
11548[ 3973] By: jhi on 1999/08/12 19:42:53
11549 Log: st_blocks is in 512 byte blocks.
11550 Branch: cfgperl
11551 ! t/lib/syslfs.t t/op/lfs.t
11552____________________________________________________________________________
11553[ 3972] By: jhi on 1999/08/12 19:27:31
11554 Log: Don't claim defeat too early.
11555 Branch: cfgperl
11556 ! Configure config_h.SH
11557 Branch: metaconfig/U/perl
11558 ! longdblfio.U
11559____________________________________________________________________________
11560[ 3971] By: jhi on 1999/08/12 19:24:14
11561 Log: IRIX 64-bit hint tweak.
11562 Branch: cfgperl
11563 ! hints/irix_6.sh
11564____________________________________________________________________________
11565[ 3970] By: nick on 1999/08/12 19:17:20
11566 Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
11567 tests i.e. RV2AV and RV2HV
11568 Branch: perl
11569 ! op.c t/pragma/warn/op
11570____________________________________________________________________________
11571[ 3969] By: jhi on 1999/08/12 19:06:17
11572 Log: Add Configure -Duselongdouble and add a missing semicolon.
11573 Branch: cfgperl
11574 ! Configure config_h.SH sv.c
11575 Branch: metaconfig/U/perl
11576 + uselongdbl.U
11577____________________________________________________________________________
11578[ 3968] By: jhi on 1999/08/12 18:46:00
11579 Log: Simply exit() early if lfs support seems unlikely.
11580 Branch: cfgperl
11581 ! t/lib/syslfs.t t/op/lfs.t
11582____________________________________________________________________________
11583[ 3967] By: jhi on 1999/08/12 18:44:05
11584 Log: Suffer silently for unused libraries.
11585 Branch: cfgperl
11586 ! hints/irix_6.sh
11587____________________________________________________________________________
11588[ 3966] By: jhi on 1999/08/12 13:18:44
11589 Log: Update MANIFEST to follow change #3965.
11590 Branch: cfgperl
11591 ! MANIFEST
11592____________________________________________________________________________
11593[ 3965] By: jhi on 1999/08/12 13:15:38
11594 Log: Regenerate Unicode tables based on new syllable lists
11595 from Daniel Yacob.
11596 Branch: cfgperl
11597 ! (edit 159 files)
11598____________________________________________________________________________
11599[ 3964] By: jhi on 1999/08/12 10:06:24
11600 Log: Remove more spurious casting.
11601 Branch: cfgperl
11602 ! pp_sys.c
11603____________________________________________________________________________
11604[ 3963] By: jhi on 1999/08/12 08:18:53
11605 Log: Minor niggles on the lfs tests.
11606 Branch: cfgperl
11607 ! t/lib/syslfs.t t/op/lfs.t
11608____________________________________________________________________________
11609[ 3962] By: jhi on 1999/08/11 22:48:25
11610 Log: Don't bother with lfs testing if off_t is too small.
11611 Branch: cfgperl
11612 ! t/lib/syslfs.t t/op/lfs.t
11613____________________________________________________________________________
11614[ 3961] By: jhi on 1999/08/11 22:22:54
11615 Log: Long double patches from Dan Sugalski.
11616 Branch: cfgperl
11617 ! sv.c
11618____________________________________________________________________________
11619[ 3960] By: jhi on 1999/08/11 22:17:55
11620 Log: Flush buffer before duplicating file descriptor.
11621
11622 From: Mark-Jason Dominus <mjd@plover.com>
11623 To: Graham Barr <gbarr@pobox.com>
11624 cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
11625 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
11626 Date: Wed, 11 Aug 1999 15:56:09 -0400
11627 Message-ID: <19990811195610.5933.qmail@plover.com>
11628
11629 From: Mark-Jason Dominus <mjd@plover.com>
11630 To: perl5-porters@perl.org
11631 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
11632 Date: Wed, 11 Aug 1999 16:05:46 -0400
11633 Message-ID: <19990811200546.6165.qmail@plover.com>
11634 Branch: cfgperl
11635 ! doio.c pod/perldelta.pod
11636____________________________________________________________________________
11637[ 3959] By: jhi on 1999/08/11 22:11:35
11638 Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
11639
11640 From: "Craig A. Berry" <craig.berry@metamor.com>
11641 Sender: owner-perl5-porters@perl.org
11642 To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
11643 bailey@newman.upenn.edu
11644 Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
11645 problem
11646 Date: Wed, 11 Aug 1999 14:31:11 -0500
11647 Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
11648 Branch: cfgperl
11649 ! vms/vms.c
11650____________________________________________________________________________
11651[ 3958] By: jhi on 1999/08/11 15:35:45
11652 Log: Add a hopefully comforting message if there seems to be no LFS.
11653 This seems to be the case with e.g. ext2fs, a somewhat popular fs.
11654 The tests will fail on lfs tests only if quad is available,
11655 if ENOQUAD, the lfs tests will be skipped.
11656 Branch: cfgperl
11657 ! t/lib/syslfs.t t/op/lfs.t
11658____________________________________________________________________________
11659[ 3957] By: jhi on 1999/08/11 12:25:59
11660 Log: Unapply an experimental patch that accidentally escaped
11661 from the lab by piggybacking with the change #3955.
11662 Branch: cfgperl
11663 ! pp.c pp.h pp_hot.c
11664____________________________________________________________________________
11665[ 3956] By: jhi on 1999/08/11 08:19:23
11666 Log: Add sysio large file support testing.
11667 Branch: cfgperl
11668 + t/lib/syslfs.t
11669 ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
11670____________________________________________________________________________
11671[ 3955] By: jhi on 1999/08/10 22:39:11
11672 Log: From: <dan@sidhe.org>
11673 To: vmsperl@perl.org, perl5-porters@perl.org,
11674 sarathy@activestate.com, bailey@newman.upenn.edu
11675 Subject: [PATCH 5.005_60]Patches needed to get _60 building with
11676 threads on VMS
11677 Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
11678 Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
11679 Branch: cfgperl
11680 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
11681 ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
11682 ! vms/writemain.pl
11683____________________________________________________________________________
11684[ 3954] By: jhi on 1999/08/10 20:37:55
11685 Log: LFS testing robustness.
11686 Branch: cfgperl
11687 ! t/op/lfs.t
11688____________________________________________________________________________
11689[ 3953] By: jhi on 1999/08/10 19:54:50
11690 Log: From: <dan@sidhe.org>
11691 To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
11692 sarathy@activestate.com
11693 Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
11694 Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
11695 Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
11696 Branch: cfgperl
11697 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
11698 ! vms/subconfigure.com vms/vmsish.h
11699____________________________________________________________________________
11700[ 3952] By: jhi on 1999/08/10 17:18:57
11701 Log: AIX is different, again. Now in cc -E output.
11702 Branch: cfgperl
11703 ! Configure config_h.SH
11704 Branch: metaconfig
11705 ! U/modified/cppstdin.U
11706____________________________________________________________________________
11707[ 3951] By: jhi on 1999/08/10 14:37:08
11708 Log: Use Pid_t on pgrp matters.
11709 Branch: cfgperl
11710 ! pp_sys.c
11711____________________________________________________________________________
11712[ 3950] By: jhi on 1999/08/10 14:35:30
11713 Log: Use Pid_t.
11714 Branch: cfgperl
11715 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
11716 ! pp_sys.c proto.h util.c
11717____________________________________________________________________________
11718[ 3949] By: jhi on 1999/08/10 14:11:15
11719 Log: Use Mode_t.
11720 Branch: cfgperl
11721 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
11722 ! perlapi.h pp_sys.c proto.h
11723____________________________________________________________________________
11724[ 3948] By: jhi on 1999/08/10 13:53:19
11725 Log: Small perlbug doc tweaks from Jon Orwant.
11726 Branch: cfgperl
11727 ! utils/perlbug.PL
11728____________________________________________________________________________
11729[ 3947] By: jhi on 1999/08/10 09:55:11
11730 Log: Large file support testing.
11731 Branch: cfgperl
11732 + t/op/lfs.t
11733 ! MANIFEST t/op/64bit.t
11734____________________________________________________________________________
11735[ 3946] By: jhi on 1999/08/10 09:13:54
11736 Log: Remove I32 casting from time-related functions.
11737 Branch: cfgperl
11738 ! pp_sys.c
11739____________________________________________________________________________
11740[ 3945] By: jhi on 1999/08/10 09:06:42
11741 Log: Gratuitous uid and gid casts to I32s and ints removed.
11742 There are still problem spots in printfing such ids:
11743 width (%d vs %ld) and signedness %d vs %u.
11744 Branch: cfgperl
11745 ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11746 ! perl.c perlapi.c pp_hot.c proto.h
11747____________________________________________________________________________
11748[ 3944] By: jhi on 1999/08/10 07:43:03
11749 Log: Remove I32 casts from pp_stat, these make stat()
11750 very broken e.g. on files larger than 2 gigabytes.
11751 Reported by
11752 From: Phil Lobbes <phil@finchcomputer.com>
11753 To: perl5-porters@perl.org
11754 Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
11755 UNIX Perl 5.005_03
11756 Date: Mon, 09 Aug 1999 21:38:54 -0700
11757 Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
11758
11759 There are more of these I32 casts all over pp_sys.c,
11760 all of them should be checked.
11761 Branch: cfgperl
11762 ! pp_sys.c
11763____________________________________________________________________________
11764[ 3943] By: jhi on 1999/08/10 07:38:30
11765 Log: Remove blathering.
11766 Branch: cfgperl
11767 ! lib/unicode/mktables.PL
11768____________________________________________________________________________
11769[ 3942] By: jhi on 1999/08/09 20:35:13
11770 Log: lexwarn maintenance: new warning class unsafe
11771 subclasses 'overflow' and 'portable' created,
11772 used by the recent integer overflow warnings.
11773 Class syntax subclass 'octal' renamed to 'digit',
11774 binary and hexadecimal parsing errors also 'digit' warnings.
11775 Branch: cfgperl
11776 ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
11777 ! util.c warning.h warning.pl
11778____________________________________________________________________________
11779[ 3941] By: jhi on 1999/08/09 10:40:47
11780 Log: Integrate with Nick.
11781 Branch: cfgperl
11782 +> opnames.h
11783 !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
11784 !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
11785____________________________________________________________________________
11786[ 3940] By: jhi on 1999/08/09 10:32:43
11787 Log: Regenerate the Unicode tables after having updated the Unicode
11788 database (change #3939).
11789 Branch: cfgperl
11790 ! (edit 157 files)
11791____________________________________________________________________________
11792[ 3939] By: jhi on 1999/08/09 10:27:22
11793 Log: Unicode data updated to be the latest beta of the Unicode 3.0.
11794 Branch: cfgperl
11795 ! lib/unicode/UnicodeData-Latest.txt
11796____________________________________________________________________________
11797[ 3938] By: jhi on 1999/08/09 10:25:54
11798 Log: Ethiopic changes via private email from Daniel Yacob,
11799 <dmulholl@cs.indiana.edu>. Ethiopic and Cherokee done,
11800 Canadian Syllabics and Yi under construction.
11801 Branch: cfgperl
11802 + lib/unicode/syllables.txt
11803 - lib/unicode/EthiopicSyllables.txt
11804 - lib/unicode/MakeEthiopicSyllables.PL
11805 ! MANIFEST lib/unicode/UnicodeData-Latest.txt
11806 ! lib/unicode/mktables.PL
11807____________________________________________________________________________
11808[ 3937] By: jhi on 1999/08/09 10:21:51
11809 Log: Move the equivalence class creation last.
11810 Branch: cfgperl
11811 ! lib/unicode/mktables.PL
11812____________________________________________________________________________
11813[ 3936] By: jhi on 1999/08/09 10:20:40
11814 Log: Compute equivalence classes (diacritics stripping) only
11815 for letters, not for ligatures.
11816 Branch: cfgperl
11817 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11818 ! lib/unicode/mktables.PL
11819____________________________________________________________________________
11820[ 3935] By: nick on 1999/08/08 13:53:57
11821 Log: Will now correctly re-call
11822 bootstrap "Foo";
11823 if requested. This should allow build on Win32 and other
11824 platforms where you cannot link to loadables directly.
11825 Branch: perl
11826 ! ext/B/B/C.pm
11827____________________________________________________________________________
11828[ 3934] By: nick on 1999/08/07 12:23:55
11829 Log: Vishal Bhatia <vishalb@my-deja.com>
11830 Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
11831 Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
11832 Branch: perl
11833 ! ext/B/B/CC.pm
11834____________________________________________________________________________
11835[ 3933] By: nick on 1999/08/07 12:19:46
11836 Log: B::C changes to get simple Tk app. compiling again
11837 Branch: perl
11838 ! ext/B/B/C.pm
11839____________________________________________________________________________
11840[ 3932] By: jhi on 1999/08/06 21:17:16
11841 Log: Regen Configure to include change #3915.
11842 Branch: cfgperl
11843 ! Configure config_h.SH
11844____________________________________________________________________________
11845[ 3931] By: jhi on 1999/08/06 18:52:57
11846 Log: Todo update.
11847 Branch: cfgperl
11848 ! Todo Todo-5.005 lib/unicode/mktables.PL
11849____________________________________________________________________________
11850[ 3930] By: jhi on 1999/08/06 13:13:05
11851 Log: Character class equivalence tables.
11852 Branch: cfgperl
11853 + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11854 ! MANIFEST lib/unicode/mktables.PL
11855____________________________________________________________________________
11856[ 3929] By: jhi on 1999/08/06 11:59:11
11857 Log: More Fcntl constants. (This process really needs
11858 to be automated, at least partly, see the Errno extension.)
11859 Now also the SEEK_ constants are available via the Fcntl.
11860 Yes, this is redundant (IO::Seekable and POSIX supply them already),
11861 but now Fcntl is a one-stop shopping mall for all your
11862 file-related constants.
11863 Branch: cfgperl
11864 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
11865____________________________________________________________________________
11866[ 3928] By: jhi on 1999/08/06 08:08:03
11867 Log: Protect against pack/unpack repeat count overflows,
11868 based on:
11869
11870 From: Nathan Torkington <gnat@frii.com>
11871 To: Brian Keefer <mgomes@cwix.com>
11872 Cc: perl5-porters@perl.org
11873 Subject: Re: [ID 19990806.001] Core dump with obfuscated code
11874 Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
11875 Message-ID: <14250.27711.769942.100675@localhost.frii.com>
11876 Branch: cfgperl
11877 ! pod/perldiag.pod pp.c
11878____________________________________________________________________________
11879[ 3927] By: jhi on 1999/08/06 07:32:20
11880 Log: Fix for Nathan's fix (#3920) from Guy Decoux.
11881
11882 From: Nathan Torkington <gnat@frii.com>
11883 To: perl5-porters@perl.org
11884 Subject: Bugfix for my bugfix
11885 Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
11886 Message-ID: <14250.21947.765134.940583@localhost.frii.com>
11887 Branch: cfgperl
11888 ! ext/B/B/Assembler.pm
11889____________________________________________________________________________
11890[ 3926] By: jhi on 1999/08/05 17:25:19
11891 Log: Fix regex charclass parsing so that bogus ranges
11892 like [0-\d] and [[:word:]-z] are no more allowed.
11893 The anomaly was noticed by Guy Decoux.
11894 Branch: cfgperl
11895 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
11896____________________________________________________________________________
11897[ 3925] By: jhi on 1999/08/05 10:31:47
11898 Log: split /^/ deprecation warning should not be on by default.
11899 Branch: cfgperl
11900 ! pp.c
11901____________________________________________________________________________
651a3225
GS
11902[ 3923] By: jhi on 1999/08/05 09:16:57
11903 Log: From: paul.marquess@bt.com
11904 To: jhi@iki.fi, paul.marquess@bt.com
11905 Cc: gsar@ActiveState.com, perl5-porters@perl.org
11906 Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
11907 Date: Thu, 5 Aug 1999 09:33:14 +0100
11908 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
11909 Branch: cfgperl
11910 ! t/lib/anydbm.t
11911____________________________________________________________________________
651a3225
GS
11912[ 3921] By: jhi on 1999/08/05 08:05:13
11913 Log: From: paul.marquess@bt.com
11914 To: perl5-porters@perl.org
11915 Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
11916 randy@theoryx5.uwinnipeg.ca
11917 Subject: [PATCH 5.005_60] DB_File 1.70
11918 Date: Wed, 4 Aug 1999 23:22:22 +0100
11919 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
11920
11921 (Replaces change #3917)
11922 Branch: cfgperl
11923 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11924 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
11925____________________________________________________________________________
11926[ 3920] By: jhi on 1999/08/04 19:02:58
11927 Log: From: Nathan Torkington <gnat@frii.com>
11928 To: perl5-porters@perl.org
11929 Subject: [5.005_60 PATCH] Make B::Bytecode work
11930 Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
11931 Message-ID: <14248.30568.769427.216092@localhost.frii.com>
11932 Branch: cfgperl
11933 ! ext/B/B/Assembler.pm
11934____________________________________________________________________________
11935[ 3919] By: jhi on 1999/08/04 10:56:26
11936 Log: Update history records.
11937 Branch: cfgperl
11938 ! pod/perlhist.pod
11939____________________________________________________________________________
11940[ 3918] By: jhi on 1999/08/04 09:36:13
11941 Log: Minor fixes to linux -Dusethreads -Duseperlio.
11942 Branch: cfgperl
11943 ! perlio.c
11944____________________________________________________________________________
11945[ 3917] By: jhi on 1999/08/04 08:13:20
11946 Log: (Replaced by change #3921)
11947 From: paul.marquess@bt.com
11948 To: gsar@activestate.com
11949 Cc: perl5-porters@perl.org
11950 Subject: [PATCH 5.005_60] DB_File 1.69
11951 Date: Tue, 3 Aug 1999 22:55:00 +0100
11952 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
11953 Branch: cfgperl
11954 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11955 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
11956____________________________________________________________________________
11957[ 3916] By: jhi on 1999/08/04 07:59:05
11958 Log: Introduce the charnames pragma.
11959
11960 Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
11961 From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
11962 To: Chip Salzenberg <[11]chip@perlsupport.com>
11963 Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
11964 Date: Sat, 31 Jul 1999 05:44:05 -0400
11965 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
11966
11967 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11968 To: Mailing list Perl5 <perl5-porters@perl.org>
11969 Subject: [PATCH 5.005_58] Named characters in Perl
11970 Date: Mon, 2 Aug 1999 19:25:40 -0400
11971 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
11972 Branch: cfgperl
11973 + lib/charnames.pm t/lib/charnames.t
11974 ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
11975 ! pod/perlre.pod regcomp.c toke.c
11976____________________________________________________________________________
11977[ 3915] By: jhi on 1999/08/03 21:18:49
11978 Log: Support Configure -Dmake=pmake.
11979 Via private email from Andy.
11980 NOTE: assumes "basename" command.
11981 Branch: metaconfig
11982 ! U/modified/Config_sh.U
11983____________________________________________________________________________
11984[ 3914] By: jhi on 1999/08/03 21:11:11
11985 Log: The op/filetest.t failed subtest 7 if testing as root.
11986
11987 From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
11988 To: perl5-porters@perl.org
11989 Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
11990 Date: Tue, 27 Jul 1999 22:54:05 +0200
11991 Message-Id: <379E1C6D.626DC765@club-internet.fr>
11992 Branch: cfgperl
11993 ! t/op/filetest.t
11994____________________________________________________________________________
651a3225
GS
11995[ 3911] By: jhi on 1999/08/03 19:52:38
11996 Log: The "-Dusethreads -Duseperlio" combination failed.
11997
11998 From: Spider Boardman <spider@leggy.zk3.dec.com>
11999 To: perl5-porters@perl.org
12000 Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
12001 4.0 (UNINSTALLED)
12002 Date: Tue, 3 Aug 1999 14:25:00 -0400
12003 Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
12004
12005 See also change #3912.
12006 Branch: cfgperl
12007 ! perlio.c
12008____________________________________________________________________________
12009[ 3910] By: jhi on 1999/08/03 10:44:24
12010 Log: From: Chris Nandor <pudge@pobox.com>
12011 To: perl5-porters@perl.org
12012 Subject: [PATCH 5.005_58] perlbug.PL 1.27
12013 Date: Wed, 28 Jul 1999 23:42:49 -0400
12014 Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
12015 Branch: cfgperl
12016 ! utils/perlbug.PL
12017____________________________________________________________________________
12018[ 3909] By: jhi on 1999/08/03 10:41:04
12019 Log: Hints for building ByteLoader in SunoS. Based on
12020 From: Andy Dougherty <doughera@lafayette.edu>
12021 To: Gurusamy Sarathy <gsar@activestate.com>
12022 Cc: Perl Porters <perl5-porters@perl.org>
12023 Subject: Re: 5.005_58 Not OK SunOS 4.1.3
12024 Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
12025 Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
12026 Branch: cfgperl
12027 + ext/ByteLoader/hints/sunos.pl
12028 ! MANIFEST ext/ByteLoader/ByteLoader.xs
12029____________________________________________________________________________
12030[ 3908] By: jhi on 1999/08/03 09:29:22
12031 Log: Clarify RE engine code; inline a static function to a macro;
12032 make exact string nodes smaller.
12033
12034 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12035 To: perl5-porters@perl.org (Mailing list Perl5)
12036 Subject: [PATCH 5.005_60] Cosmetic change to REx engine
12037 Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
12038 Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
12039 Branch: cfgperl
12040 ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
12041 ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
12042 ! regnodes.h warning.h
12043____________________________________________________________________________
12044[ 3907] By: jhi on 1999/08/03 08:11:49
12045 Log: 5_59 configured with -Dd_bincompat5005 can't be made
12046 binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
12047
12048 From: Spider Boardman <spider@leggy.zk3.dec.com>
12049 To: perl5-porters@perl.org
12050 Subject: [ID 19990802.016] Not OK: perl 5.00559
12051 Date: Mon, 2 Aug 1999 16:11:13 -0400
12052 Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
12053 Branch: cfgperl
12054 ! embed.pl
12055____________________________________________________________________________
12056[ 3906] By: jhi on 1999/08/03 07:48:59
12057 Log: Change #3790 redemption: with a little additional
12058 patch from Ilya it works okay.
12059 Branch: cfgperl
12060 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12061 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12062____________________________________________________________________________
12063[ 3905] By: gsar on 1999/08/02 21:03:23
12064 Log: this will be 5.005_60
12065 Branch: perl
12066 ! Changes
12067
12068----------------
12069Version 5.005_60
412582ad
GS
12070----------------
12071
12072____________________________________________________________________________
def5be65
GS
12073[ 3904] By: gsar on 1999/08/02 20:30:23
12074 Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
12075 in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
12076 regen headers
12077 Branch: perl
12078 ! embed.h embed.pl global.sym opcode.h perlapi.c
12079____________________________________________________________________________
12080[ 3903] By: gsar on 1999/08/02 20:26:07
12081 Log: native int pack/unpack fixes (from Spider Boardman
12082 <spider@leggy.zk3.dec.com>)
12083 Branch: perl
12084 ! pp.c
12085____________________________________________________________________________
12086[ 3902] By: gsar on 1999/08/02 20:24:41
12087 Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
12088 <spider@leggy.zk3.dec.com>)
12089 Branch: perl
12090 + opnames.h
12091 ! Changes MANIFEST opcode.pl perl.h
12092____________________________________________________________________________
abdd5c84
GS
12093[ 3901] By: gsar on 1999/08/02 18:51:18
12094 Log: integrate cfgperl contents
12095 Branch: perl
12096 !> INSTALL README pod/perldelta.pod
12097____________________________________________________________________________
12098[ 3900] By: jhi on 1999/08/02 18:46:21
12099 Log: Update README and INSTALL; partly based on the message
12100
12101 From: "John L. Allen" <allen@grumman.com>
12102 To: Jarkko Hietaniemi <jhi@iki.fi>
12103 cc: perl5-porters@perl.org
12104 Subject: Re: Perl Installation Problem
12105 Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
12106 Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
12107
12108 and private email from Andy Dougherty.
12109 Branch: cfgperl
12110 ! INSTALL README
12111____________________________________________________________________________
12112[ 3899] By: jhi on 1999/08/02 18:36:35
12113 Log: Integrate with Sarathy.
12114 Branch: cfgperl
12115 !> op.c
12116____________________________________________________________________________
12117[ 3898] By: jhi on 1999/08/02 18:34:49
12118 Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
12119 Branch: cfgperl
12120 ! pod/perldelta.pod
12121____________________________________________________________________________
12122[ 3897] By: gsar on 1999/08/02 18:18:37
12123 Log: optimizations could sometimes bypass bareword check
12124 Branch: perl
12125 ! op.c
12126____________________________________________________________________________
12127[ 3896] By: jhi on 1999/08/02 18:18:34
12128 Log: Integrate with Sarathy.
12129 Branch: cfgperl
12130 !> Changes makedef.pl patchlevel.h win32/Makefile
12131 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12132 !> win32/makefile.mk
12133____________________________________________________________________________
12134[ 3895] By: gsar on 1999/08/02 17:22:40
12135 Log: up patchlevel etc.
12136 Branch: perl
12137 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12138 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12139____________________________________________________________________________
412582ad
GS
12140[ 3894] By: gsar on 1999/08/02 17:12:31
12141 Log: integrate change#3893, make it conditional on bincompat5005
12142 Branch: perl
12143 ! makedef.pl
12144____________________________________________________________________________
12145[ 3893] By: jhi on 1999/08/02 16:49:08
12146 Log: PERL_BINCOMPAT_5005 symbol translation.
12147 (AIX wouldn't link neither perl nor extensions.)
12148 Branch: cfgperl
12149 ! makedef.pl
12150____________________________________________________________________________
12151[ 3892] By: gsar on 1999/08/02 16:09:13
12152 Log: integrate cfgperl contents into mainline
12153 Branch: perl
12154 +> t/op/64bit.t
12155 ! Changes
12156 !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
12157 !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
12158 !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
12159____________________________________________________________________________
12160[ 3891] By: jhi on 1999/08/02 14:52:40
12161 Log: AIX long long probing requires LL suffix for
12162 the ll constant. The suffix doesn't seem
12163 to bother other ll platforms.
12164 Branch: cfgperl
12165 ! Configure config_h.SH hints/aix.sh
12166 Branch: metaconfig/U/perl
12167 ! quadfio.U
12168____________________________________________________________________________
12169[ 3890] By: jhi on 1999/08/02 14:21:55
12170 Log: Exact path to perl for open -|.
12171 Branch: cfgperl
12172 ! t/io/open.t
12173____________________________________________________________________________
12174[ 3889] By: jhi on 1999/08/02 14:18:03
12175 Log: Integrate with Sarathy.
12176 Branch: cfgperl
12177 !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
12178 !> win32/Makefile win32/config_H.bc win32/config_H.gc
12179 !> win32/config_H.vc win32/makefile.mk win32/win32.c
12180____________________________________________________________________________
12181[ 3888] By: jhi on 1999/08/02 14:14:29
12182 Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
12183 Branch: cfgperl
12184 ! hints/aix.sh
12185____________________________________________________________________________
12186[ 3887] By: jhi on 1999/08/02 12:53:10
12187 Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
12188 emacs code indentation doesn't get wrong ideas--
12189 in other words, introduce a couple of "redundant" if:s.
12190 Branch: cfgperl
12191 ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
12192 ! util.c
12193____________________________________________________________________________
12194[ 3886] By: jhi on 1999/08/02 12:43:16
12195 Log: Mention that also *BSD systems with glibc are known to stumble.
12196 Branch: cfgperl
12197 ! t/pragma/warn/pp_hot
12198____________________________________________________________________________
12199[ 3885] By: jhi on 1999/08/02 12:34:15
12200 Log: Allow also non-long long but still quad platforms print quads.
12201 Branch: cfgperl
12202 ! Configure config_h.SH
12203 Branch: metaconfig/U/perl
12204 ! longdblfio.U quadfio.U
12205____________________________________________________________________________
12206[ 3884] By: jhi on 1999/08/02 11:56:14
12207 Log: Fix regclass utf8 hex ranges for quads.
12208 Branch: cfgperl
12209 ! regcomp.c
12210____________________________________________________________________________
12211[ 3883] By: jhi on 1999/08/02 11:42:14
12212 Log: Enhance the description of how to detect quad support.
12213 Branch: cfgperl
12214 ! pod/perlfunc.pod
12215____________________________________________________________________________
12216[ 3882] By: jhi on 1999/08/02 11:22:19
12217 Log: Fix printf %D %U %O for quads.
12218 Branch: cfgperl
12219 ! sv.c t/op/64bit.t
12220____________________________________________________________________________
12221[ 3881] By: jhi on 1999/08/02 11:16:12
12222 Log: Document quad printing.
12223 Branch: cfgperl
12224 ! pod/perlfunc.pod
12225____________________________________________________________________________
12226[ 3880] By: jhi on 1999/08/02 10:32:01
12227 Log: More 64-bit fixing. One known bug of that kind
12228 remains, 32-bit platforms using long long in
12229 the test t/pragma/utf8 subtests 1-3 fail.
12230 (Update: change #3884 fixed that one.)
12231 Branch: cfgperl
12232 + t/op/64bit.t
12233 ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
12234
12235----------------
12236Version 5.005_59
4113c5bc
GS
12237----------------
12238
12239____________________________________________________________________________
278c13c7
GS
12240[ 3879] By: gsar on 1999/08/02 08:18:58
12241 Log: integrate cfgperl changes into mainline
12242 Branch: perl
12243 !> Configure config_h.SH sv.c
12244____________________________________________________________________________
12245[ 3878] By: gsar on 1999/08/02 08:13:16
12246 Log: change#3692 had an unintentional patch leak through!
12247 (this would explain the mysterious C<next LABEL> failures
12248 people have seen)
12249 Branch: perl
12250 ! pp_ctl.c
12251____________________________________________________________________________
12252[ 3877] By: gsar on 1999/08/02 08:00:29
12253 Log: up patchlevel to 59
12254 Branch: perl
12255 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12256 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12257 ! win32/makefile.mk
12258____________________________________________________________________________
a502f3d8
GS
12259[ 3876] By: gsar on 1999/08/02 07:51:18
12260 Log: fix coredump under usethreads+debug
12261 Branch: perl
12262 ! util.c
12263____________________________________________________________________________
12264[ 3875] By: jhi on 1999/08/02 07:50:51
12265 Log: d_bincompat5005 could be left empty.
12266 Branch: cfgperl
12267 ! Configure config_h.SH
12268 Branch: metaconfig/U/perl
12269 ! bincompat5005.U
12270____________________________________________________________________________
12271[ 3874] By: jhi on 1999/08/02 07:42:45
12272 Log: Fix printf %d when IV is quad.
12273 Branch: cfgperl
12274 ! sv.c
12275____________________________________________________________________________
12276[ 3873] By: gsar on 1999/08/02 07:41:03
12277 Log: fix d_bincompat5005='' junking config.h
12278 Branch: perl
12279 ! Configure
12280____________________________________________________________________________
12281[ 3872] By: gsar on 1999/08/02 07:38:48
12282 Log: C needs parameter list, not merely type
12283 Branch: perl
12284 ! win32/win32.c
12285____________________________________________________________________________
12286[ 3871] By: jhi on 1999/08/02 07:20:51
12287 Log: Integrate with Sarathy.
12288 Branch: cfgperl
12289 !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
12290____________________________________________________________________________
12291[ 3870] By: gsar on 1999/08/02 07:12:18
12292 Log: integrate cfgperl changes into mainline
12293 Branch: perl
12294 ! Changes
12295 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12296 !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
12297 !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
12298 !> toke.c util.c
12299____________________________________________________________________________
e1c4585f
GS
12300[ 3869] By: gsar on 1999/08/02 06:59:09
12301 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12302 Date: Sat, 31 Jul 1999 19:08:33 -0700
12303 Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
12304 Subject: [PATCH 5.005_58] "use constant" in the compiler
12305 Branch: perl
12306 ! ext/B/B/C.pm ext/B/B/CC.pm
12307____________________________________________________________________________
12308[ 3868] By: gsar on 1999/08/02 06:55:51
12309 Log: debug build tweak
12310 Branch: perl
12311 ! regexec.c
12312____________________________________________________________________________
12313[ 3867] By: gsar on 1999/08/02 06:35:18
12314 Log: create vmsperl branch (to be owned and operated by: cbailey)
12315 Branch: vmsperl
12316 +> (branch 1476 files)
12317____________________________________________________________________________
12318[ 3866] By: jhi on 1999/08/01 23:34:40
12319 Log: so_locations once is enough.
12320 Branch: cfgperl
12321 ! Makefile.SH
12322____________________________________________________________________________
12323[ 3865] By: jhi on 1999/08/01 23:13:05
12324 Log: Simplicate duplicated code.
12325 Branch: cfgperl
12326 ! util.c
12327____________________________________________________________________________
12328[ 3864] By: jhi on 1999/08/01 22:41:41
12329 Log: Integrate with Sarathy. perl.h and util.c required manual resolving.
12330 Branch: cfgperl
12331 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12332 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12333 - README.cygwin32 cygwin32/Makefile.SHs
12334 - cygwin32/build-instructions.READFIRST
12335 - cygwin32/build-instructions.charles-wilson
12336 - cygwin32/build-instructions.sebastien-barre
12337 - cygwin32/build-instructions.steven-morlock
12338 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12339 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12340 - hints/cygwin32.sh
12341 !> (integrate 61 files)
12342____________________________________________________________________________
12343[ 3863] By: jhi on 1999/08/01 22:36:02
12344 Log: Regen Configure and Glossary once again.
12345 Branch: cfgperl
12346 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12347 ! config_h.SH
12348____________________________________________________________________________
12349[ 3862] By: jhi on 1999/08/01 22:26:09
12350 Log: Glossary update for #3861.
12351 Branch: cfgperl
12352 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12353 ! config_h.SH
12354____________________________________________________________________________
12355[ 3861] By: jhi on 1999/08/01 22:22:51
12356 Log: 64-bit work. Now 32-bit platforms get a 100% make test
12357 with -Duse64bits (using long long).
12358 Tested in Solaris 2.6 sparc RH Linux 6.0 x86
12359 (and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
12360 'print unpack "q", pack "q", 12345678901'
12361 should work on such 32-bit platforms.
12362 Still a lot of printf()s behind -D which wrongly assume
12363 that %ld/%lx and (long) are a good combination.
12364 Introducing a slew of new macros intended to be used in printf()
12365 format strings: e. g. PERL_PRId64 is the string to be used
12366 when printing an IV, printf("%" PERL_PRId64 "\n", iv).
12367 The PRI... naming follows the C9X naming of <inttypes.h> macros.
12368 Branch: cfgperl
12369 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12370 ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
12371 ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
12372 Branch: metaconfig/U/perl
12373 + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
12374____________________________________________________________________________
12375[ 3860] By: gsar on 1999/08/01 21:23:18
12376 Log: integrate cfgperl contents into mainline
12377 Branch: perl
12378 ! toke.c
12379 !> (integrate 29 files)
12380____________________________________________________________________________
12381[ 3859] By: gsar on 1999/08/01 21:13:09
12382 Log: From: Nathan Torkington <gnat@frii.com>
12383 Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
12384 Message-ID: <14244.33431.739419.806927@localhost.frii.com>
12385 Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
12386 Branch: perl
12387 ! ext/B/B/Disassembler.pm
12388____________________________________________________________________________
12389[ 3858] By: gsar on 1999/08/01 21:09:15
12390 Log: DB_File 1.68 update from Paul Marquess
12391 Branch: perl
12392 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12393 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12394 ! t/lib/db-recno.t
12395____________________________________________________________________________
12396[ 3857] By: gsar on 1999/08/01 21:05:54
12397 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12398 Date: Sat, 31 Jul 1999 05:13:38 -0400
12399 Message-Id: <199907311407.IAA25038@localhost.frii.com>
12400 Subject: [PATCH 5.005_58] More optimizations to REx engine
12401 Branch: perl
12402 ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
12403 ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
12404____________________________________________________________________________
12405[ 3856] By: gsar on 1999/08/01 20:59:59
12406 Log: slightly modified version of suggested patch
12407 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12408 Date: Sat, 31 Jul 1999 04:45:12 -0400
12409 Message-Id: <199907311406.IAA25034@localhost.frii.com>
12410 Subject: [PATCH 5.005_58] Fix OS/2 build
12411 Branch: perl
12412 ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
12413 ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
12414____________________________________________________________________________
12415[ 3855] By: gsar on 1999/08/01 20:49:06
12416 Log: cygwin update
12417 From: "Fifer, Eric" <EFifer@sanwaint.com>
12418 Date: Fri, 30 Jul 1999 18:31:48 +0100
12419 Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
12420 Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
12421 Branch: perl
12422 ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
12423 ! pp_sys.c unixish.h util.c
12424____________________________________________________________________________
12425[ 3854] By: gsar on 1999/08/01 20:41:53
12426 Log: fixes from Stephen McCamant that address bugs in change#3612
12427 (the optimization shouldn't be enabled in expressions where
12428 the variable is introduced), and fix Deparse to grok the
12429 optimization
12430 Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
12431 Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
12432 Subject: [PATCH _58] Set OPpTARGET_MY more consistently
12433 --
12434 Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
12435 Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
12436 Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
12437 --
12438 Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
12439 Message-Id: <199907310326.VAA24376@localhost.frii.com>
12440 Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
12441 Branch: perl
12442 ! ext/B/B/Deparse.pm op.c
12443____________________________________________________________________________
12444[ 3853] By: gsar on 1999/08/01 20:31:32
12445 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12446 Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
12447 Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
12448 Subject: [PATCH _58] Two one-liner LOGOP tweaks
12449 Branch: perl
12450 ! op.c opcode.h opcode.pl
12451____________________________________________________________________________
12452[ 3852] By: gsar on 1999/08/01 20:29:17
12453 Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
12454 Branch: perl
12455 ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
12456 ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
12457 ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
12458 ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
12459 ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
12460 ! pod/perlport.pod pp_sys.c util.c
12461____________________________________________________________________________
12462[ 3851] By: gsar on 1999/08/01 20:20:05
12463 Log: move files around for s/cygwin32/cygwin/ renaming
12464 Branch: perl
12465 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12466 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12467 - README.cygwin32 cygwin32/Makefile.SHs
12468 - cygwin32/build-instructions.READFIRST
12469 - cygwin32/build-instructions.charles-wilson
12470 - cygwin32/build-instructions.sebastien-barre
12471 - cygwin32/build-instructions.steven-morlock
12472 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12473 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12474 - hints/cygwin32.sh
12475 ! MANIFEST
12476____________________________________________________________________________
12477[ 3850] By: gsar on 1999/08/01 20:05:14
12478 Log: posix-bc hints tweak (via private mail from Thomas Dorner
12479 <Thomas.Dorner@start.de>)
12480 Branch: perl
12481 ! Changes hints/posix-bc.sh
12482____________________________________________________________________________
4113c5bc
GS
12483[ 3849] By: gsar on 1999/08/01 19:50:20
12484 Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
12485 <gnat@frii.com>)
12486 Branch: perl
12487 ! perl.h pod/perldelta.pod pod/perlguts.pod
12488____________________________________________________________________________
12489[ 3848] By: gsar on 1999/08/01 18:34:41
12490 Log: fix defined(@foo) encarpments
12491 Branch: perl
12492 ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
12493 ! pod/perltrap.pod
12494____________________________________________________________________________
12495[ 3847] By: jhi on 1999/08/01 17:17:07
12496 Log: Undo #3790 and the patches that attempted to fix it
12497 (#3837, #3838, #3845). The #3790 caused linkage failures
12498 and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
12499 IRIX 6.5.
12500 Branch: cfgperl
12501 - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
12502 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12503 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12504____________________________________________________________________________
12505[ 3846] By: jhi on 1999/08/01 11:41:52
12506 Log: Reading 64-bit decimal numbers was broken because
12507 the NV was cast to an I32, not an IV.
12508 Branch: cfgperl
12509 ! toke.c
12510____________________________________________________________________________
12511[ 3845] By: jhi on 1999/08/01 11:00:24
12512 Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
12513 Branch: cfgperl
12514 + ext/SDBM_File/hints/solaris.pl
12515____________________________________________________________________________
12516[ 3844] By: jhi on 1999/08/01 10:55:44
12517 Log: Enable Solaris largefiles support only if -Duse64bits is used.
12518 (Effectively removes #3311).
12519 Branch: cfgperl
12520 ! hints/solaris_2.sh
12521____________________________________________________________________________
12522[ 3843] By: jhi on 1999/07/31 22:44:56
12523 Log: Integer overflow iteration.
12524 Branch: cfgperl
12525 ! t/op/oct.t toke.c util.c
12526____________________________________________________________________________
12527[ 3842] By: jhi on 1999/07/31 22:11:03
12528 Log: Remove a lot of unused regnode codes.
12529 Noticed by Ilya.
12530 Branch: cfgperl
12531 ! regcomp.c regcomp.sym regexec.c regnodes.h
12532____________________________________________________________________________
12533[ 3841] By: jhi on 1999/07/31 21:53:54
12534 Log: Make the use64bits and usethreads friendlier/braver;
12535 they no more wimp out if the platform is unknown.
12536 On use64bits if gcc used -DUSE_LONG_LONG is added
12537 to the ccflags (this dependency on gcc caused a slightly weird
12538 reordering of Configure, but things still seem to work.)
12539 Branch: cfgperl
12540 ! Configure README.threads config_h.SH
12541 Branch: metaconfig
12542 ! U/threads/usethreads.U
12543 Branch: metaconfig/U/perl
12544 ! use64bits.U
12545____________________________________________________________________________
12546[ 3840] By: jhi on 1999/07/31 20:26:22
12547 Log: Hack the "integer overflow" code some more.
12548 Branch: cfgperl
12549 ! perl.h toke.c util.c
12550____________________________________________________________________________
12551[ 3839] By: jhi on 1999/07/31 20:22:00
12552 Log: Test oct() at the 2^32-1 limit.
12553 Branch: cfgperl
12554 ! t/op/oct.t
12555____________________________________________________________________________
12556[ 3838] By: jhi on 1999/07/31 20:08:43
12557 Log: Update MANIFEST for #3837.
12558 Branch: cfgperl
12559 ! MANIFEST
12560____________________________________________________________________________
12561[ 3837] By: jhi on 1999/07/31 20:02:40
12562 Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
12563 (a core dump with a corrput stack ensues).
12564 Branch: cfgperl
12565 + ext/SDBM_File/hints/dec_osf.pl
12566____________________________________________________________________________
12567[ 3836] By: jhi on 1999/07/29 21:09:01
12568 Log: Allow for Configure -Ubincompat5005 override.
12569 Branch: cfgperl
12570 ! Configure config_h.SH
12571 Branch: metaconfig/U/perl
12572 ! bincompat5005.U
12573____________________________________________________________________________
12574[ 3835] By: jhi on 1999/07/29 21:04:02
12575 Log: Make Configure support PERL_BINCOMPAT_5005.
12576 Branch: cfgperl
12577 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12578 ! config_h.SH
12579 Branch: metaconfig/U/perl
12580 + bincompat5005.U
12581____________________________________________________________________________
12582[ 3834] By: jhi on 1999/07/29 19:25:35
12583 Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
12584 Branch: cfgperl
12585 ! Makefile.SH
12586____________________________________________________________________________
12587[ 3833] By: jhi on 1999/07/29 14:07:09
12588 Log: Integrate with Sarathy. I overruled on perldelta
12589 and perldiag.
12590 Branch: cfgperl
12591 !> README.win32 emacs/cperl-mode.el globals.c installperl
12592 !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
12593 !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
12594 !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
12595 !> win32/perllib.c win32/win32.c
12596____________________________________________________________________________
12597[ 3832] By: jhi on 1999/07/29 14:02:50
12598 Log: Repent and make overly large integerish
12599 constants non-fatal. They are now promoted
12600 to NVs, accompanied by an overflow warning that
12601 is by default on.
12602 Branch: cfgperl
12603 ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
12604 ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
12605 ! toke.c util.c
12606____________________________________________________________________________
12607[ 3831] By: jhi on 1999/07/29 11:40:04
12608 Log: AIX exhibits different error on failed system().
12609 Slightly modified patch via private email from
12610 David R. Favor <dfavor@austin.ibm.com>
12611 Branch: cfgperl
12612 ! t/op/exec.t
12613____________________________________________________________________________
12614[ 3830] By: gsar on 1999/07/29 07:46:11
12615 Log: cperl-mode.el v4.19
12616 Branch: perl
12617 ! emacs/cperl-mode.el
12618____________________________________________________________________________
12619[ 3829] By: gsar on 1999/07/29 07:30:35
12620 Log: From: jan.dubois@ibm.net (Jan Dubois)
12621 Date: Wed, 28 Jul 1999 22:01:42 +0200
12622 Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
12623 Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
12624 Branch: perl
12625 ! win32/bin/pl2bat.pl
12626____________________________________________________________________________
12627[ 3828] By: gsar on 1999/07/29 07:19:27
12628 Log: tweak previous change for multiple hits
12629 Branch: perl
12630 ! utils/perldoc.PL
12631____________________________________________________________________________
12632[ 3827] By: gsar on 1999/07/29 07:10:00
12633 Log: band-aid for perldoc -t broken-ness (the new Pod::Text
12634 really needs a pod2text() compatibility function)
12635 Branch: perl
12636 ! utils/perldoc.PL
12637____________________________________________________________________________
12638[ 3826] By: gsar on 1999/07/29 01:33:46
12639 Log: minor tweaks to pods and toke.c comments
12640 Branch: perl
12641 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
12642____________________________________________________________________________
12643[ 3825] By: gsar on 1999/07/29 00:12:52
12644 Log: integrate cfgperl changes into mainline
12645 Branch: perl
12646 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12647 !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
12648 !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
12649 !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
12650 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12651 !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
12652 !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
12653 !> t/pragma/warn/util toke.c util.c
12654____________________________________________________________________________
12655[ 3824] By: jhi on 1999/07/28 21:15:04
12656 Log: Tiny patch to go over #3820 (via private mail from Lincoln).
12657 Branch: cfgperl
12658 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12659 ! ext/IO/lib/IO/Socket/INET.pm
12660____________________________________________________________________________
12661[ 3823] By: jhi on 1999/07/28 20:29:17
12662 Log: Continue pack() doc honing.
12663 Branch: cfgperl
12664 ! pod/perlfunc.pod
12665____________________________________________________________________________
12666[ 3822] By: jhi on 1999/07/28 20:17:37
12667 Log: Enhance pack() doc.
12668 Branch: cfgperl
12669 ! pod/perlfunc.pod
12670____________________________________________________________________________
12671[ 3821] By: jhi on 1999/07/28 18:34:50
12672 Log: UNIX Domain Sockets are not implemented under QNX.
12673
12674 From: Norton Allen <allen@huarp.harvard.edu>
12675 To: perl5-porters@perl.org
12676 Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
12677 Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
12678 Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
12679 Branch: cfgperl
12680 ! t/lib/io_unix.t
12681____________________________________________________________________________
12682[ 3820] By: jhi on 1999/07/28 18:13:37
12683 Log: IO::* enhancements.
12684
12685 1) write() and syswrite() will now accept a single-argument
12686 form of the call, for consistency with Perl's syswrite().
12687 2) You can create a TCP-based IO::Socket::INET without forcing
12688 a connect attempt. This allows you to configure its options
12689 (like making it non-blocking) and then call connect() manually.
12690 3) Fixed a bug that prevented the IO::Socket::protocol() accessor
12691 from ever returning the correct value.
12692
12693 From: Lincoln Stein <lstein@formaggio.cshl.org>
12694 To: Graham Barr <gbarr@pobox.com>
12695 Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
12696 Subject: Re: patch for IO::*
12697 Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
12698 Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
12699 Branch: cfgperl
12700 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12701 ! ext/IO/lib/IO/Socket/INET.pm
12702____________________________________________________________________________
12703[ 3819] By: gsar on 1999/07/28 18:08:06
12704 Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
12705 Branch: perl
12706 ! README.win32 globals.c installperl iperlsys.h makedef.pl
12707 ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
12708 ! win32/win32.c
12709____________________________________________________________________________
12710[ 3818] By: jhi on 1999/07/28 17:48:16
12711 Log: Need to add QNX to the list for DONT_DECLARE_STD.
12712 (The elimination of use of the _() macro apparently triggered
12713 an incompatability with a #define of atof)
12714
12715 From: Norton Allen <allen@huarp.harvard.edu>
12716 To: perl5-porters@perl.org
12717 Subject: [ID 19990728.008] Patch:perl.h _58 QNX
12718 Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
12719 Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
12720 Branch: cfgperl
12721 ! perl.h
12722____________________________________________________________________________
12723[ 3817] By: jhi on 1999/07/28 17:46:30
12724 Log: Need to add some more conditions to deal with the case
12725 defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
12726 which is true for QNX4.
12727 From: Norton Allen <allen@huarp.harvard.edu>
12728 To: perl5-porters@perl.org
12729 Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
12730 Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
12731 Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
12732 Branch: cfgperl
12733 ! pp_sys.c
12734____________________________________________________________________________
12735[ 3816] By: jhi on 1999/07/28 17:43:40
12736 Log: The QNX shell needs a couple more semicolons.
12737
12738 From: Norton Allen <allen@huarp.harvard.edu>
12739 To: perl5-porters@perl.org
12740 Subject: [ID 19990728.007] Patch:Configure _58 QNX
12741 Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
12742 Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
12743
12744 plus silence metalint moanings on vendorprefix.
12745 Branch: cfgperl
12746 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12747 ! config_h.SH
12748____________________________________________________________________________
12749[ 3815] By: jhi on 1999/07/28 17:31:11
12750 Log: Silence metalint on vendorprefix.U.
12751 Branch: metaconfig
12752 ! U/installdirs/vendorprefix.U
12753____________________________________________________________________________
12754[ 3814] By: jhi on 1999/07/28 17:13:29
12755 Log: QNX shell needs more semicolons.
12756 Branch: metaconfig/U/perl
12757 ! Extensions.U
12758____________________________________________________________________________
12759[ 3813] By: jhi on 1999/07/28 17:05:08
12760 Log: Integrate with Sarathy.
12761 Branch: cfgperl
12762 !> lib/ExtUtils/MM_Unix.pm
12763____________________________________________________________________________
12764[ 3812] By: jhi on 1999/07/28 16:20:17
12765 Log: Fix a typo, un-shout, and reformat the installation output.
12766 Branch: cfgperl
12767 ! lib/ExtUtils/Install.pm
12768____________________________________________________________________________
12769[ 3811] By: gsar on 1999/07/28 15:41:11
12770 Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
12771 Branch: perl
12772 ! lib/ExtUtils/MM_Unix.pm
12773____________________________________________________________________________
12774[ 3810] By: jhi on 1999/07/28 13:55:57
12775 Log: Talk more about subsecond things in perlfunc.
12776 (Yes, redundant with perlfaq8.)
12777 Branch: cfgperl
12778 ! pod/perlfunc.pod
12779____________________________________________________________________________
12780[ 3809] By: jhi on 1999/07/28 07:23:48
12781 Log: Integrate with Sarathy.
12782 Branch: cfgperl
12783 !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
12784 !> t/op/pwent.t
12785____________________________________________________________________________
12786[ 3808] By: jhi on 1999/07/28 07:23:03
12787 Log: Document toke.c.
12788 From: Nathan Torkington <gnat@frii.com>
12789 To: perl5-porters@perl.org
12790 Subject: Re: toke.c patch, work in progress
12791 Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
12792 Message-ID: <14238.36561.979473.667842@localhost.frii.com>
12793 Branch: cfgperl
12794 ! toke.c
12795____________________________________________________________________________
12796[ 3807] By: jhi on 1999/07/28 07:10:56
12797 Log: perlre clarification.
12798
12799 From: Ian Phillipps <ian@dial.pipex.com>
12800 To: Perl 5 Porters <perl5-porters@perl.org>
12801 Subject: [PATCH 5.00557] Add definite article to perlre.pod
12802 Date: Tue, 27 Jul 1999 10:46:29 +0100
12803 Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
12804 Branch: cfgperl
12805 ! pod/perlre.pod
12806____________________________________________________________________________
12807[ 3806] By: gsar on 1999/07/28 07:07:46
12808 Log: fix the perl -V breakage
12809
12810 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12811 To: Jarkko Hietaniemi <jhi@iki.fi>
12812 Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
12813 gsar@activestate.com
12814 Subject: Re: Follow up to: _58 on AIX 431
12815 Date: Tue, 27 Jul 1999 17:42:00 -0400
12816 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
12817 Branch: perl
12818 ! configpm
12819____________________________________________________________________________
12820[ 3805] By: gsar on 1999/07/28 07:03:34
12821 Log: avoid warning (from Doug MacEachern)
12822 Branch: perl
12823 ! perl.h
12824____________________________________________________________________________
12825[ 3804] By: gsar on 1999/07/28 06:59:30
12826 Log: Pod::Html tweak
12827
12828 From: jan.dubois@ibm.net (Jan Dubois)
12829 To: perl5-porters@perl.org
12830 Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
12831 Date: Tue, 27 Jul 1999 22:14:12 +0200
12832 Message-ID: <37a50af0.46171380@smtp1.ibm.net>
12833 Branch: perl
12834 ! lib/Pod/Html.pm
12835____________________________________________________________________________
12836[ 3803] By: gsar on 1999/07/28 06:56:38
12837 Log: freebsd hints update
12838
12839 From: Anton Berezin <tobez@plab.ku.dk>
12840 To: perl5-porters@perl.org
12841 Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
12842 Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
12843 Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
12844 Branch: perl
12845 ! hints/freebsd.sh
12846____________________________________________________________________________
12847[ 3802] By: gsar on 1999/07/28 06:51:32
12848 Log: cosmetic testsuite patch
12849
12850 From: Graham Barr <gbarr@ti.com>
12851 To: Perl5 Porters <perl5-porters@perl.org>
12852 Subject: 5.005_58 build
12853 Date: Tue, 27 Jul 1999 08:09:25 -0500
12854 Message-ID: <19990727080925.F4683@dal.asp.ti.com>
12855 Branch: perl
12856 ! t/op/grent.t t/op/pwent.t
12857____________________________________________________________________________
12858[ 3801] By: jhi on 1999/07/27 13:49:39
12859 Log: Minuscule cleanup of the integer overflow patch.
12860 Branch: cfgperl
12861 ! util.c
12862____________________________________________________________________________
12863[ 3800] By: jhi on 1999/07/27 13:37:23
12864 Log: Test hex('x...').
12865 Branch: cfgperl
12866 ! t/op/oct.t
12867____________________________________________________________________________
12868[ 3799] By: jhi on 1999/07/27 12:45:45
12869 Log: Integrate with Sarathy (5.005_58).
12870 Branch: cfgperl
12871 - ext/B/byteperl.c
12872 !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
12873 !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
12874 !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
12875 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12876 !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
12877 !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
12878 !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
12879 !> win32/config_H.vc
12880____________________________________________________________________________
12881[ 3798] By: jhi on 1999/07/27 12:42:43
12882 Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
12883 they used to be just optional lexical warnings.
12884 Also, with warnings turned on, constants > 2**32-1
12885 trigger a non-portability warning.
12886 Branch: cfgperl
12887 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
12888 ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
12889 ! util.c
12890____________________________________________________________________________
12891[ 3797] By: gsar on 1999/07/27 10:48:27
12892 Log: here lies 5.005_58
12893 Branch: perl
12894 - ext/B/byteperl.c
12895 ! Changes MANIFEST Porting/makerel pod/perldelta.pod
12896 ! pod/perlfaq9.pod pod/perlhist.pod
12897
12898----------------
12899Version 5.005_58
69dec784
GS
12900----------------
12901
12902____________________________________________________________________________
f29c64d6
GS
12903[ 3796] By: gsar on 1999/07/27 09:23:42
12904 Log: regenerate win32/config_H.?c
12905 Branch: perl
12906 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12907____________________________________________________________________________
12908[ 3795] By: gsar on 1999/07/27 09:02:31
12909 Log: From: Tye McQueen <tye@metronet.com>
12910 Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
12911 Message-Id: <199907270019.AA08223@metronet.com>
12912 Subject: Patch pl2bat.pl so batch file can fail
12913 Branch: perl
12914 ! win32/bin/pl2bat.pl
12915____________________________________________________________________________
12916[ 3794] By: gsar on 1999/07/27 08:59:58
12917 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12918 Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
12919 Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
12920 Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
12921 Branch: perl
12922 ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
12923 ! lib/SelfLoader.pm
12924____________________________________________________________________________
12925[ 3793] By: gsar on 1999/07/27 08:19:16
12926 Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
12927 (from Andy Dougherty)
12928 Branch: perl
12929 ! embed.h embed.pl
12930____________________________________________________________________________
12931[ 3792] By: gsar on 1999/07/27 08:04:19
12932 Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
12933 and Brad Appleton)
12934 Branch: perl
12935 ! lib/Pod/Parser.pm
12936____________________________________________________________________________
12937[ 3791] By: gsar on 1999/07/27 07:50:54
12938 Log: cover case where CLK_TCK is a float, not integer (from
12939 alexander smishlajev <als@turnhere.com>)
12940 Branch: perl
12941 ! ext/Devel/DProf/DProf.xs
12942____________________________________________________________________________
12943[ 3790] By: gsar on 1999/07/27 07:45:08
12944 Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
12945 to call Perl_malloc() as malloc() (from Ilya Zakharevich)
12946 Branch: perl
12947 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12948 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12949____________________________________________________________________________
12950[ 3789] By: jhi on 1999/07/27 07:44:55
12951 Log: Integrate with Sarathy.
12952 Branch: cfgperl
12953 +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
12954 !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
12955 !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
12956 !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
12957 !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
12958 !> proto.h t/comp/proto.t t/io/open.t
12959____________________________________________________________________________
12960[ 3788] By: gsar on 1999/07/27 07:29:59
12961 Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
12962 to Russ Allbery <rra@stanford.edu>); s/Simple// and
12963 s/pod2txt/pod2text/ etc.
12964 Branch: perl
12965 + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
12966 ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
12967____________________________________________________________________________
12968[ 3787] By: gsar on 1999/07/27 06:48:40
12969 Log: From: Andy Dougherty <doughera@lafayette.edu>
12970 Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
12971 Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
12972 Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
12973 Branch: perl
12974 ! ext/SDBM_File/sdbm/sdbm.h
12975____________________________________________________________________________
12976[ 3786] By: gsar on 1999/07/27 06:30:09
12977 Log: applied suggested patch; added missing prototype changes to
12978 opcode.pl along with documentation typos (feature still needs
12979 to be described in perlopentut.pod and summarized in
12980 perldelta.pod)
12981 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12982 Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
12983 Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
12984 Subject: [PATCH 5.00557] 3-arg open
12985 Branch: perl
12986 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
12987 ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
12988 ! proto.h t/comp/proto.t t/io/open.t
12989____________________________________________________________________________
12990[ 3785] By: gsar on 1999/07/27 04:36:39
12991 Log: don't quit if =head* wasn't found (suggested by Roland Bauer
12992 <roland.bauer@fff.at>)
12993 Branch: perl
12994 ! lib/Pod/Html.pm
12995____________________________________________________________________________
12996[ 3784] By: gsar on 1999/07/27 03:56:17
12997 Log: change#3762 wasn't needed
12998 Branch: perl
12999 ! ext/B/B/CC.pm
13000____________________________________________________________________________
13001[ 3783] By: jhi on 1999/07/26 19:08:21
13002 Log: Integrate with Sarathy.
13003 Branch: cfgperl
13004 !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
13005 !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
13006 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
13007____________________________________________________________________________
13008[ 3782] By: gsar on 1999/07/26 18:16:50
13009 Log: update Changes, patchlevel &c.
13010 Branch: perl
13011 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
13012 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13013____________________________________________________________________________
0002dd40
GS
13014[ 3781] By: gsar on 1999/07/26 17:54:47
13015 Log: a more correct fix for change#2744
13016 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13017 Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
13018 Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
13019 Subject: [PATCH _57] Re: toke.c questions
13020 Branch: perl
13021 ! toke.c
13022____________________________________________________________________________
13023[ 3780] By: gsar on 1999/07/26 17:37:04
13024 Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
13025 Branch: perl
13026 ! pod/perlfunc.pod
13027____________________________________________________________________________
13028[ 3779] By: jhi on 1999/07/26 16:37:23
13029 Log: Dusting off.
13030 Branch: cfgperl
13031 ! README.threads
13032____________________________________________________________________________
13033[ 3778] By: gsar on 1999/07/26 13:28:46
13034 Log: avoid DIVZERO
13035 Branch: perl
13036 ! utils/dprofpp.PL
13037____________________________________________________________________________
13038[ 3777] By: gsar on 1999/07/26 13:18:53
13039 Log: warnings identified by Borland compiler
13040 Branch: perl
13041 ! makedef.pl pp_ctl.c
13042____________________________________________________________________________
13043[ 3776] By: jhi on 1999/07/26 13:07:36
13044 Log: Integrate with Sarathy.
13045 Branch: cfgperl
13046 !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
13047____________________________________________________________________________
13048[ 3775] By: gsar on 1999/07/26 12:55:43
13049 Log: avoid infinite recursion when Thread.pm croaks during
13050 bootstrap
13051 Branch: perl
13052 ! lib/Carp/Heavy.pm
13053____________________________________________________________________________
13054[ 3774] By: gsar on 1999/07/26 12:43:02
13055 Log: integrate cfgperl contents into mainline
13056 Branch: perl
13057 +> lib/Carp/Heavy.pm
13058 !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
13059 !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
13060 !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
13061 !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13062 !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
13063____________________________________________________________________________
13064[ 3773] By: jhi on 1999/07/26 12:40:29
13065 Log: Use long doubles only if they are useful.
13066 Branch: cfgperl
13067 ! ext/POSIX/POSIX.xs
13068____________________________________________________________________________
13069[ 3772] By: gsar on 1999/07/26 12:33:11
13070 Log: typo in change#3768
13071 Branch: perl
13072 ! pp_hot.c
13073____________________________________________________________________________
13074[ 3771] By: gsar on 1999/07/26 12:08:27
13075 Log: alpha-stage support for user-hooks in @INC
13076 From: Ken Fox <kfox@ford.com>
13077 Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
13078 Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
13079 Subject: Re: loading remote modules
13080 Branch: perl
13081 ! pp_ctl.c
13082____________________________________________________________________________
13083[ 3770] By: jhi on 1999/07/26 11:38:36
13084 Log: Back out #3735. Needs more work.
13085 Branch: cfgperl
13086 ! Makefile.SH cflags.SH configpm ext/util/make_ext
13087 ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
13088 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
13089 ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13090 ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
13091____________________________________________________________________________
13092[ 3769] By: jhi on 1999/07/26 11:24:45
13093 Log: Integrate with Sarathy.
13094 Branch: cfgperl
13095 !> (integrate 35 files)
13096____________________________________________________________________________
13097[ 3768] By: gsar on 1999/07/26 11:03:07
13098 Log: optimize method name lookup
13099 From: Chip Salzenberg <chip@perlsupport.com>
13100 Date: Thu, 22 Jul 1999 13:43:36 -0400
13101 Message-ID: <19990722134336.Q391@perlsupport.com>
13102 Subject: [PATCH] OP_METHOD_NAMED
13103 Branch: perl
13104 ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
13105 ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
13106 ! proto.h
13107____________________________________________________________________________
13108[ 3767] By: gsar on 1999/07/26 10:44:11
13109 Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
13110 foo()->()); rework grammar to remove conflicts
13111 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13112 Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
13113 Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
13114 Subject: [PATCH _57, long] Re: optional arrow asymmetry
13115 Branch: perl
13116 ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
13117 ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
13118 ! vms/perly_c.vms vms/perly_h.vms
13119____________________________________________________________________________
13120[ 3766] By: jhi on 1999/07/26 10:18:56
13121 Log: Use $< instead of $*.c in *perlmain.o rules.
13122 Branch: cfgperl
13123 ! Makefile.SH
13124____________________________________________________________________________
13125[ 3765] By: gsar on 1999/07/26 09:28:48
13126 Log: From: Ian Phillipps <ian@dial.pipex.com>
13127 Date: Fri, 23 Jul 1999 23:35:56 +0100
13128 Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
13129 Subject: (Version 2) Extending unpack to deal with counted strings
13130 Branch: perl
13131 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
13132____________________________________________________________________________
13133[ 3764] By: jhi on 1999/07/26 09:17:26
13134 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13135 To: perl5-porters@perl.org (Mailing list Perl5)
13136 Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
13137 Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
13138 Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
13139
13140 The patch was based on 5_57 so had to re-apply lib/Carp.pm
13141 parts of changes #3498, #3696, and #3702 for the new
13142 lib/Carp/Heavy.pm.
13143 Branch: cfgperl
13144 + lib/Carp/Heavy.pm
13145 ! MANIFEST lib/Carp.pm
13146____________________________________________________________________________
13147[ 3763] By: gsar on 1999/07/26 09:03:17
13148 Log: ~ isn't valid in VMS filenames
13149 Branch: perl
13150 ! lib/Pod/Html.pm
13151____________________________________________________________________________
13152[ 3762] By: gsar on 1999/07/26 08:59:47
13153 Log: setstate stop-gap from Vishal Bhatia
13154 Branch: perl
13155 ! ext/B/B/CC.pm
13156____________________________________________________________________________
13157[ 3761] By: gsar on 1999/07/26 08:06:39
13158 Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
13159 add B::OP::name() method that returns just the op_name;
13160 convert Deparse et all to use that instead of B::OP::ppaddr();
13161 add support for OP_SETSTATE in Deparse
13162 Branch: perl
13163 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
13164 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
13165 ! ext/B/B/Xref.pm opcode.h opcode.pl
13166____________________________________________________________________________
13167[ 3760] By: jhi on 1999/07/26 07:14:43
13168 Log: Integrate with Sarathy.
13169 Branch: cfgperl
13170 !> (integrate 43 files)
13171____________________________________________________________________________
13172[ 3759] By: gsar on 1999/07/26 05:12:24
13173 Log: add disclaimer about perl 4 libraries (modified version of
13174 patch suggested by Clinton Pierce <cpierce1@ford.com>)
13175 Branch: perl
13176 ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
13177 ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
13178 ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
13179 ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
13180 ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
13181____________________________________________________________________________
13182[ 3758] By: gsar on 1999/07/26 04:48:35
13183 Log: make reset() behave with high-bit characters
13184 From: Ian Phillipps <ian@dial.pipex.com>
13185 Date: Thu, 22 Jul 1999 22:48:59 +0100
13186 Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
13187 Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
13188 Branch: perl
13189 ! sv.c
13190____________________________________________________________________________
13191[ 3757] By: gsar on 1999/07/26 04:40:32
13192 Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
13193 Branch: perl
13194 ! pod/perlport.pod
13195____________________________________________________________________________
13196[ 3756] By: gsar on 1999/07/26 04:20:37
13197 Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
13198 Branch: perl
13199 ! utils/dprofpp.PL
13200____________________________________________________________________________
13201[ 3755] By: gsar on 1999/07/26 04:18:00
13202 Log: disable VPATH for now (breaks x2p build)
13203 Branch: perl
13204 ! x2p/Makefile.SH
13205____________________________________________________________________________
13206[ 3754] By: gsar on 1999/07/26 03:15:33
13207 Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
13208 (%! has the necessary magic); misc typos
13209 Branch: perl
13210 ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
13211 ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
13212 ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
13213 ! utils/h2xs.PL
13214____________________________________________________________________________
13215[ 3753] By: gsar on 1999/07/26 02:38:28
13216 Log: integrate cfgperl contents into mainline
13217 Branch: perl
13218 +> t/pragma/locale/latin1 t/pragma/locale/utf8
13219 !> (integrate 53 files)
13220____________________________________________________________________________
13221[ 3752] By: gsar on 1999/07/26 02:11:31
13222 Log: ensure implicitly closed handles don't set $? or $!
13223 Branch: perl
13224 ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
13225____________________________________________________________________________
13226[ 3751] By: gsar on 1999/07/26 01:28:34
13227 Log: change#3534 didn't preserve undef return values from caller()
13228 Branch: perl
13229 ! Changes pp_ctl.c
13230____________________________________________________________________________
13231[ 3750] By: jhi on 1999/07/25 20:59:29
13232 Log: Back up a tiny bit from #3735.
13233 This may break builds outside the source directory
13234 but then again, they do not work that ell yet anyway.
13235 Branch: cfgperl
13236 ! Makefile.SH
13237____________________________________________________________________________
a682de96
GS
13238[ 3750] By: jhi on 1999/07/25 20:59:29
13239 Log: Back up a tiny bit from #3735.
13240 This may break builds outside the source directory
13241 but then again, they do not work that ell yet anyway.
13242 Branch: cfgperl
13243 ! Makefile.SH
13244____________________________________________________________________________
13245[ 3749] By: jhi on 1999/07/25 19:15:55
13246 Log: Integrate with Sarathy.
13247 Branch: cfgperl
13248 !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
13249____________________________________________________________________________
13250[ 3748] By: jhi on 1999/07/25 19:06:59
13251 Log: Recode locale.t so that the change in #3730
13252 is not needed and locale.t works both without
13253 and with the utf8 pragma.
13254 Branch: cfgperl
13255 + t/pragma/locale/latin1 t/pragma/locale/utf8
13256 ! MANIFEST t/pragma/locale.t
13257____________________________________________________________________________
13258[ 3747] By: jhi on 1999/07/25 19:01:46
13259 Log: Like #3743.
13260 Branch: cfgperl
13261 ! utils/perlbug.PL
13262____________________________________________________________________________
13263[ 3746] By: gsar on 1999/07/25 18:08:58
13264 Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
13265 append a HISTORY section to POD if option is used
13266 Branch: perl
13267 ! utils/h2xs.PL
13268____________________________________________________________________________
13269[ 3745] By: gsar on 1999/07/25 17:40:03
13270 Log: warn rather than die when parse_version() can't cut it (from
13271 Michael G Schwern <schwern@pobox.com>)
13272 Branch: perl
13273 ! lib/ExtUtils/MM_Unix.pm
13274____________________________________________________________________________
13275[ 3744] By: gsar on 1999/07/25 16:32:48
13276 Log: make map behave like grep wrt indirect object slot when
13277 there are parentheses; revert an experimental mod by Larry
13278 in change#2038 that failed to parse %{{qw(a b c)}} properly
13279 (this means C<map {use Foo; ...} ...> still needs a proper
13280 fix)
13281 Branch: perl
13282 ! toke.c
13283____________________________________________________________________________
13284[ 3743] By: jhi on 1999/07/25 16:24:55
13285 Log: Fix a typo in #3725.
13286 Branch: cfgperl
13287 ! utils/perlbug.PL
13288____________________________________________________________________________
13289[ 3742] By: jhi on 1999/07/25 16:14:39
13290 Log: Integrate with Sarathy.
13291 Branch: cfgperl
13292 !> (integrate 26 files)
13293____________________________________________________________________________
13294[ 3741] By: jhi on 1999/07/25 16:02:28
13295 Log: Cut-and-pasto in #3737.
13296 Branch: cfgperl
13297 ! perl.c
13298____________________________________________________________________________
13299[ 3740] By: gsar on 1999/07/25 15:59:34
13300 Log: add note about glibc bug
13301 Branch: perl
13302 ! t/pragma/warn/pp_hot
13303____________________________________________________________________________
13304[ 3739] By: gsar on 1999/07/25 15:48:40
13305 Log: fix bug in change#3728 that might free COPs prematurely;
13306 null(op) now does more thorough scrubbing of the op, which
13307 fixes a few compile-time memory "leaks"
13308 Branch: perl
13309 ! dump.c embed.h embed.pl op.c proto.h
13310____________________________________________________________________________
13311[ 3738] By: jhi on 1999/07/25 14:15:26
13312 Log: In accordance with #3737.
13313 Branch: metaconfig
13314 ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
13315 ! U/modified/Oldconfig.U
13316 Branch: metaconfig/U/perl
13317 ! Extensions.U
13318____________________________________________________________________________
13319[ 3737] By: jhi on 1999/07/25 14:12:34
13320 Log: Use vendorprefixlib.
13321 Branch: cfgperl
13322 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13323 ! config_h.SH perl.c
13324____________________________________________________________________________
13325[ 3736] By: jhi on 1999/07/25 13:10:03
13326 Log: Populate metaconfig branch.
13327 Branch: metaconfig
13328 + (add 1468 files)
13329 Branch: metaconfig/U/perl
13330 + (add 101 files)
13331____________________________________________________________________________
13332[ 3735] By: jhi on 1999/07/25 12:27:20
13333 Log: First steps of making builds outside the source
13334 directory possible. These should get us as far
13335 as miniperl, then building DynaLoader falls into
13336 tiny twinkling pieces as MakeMaker knows nothing
13337 of VPATH mindset.
13338 Branch: cfgperl
13339 ! Configure Makefile.SH cflags.SH config_h.SH configpm
13340 ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
13341 ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
13342 ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
13343 ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
13344____________________________________________________________________________
13345[ 3734] By: jhi on 1999/07/25 11:19:28
13346 Log: Poor Glossary--are we fixed yet?
13347 Branch: cfgperl
13348 ! Porting/Glossary
13349____________________________________________________________________________
13350[ 3733] By: jhi on 1999/07/25 11:15:06
13351 Log: Change #3732 mistakenly clobbered Glossary.
13352 Branch: cfgperl
13353 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13354 ! config_h.SH
13355____________________________________________________________________________
13356[ 3732] By: jhi on 1999/07/25 10:46:39
13357 Log: Andy's new installation scheme (note: a lot of this
13358 leaked in already with change #3731). The vendor*
13359 stuff is not used anywhere (in *.SH, say), so it
13360 isn't in Configure, either.
13361 Branch: cfgperl
13362 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13363 ! config_h.SH
13364____________________________________________________________________________
13365[ 3731] By: jhi on 1999/07/25 10:12:07
13366 Log: Circumcode a strange shell(?) bug in AIX found
13367 while trying to do -Duse64bits (which I couldn't do
13368 in the end because the CPU isn't 64-bit in that box,
13369 but at least now the probing doesn't crash.)
13370 Branch: cfgperl
13371 ! Configure config_h.SH hints/aix.sh
13372____________________________________________________________________________
13373[ 3730] By: gsar on 1999/07/25 04:56:56
13374 Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
13375 a utf8 bug in one of the new RE optimizations
13376 Branch: perl
13377 ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
13378 ! t/pragma/locale.t
13379____________________________________________________________________________
13380[ 3729] By: jhi on 1999/07/23 19:56:27
13381 Log: From: Andy Dougherty <doughera@lafayette.edu>
13382 To: Perl Porters <perl5-porters@perl.org>
13383 Subject: [PATCH 5.005_57] INSTALL-1.58
13384 Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
13385 Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
13386
13387 plus
13388
13389 From: "Kurt D. Starsinic" <kstar@chapin.edu>
13390 To: Andy Dougherty <doughera@lafayette.edu>
13391 Cc: Perl Porters <perl5-porters@perl.org>
13392 Subject: Re: [PATCH 5.005_57] INSTALL-1.58
13393 Date: Fri, 23 Jul 1999 13:38:25 -0400
13394 Message-ID: <19990723133825.A12033@O2.chapin.edu>
13395 Branch: cfgperl
13396 ! INSTALL
13397____________________________________________________________________________
13398[ 3728] By: gsar on 1999/07/23 17:24:42
13399 Log: applied suggested patch for tracking line numbers correctly in
13400 optimized blocks with a single statement; changed setcop to
13401 setstate and added code for -Dx dumps
13402 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13403 Date: Wed, 23 Jun 1999 17:27:42 +0100
13404 Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
13405 Subject: [PATCH 5.005_57] Line number error in optimised else()
13406 Branch: perl
13407 ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
13408 ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
13409 ! pp_proto.h t/op/misc.t
13410____________________________________________________________________________
13411[ 3727] By: gsar on 1999/07/23 15:56:04
13412 Log: avoid useless use of target for pp_each(); also fixes bugs due to
13413 refcount held by the target
13414 Branch: perl
13415 ! opcode.h opcode.pl pp.c t/op/each.t
13416____________________________________________________________________________
13417[ 3726] By: jhi on 1999/07/23 12:08:30
13418 Log: Change #3725 aftershock.
13419 Branch: cfgperl
13420 ! INSTALL jpl/JNI/JNI.pm
13421____________________________________________________________________________
13422[ 3725] By: jhi on 1999/07/23 11:58:49
13423 Log: Introduce $Config{ldlibpthname} which contains
13424 the name of the environment variable holding the
13425 dynamic library search path, often LD_LIBRARY_PATH.
13426 Use this new feature all over.
13427 Also removed remnants of admonition "add LD_LIBRARY_PATH
13428 before running make" because Makefile.SH does this for you.
13429 Branch: cfgperl
13430 ! Configure Makefile.SH config_h.SH
13431 ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
13432 ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
13433 ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
13434 ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
13435 ! jpl/install-jpl utils/perlbug.PL
13436____________________________________________________________________________
13437[ 3724] By: jhi on 1999/07/23 08:03:36
13438 Log: From: Spider Boardman <spider@orb.nashua.nh.us>
13439 To: perl5-porters@perl.org
13440 Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
13441 Date: Thu, 22 Jul 1999 19:58:34 -0400
13442 Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
13443 Branch: cfgperl
13444 ! av.c
13445____________________________________________________________________________
13446[ 3723] By: gsar on 1999/07/23 00:01:29
13447 Log: emit warning about function calls that were encountered too early
13448 to enforce their prototype
13449 Branch: perl
13450 ! op.c op.h pod/perldiag.pod
13451____________________________________________________________________________
13452[ 3722] By: jhi on 1999/07/22 21:19:59
13453 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13454 To: perl5-porters@perl.org
13455 Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
13456 Subject: [PATCH] MakeMaker documentation
13457 Date: Wed, 21 Jul 1999 14:15:42 -0400
13458 Message-ID: <19990721141542.A1800@O2.chapin.edu>
13459 Branch: cfgperl
13460 ! lib/ExtUtils/MakeMaker.pm
13461____________________________________________________________________________
13462[ 3721] By: jhi on 1999/07/22 21:05:19
13463 Log: From: pvhp@forte.com (Peter Prymmer)
13464 To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
13465 Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
13466 Date: Wed, 21 Jul 99 17:15:39 PDT
13467 Message-Id: <9907220015.AA11931@forte.com>
13468 Branch: cfgperl
13469 ! hints/os390.sh
13470____________________________________________________________________________
13471[ 3720] By: jhi on 1999/07/22 20:51:17
13472 Log: AIX magic: ccdlflags needs to be different for
13473 Perl itself and for extra-core extensions
13474 (as used by ExtUtilss::embed::ldopts).
13475 Based on the problems described in
13476
13477 From: Mike W Ellwood <mwe@rl.ac.uk>
13478 To: perl5-porters@perl.org
13479 Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
13480 Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
13481 Reply-To: m.w.ellwood@rl.ac.uk
13482 Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
13483 Branch: cfgperl
13484 ! Configure Makefile.SH config_h.SH hints/aix.sh
13485____________________________________________________________________________
13486[ 3719] By: jhi on 1999/07/22 08:23:53
13487 Log: Update history records.
13488 Branch: cfgperl
13489 ! pod/perlhist.pod
13490____________________________________________________________________________
13491[ 3718] By: jhi on 1999/07/21 13:54:42
13492 Log: Todododobedobedo.
13493 Branch: cfgperl
13494 ! Todo
13495____________________________________________________________________________
13496[ 3717] By: jhi on 1999/07/21 12:10:48
13497 Log: Even more Todo.
13498 Branch: cfgperl
13499 ! Todo
13500____________________________________________________________________________
13501[ 3716] By: jhi on 1999/07/21 11:40:39
13502 Log: Use Errno more extensively so that error
13503 messages are more portable (another way
13504 would be to muck around with LC_MESSAGES).
13505 Problem reported in
13506
13507 From: oracle@pcr8.pcr.com
13508 To: perl5-porters@perl.org
13509 Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
13510 Date: Mon, 19 Jul 1999 18:39:13 -0400
13511 Message-Id: <9907192239.AA44990@pcr8.pcr.com>
13512 Branch: cfgperl
13513 ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
13514 ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
13515 ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
13516____________________________________________________________________________
13517[ 3715] By: jhi on 1999/07/21 11:05:36
13518 Log: Slightly modified patch.
13519 From: Sean Sheedy <seans@ncube.com>
13520 To: perl5-porters@perl.org
13521 Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
13522 Date: Tue, 20 Jul 1999 09:52:06 -0700
13523 Message-Id: <3794A935.1C150E54@ncube.com>
13524 Branch: cfgperl
13525 ! cflags.SH x2p/cflags.SH
13526____________________________________________________________________________
13527[ 3714] By: jhi on 1999/07/20 21:26:19
13528 Log: More Todo.
13529 Branch: cfgperl
13530 ! Todo
13531____________________________________________________________________________
13532[ 3713] By: jhi on 1999/07/20 18:02:45
13533 Log: Integrate with Sarathy.
13534 Branch: cfgperl
13535 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13536 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13537 +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
13538 +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
13539 +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
13540 +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
13541 +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
13542 +> utils/dprofpp.PL
13543 !> INSTALL MAINTAIN MANIFEST configure.com
13544 !> ext/Devel/Peek/Makefile.PL installman installperl
13545 !> pod/roffitall utils/Makefile vms/descrip_mms.template
13546 !> win32/Makefile win32/makefile.mk win32/win32.h
13547____________________________________________________________________________
13548[ 3712] By: gsar on 1999/07/20 15:29:01
13549 Log: DProf tweak
13550 Branch: perl
13551 ! ext/Devel/DProf/DProf.xs
13552____________________________________________________________________________
13553[ 3711] By: gsar on 1999/07/20 07:56:19
13554 Log: another DProf build tweak
13555 Branch: perl
13556 ! utils/dprofpp.PL
13557____________________________________________________________________________
13558[ 3710] By: gsar on 1999/07/20 07:36:36
13559 Log: move DProf things around to where they are supposed to be
13560 Branch: perl
13561 + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
13562 + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
13563 + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
13564 + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
13565 + t/lib/dprof/test6_t t/lib/dprof/test6_v
13566 +> utils/dprofpp.PL
13567 - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
13568 - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
13569 - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
13570 - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
13571 - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
13572 - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
13573 - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
13574 - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
13575 ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
13576 ! installperl pod/roffitall utils/Makefile
13577 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13578____________________________________________________________________________
13579[ 3709] By: gsar on 1999/07/20 06:13:16
13580 Log: DProf fixups for PERL_IMPLICIT_CONTEXT
13581 Branch: perl
13582 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13583 ! ext/Devel/Peek/Makefile.PL
13584____________________________________________________________________________
13585[ 3708] By: gsar on 1999/07/20 06:01:22
13586 Log: move DProf to Devel/DProf
13587 Branch: perl
13588 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13589 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13590 +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
13591 +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
13592 +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
13593 +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
13594 +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
13595 +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
13596 +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
13597 +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
13598 +> ext/Devel/DProf/test.pl
13599 - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
13600 - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
13601 - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
13602 - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
13603 - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
13604 - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
13605 - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
13606 ! MAINTAIN MANIFEST configure.com win32/Makefile
13607 ! win32/makefile.mk
13608____________________________________________________________________________
13609[ 3707] By: gsar on 1999/07/20 05:39:11
13610 Log: add Devel::DProf v19990108 from CPAN, as it was
13611 Branch: perl
13612 + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
13613 + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
13614 + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
13615 + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
13616 + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
13617 + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
13618 + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
13619 ! MANIFEST
13620____________________________________________________________________________
13621[ 3706] By: gsar on 1999/07/20 04:52:25
13622 Log: C<union any> needs no PERL_OBJECT-treatment
13623 Branch: perl
13624 ! win32/win32.h
13625____________________________________________________________________________
13626[ 3705] By: gsar on 1999/07/20 04:11:54
13627 Log: fix problem in default build
13628 Branch: perl
13629 ! win32/Makefile win32/makefile.mk
13630____________________________________________________________________________
13631[ 3704] By: jhi on 1999/07/19 07:06:36
13632 Log: Integrate with Sarathy.
13633 Branch: cfgperl
13634 !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
13635 !> win32/win32.c
13636____________________________________________________________________________
13637[ 3703] By: gsar on 1999/07/19 05:55:57
13638 Log: win32 nits
13639 Branch: perl
13640 ! makedef.pl sv.h
13641____________________________________________________________________________
13642[ 3702] By: gsar on 1999/07/19 04:29:34
13643 Log: don't display tid from main thread (or testsuite breaks)
13644 Branch: perl
13645 ! lib/Carp.pm util.c
13646____________________________________________________________________________
13647[ 3701] By: gsar on 1999/07/19 00:47:52
13648 Log: remove several doubled (and tripled!) entries
13649 Branch: perl
13650 ! pod/perldiag.pod
13651____________________________________________________________________________
13652[ 3700] By: gsar on 1999/07/19 00:42:34
13653 Log: integrate cfgperl contents into mainline
13654 Branch: perl
13655 +> makedef.pl
13656 - perl_exp.SH win32/makedef.pl
13657 !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
13658 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
13659 !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
13660 !> utf8.c util.c win32/Makefile win32/makefile.mk
13661____________________________________________________________________________
13662[ 3699] By: gsar on 1999/07/19 00:33:59
13663 Log: avoid bug in win32_str_os_error() (from Jan Dubois)
13664 Branch: perl
13665 ! Changes win32/win32.c
13666____________________________________________________________________________
13667[ 3698] By: jhi on 1999/07/18 21:33:57
13668 Log: Integrate with Sarathy.
13669 Branch: cfgperl
13670 +> t/op/chars.t
13671 !> (integrate 57 files)
13672____________________________________________________________________________
2ce77adf
GS
13673[ 3697] By: gsar on 1999/07/18 05:22:36
13674 Log: From: pvhp@forte.com (Peter Prymmer)
13675 Date: Thu, 1 Jul 99 19:31:24 PDT
13676 Message-Id: <9907020231.AA16942@forte.com>
13677 Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
13678 Branch: perl
13679 + t/op/chars.t
13680 ! MANIFEST ebcdic.c t/op/ord.t
13681____________________________________________________________________________
13682[ 3696] By: gsar on 1999/07/18 05:11:02
13683 Log: display thread id in diagnostics (suggested by Dan Sugalski)
13684 Branch: perl
13685 ! lib/Carp.pm util.c
13686____________________________________________________________________________
13687[ 3695] By: gsar on 1999/07/18 04:57:47
13688 Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
13689 Branch: perl
13690 ! pod/perldiag.pod
13691____________________________________________________________________________
13692[ 3694] By: gsar on 1999/07/18 04:56:28
13693 Log: cache [NIUP]V conversions of defined READONLY values
13694 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13695 Date: Sun, 11 Jul 1999 04:39:44 -0400
13696 Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
13697 Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
13698 Branch: perl
13699 ! sv.c
13700____________________________________________________________________________
13701[ 3693] By: gsar on 1999/07/18 03:53:38
13702 Log: From: jan.dubois@ibm.net (Jan Dubois)
13703 Date: Sat, 17 Jul 1999 10:58:29 +0200
13704 Message-ID: <379144ad.13616689@smtp1.ibm.net>
13705 Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
13706 Branch: perl
13707 ! lib/ExtUtils/Manifest.pm
13708____________________________________________________________________________
13709[ 3692] By: gsar on 1999/07/18 03:51:03
13710 Log: remove spurious newSTATEOP() that causes goto to enter one too many
13711 contexts when jumping between if and elsif blocks
13712 Branch: perl
13713 ! perly.c perly.y pp_ctl.c t/op/goto.t
13714____________________________________________________________________________
13715[ 3691] By: gsar on 1999/07/18 01:49:59
13716 Log: detypo, update Changes
13717 Branch: perl
13718 ! Changes doio.c
13719____________________________________________________________________________
2aa1486d
GS
13720[ 3690] By: gsar on 1999/07/18 01:16:59
13721 Log: mention the -Minteger effect on modulus (from Nathan Torkington)
13722 Branch: perl
13723 ! lib/integer.pm
13724____________________________________________________________________________
13725[ 3689] By: gsar on 1999/07/18 00:47:17
13726 Log: ensure __END__ appears on a line by itself in wrapped
13727 scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
13728 mention caveat about successfull kill()
13729 Branch: perl
13730 ! pod/perlfunc.pod win32/bin/pl2bat.pl
13731____________________________________________________________________________
13732[ 3688] By: gsar on 1999/07/17 20:47:44
13733 Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
13734 Branch: perl
13735 ! ext/SDBM_File/sdbm/Makefile.PL
13736____________________________________________________________________________
13737[ 3687] By: gsar on 1999/07/17 20:43:27
13738 Log: make CC.pm use a distinct CCPP() macro rather than PP()
13739 (suggested by Vishal Bhatia <vishalb@my-deja.com>)
13740 Branch: perl
13741 ! cc_runtime.h ext/B/B/CC.pm
13742____________________________________________________________________________
13743[ 3686] By: gsar on 1999/07/17 20:39:08
13744 Log: tiny bug in vars.pm (from John Dlugosz)
13745 Branch: perl
13746 ! lib/vars.pm
13747____________________________________________________________________________
13748[ 3685] By: gsar on 1999/07/17 20:37:27
13749 Log: applied suggested patch, along with later tweak
13750 From: jan.dubois@ibm.net (Jan Dubois)
13751 Date: Wed, 14 Jul 1999 23:53:43 +0200
13752 Message-ID: <37a902e7.15977234@smtp1.ibm.net>
13753 Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
13754 Branch: perl
13755 ! lib/Pod/Html.pm
13756____________________________________________________________________________
13757[ 3684] By: gsar on 1999/07/17 20:24:32
13758 Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
13759 Branch: perl
13760 ! thrdvar.h
13761____________________________________________________________________________
13762[ 3683] By: gsar on 1999/07/17 20:21:01
13763 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13764 Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
13765 Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
13766 Subject: [PATCH 5.005_57] Segfaults if $^P
13767 Branch: perl
13768 ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
13769 ! proto.h
13770____________________________________________________________________________
13771[ 3682] By: gsar on 1999/07/17 20:04:17
13772 Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
13773 and prefix/lib/perl5/man are ass_u_med only if those directories
13774 actually exist; else prefix/{lib,man} are used)
13775 Branch: perl
13776 ! lib/ExtUtils/MM_Unix.pm
13777____________________________________________________________________________
13778[ 3681] By: gsar on 1999/07/17 19:12:33
13779 Log: allow $foo{$x} and $bar[$i] for (\$) prototype
13780 Branch: perl
13781 ! op.c t/comp/proto.t
13782____________________________________________________________________________
13783[ 3680] By: gsar on 1999/07/17 18:23:55
13784 Log: fix vec() on magic values
13785 From: Ian Phillipps <ian@dial.pipex.com>
13786 Date: Mon, 12 Jul 1999 12:30:05 +0100
13787 Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
13788 Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003].
13789 Branch: perl
13790 ! doop.c t/op/tie.t
13791____________________________________________________________________________
13792[ 3679] By: gsar on 1999/07/17 18:10:44
13793 Log: make system() return -1 and set $! if exec of child failed
13794 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13795 Date: Fri, 9 Jul 1999 05:21:13 -0400
13796 Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
13797 Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
13798 Branch: perl
13799 ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
13800 ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
13801____________________________________________________________________________
13802[ 3678] By: gsar on 1999/07/17 17:54:01
13803 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13804 Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
13805 Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
13806 Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
13807 Branch: perl
13808 ! util.c
13809____________________________________________________________________________
13810[ 3677] By: gsar on 1999/07/17 17:34:38
13811 Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
13812 converted Ken's documentation outline into pod
13813 Branch: perl
13814 ! x2p/find2perl.PL
13815____________________________________________________________________________
13816[ 3676] By: gsar on 1999/07/17 16:34:09
13817 Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
13818 Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
13819 Steve Lidie
13820 Branch: perl
13821 ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
13822 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13823 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
13824 ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
13825 ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
13826 ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
13827____________________________________________________________________________
13828[ 3675] By: gsar on 1999/07/17 00:16:53
13829 Log: backout redundant change#3628
13830 Branch: perl
13831 ! Changes hints/bsdos.sh
13832____________________________________________________________________________
fa9c2ea8
GS
13833[ 3674] By: jhi on 1999/07/15 14:26:03
13834 Log: Fix the bin/oct/hex constant overflow tests for
13835 long long platforms.
13836 Branch: cfgperl
13837 ! t/pragma/warn/util
13838____________________________________________________________________________
13839[ 3673] By: jhi on 1999/07/14 21:59:11
13840 Log: Fixed AIX dynamic loading and AIX shared Perl library.
13841 Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
13842 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
13843 Hijacked win32/makedef.pl for more general purpose export
13844 list building, now it is used (as toplevel makedef.pl)
13845 for win32 and AIX (perl_exp.SH made unnecessary).
13846 Because the export lists are now correct in AIX, no more linker
13847 warnings about "Exported symbol not defined" should appear.
13848 Branch: cfgperl
13849 + makedef.pl
13850 - perl_exp.SH win32/makedef.pl
13851 ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
13852 ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
13853 ! win32/makefile.mk
13854____________________________________________________________________________
13855[ 3672] By: gsar on 1999/07/14 17:12:13
13856 Log: minor efficiency tweak
13857 Branch: perl
13858 ! pp_ctl.c
13859____________________________________________________________________________
13860[ 3671] By: jhi on 1999/07/14 16:22:39
13861 Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
13862 if its caller re_intuit_start() was entered with strend == strpos
13863 because end_shift ended up as -1. The patch ain't necessarily
13864 correct but least the core dump is avoided.
13865 Branch: cfgperl
13866 ! regexec.c
13867____________________________________________________________________________
13868[ 3670] By: jhi on 1999/07/13 07:59:09
13869 Log: Integrate with Sarathy.
13870 Branch: cfgperl
13871 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
13872 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
13873 !> (integrate 67 files)
13874____________________________________________________________________________
13875[ 3669] By: gsar on 1999/07/12 06:14:54
13876 Log: fixups for sundry warnings about function pointers
13877 Branch: perl
13878 ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
13879 ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
13880 ! win32/win32.c win32/win32.h
13881____________________________________________________________________________
13882[ 3668] By: gsar on 1999/07/12 04:11:58
13883 Log: tweaks for win32/borland
13884 Branch: perl
13885 ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
13886____________________________________________________________________________
13887[ 3667] By: gsar on 1999/07/12 01:55:15
13888 Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
13889 builds; passing the implicit context is unified among the three
13890 flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
13891 flavors (see the top of perl.h) for testing; all varargs functions
13892 foo() have a va_list-taking variant vfoo() for generating the
13893 context-free versions; the PERL_OBJECT build should now be
13894 hyper-compatible with CPAN extensions (C++ is totally out of
13895 the picture)
13896
13897 result has only been tested on Windows
13898
13899 TODO: write docs on the THX rationale and idiomatic usage of
13900 the Perl API
13901 Branch: perl
13902 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
13903 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
13904 ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
13905 ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
13906 ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
13907 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
13908 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13909 ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
13910 ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
13911 ! global.sym globals.c intrpvar.h iperlsys.h
13912 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13913 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
13914 ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
13915 ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
13916 ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
13917 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
13918 ! win32/dl_win32.xs win32/include/dirent.h
13919 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
13920 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
13921 ! win32/win32iop.h win32/win32sck.c
13922____________________________________________________________________________
13923[ 3666] By: jhi on 1999/07/11 22:00:13
13924 Log: Integrate with Sarathy.
13925 Branch: cfgperl
13926 !> op.c t/op/lex_assign.t
13927____________________________________________________________________________
13928[ 3665] By: jhi on 1999/07/11 21:59:01
13929 Log: More manual sync.
13930 Branch: cfgperl
13931 ! pod/perldelta.pod
13932____________________________________________________________________________
13933[ 3664] By: gsar on 1999/07/11 19:11:07
13934 Log: change#3612 was buggy and failed to build Tk; applied Ilya's
13935 remedy and related tests via private mail
13936 Branch: perl
13937 ! op.c t/op/lex_assign.t
13938____________________________________________________________________________
13939[ 3663] By: jhi on 1999/07/11 15:04:37
13940 Log: Manual synchronization with Sarathy (some files
13941 had drifted apart for no apparent reason), plus
13942 I had a typo in dl_vms.xs Sarathy had fixed.
13943 Branch: cfgperl
13944 ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
13945____________________________________________________________________________
13946[ 3662] By: jhi on 1999/07/10 12:23:21
13947 Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
13948 to adapt to the underlying platform (the binary, 0b1..., test
13949 was broken in 64-bit platforms). Also change "hex" in the
13950 warning messages to "hexadecimal" to match "binary" and "octal".
13951 Branch: cfgperl
13952 ! pod/perldiag.pod t/pragma/warn/util util.c
13953____________________________________________________________________________
13954[ 3661] By: jhi on 1999/07/08 21:54:55
13955 Log: Integrate with Sarathy.
13956 Branch: cfgperl
13957 +> perlapi.c perlapi.h
13958 !> (integrate 43 files)
13959____________________________________________________________________________
13960[ 3660] By: gsar on 1999/07/08 18:47:35
13961 Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
13962 Branch: perl
13963 + perlapi.c perlapi.h
13964 ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
13965 ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
13966 ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
13967 ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
13968 ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
13969 ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
13970 ! win32/win32.h
13971____________________________________________________________________________
13972[ 3659] By: gsar on 1999/07/08 18:41:45
13973 Log: sundry cleanups for clean build on windows
13974 Branch: perl
13975 ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
13976____________________________________________________________________________
13977[ 3658] By: gsar on 1999/07/08 01:24:25
13978 Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
13979 type mismatch problems
13980 Branch: perl
13981 ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
13982 ! t/pragma/warn/op toke.c utf8.c util.c
13983____________________________________________________________________________
13984[ 3657] By: jhi on 1999/07/07 23:01:16
13985 Log: Integrate with Sarathy. perldiag.pod required manual editing.
13986 Branch: cfgperl
13987 ! pod/perldiag.pod
13988 !> Changes configure.com ext/B/B/Deparse.pm
13989 !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
13990 !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
13991 !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
13992 !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
13993 !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
13994 !> t/pragma/overload.t thread.h vms/vms.c
13995____________________________________________________________________________
13996[ 3656] By: gsar on 1999/07/07 21:04:38
13997 Log: integrate cfgperl contents
13998 Branch: perl
13999 +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
14000 +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
14001 +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
14002 ! Changes
14003 !> (integrate 45 files)
14004____________________________________________________________________________
3e3318e7
GS
14005[ 3655] By: gsar on 1999/07/07 18:55:45
14006 Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
14007 <pvhp@forte.com>
14008 Branch: perl
14009 ! ext/ByteLoader/Makefile.PL t/op/filetest.t
14010____________________________________________________________________________
14011[ 3654] By: gsar on 1999/07/07 18:47:03
14012 Log: change#1889 mistakenly removed F_SETLK
14013 Branch: perl
14014 ! ext/Fcntl/Fcntl.xs
14015____________________________________________________________________________
14016[ 3653] By: gsar on 1999/07/07 18:42:42
14017 Log: B::Deparse update
14018 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14019 Date: Mon, 5 Jul 1999 17:57:03 -0500 (CDT)
14020 Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
14021 Subject: [PATCH _57, long] B::Deparse 0.58
14022 Branch: perl
14023 ! ext/B/B/Deparse.pm
14024____________________________________________________________________________
14025[ 3652] By: gsar on 1999/07/07 18:41:07
14026 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14027 Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
14028 Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
14029 Subject: Re: [ID 19990705.001] Overloading boolean conversion
14030 Branch: perl
14031 ! gv.c t/pragma/overload.t
14032____________________________________________________________________________
14033[ 3651] By: gsar on 1999/07/07 17:47:30
14034 Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
14035 Branch: perl
14036 ! perlsfio.h
14037____________________________________________________________________________
14038[ 3650] By: gsar on 1999/07/07 17:45:52
14039 Log: applied new parts of suggested patch
14040 From: Charles Bailey <BAILEY@newman.upenn.edu>
14041 Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
14042 Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
14043 Subject: [PATCH 5.005_57] Consolidated VMS patch
14044 Branch: perl
14045 ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
14046 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
14047 ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
14048 ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
14049 ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
14050____________________________________________________________________________
14051[ 3649] By: jhi on 1999/07/07 13:38:02
14052 Log: Sync regcomp warn with reality.
14053 Branch: cfgperl
14054 ! t/pragma/warn/regcomp
14055____________________________________________________________________________
14056[ 3648] By: jhi on 1999/07/07 13:04:55
14057 Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
14058 resolved manually.
14059 Branch: cfgperl
14060 +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
14061 +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
14062 +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
14063 - README.lexwarn
14064 !> (integrate 79 files)
14065____________________________________________________________________________
14066[ 3647] By: gsar on 1999/07/07 10:32:03
14067 Log: From: jan.dubois@ibm.net (Jan Dubois)
14068 Date: Thu, 01 Jul 1999 11:17:53 +0200
14069 Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
14070 Subject: [PATCH 5.005_57] MakeMaker support for pod2html
14071 Branch: perl
14072 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
14073 ! lib/ExtUtils/MakeMaker.pm
14074____________________________________________________________________________
14075[ 3646] By: gsar on 1999/07/07 10:27:55
14076 Log: fix undocumented IO::Handle functions as suggested
14077 by cj10@cam.ac.uk
14078 Branch: perl
14079 ! ext/IO/lib/IO/Handle.pm
14080____________________________________________________________________________
14081[ 3645] By: gsar on 1999/07/07 10:18:55
14082 Log: prohibit thread join()ing itself (from Dan Sugalski)
14083 Branch: perl
14084 ! ext/Thread/Thread.xs
14085____________________________________________________________________________
14086[ 3644] By: gsar on 1999/07/07 10:14:26
14087 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
14088 Date: Wed, 30 Jun 1999 14:02:42 -0700
14089 Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
14090 Subject: [PATCH 5.005_57] Compiler and XSUBS
14091 Branch: perl
14092 ! ext/B/B/C.pm
14093____________________________________________________________________________
14094[ 3643] By: gsar on 1999/07/07 10:08:38
14095 Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
14096 (from François Désarménien <desar@club-internet.fr>)
14097 Branch: perl
14098 ! pod/perlsyn.pod
14099____________________________________________________________________________
14100[ 3642] By: gsar on 1999/07/07 10:03:24
14101 Log: From: Doug MacEachern <dougm@cp.net>
14102 Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
14103 Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
14104 Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
14105 Branch: perl
14106 ! ext/B/B.xs
14107____________________________________________________________________________
14108[ 3641] By: gsar on 1999/07/07 10:00:57
14109 Log: slightly modified version of suggested patch
14110 From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
14111 Date: Mon, 28 Jun 1999 14:23:59 -0400
14112 Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
14113 Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
14114 Branch: perl
14115 ! ext/POSIX/POSIX.xs
14116____________________________________________________________________________
14117[ 3640] By: gsar on 1999/07/07 09:45:43
14118 Log: lexical warnings update (warning.t fails one test
14119 due to leaked scalar, investigation pending)
14120 From: paul.marquess@bt.com
14121 Date: Sat, 26 Jun 1999 23:19:52 +0100
14122 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
14123 Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
14124 Branch: perl
14125 + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
14126 + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
14127 + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
14128 - README.lexwarn
14129 ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
14130 ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
14131 ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
14132 ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
14133 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14134 ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
14135 ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
14136 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
14137 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
14138 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
14139 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
14140 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
14141 ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
14142 ! warning.h warning.pl win32/win32.c
14143____________________________________________________________________________
0453d815
PM
14144[ 3639] By: gsar on 1999/07/07 08:09:30
14145 Log: From: Brian Jepson <bjepson@home.com>
14146 Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
14147 Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
14148 Subject: Patch to JPL example program
14149 Branch: perl
14150 ! jpl/JPL_Rolo/JPL_Rolo.jpl
14151____________________________________________________________________________
14152[ 3638] By: jhi on 1999/07/07 08:07:58
14153 Log: Integrate with Sarathy.
14154 Branch: cfgperl
14155 !> (integrate 34 files)
14156____________________________________________________________________________
14157[ 3637] By: gsar on 1999/07/07 08:07:49
14158 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14159 Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
14160 Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
14161 Subject: [PATCH _57, long] Eliminate CONDOPs
14162 Branch: perl
14163 ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
14164 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
14165 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
14166 ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
14167 ! pod/perltoc.pod pp_ctl.c pp_hot.c
14168____________________________________________________________________________
14169[ 3636] By: gsar on 1999/07/07 07:50:51
14170 Log: adapted suggested patch for IO-1.20x
14171 From: ian@dial.pipex.com
14172 Date: Fri, 25 Jun 1999 10:39:42 +0100
14173 Message-Id: <199906250939.KAA02152@homer.diplex.co.uk>
14174 Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm
14175 Branch: perl
14176 ! ext/IO/lib/IO/Socket.pm
14177____________________________________________________________________________
14178[ 3635] By: gsar on 1999/07/07 07:26:05
14179 Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
14180 Branch: perl
14181 ! hints/powerux.sh
14182____________________________________________________________________________
14183[ 3634] By: gsar on 1999/07/07 07:20:02
14184 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14185 Date: Wed, 23 Jun 1999 16:16:05 +0100
14186 Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
14187 Subject: [PATCH 5.005_57] memleak in optimizer
14188 Branch: perl
14189 ! embed.h embed.pl objXSUB.h op.c proto.h
14190____________________________________________________________________________
14191[ 3633] By: gsar on 1999/07/07 07:10:52
14192 Log: add do-not-edit caveats for files generated by opcode.pl
14193 (suggested by Hugo van der Sanden)
14194 Branch: perl
14195 ! opcode.h opcode.pl pp.sym pp_proto.h
14196____________________________________________________________________________
14197[ 3632] By: gsar on 1999/07/07 06:41:13
14198 Log: better diagnostics on read operations from write-only
14199 filehandles
14200 Branch: perl
14201 ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
14202 ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
14203____________________________________________________________________________
14204[ 3631] By: gsar on 1999/07/07 02:03:34
14205 Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
14206 by David Muir Sharnoff <muir@idiom.com>)
14207 Branch: perl
14208 ! lib/Sys/Hostname.pm
14209____________________________________________________________________________
14210[ 3630] By: gsar on 1999/07/07 01:57:16
14211 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
14212 Date: Sun, 20 Jun 1999 17:17:17 -0700
14213 Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
14214 Subject: [PATCH 5.005_57] Minor bug fix in pp_require
14215 Branch: perl
14216 ! ext/B/B/CC.pm
14217____________________________________________________________________________
14218[ 3629] By: gsar on 1999/07/07 01:46:03
14219 Log: installperl should write normal messages to STDOUT, not STDERR
14220 Branch: perl
14221 ! installperl
14222____________________________________________________________________________
14223[ 3628] By: gsar on 1999/07/07 01:41:25
14224 Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
14225 Branch: perl
14226 ! hints/bsdos.sh
14227____________________________________________________________________________
14228[ 3627] By: gsar on 1999/07/07 00:27:10
14229 Log: make diagnostic on C<my $^I> etc., more readable
14230 Branch: perl
14231 ! op.c
14232____________________________________________________________________________
14233[ 3626] By: gsar on 1999/07/06 23:47:27
14234 Log: From: Andy Dougherty <doughera@lafayette.edu>
14235 Date: Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
14236 Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
14237 Subject: [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
14238 Branch: perl
14239 ! Makefile.SH utils/Makefile
14240____________________________________________________________________________
14241[ 3625] By: jhi on 1999/07/06 21:50:46
14242 Log: Some new files of #3624 missing from MANIFEST.
14243 Branch: cfgperl
14244 ! MANIFEST
14245____________________________________________________________________________
14246[ 3624] By: jhi on 1999/07/06 21:47:04
14247 Log: POSIX [[:character class:]] support for standard, locale,
14248 and utf8. If both utf8 and locale are on, utf8 wins.
14249 I don't fully understand why so many tables changed in
14250 lib/unicode because of "make" -- maybe it was just overdue.
14251 Branch: cfgperl
14252 + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
14253 + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
14254 + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
14255 ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
14256 ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
14257 ! lib/unicode/Block.pl lib/unicode/Category.pl
14258 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14259 ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
14260 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
14261 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
14262 ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
14263 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
14264 ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
14265 ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
14266 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
14267 ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
14268 ! t/pragma/warn/regcomp utf8.c
14269____________________________________________________________________________
14270[ 3623] By: gsar on 1999/07/06 20:52:48
14271 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14272 Date: Wed, 16 Jun 1999 14:57:22 -0400
14273 Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
14274 Subject: [PATCH 5.00557] Devel::Peek
14275 Branch: perl
14276 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14277____________________________________________________________________________
14278[ 3622] By: gsar on 1999/07/06 20:22:59
14279 Log: applied patch after demunging headers with appropriate paths
14280 From: "Vishal Bhatia" <vishalb@my-deja.com>
14281 Date: Sat, 12 Jun 1999 08:23:59 -0700
14282 Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
14283 Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
14284 Branch: perl
14285 ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
14286 ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
14287____________________________________________________________________________
14288[ 3621] By: gsar on 1999/07/06 20:10:50
14289 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14290 Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
14291 Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
14292 Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
14293 Branch: perl
14294 ! doio.c
14295____________________________________________________________________________
14296[ 3620] By: jhi on 1999/07/06 19:16:47
14297 Log: Mention EPOC and SOCKS.
14298 Branch: cfgperl
14299 ! pod/perldelta.pod
14300____________________________________________________________________________
14301[ 3619] By: gsar on 1999/07/06 16:52:37
14302 Log: fix int vs STRLEN issue
14303 Branch: perl
14304 ! pp.c
14305____________________________________________________________________________
14306[ 3618] By: jhi on 1999/07/06 16:52:20
14307 Log: There ain't Perl_atonv().
14308 Branch: cfgperl
14309 ! ext/ByteLoader/bytecode.h
14310____________________________________________________________________________
14311[ 3617] By: jhi on 1999/07/06 15:55:22
14312 Log: Integrate with Sarathy.
14313 Branch: cfgperl
14314 !> Makefile.SH
14315____________________________________________________________________________
14316[ 3616] By: jhi on 1999/07/06 15:54:09
14317 Log: Tweak for #3613.
14318 Branch: cfgperl
14319 ! Configure config_h.SH
14320____________________________________________________________________________
14321[ 3615] By: gsar on 1999/07/06 11:00:21
14322 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14323 Date: Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
14324 Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
14325 Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
14326 Branch: perl
14327 ! Makefile.SH
14328____________________________________________________________________________
14329[ 3614] By: jhi on 1999/07/06 10:44:48
14330 Log: Integrate with Sarathy.
14331 Branch: cfgperl
14332 !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
14333 !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
14334____________________________________________________________________________
14335[ 3613] By: jhi on 1999/07/06 10:43:20
14336 Log: From: Nathan Kurz <nate@valleytel.net>
14337 Subject: [ID 19990612.001 compiling three deep modules within ext/]
14338 ply-To: nate@valleytel.net
14339 erl5-porters@perl.org
14340 Date: Sat, 12 Jun 1999 01:26:04 -0500
14341 Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
14342 Branch: cfgperl
14343 ! Configure config_h.SH
14344____________________________________________________________________________
14345[ 3612] By: gsar on 1999/07/06 10:17:52
14346 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14347 Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
14348 Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
14349 Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
14350 Branch: perl
14351 ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
14352____________________________________________________________________________
14353[ 3611] By: gsar on 1999/07/06 09:51:20
14354 Log: From: pvhp@forte.com (Peter Prymmer)
14355 Date: Fri, 11 Jun 99 17:07:19 PDT
14356 Message-Id: <9906120007.AA13802@forte.com>
14357 Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
14358 Branch: perl
14359 ! ext/IO/lib/IO/File.pm
14360____________________________________________________________________________
14361[ 3610] By: gsar on 1999/07/06 09:37:37
14362 Log: fix for C<$/ = 42> setting paragraph mode (applied with small
14363 tweak)
14364 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14365 Date: Wed, 09 Jun 1999 18:27:51 +0100
14366 Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
14367 Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
14368 Branch: perl
14369 ! perl.h t/base/rs.t
14370____________________________________________________________________________
14371[ 3609] By: jhi on 1999/07/06 09:28:48
14372 Log: Integrate with Sarathy.
14373 Branch: cfgperl
14374 !> (integrate 49 files)
14375____________________________________________________________________________
14376[ 3608] By: gsar on 1999/07/06 09:28:21
14377 Log: test tweak
14378 Branch: perl
14379 ! t/pragma/warn/op
14380____________________________________________________________________________
14381[ 3607] By: jhi on 1999/07/06 09:22:48
14382 Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
14383 Branch: cfgperl
14384 ! Configure config_h.SH
14385____________________________________________________________________________
14386[ 3606] By: gsar on 1999/07/06 09:05:02
14387 Log: applied slightly tweaked version of suggested patch for
14388 improved RE API
14389 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14390 Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
14391 Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
14392 Subject: [PATCH 5.005_57] REx engine rehash
14393 Branch: perl
14394 ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
14395 ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
14396 ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
14397 ! util.c
14398____________________________________________________________________________
14399[ 3605] By: gsar on 1999/07/06 08:54:03
14400 Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
14401 Branch: perl
14402 ! sv.c
14403____________________________________________________________________________
f722798b
IZ
14404[ 3604] By: gsar on 1999/07/06 07:08:30
14405 Log: From: paul.marquess@bt.com
14406 Date: Tue, 8 Jun 1999 22:37:58 +0100
14407 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
14408 Subject: [PATCH 5.005_57] DB_File 1.67
14409 Branch: perl
14410 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14411 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14412____________________________________________________________________________
14413[ 3603] By: gsar on 1999/07/06 07:04:50
14414 Log: From: paul.marquess@bt.com
14415 Date: Tue, 8 Jun 1999 22:34:01 +0100
14416 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
14417 Subject: [PATCH 5.005_57] DBM Filters
14418 Branch: perl
14419 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14420 ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
14421 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14422 ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
14423____________________________________________________________________________
14424[ 3602] By: gsar on 1999/07/06 07:00:01
14425 Log: slightly tweaked version of suggested patch
14426 From: Dan Sugalski <sugalskd@ous.edu>
14427 Date: Tue, 08 Jun 1999 14:09:38 -0700
14428 Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
14429 Subject: [PATCH 5.005_57]Use NV instead of double in the core
14430 Branch: perl
14431 ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
14432 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
14433 ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
14434 ! proto.h sv.c sv.h toke.c universal.c util.c
14435____________________________________________________________________________
14436[ 3601] By: gsar on 1999/07/06 06:52:57
14437 Log: integrate cfgperl contents into mainline
14438 Branch: perl
14439 +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
14440 +> epoc/perl.mmp epoc/perl.pkg
14441 !> (integrate 30 files)
14442____________________________________________________________________________
14443[ 3598] By: jhi on 1999/07/05 20:02:55
14444 Log: Integrate with mainperl.
14445 Branch: cfgperl
14446 +> lib/CGI/Pretty.pm
14447 !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14448 !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
14449 !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
14450 !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
14451 !> vms/vmsish.h
14452____________________________________________________________________________
14453[ 3597] By: jhi on 1999/07/05 19:59:48
14454 Log: Hack SOCKS support some more plus a patch from Andy Dougherty
14455 that addresses the notorious "Additional libraries" question.
14456 Branch: cfgperl
14457 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14458 ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
14459 ! pp_sys.c
14460____________________________________________________________________________
14461[ 3596] By: gsar on 1999/07/05 18:30:51
14462 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14463 Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
14464 Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
14465 Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
14466 Branch: perl
14467 ! pp_sys.c t/lib/io_udp.t
14468____________________________________________________________________________
14469[ 3595] By: gsar on 1999/07/05 18:29:08
14470 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14471 Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
14472 Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
14473 Subject: [PATCH 5.00557] Setting $^E wipes out $!
14474 Branch: perl
14475 ! mg.c
14476____________________________________________________________________________
14477[ 3594] By: gsar on 1999/07/05 18:24:53
14478 Log: hand-apply whitespace mutiliated patch
14479 From: Dan Sugalski <sugalskd@osshe.edu>
14480 Date: Mon, 07 Jun 1999 14:46:42 -0700
14481 Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
14482 Subject: [PATCH 5.005_57]Updated VMS patch
14483 Branch: perl
14484 ! thread.h vms/descrip_mms.template vms/subconfigure.com
14485 ! vms/vms.c vms/vmsish.h
14486____________________________________________________________________________
14487[ 3593] By: gsar on 1999/07/05 17:53:04
14488 Log: applied parts not duplicated by previous patches
14489 From: "Vishal Bhatia" <vishalb@my-deja.com>
14490 Date: Sat, 05 Jun 1999 08:42:17 -0700
14491 Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
14492 Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
14493 Branch: perl
14494 ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14495 ! ext/B/B/Stackobj.pm
14496____________________________________________________________________________
5ab5c7a4
VB
14497[ 3592] By: jhi on 1999/07/05 17:17:22
14498 Log: AIX threaded build, plus few more on the side.
14499 Branch: cfgperl
14500 ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
14501 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
14502 ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
14503 ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
14504____________________________________________________________________________
14505[ 3591] By: gsar on 1999/07/05 16:52:34
14506 Log: "\e" and "\a" didn't produce right escape under EBCDIC
14507 From: pvhp@forte.com (Peter Prymmer)
14508 Date: Fri, 4 Jun 99 12:00:27 PDT
14509 Message-Id: <9906041900.AA28387@forte.com>
14510 Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
14511 Branch: perl
14512 ! toke.c
14513____________________________________________________________________________
14514[ 3590] By: gsar on 1999/07/05 16:40:01
14515 Log: s/scalar ref constructor/single ref constructor/ (suggested
14516 by Stephen McCamant)
14517 Branch: perl
14518 ! opcode.h opcode.pl
14519____________________________________________________________________________
14520[ 3589] By: gsar on 1999/07/05 16:34:06
14521 Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
14522 Branch: perl
14523 ! ext/GDBM_File/GDBM_File.xs
14524____________________________________________________________________________
14525[ 3588] By: gsar on 1999/07/05 16:29:39
14526 Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
14527 is unchanged still)
14528 Branch: perl
14529 ! op.c
14530____________________________________________________________________________
14531[ 3587] By: jhi on 1999/07/05 10:31:43
14532 Log: Make perl_exp.SH smarter about what to include and what to exclude.
14533 Branch: cfgperl
14534 ! perl_exp.SH
14535____________________________________________________________________________
14536[ 3586] By: jhi on 1999/07/05 09:29:31
14537 Log: Remove unnecessary and extraneous my $i = 0.
14538 Branch: cfgperl
14539 ! bytecode.pl
14540____________________________________________________________________________
14541[ 3585] By: jhi on 1999/07/05 07:28:59
14542 Log: Integrate with mainperl.
14543 Branch: cfgperl
14544 !> (integrate 30 files)
14545____________________________________________________________________________
14546[ 3584] By: gsar on 1999/07/05 05:36:28
14547 Log: From: Vishal Bhatia <vishalb@hotmail.com>
14548 Date: Thu, 03 Jun 1999 00:57:48 PDT
14549 Message-ID: <19990603075749.86665.qmail@hotmail.com>
14550 Subject: Re: [PATCH 5.005_57] pp_sort sorted out
14551 Branch: perl
14552 ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14553____________________________________________________________________________
14554[ 3583] By: gsar on 1999/07/05 05:31:19
14555 Log: suppress fancy display when in verbose mode (suggested by
14556 Paul Johnson <pjcj@transeda.com>)
14557 Branch: perl
14558 ! lib/Test/Harness.pm
14559____________________________________________________________________________
14560[ 3582] By: gsar on 1999/07/05 05:17:12
14561 Log: cygwin32 update
14562 From: "Fifer, Eric" <EFifer@sanwaint.com>
14563 Date: Wed, 2 Jun 1999 15:16:05 +0100
14564 Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
14565 Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
14566 Branch: perl
14567 ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
14568 ! cygwin32/build-instructions.READFIRST
14569 ! cygwin32/build-instructions.charles-wilson
14570 ! cygwin32/build-instructions.sebastien-barre
14571 ! cygwin32/build-instructions.steven-morlock
14572 ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
14573 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
14574 ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
14575 ! t/op/magic.t util.c
14576____________________________________________________________________________
14577[ 3581] By: gsar on 1999/07/05 02:46:18
14578 Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
14579 Branch: perl
14580 ! util.c
14581____________________________________________________________________________
14582[ 3580] By: gsar on 1999/07/05 02:38:03
14583 Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
14584 Date: Mon, 31 May 1999 18:18:13 -0600
14585 Message-ID: <19990601001813.AAA17834@csgsystems.com>
14586 Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
14587 Branch: perl
14588 ! t/TEST t/UTEST t/harness utils/perlcc.PL
14589____________________________________________________________________________
14590[ 3579] By: gsar on 1999/07/05 01:20:58
14591 Log: compatibility tweak for Class::Struct
14592 Branch: perl
14593 ! lib/Class/Struct.pm
14594____________________________________________________________________________
14595[ 3578] By: jhi on 1999/07/04 23:26:01
14596 Log: Miscellaneus AIX fixes + SOCKS support.
14597 Branch: cfgperl
14598 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14599 ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
14600 ! hints/aix.sh pp_sys.c
14601____________________________________________________________________________
14602[ 3577] By: gsar on 1999/07/04 23:07:39
14603 Log: test tweak
14604 Branch: perl
14605 ! t/io/openpid.t
14606____________________________________________________________________________
14607[ 3576] By: jhi on 1999/07/04 22:39:23
14608 Log: Integrate with mainperl.
14609 Branch: cfgperl
14610 +> t/io/openpid.t
14611 - win32/perlhost.h
14612 !> (integrate 51 files)
14613____________________________________________________________________________
14614[ 3575] By: jhi on 1999/07/04 22:26:48
14615 Log: Added 64-bit support for AIX 4.3 or better
14616 based on Martin H. Rusoff's observations.
14617 Branch: cfgperl
14618 ! Configure config_h.SH hints/aix.sh
14619____________________________________________________________________________
14620[ 3574] By: jhi on 1999/07/04 21:34:47
14621 Log: Do not throw away gccvers compilation errors.
14622 From: Andy Dougherty <doughera@lafayette.edu>
14623 To: Ron Seguin <rseguin@on.bell.ca>
14624 Cc: Perl Porters <perl5-porters@perl.org>
14625 Subject: [PATCH] Re: [ID 19990625.011] WHOA There
14626 Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
14627 Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
14628 Branch: cfgperl
14629 ! Configure config_h.SH
14630____________________________________________________________________________
14631[ 3573] By: gsar on 1999/07/04 21:10:32
14632 Log: adapted suggested tests for addition to testsuite
14633 From: RonaldWS@aol.com
14634 Date: Sun, 30 May 1999 16:27:28 EDT
14635 Message-Id: <25cd799f.2482f930@aol.com>
14636 Subject: [19990530.007] Open with pipe | does not return pid under win32
14637 Branch: perl
14638 + t/io/openpid.t
14639 ! MANIFEST win32/win32.c
14640____________________________________________________________________________
14641[ 3572] By: gsar on 1999/07/04 20:29:32
14642 Log: perl_run() should call my_exit(0) for normal completion
14643 Branch: perl
14644 ! perl.c
14645____________________________________________________________________________
14646[ 3571] By: jhi on 1999/07/04 20:10:44
14647 Log: Add test for change #3568 plus general cleanup.
14648 Branch: cfgperl
14649 ! t/pragma/locale.t
14650____________________________________________________________________________
14651[ 3570] By: gsar on 1999/07/04 20:03:21
14652 Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
14653 overloading
14654 Branch: perl
14655 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
14656 ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
14657____________________________________________________________________________
14658[ 3569] By: gsar on 1999/07/04 18:04:48
14659 Log: make AIX dynaloading work when libperl is shared (and thus under
14660 mod_perl etc.)
14661 From: Jens-Uwe Mager <jum@helios.de>
14662 Date: Sat, 29 May 1999 17:09:52 +0200
14663 Message-Id: <199905291509.RAA43978@ans.helios.de>
14664 Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
14665 Branch: perl
14666 ! ext/DynaLoader/dl_aix.xs
14667____________________________________________________________________________
14668[ 3568] By: jhi on 1999/07/04 14:54:23
14669 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
14670 This resulted for example in the 'o' magic not being cleared by
14671 magic_setcollxfrm(), which resulted in strange cmp results.
14672 The bug was reported originally in the message
14673 Subject: Bug with locale
14674 From: Jan Starzynski <jan@planet.de>
14675 To: perlbug@perl.com
14676 Date: Fri, 09 Apr 1999 13:23:07 +0200
14677 Message-ID: <370DE31B.DAEE1332@planet.de>
14678 Branch: cfgperl
14679 ! pp.c
14680____________________________________________________________________________
14681[ 3567] By: gsar on 1999/07/04 02:38:34
14682 Log: remove misleading info on defined(&func), unclutter deprecation
14683 about defined(@array)
14684 Branch: perl
14685 ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14686 ! t/pragma/warn/op
14687____________________________________________________________________________
14688[ 3566] By: gsar on 1999/07/04 01:46:31
14689 Log: From: jan.dubois@ibm.net (Jan Dubois)
14690 Date: Wed, 26 May 1999 22:07:17 +0200
14691 Message-ID: <374c53ac.10322322@smtp1.ibm.net>
14692 Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
14693 Branch: perl
14694 ! Changes win32/win32.c win32/win32.h
14695____________________________________________________________________________
2d63fa08
JD
14696[ 3565] By: gsar on 1999/07/04 01:26:02
14697 Log: newer version of perlxstut from Jeff Okamoto (slightly edited
14698 for win32 issues)
14699 Branch: perl
14700 ! pod/perlxstut.pod
14701____________________________________________________________________________
14702[ 3564] By: gsar on 1999/07/02 03:09:04
14703 Log: avoid warnings
14704 Branch: perl
14705 ! ext/Thread/Thread/Specific.pm lib/fields.pm
14706____________________________________________________________________________
14707[ 3563] By: gsar on 1999/06/28 19:23:47
14708 Log: inc version (for CPAN.pm sanity)
14709 Branch: perl
14710 ! lib/Text/ParseWords.pm
14711____________________________________________________________________________
14712[ 3562] By: gsar on 1999/06/28 19:19:01
14713 Log: regen perltoc
14714 Branch: perl
14715 ! pod/perltoc.pod
14716____________________________________________________________________________
14717[ 3561] By: gsar on 1999/06/28 19:08:41
14718 Log: From: Damian Conway <damian@cs.monash.edu.au>
14719 Date: Wed, 26 May 1999 00:58:35 -0400
14720 Message-Id: <199905260458.AAA06411@defender.perl.org>
14721 Subject: [19990526.002] Misc. improvements to Class:Struct
14722 Branch: perl
14723 ! MANIFEST lib/Class/Struct.pm
14724____________________________________________________________________________
14725[ 3560] By: gsar on 1999/06/28 18:50:52
14726 Log: remove bogus PL_optype_size
14727 Branch: perl
14728 ! bytecode.pl ext/ByteLoader/byterun.h
14729____________________________________________________________________________
14730[ 3559] By: gsar on 1999/06/28 18:22:26
14731 Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
14732 Branch: perl
14733 + lib/CGI/Pretty.pm
14734 ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
14735 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
14736 ! t/lib/cgi-html.t t/lib/cgi-request.t
14737____________________________________________________________________________
14738[ 3558] By: jhi on 1999/06/28 07:30:21
14739 Log: Change Olaf Lebbe's email address.
14740 Branch: cfgperl
14741 ! README.epoc
14742____________________________________________________________________________
14743[ 3557] By: gsar on 1999/06/28 00:07:33
14744 Log: make autogenerated files writable
14745 Branch: perl
14746 - win32/perlhost.h
14747 ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
14748 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
14749 ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
14750 ! proto.h regnodes.h warning.h win32/config_H.bc
14751 ! win32/config_H.gc win32/config_H.vc
14752____________________________________________________________________________
14753[ 3556] By: jhi on 1999/06/27 19:22:53
14754 Log: Update MANIFEST to match #3555.
14755 Branch: cfgperl
14756 ! MANIFEST
14757____________________________________________________________________________
14758[ 3555] By: jhi on 1999/06/27 19:16:22
14759 Log: EPOC port to Psion5.
14760 From: Olaf Flebbe <O.Flebbe@science-computing.de>
14761 To: Jarkko Hietaniemi <jhi@iki.fi>
14762 Cc: perl5-porters@perl.org
14763 Subject: Re: Psion5
14764 Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
14765 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
14766 Branch: cfgperl
14767 + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
14768 + epoc/perl.mmp epoc/perl.pkg
14769 ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
14770 ! perl.h sv.c util.c
14771____________________________________________________________________________
14772[ 3554] By: jhi on 1999/06/27 18:50:52
14773 Log: Integrate from mainperl.
14774 Branch: cfgperl
14775 !> (integrate 48 files)
14776____________________________________________________________________________
14777[ 3553] By: gsar on 1999/06/27 14:28:49
14778 Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
14779 gone from the public API); PERL_OBJECT builds again on
14780 windows
14781
14782 TODO: namespace-clean the typedefs in iperlsys.h and
14783 elsewhere; remove C++ remnants from public headers
14784 Branch: perl
14785 ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
14786 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14787 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
14788 ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
14789 ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
14790 ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
14791 ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
14792 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
14793 ! win32/config.gc win32/config.vc win32/dl_win32.xs
14794 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
14795 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
14796 ! win32/win32sck.c
14797____________________________________________________________________________
14798[ 3552] By: gsar on 1999/06/27 13:49:31
14799 Log: integrate cfgperl changes into mainline
14800 Branch: perl
14801 !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
14802 !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
14803 !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
14804 !> util.c
14805____________________________________________________________________________
14806[ 3551] By: gsar on 1999/06/27 13:31:11
14807 Log: fix indents
14808 Branch: perl
14809 ! op.c
14810____________________________________________________________________________
14811[ 3550] By: gsar on 1999/06/24 22:42:53
14812 Log: update Changes
14813 Branch: perl
14814 ! Changes
14815____________________________________________________________________________
c9fdb9e9
GS
14816[ 3549] By: gsar on 1999/06/24 22:41:17
14817 Log: avoid race condition in the CAPI extension bootstrap handler
14818 Branch: perl
14819 ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
14820____________________________________________________________________________
14821[ 3548] By: gsar on 1999/06/24 22:39:53
14822 Log: sanity check to cover the case when perl is installed into the
14823 X:\ (drive root)
14824 Branch: perl
14825 ! win32/win32.c
14826____________________________________________________________________________
14827[ 3547] By: gsar on 1999/06/22 19:30:32
14828 Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
14829 Branch: perl
14830 ! lib/Tie/RefHash.pm
14831____________________________________________________________________________
14832[ 3544] By: jhi on 1999/06/18 19:24:28
14833 Log: Tidy up #3542 and #3543.
14834 Branch: cfgperl
14835 ! t/pragma/locale.t util.c
14836____________________________________________________________________________
14837[ 3543] By: jhi on 1999/06/18 10:28:45
14838 Log: Spice up locale.t.
14839 Branch: cfgperl
14840 ! t/pragma/locale.t
14841____________________________________________________________________________
14842[ 3542] By: jhi on 1999/06/17 22:42:03
14843 Log: Fixed two long-standing locale bugs.
14844
14845 Both problems were related to numeric locale which
14846 controls the radix character aka the decimal separator.
14847 (1) printf (and sprintf) were resetting the numeric locale to C.
14848 (2) Using locale-numerically formatted floating point
14849 numbers (e.g. "1,23") together with -w caused warnings about
14850 "isn't numeric". The operations were working fine, though,
14851 because atof() was using the local locale.
14852 Both problems reported by Stefan Vogtner.
14853
14854 Introduced a wrapper for atof() that attempts to convert
14855 the string both ways. This helps Perl to understand
14856 numbers like this "4.56" even when using a local locale
14857 makes atof() understand only numbers like this "7,89".
14858
14859 Remaining related problems, both of which existed before
14860 this patch and continue to exist after this patch:
14861 (a) The behaviour of print() is _not_ as documented by perllocale.
14862 Instead of always using the C locale, print() does use the
14863 local locale, just like the *printf() do. This may be fixable
14864 now that switching to-and-fro between locales has been made
14865 more consistent, but fixing print() would change existing
14866 behaviour. perllocale is not changed by this patch.
14867 (b) If a number has been stringified (say, via "$number") under
14868 a local locale, the cached string value persists even under
14869 "no locale". This may or may not be a problem: operations
14870 work fine because the original number is still there, but
14871 that the string form keeps its locale-ish outlook may be
14872 somewhat confusing.
14873 Branch: cfgperl
14874 ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
14875 ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
14876 ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
14877 ! util.c
14878____________________________________________________________________________
14879[ 3541] By: jhi on 1999/06/17 20:00:16
14880 Log: Integrate from mainperl.
14881 Branch: cfgperl
14882 !> ext/Data/Dumper/Dumper.pm op.c
14883____________________________________________________________________________
14884[ 3540] By: gsar on 1999/06/16 16:49:55
14885 Log: dump C<0> as such, not C<'0'>
14886 Branch: perl
14887 ! ext/Data/Dumper/Dumper.pm
14888____________________________________________________________________________
14889[ 3539] By: gsar on 1999/06/13 04:04:40
14890 Log: fix coredumper in change#3498
14891 Branch: perl
14892 ! op.c
14893____________________________________________________________________________
14894[ 3538] By: jhi on 1999/06/12 22:01:26
14895 Log: Integrate from mainperl.
14896 Branch: cfgperl
14897 +> lib/caller.pm
14898 !> (integrate 36 files)
14899____________________________________________________________________________
14900[ 3537] By: gsar on 1999/06/12 06:43:03
14901 Log: EXTERN_C declarations for global arrays in various
14902 headers, so perl can be built even in C++ mode; win32
14903 build fixups; regen headers
14904 Branch: perl
14905 ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
14906 ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
14907____________________________________________________________________________
14908[ 3536] By: gsar on 1999/06/12 06:38:21
14909 Log: caller.pm typos
14910 Branch: perl
14911 ! lib/caller.pm
14912____________________________________________________________________________
14913[ 3535] By: gsar on 1999/06/11 23:13:54
14914 Log: various little tweaks; most globals are now in intrpvar.h, ninterps
14915 is temporarily gone
14916 Branch: perl
14917 ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
14918 ! pod/perldelta.pod proto.h win32/perllib.c
14919____________________________________________________________________________
14920[ 3534] By: gsar on 1999/06/11 20:41:51
14921 Log: implement C<use caller 'encoding'>
14922 Branch: perl
14923 + lib/caller.pm
14924 ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
14925____________________________________________________________________________
14926[ 3533] By: gsar on 1999/06/11 16:51:04
14927 Log: truncate() has a peculiar exemption from strict barewords, even
14928 though it has a non-filehandle prototype
14929 Branch: perl
14930 ! op.c t/io/fs.t
14931____________________________________________________________________________
14932[ 3532] By: gsar on 1999/06/11 09:09:16
14933 Log: GDBM tweak
14934 Branch: perl
14935 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
14936____________________________________________________________________________
14937[ 3531] By: gsar on 1999/06/10 23:34:19
14938 Log: part of the platform changes for IMPLICIT_CONTEXT
14939 Branch: perl
14940 ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
14941 ! jpl/PerlInterpreter/PerlInterpreter.c
14942 ! jpl/PerlInterpreter/PerlInterpreter.h
14943 ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
14944 ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
14945____________________________________________________________________________
14946[ 3530] By: jhi on 1999/06/10 20:55:56
14947 Log: Integrate from mainperl.
14948 Branch: cfgperl
14949 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
14950____________________________________________________________________________
14951[ 3529] By: gsar on 1999/06/10 20:40:01
14952 Log: DB_File tweaks for IMPLICIT CONTEXT
14953 Branch: perl
14954 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14955____________________________________________________________________________
14956[ 3528] By: jhi on 1999/06/10 10:18:15
14957 Log: Integrate from mainperl.
14958 Branch: cfgperl
14959 !> (integrate 105 files)
14960____________________________________________________________________________
14961[ 3527] By: gsar on 1999/06/10 09:30:35
14962 Log: most globals are now interpreter local; locale initialization
14963 was too early, defer it until interpreter is allocated and
14964 initialized; multiple interpreters should now be
14965 concurrency-safe (untested)
14966 Branch: perl
14967 ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
14968 ! perlvars.h
14969____________________________________________________________________________
14970[ 3526] By: gsar on 1999/06/10 08:38:00
14971 Log: fix small nits
14972 Branch: perl
14973 ! cc_runtime.h ext/B/B/CC.pm run.c
14974____________________________________________________________________________
14975[ 3525] By: gsar on 1999/06/10 04:41:38
14976 Log: win32 build fixes
14977 Branch: perl
14978 ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
14979 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14980 ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
14981 ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
14982 ! win32/Makefile win32/config_H.bc win32/config_H.gc
14983 ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
14984 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
14985 ! win32/win32.c win32/win32.h win32/win32sck.c
14986 ! win32/win32thread.c win32/win32thread.h
14987____________________________________________________________________________
14988[ 3524] By: gsar on 1999/06/09 18:03:01
14989 Log: more complete support for implicit thread/interpreter pointer,
14990 enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
14991 without that enabled):
14992 - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
14993 is a noop; tests pass on Solaris; should be faster now!
14994 - MULTIPLICITY has been tested with and without
14995 PERL_IMPLICIT_CONTEXT on Solaris
14996 - improved function database now merged with embed.pl
14997 - everything except the varargs functions have foo(a,b,c) macros
14998 to provide compatibility
14999 - varargs functions default to compatibility variants that
15000 get the context pointer using dTHX
15001 - there should be almost no source compatibility issues as a
15002 result of all this
15003 - dl_foo.xs changes other than dl_dlopen.xs untested
15004 - still needs documentation, fixups for win32 etc
15005 Next step: migrate most non-mutex variables from perlvars.h
15006 to intrpvar.h
15007 Branch: perl
15008 - proto.pl
15009 ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
15010 ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
15011 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15012 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
15013 ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
15014 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
15015 ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
15016 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
15017 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
15018 ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
15019 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
15020 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
15021 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
15022 ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
15023 ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
15024 ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
15025 ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
15026 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
15027 ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
15028 ! util.c win32/Makefile win32/makefile.mk writemain.SH
15029____________________________________________________________________________
15030[ 3523] By: gsar on 1999/06/07 05:24:13
15031 Log: missed a file
15032 Branch: perl
15033 + proto.pl
15034 ! MANIFEST
15035____________________________________________________________________________
15036[ 3522] By: gsar on 1999/06/07 05:18:34
15037 Log: initial stub implementation of implicit thread/this
15038 pointer argument; builds/tests on Solaris, win32
15039 hasn't been fixed up yet; proto.h, global.sym and
15040 static function decls are now generated from a common
15041 database in proto.pl; some inconsistently named
15042 perl_foo() things are now Perl_foo(), compatibility
15043 #defines provided; perl_foo() (lowercase 'p') reserved
15044 for functions that take an explicit context argument;
15045 next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
15046 Branch: perl
15047 ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
15048 ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
15049 ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
15050 ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
15051 ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
15052 ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
15053 ! universal.c utf8.c util.c
15054____________________________________________________________________________
15055[ 3521] By: gsar on 1999/06/04 23:00:22
15056 Log: clean up some stray "global" symbols
15057 Branch: perl
15058 ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
15059 ! pp_proto.h proto.h
15060____________________________________________________________________________
15061[ 3520] By: jhi on 1999/06/02 21:33:28
15062 Log: Integrate from mainperl.
15063 Branch: cfgperl
15064 !> (integrate 94 files)
15065____________________________________________________________________________
15066[ 3519] By: gsar on 1999/06/02 07:16:10
15067 Log: avoid dereferencing null pointer from getpwent() et al
15068 Branch: perl
15069 ! pp_sys.c
15070____________________________________________________________________________
15071[ 3518] By: gsar on 1999/06/02 04:47:10
15072 Log: remove _() non-ansism
15073 Branch: perl
15074 ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
15075 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
15076 ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
15077 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
15078 ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
15079 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
15080 ! ext/re/re.xs handy.h hv.c iperlsys.h
15081 ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
15082 ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
15083 ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
15084 ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
15085 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
15086 ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
15087 ! vms/vmsish.h vms/writemain.pl vos/config.h
15088 ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
15089 ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
15090 ! win32/perllib.c win32/runperl.c win32/win32.h
15091 ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
15092 ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
15093____________________________________________________________________________
15094[ 3517] By: gsar on 1999/06/02 02:17:51
15095 Log: missed a few files
15096 Branch: perl
15097 ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
15098____________________________________________________________________________
15099[ 3516] By: gsar on 1999/06/02 01:37:33
15100 Log: integrate cfgperl contents into mainline
15101 Branch: perl
15102 +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15103 +> ext/ByteLoader/byterun.h
15104 - bytecode.h byterun.c byterun.h
15105 ! Changes
15106 !> (integrate 58 files)
15107____________________________________________________________________________
69dec784
GS
15108[ 3515] By: gsar on 1999/06/02 00:48:50
15109 Log: remove stray K&R-isms
15110 Branch: perl
15111 ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
15112 ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
15113 ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
15114 ! toke.c util.c win32/win32.c x2p/hash.c
15115____________________________________________________________________________
15116[ 3514] By: gsar on 1999/06/01 15:55:55
15117 Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
15118 strict 'subs'
15119 Branch: perl
15120 ! op.c t/pragma/strict-subs
15121____________________________________________________________________________
15122[ 3513] By: jhi on 1999/06/01 07:17:05
15123 Log: Patch applying of #3499 had gone awry.
15124 Branch: cfgperl
15125 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
15126____________________________________________________________________________
15127[ 3512] By: gsar on 1999/05/31 19:21:30
15128 Log: tighter -help output
15129 Branch: perl
15130 ! perl.c
15131____________________________________________________________________________
15132[ 3511] By: gsar on 1999/05/31 17:18:23
15133 Log: fix memory leak in C<eval 'return sub {...}'>
15134 Branch: perl
15135 ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
15136____________________________________________________________________________
15137[ 3510] By: gsar on 1999/05/31 14:11:46
15138 Log: tweak C++isms
15139 Branch: perl
15140 ! win32/dl_win32.xs win32/win32.c
15141____________________________________________________________________________
15142[ 3509] By: jhi on 1999/05/30 13:02:26
15143 Log: Cleanup of #3488.
15144 Branch: cfgperl
15145 ! Configure config_h.SH
15146____________________________________________________________________________
15147[ 3508] By: jhi on 1999/05/30 11:16:01
15148 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15149 To: Mailing list Perl5 <perl5-porters@perl.org>
15150 Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
15151 Date: Sat, 29 May 1999 20:18:13 -0400
15152 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
15153 Branch: cfgperl
15154 ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
15155____________________________________________________________________________
15156[ 3507] By: jhi on 1999/05/29 20:05:40
15157 Log: From: Mark-Jason Dominus <mjd@plover.com>
15158 To: perl5-porters@perl.com
15159 Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
15160 Date: Sat, 29 May 1999 14:45:10 -0400
15161 Message-ID: <19990529184510.27557.qmail@plover.com>
15162 Branch: cfgperl
15163 ! op.h
15164____________________________________________________________________________
15165[ 3506] By: gsar on 1999/05/29 16:49:39
15166 Log: avoid gv_check() recursive pit
15167 Branch: perl
15168 ! gv.c
15169____________________________________________________________________________
15170[ 3505] By: jhi on 1999/05/29 11:38:16
15171 Log: From: jan.dubois@ibm.net (Jan Dubois)
15172 To: Gurusamy Sarathy <gsar@activestate.com>
15173 Cc: perl5-porters@perl.org
15174 Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
15175 Date: Sat, 29 May 1999 08:46:22 +0200
15176 Message-ID: <374f8007.2016008@smtp1.ibm.net>
15177 Branch: cfgperl
15178 ! t/op/grent.t t/op/pwent.t
15179____________________________________________________________________________
15180[ 3504] By: jhi on 1999/05/29 11:07:10
15181 Log: QNX needs <sys/select.h> to define fd_set.
15182
15183 From: Norton Allen <allen@huarp.harvard.edu>
15184 To: perl5-porters@perl.org
15185 Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
15186 Date: Wed, 26 May 1999 13:51:27 -0400 (EDT)
15187 Message-Id: <199905261751.NAA20966@bottesini.harvard.edu>
15188 Branch: cfgperl
15189 ! ext/IO/poll.c
15190____________________________________________________________________________
15191[ 3503] By: jhi on 1999/05/29 10:53:31
15192 Log: From: jan.dubois@ibm.net (Jan Dubois)
15193 To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
15194 Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
15195 Date: Fri, 28 May 1999 20:14:35 +0200
15196 Message-ID: <3751daa4.7188847@smtp1.ibm.net>
15197 Branch: cfgperl
15198 ! lib/Math/BigFloat.pm
15199____________________________________________________________________________
15200[ 3502] By: jhi on 1999/05/29 10:44:44
15201 Log: Make Configure support the change #3367,
15202 SysV shadow passwords.
15203 Branch: cfgperl
15204 ! Configure config_h.SH pp_sys.c
15205____________________________________________________________________________
15206[ 3501] By: gsar on 1999/05/28 21:22:23
15207 Log: add wide versions of win32 system calls (first step in
15208 globalization); delayload winsock for performance if compiling
15209 with VC 6.0
15210 Branch: perl
15211 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
15212 ! win32/win32.c win32/win32.h
15213____________________________________________________________________________
15214[ 3500] By: jhi on 1999/05/28 21:17:24
15215 Log: The new t/lib/io_linenum.t was using stricture
15216 before @INC was set up.
15217 Branch: cfgperl
15218 ! t/lib/io_linenum.t
15219____________________________________________________________________________
15220[ 3499] By: jhi on 1999/05/28 17:13:23
15221 Log: From: Tom Hughes <tom@compton.nu>
15222 To: perl5-porters@perl.org
15223 Subject: [PATCH 5.005_57] ByteLoader mark 2
15224 Date: Wed, 26 May 1999 23:59:49 +0100
15225 Message-ID: <bf337a0849.tom@compton.compton.nu>
15226
15227 plus resolve tiny conflict with #3479
15228 plus regen_headers.
15229 Branch: cfgperl
15230 + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15231 + ext/ByteLoader/byterun.h
15232 - bytecode.h byterun.c byterun.h
15233 ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
15234 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
15235 ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
15236 ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
15237 ! perl.h perlvars.h proto.h util.c utils/Makefile
15238____________________________________________________________________________
15239[ 3498] By: jhi on 1999/05/28 16:53:04
15240 Log: From: Mark-Jason Dominus <mjd@plover.com>
15241 To: perl5-porters@perl.com
15242 Subject: PATCH (5.005_57): defined(@a) now deprecated
15243 Date: Thu, 27 May 1999 16:05:44 -0400
15244 Message-ID: <19990527200544.13330.qmail@plover.com>
15245 Branch: cfgperl
15246 ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
15247 ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
15248____________________________________________________________________________
15249[ 3497] By: jhi on 1999/05/28 16:50:54
15250 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15251 To: perl5-porters@perl.org (Mailing list Perl5)
15252 Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
15253 Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
15254 Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
15255 Branch: cfgperl
15256 ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
15257 ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
15258____________________________________________________________________________
15259[ 3496] By: jhi on 1999/05/28 16:48:39
15260 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15261 To: perl5-porters@perl.org (Mailing list Perl5)
15262 Subject: [PATCH 5.00557] Required OS/2-related patches
15263 Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
15264 Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
15265 Branch: cfgperl
15266 ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
15267 ! t/op/stat.t util.c
15268____________________________________________________________________________
15269[ 3495] By: jhi on 1999/05/28 16:45:56
15270 Log: From: Paul Johnson <pjcj@transeda.com>
15271 To: perl5-porters <perl5-porters@perl.org>
15272 Subject: [PATCH 5.005_57] Provide more useful test okay percentage
15273 Date: Fri, 28 May 1999 15:13:54 +0100
15274 Message-ID: <19990528151354.B289@west-tip.transeda.com>
15275 Branch: cfgperl
15276 ! t/TEST
15277____________________________________________________________________________
15278[ 3494] By: jhi on 1999/05/28 16:44:34
15279 Log: From: Paul Johnson <pjcj@transeda.com>
15280 To: perl5-porters <perl5-porters@perl.org>
15281 Subject: [PATCH 5.005_57] Fixes related to working local $.
15282 Date: Fri, 28 May 1999 15:11:18 +0100
15283 Message-ID: <19990528151118.A289@west-tip.transeda.com>
15284 Branch: cfgperl
15285 ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
15286____________________________________________________________________________
15287[ 3493] By: gsar on 1999/05/28 16:37:26
15288 Log: change#3449 wasn't doing enough
15289 Branch: perl
15290 ! op.c t/comp/proto.t
15291____________________________________________________________________________
15292[ 3492] By: jhi on 1999/05/28 08:12:23
15293 Log: From: paul.marquess@bt.com
15294 To: doughera@lafayette.edu
15295 Cc: perl5-porters@perl.org
15296 Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
15297 Date: Thu, 27 May 1999 23:31:38 +0100
15298 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
15299
15300 Had to be applied manually; some mailer had munged the patch slightly.
15301 Branch: cfgperl
15302 ! ext/NDBM_File/NDBM_File.xs
15303____________________________________________________________________________
15304[ 3491] By: jhi on 1999/05/28 07:51:17
15305 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15306 To: perl5-porters@perl.org
15307 Subject: [PATCH 5.005_57] fixing eval in the compiler
15308 Date: Thu, 27 May 1999 07:56:54 -0700
15309 Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
15310 Branch: cfgperl
15311 ! cc_runtime.h scope.h
15312____________________________________________________________________________
15313[ 3490] By: jhi on 1999/05/28 07:47:06
15314 Log: From: Andy Dougherty <doughera@lafayette.edu>
15315 To: perlbug@perl.com
15316 Cc: Jarkko Hietaniemi <jhi@iki.fi>
15317 Subject: [PATCH] Configure updates for ISC 4.1
15318 Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
15319 Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
15320 Branch: cfgperl
15321 ! Configure config_h.SH
15322____________________________________________________________________________
15323[ 3489] By: jhi on 1999/05/28 07:39:17
15324 Log: Integrate from mainperl.
15325 Branch: cfgperl
15326 !> malloc.c win32/makedef.pl win32/win32.c
15327____________________________________________________________________________
15328[ 3488] By: jhi on 1999/05/27 16:57:19
15329 Log: From: Andy Dougherty <doughera@lafayette.edu>
15330 To: Perl Porters <perl5-porters@perl.org>
15331 Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
15332 Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
15333 Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
15334 Branch: cfgperl
15335 ! Configure config_h.SH hints/sunos_4_1.sh util.c
15336____________________________________________________________________________
15337[ 3487] By: gsar on 1999/05/27 03:56:20
15338 Log: make win32_spawnvp() inherit standard handles even when they
15339 may be redirected
15340 Branch: perl
15341 ! win32/win32.c
15342____________________________________________________________________________
15343[ 3486] By: jhi on 1999/05/26 19:55:52
15344 Log: From: Andy Dougherty <doughera@lafayette.edu>
15345 To: perl5-porters@perl.org
15346 Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
15347 Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
15348 Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
15349 Branch: cfgperl
15350 ! util.c
15351____________________________________________________________________________
15352[ 3485] By: chip on 1999/05/26 17:19:11
15353 Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
15354 Branch: maint-5.004/perl
15355 ! Configure
15356____________________________________________________________________________
15357[ 3484] By: gsar on 1999/05/26 01:56:28
15358 Log: fix missing exported symbol
15359 Branch: perl
15360 ! malloc.c win32/makedef.pl
15361____________________________________________________________________________
15362[ 3483] By: jhi on 1999/05/25 23:08:07
15363 Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
15364
15365 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15366 To: perlbug@perl.com
15367 Subject: OpenBSD hints file update
15368 Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
15369 Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
15370 Branch: cfgperl
15371 ! hints/openbsd.sh
15372____________________________________________________________________________
15373[ 3482] By: jhi on 1999/05/25 23:01:25
15374 Log: From: Tom Hughes <tom@compton.nu>
15375 To: perl5-porters@perl.org
15376 Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
15377 Date: Tue, 25 May 1999 23:10:23 +0100
15378 Message-ID: <1ed7f10749.tom@compton.compton.nu>
15379 Branch: cfgperl
15380 ! Configure config_h.SH
15381____________________________________________________________________________
15382[ 3481] By: jhi on 1999/05/25 22:31:50
15383 Log: 3479, 3480, 3481 seems logical.
15384 Branch: cfgperl
15385 !> hints/aix.sh
15386____________________________________________________________________________
15387[ 3480] By: jhi on 1999/05/25 22:13:39
15388 Log: The change #3479 wasn't perfect.
15389 Branch: perl
15390 ! hints/aix.sh
15391____________________________________________________________________________
15392[ 3479] By: jhi on 1999/05/25 21:59:21
15393 Log: Cures for _57 in AIX 4.1.5.0.
15394 (1) The lddlflags lost its -lc by change #3660
15395 (and the politeness of change #3257).
15396 (2) optype_size must end up in perl.exp (as PL_optype_size).
15397 Added it to perlvars.h, fixed bytecode.pl,
15398 regen'ed the relevant headers.
15399 Branch: cfgperl
15400 ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
15401 ! perlvars.h
15402 Branch: perl
15403 ! hints/aix.sh
15404____________________________________________________________________________
15405[ 3478] By: jhi on 1999/05/25 20:13:47
15406 Log: Integrate from mainperl.
15407 Branch: cfgperl
15408 +> pod/perltootc.pod
15409 !> (integrate 101 files)
15410____________________________________________________________________________
15411[ 3477] By: gsar on 1999/05/25 10:43:48
15412 Log: here be 5.005_57
15413 Branch: perl
15414 ! Changes MANIFEST Porting/makerel
15415 !> Changes5.005
15416
15417----------------
15418Version 5.005_57
db5cf5a9
GS
15419----------------
15420
15421____________________________________________________________________________
3239fffd
GS
15422[ 3476] By: gsar on 1999/05/25 09:23:43
15423 Log: up patchlevel &c
15424 Branch: perl
15425 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
15426 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15427 ! win32/makefile.mk
15428____________________________________________________________________________
15429[ 3475] By: gsar on 1999/05/25 09:14:51
15430 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15431 Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
15432 Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
15433 Subject: [PATCH 5.005_56] REx engine improvements
15434 Branch: perl
15435 ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
15436 ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
15437 ! thrdvar.h util.c
15438____________________________________________________________________________
15439[ 3474] By: gsar on 1999/05/25 08:39:56
15440 Log: test case for change#3470
15441 Branch: perl
15442 ! t/lib/bigintpm.t
15443____________________________________________________________________________
15444[ 3473] By: gsar on 1999/05/25 08:36:52
15445 Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
15446 Branch: perl
15447 ! Changes pod/perlport.pod
15448____________________________________________________________________________
b7df3edc
GS
15449[ 3472] By: gsar on 1999/05/25 08:28:57
15450 Log: assorted tweaks
15451 Branch: perl
15452 ! doio.c iperlsys.h win32/config.bc win32/config.gc
15453 ! win32/config.vc win32/config_H.bc win32/config_H.gc
15454 ! win32/config_H.vc win32/makedef.pl
15455____________________________________________________________________________
15456[ 3471] By: gsar on 1999/05/25 06:06:04
15457 Log: perlref update from Tom Christiansen
15458 Branch: perl
15459 ! pod/perlref.pod
15460____________________________________________________________________________
15461[ 3470] By: gsar on 1999/05/25 06:03:27
15462 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15463 Date: Mon, 24 May 1999 17:43:56 -0400
15464 Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
15465 Subject: [PATCH 5.005_*] hv.c calling negative malloc()
15466 Branch: perl
15467 ! hv.c
15468____________________________________________________________________________
15469[ 3469] By: gsar on 1999/05/25 05:59:22
15470 Log: avoid temporary files that have a constant name (from a suggestion
15471 by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
15472 Branch: perl
15473 ! lib/ExtUtils/MM_Unix.pm
15474____________________________________________________________________________
15475[ 3468] By: gsar on 1999/05/25 05:54:29
15476 Log: From: pvhp@forte.com (Peter Prymmer)
15477 Date: Mon, 24 May 99 11:20:25 PDT
15478 Message-Id: <9905241820.AA28071@forte.com>
15479 Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
15480 Branch: perl
15481 ! lib/Pod/Text.pm
15482____________________________________________________________________________
15483[ 3467] By: gsar on 1999/05/25 04:08:50
15484 Log: fix glob() bug that resulted in missing symlinks that don't point
15485 anywhere
15486 Branch: perl
15487 ! pp_hot.c
15488____________________________________________________________________________
15489[ 3466] By: gsar on 1999/05/25 03:00:00
15490 Log: avoid enumerating @INC contents in diagnostic if @INC was never
15491 searched
15492 Branch: perl
15493 ! pod/perldiag.pod pp_ctl.c
15494____________________________________________________________________________
15495[ 3465] By: gsar on 1999/05/25 02:24:08
15496 Log: add caveat about close(PIPE) carelessness
15497 Branch: perl
15498 ! pod/perlfunc.pod
15499____________________________________________________________________________
15500[ 3464] By: gsar on 1999/05/24 23:55:53
15501 Log: fix bogus line numbers for void context warnings
15502 (change#2548 was overeager)
15503 Branch: perl
15504 ! op.c
15505____________________________________________________________________________
15506[ 3463] By: gsar on 1999/05/24 23:31:58
15507 Log: change#3455 had a typo
15508 Branch: perl
15509 ! pp_ctl.c
15510____________________________________________________________________________
15511[ 3462] By: gsar on 1999/05/24 17:32:20
15512 Log: more pod updates from Tom Christiansen; regen perltoc
15513 Branch: perl
15514 ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
15515 ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
15516____________________________________________________________________________
15517[ 3461] By: gsar on 1999/05/24 07:41:32
15518 Log: perlmod notes from Damian Conway (via Tom Christiansen)
15519 Branch: perl
15520 ! pod/perlmod.pod
15521____________________________________________________________________________
15522[ 3460] By: gsar on 1999/05/24 07:24:11
15523 Log: major pod update from Tom Christiansen
15524 Branch: perl
15525 + pod/perltootc.pod
15526 ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
15527 ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
15528 ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
15529 ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
15530 ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
15531 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
15532 ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
15533 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
15534 ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
15535 ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
15536 ! pod/perlxs.pod pod/pod2man.PL
15537____________________________________________________________________________
15538[ 3459] By: gsar on 1999/05/24 06:26:48
15539 Log: perlfaq update from Tom Christiansen
15540 Branch: perl
15541 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15542 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15543 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15544 ! pod/perlfaq9.pod
15545____________________________________________________________________________
15546[ 3458] By: gsar on 1999/05/24 05:55:11
15547 Log: updated to v1.50 from CPAN
15548 Branch: perl
15549 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15550____________________________________________________________________________
15551[ 3457] By: gsar on 1999/05/24 05:46:20
15552 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15553 Date: Sun, 23 May 1999 16:35:07 +0100
15554 Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
15555 Subject: [PATCH 5.005_56] name PL_in_eval bits
15556 Branch: perl
15557 ! cop.h op.c perl.c pp_ctl.c toke.c util.c
15558____________________________________________________________________________
15559[ 3456] By: gsar on 1999/05/24 05:18:06
15560 Log: make -t mode the default on emacs/dumb terminals
15561 Branch: perl
15562 ! Changes utils/perldoc.PL
15563____________________________________________________________________________
d49321e7
GS
15564[ 3455] By: gsar on 1999/05/24 05:05:19
15565 Log: return 0 rather than "" when scalar grep has nothing to iterate
15566 on (brings behavior in line with documentation)
15567 Branch: perl
15568 ! pp_ctl.c
15569____________________________________________________________________________
15570[ 3454] By: gsar on 1999/05/24 04:52:52
15571 Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
15572 Date: Thu, 20 May 1999 13:27:02 -1000
15573 Message-Id: <E10kcDN-0007TA-00@lapaki>
15574 Subject: Problem with MM_Unix in 5.005_03
15575 Branch: perl
15576 ! lib/ExtUtils/MM_Unix.pm
15577____________________________________________________________________________
15578[ 3453] By: gsar on 1999/05/24 04:39:49
15579 Log: avoid removing duplicates in user-generated warnings
15580 From: byron@omix.com (Byron Brummer)
15581 Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
15582 Message-Id: <199905201101.EAA91175@thrush.omix.com>
15583 Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
15584 Branch: perl
15585 ! lib/diagnostics.pm
15586____________________________________________________________________________
15587[ 3452] By: gsar on 1999/05/24 04:23:10
15588 Log: straighten some code to avoid NeXT compiler bugs (from
15589 Geoff Kuenning <geoff@cs.hmc.edu>)
15590 Branch: perl
15591 ! pp_ctl.c
15592____________________________________________________________________________
15593[ 3451] By: gsar on 1999/05/24 03:03:05
15594 Log: minor logic tweak for reserved word warning
15595 Branch: perl
15596 ! lib/Test/Harness.pm toke.c
15597____________________________________________________________________________
15598[ 3450] By: gsar on 1999/05/24 02:34:20
15599 Log: oops, some files missing in change#3449
15600 Branch: perl
15601 ! op.c op.h toke.c
15602____________________________________________________________________________
15603[ 3449] By: gsar on 1999/05/24 02:33:12
15604 Log: allow '*' prototype to autoquote even barewords that happen to be
15605 function names; parens or ampersand continue to force the other
15606 interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
15607 do the right thing, for example
15608 Branch: perl
15609 ! t/comp/proto.t
15610____________________________________________________________________________
15611[ 3448] By: gsar on 1999/05/24 01:51:24
15612 Log: remove vestiges of PL_last_proto
15613 Branch: perl
15614 ! embedvar.h intrpvar.h objXSUB.h
15615____________________________________________________________________________
15616[ 3447] By: gsar on 1999/05/24 01:49:20
15617 Log: redo change#2061 and parts of change#1169 with code in the
15618 parser; PL_last_proto hackery gone, strict 'subs' in now
15619 implemented in the optimizer where specifying the exceptional
15620 cases is much more robust; '*' (bareword) prototype now works
15621 reliably when used in second and subsequent arguments
15622 Branch: perl
15623 ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
15624____________________________________________________________________________
15625[ 3446] By: gsar on 1999/05/23 05:00:55
15626 Log: remove redundant part of change#1169 superceded by change#2061;
15627 avoid "future reserved word" warning on prototypical bearwords
15628 Branch: perl
15629 ! t/lib/fatal.t toke.c
15630____________________________________________________________________________
15631[ 3445] By: gsar on 1999/05/21 23:36:49
15632 Log: s/isspace/isSPACE/g and make sure the CRT version is always
15633 passed an unsigned char (fixes random occurrence of spaces in
15634 arguments containing high-bit chars passed to spawned children,
15635 on win32)
15636 Branch: perl
15637 ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
15638____________________________________________________________________________
15639[ 3444] By: gsar on 1999/05/21 23:08:55
15640 Log: integrate Configure changes from cfgperl
15641 Branch: perl
15642 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15643 !> config_h.SH
15644____________________________________________________________________________
15645[ 3443] By: jhi on 1999/05/21 22:00:56
15646 Log: Integrate from mainperl.
15647 Branch: cfgperl
15648 !> Changes doop.c ext/SDBM_File/sdbm/dba.c
15649 !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
15650 !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
15651 !> win32/perlhost.h win32/win32.c x2p/walk.c
15652____________________________________________________________________________
15653[ 3442] By: jhi on 1999/05/21 21:59:46
15654 Log: fflush.
15655 Branch: cfgperl
15656 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15657 ! config_h.SH
15658____________________________________________________________________________
15659[ 3441] By: gsar on 1999/05/21 17:48:55
15660 Log: integrate cfgperl changes
15661 Branch: perl
15662 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15663 !> config_h.SH hints/sunos_4_1.sh installperl
15664____________________________________________________________________________
15665[ 3440] By: gsar on 1999/05/21 17:42:49
15666 Log: test tweak
15667 Branch: perl
15668 ! t/comp/proto.t
15669____________________________________________________________________________
15670[ 3439] By: gsar on 1999/05/21 17:31:26
15671 Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
15672 (Configure fflush(NULL) detection seems broken on Solaris, which
15673 is why I hit the problem)
15674 Branch: perl
15675 ! Changes perl.h
15676____________________________________________________________________________
e2dbf222
GS
15677[ 3438] By: gsar on 1999/05/20 16:41:01
15678 Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
15679 Branch: perl
15680 ! pod/perlport.pod
15681____________________________________________________________________________
15682[ 3437] By: jhi on 1999/05/20 07:14:39
15683 Log: Patches to fflushing in SunOS 4 from Andy Dougherty
15684 (via private email).
15685 Branch: cfgperl
15686 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15687 ! config_h.SH hints/sunos_4_1.sh
15688____________________________________________________________________________
15689[ 3436] By: gsar on 1999/05/20 05:18:26
15690 Log: various little nits
15691 Branch: perl
15692 ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
15693 ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
15694 ! win32/perlhost.h win32/win32.c x2p/walk.c
15695____________________________________________________________________________
15696[ 3435] By: jhi on 1999/05/18 16:25:49
15697 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15698 To: perl5-porters@perl.org
15699 Subject: installperl
15700 Date: Fri, 14 May 1999 21:34:58 +0100
15701 Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
15702 Branch: cfgperl
15703 ! installperl
15704____________________________________________________________________________
15705[ 3434] By: jhi on 1999/05/17 21:25:54
15706 Log: Integrate from mainperl.
15707 Branch: cfgperl
15708 +> lib/ExtUtils/MM_Cygwin.pm
15709 - cygwin32/impure_ptr.c
15710 !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
15711 !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
15712 !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
15713 !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
15714 !> x2p/find2perl.PL
15715____________________________________________________________________________
15716[ 3433] By: gsar on 1999/05/17 09:49:01
15717 Log: integrate cfgperl changes into mainline
15718 Branch: perl
15719 !> Configure INSTALL config_h.SH configure.com embed.h
15720 !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
15721 !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
15722 !> util.c
15723____________________________________________________________________________
15724[ 3432] By: gsar on 1999/05/17 09:06:45
15725 Log: emit more appropriate diagnostic for failed glob (variant
15726 of patch suggested by Graham Barr)
15727 Branch: perl
15728 ! gv.c pod/perldiag.pod pp.c pp_hot.c
15729____________________________________________________________________________
15730[ 3431] By: gsar on 1999/05/17 08:38:09
15731 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15732 Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
15733 Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
15734 Subject: find2perl does not grok the 'c' suffix to the -size argument
15735 Branch: perl
15736 ! x2p/find2perl.PL
15737____________________________________________________________________________
15738[ 3430] By: gsar on 1999/05/17 08:26:21
15739 Log: additional cleanups for cygwin32 port
15740 From: "Fifer, Eric" <EFifer@sanwaint.com>
15741 Date: Wed, 12 May 1999 20:25:54 +0100
15742 Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
15743 Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
15744 Branch: perl
15745 + lib/ExtUtils/MM_Cygwin.pm
15746 - cygwin32/impure_ptr.c
15747 ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
15748 ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
15749 ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
15750 ! perl.h util.c
15751____________________________________________________________________________
15752[ 3429] By: gsar on 1999/05/17 08:01:04
15753 Log: From: Andy Dougherty <doughera@lafayette.edu>
15754 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
15755 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
15756 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
15757 Branch: perl
15758 ! INSTALL
15759____________________________________________________________________________
15760[ 3428] By: jhi on 1999/05/17 07:03:26
15761 Log: Integrate from mainperl modulo the Socket.xs change.
15762 Branch: cfgperl
15763 !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
15764 !> win32/win32.c win32/win32.h
15765____________________________________________________________________________
15766[ 3427] By: jhi on 1999/05/16 22:09:11
15767 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15768 To: perl5-porters@perl.org (Mailing list Perl5)
15769 Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
15770 Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
15771 Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
15772 Branch: cfgperl
15773 ! ext/Devel/Peek/Peek.xs
15774____________________________________________________________________________
15775[ 3426] By: jhi on 1999/05/16 22:07:11
15776 Log: From: Mark-Jason Dominus <mjd@plover.com>
15777 To: perl5-porters@perl.com
15778 Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
15779 Date: Sat, 15 May 1999 12:43:47 -0400
15780 Message-ID: <19990515164348.7313.qmail@plover.com>
15781 Branch: cfgperl
15782 ! pod/perldiag.pod
15783____________________________________________________________________________
15784[ 3425] By: nick on 1999/05/15 15:56:10
15785 Log: Mingw32 + w32api-0.1.5 tweaks
15786 - now more like other Win32 compilers
15787 Branch: perl
15788 ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
15789 ! win32/win32.h
15790____________________________________________________________________________
15791[ 3424] By: nick on 1999/05/14 21:04:22
15792 Log: Experimental "slab" allocator for ops.
15793 To try it -DPL_OP_SLAB_ALLOC for op.c
15794 This is for proof of concept only, it leaks memory
15795 (ops are not free'd) so don't use in embedded apps.
15796 If this minimalist version does not show performance
15797 gain then whole idea is worthless.
15798 Nick see's approx 12% speed up vs perlmalloc running
15799 perl -Ilib -MCPAN -e ''
15800 Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
15801 Branch: perl
15802 ! op.c
15803____________________________________________________________________________
15804[ 3423] By: gsar on 1999/05/14 19:55:04
15805 Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
15806 found (brings sitelib intuition in line with privlib)
15807 Branch: perl
15808 ! win32/win32.c
15809____________________________________________________________________________
15810[ 3422] By: jhi on 1999/05/14 08:08:01
15811 Log: From: pvhp@forte.com (Peter Prymmer)
15812 To: perl5-porters@perl.org, vmsperl@perl.org
15813 Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
15814 Date: Thu, 13 May 99 15:29:57 PDT
15815 Message-Id: <9905132229.AA15854@forte.com>
15816 Branch: cfgperl
15817 ! configure.com
15818____________________________________________________________________________
15819[ 3421] By: jhi on 1999/05/14 07:34:20
15820 Log: Integrate from mainperl.
15821 Branch: cfgperl
15822 !> lib/ExtUtils/MM_Unix.pm win32/win32.c
15823____________________________________________________________________________
15824[ 3420] By: jhi on 1999/05/14 07:33:26
15825 Log: Still fflushing.
15826 Branch: cfgperl
15827 ! Configure config_h.SH util.c
15828____________________________________________________________________________
15829[ 3419] By: gsar on 1999/05/14 03:08:29
15830 Log: mortalize string allocations by win32_get_{priv,site}lib()
15831 (fixes small memory leak in interpreter)
15832 Branch: perl
15833 ! win32/win32.c
15834____________________________________________________________________________
15835[ 3418] By: gsar on 1999/05/14 03:06:50
15836 Log: make win32_longname() preserve kind of slashes in argument
15837 Branch: perl
15838 ! win32/win32.c
15839____________________________________________________________________________
15840[ 3417] By: gsar on 1999/05/14 03:04:44
15841 Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
15842 Branch: perl
15843 ! lib/ExtUtils/MM_Unix.pm
15844____________________________________________________________________________
15845[ 3416] By: jhi on 1999/05/13 21:18:06
15846 Log: Integrate from mainperl.
15847 Branch: cfgperl
15848 !> pp_ctl.c
15849____________________________________________________________________________
15850[ 3415] By: jhi on 1999/05/13 21:16:49
15851 Log: Fixes from Andy Dougherty (via private email).
15852 Branch: cfgperl
15853 ! Configure config_h.SH
15854____________________________________________________________________________
15855[ 3414] By: nick on 1999/05/13 20:04:26
15856 Log: valist vs va_list typo
15857 Branch: perl
15858 ! pp_ctl.c
15859____________________________________________________________________________
15860[ 3413] By: jhi on 1999/05/13 15:04:05
15861 Log: From: Andy Dougherty <doughera@lafayette.edu>
15862 To: perlbug@perl.com
15863 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
15864 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
15865 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
15866 Branch: cfgperl
15867 ! INSTALL
15868____________________________________________________________________________
15869[ 3412] By: jhi on 1999/05/13 14:20:17
15870 Log: Integrate from mainperl.
15871 Branch: cfgperl
15872 !> pp_ctl.c
15873____________________________________________________________________________
15874[ 3411] By: gsar on 1999/05/13 14:16:56
15875 Log: docatch_body() declaration mismatch
15876 Branch: perl
15877 ! pp_ctl.c
15878____________________________________________________________________________
15879[ 3410] By: jhi on 1999/05/13 13:51:44
15880 Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
15881 Branch: cfgperl
15882 ! Configure config_h.SH perl.h
15883____________________________________________________________________________
15884[ 3409] By: jhi on 1999/05/13 13:31:53
15885 Log: Still fflushing strong.
15886 Branch: cfgperl
15887 ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
15888 ! proto.h util.c
15889____________________________________________________________________________
15890[ 3408] By: jhi on 1999/05/12 14:30:23
15891 Log: Integrate from mainperl.
15892 Branch: cfgperl
15893 !> (integrate 30 files)
15894____________________________________________________________________________
15895[ 3407] By: jhi on 1999/05/12 12:28:31
15896 Log: Be tidier with fflush(NULL) testing.
15897 Branch: cfgperl
15898 ! Configure config_h.SH
15899____________________________________________________________________________
15900[ 3406] By: gsar on 1999/05/12 11:26:03
15901 Log: better range-checking on list slices, with test
15902 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15903 Date: Sun, 02 May 1999 17:02:53 +0100
15904 Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
15905 Subject: Re: List slice of undefs returns 0 items
15906 Branch: perl
15907 ! pp.c t/op/list.t
15908____________________________________________________________________________
15909[ 3405] By: gsar on 1999/05/12 11:22:27
15910 Log: change#3397 needs test tweak
15911 Branch: perl
15912 ! Changes t/pragma/warn/sv
15913____________________________________________________________________________
15914[ 3404] By: gsar on 1999/05/12 11:07:44
15915 Log: typo in change#3397
15916 Branch: perl
15917 ! doop.c
15918____________________________________________________________________________
b0c98cec
GS
15919[ 3403] By: gsar on 1999/05/12 10:49:01
15920 Log: From: Stephen Zander <gibreel@pobox.com>
15921 Date: 12 May 1999 01:22:31 -0700
15922 Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
15923 Subject: Re: Test::Harness runs tainted tests with wrong library path
15924 Branch: perl
15925 ! lib/Test/Harness.pm
15926____________________________________________________________________________
15927[ 3402] By: gsar on 1999/05/12 10:42:06
15928 Log: typo in change#3400
15929 Branch: perl
15930 ! ext/B/B/Deparse.pm
15931____________________________________________________________________________
15932[ 3401] By: jhi on 1999/05/12 10:40:42
15933 Log: A better, shinier, and possibly even correctly working
15934 reincarnation of #3398.
15935 Branch: cfgperl
15936 ! Configure config_h.SH
15937____________________________________________________________________________
15938[ 3400] By: gsar on 1999/05/12 10:40:11
15939 Log: deparse \&func() as \(&func()) for clarity
15940 From: Albert Dvornik <bert@genscan.com>
15941 Date: 11 May 1999 13:32:04 -0400
15942 Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
15943 Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
15944 Branch: perl
15945 ! ext/B/B/Deparse.pm
15946____________________________________________________________________________
15947[ 3399] By: gsar on 1999/05/12 10:36:02
15948 Log: more testsuite smarts (many of them courtesy Ilya)
15949 Branch: perl
15950 ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
15951 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
15952 ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
15953 ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
15954 ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
15955 ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
15956 ! t/op/pwent.t
15957____________________________________________________________________________
15958[ 3398] By: jhi on 1999/05/12 09:33:08
15959 Log: Detect whether fflush(NULL) works as per change #3352.
15960 Branch: cfgperl
15961 ! Configure config_h.SH perl.h
15962____________________________________________________________________________
15963[ 3397] By: gsar on 1999/05/12 08:56:03
15964 Log: From: jan.dubois@ibm.net (Jan Dubois)
15965 Date: Wed, 12 May 1999 01:01:00 +0200
15966 Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
15967 Subject: [PATCH 5.005_03] chop/chomp modify readonly values
15968 Branch: perl
15969 ! doop.c
15970____________________________________________________________________________
15971[ 3396] By: gsar on 1999/05/12 08:23:27
15972 Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
15973 stat() behaves similarly
15974 Branch: perl
15975 ! win32/win32.c
15976____________________________________________________________________________
15977[ 3395] By: jhi on 1999/05/11 22:21:32
15978 Log: Redo parts of #3341 and #3358 that #3394 undid.
15979 Branch: cfgperl
15980 ! Configure config_h.SH
15981____________________________________________________________________________
15982[ 3394] By: jhi on 1999/05/11 22:03:48
15983 Log: Add I_NETINET_TCP to help change #3391.
15984 Branch: cfgperl
15985 ! Configure config_h.SH ext/Socket/Socket.xs
15986____________________________________________________________________________
15987[ 3393] By: jhi on 1999/05/11 21:44:59
15988 Log: Integrate from mainperl.
15989 Branch: cfgperl
15990 !> (integrate 55 files)
15991____________________________________________________________________________
15992[ 3392] By: gsar on 1999/05/11 20:56:43
15993 Log: update embedvar.h
15994 Branch: perl
15995 ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
15996____________________________________________________________________________
15997[ 3391] By: gsar on 1999/05/11 16:32:05
15998 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15999 Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
16000 Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
16001 Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
16002 Branch: perl
16003 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
16004____________________________________________________________________________
16005[ 3390] By: gsar on 1999/05/11 15:27:40
16006 Log: display more frequent progress messages when STDOUT is a tty
16007 Branch: perl
16008 ! lib/Test/Harness.pm
16009____________________________________________________________________________
16010[ 3389] By: gsar on 1999/05/11 14:40:58
16011 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16012 Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
16013 Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
16014 Subject: [PATCH 5.005_53] Explanations by Test::Harness
16015 Branch: perl
16016 ! lib/Test/Harness.pm
16017____________________________________________________________________________
16018[ 3388] By: gsar on 1999/05/11 14:08:14
16019 Log: avoid creating spurious subroutine stubs on failed subroutine
16020 call and other places of sv_2cv() misuse; fixes problems with
16021 failed subroutine calls "hiding" later attempts to lookup methods
16022 in base classes
16023 Branch: perl
16024 ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
16025____________________________________________________________________________
16026[ 3387] By: gsar on 1999/05/11 09:34:13
16027 Log: various fixes for clean build and test on win32; configpm broken,
16028 needed to open myconfig.SH rather than myconfig; sundry adjustments
16029 to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
16030 work under win32; getenv_sv() changed to getenv_len() since SVs
16031 aren't visible in the lower echelons; remove bogus exports from
16032 config.sym; PERL_OBJECT-ness for C++ exception support; null out
16033 IoDIRP in filter_del() or sv_free() will attempt to close it
16034 Branch: perl
16035 ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
16036 ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
16037 ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
16038 ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
16039 ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
16040 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
16041 ! win32/config.gc win32/config.vc win32/makedef.pl
16042 ! win32/makefile.mk win32/perlhost.h win32/runperl.c
16043 ! win32/win32.c win32/win32.h
16044____________________________________________________________________________
16045[ 3386] By: gsar on 1999/05/11 02:49:07
16046 Log: gutsupport for C++ exceptions
16047 From: Chip Salzenberg <chip@perlsupport.com>
16048 Date: Tue, 9 Mar 1999 11:51:57 -0500
16049 Message-ID: <19990309115157.E7911@perlsupport.com>
16050 Subject: [PATCH 5.005] Flexible Exceptions
16051 Branch: perl
16052 ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
16053 ! scope.c scope.h thrdvar.h util.c
16054____________________________________________________________________________
a6c40364
GS
16055[ 3385] By: gsar on 1999/05/10 19:33:36
16056 Log: "weak" references internals, still needs perlguts documentation
16057 (somewhat modified version of patch suggested by Tuomas J. Lukka
16058 <lukka@fas.harvard.edu>)
16059 Branch: perl
16060 ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
16061 ! pod/perldiag.pod proto.h sv.c sv.h util.c
16062____________________________________________________________________________
16063[ 3384] By: jhi on 1999/05/10 18:21:43
16064 Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
16065 (due to QAR 56761) (the bug has been fixed in 4.0E or better)
16066 Branch: cfgperl
16067 ! INSTALL hints/dec_osf.sh
16068____________________________________________________________________________
16069[ 3381] By: jhi on 1999/05/10 14:39:28
16070 Log: Integrate from mainperl.
16071 Branch: cfgperl
16072 +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
16073 +> cygwin32/build-instructions.charles-wilson
16074 +> cygwin32/build-instructions.sebastien-barre
16075 +> cygwin32/build-instructions.steven-morlock
16076 +> cygwin32/build-instructions.steven-morlock2
16077 +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
16078 +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16079 +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
16080 +> t/op/numconvert.t utils/perlbc.PL
16081 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
16082 - cygwin32/perlld
16083 !> (integrate 105 files)
16084____________________________________________________________________________
16085[ 3380] By: gsar on 1999/05/10 12:27:14
16086 Log: regen regnodes.h
16087 Branch: perl
16088 ! Changes regnodes.h
16089____________________________________________________________________________
885f9e59
GS
16090[ 3379] By: gsar on 1999/05/10 12:17:26
16091 Log: From: jan.dubois@ibm.net (Jan Dubois)
16092 Date: Sat, 01 May 1999 22:55:36 +0200
16093 Message-ID: <373067e9.56194713@smtp1.ibm.net>
16094 Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
16095 Branch: perl
16096 ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
16097 ! win32/config_H.vc
16098____________________________________________________________________________
16099[ 3378] By: gsar on 1999/05/10 12:07:13
16100 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16101 Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
16102 Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
16103 Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
16104 Branch: perl
16105 + t/op/numconvert.t
16106 ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
16107 ! util.c
16108____________________________________________________________________________
16109[ 3377] By: gsar on 1999/05/10 11:39:48
16110 Log: pp_modulo comment tweak from Ilya
16111 Branch: perl
16112 ! pp.c
16113____________________________________________________________________________
16114[ 3376] By: gsar on 1999/05/10 11:30:40
16115 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16116 Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
16117 Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
16118 Subject: Test.pm update [PATCH _56]
16119 Branch: perl
16120 ! lib/Test.pm
16121____________________________________________________________________________
16122[ 3375] By: gsar on 1999/05/10 11:28:30
16123 Log: From: jan.dubois@ibm.net (Jan Dubois)
16124 Date: Fri, 07 May 1999 00:59:54 +0200
16125 Message-ID: <373318ae.19292461@smtp1.ibm.net>
16126 Subject: Re: Using existing memory for an SV's PV
16127 Branch: perl
16128 ! sv.c
16129____________________________________________________________________________
16130[ 3374] By: gsar on 1999/05/10 11:23:44
16131 Log: From: jan.dubois@ibm.net (Jan Dubois)
16132 Date: Fri, 07 May 1999 00:59:52 +0200
16133 Message-ID: <37321800.19118320@smtp1.ibm.net>
16134 Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
16135 Branch: perl
16136 ! perl.h
16137____________________________________________________________________________
16138[ 3373] By: gsar on 1999/05/10 11:22:10
16139 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16140 Date: Thu, 6 May 1999 18:17:28 -0400
16141 Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
16142 Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
16143 Branch: perl
16144 ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
16145 ! util.c
16146____________________________________________________________________________
16147[ 3372] By: gsar on 1999/05/10 10:57:49
16148 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16149 Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
16150 Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
16151 Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
16152 Branch: perl
16153 ! regcomp.c regcomp.pl
16154____________________________________________________________________________
16155[ 3371] By: gsar on 1999/05/10 10:54:01
16156 Log: From: lane@duphy4.physics.drexel.edu
16157 Date: Tue, 04 May 1999 10:19:25 -0700
16158 Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
16159 Subject: [PATCH 5.005.56] pod->html VMS fixes
16160 Branch: perl
16161 ! installhtml lib/Pod/Html.pm
16162____________________________________________________________________________
16163[ 3370] By: gsar on 1999/05/10 10:45:52
16164 Log: testsuite nits
16165 Branch: perl
16166 ! t/lib/io_linenum.t t/op/filetest.t
16167____________________________________________________________________________
16168[ 3369] By: gsar on 1999/05/10 10:35:22
16169 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16170 Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
16171 Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
16172 Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
16173 Branch: perl
16174 ! os2/os2ish.h os2/os2thread.h
16175____________________________________________________________________________
16176[ 3368] By: gsar on 1999/05/10 10:00:11
16177 Log: From: Albert Dvornik <bert@genscan.com>
16178 Date: 03 May 1999 12:20:57 -0400
16179 Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
16180 Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
16181 Branch: perl
16182 ! dump.c
16183____________________________________________________________________________
16184[ 3367] By: gsar on 1999/05/10 09:55:51
16185 Log: shadow password support for Solaris (needs Configure help to
16186 determine HAS_GETSPENT)
16187 From: "Patrick O'Brien" <pdo@cs.umd.edu>
16188 Date: Sat, 01 May 1999 19:41:17 -0400
16189 Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
16190 Subject: getpwent() under solaris
16191 Branch: perl
16192 ! pp_sys.c
16193____________________________________________________________________________
16194[ 3366] By: gsar on 1999/05/10 09:45:58
16195 Log: From: jan.dubois@ibm.net (Jan Dubois)
16196 Date: Sat, 01 May 1999 23:45:47 +0200
16197 Message-ID: <373373fb.59284266@smtp1.ibm.net>
16198 Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
16199 Branch: perl
16200 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
16201 ! pod/perldelta.pod
16202____________________________________________________________________________
16203[ 3365] By: gsar on 1999/05/10 09:34:22
16204 Log: test suite and fix input_line_number()
16205 From: Paul Johnson <pjcj@transeda.com>
16206 Date: Thu, 29 Apr 1999 06:28:14 +0100
16207 Message-ID: <19990429062814.A17906@west-tip.transeda.com>
16208 Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
16209 Branch: perl
16210 + t/lib/io_linenum.t
16211 ! MANIFEST ext/IO/lib/IO/Handle.pm
16212____________________________________________________________________________
16213[ 3364] By: gsar on 1999/05/10 09:20:56
16214 Log: fix overeager [:foo:] parsing
16215 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16216 Date: Fri, 30 Apr 1999 09:26:18 +0100
16217 Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
16218 Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
16219 Branch: perl
16220 ! regcomp.c t/op/re_tests
16221____________________________________________________________________________
16222[ 3363] By: gsar on 1999/05/10 09:09:21
16223 Log: documentation for Win32 builtins (somewhat modified)
16224 From: jan.dubois@ibm.net (Jan Dubois)
16225 Date: Tue, 30 Mar 1999 08:05:03 +0200
16226 Message-ID: <37006783.1926460@smtp1.ibm.net>
16227 Subject: Re: Issues with build 509
16228 Branch: perl
16229 + pod/Win32.pod
16230 ! MANIFEST
16231____________________________________________________________________________
16232[ 3362] By: gsar on 1999/05/10 08:22:07
16233 Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
16234 Branch: perl
16235 ! lib/File/Copy.pm win32/win32.c
16236____________________________________________________________________________
16237[ 3361] By: gsar on 1999/05/10 08:11:29
16238 Log: escape ampersands in <pre> sections
16239 Branch: perl
16240 ! Changes lib/Pod/Html.pm
16241____________________________________________________________________________
16242[ 3360] By: gsar on 1999/05/10 08:04:14
16243 Log: AIX hints enhancements (threads build, SOCKS support)
16244 From: "David R. Favor" <dfavor@austin.ibm.com>
16245 Date: Wed, 28 Apr 1999 08:45:28 -0500
16246 Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
16247 Subject: Working build for AIX + gcc + threading
16248 Branch: perl
16249 ! hints/aix.sh
16250____________________________________________________________________________
db085819
GS
16251[ 3359] By: gsar on 1999/05/10 07:49:26
16252 Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
16253 Date: Tue, 27 Apr 1999 23:47:24 PDT
16254 Message-ID: <19990428064724.95244.qmail@hotmail.com>
16255 Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
16256 --
16257 Date: Thu, 29 Apr 1999 18:21:06 -0700
16258 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
16259 Subject: [PATCH 5.005_56] double constants ( C.pm)
16260 --
16261 Date: Mon, 03 May 1999 20:21:31 PDT
16262 Message-ID: <19990504032131.81113.qmail@hotmail.com>
16263 Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
16264 --
16265 Date: Thu, 06 May 1999 17:57:09 -0700
16266 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
16267 Subject: Stash.pm
16268 Branch: perl
16269 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
16270 ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
16271____________________________________________________________________________
16272[ 3358] By: gsar on 1999/05/10 04:39:15
16273 Log: cygwin32 update (untested adaptation of patch against 5.005_03)
16274 From: alexander smishlajev <als@turnhere.com>
16275 Date: Sun, 25 Apr 1999 14:58:29 +0300
16276 Message-ID: <37230365.5F68B460@turnhere.com>
16277 Subject: [PATCH]5.005_03 (CORE) cygwin32 port
16278 Branch: perl
16279 + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
16280 + cygwin32/build-instructions.charles-wilson
16281 + cygwin32/build-instructions.sebastien-barre
16282 + cygwin32/build-instructions.steven-morlock
16283 + cygwin32/build-instructions.steven-morlock2
16284 + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
16285 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
16286 - cygwin32/perlld
16287 ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
16288 ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
16289 ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
16290 ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
16291 ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
16292 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
16293____________________________________________________________________________
16294[ 3357] By: gsar on 1999/05/10 04:07:07
16295 Log: applied suggested patch, modulo already applied parts
16296 From: Charles Bailey <BAILEY@newman.upenn.edu>
16297 Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
16298 Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
16299 Subject: [Patch 5.005_56] VMS consolidated patch #2
16300 Branch: perl
16301 ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
16302 ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
16303 ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
16304 ! vms/subconfigure.com vms/test.com vms/vms.c
16305____________________________________________________________________________
16306[ 3356] By: gsar on 1999/05/10 03:48:08
16307 Log: applied suggested patch, with win32 and PERL_OBJECT additions
16308 From: Tom Hughes <tom@compton.nu>
16309 Date: Sat, 24 Apr 1999 18:11:59 +0100
16310 Message-ID: <609bdff748.tom@compton.compton.nu>
16311 Subject: ByteLoader patch
16312 Branch: perl
16313 + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16314 + ext/ByteLoader/Makefile.PL utils/perlbc.PL
16315 ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
16316 ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
16317 ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
16318 ! utils/Makefile win32/Makefile win32/makefile.mk
16319____________________________________________________________________________
16320[ 3355] By: gsar on 1999/05/10 03:22:49
16321 Log: document 'test' attribute (from Andreas Koenig)
16322 Branch: perl
16323 ! lib/ExtUtils/MakeMaker.pm
16324____________________________________________________________________________
16325[ 3354] By: gsar on 1999/05/10 03:12:37
16326 Log: From: pmarquess@bfsec.bt.co.uk
16327 Date: Thu, 22 Apr 1999 23:12:08 +0100
16328 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
16329 Subject: PATCH for small bug in scan_bin
16330 Branch: perl
16331 ! util.c
16332____________________________________________________________________________
16333[ 3353] By: gsar on 1999/05/10 02:39:33
16334 Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
16335 provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
16336 Branch: perl
16337 ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
16338 ! win32/win32iop.h
16339____________________________________________________________________________
16340[ 3352] By: gsar on 1999/05/09 22:47:39
16341 Log: flush all open output buffers before fork(), exec(), system, qx//
16342 and pipe open() operations, simplifying buffering headaches faced
16343 by users; uses fflush(NULL), which may need Configure test
16344 Branch: perl
16345 ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
16346 ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
16347____________________________________________________________________________
16348[ 3351] By: gsar on 1999/05/09 21:11:51
16349 Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
16350 Leroy <jll@skynet.be>)
16351 Branch: perl
16352 ! utils/perlcc.PL
16353____________________________________________________________________________
16354[ 3350] By: gsar on 1999/05/09 20:39:11
16355 Log: normalize $^X to full pathname on win32
16356 Branch: perl
16357 ! win32/runperl.c
16358____________________________________________________________________________
16359[ 3349] By: gsar on 1999/05/09 20:23:07
16360 Log: allow readline($globref), <$globref> already works
16361 Branch: perl
16362 ! pp_hot.c
16363____________________________________________________________________________
16364[ 3348] By: gsar on 1999/05/09 20:00:09
16365 Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
16366 <lemburg@online-club.de>)
16367 Branch: perl
16368 ! utils/perldoc.PL
16369____________________________________________________________________________
16370[ 3347] By: gsar on 1999/05/09 18:47:21
16371 Log: additions to Thread.pm docs from Tuomas J. Lukka
16372 <lukka@fas.harvard.edu>
16373 Branch: perl
16374 ! ext/Thread/Thread.pm
16375____________________________________________________________________________
16376[ 3346] By: gsar on 1999/05/09 18:38:00
16377 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16378 Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
16379 Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
16380 Subject: [PATCH _56] Re: pdt: Perl Development Tools?
16381 Branch: perl
16382 ! ext/B/B/Xref.pm
16383____________________________________________________________________________
16384[ 3345] By: gsar on 1999/05/09 18:22:43
16385 Log: work around mangled archname on win32 while finding privlib/sitelib;
16386 normalize lib paths to forward slashes internally
16387 Branch: perl
16388 ! win32/win32.c
16389____________________________________________________________________________
16390[ 3344] By: gsar on 1999/05/09 03:20:06
16391 Log: fix typo in dbm filters that caused odbm.t to fail
16392 Branch: perl
16393 ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
16394____________________________________________________________________________
16395[ 3343] By: gsar on 1999/05/09 02:02:59
16396 Log: tweak test totals
16397 Branch: perl
16398 ! Changes t/lib/tie-stdhandle.t
16399____________________________________________________________________________
4068bd03
GS
16400[ 3342] By: gsar on 1999/05/09 01:42:06
16401 Log: import list propagation busted (pointed out by Ton Hospel
16402 <thospel@mail.dma.be>)
16403 Branch: perl
16404 ! lib/autouse.pm
16405____________________________________________________________________________
16406[ 3341] By: gsar on 1999/05/09 00:54:18
16407 Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
16408 (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
16409 Branch: perl
16410 ! Configure Makefile.SH
16411____________________________________________________________________________
16412[ 3340] By: gsar on 1999/05/09 00:40:41
16413 Log: generate manpages for newly added utils
16414 Branch: perl
16415 ! installman
16416____________________________________________________________________________
16417[ 3339] By: gsar on 1999/05/09 00:33:50
16418 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16419 Date: Sun, 02 May 1999 17:59:24 +0100
16420 Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
16421 Subject: [PATCH] Re: ptr to realloced memory in yylex
16422 Branch: perl
16423 ! toke.c
16424____________________________________________________________________________
16425[ 3338] By: jhi on 1999/05/08 22:40:29
16426 Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
16427 Branch: cfgperl
16428 ! INSTALL
16429____________________________________________________________________________
16430[ 3337] By: jhi on 1999/05/08 22:22:26
16431 Log: Integrate from mainperl.
16432 Branch: cfgperl
16433 +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
16434 !> (integrate 54 files)
16435____________________________________________________________________________
16436[ 3336] By: gsar on 1999/05/08 21:48:22
16437 Log: make perldoc -f grok nested =items
16438 Branch: perl
16439 ! utils/perldoc.PL
16440____________________________________________________________________________
16441[ 3335] By: gsar on 1999/05/08 19:48:11
16442 Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
16443 Branch: perl
16444 ! op.c t/lib/fields.t
16445____________________________________________________________________________
16446[ 3334] By: gsar on 1999/05/08 19:09:41
16447 Log: update test totals
16448 Branch: perl
16449 ! t/lib/bigintpm.t
16450____________________________________________________________________________
16451[ 3333] By: gsar on 1999/05/08 16:56:02
16452 Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
16453 Branch: perl
16454 ! pod/perlfunc.pod
16455____________________________________________________________________________
16456[ 3332] By: gsar on 1999/05/08 16:46:44
16457 Log: applied suggested patch, added tests
16458 From: William Mann <wmann@avici.com>
16459 Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
16460 Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
16461 Subject: BigInt.pm extensions for logical operations
16462 Branch: perl
16463 ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
16464____________________________________________________________________________
16465[ 3331] By: gsar on 1999/05/08 16:09:33
16466 Log: avoid temporary files named 'tmp'
16467 Branch: perl
16468 ! Makefile.SH pp.c
16469____________________________________________________________________________
16470[ 3330] By: nick on 1999/05/08 14:16:30
16471 Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
16472 Provide Tie::StdHandle
16473 Basic update of docs.
16474 Branch: perl
16475 + t/lib/tie-stdhandle.t
16476 ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
16477____________________________________________________________________________
16478[ 3329] By: nick on 1999/05/08 12:03:45
16479 Log: Tweaks to open(my $fh,...) stuff
16480 Branch: perl
16481 ! op.c pp.c pp_sys.c t/io/open.t
16482____________________________________________________________________________
16483[ 3328] By: nick on 1999/05/08 11:18:42
16484 Log: Bring SDBM_File.xs into line with new typemap
16485 Branch: perl
16486 ! ext/SDBM_File/SDBM_File.xs
16487____________________________________________________________________________
16488[ 3327] By: gsar on 1999/05/08 00:07:11
16489 Log: add test case for AUTOLOAD reentrancy fix in change#3279
16490 Branch: perl
16491 ! t/lib/autoloader.t
16492____________________________________________________________________________
16493[ 3326] By: nick on 1999/05/07 21:24:50
16494 Log: Implement open( my $fh, ...) and similar.
16495 Set flag in op.c for "constructor ops"
16496 In pp_rv2gv, if flag is set and arg is PADSV and uninit
16497 vivify as reference to a detached GV.
16498 (Name of GV is the pad name.)
16499 This scheme should "just work" for pipe/socket etc. too.
16500
16501 #if 0 out the open(FH,undef) for now.
16502 Change t/io/open.t to test open(my $fh,...)
16503 Branch: perl
16504 ! op.c pp.c pp_sys.c t/io/open.t
16505____________________________________________________________________________
16506[ 3325] By: nick on 1999/05/07 21:18:42
16507 Log: Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
16508 Branch: perl
16509 ! util.c
16510____________________________________________________________________________
16511[ 3324] By: gsar on 1999/05/07 20:28:31
16512 Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
16513 intervening code has to allocate SVs)
16514 Branch: perl
16515 ! util.c
16516____________________________________________________________________________
16517[ 3323] By: gsar on 1999/05/07 19:45:08
16518 Log: allow line numbers to show in diagnostics during global destruction
16519 Branch: perl
16520 ! util.c
16521____________________________________________________________________________
16522[ 3322] By: gsar on 1999/05/07 09:38:11
16523 Log: From: Dan Sugalski <sugalskd@ous.edu>
16524 Date: Fri, 09 Apr 1999 16:16:39 -0700
16525 Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
16526 Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
16527 Branch: perl
16528 ! lib/ExtUtils/MM_VMS.pm
16529____________________________________________________________________________
16530[ 3321] By: gsar on 1999/05/07 09:08:23
16531 Log: From: kwzh@gnu.org (Karl Heuer)
16532 Date: Wed, 7 Apr 1999 23:58:58 -0400
16533 Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
16534 Subject: [perl-5.005.02] detect lack of /dev/tty
16535 Branch: perl
16536 ! Makefile.SH
16537____________________________________________________________________________
16538[ 3320] By: gsar on 1999/05/07 08:52:14
16539 Log: allow distinct prefix for versioned executables
16540 From: Roderick Schertler <roderick@argon.org>
16541 Date: Wed, 07 Apr 1999 15:34:56 -0400
16542 Message-ID: <3003.923513696@eeyore.ibcinc.com>
16543 Subject: perl55.00503 -> perl5.00503 patch for installperl
16544 Branch: perl
16545 ! INSTALL installperl
16546____________________________________________________________________________
16547[ 3319] By: gsar on 1999/05/07 08:07:02
16548 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16549 Date: Mon, 05 Apr 1999 15:38:42 -0700
16550 Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
16551 Subject: Re: chomp fails with $/ in fixed-length record mode
16552 --
16553 From: Roderick Schertler <roderick@argon.org>
16554 Date: Tue, 06 Apr 1999 21:11:37 -0400
16555 Message-ID: <2795.923447497@eeyore.ibcinc.com>
16556 Subject: Re: chomp fails with $/ in fixed-length record mode
16557 Branch: perl
16558 ! doop.c pod/perlfunc.pod t/op/chop.t
16559____________________________________________________________________________
16560[ 3318] By: gsar on 1999/05/07 07:56:35
16561 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16562 Date: Tue, 6 Apr 1999 01:40:36 -0400
16563 Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
16564 Subject: [PATCH 5.005_*] Make % use fmod()
16565 Branch: perl
16566 ! pp.c t/op/arith.t
16567____________________________________________________________________________
16568[ 3317] By: gsar on 1999/05/07 04:18:11
16569 Log: DBM Filters (via private mail)
16570 From: pmarquess@bfsec.bt.co.uk
16571 Date: Sun, 18 Apr 1999 21:05:52 +0100
16572 Message-Id: <199904182009.NAA19152@activestate.com>
16573 Subject: DBM Filters
16574 Branch: perl
16575 + pod/perldbmfilter.pod
16576 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
16577 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
16578 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16579 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16580 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
16581 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
16582 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16583 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
16584 ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
16585 ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
16586 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16587 ! t/lib/sdbm.t
16588____________________________________________________________________________
16589[ 3316] By: gsar on 1999/05/07 03:28:53
16590 Log: avoid negative return value from Win32::GetTickCount()
16591 From: jan.dubois@ibm.net (Jan Dubois)
16592 Date: Sat, 03 Apr 1999 19:04:18 +0200
16593 Message-ID: <37084742.22824479@smtp1.ibm.net>
16594 Subject: Re: Win32::GetTickCount
16595 Branch: perl
16596 ! win32/win32.c
16597____________________________________________________________________________
4068bd03
GS
16598[ 3314] By: gsar on 1999/05/06 08:01:23
16599 Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
16600 Date: Tue, 30 Mar 1999 23:40:34 PST
16601 Message-ID: <19990331074034.6117.qmail@hotmail.com>
16602 Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
16603 --
16604 Date: Wed, 07 Apr 1999 00:28:23 -0800
16605 Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
16606 Subject: [PATCH 5.005_56] function prototypes(B.pm)
16607 --
16608 Date: Thu, 22 Apr 1999 23:40:52 -0700
16609 Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
16610 Subject: [PATCH 5.005_56 ] discarding worthless padsvs
16611 --
16612 Date: Tue, 27 Apr 1999 01:14:49 PDT
16613 Message-ID: <19990427081449.28615.qmail@hotmail.com>
16614 Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
16615 Branch: perl
16616 ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
16617 ! t/op/ref.t
16618____________________________________________________________________________
16619[ 3313] By: jhi on 1999/05/06 07:59:52
16620 Log: Integrate from mainperl.
16621 Branch: cfgperl
16622 !> (integrate 33 files)
16623____________________________________________________________________________
16624[ 3312] By: gsar on 1999/05/06 07:11:50
16625 Log: add Ethiopic section to unicode master database (from Ken
16626 Whistler <kenw@sybase.com>)
16627 Branch: perl
16628 ! lib/unicode/UnicodeData-Latest.txt
16629____________________________________________________________________________
16630[ 3311] By: gsar on 1999/05/06 05:37:55
16631 Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
16632 Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
16633 Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
16634 Subject: Largefiles for Solaris
16635 Branch: perl
16636 ! hints/solaris_2.sh
16637____________________________________________________________________________
16638[ 3310] By: gsar on 1999/05/06 05:14:35
16639 Log: emit more accurate diagnostic for syntax errors involving <>
16640 within eval""
16641 Branch: perl
16642 ! toke.c utils/perldoc.PL
16643____________________________________________________________________________
16644[ 3309] By: gsar on 1999/05/06 04:36:31
16645 Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
16646 Branch: perl
16647 ! t/lib/open3.t
16648____________________________________________________________________________
16649[ 3308] By: gsar on 1999/05/06 03:19:16
16650 Log: applied first part of suggested patch (bug described cannot be
16651 reproduced any longer, so the second inconclusive part has not
16652 been applied)
16653 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16654 Date: Sun, 28 Mar 1999 04:51:34 +0100
16655 Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
16656 Subject: [PATCH 5.005_56] Re: A core dump
16657 Branch: perl
16658 ! toke.c
16659____________________________________________________________________________
16660[ 3307] By: gsar on 1999/05/06 01:56:06
16661 Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
c9fdb9e9 16662 change#3180)
4068bd03
GS
16663 Branch: perl
16664 ! op.c
16665____________________________________________________________________________
16666[ 3306] By: gsar on 1999/05/05 17:17:34
16667 Log: applied non-conflicting parts of suggested patch
16668 From: Charles Bailey <BAILEY@newman.upenn.edu>
16669 Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
16670 Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
16671 Subject: [Patch 5.005_56] Revised VMS patch
16672 Branch: perl
16673 ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
16674 ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
16675____________________________________________________________________________
f675dbe5
CB
16676[ 3305] By: gsar on 1999/05/05 16:20:19
16677 Log: make perldoc use backslashed pathnames within system() on win32
16678 Branch: perl
16679 ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
16680____________________________________________________________________________
16681[ 3304] By: gsar on 1999/05/05 07:29:43
16682 Log: upgrade Pod::Parser to v1.081 from CPAN
16683 Branch: perl
16684 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
16685 ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
16686 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
16687____________________________________________________________________________
16688[ 3303] By: gsar on 1999/05/05 07:02:07
16689 Log: From: Andy Dougherty <doughera@lafayette.edu>
16690 Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
16691 Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
16692 Subject: [PATCH 5.005_03-MT3] INSTALL patches
16693 Branch: perl
16694 ! INSTALL
16695____________________________________________________________________________
16696[ 3302] By: gsar on 1999/05/05 06:55:21
16697 Log: load base packages based on nonexistent $VERSION
16698 From: andreas.koenig@anima.de (Andreas J. Koenig)
16699 Date: 19 Mar 1999 06:00:28 +0100
16700 Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
16701 Subject: Re: base.pm flaw
16702 Branch: perl
16703 ! lib/base.pm lib/locale.pm
16704____________________________________________________________________________
16705[ 3301] By: gsar on 1999/05/04 05:41:08
16706 Log: pod2man outputs switched date and revision label (fix suggested by
16707 EthanSasiela@mede.com)
16708 Branch: perl
16709 ! pod/pod2man.PL
16710____________________________________________________________________________
16711[ 3300] By: gsar on 1999/05/03 18:48:25
16712 Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
16713 (makes opendir(D,"c:") work reliably)
16714 Branch: perl
16715 ! win32/win32.c
16716____________________________________________________________________________
16717[ 3299] By: gsar on 1999/05/02 19:39:55
16718 Log: add test case for change#3298
16719 Branch: perl
16720 ! sv.c t/op/readdir.t
16721____________________________________________________________________________
16722[ 3298] By: gsar on 1999/05/02 19:24:41
16723 Log: close directory handles properly when localized
16724 Branch: perl
16725 ! sv.c
16726____________________________________________________________________________
16727[ 3297] By: jhi on 1999/04/30 11:42:14
16728 Log: Integrate from mainperl.
16729 Branch: cfgperl
16730 !> Changes config_h.SH configure.com lib/AutoLoader.pm
16731 !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
16732 !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
16733 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
16734 !> vms/subconfigure.com win32/win32.c
16735____________________________________________________________________________
16736[ 3293] By: chip on 1999/04/29 18:50:49
16737 Log: Fix shebang lines.
16738 Branch: maint-5.004/perl
16739 ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
16740 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
16741 ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
16742 ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
16743 ! x2p/find2perl.PL x2p/s2p.PL
16744____________________________________________________________________________
16745[ 3284] By: gsar on 1999/04/27 00:48:42
16746 Log: integrate change#3279 from maint-5.004
16747 Branch: perl
16748 ! lib/AutoLoader.pm
16749____________________________________________________________________________
16750[ 3279] By: chip on 1999/04/26 23:09:26
16751 Log: Make &AutoLoad::AUTOLOAD reentrant.
16752 Branch: maint-5.004/perl
16753 ! lib/AutoLoader.pm
16754____________________________________________________________________________
16755[ 3276] By: chip on 1999/04/26 22:34:36
16756 Log: Make porting scripts executable.
16757 Branch: maint-5.004/perl
16758 ! Changes Porting/genlog Porting/makerel Porting/p4desc
16759 ! Porting/patchls
16760____________________________________________________________________________
16761[ 3274] By: gsar on 1999/04/26 17:30:31
16762 Log: allow embedded null characters in diagnostics
16763 Branch: perl
16764 ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
16765____________________________________________________________________________
16766[ 3273] By: gsar on 1999/04/26 08:27:22
16767 Log: hand-applied conflicting parts of suggested patch
16768 From: Charles Bailey <BAILEY@newman.upenn.edu>
16769 Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
16770 Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
16771 Subject: [PATCH 5.005_56] VMS configuration/build
16772 Branch: perl
16773 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
16774 ! vms/munchconfig.c vms/subconfigure.com
16775____________________________________________________________________________
16776[ 3272] By: gsar on 1999/04/26 08:25:41
16777 Log: update Changes; tweak minor regressions
16778 Branch: perl
16779 ! Changes lib/AutoSplit.pm lib/File/Path.pm
16780____________________________________________________________________________
16781[ 3271] By: gsar on 1999/04/26 07:52:51
16782 Log: integrate change#3229 from maint-5.004
16783 Branch: perl
16784 ! pp_ctl.c util.c
16785____________________________________________________________________________
53667d02
GS
16786[ 3270] By: gsar on 1999/04/25 22:58:27
16787 Log: fix buggy reference count on refs to SVs with autoviv magic
16788 (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
16789 accessing free()d memory)
16790 Branch: perl
16791 ! pp.c t/op/ref.t
16792____________________________________________________________________________
16793[ 3269] By: gsar on 1999/04/24 17:07:55
16794 Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
16795 on win32)
16796 Branch: perl
16797 ! win32/win32.c
16798____________________________________________________________________________
16799[ 3268] By: gsar on 1999/04/24 16:38:25
16800 Log: kill dup hunk
16801 Branch: perl
16802 ! config_h.SH
16803____________________________________________________________________________
16804[ 3267] By: gsar on 1999/04/24 16:35:57
16805 Log: integrate cfgperl changes into mainline
16806 Branch: perl
16807 +> myconfig.SH
16808 - myconfig
16809 ! pod/perlre.pod
16810 !> (integrate 38 files)
16811____________________________________________________________________________
16812[ 3266] By: jhi on 1999/04/23 18:42:44
16813 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16814 To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
16815 Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
16816 Cc: Lionel Cons <lionel.cons@cern.ch>,
16817 Ilya Zakharevich <ilya@math.ohio-state.edu>,
16818 David Hayes <david@bdel.com>
16819 Subject: [PATCH] h2ph
16820 Date: Fri, 23 Apr 1999 12:37:23 -0400
16821 Message-ID: <19990423123723.A49550@O2.chapin.edu>
16822 Branch: cfgperl
16823 ! utils/h2ph.PL
16824____________________________________________________________________________
16825[ 3265] By: jhi on 1999/04/21 18:17:12
16826 Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
16827 To: perlbug@perl.org
16828 Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
16829 Date: Wed, 21 Apr 1999 08:17:54 -0700
16830 Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
16831 Branch: cfgperl
16832 ! vms/descrip_mms.template
16833____________________________________________________________________________
16834[ 3264] By: jhi on 1999/04/20 08:50:54
16835 Log: From: Andy Dougherty <doughera@lafayette.edu>
16836 To: The Perl Porters Mailing List <perl5-porters@perl.org>
16837 Subject: [PATCH 5.005_56] Re: 5.006 Todo
16838 Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
16839 Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
16840 Branch: cfgperl
16841 ! Porting/pumpkin.pod
16842____________________________________________________________________________
16843[ 3263] By: jhi on 1999/04/20 08:05:01
16844 Log: From: Chip Salzenberg <chip@perlsupport.com>
16845 To: Perl 5 Porters <perl5-porters@perl.org>
16846 Subject: [PATCH 5.005_56] Configure: $sig_count
16847 Date: Sun, 18 Apr 1999 17:54:36 -0400
16848 Message-ID: <19990418175436.A27496@perlsupport.com>
16849 Branch: cfgperl
16850 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16851 ! config_h.SH
16852____________________________________________________________________________
16853[ 3262] By: jhi on 1999/04/19 18:23:50
16854 Log: Subject: PATCH wrong faq reference in perlbook.pod
16855 From: Robin Barker <rmb1@cise.npl.co.uk>
16856 To: perlbug@perl.com
16857 Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
16858 Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
16859 Branch: cfgperl
16860 ! pod/perlbook.pod
16861____________________________________________________________________________
16862[ 3261] By: jhi on 1999/04/15 13:59:04
16863 Log: From: Andy Dougherty <doughera@lafayette.edu>
16864 To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
16865 Cc: Perl Porters <perl5-porters@perl.org>
16866 Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
16867 Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
16868 Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
16869 Branch: cfgperl
16870 ! hints/solaris_2.sh
16871____________________________________________________________________________
16872[ 3260] By: jhi on 1999/04/15 13:56:53
16873 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16874 To: pumpkings@jhereg.perl.com
16875 Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
16876 Date: Thu, 15 Apr 1999 07:13:41 -0600
16877 Message-Id: <199904151313.HAA07682@jhereg.perl.com>
16878 Branch: cfgperl
16879 ! pod/perldata.pod
16880____________________________________________________________________________
16881[ 3259] By: jhi on 1999/04/13 23:12:52
16882 Log: LDLIBPTH also on 'clean' targets.
16883 Branch: cfgperl
16884 ! Makefile.SH
16885____________________________________________________________________________
16886[ 3258] By: jhi on 1999/04/13 21:38:46
16887 Log: Add information about the two DEC C compiler optimizer bugs
16888 (what patch levels of the compilers fix them).
16889 Branch: cfgperl
16890 ! pp.c t/op/repeat.t
16891____________________________________________________________________________
16892[ 3257] By: jhi on 1999/04/13 14:25:08
16893 Log: Be polite about ccdlflags and lddflags, too.
16894 Avoid Perl's malloc only when threaded.
16895 Branch: cfgperl
16896 ! hints/aix.sh
16897____________________________________________________________________________
16898[ 3256] By: jhi on 1999/04/13 10:21:33
16899 Log: Croak if no known ways to semctl() (don't assume union semun).
16900 Branch: cfgperl
16901 ! doio.c perl.h
16902____________________________________________________________________________
16903[ 3255] By: jhi on 1999/04/13 09:10:26
16904 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16905 To: perl5-porters@perl.org, vmsperl@perl.org
16906 Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
16907 Date: Mon, 12 Apr 1999 13:36:48 -0700
16908 Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
16909 Branch: cfgperl
16910 ! lib/ExtUtils/MM_VMS.pm
16911____________________________________________________________________________
16912[ 3254] By: jhi on 1999/04/13 06:56:26
16913 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16914 To: perlbug@perl.com
16915 Subject: Update for OpenBSD hints
16916 Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
16917 Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
16918 Branch: cfgperl
16919 ! hints/openbsd.sh
16920____________________________________________________________________________
16921[ 3229] By: chip on 1999/04/13 04:04:14
16922 Log: Preserve errno from importunities of sfio.
16923 Branch: maint-5.004/perl
16924 ! pp_ctl.c util.c
16925____________________________________________________________________________
16926[ 3226] By: jhi on 1999/04/11 12:52:26
16927 Log: If both ways to call semctl are broken, skip the tests.
16928 Branch: cfgperl
16929 ! t/lib/ipc_sysv.t
16930____________________________________________________________________________
16931[ 3225] By: jhi on 1999/04/10 22:27:28
16932 Log: From: Andy Dougherty <doughera@lafayette.edu>
16933 To: dsembr01@ox.slug.louisville.edu
16934 Cc: perlbug@perl.com
16935 Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
16936 Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
16937 Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
16938 Branch: cfgperl
16939 ! ext/POSIX/POSIX.xs
16940____________________________________________________________________________
16941[ 3224] By: jhi on 1999/04/09 18:50:32
16942 Log: From: Andy Dougherty <doughera@lafayette.edu>
16943 To: Perl Porters <perl5-porters@perl.org>
16944 Subject: [PATCH 5.005_56] Re: prefix= in hints
16945 Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
16946 Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
16947
16948 (Overrides change #3204 from Kurt)
16949 Branch: cfgperl
16950 ! hints/linux.sh
16951____________________________________________________________________________
16952[ 3223] By: jhi on 1999/04/09 18:37:55
16953 Log: Understand Apollo's //node notation.
16954
16955 From: Johann Klasek <jk@auto.tuwien.ac.at>
16956 To: jhi@iki.fi
16957 Subject: Re: DomainPerl
16958 Date: Fri, 9 Apr 1999 18:21:37 +0200
16959 Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
16960 Branch: cfgperl
16961 ! lib/Cwd.pm
16962____________________________________________________________________________
16963[ 3220] By: jhi on 1999/04/04 16:33:49
16964 Log: Integrate from mainperl.
16965 Branch: cfgperl
16966 !> (integrate 39 files)
16967____________________________________________________________________________
16968[ 3219] By: gsar on 1999/04/04 02:48:17
16969 Log: tweak previous change
16970 Branch: maint-5.005/perl
16971 ! win32/win32.c
16972____________________________________________________________________________
16973[ 3218] By: gsar on 1999/04/04 02:44:47
16974 Log: be careful about extending the stack for the Win32:: builtins
16975 Branch: maint-5.005/perl
16976 ! win32/win32.c
16977____________________________________________________________________________
16978[ 3217] By: gsar on 1999/04/04 01:59:26
16979 Log: correct places that said newSVpv() when they meant newSVpvn()
16980 Branch: perl
16981 ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
16982 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
16983 ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
16984 ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
16985 ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
16986 ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
16987 ! win32/win32.c
16988____________________________________________________________________________
16989[ 3216] By: gsar on 1999/04/03 23:58:27
16990 Log: avoid duplicate code
16991 Branch: perl
16992 ! sv.c
16993____________________________________________________________________________
16994[ 3215] By: gsar on 1999/04/03 23:14:34
16995 Log: grow PL_tmps_stack more efficiently; make it more amenable to
16996 STRESS_REALLOC testing
16997 Branch: perl
16998 ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
16999 ! sv.c
17000____________________________________________________________________________
17001[ 3214] By: gsar on 1999/04/03 21:01:09
17002 Log: scrounge and save three extra branches in pp_entersub()
17003 Branch: perl
17004 ! cv.h pp_ctl.c pp_hot.c
17005____________________________________________________________________________
17006[ 3213] By: gsar on 1999/04/03 17:43:23
17007 Log: remove duplicate code and an extra branch in sv_setsv() and
17008 other hot code by making SvTHINKFIRST() think about FAKE SVs
17009 Branch: perl
17010 ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
17011 ! proto.h scope.c sv.c sv.h
17012____________________________________________________________________________
17013[ 3212] By: jhi on 1999/04/03 16:20:09
17014 Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
17015
17016 From: John Bley <jbb6@acpub.duke.edu>
17017 To: perlbug@perl.org
17018 Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
17019 Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
17020 Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
17021 Branch: cfgperl
17022 ! doio.c pp_sys.c
17023____________________________________________________________________________
17024[ 3211] By: jhi on 1999/04/03 13:27:26
17025 Log: Change #3210 was rather unportable. This is better.
17026 Branch: cfgperl
17027 ! Configure config_h.SH
17028____________________________________________________________________________
17029[ 3210] By: jhi on 1999/04/03 13:16:20
17030 Log: Avoid Digital UNIX' ksh.
17031
17032 From: Jarkko Hietaniemi <jhi@iki.fi>
17033 To: Henrik Tougaard <ht000@siberut.foa.dk>
17034 Cc: perlbug@perl.com, ht000@foa.dk
17035 Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
17036 Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
17037 Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
17038 Branch: cfgperl
17039 ! Configure config_h.SH
17040____________________________________________________________________________
17041[ 3209] By: jhi on 1999/04/03 12:49:04
17042 Log: Integrate from mainperl.
17043 Branch: cfgperl
17044 !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
17045____________________________________________________________________________
17046[ 3208] By: jhi on 1999/04/03 12:27:24
17047 Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
17048
17049 From: Lionel Cons <lionel.cons@cern.ch>
17050 To: jhi@iki.fi
17051 Cc: perlbug@perl.com, kstar@isinet.com,
17052 Philippe Defert <philippe.defert@cern.ch>
17053 Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
17054 Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
17055 Message-Id: <199904011205.OAA11380@mercury.cern.ch>
17056 Branch: cfgperl
17057 ! hints/irix_6.sh
17058____________________________________________________________________________
17059[ 3207] By: jhi on 1999/04/03 12:20:21
17060 Log: Be polite about usemymalloc.
17061 Branch: cfgperl
17062 ! hints/aix.sh
17063____________________________________________________________________________
17064[ 3206] By: gsar on 1999/04/02 23:31:59
17065 Log: a typo in change#3205
17066 Branch: perl
17067 ! t/lib/bigfloatpm.t
17068____________________________________________________________________________
17069[ 3205] By: gsar on 1999/04/02 23:20:31
17070 Log: make testsuite reflect change#3157 (Math::BigFloat->new now
17071 returns NaNs faithfully)
17072 Branch: perl
17073 ! t/lib/bigfloatpm.t
17074____________________________________________________________________________
17075[ 3204] By: jhi on 1999/04/02 22:03:23
17076 Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
17077
17078 From: "Kurt D. Starsinic" <kstar@chapin.edu>
17079 To: perl5-porters@perl.org
17080 Subject: linux hints nit
17081 Date: Fri, 2 Apr 1999 16:49:47 -0500
17082 Message-ID: <19990402164947.E80926@O2.chapin.edu>
17083 Branch: cfgperl
17084 ! hints/linux.sh
17085____________________________________________________________________________
17086[ 3203] By: jhi on 1999/04/02 22:00:56
17087 Log: Display exact glibc version in Linux.
17088
17089 From: Andy Dougherty <doughera@lafayette.edu>
17090 To: Perl Porters <perl5-porters@perl.org>
17091 Subject: Displaying glibc version on Linux
17092 Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
17093 Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
17094 Branch: cfgperl
17095 ! hints/linux.sh
17096____________________________________________________________________________
17097[ 3202] By: gsar on 1999/04/02 21:23:18
17098 Log: various little goofs
17099 Branch: perl
17100 ! Changes Makefile.SH README installperl
17101____________________________________________________________________________
17102[ 3201] By: jhi on 1999/04/02 13:13:39
17103 Log: Configure regen.
17104
17105 Add llseek + offset_t probing.
17106 Change CONFIG to CONFIGDOTSH.
17107 'unset foo' is unportable, use foo=''.
17108 Branch: cfgperl
17109 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
17110 ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
17111 ! perl_exp.SH writemain.SH
17112____________________________________________________________________________
17113[ 3200] By: jhi on 1999/04/02 12:06:22
17114 Log: Introduce myconfig.SH.
17115
17116 From: Andy Dougherty <doughera@lafayette.edu>
17117 To: Jarkko Hietaniemi <jhi@iki.fi>
17118 Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
17119 Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
17120 Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
17121 Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
17122 Branch: cfgperl
17123 + myconfig.SH
17124 - myconfig
17125 ! MANIFEST
17126____________________________________________________________________________
17127[ 3195] By: jhi on 1999/03/28 16:42:54
17128 Log: Update perlhist on 5_03.
17129 Branch: maint-5.005/perl
17130 ! pod/perlhist.pod
17131____________________________________________________________________________
17132[ 3194] By: jhi on 1999/03/28 12:30:01
17133 Log: Integrate from mainperl.
17134 Branch: cfgperl
17135 +> t/op/grep.t
17136 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
17137 ! t/lib/bigintpm.t
17138 !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
17139 !> t/lib/thread.t
17140____________________________________________________________________________
17141[ 3189] By: gsar on 1999/03/28 08:22:00
17142 Log: various pod niggles
17143 Branch: maint-5.005/perl
17144 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
17145 ! pod/perlfunc.pod pod/perlhist.pod
17146____________________________________________________________________________
17147[ 3187] By: gsar on 1999/03/28 07:31:16
17148 Log: regularize CAPI declarations (CAPI extensions now build under
17149 the Borland compiler)
17150 Branch: maint-5.005/perl
17151 ! win32/GenCAPI.pl
17152____________________________________________________________________________
17153[ 3186] By: gsar on 1999/03/28 07:26:33
17154 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
17155 -DPERL_CAPI
17156 Branch: maint-5.005/perl
17157 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
17158____________________________________________________________________________
17159[ 3183] By: gsar on 1999/03/28 06:00:46
17160 Log: update p4 utility to ignore non-text files
17161 Branch: perl
17162 ! Porting/p4desc
17163____________________________________________________________________________
efb12ca0
GS
17164[ 3181] By: gsar on 1999/03/28 03:37:23
17165 Log: integrate change#3179 from maint-5.005
17166 Branch: perl
17167 !> ext/Thread/Thread.xs t/lib/thread.t
17168____________________________________________________________________________
17169[ 3180] By: gsar on 1999/03/28 02:28:20
17170 Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
17171 (sometimes caused bizarreness in the BLOCK)
17172 Branch: perl
17173 + t/op/grep.t
17174 ! MANIFEST op.c
17175____________________________________________________________________________
17176[ 3179] By: gsar on 1999/03/28 02:14:04
17177 Log: fix thread segfault when passing large number of arguments to child
17178 a la C<Thread->new($foo, 1..1000)>
17179 Branch: maint-5.005/perl
17180 ! ext/Thread/Thread.xs t/lib/thread.t
17181____________________________________________________________________________
17182[ 3178] By: gbarr on 1999/03/28 01:39:23
17183 Log: fix $Config{'usethreads'} typo in perlthrtut
17184
17185 From: Ian Maloney <szhmf9@wsblob.ubs.com>
17186 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
17187 Message-Id: <199903251540.QAA02439@wsblob.>
17188 Subject: perlthrtut documentation error
17189 Branch: maint-5.005/perl
17190 ! pod/perlthrtut.pod
17191____________________________________________________________________________
17192[ 3173] By: gbarr on 1999/03/27 18:19:47
17193 Log: Update Test.pm to VERSION 1.122 from CPAN
17194 Branch: maint-5.005/perl
17195 ! lib/Test.pm
17196____________________________________________________________________________
17197[ 3171] By: jhi on 1999/03/26 22:38:28
17198 Log: Integrate from mainperl.
17199 Branch: cfgperl
17200 !> (integrate 37 files)
17201____________________________________________________________________________
17202[ 3170] By: gsar on 1999/03/26 01:30:25
17203 Log: specify type of bracket in "Unmatched bracket" diagnostic;
17204 prefer 'brace' or 'curly bracket' over 'curly brace'
17205 Branch: perl
17206 ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
17207 ! t/op/misc.t t/op/re_tests toke.c
17208____________________________________________________________________________
17209[ 3169] By: gsar on 1999/03/26 00:50:51
17210 Log: better description of "Integer overflow" diagnostic
17211 Branch: perl
17212 ! pod/perldiag.pod
17213____________________________________________________________________________
17214[ 3168] By: gsar on 1999/03/25 11:02:46
17215 Log: applied needful parts of suggested patch
17216 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
17217 Date: Tue, 23 Mar 1999 16:21:43 -0800
17218 Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
17219 Subject: [PATCH 5.005_56] pp_formline correction
17220 Branch: perl
17221 ! ext/B/B/Bblock.pm ext/B/B/CC.pm
17222____________________________________________________________________________
17223[ 3167] By: gsar on 1999/03/25 10:39:02
17224 Log: clarify what a "comment" means (due to Mark-Jason Dominus
17225 <mjd@plover.com>)
17226 Branch: perl
17227 ! pod/perlsyn.pod
17228____________________________________________________________________________
17229[ 3166] By: gsar on 1999/03/25 10:33:18
17230 Log: describe current behavior on local($foo{nothere}) (suggested by
17231 Lionel Cons <lionel.cons@cern.ch>)
17232 Branch: perl
17233 ! pod/perlsub.pod
17234____________________________________________________________________________
17235[ 3165] By: gsar on 1999/03/25 06:21:05
17236 Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
17237 <vishalb@hotmail.com>)
17238 Branch: perl
17239 ! ext/B/B/C.pm
17240____________________________________________________________________________
17241[ 3164] By: gsar on 1999/03/25 06:17:27
17242 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17243 Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
17244 Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
17245 Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
17246 Branch: perl
17247 ! ext/B/B.xs op.h opcode.pl
17248____________________________________________________________________________
17249[ 3163] By: gsar on 1999/03/25 06:15:49
17250 Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
17251 Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
17252 Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
17253 Subject: [PATCH _56] B::Deparse 0.57
17254 --
17255 Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
17256 Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
17257 Subject: Re: [PATCH _56] B::Deparse 0.57
17258 Branch: perl
17259 ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
17260____________________________________________________________________________
17261[ 3162] By: gsar on 1999/03/25 06:11:46
17262 Log: fix a few places that said 'int', but meant 'STRLEN'
17263 Branch: perl
17264 ! pod/perlguts.pod proto.h sv.c
17265____________________________________________________________________________
17266[ 3161] By: gsar on 1999/03/25 06:01:18
17267 Log: From: Russ Allbery <rra@stanford.edu>
17268 Date: 22 Mar 1999 04:26:26 -0800
17269 Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
17270 Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
17271 Branch: perl
17272 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
17273 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
17274 ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
17275 ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
17276____________________________________________________________________________
17277[ 3160] By: gsar on 1999/03/25 02:26:31
17278 Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
17279 Branch: perl
17280 ! opcode.h opcode.pl
17281____________________________________________________________________________
17282[ 3159] By: gsar on 1999/03/25 02:18:17
17283 Log: add statement-modifier loops to :base_loop class
17284 Branch: perl
17285 ! ext/Opcode/Opcode.pm
17286____________________________________________________________________________
17287[ 3158] By: gsar on 1999/03/25 00:36:57
17288 Log: integrate changes#3105,3130,3154 from maint-5.005
17289 Branch: perl
17290 !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
17291____________________________________________________________________________
17292[ 3157] By: gsar on 1999/03/25 00:24:17
17293 Log: remove bogus panic()
17294 Branch: perl
17295 ! Changes lib/Math/BigFloat.pm
17296____________________________________________________________________________
17297[ 3156] By: jhi on 1999/03/24 22:43:43
17298 Log: Integrate from mainperl.
17299 Branch: cfgperl
17300 +> (branch 38 files)
17301 !> (integrate 68 files)
17302____________________________________________________________________________
17303[ 3155] By: jhi on 1999/03/24 22:12:17
17304 Log: Configure regenerated because of changes #3130/#3154 and #3147.
17305 Branch: cfgperl
17306 ! Configure config_h.SH
17307____________________________________________________________________________
17308[ 3154] By: jhi on 1999/03/24 21:40:51
17309 Log: Reword the shared library search path (LD_LIBRARY_PATH) info
17310 based on suggestions from Andy Dougherty.
17311 Branch: maint-5.005/perl
17312 ! INSTALL
17313____________________________________________________________________________
0e8b9368
GS
17314[ 3153] By: gsar on 1999/03/24 10:38:05
17315 Log: applied suggested patch, modulo superceded parts
17316 From: Charles Bailey <BAILEY@newman.upenn.edu>
17317 Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
17318 Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
17319 Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
17320 Branch: perl
17321 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
17322 ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
17323 ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
17324 ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
17325____________________________________________________________________________
17326[ 3152] By: gsar on 1999/03/24 10:30:51
17327 Log: applied suggested patch, modulo superceded parts
17328 From: Charles Bailey <BAILEY@newman.upenn.edu>
17329 Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
17330 Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
17331 Subject: [PATCH 5.005_56] Miscellaneous small fixes
17332 Branch: perl
17333 ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
17334 ! lib/File/Basename.pm
17335____________________________________________________________________________
17336[ 3151] By: gsar on 1999/03/24 10:15:00
17337 Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
17338 Branch: perl
17339 ! pod/perlop.pod
17340____________________________________________________________________________
17341[ 3150] By: gsar on 1999/03/24 10:09:13
17342 Log: missing integration in previous change
17343 Branch: perl
17344 !> README.apollo
17345____________________________________________________________________________
17346[ 3149] By: gsar on 1999/03/24 10:06:44
17347 Log: integrate changes#3116,3119 from maint-5.005
17348 Branch: perl
17349 + README.apollo
17350 +> apollo/netinet/in.h
17351 !> MANIFEST hints/apollo.sh t/lib/io_udp.t
17352____________________________________________________________________________
17353[ 3148] By: gsar on 1999/03/24 10:01:56
17354 Log: integrate changes#3091-3094 from maint-5.005
17355 Branch: perl
17356 !> README.hurd vms/subconfigure.com vos/config.h
17357 !> vos/config_h.SH_orig
17358____________________________________________________________________________
17359[ 3147] By: gsar on 1999/03/24 09:31:49
17360 Log: warn about newfangled vfork() caveats
17361 Branch: perl
17362 ! Configure
17363____________________________________________________________________________
17364[ 3146] By: jhi on 1999/03/24 09:20:14
17365 Log: Bring in changes #2808 and #2812 (from mainline perl)
17366 that enhance the perlbug checklist.
17367 Branch: maint-5.005/perl
17368 ! utils/perlbug.PL
17369____________________________________________________________________________
17370[ 3145] By: gsar on 1999/03/24 08:37:02
17371 Log: integrate change#3115 from maint-5.005
17372 Branch: perl
17373 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17374 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
17375____________________________________________________________________________
17376[ 3144] By: gsar on 1999/03/24 08:33:59
17377 Log: add note about map in scalar context
17378 Branch: perl
17379 ! pod/perlfunc.pod
17380____________________________________________________________________________
17381[ 3143] By: gsar on 1999/03/24 08:25:59
17382 Log: doc tweak
17383 Branch: perl
17384 ! lib/Time/Local.pm
17385____________________________________________________________________________
17386[ 3142] By: gsar on 1999/03/24 08:20:37
17387 Log: applied suggested patch, modulo bogus hunk
17388 From: "Vishal Bhatia" <vishalb@hotmail.com>
17389 Date: Thu, 11 Mar 1999 07:40:27 PST
17390 Message-ID: <19990311154027.25891.qmail@hotmail.com>
17391 Subject: [PATCH 5.005_56] Minor fixes in perlcc
17392 Branch: perl
17393 ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
17394____________________________________________________________________________
17395[ 3141] By: gsar on 1999/03/24 08:06:12
17396 Log: integrate change#3104 from maint-5.005
17397 Branch: perl
17398 !> README.os390 t/lib/posix.t
17399____________________________________________________________________________
17400[ 3140] By: gsar on 1999/03/24 06:34:56
17401 Log: fix failure of C<&locked_sub;> under -Dusethreads
17402 Branch: perl
17403 ! pp_hot.c t/lib/thread.t
17404____________________________________________________________________________
17405[ 3139] By: gsar on 1999/03/24 05:52:00
17406 Log: debugger tweak (wasn't printing a newline after recalled commands)
17407 Branch: perl
17408 ! lib/perl5db.pl
17409____________________________________________________________________________
17410[ 3138] By: gsar on 1999/03/24 05:33:28
17411 Log: document OO exceptions (based on a suggestion by Andreas Koenig
17412 <andreas.koenig@anima.de>)
17413 Branch: perl
17414 ! pod/perlfunc.pod
17415____________________________________________________________________________
17416[ 3137] By: gsar on 1999/03/24 02:50:20
17417 Log: better "Illegal %s digit ignored" warnings
17418 Branch: perl
17419 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
17420 ! toke.c util.c
17421____________________________________________________________________________
17422[ 3136] By: gsar on 1999/03/24 02:26:38
17423 Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
17424 Branch: perl
17425 + t/pragma/utf8.t
17426 ! regcomp.c
17427____________________________________________________________________________
17428[ 3135] By: gsar on 1999/03/24 01:29:09
17429 Log: flip release & version in win32_uname()
17430 Branch: perl
17431 ! win32/win32.c
17432____________________________________________________________________________
17433[ 3134] By: gsar on 1999/03/24 01:08:33
17434 Log: support POSIX::uname() via win32_uname()
17435 Branch: perl
17436 ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
17437 ! win32/config.gc win32/config.vc win32/config_H.bc
17438 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
17439 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17440____________________________________________________________________________
17441[ 3133] By: gsar on 1999/03/23 22:20:10
17442 Log: From: jan.dubois@ibm.net (Jan Dubois)
17443 Date: Sat, 06 Mar 1999 21:42:56 +0100
17444 Message-ID: <36e49281.50337171@smtp1.ibm.net>
17445 Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
17446 Branch: perl
17447 ! pod/perldelta.pod
17448____________________________________________________________________________
17449[ 3132] By: gsar on 1999/03/23 22:17:45
17450 Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
17451 Date: Sat, 06 Mar 1999 17:50:49 +0100
17452 Message-ID: <36e25209.33833760@smtp1.ibm.net>
17453 Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
17454 --
17455 Date: Sat, 06 Mar 1999 18:15:00 +0100
17456 Message-ID: <36e36222.37954195@smtp1.ibm.net>
17457 Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
17458 Branch: perl
17459 + t/lib/filefunc.t
17460 ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
17461 ! pod/perldelta.pod pod/perlmodlib.pod
17462____________________________________________________________________________
17463[ 3131] By: gsar on 1999/03/23 22:07:59
17464 Log: integrate cfgperl changes into mainline
17465 Branch: perl
17466 +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
17467 !> Configure Makefile.SH config_h.SH configure.gnu handy.h
17468 !> installperl malloc.c perl.c perl.h pod/perl.pod
17469 !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
17470____________________________________________________________________________
17471[ 3130] By: jhi on 1999/03/23 22:02:23
17472 Log: Don't use config.msg to remind about the
17473 LD_LIBRARY_PATH because Makefile.SH takes
17474 care of that.
17475
17476 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
17477 This used to be the default but in some MT or another it
17478 was dropped because of some transient error or another.
17479 Branch: maint-5.005/perl
17480 ! Configure hints/dec_osf.sh
17481____________________________________________________________________________
17482[ 3129] By: gsar on 1999/03/23 21:38:03
17483 Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
17484 to size and better maintainability)
17485 Branch: perl
17486 + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
17487 + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
17488 + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
17489 + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
17490 + t/pod/headings.t t/pod/headings.xr t/pod/include.t
17491 + t/pod/include.xr t/pod/included.t t/pod/included.xr
17492 + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
17493 + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
17494 + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
17495 + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
17496 + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
17497 ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
17498 ! win32/Makefile win32/makefile.mk win32/pod.mak
17499____________________________________________________________________________
17500[ 3128] By: jhi on 1999/03/23 10:14:54
17501 Log: Integrate from mainperl.
17502 Branch: cfgperl
17503 !> (integrate 46 files)
17504____________________________________________________________________________
17505[ 3127] By: gsar on 1999/03/23 06:57:30
17506 Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
17507 Date: Thu, 4 Mar 1999 10:54:01 -0800
17508 Message-Id: <9903041854.AA46868@frc0000>
17509 Subject: patch for useless Math::BigInt warnings
17510 Branch: perl
17511 ! lib/Math/BigInt.pm
17512____________________________________________________________________________
17513[ 3126] By: gsar on 1999/03/23 05:54:37
17514 Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
17515 From: "Kurt D. Starsinic" <kstar@chapin.edu>
17516 Date: Fri, 19 Feb 1999 15:47:59 -0500
17517 Message-ID: <19990219154759.A32350@O2.chapin.edu>
17518 Subject: [PATCH] OSF/1 hints
17519 Branch: perl
17520 ! hints/dec_osf.sh
17521____________________________________________________________________________
17522[ 3125] By: gsar on 1999/03/23 00:56:38
17523 Log: avoid typeglob persistence in pp_readline()
17524 Branch: perl
17525 ! sv.c t/op/gv.t
17526____________________________________________________________________________
17527[ 3124] By: gsar on 1999/03/22 21:12:23
17528 Log: update copyright years
17529 Branch: perl
17530 ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
17531 ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
17532 ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
17533 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
17534 ! sv.c sv.h toke.c utf8.c utf8.h util.c
17535____________________________________________________________________________
17536[ 3123] By: gsar on 1999/03/22 07:07:06
17537 Log: implement win32_spawnvp() internally, making it return true PIDs
17538 for asynchronous spawns; fix win32_kill() to always deal with
17539 PIDs
17540 Branch: perl
17541 ! win32/win32.c win32/win32.h
17542____________________________________________________________________________
17543[ 3122] By: jhi on 1999/03/19 21:12:14
17544 Log: Describe the new Benchmark feature in more detail.
17545 Branch: cfgperl
17546 ! pod/perldelta.pod
17547 Branch: maint-5.005/perl
17548 ! pod/perldelta.pod
17549____________________________________________________________________________
17550[ 3121] By: jhi on 1999/03/19 08:16:12
17551 Log: AVAILABILITY tuning.
17552 Branch: cfgperl
17553 ! pod/perl.pod
17554 Branch: maint-5.005/perl
17555 ! pod/perl.pod
17556____________________________________________________________________________
4eb8286e
GS
17557[ 3120] By: jhi on 1999/03/17 14:52:17
17558 Log: Rhapsody change assumed too much.
17559 Branch: cfgperl
17560 ! t/op/stat.t
17561____________________________________________________________________________
17562[ 3119] By: jhi on 1999/03/17 14:33:43
17563 Log: More Apollo fixes.
17564 Branch: maint-5.005/perl
17565 ! README.apollo hints/apollo.sh t/lib/io_udp.t
17566____________________________________________________________________________
17567[ 3118] By: jhi on 1999/03/16 17:23:39
17568 Log: Nada.
17569 Branch: maint-5.005/perl
17570 ! README.apollo
17571____________________________________________________________________________
17572[ 3117] By: jhi on 1999/03/16 17:18:49
17573 Log: Apollo DomainOS AVAILABILITY.
17574 Branch: cfgperl
17575 ! pod/perl.pod
17576 Branch: maint-5.005/perl
17577 ! pod/perl.pod
17578____________________________________________________________________________
17579[ 3116] By: jhi on 1999/03/16 17:14:00
17580 Log: Apollo DomainOS patch
17581 From: Johann Klasek <jk@auto.tuwien.ac.at>
17582 Subject: Re: DomainPerl
17583 Date: Tue, 16 Mar 1999 17:46:32 +0100
17584 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
17585 Branch: maint-5.005/perl
17586 + README.apollo apollo/netinet/in.h
17587 ! MANIFEST hints/apollo.sh
17588____________________________________________________________________________
17589[ 3115] By: jhi on 1999/03/16 14:23:54
17590 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
17591 To: Gurusamy Sarathy <gsar@activestate.com>,
17592 Graham Barr <gbarr@pobox.com>
17593 Cc: Perl5 Porters <perl5-porters@perl.org>,
17594 "Paul.Marquess" <Paul.Marquess@btinternet.com>
17595 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
17596 Date: Sun, 14 Mar 1999 14:43:57 -0000
17597 Message-Id: <199903141841.NAA17040@defender.perl.org>
17598 Branch: maint-5.005/perl
17599 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17600 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
17601____________________________________________________________________________
17602[ 3114] By: jhi on 1999/03/16 12:42:20
17603 Log: Mention Rhapsody in 5.005_5X perldelta,
17604 and in Rhapsody and Netware in 5.005_0X and 5.005_5X
17605 *planned* AVAILABILITY.
17606 Branch: cfgperl
17607 ! pod/perl.pod pod/perldelta.pod
17608 Branch: maint-5.005/perl
17609 ! pod/perl.pod
17610____________________________________________________________________________
17611[ 3113] By: jhi on 1999/03/16 10:38:53
17612 Log: perldelta niggling.
17613 Branch: cfgperl
17614 ! pod/perldelta.pod
17615 Branch: maint-5.005/perl
17616 ! pod/perldelta.pod
17617____________________________________________________________________________
17618[ 3112] By: jhi on 1999/03/16 10:35:21
17619 Log: Integrate from mainperl.
17620 Branch: cfgperl
17621 !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
17622 !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
17623____________________________________________________________________________
17624[ 3111] By: jhi on 1999/03/16 10:28:10
17625 Log: AVAILABILITY update: still mention PowerUX,
17626 Novell Netware now has sources available.
17627 Branch: cfgperl
17628 ! pod/perl.pod
17629 Branch: maint-5.005/perl
17630 ! pod/perl.pod
17631____________________________________________________________________________
17632[ 3110] By: gsar on 1999/03/16 04:34:23
17633 Log: sundry pod niggles
17634 Branch: perl
17635 ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
17636 ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
17637____________________________________________________________________________
17638[ 3109] By: jhi on 1999/03/15 17:00:11
17639 Log: Integrate from mainperl.
17640 Branch: cfgperl
17641 +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
17642 +> lib/unicode/Is/Syllable.pl
17643 +> lib/unicode/MakeEthiopicSyllables.PL
17644 +> lib/unicode/README.Ethiopic
17645 !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
17646 !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
17647 !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
17648 !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
17649 !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
17650 !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
17651 !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
17652 !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
17653____________________________________________________________________________
17654[ 3108] By: jhi on 1999/03/15 16:58:12
17655 Log: First pass of integrating the Rhapsody port,
17656
17657 From: Wilfredo Sanchez <wsanchez@apple.com>
17658 Subject: Keeping the world in sync.
17659 Reply-To: wsanchez@apple.com
17660 To: perlbug@perl.com
17661 Date: Fri, 13 Nov 1998 17:11:30 -0800
17662 Message-Id: <199811140111.RAA41784@scv4.apple.com>
17663 Branch: cfgperl
17664 + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
17665 ! Configure Makefile.SH config_h.SH configure.gnu handy.h
17666 ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
17667 ! x2p/util.c
17668____________________________________________________________________________
17669[ 3107] By: gsar on 1999/03/15 03:22:10
17670 Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
17671 From: Daniel Yacob <dmulholl@cs.indiana.edu>
17672 Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
17673 Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
17674 Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
17675 Branch: perl
17676 + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
17677 + lib/unicode/Is/Syllable.pl
17678 + lib/unicode/MakeEthiopicSyllables.PL
17679 + lib/unicode/README.Ethiopic
17680 ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
17681 ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
17682 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
17683 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
17684 ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
17685 ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
17686 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
17687 ! lib/unicode/Name.pl lib/unicode/Number.pl
17688____________________________________________________________________________
17689[ 3106] By: gsar on 1999/03/12 20:35:36
17690 Log: change#3067 failed package.t due to needless creation of $a and $b;
17691 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
17692 Branch: perl
17693 ! op.c
17694____________________________________________________________________________
17695[ 3105] By: jhi on 1999/03/12 15:54:57
17696 Log: Recognize the NetBSD packages collection.
17697 Branch: maint-5.005/perl
17698 ! hints/netbsd.sh
17699____________________________________________________________________________
17700[ 3104] By: jhi on 1999/03/12 09:07:04
17701 Log: From: pvhp@forte.com (Peter Prymmer)
17702 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
17703 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
17704 Date: Thu, 11 Mar 99 14:24:54 PST
17705 Message-Id: <9903112224.AA24346@forte.com>
17706 Branch: maint-5.005/perl
17707 ! README.os390 t/lib/posix.t
17708____________________________________________________________________________
17709[ 3103] By: jhi on 1999/03/10 11:07:46
17710 Log: Integrate from mainperl.
17711 Branch: cfgperl
17712 !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
17713 !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
17714 !> t/pragma/warn/1global toke.c win32/makedef.pl
17715____________________________________________________________________________
17716[ 3102] By: jhi on 1999/03/10 11:01:20
17717 Log: From: pvhp@forte.com (Peter Prymmer)
17718 To: perl5-porters@perl.org
17719 Subject: [5.005_03-MT6]Patch: time passes
17720 Date: Tue, 9 Mar 99 18:42:17 PST
17721 Message-Id: <9903100242.AA29057@forte.com>
17722 Branch: maint-5.005/perl
17723 ! perl.c
17724____________________________________________________________________________
17725[ 3101] By: jhi on 1999/03/10 10:30:15
17726 Log: From: Mark-Jason Dominus <mjd@plover.com>
17727 To: perl5-porters@perl.com
17728 Subject: Minor fix to perlfunc.pod
17729 Date: Mon, 08 Mar 1999 20:05:53 -0500
17730 Message-ID: <19990309010553.13757.qmail@plover.com>
17731 Branch: maint-5.005/perl
17732 ! pod/perlfunc.pod
17733____________________________________________________________________________
17734[ 3100] By: gsar on 1999/03/09 23:04:44
17735 Log: change#3060 had the wrong quotes
17736 Branch: perl
17737 ! pod/pod2man.PL
17738____________________________________________________________________________
17739[ 3099] By: jhi on 1999/03/09 12:52:21
17740 Log: d_uname was broken (probably since _53), reported by
17741
17742 From: Alan Burlison <Alan.Burlison@uk.sun.com>
17743 To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
17744 cpan-testers@perl.org
17745 Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
17746 Date: Mon, 08 Mar 1999 13:22:31 +0000
17747 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
17748
17749 and
17750
17751 From: lvirden@cas.org (Larry W. Virden)
17752 To: perlbug@perl.com
17753 Subject: configure not correctly identifying uname posix compatibility
17754 Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
17755 Message-Id: <199903081136.GAA23682@cas.org>
17756 Branch: cfgperl
17757 ! Configure config_h.SH
17758____________________________________________________________________________
17759[ 3098] By: gsar on 1999/03/09 03:16:07
17760 Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
17761 Branch: perl
17762 ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
17763____________________________________________________________________________
17764[ 3097] By: gsar on 1999/03/09 02:50:43
17765 Log: use yyerror() instead of croak() so that compile-time failures in
17766 my(LIST) don't confuse globals with lexicals
17767 Branch: perl
17768 ! op.c toke.c
17769____________________________________________________________________________
17770[ 3096] By: gsar on 1999/03/09 02:47:36
17771 Log: adjust testsuite for change#3067
17772 Branch: perl
17773 ! t/pragma/warn/1global
17774____________________________________________________________________________
17775[ 3095] By: gsar on 1999/03/08 21:04:48
17776 Log: remove bogus symbols from global.sym
17777 Branch: perl
17778 ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
17779 ! perl.h win32/makedef.pl
17780____________________________________________________________________________
17781[ 3094] By: jhi on 1999/03/06 16:16:15
17782 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
17783 To: jhi@iki.fi
17784 Subject: Oops
17785 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
17786 Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
17787 Branch: maint-5.005/perl
17788 ! README.hurd
17789____________________________________________________________________________
17790[ 3093] By: jhi on 1999/03/06 15:59:46
17791 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
17792 To: jhi@iki.fi
17793 Subject: New Hurd README
17794 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
17795 Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
17796 Branch: maint-5.005/perl
17797 ! README.hurd
17798____________________________________________________________________________
17799[ 3092] By: jhi on 1999/03/06 12:52:06
17800 Log: From: Paul_Green@stratus.com
17801 To: perl5-porters@perl.org
17802 Cc: jhi@iki.fi, Paul_Green@stratus.com
17803 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
17804 Date: Fri, 5 Mar 1999 18:08:49 -0500
17805 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
17806 Branch: maint-5.005/perl
17807 ! vos/config.h vos/config_h.SH_orig
17808____________________________________________________________________________
17809[ 3091] By: jhi on 1999/03/06 12:42:21
17810 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17811 To: perl5-porters@perl.org, vmsperl@perl.org
17812 Subject: [PATCH 5.005_03-MT6]VMS build patch
17813 Date: Fri, 05 Mar 1999 12:36:19 -0800
17814 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
17815 Branch: maint-5.005/perl
17816 ! vms/subconfigure.com
17817____________________________________________________________________________
17818[ 3090] By: gsar on 1999/03/06 04:40:03
17819 Log: integrate change#3089 from mainline
17820
17821 tolerate CRs after options
17822 Branch: maint-5.005/perl
17823 !> perl.c
17824____________________________________________________________________________
db5cf5a9
GS
17825[ 3089] By: gsar on 1999/03/06 04:30:40
17826 Log: tolerate CRs after options
17827 Branch: perl
17828 ! perl.c
17829____________________________________________________________________________
17830[ 3088] By: jhi on 1999/03/05 12:49:01
17831 Log: Integrate from mainperl.
17832 Branch: cfgperl
17833 +> README.hurd
17834 !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
17835____________________________________________________________________________
17836[ 3087] By: gsar on 1999/03/05 06:41:16
17837 Log: adjust timeouts to accomodate slow/busy systems
17838 Branch: perl
17839 ! t/lib/io_sock.t
17840____________________________________________________________________________
17841[ 3083] By: gsar on 1999/03/05 01:32:47
17842 Log: integrate change#3081 from maint-5.005
17843 Branch: perl
17844 !> ext/Errno/Errno_pm.PL
17845____________________________________________________________________________
17846[ 3082] By: gsar on 1999/03/05 01:31:06
17847 Log: integrate change#2904 from maint-5.005
17848 Branch: perl
17849 +> README.hurd
17850 !> MANIFEST
17851____________________________________________________________________________
17852[ 3081] By: gsar on 1999/03/05 00:14:33
17853 Log: protect against doubled backslashes
17854 Branch: maint-5.005/perl
17855 ! ext/Errno/Errno_pm.PL
17856____________________________________________________________________________
17857[ 3077] By: jhi on 1999/03/04 08:10:13
17858 Log: Integrate from mainperl.
17859 Branch: cfgperl
17860 +> ext/B/B/Stash.pm
17861 !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
17862 !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
17863 !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
17864 !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
17865____________________________________________________________________________
17866[ 3076] By: jhi on 1999/03/04 08:07:59
17867 Log: Regen config_h.SH once more because of *size,
17868 noticed by
17869
17870 From: Hans Mulder <hansm@icgned.icgroup.nl>
17871 To: Jarkko Hietaniemi <jhi@iki.fi>
17872 Cc: perl5-porters@perl.org
17873 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
17874 Date: Thu, 4 Mar 99 00:10:45 +0100
17875 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
17876 Branch: cfgperl
17877 ! Configure config_h.SH
17878____________________________________________________________________________
17879[ 3068] By: gsar on 1999/03/04 05:48:03
17880 Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
17881 Date: Thu, 4 Mar 99 00:10:45 +0100
17882 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
17883 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
17884 Branch: perl
17885 ! config_h.SH
17886____________________________________________________________________________
17887[ 3067] By: gsar on 1999/03/04 05:44:32
17888 Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
17889 From: Graham Barr <gbarr@ti.com>
17890 Date: Wed, 3 Mar 1999 17:23:56 -0600
17891 Message-ID: <19990303172356.F7442@dal.asp.ti.com>
17892 Subject: Re: 'use strict' doesn't work for one-letter variables
17893 Branch: perl
17894 ! gv.c op.c
17895____________________________________________________________________________
17896[ 3066] By: gsar on 1999/03/04 05:20:50
17897 Log: updates to compiler modules
17898 From: "Vishal Bhatia" <vishalb@hotmail.com>
17899 Date: Tue, 02 Mar 1999 23:27:25 PST
17900 Message-ID: <19990303072725.779.qmail@hotmail.com>
17901 Subject: PATCH 5.005_56 + Test procedure
17902 Branch: perl
17903 + ext/B/B/Stash.pm
17904 ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
17905 ! lib/Test/Harness.pm utils/perlcc.PL
17906____________________________________________________________________________
17907[ 3065] By: gsar on 1999/03/04 05:03:30
17908 Log: more s/s_/s!/ etc.
17909 Branch: perl
17910 ! pod/perldelta.pod pod/perlfunc.pod
17911____________________________________________________________________________
17912[ 3064] By: gsar on 1999/03/04 04:50:45
17913 Log: integrate cfgperl contents into mainline
17914 Branch: perl
17915 !> Configure README.vms bytecode.h config_h.SH configure.com
17916 !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
17917 !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
17918 !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
17919____________________________________________________________________________
17920[ 3063] By: gsar on 1999/03/04 04:44:13
17921 Log: HP-UX has yet another spelling for /NaNQ?/
17922 Branch: perl
17923 ! t/lib/bigfloatpm.t
17924____________________________________________________________________________
17925[ 3062] By: gsar on 1999/03/04 04:36:08
17926 Log: error-check for accept() test
17927 Branch: perl
17928 ! t/lib/io_sock.t
17929____________________________________________________________________________
17930[ 3061] By: gsar on 1999/03/04 03:40:25
17931 Log: allow custom comparison function in File::Compare::compare_text()
17932 From: jan.dubois@ibm.net (Jan Dubois)
17933 Date: Fri, 26 Feb 1999 21:56:09 +0100
17934 Message-ID: <36db0838.8805651@smtp1.ibm.net>
17935 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
17936 Branch: perl
17937 ! lib/File/Compare.pm
17938____________________________________________________________________________
17939[ 3060] By: gsar on 1999/03/04 03:37:38
17940 Log: better version of change#3038
17941 From: abigail@fnx.com
17942 Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
17943 Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
17944 Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
17945 Branch: perl
17946 ! pod/pod2man.PL
17947____________________________________________________________________________
17948[ 3058] By: jhi on 1999/03/03 22:30:40
17949 Log: Configure regen to
17950 (1) match maint-5.005 patches #3056 and #3057
17951 (2) better version of PHOSTNAME of #3050
17952 (3) the crosscompile/multiarch config_h.SH trouble solved for now
17953 Branch: cfgperl
17954 ! Configure config_h.SH
17955____________________________________________________________________________
17956[ 3054] By: jhi on 1999/03/03 09:57:59
17957 Log: Change #3053 missed perldelta.
17958 Branch: cfgperl
17959 ! pod/perldelta.pod
17960____________________________________________________________________________
17961[ 3053] By: jhi on 1999/03/03 08:29:43
17962 Log: Use '!' to mark native integer packings instead of '_'.
17963 Branch: cfgperl
17964 ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
17965____________________________________________________________________________
17966[ 3052] By: jhi on 1999/03/02 23:12:36
17967 Log: The HP-UX threads patch (change #3028) is needed also here.
17968 Branch: cfgperl
17969 ! hints/hpux.sh thread.h
17970____________________________________________________________________________
17971[ 3051] By: jhi on 1999/03/02 08:24:52
17972 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17973 To: perl5-porters@perl.org, vmsperl@perl.org
17974 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
17975 Date: Mon, 01 Mar 1999 16:10:57 -0800
17976 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
17977 Branch: cfgperl
17978 ! README.vms
17979 Branch: maint-5.005/perl
17980 ! README.vms
17981____________________________________________________________________________
17982[ 3050] By: jhi on 1999/03/02 08:22:29
17983 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17984 To: perl5-porters@perl.org, vmsperl@perl.org
17985 Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
17986 Date: Mon, 01 Mar 1999 16:06:29 -0800
17987 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
17988
17989 From: Dan Sugalski <sugalskd@osshe.edu>
17990 To: perl5-porters@perl.org, vmsperl@perl.org
17991 Subject: [PATCH 5.005_56]vmsish.pm patch
17992 Date: Mon, 01 Mar 1999 20:19:04 -0800
17993 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
17994
17995 plus Configure regen containing a "solution" to the
17996 crosscompile/multiarch problem.
17997 Branch: cfgperl
17998 ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
17999 ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
18000____________________________________________________________________________
18001[ 3049] By: jhi on 1999/03/02 07:34:21
18002 Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
18003 To: perl5-porters@perl.org
18004 Subject: [PATCH] Eliminate (valid) warning in byterun.c
18005 Date: Mon, 01 Mar 1999 17:27:59 -0500
18006 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
18007 Branch: cfgperl
18008 ! bytecode.h
18009 Branch: maint-5.005/perl
18010 ! bytecode.h
18011____________________________________________________________________________
18012[ 3048] By: gsar on 1999/03/02 06:41:21
18013 Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18014 Branch: perl
18015 ! MANIFEST README.hpux
18016____________________________________________________________________________
18017[ 3047] By: jhi on 1999/03/01 06:34:43
18018 Log: Integrate from mainperl.
18019 Branch: cfgperl
18020 +> README.hpux lib/File/Spec/Functions.pm
18021 !> (integrate 28 files)
18022____________________________________________________________________________
18023[ 3046] By: gsar on 1999/03/01 05:34:28
18024 Log: this is 5.005_56
18025 Branch: perl
18026 ! Changes
18027
18028----------------
18029Version 5.005_56
642c2561
GS
18030----------------
18031
18032____________________________________________________________________________
f3af6f93
GS
18033[ 3045] By: gsar on 1999/03/01 03:32:30
18034 Log: destroy PL_svref_mutex in perl_destruct()
18035 Branch: perl
18036 ! perl.c
18037____________________________________________________________________________
18038[ 3044] By: gsar on 1999/03/01 00:38:50
18039 Log: up patchlevel &c.
18040 Branch: perl
18041 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
18042 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18043 ! win32/makefile.mk
18044____________________________________________________________________________
642c2561
GS
18045[ 3043] By: gsar on 1999/03/01 00:14:15
18046 Log: integrate cfgperl contents into mainline
18047 Branch: perl
18048 ! pod/perldelta.pod
18049 !> Configure config_h.SH
18050____________________________________________________________________________
18051[ 3042] By: gsar on 1999/02/28 23:55:08
18052 Log: slightly edited version of suggested patch
18053 From: jan.dubois@ibm.net (Jan Dubois)
18054 Date: Mon, 01 Mar 1999 00:32:05 +0100
18055 Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
18056 Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
18057 Branch: perl
18058 + lib/File/Spec/Functions.pm
18059 ! MANIFEST lib/File/Spec.pm
18060____________________________________________________________________________
18061[ 3041] By: gsar on 1999/02/28 22:47:19
18062 Log: fix subtle bug in eval'' testsuite
18063 Branch: perl
18064 ! t/op/eval.t
18065____________________________________________________________________________
18066[ 3040] By: gsar on 1999/02/28 22:46:24
18067 Log: avoid literal control characters in change#3039
18068 Branch: perl
18069 ! t/base/lex.t
18070____________________________________________________________________________
18071[ 3039] By: gsar on 1999/02/28 21:47:18
18072 Log: todo item: permit extended control variables a la ${^Foo} (patch
18073 courtesy Mark-Jason Dominus <mjd@plover.com>)
18074 Branch: perl
18075 ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
18076 ! t/base/lex.t toke.c
18077____________________________________________________________________________
18078[ 3038] By: gsar on 1999/02/28 21:21:05
18079 Log: From: abigail@fnx.com
18080 Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
18081 Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
18082 Subject: Recognize -> and => inside [A-Z]<> sequences.
18083 Branch: perl
18084 ! pod/pod2man.PL
18085____________________________________________________________________________
18086[ 3037] By: gsar on 1999/02/28 21:12:22
18087 Log: fix longstanding bug: searches for lexicals originating within eval''
18088 weren't stopping at the subroutine boundary correctly
18089 Branch: perl
18090 ! op.c proto.h t/op/eval.t
18091____________________________________________________________________________
18092[ 3036] By: gsar on 1999/02/28 20:02:29
18093 Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
18094 as stacked list values
18095 From: jan.dubois@ibm.net (Jan Dubois)
18096 Date: Sat, 27 Feb 1999 18:24:17 +0100
18097 Message-ID: <36e22849.36531259@smtp1.ibm.net>
18098 Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
18099 Branch: perl
18100 ! win32/win32.c
18101____________________________________________________________________________
18102[ 3035] By: gsar on 1999/02/28 19:48:54
18103 Log: remove superfluous stack_sp decl
18104 Branch: perl
18105 ! jpl/JNI/JNI.xs
18106____________________________________________________________________________
18107[ 3034] By: gsar on 1999/02/28 19:34:58
18108 Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
18109 Branch: perl
18110 ! lib/Getopt/Std.pm
18111____________________________________________________________________________
18112[ 3033] By: gsar on 1999/02/28 19:23:41
18113 Log: add File::Compare::compare_text()
18114 From: jan.dubois@ibm.net (Jan Dubois)
18115 Date: Fri, 26 Feb 1999 00:20:41 +0100
18116 Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
18117 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
18118 Branch: perl
18119 ! lib/File/Compare.pm pod/perltodo.pod
18120____________________________________________________________________________
18121[ 3032] By: gsar on 1999/02/28 19:01:33
18122 Log: add README.hpux
18123 Branch: perl
18124 + README.hpux
18125 ! MAINTAIN MANIFEST
18126____________________________________________________________________________
18127[ 3031] By: gsar on 1999/02/28 18:49:08
18128 Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
18129 James Cromie <jcromie@fossil.uswc.uswest.com>
18130 Branch: perl
18131 ! lib/Pod/Html.pm
18132____________________________________________________________________________
18133[ 3030] By: gsar on 1999/02/28 18:35:09
18134 Log: From: jan.dubois@ibm.net (Jan Dubois)
18135 Date: Wed, 24 Feb 1999 22:34:56 +0100
18136 Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
18137 Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
18138 Branch: perl
18139 ! lib/Test/Harness.pm
18140____________________________________________________________________________
18141[ 3029] By: gsar on 1999/02/28 18:28:18
18142 Log: add note about env pollution
18143 Branch: perl
18144 ! INSTALL pod/perltodo.pod
18145____________________________________________________________________________
18146[ 3028] By: jhi on 1999/02/26 14:40:00
18147 Log: HP-UX 11 threads.
18148
18149 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
18150 To: perl5-porters@perl.org
18151 Cc: jhi@cc.hut.fi
18152 Subject: Maint 5 and _54 with threading on HP-UX 11.00
18153 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
18154 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
18155
18156 NOTE from jhi: the hpux hints could still be more robust by
18157 disabling gdbm when necessary.
18158
18159 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
18160 linking -lgdbm -lpthread creates an executable that instantly
18161 core dumps on a pthreads internal panic:
18162
18163 ./gdpt
18164
18165 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
18166 Return Pointer is 0xc082bf33
18167 17639 quit (core dumped) ./gdpt
18168
18169 You don't have to *use* either gdbm or pthreads in the executable,
18170 just linking them together is enough. Workaround is to recompile
18171 the GDBM under HP-UX 11, that makes the problem go away.
18172 Branch: maint-5.005/perl
18173 ! hints/hpux.sh thread.h
18174____________________________________________________________________________
18175[ 3025] By: jhi on 1999/02/25 20:41:07
18176 Log: Temporary workaround for the config_h.SH versus
18177 crosscompile and multiarch plus introduce 'rt'
18178 to $libswanted: in UNIX98 sched_yield() lives there.
18179 Branch: cfgperl
18180 ! Configure config_h.SH
18181____________________________________________________________________________
18182[ 3024] By: jhi on 1999/02/24 12:54:59
18183 Log: Integrate from mainperl.
18184 Branch: cfgperl
18185 +> t/lib/fatal.t
18186 !> (integrate 44 files)
18187____________________________________________________________________________
18188[ 3023] By: gsar on 1999/02/24 07:02:12
18189 Log: integrate cfgperl contents
18190 Branch: perl
18191 !> (integrate 30 files)
18192____________________________________________________________________________
18193[ 3022] By: gsar on 1999/02/24 05:59:47
18194 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
18195 Date: 23 Feb 1999 17:53:22 -0700
18196 Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
18197 Subject: [PATCH: _55] perldoc -q broken
18198 Branch: perl
18199 ! utils/perldoc.PL
18200____________________________________________________________________________
18201[ 3021] By: gsar on 1999/02/24 05:51:53
18202 Log: ansify perlio.c, fix PerlIO-ish typos
18203 Branch: perl
18204 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
18205 ! iperlsys.h perlio.c
18206____________________________________________________________________________
18207[ 3020] By: gsar on 1999/02/24 05:28:06
18208 Log: adjust a Perl_malloc() flag for NeXT
18209 From: Hans Mulder <hansm@icgned.icgroup.nl>
18210 Date: Tue, 23 Feb 99 00:26:25 +0100
18211 Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
18212 Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
18213 Branch: perl
18214 ! perl.h
18215____________________________________________________________________________
18216[ 3019] By: gsar on 1999/02/24 05:19:42
18217 Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
18218 Branch: perl
18219 ! pod/perltodo.pod
18220____________________________________________________________________________
18221[ 3018] By: gsar on 1999/02/24 04:15:18
18222 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
18223 Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
18224 Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
18225 Subject: improved error message [PATCH _55] [RESEND]
18226 Branch: perl
18227 ! sv.c
18228____________________________________________________________________________
18229[ 3017] By: gsar on 1999/02/24 03:50:34
18230 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18231 Date: Sun, 21 Feb 1999 20:02:18 -0700
18232 Message-Id: <199902220302.UAA09981@jhereg.perl.com>
18233 Subject: perlfunc updates (against 55)
18234 Branch: perl
18235 ! pod/perlfunc.pod
18236____________________________________________________________________________
18237[ 3016] By: gsar on 1999/02/24 03:17:05
18238 Log: testsuite adjustments
18239 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18240 Date: Sat, 20 Feb 1999 15:24:57 +0000
18241 Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
18242 Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
18243 Branch: perl
18244 ! t/lib/io_sock.t t/op/lex_assign.t
18245____________________________________________________________________________
18246[ 3015] By: gsar on 1999/02/24 02:54:47
18247 Log: avoid modifying readonly values from qw()
18248 Branch: perl
18249 ! lib/ExtUtils/MM_Unix.pm
18250____________________________________________________________________________
18251[ 3014] By: gsar on 1999/02/24 02:49:04
18252 Log: more "correct" utbuf for utime()
18253 Branch: perl
18254 ! doio.c
18255____________________________________________________________________________
18256[ 3013] By: jhi on 1999/02/22 19:27:44
18257 Log: Fix MacPerl version, change PowerUX to PowerMAX.
18258
18259 From: Chris Nandor <pudge@pobox.com>
18260 To: jhi@iki.fi
18261 Cc: perl5-porters@perl.org
18262 Subject: Re: perl current availability as documented by perl.pod
18263 Date: Sun, 21 Feb 1999 11:06:03 -0500
18264 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
18265
18266 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18267 To: jhi@iki.fi
18268 Cc: perl5-porters@perl.org
18269 Subject: Re: perl current availability as documented by perl.pod
18270 Date: Mon, 22 Feb 1999 13:08:30 GMT
18271 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
18272 Branch: cfgperl
18273 ! pod/perl.pod
18274 Branch: maint-5.005/perl
18275 ! pod/perl.pod
18276____________________________________________________________________________
18277[ 3012] By: jhi on 1999/02/22 10:26:11
18278 Log: Snapshot the cross-compilation/multiarchitecture stuff
18279 (currently broken in next)
18280 Branch: cfgperl
18281 ! Configure config_h.SH pp.c
18282____________________________________________________________________________
18283[ 3011] By: jhi on 1999/02/22 10:24:51
18284 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18285 To: gsar@activestate.com (Gurusamy Sarathy)
18286 Cc: perl5-porters@perl.org (Perl5 Porters)
18287 Subject: [PATCH 5.005_55] DB_File 1.64 patch
18288 Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
18289 Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
18290 Branch: cfgperl
18291 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18292 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
18293____________________________________________________________________________
18294[ 3009] By: jhi on 1999/02/22 09:14:26
18295 Log: Scratch #3008 and introduce $crosscompile and $multiarch
18296 also in non-Configure lands.
18297 Branch: cfgperl
18298 ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
18299 ! hints/next_4.sh vms/subconfigure.com win32/config.bc
18300 ! win32/config.gc win32/config.vc win32/config_H.bc
18301 ! win32/config_H.gc win32/config_H.vc
18302____________________________________________________________________________
18303[ 3008] By: jhi on 1999/02/22 08:58:04
18304 Log: Add -DMULTIARCH (see change #3006).
18305 Branch: cfgperl
18306 ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
18307____________________________________________________________________________
18308[ 3007] By: jhi on 1999/02/22 08:54:06
18309 Log: Undo the references to local{lib,arch} introduced by #3006.
18310 Branch: cfgperl
18311 ! Configure config_h.SH
18312____________________________________________________________________________
18313[ 3006] By: jhi on 1999/02/22 08:43:50
18314 Log: From: hansm@icgned.icgroup.nl
18315 To: perlbug@perl.com
18316 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
18317 Date: Sun, 21 Feb 1999 22:58:55 +0100
18318 Reply-To: hansmu@xs4all.nl
18319 Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
18320
18321 plus other Configure changes: prepare for cross-compilation/
18322 multiarchitecture builds.
18323 Branch: cfgperl
18324 ! Configure config_h.SH
18325____________________________________________________________________________
18326[ 3005] By: jhi on 1999/02/22 08:35:30
18327 Log: Configure/Perl knew how to look for use Mach cthreads
18328 but Configure didn't let them to be used ($osname 'next').
18329 Branch: cfgperl
18330 ! Configure config_h.SH
18331 Branch: maint-5.005/perl
18332 ! Configure
18333____________________________________________________________________________
18334[ 3004] By: jhi on 1999/02/21 15:46:02
18335 Log: Update Acorn AVAILABILITY.
18336 Branch: cfgperl
18337 ! pod/perl.pod
18338 Branch: maint-5.005/perl
18339 ! pod/perl.pod
18340____________________________________________________________________________
18341[ 3003] By: jhi on 1999/02/21 14:50:42
18342 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
18343 To: perl5-porters@perl.org (Perl 5 Porters)
18344 Subject: PATCH: perlref.pod - symbolic ref example
18345 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
18346 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
18347 Branch: cfgperl
18348 ! pod/perlref.pod
18349 Branch: maint-5.005/perl
18350 ! pod/perlref.pod
18351____________________________________________________________________________
18352[ 3002] By: jhi on 1999/02/21 14:35:22
18353 Log: Sync cfgperl with maint-5.005 change #3000.
18354 Branch: cfgperl
18355 ! pod/perlfunc.pod t/op/pack.t
18356____________________________________________________________________________
18357[ 2999] By: gsar on 1999/02/20 22:48:30
18358 Log: From: John Bley <jbb6@acpub.duke.edu>
18359 Date: Sat, 20 Feb 1999 16:02:34 EST
18360 Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
18361 Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
18362 Branch: perl
18363 ! regcomp.c
18364____________________________________________________________________________
18365[ 2998] By: jhi on 1999/02/20 14:13:06
18366 Log: Enhanced the endianness description.
18367 Branch: cfgperl
18368 ! pod/perlfunc.pod
18369____________________________________________________________________________
18370[ 2996] By: jhi on 1999/02/20 13:55:41
18371 Log: Glossary now mostly fixed.
18372 Branch: cfgperl
18373 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18374 ! config_h.SH
18375____________________________________________________________________________
18376[ 2994] By: jhi on 1999/02/20 11:58:33
18377 Log: Perldeltify GNU/Hurd.
18378 Branch: cfgperl
18379 ! pod/perldelta.pod
18380____________________________________________________________________________
18381[ 2993] By: gsar on 1999/02/20 00:59:10
18382 Log: fix typo in Perl_sbrk()
18383 From: hansm@icgned.icgroup.nl
18384 Date: Fri, 19 Feb 1999 23:19:31 +0100
18385 Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
18386 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
18387 Branch: perl
18388 ! malloc.c
18389____________________________________________________________________________
18390[ 2992] By: gsar on 1999/02/20 00:51:08
18391 Log: integrate change#2980 from maint-5.005
18392 Branch: perl
18393 !> utils/h2xs.PL
18394____________________________________________________________________________
18395[ 2991] By: gsar on 1999/02/20 00:34:01
18396 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18397 Date: Thu, 18 Feb 1999 18:51:38 +0000
18398 Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
18399 Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
18400 Branch: perl
18401 ! pp_hot.c t/op/pat.t
18402____________________________________________________________________________
18403[ 2990] By: gsar on 1999/02/20 00:30:48
18404 Log: From: jan.dubois@ibm.net (Jan Dubois)
18405 Date: Thu, 18 Feb 1999 19:14:07 +0100
18406 Message-ID: <36d15809.40853323@smtp1.ibm.net>
18407 Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
18408 Branch: perl
18409 ! win32/win32.c
18410____________________________________________________________________________
18411[ 2989] By: gsar on 1999/02/20 00:27:01
18412 Log: do poll() emulation unless HAS_POLL && I_POLL
18413 Branch: perl
18414 ! ext/IO/poll.h
18415____________________________________________________________________________
18416[ 2988] By: gsar on 1999/02/19 23:52:12
18417 Log: tweak RE for NaNQ? recognition
18418 Branch: perl
18419 ! t/lib/bigfloatpm.t
18420____________________________________________________________________________
18421[ 2987] By: gsar on 1999/02/19 23:29:59
18422 Log: mention C<use utf8> and C<use warning> in perldelta
18423 Branch: perl
18424 ! pod/perldelta.pod
18425____________________________________________________________________________
18426[ 2985] By: jhi on 1999/02/19 20:43:19
18427 Log: pack/unpack better in (network-)short-non-16-bits and
18428 (network-)long-non-32-bits systems such as Cray C90.
18429 Branch: cfgperl
18430 ! perl.h pp.c t/op/pack.t
18431____________________________________________________________________________
18432[ 2984] By: jhi on 1999/02/19 20:38:54
18433 Log: Regen Configure.
18434 Branch: cfgperl
18435 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18436 ! perl.c
18437____________________________________________________________________________
18438[ 2982] By: jhi on 1999/02/19 19:51:49
18439 Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
18440 not probed for and
18441
18442 From: "Kurt D. Starsinic" <kstar@chapin.edu>
18443 To: Chaim Frenkel <chaimf@pobox.com>,
18444 Russ Allbery <rra@stanford.edu>,
18445 Jarkko Hietaniemi <jhi@iki.fi>,
18446 Gurusamy Sarathy <gsar@activestate.com>,
18447 Graham Barr <gbarr@pobox.com>
18448 Cc: bdensch@ameritech.net, perlbug@perl.com
18449 Subject: [PATCH] Re: Solaris 7 for Intel
18450 Message-ID: <19990219124404.A30182@O2.chapin.edu>
18451
18452 Glossary is still missing some terms because
18453 mkglossary is misbehaving (change #2981 updated
18454 Glossary manually)
18455 Branch: cfgperl
18456 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
18457 ! Porting/config_H
18458____________________________________________________________________________
18459[ 2980] By: gbarr on 1999/02/19 16:06:53
18460 Log: Make result of h2xs work when user adds C<use strict>
18461 Branch: maint-5.005/perl
18462 ! utils/h2xs.PL
18463____________________________________________________________________________
18464[ 2979] By: gsar on 1999/02/19 05:24:29
18465 Log: doc for change#2978
18466 Branch: perl
18467 ! pod/perlsub.pod
18468____________________________________________________________________________
18469[ 2978] By: gsar on 1999/02/19 05:08:29
18470 Log: bring '*' prototype closer to how it behaves internally
18471 Branch: perl
18472 + t/lib/fatal.t
18473 ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
18474____________________________________________________________________________
18475[ 2977] By: gsar on 1999/02/19 02:50:31
18476 Log: stem leakage of perly.h #defines #ifndef PERL_CORE
18477 Branch: perl
18478 ! perly.h
18479____________________________________________________________________________
18480[ 2975] By: gsar on 1999/02/18 21:41:57
18481 Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
18482 of lexical searches in BEGIN|INIT|END)
18483 Branch: perl
18484 ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
18485 ! vms/perly_c.vms
18486____________________________________________________________________________
18487[ 2974] By: gsar on 1999/02/18 21:03:06
18488 Log: missing PERL_POLLUTE_MALLOC
18489 Branch: perl
18490 ! ext/SDBM_File/sdbm/sdbm.h
18491____________________________________________________________________________
18492[ 2973] By: gsar on 1999/02/18 17:10:49
18493 Log: From: Andy Dougherty <doughera@lafayette.edu>
18494 Date: Wed, 17 Feb 1999 17:22:50 EST
18495 Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
18496 Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
18497 Branch: perl
18498 ! lib/dotsh.pl
18499____________________________________________________________________________
18500[ 2972] By: gsar on 1999/02/18 17:04:12
18501 Log: s/#defined/#define/
18502 Branch: perl
18503 ! ext/Data/Dumper/Dumper.xs
18504____________________________________________________________________________
18505[ 2970] By: gsar on 1999/02/18 03:26:43
18506 Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
18507 Branch: perl
18508 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18509 ! ext/GDBM_File/typemap
18510____________________________________________________________________________
18511[ 2969] By: gsar on 1999/02/17 23:30:47
18512 Log: correct slurp mode doc
18513 Branch: perl
18514 ! pod/perlfunc.pod pod/perlop.pod
18515____________________________________________________________________________
18516[ 2968] By: jhi on 1999/02/17 23:15:49
18517 Log: Ultrix hints update.
18518
18519 From: Spider Boardman <spider@zk3.dec.com>
18520 To: perlbug@perl.com
18521 Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
18522 Date: Tue, 16 Feb 1999 23:04:28 -0500
18523 Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
18524 Branch: cfgperl
18525 ! hints/ultrix_4.sh
18526____________________________________________________________________________
18527[ 2966] By: jhi on 1999/02/17 23:09:21
18528 Log: Change #2965 wiped out some Sarathy's _55 changes.
18529 Now unwiped.
18530 Branch: cfgperl
18531 ! Configure pp.c t/op/pack.t
18532____________________________________________________________________________
18533[ 2965] By: jhi on 1999/02/17 23:00:04
18534 Log: Configure tweaks.
18535
18536 Fix the Unixware/SCO uname scan:
18537
18538 From: Tom Hughes <thh@cyberscience.com>
18539 To: perlbug@perl.com
18540 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
18541 Date: 17 Feb 1999 15:34:15 +0000
18542 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
18543
18544 AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
18545
18546 From: Joe Buehler <jhpb@hekimian.com>
18547 To: perl5-porters@perl.org
18548 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
18549 Date: 12 Feb 1999 11:25:21 -0500
18550 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
18551
18552 Make the pthreads joinable constant scan to output to fd 4, not 2.
18553 Branch: cfgperl
18554 ! Configure
18555____________________________________________________________________________
18556[ 2964] By: gsar on 1999/02/17 21:30:07
18557 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18558 Date: Wed, 17 Feb 1999 06:53:13 -0700
18559 Message-Id: <199902171353.GAA15682@jhereg.perl.com>
18560 Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
18561 Branch: perl
18562 ! lib/Pod/Functions.pm
18563____________________________________________________________________________
18564[ 2963] By: gsar on 1999/02/17 21:18:21
18565 Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
18566 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18567 Date: Wed, 17 Feb 1999 10:06:01 +0000
18568 Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
18569 Subject: Re: [5.005_53] panic: pad_free curpad
18570 Branch: perl
18571 ! regcomp.c regexec.c t/op/misc.t
18572____________________________________________________________________________
18573[ 2962] By: gsar on 1999/02/16 21:26:28
18574 Log: NaNQ? tweak
18575 Branch: perl
18576 ! t/lib/bigfloatpm.t
18577____________________________________________________________________________
18578[ 2961] By: jhi on 1999/02/16 19:26:38
18579 Log: Integrate from mainperl.
18580 Branch: cfgperl
18581 !> (integrate 37 files)
18582____________________________________________________________________________
18583[ 2960] By: gsar on 1999/02/16 18:04:29
18584 Log: undo change#2465 (qw[] is a real list now)
18585 Branch: perl
18586 ! pod/perlop.pod
18587____________________________________________________________________________
18588[ 2959] By: gsar on 1999/02/16 07:09:33
18589 Log: this was 5.005_55
18590 Branch: perl
18591 ! Changes
18592
18593----------------
18594Version 5.005_55
5fdc711f
GS
18595----------------
18596
18597____________________________________________________________________________
50c2b76a
GS
18598[ 2958] By: gsar on 1999/02/16 06:18:27
18599 Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
18600 elide dups and non-dependents from Changes
18601 Branch: perl
18602 ! Changes pod/perlhist.pod
18603 !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
18604 !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
18605 !> pod/perlport.pod pp.c t/op/pack.t
18606____________________________________________________________________________
99ed61e6
GS
18607[ 2957] By: gsar on 1999/02/16 04:09:47
18608 Log: propagate PERL_VERSION everywhere, add to pod
18609 Branch: perl
18610 ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
18611 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
18612 ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
18613 ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
18614 ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
18615 ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
18616 ! vms/myconfig.com vms/subconfigure.com win32/config.bc
18617 ! win32/config.gc win32/config.vc win32/config_sh.PL
18618 ! win32/win32.c x2p/a2py.c
18619____________________________________________________________________________
18620[ 2955] By: jhi on 1999/02/15 16:15:03
18621 Log: The pack tests now better in C90 (after the packnative patches).
18622 Branch: cfgperl
18623 ! t/op/pack.t
18624____________________________________________________________________________
18625[ 2954] By: gsar on 1999/02/15 14:11:50
18626 Log: tweak Configure to follow new PERL_VERSION etc.
18627 Branch: perl
18628 ! Configure patchlevel.h pod/perlhist.pod
18629____________________________________________________________________________
18630[ 2953] By: jhi on 1999/02/15 14:02:21
18631 Log: Integrate from mainperl.
18632 Branch: cfgperl
18633 !> MANIFEST Porting/makerel
18634____________________________________________________________________________
18635[ 2952] By: jhi on 1999/02/15 13:50:07
18636 Log: Enhance the packnative patch: use the packnative code
18637 only if required. Also added hefty testing (hopefully
18638 I didn't assume too much...). Tested on alpha, ix86, sparc.
18639 Branch: cfgperl
18640 ! pod/perlfunc.pod pp.c t/op/pack.t
18641____________________________________________________________________________
18642[ 2951] By: jhi on 1999/02/15 13:46:56
18643 Log: AVAILABILITY from 5.005_03-tobe, will of course
18644 require updating when 5.006 comes out.
18645 Branch: cfgperl
18646 ! pod/perl.pod
18647____________________________________________________________________________
18648[ 2949] By: gsar on 1999/02/15 13:28:51
18649 Log: will this be it for 5.005_55?
18650 Branch: perl
18651 ! MANIFEST Porting/makerel
18652____________________________________________________________________________
18653[ 2948] By: jhi on 1999/02/15 13:23:52
18654 Log: Integrate from mainperl.
18655 Branch: cfgperl
18656 !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
18657 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18658 !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18659 !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
18660 !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
18661 !> win32/config.gc win32/config.vc win32/config_H.bc
18662 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
18663____________________________________________________________________________
18664[ 2947] By: jhi on 1999/02/15 13:20:41
18665 Log: perlport.pod 1.39 from Chris.
18666 Branch: cfgperl
18667 ! pod/perlport.pod
18668____________________________________________________________________________
18669[ 2946] By: jhi on 1999/02/15 13:09:58
18670 Log: Import Ultrix update, change #2864,
18671
18672 From: Spider Boardman <spider@zk3.dec.com>
18673 To: perlbug@perl.com
18674 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
18675 Date: Wed, 10 Feb 1999 23:33:31 -0500
18676 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
18677 Branch: cfgperl
18678 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
18679____________________________________________________________________________
18680[ 2945] By: jhi on 1999/02/15 13:04:50
18681 Log: OpenBSD sparc SHMLBA.
18682 Branch: cfgperl
18683 ! ext/IPC/SysV/SysV.xs
18684____________________________________________________________________________
18685[ 2944] By: gsar on 1999/02/15 12:09:52
18686 Log: update win32/config* stuff, Changes
18687 Branch: perl
18688 ! Changes win32/Makefile win32/config.bc win32/config.gc
18689 ! win32/config.vc win32/config_H.bc win32/config_H.gc
18690 ! win32/config_H.vc win32/makefile.mk
18691____________________________________________________________________________
c4d53692
GS
18692[ 2943] By: gsar on 1999/02/15 11:54:08
18693 Log: #include patchlevel.h by default, provide
18694 PERL_{REVISION,VERSION,SUBVERSION}
18695 Branch: perl
18696 ! patchlevel.h perl.h
18697____________________________________________________________________________
18698[ 2942] By: gsar on 1999/02/15 10:26:59
18699 Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
18700 misc fixes
18701 Branch: perl
18702 ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
18703____________________________________________________________________________
18704[ 2941] By: gsar on 1999/02/15 10:24:37
18705 Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
18706 Message-ID: <19990207002851.B9185@toldyouso.com>
18707 Message-ID: <19990207212152.A9765@toldyouso.com>
18708 Message-ID: <19990207212041.A9622@toldyouso.com>
18709 Message-ID: <19990207213127.A10244@toldyouso.com>
18710 Message-ID: <19990207212559.A9950@toldyouso.com>
18711 Message-ID: <19990207212842.A9994@toldyouso.com>
18712 Message-ID: <19990207212500.A9860@toldyouso.com>
18713 Message-ID: <19990207213013.A10105@toldyouso.com>
18714 Branch: perl
18715 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18716 ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18717 ! pod/perlmodlib.pod pod/perltoc.pod
18718____________________________________________________________________________
18719[ 2940] By: gsar on 1999/02/15 10:07:08
18720 Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
18721 of suggested patch)
18722 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
18723 Date: Mon, 08 Feb 1999 01:14:41 -0000
18724 Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
18725 Subject: [PATCH 5.005_54] some pending C.pm stuff
18726 Branch: perl
18727 ! ext/B/B/C.pm
18728____________________________________________________________________________
18729[ 2939] By: jhi on 1999/02/15 08:40:18
18730 Log: Integrate from mainperl.
18731 Branch: cfgperl
18732 +> t/lib/bigfloat.t t/lib/bigfloatpm.t
18733 - lib/File/PathConvert.pm
18734 !> (integrate 81 files)
18735____________________________________________________________________________
18736[ 2938] By: gsar on 1999/02/15 06:56:39
18737 Log: change#2839 was bogus, redo
18738 Branch: perl
18739 !> t/lib/h2ph.pht
18740____________________________________________________________________________
18741[ 2937] By: gsar on 1999/02/15 06:38:15
18742 Log: support Win32::GetFullPathName() and Win32::SetLastError()
18743 From: jan.dubois@ibm.net (Jan Dubois)
18744 Date: Tue, 09 Feb 1999 22:27:31 +0100
18745 Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
18746 Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
18747 Branch: perl
18748 ! win32/win32.c
18749____________________________________________________________________________
18750[ 2936] By: gsar on 1999/02/15 06:26:39
18751 Log: support native integers, pack("L_",...) etc. (via private mail)
18752 From: Jarkko Hietaniemi <jhi@iki.fi>
18753 Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
18754 Message-Id: <199902092204.AAA29065@alpha.hut.fi>
18755 Subject: the "packnative" patch
18756 Branch: perl
18757 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
18758 ! t/lib/ipc_sysv.t t/op/pack.t
18759____________________________________________________________________________
18760[ 2935] By: gsar on 1999/02/15 06:04:02
18761 Log: From: Michael G Schwern <schwern@pobox.com>
18762 Date: Tue, 9 Feb 1999 04:13:12 -0500
18763 Message-ID: <19990209041312.A15788@toldyouso.com>
18764 Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
18765 Branch: perl
18766 ! utils/h2xs.PL
18767____________________________________________________________________________
18768[ 2934] By: gsar on 1999/02/15 05:30:13
18769 Log: fix bugs in the handling of negative numbers, among other things
18770 From: Steven Knight <knight@theopera.baldmt.citilink.com>
18771 Date: Mon, 8 Feb 1999 01:16:24 -0600
18772 Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
18773 Subject: Math::BigFloat and Math::BigInt
18774 Branch: perl
18775 + t/lib/bigfloat.t t/lib/bigfloatpm.t
18776 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
18777 ! t/lib/bigintpm.t
18778____________________________________________________________________________
18779[ 2933] By: gsar on 1999/02/15 04:57:52
18780 Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
18781 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
18782 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
18783 Subject: s2p incorrectly handles hold space commands
18784 Branch: perl
18785 ! x2p/s2p.PL
18786____________________________________________________________________________
18787[ 2932] By: gsar on 1999/02/15 04:45:55
18788 Log: clarify what a "line" is
18789 Branch: perl
18790 ! pod/perlfunc.pod pod/perlvar.pod
18791____________________________________________________________________________
18792[ 2931] By: gsar on 1999/02/15 04:23:29
18793 Log: backout change#2811 and add newer version based on File::Spec
18794 From: Barrie Slaymaker <rbs@telerama.com>
18795 Date: Thu, 11 Feb 1999 16:29:24 -0500
18796 Message-ID: <36C34BB4.A62090E0@telerama.com>
18797 Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
18798 Branch: perl
18799 - lib/File/PathConvert.pm
18800 ! MANIFEST installhtml lib/Pod/Html.pm
18801____________________________________________________________________________
18802[ 2930] By: gsar on 1999/02/15 04:16:25
18803 Log: From: Barrie Slaymaker <rbs@telerama.com>
18804 Date: Thu, 11 Feb 1999 19:39:48 -0500
18805 Message-ID: <36C37854.707D139@telerama.com>
18806 Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
18807 Branch: perl
18808 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
18809____________________________________________________________________________
18810[ 2929] By: gsar on 1999/02/15 04:06:50
18811 Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
18812 Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
18813 Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
18814 Subject: [PATCH]5.005_54 (DOC) fix many typos
18815 --
18816 Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
18817 Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
18818 Subject: [PATCH]5.005_54 (DOC) typos
18819 Branch: perl
18820 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
18821 ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
18822 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18823 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18824 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
18825 ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
18826 ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
18827 ! pod/perlvar.pod pod/perlxs.pod
18828____________________________________________________________________________
18829[ 2928] By: gsar on 1999/02/15 03:39:53
18830 Log: allow the Carp routines to pass through exception objects
18831 Branch: perl
18832 ! lib/Carp.pm
18833____________________________________________________________________________
18834[ 2927] By: gsar on 1999/02/15 03:22:57
18835 Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
18836 Branch: perl
18837 ! pod/perlfaq8.pod
18838____________________________________________________________________________
18839[ 2926] By: gsar on 1999/02/15 03:19:39
18840 Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
18841 have done that, but didn't)
18842 Branch: perl
18843 !> utils/h2ph.PL
18844____________________________________________________________________________
18845[ 2925] By: gsar on 1999/02/15 03:17:01
18846 Log: integrate cfgperl changes into mainline
18847 Branch: perl
18848 ! Changes
18849 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18850 !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
18851 !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
18852 !> vms/subconfigure.com
18853____________________________________________________________________________
9816bd0f
GS
18854[ 2924] By: gsar on 1999/02/15 03:07:08
18855 Log: add const qualifier to most char* prototypes, handle ripple effect
18856 Branch: perl
18857 ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
18858 ! universal.c util.c
18859____________________________________________________________________________
18860[ 2923] By: gsar on 1999/02/15 01:04:30
18861 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18862 Date: Thu, 04 Feb 1999 02:37:31 +0000
18863 Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
18864 Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
18865 Branch: perl
18866 ! pp_ctl.c t/op/range.t
18867____________________________________________________________________________
18868[ 2922] By: gsar on 1999/02/15 00:24:34
18869 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18870 Date: Sun, 31 Jan 1999 01:50:06 +0000
18871 Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
18872 Subject: [PATCH 5.005_03t4] regexp flags bug
18873 Branch: perl
18874 ! regcomp.c t/op/re_tests
18875____________________________________________________________________________
18876[ 2921] By: gsar on 1999/02/15 00:13:02
18877 Log: use New() et al., rather than safemalloc() et al.
18878 From: jan.dubois@ibm.net (Jan Dubois)
18879 Date: Fri, 29 Jan 1999 23:27:22 +0100
18880 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
18881 Subject: [PATCH _03-MT5] POSIX.xs memory API
18882 Branch: perl
18883 ! ext/POSIX/POSIX.xs
18884____________________________________________________________________________
18885[ 2920] By: gsar on 1999/02/15 00:05:33
18886 Log: tweak READ() docs to mention $buffer must be altered by reference
18887 Branch: perl
18888 ! pod/perltie.pod
18889____________________________________________________________________________
18890[ 2919] By: gsar on 1999/02/14 23:50:39
18891 Log: applied suggested patch, with several language/readability tweaks
18892 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18893 Date: Fri, 29 Jan 1999 00:25:02 -0500
18894 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
18895 Subject: Re: [PATCH 5.005_*] Better parsing docs
18896 Branch: perl
18897 ! pod/perlop.pod
18898____________________________________________________________________________
18899[ 2918] By: gsar on 1999/02/14 23:20:42
18900 Log: several bug fixes; now croak()s when date exceeds integer limits (instead
18901 of silently returning bogus values)
18902 From: Peter Chines <pchines@nhgri.nih.gov>
18903 Date: Wed, 27 Jan 1999 16:11:31 -0500
18904 Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
18905 Subject: Time::Local
18906 Branch: perl
18907 ! lib/Time/Local.pm pod/perldelta.pod
18908____________________________________________________________________________
18909[ 2917] By: gsar on 1999/02/14 11:21:43
18910 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18911 Date: Thu, 28 Jan 1999 10:02:20 -0500
18912 Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
18913 Subject: Re: [PATCH 5.005_53] Better perldoc
18914 Branch: perl
18915 ! utils/perldoc.PL
18916____________________________________________________________________________
18917[ 2916] By: gsar on 1999/02/14 10:59:38
18918 Log: back out change#2751, apply updated version
18919 From: jan.dubois@ibm.net (Jan Dubois)
18920 Date: Sat, 06 Feb 1999 01:06:29 +0100
18921 Message-ID: <36bc844c.18763049@smtp1.ibm.net>
18922 Subject: [PATCH] Cleanup of File::Spec module
18923 Branch: perl
18924 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18925 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18926 ! lib/File/Spec/Win32.pm
18927____________________________________________________________________________
18928[ 2915] By: gsar on 1999/02/14 10:48:01
18929 Log: tweak select() test
18930 Branch: perl
18931 ! pod/perlipc.pod t/op/fh.t
18932____________________________________________________________________________
18933[ 2914] By: gsar on 1999/02/14 10:25:55
18934 Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
18935 Branch: perl
18936 ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
18937____________________________________________________________________________
18938[ 2913] By: gsar on 1999/02/14 10:03:51
18939 Log: From: Kenneth Albanowski <kjahds@kjahds.com>
18940 Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
18941 Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
18942 Subject: Re: SvOPV() or SvPV_nolen() or ...
18943 Branch: perl
18944 ! pod/perlguts.pod
18945____________________________________________________________________________
18946[ 2912] By: gsar on 1999/02/14 09:57:29
18947 Log: provide SvPV_nolen(sv) to avoid use of PL_na
18948 From: jan.dubois@ibm.net (Jan Dubois)
18949 Date: Sun, 24 Jan 1999 02:45:32 +0100
18950 Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
18951 Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
18952 Branch: perl
18953 ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
18954 ! sv.h
18955____________________________________________________________________________
18956[ 2911] By: gsar on 1999/02/14 06:51:05
18957 Log: elide stray effluvium
18958 Branch: perl
18959 ! pod/perldelta.pod
18960____________________________________________________________________________
18961[ 2910] By: gsar on 1999/02/14 05:51:56
18962 Log: slurping an empty file should return '' rather than undef, with
18963 commensurate effects on ARGV processing
18964 Branch: perl
18965 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
18966 ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
18967____________________________________________________________________________
18968[ 2909] By: gsar on 1999/02/14 00:02:11
18969 Log: perly_c.diff typo
18970 Branch: perl
18971 ! perly.c perly_c.diff vms/perly_c.vms
18972____________________________________________________________________________
18973[ 2908] By: gsar on 1999/02/13 18:20:13
18974 Log: From: jan.dubois@ibm.net (Jan Dubois)
18975 Date: Sat, 13 Feb 1999 13:25:53 +0100
18976 Message-Id: <36c9629c.13334874@smtp1.ibm.net>
18977 Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
18978 Branch: perl
18979 ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
18980____________________________________________________________________________
18981[ 2907] By: jhi on 1999/02/13 15:07:26
18982 Log: Integrate from mainperl.
18983 Branch: cfgperl
18984 +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
18985 !> (integrate 150 files)
18986____________________________________________________________________________
9816bd0f
GS
18987[ 2903] By: gsar on 1999/02/12 13:25:59
18988 Log: From: jan.dubois@ibm.net (Jan Dubois)
18989 Date: Sun, 24 Jan 1999 01:12:00 +0100
18990 Message-ID: <36b66479.62756298@smtp1.ibm.net>
18991 Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
18992 Branch: perl
18993 ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
18994 ! proto.h sv.c sv.h
18995____________________________________________________________________________
18996[ 2902] By: gsar on 1999/02/12 12:55:11
18997 Log: script to generate ctags from etags
18998 From: Colin Kuskie <ckuskie@cadence.com>
18999 Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
19000 Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
19001 Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
19002 Branch: perl
19003 + emacs/e2ctags.pl
19004 ! Makefile.SH pod/perlfaq3.pod
19005____________________________________________________________________________
19006[ 2901] By: gsar on 1999/02/12 12:40:17
19007 Log: allow boolean assign ops to be lvalues
19008 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19009 Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
19010 Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
19011 --
19012 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19013 Date: Mon, 18 Jan 1999 10:04:00 +0000
19014 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
19015 Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
19016 Branch: perl
19017 + t/op/lop.t
19018 ! MANIFEST op.c
19019____________________________________________________________________________
9816bd0f
GS
19020[ 2899] By: jhi on 1999/02/12 12:03:48
19021 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
19022 Branch: cfgperl
19023 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19024 ! config_h.SH hints/openbsd.sh
19025____________________________________________________________________________
19026[ 2898] By: gsar on 1999/02/12 11:49:25
19027 Log: support win32_putenv()
19028 Branch: perl
19029 ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
19030 ! win32/win32.c win32/win32iop.h
19031____________________________________________________________________________
9816bd0f
GS
19032[ 2894] By: gsar on 1999/02/12 11:09:27
19033 Log: add missing hunk in change#2657
19034 Branch: perl
19035 ! ext/B/B/CC.pm
19036____________________________________________________________________________
19037[ 2893] By: gsar on 1999/02/12 11:00:13
19038 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19039 Date: Tue, 19 Jan 1999 20:13:15 -0500
19040 Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
19041 Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
19042 Branch: perl
19043 ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
19044 ! t/pragma/subs.t t/pragma/warning.t
19045____________________________________________________________________________
19046[ 2892] By: gsar on 1999/02/12 10:44:38
19047 Log: update change#2670 to later version
19048 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19049 Date: Sun, 31 Jan 1999 16:16:14 +0000
19050 Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
19051 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
19052 Branch: perl
19053 ! t/op/subst.t toke.c
19054____________________________________________________________________________
19055[ 2891] By: gsar on 1999/02/12 10:31:17
19056 Log: make testsuite somewhat location independent
19057 Branch: perl
19058 ! (edit 117 files)
19059____________________________________________________________________________
93430cb4
GS
19060[ 2890] By: gsar on 1999/02/12 10:00:30
19061 Log: add $AutoLoader::VERSION
19062 Branch: perl
19063 ! lib/AutoLoader.pm
19064____________________________________________________________________________
19065[ 2889] By: gsar on 1999/02/12 09:55:48
19066 Log: tweak PERL_STRICT_CR notes
19067 Branch: perl
19068 ! pod/perl5005delta.pod
19069____________________________________________________________________________
19070[ 2888] By: gsar on 1999/02/12 09:41:45
19071 Log: add note about test-notty target
19072 Branch: perl
19073 ! README.win32
19074____________________________________________________________________________
19075[ 2887] By: gsar on 1999/02/12 09:37:37
19076 Log: add perltodo.pod
19077 Branch: perl
19078 + pod/perltodo.pod
19079 ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
19080 ! win32/pod.mak
19081____________________________________________________________________________
19082[ 2886] By: jhi on 1999/02/12 08:52:14
19083 Log: Integrate from mainperl.
19084 Branch: cfgperl
19085 +> t/op/fh.t
19086 !> (integrate 30 files)
19087____________________________________________________________________________
19088[ 2885] By: gsar on 1999/02/12 08:42:10
19089 Log: note how to find REG_INFTY limit
19090 Branch: perl
19091 ! pod/perlre.pod
19092____________________________________________________________________________
19093[ 2884] By: jhi on 1999/02/12 08:36:14
19094 Log: OpenBSD pthreads awareness, thanks to
19095 David Leonard <david.leonard@csee.uq.edu.au>
19096 Branch: maint-5.005/perl
19097 ! Configure hints/openbsd.sh
19098____________________________________________________________________________
93430cb4
GS
19099[ 2882] By: gsar on 1999/02/12 08:05:20
19100 Log: IO is maintained by p5p (per Graham Barr's wishes)
19101 Branch: perl
19102 ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
19103 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
19104 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
19105 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
19106____________________________________________________________________________
19107[ 2881] By: gsar on 1999/02/12 07:57:13
19108 Log: fh.t typo
19109 Branch: perl
19110 ! t/op/fh.t
19111____________________________________________________________________________
19112[ 2880] By: gsar on 1999/02/12 07:38:16
19113 Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
19114 Branch: perl
19115 ! perl.c pod/perlrun.pod
19116____________________________________________________________________________
19117[ 2879] By: gsar on 1999/02/12 05:39:29
19118 Log: fix ops that are not filehandle constructors to not create GV if it
19119 doesn't already exist (avoids leaks); extend semantics of defined()
19120 so that defined(*{$foo}) works (experimental)
19121 Branch: perl
19122 + t/op/fh.t
19123 ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
19124 ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
19125____________________________________________________________________________
93430cb4
GS
19126[ 2877] By: jhi on 1999/02/11 20:44:00
19127 Log: From: Chris Nandor <pudge@pobox.com>
19128 To: perl5-porters@perl.org
19129 Subject: [PATCH] perlport.pod 1.39
19130 Date: Thu, 11 Feb 1999 12:28:35 -0500
19131 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
19132 Branch: cfgperl
19133 ! pod/perlport.pod
19134____________________________________________________________________________
93430cb4
GS
19135[ 2870] By: gsar on 1999/02/11 11:17:08
19136 Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
19137 Branch: perl
19138 ! ext/IO/lib/IO/Pipe.pm
19139____________________________________________________________________________
19140[ 2869] By: gsar on 1999/02/11 11:00:56
19141 Log: update win32/pod.mak
19142 Branch: perl
19143 ! win32/pod.mak
19144____________________________________________________________________________
19145[ 2868] By: gsar on 1999/02/11 10:42:44
19146 Log: From: Benjamin Low <b.d.low@unsw.edu.au>
19147 Date: Fri, 08 Jan 1999 14:36:53 +1100
19148 Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
19149 Subject: Re: [Fwd: IO::Socket::connect and blocking]
19150 Branch: perl
19151 ! ext/IO/lib/IO/Socket.pm
19152____________________________________________________________________________
19153[ 2867] By: gsar on 1999/02/11 09:43:03
19154 Log: av_extend() doc tweak from Jan Dubois
19155 Branch: perl
19156 ! pod/perlguts.pod
19157____________________________________________________________________________
19158[ 2866] By: gsar on 1999/02/11 09:27:17
19159 Log: display full pathname of unreadable files
19160 Branch: perl
19161 ! utils/perldoc.PL
19162____________________________________________________________________________
19163[ 2865] By: gsar on 1999/02/11 09:02:31
19164 Log: missing patch in change#2522
19165 Branch: perl
19166 ! lib/Pod/Text.pm
19167____________________________________________________________________________
19168[ 2864] By: jhi on 1999/02/11 08:45:00
19169 Log: From: Spider Boardman <spider@zk3.dec.com>
19170 To: perlbug@perl.com
19171 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
19172 Date: Wed, 10 Feb 1999 23:33:31 -0500
19173 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
19174 Branch: maint-5.005/perl
19175 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
19176____________________________________________________________________________
93430cb4
GS
19177[ 2862] By: gsar on 1999/02/11 08:14:34
19178 Log: integrate changes#2738,2740 from maint-5.005
19179 Branch: perl
19180 !> lib/ExtUtils/MakeMaker.pm
19181____________________________________________________________________________
19182[ 2861] By: jhi on 1999/02/11 08:04:25
19183 Log: Integrate from mainperl.
19184 Branch: cfgperl
19185 !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
19186 !> t/op/range.t win32/config.gc
19187____________________________________________________________________________
19188[ 2860] By: gsar on 1999/02/11 07:30:08
19189 Log: binmode() support for cygwin32 (suggested by Steven Morlock
19190 <newspost@morlock.net>)
19191 Branch: perl
19192 ! perl.h
19193____________________________________________________________________________
19194[ 2859] By: gsar on 1999/02/11 07:14:21
19195 Log: update Changes
19196 Branch: perl
19197 ! Changes
19198 !> pod/perl5005delta.pod
19199____________________________________________________________________________
854b7fdb
GS
19200[ 2856] By: gsar on 1999/02/11 07:07:39
19201 Log: integrate perldelta changes from maint-5.005
19202 Branch: perl
19203 !> pod/perl5005delta.pod
19204____________________________________________________________________________
19205[ 2855] By: gsar on 1999/02/11 06:31:50
19206 Log: applied suggested patch; added tests
19207 From: Adam Krolnik <adamk@gypsy.cyrix.com>
19208 Date: Sat, 12 Dec 98 15:30:18 -0600
19209 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
19210 Subject: Range operation doesn't handle IV_MAX
19211 Branch: perl
19212 ! pp_ctl.c t/op/range.t
19213____________________________________________________________________________
19214[ 2854] By: gsar on 1999/02/11 05:00:55
19215 Log: compatibility fix: magic non-propagation in foreach implicit localization
19216 Branch: perl
19217 ! pp_ctl.c t/op/local.t win32/config.gc
19218____________________________________________________________________________
854b7fdb
GS
19219[ 2852] By: gsar on 1999/02/10 23:17:49
19220 Log: fair warning about -Dusethreads
19221 Branch: maint-5.005/perl
19222 ! Configure INSTALL README.threads
19223____________________________________________________________________________
854b7fdb
GS
19224[ 2847] By: jhi on 1999/02/09 19:13:28
19225 Log: Integrate from mainperl.
19226 Branch: cfgperl
19227 !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
19228 !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
19229____________________________________________________________________________
19230[ 2846] By: gsar on 1999/02/09 13:53:28
19231 Log: a modified version of suggested patch for pack template 'Z'; added docs
19232 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
19233 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
19234 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
19235 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
19236 Branch: perl
19237 ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
19238____________________________________________________________________________
19239[ 2845] By: gsar on 1999/02/09 00:03:26
19240 Log: clarify docs for change#2835
19241 Branch: perl
19242 ! pod/perldelta.pod pod/perlop.pod
19243____________________________________________________________________________
19244[ 2844] By: gsar on 1999/02/08 23:40:57
19245 Log: addendum to change#2823
19246 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19247 Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
19248 Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
19249 Subject: [PATCH] Docs and tests for method-call syntax
19250 Branch: perl
19251 ! pod/perlobj.pod t/op/method.t
19252____________________________________________________________________________
19253[ 2843] By: jhi on 1999/02/08 21:06:28
19254 Log: Ultrix mmap tidbit.
19255 Branch: cfgperl
19256 ! hints/ultrix_4.sh
19257____________________________________________________________________________
19258[ 2842] By: jhi on 1999/02/08 20:22:55
19259 Log: Integrate from mainperl.
19260 Branch: cfgperl
19261 +> t/op/subst_wamp.t
19262 !> (integrate 35 files)
19263____________________________________________________________________________
19264[ 2841] By: jhi on 1999/02/08 18:23:26
19265 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19266 To: Mailing list Perl5 <perl5-porters@perl.org>
19267 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19268 Date: Sun, 7 Feb 1999 17:25:22 -0500
19269 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19270 Branch: cfgperl
19271 + t/op/subst_amp.t
19272 ! MANIFEST regcomp.c t/op/subst.t
19273____________________________________________________________________________
19274[ 2840] By: jhi on 1999/02/08 18:16:54
19275 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19276 To: Mailing list Perl5 <perl5-porters@perl.org>
19277 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19278 Date: Sun, 7 Feb 1999 17:00:10 -0500
19279 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19280 Branch: cfgperl
19281 ! pp_hot.c t/op/pat.t
19282____________________________________________________________________________
19283[ 2839] By: jhi on 1999/02/08 17:25:30
19284 Log: A require was missing.
19285 Branch: cfgperl
19286 ! t/lib/h2ph.pht
19287____________________________________________________________________________
19288[ 2838] By: jhi on 1999/02/08 16:38:41
19289 Log: Bring in the change #2809 (the Configure part has been
19290 modified rather a lot since the #2809, though.)
19291 Branch: cfgperl
19292 ! Configure utils/h2ph.PL
19293____________________________________________________________________________
854b7fdb
GS
19294[ 2835] By: gsar on 1999/02/08 14:40:23
19295 Log: make qw() into a true list at compile time (slightly modified
19296 variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
19297 Branch: perl
19298 ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
19299____________________________________________________________________________
19300[ 2834] By: gsar on 1999/02/08 13:23:16
19301 Log: make safesysmalloc() etc., always available; safemalloc() et al are
19302 now macros that point to the right malloc; fix various places in
19303 sources that need to always use safesysmalloc() et al
19304 Branch: perl
19305 ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
19306 ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
19307____________________________________________________________________________
19308[ 2833] By: gsar on 1999/02/08 10:56:16
19309 Log: remove spurious #endif in last change
19310 Branch: perl
19311 ! perl.h
19312____________________________________________________________________________
19313[ 2832] By: gsar on 1999/02/08 10:34:55
19314 Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
19315 them ask for insanity (untested)
19316 Branch: perl
19317 ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
19318 ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
19319 ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
19320____________________________________________________________________________
19321[ 2831] By: jhi on 1999/02/08 08:33:33
19322 Log: Update vms/subconfigure.com along the lines of change #2829.
19323 Branch: cfgperl
19324 ! vms/subconfigure.com
19325____________________________________________________________________________
19326[ 2830] By: gsar on 1999/02/08 00:19:46
19327 Log: integrate cfgperl changes into mainline
19328 Branch: perl
19329 +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
19330 +> lib/File/PathConvert.pm pod/perlthrtut.pod
19331 ! Changes
19332 !> (integrate 93 files)
19333____________________________________________________________________________
19334[ 2829] By: jhi on 1999/02/07 23:49:46
19335 Log: Configure update.
19336
19337 Probe for mmap() et alia.
19338 The *cc*symbols patch (just Configure, no h2ph).
19339 Branch: cfgperl
19340 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19341 ! config_h.SH perl.h
19342____________________________________________________________________________
a43a7b9b
GS
19343[ 2828] By: gsar on 1999/02/07 23:38:47
19344 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19345 Date: Sun, 7 Feb 1999 17:25:22 -0500
19346 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19347 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19348 Branch: perl
19349 + t/op/subst_amp.t t/op/subst_wamp.t
19350 ! MANIFEST regcomp.c t/op/subst.t
19351____________________________________________________________________________
19352[ 2827] By: gsar on 1999/02/07 23:27:32
19353 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19354 Date: Sun, 7 Feb 1999 17:00:10 -0500
19355 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19356 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19357 Branch: perl
19358 ! pp_hot.c t/op/pat.t
19359____________________________________________________________________________
19360[ 2826] By: gsar on 1999/02/07 23:26:04
19361 Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
19362 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19363 Date: Sun, 7 Feb 1999 15:07:27 -0500
19364 Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
19365 Subject: Re: fixing memory leaks in REx compilation
19366 Branch: perl
19367 ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
19368 ! regexec.c
19369____________________________________________________________________________
19370[ 2825] By: jhi on 1999/02/07 18:05:13
19371 Log: Integrate from mainperl.
19372 Branch: cfgperl
19373 +> lib/DB.pm t/comp/bproto.t
19374 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
19375 !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
19376 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
19377 !> toke.c vms/perly_c.vms
19378____________________________________________________________________________
19379[ 2824] By: gsar on 1999/02/07 14:21:48
19380 Log: tweak doc on bitwise ops
19381 Branch: perl
19382 ! pod/perlop.pod
19383____________________________________________________________________________
19384[ 2823] By: gsar on 1999/02/07 13:38:31
19385 Log: applied suggested patch; regen perly* and vms/perly*
19386 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19387 Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
19388 Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
19389 Subject: [PATCH] Re: Suggestion for perlobj man page
19390 Branch: perl
19391 ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
19392____________________________________________________________________________
19393[ 2822] By: gsar on 1999/02/07 12:39:09
19394 Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
19395 disabled, fails tests)
19396 Branch: perl
19397 ! regcomp.h
19398____________________________________________________________________________
19399[ 2821] By: gsar on 1999/02/07 11:09:39
19400 Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
19401 <Alexander.Barilo@aexp.com>)
19402 Branch: perl
19403 ! lib/Pod/Html.pm
19404____________________________________________________________________________
19405[ 2820] By: gsar on 1999/02/07 10:20:35
19406 Log: add draft debugging API implementation
19407 Branch: perl
19408 + lib/DB.pm
19409 ! MANIFEST
19410____________________________________________________________________________
19411[ 2819] By: gsar on 1999/02/07 09:58:45
19412 Log: avoid garbage in db->dirbuf
19413 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
19414 Date: Sat, 05 Dec 1998 14:14:54 +0900
19415 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
19416 Subject: SDBM bug
19417 Branch: perl
19418 ! ext/SDBM_File/sdbm/sdbm.c
19419____________________________________________________________________________
19420[ 2818] By: gsar on 1999/02/07 09:32:24
19421 Log: missing entry
19422 Branch: perl
19423 ! MANIFEST
19424____________________________________________________________________________
19425[ 2817] By: gsar on 1999/02/07 09:30:47
19426 Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
19427 Branch: perl
19428 + t/comp/bproto.t
19429 ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
19430____________________________________________________________________________
19431[ 2816] By: gsar on 1999/02/06 00:14:29
19432 Log: minor bug in dumping blessed subrefs
19433 Branch: perl
19434 ! ext/Data/Dumper/Dumper.pm
19435____________________________________________________________________________
a43a7b9b
GS
19436[ 2812] By: jhi on 1999/02/03 22:02:24
19437 Log: Enhance change #2808.
19438
19439 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19440 To: perl5-porters@perl.org
19441 Subject: Re: [PATCH 5.00*]: perlbug checklist
19442 Date: Wed, 3 Feb 1999 19:02:27 +0000
19443 Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
19444 Branch: cfgperl
19445 ! utils/perlbug.PL
19446____________________________________________________________________________
19447[ 2811] By: jhi on 1999/02/03 21:53:23
19448 Log: From: Barrie Slaymaker <rbs@telerama.com>
19449 To: perl5-porters@perl.org
19450 CC: pod-people@perl.org
19451 Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
19452 Date: Wed, 03 Feb 1999 10:34:18 -0500
19453 Message-ID: <36B86C7A.E99EFFF1@telerama.com>
19454
19455 Add File::PathConvert.pm.
19456 Fix Pod::Html and installhtml to understand relative urls.
19457 Branch: cfgperl
19458 + lib/File/PathConvert.pm
19459 ! MANIFEST installhtml lib/Pod/Html.pm
19460____________________________________________________________________________
19461[ 2810] By: jhi on 1999/02/03 20:25:10
19462 Log: From: Francois Desarmenien <desar@club-internet.fr>
19463 To: Mailing list Perl5 <perl5-porters@perl.org>
19464 Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
19465 Date: Wed, 03 Feb 1999 13:13:24 +0000
19466 Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
19467
19468 (note: this patch completely overrides Tom Wolfe's patch,
19469 change #2604)
19470 Branch: cfgperl
19471 + ext/GDBM_File/hints/sco.pl
19472 ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
19473____________________________________________________________________________
19474[ 2809] By: jhi on 1999/02/03 19:54:16
19475 Log: h2ph fixes + Configure patch to support them.
19476
19477 From: "Kurt D. Starsinic" <kstar@chapin.edu>
19478 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
19479 Gurusamy Sarathy <gsar@engin.umich.edu>
19480 Cc: perl5-porters@perl.org
19481 Subject: [PATCH 5.00503_MT5] h2ph.PL
19482 Date: Tue, 2 Feb 1999 19:48:06 -0500
19483 Message-ID: <19990202194806.E10647@O2.chapin.edu>
19484 Branch: maint-5.005/perl
19485 ! Configure utils/h2ph.PL
19486____________________________________________________________________________
19487[ 2808] By: jhi on 1999/02/03 16:59:55
19488 Log: Enhance the perlbug checklist.
19489 Branch: cfgperl
19490 ! utils/perlbug.PL
19491____________________________________________________________________________
19492[ 2807] By: jhi on 1999/02/03 14:01:37
19493 Log: Document the standard strftime %formats.
19494
19495 From: Dominic Dunlop <domo@vo.lu>
19496 To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
19497 Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
19498 Date: Tue, 2 Feb 1999 15:55:29 +0100
19499 Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
19500 Branch: cfgperl
19501 ! ext/POSIX/POSIX.pod
19502____________________________________________________________________________
19503[ 2806] By: jhi on 1999/02/03 13:58:00
19504 Log: Integrate from mainperl.
19505 Branch: cfgperl
19506 !> perl.h
19507____________________________________________________________________________
19508[ 2805] By: gsar on 1999/02/03 03:32:31
19509 Log: PL_uuemap[] init needs help for sizeof()
19510 Branch: perl
19511 ! perl.h
19512____________________________________________________________________________
19513[ 2804] By: jhi on 1999/02/02 20:44:30
19514 Log: These should've been already in #2803.
19515 Branch: cfgperl
19516 ! Configure config_h.SH vms/subconfigure.com
19517____________________________________________________________________________
19518[ 2803] By: jhi on 1999/02/02 20:38:45
19519 Log: telldir prototype issue, from mists of time...
19520 Branch: cfgperl
19521 ! hints/netbsd.sh pp_sys.c
19522____________________________________________________________________________
a43a7b9b
GS
19523[ 2801] By: jhi on 1999/02/02 17:40:14
19524 Log: From: John Bley <jbb6@acpub.duke.edu>
19525 To: perlbug@perl.org
19526 Subject: [PATCH]5.005_54 (DOC) fix minor typos
19527 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
19528 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
19529 Branch: cfgperl
19530 ! pod/perlre.pod
19531____________________________________________________________________________
19532[ 2800] By: jhi on 1999/02/02 17:26:49
19533 Log: Update todo with POSIX 1003.1 1996 Edition reminder.
19534 Branch: cfgperl
19535 ! Todo-5.005
19536____________________________________________________________________________
19537[ 2799] By: jhi on 1999/02/02 17:18:51
19538 Log: Update FindBin from maint-5.005.
19539 Branch: cfgperl
19540 ! lib/FindBin.pm
19541____________________________________________________________________________
19542[ 2798] By: jhi on 1999/02/02 17:16:07
19543 Log: Fix typecasts in #2797
19544
19545 From: "G. Del Merritt" <del@intranetics.com>
19546 Date: Fri, 29 Jan 1999 11:47:25 -0700
19547 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
19548 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
19549 Branch: cfgperl
19550 ! ext/POSIX/POSIX.xs
19551____________________________________________________________________________
19552[ 2797] By: jhi on 1999/02/02 17:14:37
19553 Log: From: Ted Law <tedlaw@cibcwg.com>
19554 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
19555 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
19556 Subject: POSIX::strftime buffer overflow problem
19557 Branch: cfgperl
19558 ! ext/POSIX/POSIX.xs
19559____________________________________________________________________________
19560[ 2796] By: jhi on 1999/02/02 17:13:23
19561 Log: Do not use File::Slurp.
19562 Branch: cfgperl
19563 ! t/lib/textfill.t
19564____________________________________________________________________________
19565[ 2795] By: jhi on 1999/02/02 17:11:48
19566 Log: perlhist update from maint-5.005.
19567 Branch: cfgperl
19568 ! pod/perlhist.pod
19569____________________________________________________________________________
19570[ 2794] By: jhi on 1999/02/02 17:10:33
19571 Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
19572 Branch: cfgperl
19573 ! ext/POSIX/POSIX.pm
19574____________________________________________________________________________
19575[ 2793] By: jhi on 1999/02/02 17:08:39
19576 Log: Missed the html test from change #2787.
19577 Branch: cfgperl
19578 ! t/lib/cgi-html.t
19579____________________________________________________________________________
19580[ 2792] By: jhi on 1999/02/02 17:01:24
19581 Log: Update Getopt::Long to 2.19.
19582 Branch: cfgperl
19583 ! lib/Getopt/Long.pm
19584____________________________________________________________________________
19585[ 2791] By: jhi on 1999/02/02 16:59:13
19586 Log: overload syntax is no longer experimental
19587 Branch: cfgperl
19588 ! lib/overload.pm
19589____________________________________________________________________________
a43a7b9b
GS
19590[ 2789] By: jhi on 1999/02/02 16:47:50
19591 Log: Still doc fixes.
19592 Branch: cfgperl
19593 ! lib/diagnostics.pm
19594____________________________________________________________________________
19595[ 2788] By: jhi on 1999/02/02 16:47:07
19596 Log: Doc fixes.
19597 Branch: cfgperl
19598 ! lib/CGI.pm lib/diagnostics.pm
19599____________________________________________________________________________
19600[ 2787] By: jhi on 1999/02/02 16:38:55
19601 Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
19602 where applicable).
19603 Branch: cfgperl
19604 ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
19605 ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
19606 ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
19607 ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
19608 ! eg/cgi/frameset.cgi eg/cgi/index.html
19609 ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19610 ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19611 ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19612 ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
19613 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19614 ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
19615____________________________________________________________________________
19616[ 2786] By: jhi on 1999/02/02 16:17:52
19617 Log: Update CPAN to 1.47.
19618 Branch: cfgperl
19619 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
19620____________________________________________________________________________
19621[ 2785] By: jhi on 1999/02/02 16:09:03
19622 Log: From: Mark-Jason Dominus <mjd@plover.com>
19623 Date: Sat, 16 Jan 1999 17:22:06 -0500
19624 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
19625 Message-ID: <19990116222206.3674.qmail@plover.com>
19626 Branch: cfgperl
19627 ! pod/perlsub.pod
19628____________________________________________________________________________
19629[ 2784] By: jhi on 1999/02/02 16:01:31
19630 Log: Fix incorrect "used only once" warnings
19631
19632 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19633 Date: Fri, 8 Jan 1999 04:37:10 -0500
19634 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
19635 Subject: Re: change#965 flakiness
19636 Branch: cfgperl
19637 ! gv.c
19638____________________________________________________________________________
19639[ 2783] By: jhi on 1999/02/02 15:50:38
19640 Log: perldelta updates.
19641 Branch: cfgperl
19642 ! pod/perldelta.pod
19643____________________________________________________________________________
19644[ 2782] By: jhi on 1999/02/02 14:28:26
19645 Log: Mirror change #2781.
19646 Branch: cfgperl
19647 ! hints/linux.sh
19648____________________________________________________________________________
19649[ 2781] By: jhi on 1999/02/02 14:27:01
19650 Log: Update the MkLinux note.
19651 Branch: maint-5.005/perl
19652 ! hints/linux.sh
19653____________________________________________________________________________
19654[ 2780] By: jhi on 1999/02/02 14:10:59
19655 Log: Update todo.
19656 Branch: cfgperl
19657 ! Todo-5.005
19658____________________________________________________________________________
19659[ 2779] By: jhi on 1999/02/02 14:00:25
19660 Log: Integrate from mainperl.
19661 Branch: cfgperl
19662 ! t/lib/textfill.t t/lib/textwrap.t
19663 !> (integrate 32 files)
19664____________________________________________________________________________
19665[ 2778] By: jhi on 1999/02/02 13:56:23
19666 Log: VMS update, applicable parts of
19667
19668 From: Dan Sugalski <sugalskd@osshe.edu>
19669 To: perl5-porters@perl.org
19670 Subject: [PATCH 5.005_03MT3]VMS configure tweak
19671 Date: Wed, 20 Jan 1999 12:05:18 -0800
19672 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
19673
19674 From: Dan Sugalski <sugalskd@osshe.edu>
19675 To: perlbug@perl.com, vmsperl@perl.org
19676 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
19677 Date: Tue, 26 Jan 1999 14:40:38 -0800
19678 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
19679
19680 From: Dan Sugalski <sugalskd@osshe.edu>
19681 To: perl5-porters@perl.org, vmsperl@perl.org
19682 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
19683 Date: Tue, 26 Jan 1999 14:55:29 -0800
19684 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
19685 Branch: cfgperl
19686 ! vms/ext/Stdio/test.pl vms/subconfigure.com
19687____________________________________________________________________________
19688[ 2777] By: jhi on 1999/02/02 13:43:24
19689 Log: Synch usethreads parts from maint-5.005.
19690 Branch: cfgperl
19691 ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
19692 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
19693 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
19694 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
19695____________________________________________________________________________
19696[ 2776] By: jhi on 1999/02/02 13:17:16
19697 Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
19698 Branch: cfgperl
19699 ! Makefile.SH hints/freebsd.sh
19700____________________________________________________________________________
a43a7b9b
GS
19701[ 2774] By: jhi on 1999/02/02 13:10:39
19702 Log: Add perlthrtut, update pod/* machinery.
19703 (a pod/Makefile.SH is sorely needed)
19704 Branch: cfgperl
19705 + pod/perlthrtut.pod
19706 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
19707____________________________________________________________________________
19708[ 2773] By: jhi on 1999/02/02 12:54:24
19709 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19710 To: perl5-porters@perl.org
19711 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
19712 Date: Tue, 26 Jan 1999 22:25:07 +0000
19713 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
19714 Branch: cfgperl
19715 ! pod/perlguts.pod
19716____________________________________________________________________________
a43a7b9b
GS
19717[ 2771] By: jhi on 1999/02/02 12:47:34
19718 Log: Use perlbug instead of personal email address.
19719 Branch: cfgperl
19720 ! Configure
19721____________________________________________________________________________
19722[ 2770] By: jhi on 1999/02/02 12:42:06
19723 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
19724
19725 From: "G. Del Merritt" <del@intranetics.com>
19726 To: perlbug@perl.com
19727 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19728 Date: Tue, 26 Jan 1999 12:09:09 -0700
19729 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19730 Branch: cfgperl
19731 ! iperlsys.h
19732____________________________________________________________________________
19733[ 2769] By: jhi on 1999/02/02 12:37:57
19734 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19735 To: Mailing list Perl5 <perl5-porters@perl.org>
19736 Subject: [PATCH 5.005_*] OS/2 threads
19737 Date: Tue, 26 Jan 1999 13:39:46 -0500
19738 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
19739 Branch: cfgperl
19740 ! os2/os2ish.h
19741____________________________________________________________________________
19742[ 2768] By: jhi on 1999/02/02 12:36:16
19743 Log: Apply change #2711 from maint-5.005:
19744
19745 make ok", "make okfile", and "make nok" were broken
19746 with -Duseshrplib, because of a shared typo.
19747
19748 From: Spider Boardman <spider@web.zk3.dec.com>
19749 To: perlbug@perl.com
19750 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19751 Date: Wed, 27 Jan 1999 12:27:15 -0500
19752 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
19753 Branch: cfgperl
19754 ! Makefile.SH
19755____________________________________________________________________________
a43a7b9b
GS
19756[ 2766] By: jhi on 1999/02/02 12:27:08
19757 Log: Make Configure use "int main()" instead of bare "main()".
19758 Like maint-5.005 change #2703 but now via metaconfig.
19759 Branch: cfgperl
19760 ! Configure
19761____________________________________________________________________________
19762[ 2765] By: jhi on 1999/02/02 11:59:30
19763 Log: Undo part of change #2562.
19764 Branch: cfgperl
19765 ! Configure
19766____________________________________________________________________________
19767[ 2764] By: jhi on 1999/02/02 11:52:39
19768 Log: NetBSD synch with maint-5.005.
19769 Branch: cfgperl
19770 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
19771____________________________________________________________________________
19772[ 2763] By: jhi on 1999/02/02 11:44:07
19773 Log: $Config{installusrbinperl}
19774 (maint-5.005 changes #2614 and #2709)
19775 Branch: cfgperl
19776 ! Configure installperl
19777____________________________________________________________________________
19778[ 2762] By: jhi on 1999/02/02 11:29:13
19779 Log: Errno update from maint-5.005 (changes #2583, #2710).
19780 Branch: cfgperl
19781 ! Configure ext/Errno/Errno_pm.PL
19782____________________________________________________________________________
19783[ 2759] By: jhi on 1999/02/02 10:53:20
19784 Log: Update Trig.pm from maint-5.005.
19785 Branch: cfgperl
19786 ! lib/Math/Trig.pm
19787____________________________________________________________________________
a43a7b9b
GS
19788[ 2757] By: jhi on 1999/02/02 10:41:26
19789 Log: MPE/iX update (mirror maint-5.005 change #2715)
19790 Branch: cfgperl
19791 ! hints/mpeix.sh mpeix/relink
19792____________________________________________________________________________
19793[ 2756] By: jhi on 1999/02/02 10:38:08
19794 Log: BeOS update (Mirror maint-5.005 change #2727).
19795 Branch: cfgperl
19796 + ext/DynaLoader/dl_beos.xs
19797 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
19798 ! lib/ExtUtils/MM_Unix.pm
19799____________________________________________________________________________
a43a7b9b
GS
19800[ 2754] By: gsar on 1999/02/02 08:52:13
19801 Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
19802 Branch: perl
19803 ! Porting/pumpkin.pod Todo Todo-5.005
19804____________________________________________________________________________
19805[ 2753] By: gsar on 1999/02/02 08:46:21
19806 Log: Todo tweaks
19807 Branch: perl
19808 ! Todo Todo-5.005
19809____________________________________________________________________________
19810[ 2752] By: jhi on 1999/02/01 22:15:12
19811 Log: Add perlthrtut.pod.
19812
19813 From: Dan Sugalski <sugalskd@osshe.edu>
19814 To: perl5-porters@perl.org
19815 Subject: perlthrtut.pod
19816 Date: Mon, 01 Feb 1999 10:57:11 -0800
19817 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
19818 Branch: maint-5.005/perl
19819 + pod/perlthrtut.pod
19820 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
19821 ! pod/roffitall
19822____________________________________________________________________________
19823[ 2751] By: gsar on 1999/02/01 07:28:05
19824 Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
19825 Branch: perl
19826 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19827 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19828____________________________________________________________________________
19829[ 2750] By: gsar on 1999/02/01 07:09:20
19830 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19831 Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
19832 Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
19833 Subject: [PATCH 5.005_53] Debugging REx with lookbehind
19834 Branch: perl
19835 ! regexec.c
19836____________________________________________________________________________
19837[ 2749] By: gsar on 1999/02/01 07:07:59
19838 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19839 Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
19840 Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
19841 Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
19842 Branch: perl
19843 ! regexec.c
19844____________________________________________________________________________
19845[ 2748] By: gsar on 1999/02/01 06:47:06
19846 Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
19847 Date: Thu, 3 Dec 1998 15:10:17 -0500
19848 Message-Id: <199812032010.PAA09692@jik.shore.net>
19849 Subject: sample checksum code in "perlfunc" man page is wrong
19850 Branch: perl
19851 ! pod/perlfunc.pod
19852____________________________________________________________________________
19853[ 2747] By: gsar on 1999/02/01 06:35:13
19854 Log: typos in Pod/Text.pm
19855 From: "Greg Chapman" <glc@well.com>
19856 Date: Tue, 1 Dec 1998 10:50:18 -0800
19857 Message-Id: <199812011849.KAA08816@smtp.well.com>
19858 Subject: Glitch in Pod::Text
19859 Branch: perl
19860 ! lib/Pod/Text.pm
19861____________________________________________________________________________
19862[ 2746] By: gsar on 1999/02/01 06:27:35
19863 Log: various win32-ish changes merged from maint-5.005
19864 Branch: perl
19865 ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
19866 ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
19867 ! win32/Makefile win32/config.bc win32/config.vc
19868 ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
19869 ! win32/win32.c
19870____________________________________________________________________________
19871[ 2745] By: gsar on 1999/02/01 04:51:54
19872 Log: integrate cfgperl changes into mainline
19873 Branch: perl
19874 !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
19875____________________________________________________________________________
19876[ 2744] By: gsar on 1999/02/01 04:31:09
19877 Log: improved diagnostic on syntax errors at EOL
19878 Branch: perl
19879 ! toke.c
19880____________________________________________________________________________
19881[ 2743] By: gsar on 1999/02/01 03:59:13
19882 Log: don't attempt connect() to bogus IP addresses
19883 From: Graham Barr <gbarr@pobox.com>
19884 Date: Sun, 31 Jan 1999 21:50:45 CST
19885 Message-Id: <19990131215045.A633@pobox.com>
19886 Branch: perl
19887 ! t/lib/io_multihomed.t
19888____________________________________________________________________________
19889[ 2742] By: gsar on 1999/02/01 03:08:58
19890 Log: update Changes
19891 Branch: perl
19892 ! Changes pod/perldelta.pod
19893____________________________________________________________________________
5fdc711f
GS
19894[ 2740] By: gsar on 1999/02/01 02:43:07
19895 Log: CAPI inheritance tweak and doc
19896 Branch: maint-5.005/perl
19897 ! lib/ExtUtils/MakeMaker.pm
19898____________________________________________________________________________
19899[ 2739] By: jhi on 1999/01/31 18:31:54
19900 Log: Undo changes #2730 and #2731 and replace them
19901 with an extensively tested patch from
19902 Anton Berezin <tobez@plab.ku.dk> (via private email).
19903 Branch: maint-5.005/perl
19904 ! Makefile.SH hints/freebsd.sh
19905____________________________________________________________________________
19906[ 2738] By: gsar on 1999/01/31 05:04:32
19907 Log: fix bogus CAPI inheritance from change#2541
19908 Branch: maint-5.005/perl
19909 ! lib/ExtUtils/MakeMaker.pm
19910____________________________________________________________________________
5fdc711f
GS
19911[ 2731] By: jhi on 1999/01/29 14:33:12
19912 Log: FreeBSD version numbers can be like "2.2.8-release".
19913 Branch: maint-5.005/perl
19914 ! hints/freebsd.sh
19915____________________________________________________________________________
19916[ 2730] By: jhi on 1999/01/29 12:40:38
19917 Log: FreeBSD hints iteration (hopefully convergent).
19918 usethreads: require at least FreeBSD 2.2.8.
19919 signal type: mirror change #2429 in cfgperl.
19920 Branch: maint-5.005/perl
19921 ! hints/freebsd.sh
19922____________________________________________________________________________
5fdc711f
GS
19923[ 2727] By: gbarr on 1999/01/29 04:09:57
19924 Log: From: Tom Spindler <dogcow@isi.net>
19925 Date: Thu, 28 Jan 1999 17:15:11 -0800
19926 Message-ID: <19990128171510.A11778@isi.net>
19927 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
19928 Branch: maint-5.005/perl
19929 + ext/DynaLoader/dl_beos.xs
19930 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
19931 ! lib/ExtUtils/MM_Unix.pm
19932____________________________________________________________________________
19933[ 2726] By: gbarr on 1999/01/29 03:30:51
19934 Log: Remove use of File::Slurp in t/lib/textfill.t
19935 Branch: maint-5.005/perl
19936 ! t/lib/textfill.t
19937____________________________________________________________________________
19938[ 2725] By: gbarr on 1999/01/29 03:11:41
19939 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
19940 Date: Wed, 27 Jan 1999 23:14:33 -0800
19941 Message-Id: <199901280714.XAA10176@activestate.com>
19942 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
19943 Branch: maint-5.005/perl
19944 ! win32/Makefile win32/makefile.mk
19945____________________________________________________________________________
5fdc711f
GS
19946[ 2720] By: gsar on 1999/01/27 21:54:42
19947 Log: missing space while munging CCFLAGS for PERL_CAPI
19948 Branch: perl
19949 ! lib/ExtUtils/MM_Unix.pm
19950____________________________________________________________________________
5fdc711f
GS
19951[ 2718] By: jhi on 1999/01/27 19:46:04
19952 Log: io/fs.t fails test #18 (sense of tests appears to have been
19953 changed incompletely; this patch just skips the test attached,
19954 a la test #17 preceding it).
19955
19956 From: "G. Del Merritt" <del@intranetics.com>
19957 To: perlbug@perl.com
19958 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19959 Date: Tue, 26 Jan 1999 12:09:09 -0700
19960 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19961 Branch: maint-5.005/perl
19962 ! t/io/fs.t
19963____________________________________________________________________________
19964[ 2717] By: jhi on 1999/01/27 19:44:46
19965 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
19966
19967 From: "G. Del Merritt" <del@intranetics.com>
19968 To: perlbug@perl.com
19969 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19970 Date: Tue, 26 Jan 1999 12:09:09 -0700
19971 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19972 Branch: maint-5.005/perl
19973 ! iperlsys.h
19974____________________________________________________________________________
5fdc711f
GS
19975[ 2715] By: jhi on 1999/01/27 19:34:28
19976 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19977 To: perl5-porters@perl.org
19978 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
19979 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
19980 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
19981 Branch: maint-5.005/perl
19982 ! hints/mpeix.sh mpeix/relink
19983____________________________________________________________________________
5fdc711f
GS
19984[ 2710] By: jhi on 1999/01/27 19:22:23
19985 Log: Errno fixes:
19986
19987 From: Spider Boardman <spider@web.zk3.dec.com>
19988 To: perlbug@perl.com
19989 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19990 Date: Wed, 27 Jan 1999 12:27:15 -0500
19991 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
19992
19993 From: Spider Boardman <spider@web.zk3.dec.com>
19994 To: perlbug@perl.com
19995 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19996 Date: Wed, 27 Jan 1999 13:31:16 -0500
19997 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
19998 Branch: maint-5.005/perl
19999 ! Configure ext/Errno/Errno_pm.PL
20000____________________________________________________________________________
20001[ 2709] By: jhi on 1999/01/27 19:17:35
20002 Log: Fix Configure installusrbinperl:
20003
20004 From: Spider Boardman <spider@web.zk3.dec.com>
20005 To: jhi@iki.fi
20006 cc: perl5-porters@perl.org
20007 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
20008 Date: Wed, 27 Jan 1999 13:03:35 -0500
20009 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
20010 Branch: maint-5.005/perl
20011 ! Configure
20012____________________________________________________________________________
5fdc711f
GS
20013[ 2707] By: gbarr on 1999/01/26 02:06:17
20014 Log: Add redef IO::Handle::* for setv?buf()
20015 Branch: maint-5.005/perl
20016 ! ext/POSIX/POSIX.pm
20017____________________________________________________________________________
5fdc711f
GS
20018[ 2705] By: jhi on 1999/01/24 15:14:30
20019 Log: Mention year-1900 and month 0..11.
20020 Branch: cfgperl
20021 ! lib/Time/Local.pm
20022____________________________________________________________________________
20023[ 2704] By: jhi on 1999/01/24 15:13:36
20024 Log: Document Configure -Uinstallusrbinperl.
20025 Branch: cfgperl
20026 ! INSTALL pod/perldelta.pod
20027____________________________________________________________________________
99ed61e6
GS
20028[ 2698] By: jhi on 1999/01/24 12:46:00
20029 Log: Use only xlc_r for usethreads.
20030 Branch: cfgperl
20031 ! hints/aix.sh
5fdc711f
GS
20032____________________________________________________________________________
20033[ 2695] By: gsar on 1999/01/24 07:09:05
20034 Log: integrate cfgperl changes into mainline
20035 Branch: perl
20036 +> lib/Exporter/Heavy.pm
20037 !> (integrate 65 files)
20038____________________________________________________________________________
20039[ 2694] By: gsar on 1999/01/24 01:28:49
20040 Log: better notes on 'make' on win32
20041 Branch: perl
20042 ! README.win32
20043____________________________________________________________________________
5fdc711f
GS
20044[ 2683] By: jhi on 1999/01/22 15:41:00
20045 Log: More de-cut-and-pastos.
20046 Branch: cfgperl
20047 ! hints/irix_6.sh hints/os2.sh
20048____________________________________________________________________________
20049[ 2682] By: jhi on 1999/01/22 15:30:51
20050 Log: usethreads.cbu cut-and-pasto.
20051 Branch: cfgperl
20052 ! hints/solaris_2.sh
20053____________________________________________________________________________
20054[ 2681] By: jhi on 1999/01/22 14:54:55
20055 Log: Better (I hope) LANGUAGE documentation.
20056 Branch: cfgperl
20057 ! pod/perllocale.pod
20058____________________________________________________________________________
20059[ 2680] By: jhi on 1999/01/22 09:20:29
20060 Log: From: Dan Sugalski <sugalskd@osshe.edu>
20061 To: perl5-porters@perl.org
20062 Subject: [PATCH 5.005_03MT3]VMS configure tweak
20063 Date: Wed, 20 Jan 1999 12:05:18 -0800
20064 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
20065 Branch: cfgperl
20066 ! vms/subconfigure.com
20067____________________________________________________________________________
20068[ 2679] By: jhi on 1999/01/22 09:13:18
20069 Log: nosuid getmntent() branch.
20070 Branch: cfgperl
20071 ! perl.c perl.h
20072____________________________________________________________________________
20073[ 2678] By: jhi on 1999/01/22 08:54:19
20074 Log: nosuid patch continued: *BSD needs <sys/param.h>.
20075 Branch: cfgperl
20076 ! Configure config_h.SH
20077____________________________________________________________________________
5fdc711f
GS
20078[ 2676] By: gbarr on 1999/01/22 01:54:02
20079 Log: Fixup FindBin to use File::Spec
20080
20081 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
20082 Date: Wed, 20 Jan 1999 18:51:57 +0000
20083 From: Paul Johnson <pjcj@transeda.com>
20084 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
20085 Branch: maint-5.005/perl
20086 ! lib/FindBin.pm
20087____________________________________________________________________________
5fdc711f
GS
20088[ 2671] By: gbarr on 1999/01/22 00:40:13
20089 Log: Fix win32 for Borland compiler and spaces in paths
20090
20091 From: Gurusamy Sarathy <gsar@activestate.com>
20092 Date: Mon, 18 Jan 1999 20:33:17 -0800
20093 Message-Id: <199901190433.UAA03656@activestate.com>
20094 Subject: [PATCH] 5.005_03-trial3 win32 issues
20095 Branch: maint-5.005/perl
20096 ! README.win32 win32/Makefile win32/config_sh.PL
20097 ! win32/makefile.mk win32/runperl.c
20098____________________________________________________________________________
20099[ 2670] By: jhi on 1999/01/21 16:12:38
20100 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20101 To: perl5-porters@perl.org
20102 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
20103 Date: Thu, 21 Jan 1999 12:08:01 +0000
20104 Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
20105 Branch: cfgperl
20106 ! pod/perldiag.pod t/op/subst.t toke.c
20107____________________________________________________________________________
20108[ 2669] By: jhi on 1999/01/21 16:11:46
20109 Log: To: perl5-porters@perl.org
20110 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
20111 From: Anton Berezin <tobez@plab.ku.dk>
20112 Date: 21 Jan 1999 17:07:28 +0100
20113 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
20114 Branch: cfgperl
20115 ! hints/freebsd.sh
20116____________________________________________________________________________
20117[ 2668] By: jhi on 1999/01/21 15:38:34
20118 Log: Add Daniel Grisinger <dgris@dimensional.com>.
20119 Branch: cfgperl
20120 ! AUTHORS MAINTAIN
20121____________________________________________________________________________
20122[ 2667] By: jhi on 1999/01/21 15:32:28
20123 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20124 To: Mailing list Perl5 <perl5-porters@perl.org>
20125 Subject: [PATCH 5.005_53] Lean Exporter.pm
20126 Date: Thu, 21 Jan 1999 03:25:23 -0500
20127 Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
20128 Branch: cfgperl
20129 + lib/Exporter/Heavy.pm
20130 ! MANIFEST lib/Exporter.pm
20131____________________________________________________________________________
20132[ 2666] By: jhi on 1999/01/21 15:24:10
20133 Log: From: "W. Phillip Moore" <wpm@ms.com>
20134 To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
20135 Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
20136 Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
20137 Message-ID: <13988.46383.298992.97303@zappa>
20138 Branch: cfgperl
20139 ! lib/File/Path.pm
20140____________________________________________________________________________
20141[ 2665] By: jhi on 1999/01/21 15:20:48
20142 Log: CPAN update (CPAN-1.44_54) from Andreas and
20143 jumbo doc patch from Abigail.
20144
20145 From: abigail@fnx.com
20146 To: perl5-porters@perl.org (Perl Porters)
20147 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
20148 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
20149 Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
20150
20151 From: abigail@fnx.com
20152 To: perl5-porters@perl.org (Perl Porters)
20153 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
20154 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
20155 Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
20156
20157 From: abigail@fnx.com
20158 To: perl5-porters@perl.org (Perl Porters)
20159 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
20160 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
20161 Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
20162
20163 From: abigail@fnx.com
20164 To: perl5-porters@perl.org (Perl Porters)
20165 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
20166 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
20167 Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
20168
20169 From: abigail@fnx.com
20170 To: perl5-porters@perl.org (Perl Porters)
20171 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
20172 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
20173 Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
20174
20175 From: abigail@fnx.com
20176 To: perl5-porters@perl.org (Perl Porters)
20177 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
20178 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
20179 Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
20180
20181 From: abigail@fnx.com
20182 To: perl5-porters@perl.org (Perl Porters)
20183 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
20184 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
20185 Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
20186
20187 From: abigail@fnx.com
20188 To: perl5-porters@perl.org (Perl Porters)
20189 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
20190 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
20191 Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
20192
20193 From: abigail@fnx.com
20194 To: perl5-porters@perl.org (Perl Porters)
20195 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
20196 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
20197 Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
20198
20199 From: abigail@fnx.com
20200 To: perl5-porters@perl.org (Perl Porters)
20201 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
20202 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
20203 Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
20204
20205 From: abigail@fnx.com
20206 To: perl5-porters@perl.org (Perl Porters)
20207 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
20208 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
20209 Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
20210
20211 From: abigail@fnx.com
20212 To: perl5-porters@perl.org (Perl Porters)
20213 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
20214 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
20215 Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
20216
20217 From: abigail@fnx.com
20218 To: perl5-porters@perl.org (Perl Porters)
20219 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
20220 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
20221 Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
20222 Branch: cfgperl
20223 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
20224 ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
20225 ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
20226 ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
20227____________________________________________________________________________
20228[ 2664] By: jhi on 1999/01/21 14:47:43
20229 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20230 To: Mailing list Perl5 <perl5-porters@perl.org>
20231 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
20232 Date: Thu, 21 Jan 1999 03:58:29 -0500
20233 Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
20234 Branch: cfgperl
20235 ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
20236____________________________________________________________________________
20237[ 2663] By: jhi on 1999/01/21 14:43:58
20238 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20239 To: Mailing list Perl5 <perl5-porters@perl.org>
20240 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
20241 Date: Thu, 21 Jan 1999 02:46:34 -0500
20242 Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
20243 Branch: cfgperl
20244 ! ext/Errno/Errno_pm.PL
20245____________________________________________________________________________
20246[ 2662] By: jhi on 1999/01/21 14:42:42
20247 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
20248 To: Francois Desarmenien <desar@club-internet.fr>
20249 Cc: Gurusamy Sarathy <gsar@activestate.com>,
20250 Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
20251 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
20252 Date: 21 Jan 1999 00:17:35 -0700
20253 Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
20254 Branch: cfgperl
20255 ! Porting/patching.pod
20256____________________________________________________________________________
20257[ 2661] By: jhi on 1999/01/21 14:41:13
20258 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20259 To: Mailing list Perl5 <perl5-porters@perl.org>
20260 Subject: [PATCH 5.00*] makedepend
20261 Date: Thu, 21 Jan 1999 02:08:27 -0500
20262 Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
20263 Branch: cfgperl
20264 ! makedepend.SH
20265____________________________________________________________________________
20266[ 2660] By: jhi on 1999/01/21 14:36:45
20267 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20268 To: Mailing list Perl5 <perl5-porters@perl.org>
20269 Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
20270 Date: Tue, 19 Jan 1999 20:06:45 -0500
20271 Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
20272 Branch: cfgperl
20273 ! os2/Changes os2/os2.c
20274____________________________________________________________________________
20275[ 2657] By: jhi on 1999/01/21 11:40:35
20276 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20277 To: perl5-porters@perl.org
20278 Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
20279 Date: Mon, 18 Jan 1999 01:32:31 PST
20280 Message-ID: <19990118093231.18443.qmail@hotmail.com>
20281 Branch: cfgperl
20282 ! ext/B/B/CC.pm
20283____________________________________________________________________________
20284[ 2656] By: jhi on 1999/01/21 11:35:34
20285 Log: From: Achim Bohnet <ach@mpe.mpg.de>
20286 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
20287 Date: Wed, 20 Jan 1999 20:25:53 +0100
20288 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
20289 Branch: cfgperl
20290 ! pp.c
20291____________________________________________________________________________
20292[ 2655] By: jhi on 1999/01/21 10:46:01
20293 Log: Handle NIS (and NetInfo) more robustly.
20294 Branch: cfgperl
20295 ! t/op/grent.t t/op/pwent.t
20296____________________________________________________________________________
20297[ 2654] By: jhi on 1999/01/21 10:17:20
20298 Log: Two-argument eaccess() of SCO.
20299 Branch: cfgperl
20300 ! pp_sys.c
20301____________________________________________________________________________
20302[ 2653] By: jhi on 1999/01/21 08:53:14
20303 Log: -DNO_NOSUID_CHECK for those platforms which have no way
20304 of checking for nosuid but still want suidperl.
20305 Branch: cfgperl
20306 ! perl.c
20307____________________________________________________________________________
20308[ 2652] By: jhi on 1999/01/21 08:22:50
20309 Log: The LANGUAGE mirrors LC_ALL usage.
20310 Branch: cfgperl
20311 ! Configure config_h.SH
20312____________________________________________________________________________
20313[ 2651] By: jhi on 1999/01/20 22:01:21
20314 Log: I_MNTENT was missing.
20315 Branch: cfgperl
20316 ! Configure config_h.SH
20317____________________________________________________________________________
20318[ 2650] By: jhi on 1999/01/19 13:42:03
20319 Log: NetBSD update, based on patches from the NetBSD packages system.
20320 Branch: cfgperl
20321 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
20322____________________________________________________________________________
20323[ 2649] By: jhi on 1999/01/19 12:44:02
20324 Log: Jumbo Configure update.
20325 * -Uinstallusrbinperl: disable /usr/bin/perl installation
20326 by installperl
20327 * usethreads.cbu
20328 * use64bits.cbu
20329 * "nosuid"
20330 Branch: cfgperl
20331 ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
20332 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
20333 ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
20334 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
20335 ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
20336 ! pod/perldiag.pod
20337____________________________________________________________________________
20338[ 2648] By: jhi on 1999/01/19 09:16:44
20339 Log: Mention /usr/share/locale.
20340 Branch: cfgperl
20341 ! pod/perllocale.pod
20342____________________________________________________________________________
20343[ 2647] By: jhi on 1999/01/19 09:11:11
20344 Log: SHMLBA strikes back in NetBSD/sparc.
20345
20346 From: Dave Nelson <David.Nelson@bellcow.com>
20347 To: jhi@iki.fi
20348 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
20349 Date: Mon, 18 Jan 1999 22:07:56 -0600
20350 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
20351 Branch: cfgperl
20352 ! ext/IPC/SysV/SysV.xs
20353____________________________________________________________________________
20354[ 2646] By: jhi on 1999/01/19 08:58:17
20355 Log: Show LANGUAGE env var when needed. (Augment change #2645).
20356 Branch: cfgperl
20357 ! util.c utils/perlbug.PL
20358____________________________________________________________________________
20359[ 2645] By: jhi on 1999/01/19 08:52:15
20360 Log: Document the GNU LANGUAGE env var.
20361 Branch: cfgperl
20362 ! pod/perllocale.pod
20363____________________________________________________________________________
20364[ 2644] By: jhi on 1999/01/19 08:42:25
20365 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20366 To: Mailing list Perl5 <perl5-porters@perl.org>
20367 Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
20368 Date: Mon, 18 Jan 1999 20:57:02 -0500
20369 Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
20370 Branch: cfgperl
20371 ! pp_hot.c t/op/pat.t
20372____________________________________________________________________________
20373[ 2643] By: jhi on 1999/01/18 11:23:41
20374 Log: Add various cruft to "clean" target. (Time for t/Makefile?)
20375 Branch: cfgperl
20376 ! Makefile.SH
20377____________________________________________________________________________
20378[ 2642] By: jhi on 1999/01/18 11:03:38
20379 Log: GNU libc locale system has LANGUAGE env var that partly
20380 overrides even LC_ALL.
20381 Branch: cfgperl
20382 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
20383____________________________________________________________________________
20384[ 2641] By: jhi on 1999/01/18 10:55:04
20385 Log: Integrate from mainperl.
20386 Branch: cfgperl
20387 +> ext/B/defsubs.h.PL
20388 ! t/op/groups.t
20389 !> (integrate 38 files)
20390____________________________________________________________________________
20391[ 2640] By: gsar on 1999/01/18 10:06:29
20392 Log: a few random cleanups
20393 Branch: perl
20394 ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
20395____________________________________________________________________________
20396[ 2639] By: gsar on 1999/01/18 05:56:21
20397 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20398 Date: Sun, 17 Jan 1999 16:41:10 PST
20399 Message-Id: <19990118004111.29667.qmail@hotmail.com>
20400 Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
20401 Branch: perl
20402 ! ext/B/B/C.pm
20403____________________________________________________________________________
20404[ 2638] By: gsar on 1999/01/18 05:41:21
20405 Log: From: jan.dubois@ibm.net (Jan Dubois)
20406 Date: Mon, 18 Jan 1999 00:37:41 +0100
20407 Message-Id: <36a271cd.2105507@smtp1.ibm.net>
20408 Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
20409 Branch: perl
20410 ! dump.c
20411____________________________________________________________________________
5fdc711f
GS
20412[ 2633] By: gsar on 1999/01/17 13:39:59
20413 Log: bogus assert()
20414 Branch: perl
20415 ! pp.c t/op/groups.t
20416____________________________________________________________________________
20417[ 2632] By: gsar on 1999/01/17 13:22:04
20418 Log: various tweaks for clean build and test on win32
20419 Branch: perl
20420 ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
20421 ! op.c t/pragma/warn/doio
20422____________________________________________________________________________
20423[ 2631] By: gsar on 1999/01/17 12:28:06
20424 Log: undo change#2336, and add clarification about subversive
20425 CPAN distributions from Andreas Koenig
20426 Branch: perl
20427 ! Porting/pumpkin.pod lib/CPAN.pm
20428____________________________________________________________________________
20429[ 2630] By: gsar on 1999/01/17 12:04:06
20430 Log: fix silent taint failures under -U
20431 Branch: perl
20432 ! doio.c
20433____________________________________________________________________________
20434[ 2629] By: gsar on 1999/01/17 12:00:23
20435 Log: sanity check piped opens (tweaked version of patch suggested
20436 by Mark-Jason Dominus)
20437 Branch: perl
20438 ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
20439 ! t/op/taint.t t/pragma/warn/doio
20440____________________________________________________________________________
20441[ 2628] By: gsar on 1999/01/17 11:26:21
20442 Log: regen headers
20443 Branch: perl
20444 ! embed.h embedvar.h objXSUB.h
20445____________________________________________________________________________
20446[ 2627] By: gsar on 1999/01/17 11:23:37
20447 Log: PERL_OBJECTness for change#2595
20448 Branch: perl
20449 ! embed.pl op.c pod/perlport.pod proto.h
20450____________________________________________________________________________
20451[ 2626] By: gsar on 1999/01/17 09:47:07
20452 Log: PERL_OBJECT tweaks for change#2426
20453 Branch: perl
20454 ! embed.pl proto.h regcomp.c
20455____________________________________________________________________________
20456[ 2625] By: gsar on 1999/01/17 09:37:58
20457 Log: documentation in change#2596 is not quite right; fix it
20458 Branch: perl
20459 ! lib/Math/BigFloat.pm pod/perlguts.pod
20460____________________________________________________________________________
20461[ 2624] By: gsar on 1999/01/17 09:28:34
20462 Log: undo change#2571; C<use File::Spec> instead
20463 Branch: perl
20464 ! lib/FindBin.pm
20465____________________________________________________________________________
20466[ 2623] By: gsar on 1999/01/17 09:20:42
20467 Log: change#2572 is not applicable; undo, retaining scan_bin addition
20468 to global.sym
20469 Branch: perl
20470 ! global.sym perl.c proto.h
20471____________________________________________________________________________
20472[ 2622] By: gsar on 1999/01/17 09:17:42
20473 Log: change#2576 is based on a wrong premise; undo it
20474 Branch: perl
20475 ! pp_ctl.c
20476____________________________________________________________________________
20477[ 2621] By: gsar on 1999/01/17 09:12:42
20478 Log: fix change#2602 to not used hard coded constants
20479 Branch: perl
20480 ! ext/B/B/C.pm ext/B/defsubs.h.PL
20481____________________________________________________________________________
20482[ 2620] By: gsar on 1999/01/17 09:02:07
20483 Log: integrate cfgperl changes into mainline, fix conflicts
20484 Branch: perl
20485 +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
20486 +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
20487 +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
20488 +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
20489 +> pod/perlopentut.pod
20490 !> (integrate 162 files)
20491____________________________________________________________________________
20492[ 2619] By: gsar on 1999/01/17 08:42:04
20493 Log: a few doc typos
20494 Branch: perl
20495 ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
20496____________________________________________________________________________
5fdc711f
GS
20497[ 2616] By: gbarr on 1999/01/16 18:59:55
20498 Log: Win32 changes from Jan
20499
20500 From: jan.dubois@ibm.net (Jan Dubois)
20501 Date: Fri, 15 Jan 1999 23:38:35 +0100
20502 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
20503 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
20504
20505 From: jan.dubois@ibm.net (Jan Dubois)
20506 Date: Sat, 16 Jan 1999 13:02:45 +0100
20507 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
20508 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
20509 Branch: maint-5.005/perl
20510 ! README.win32 win32/Makefile win32/makefile.mk
20511____________________________________________________________________________
20512[ 2615] By: gbarr on 1999/01/16 18:48:48
20513 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
20514
20515 From: Gurusamy Sarathy <gsar@engin.umich.edu>
20516 Date: Thu, 07 Jan 1999 00:12:00 -0500
20517 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
20518 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20519
20520 From: Gurusamy Sarathy <gsar@engin.umich.edu>
20521 Date: Thu, 14 Jan 1999 19:21:46 -0500
20522 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
20523 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20524 Branch: maint-5.005/perl
20525 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
20526 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
20527 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
20528 ! win32/makedef.pl win32/runperl.c win32/win32.c
20529____________________________________________________________________________
20530[ 2614] By: gbarr on 1999/01/16 16:48:38
20531 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20532 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
20533 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
20534 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
20535
20536 From: Jarkko Hietaniemi <jhi@iki.fi>
20537 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
20538 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
20539 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
20540
20541 From: Jarkko Hietaniemi <jhi@iki.fi>
20542 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
20543 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
20544 Subject: the promised "installusrbinperl + NetBSD" fix
20545 Branch: maint-5.005/perl
20546 ! Configure Makefile.SH hints/netbsd.sh installperl
20547 ! makedepend.SH unixish.h
20548____________________________________________________________________________
5fdc711f
GS
20549[ 2611] By: jhi on 1999/01/14 12:16:14
20550 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
20551 To: pumpkings@jhereg.perl.com
20552 Subject: perlopentut.pod
20553 Date: Sat, 09 Jan 1999 08:13:18 -0700
20554 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
20555 Branch: cfgperl
20556 + pod/perlopentut.pod
20557 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
20558____________________________________________________________________________
5fdc711f
GS
20559[ 2607] By: gbarr on 1999/01/14 02:53:40
20560 Log: Added Carp::cluck to perldelta.pod
20561 Branch: maint-5.005/perl
20562 ! pod/perldelta.pod
20563____________________________________________________________________________
5fdc711f
GS
20564[ 2605] By: jhi on 1999/01/13 18:26:19
20565 Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
20566 To: "'cpan@perl.org'" <cpan@perl.org>
20567 Subject: "Bug" fix for File::Find.pm
20568 Date: Thu, 31 Dec 1998 13:01:50 -0500
20569 Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
20570 Branch: cfgperl
20571 ! lib/File/Find.pm
20572____________________________________________________________________________
20573[ 2604] By: jhi on 1999/01/13 18:08:45
20574 Log: From: Peter Wolfe <wolfe@teloseng.com>
20575 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
20576 To: perlbug@perl.com
20577 Date: 11 Jan 1999 23:00:05 +0200
20578 Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
20579 Branch: cfgperl
20580 ! hints/sco.sh
20581____________________________________________________________________________
20582[ 2603] By: jhi on 1999/01/13 18:06:56
20583 Log: From: hans@icgroup.nl (Hans Mulder)
20584 Subject: [Patch for 5.005_54] re::debugcolors dumps core
20585 To: perlbug@perl.com
20586 Cc: hansmu@xs4all.nl
20587 Date: 11 Jan 1999 22:22:45 +0200
20588 Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
20589 Branch: cfgperl
20590 ! ext/re/re.pm regcomp.c
20591____________________________________________________________________________
20592[ 2602] By: jhi on 1999/01/13 18:05:43
20593 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20594 Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
20595 Date: 11 Jan 1999 08:02:41 +0200
20596 Lines: 134
20597 Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
20598 Branch: cfgperl
20599 ! ext/B/B.xs ext/B/B/C.pm
20600____________________________________________________________________________
20601[ 2601] By: jhi on 1999/01/13 18:01:53
20602 Log: From: James FitzGibbon <james@ican.net>
20603 Subject: Trivial patch for HP-UX 11 and shared libperl
20604 To: perl5-porters@perl.org
20605 Date: 8 Jan 1999 19:13:23 +0200
20606 Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
20607 Branch: cfgperl
20608 ! Makefile.SH
20609____________________________________________________________________________
20610[ 2600] By: jhi on 1999/01/13 17:59:45
20611 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20612 Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
20613 To: perl5-porters@perl.org
20614 Date: 8 Jan 1999 12:43:36 +0200
20615 Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
20616 Branch: cfgperl
20617 ! ext/B/B/CC.pm
20618____________________________________________________________________________
20619[ 2599] By: jhi on 1999/01/13 17:50:11
20620 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
20621 Subject: PATCH to installperl
20622 To: perl5-porters@perl.org
20623 Date: 4 Jan 1999 16:15:18 +0200
20624 Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
20625 Branch: cfgperl
20626 ! installperl
20627____________________________________________________________________________
20628[ 2598] By: jhi on 1999/01/13 17:34:51
20629 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
20630 To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
20631 Cc: perl5-porters@perl.org
20632 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
20633 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
20634 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
20635 Branch: cfgperl
20636 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20637 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
20638____________________________________________________________________________
20639[ 2597] By: jhi on 1999/01/13 17:30:33
20640 Log: From: David Dyck <dcd@tc.fluke.com>
20641 To: Perl Porters <perl5-porters@perl.org>,
20642 Gurusamy Sarathy <gsar@engin.umich.edu>
20643 Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
20644 Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
20645 Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
20646 Branch: cfgperl
20647 ! pod/perldsc.pod
20648____________________________________________________________________________
20649[ 2596] By: jhi on 1999/01/13 17:26:44
20650 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
20651 To: perl5-porters@perl.org
20652 Subject: [PATCH] modglobal w/ spelling fixes
20653 Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
20654 Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
20655 Branch: cfgperl
20656 ! pod/perlguts.pod
20657____________________________________________________________________________
20658[ 2595] By: jhi on 1999/01/13 17:24:59
20659 Log: From: Hans Mulder <hansm@icgroup.nl>
20660 Optimize common sort routines. Thread started by the message
20661
20662 From: Hans Mulder <hansm@icgroup.nl>
20663 Sender: owner-perl5-porters@perl.org
20664 To: perl5-porters@perl.org
20665 Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
20666 Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
20667
20668 and the patch from the message
20669
20670 From: Hans Mulder <hans@icgroup.nl>
20671 To: jhi@iki.fi
20672 Cc: perl5-porters@perl.org
20673 Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
20674 $b }
20675 Date: Wed, 13 Jan 1999 17:39:35 +0100
20676 Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
20677 Branch: cfgperl
20678 ! Todo op.c op.h pp_ctl.c t/op/sort.t
20679____________________________________________________________________________
20680[ 2594] By: jhi on 1999/01/13 16:50:17
20681 Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
20682 (the diffs were based on 5.004_02). Tested by Guido
20683 and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
20684 Branch: cfgperl
20685 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
20686 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
20687 + mint/sys/time.h mint/time.h
20688 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
20689 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
20690____________________________________________________________________________
20691[ 2593] By: jhi on 1999/01/09 16:54:26
20692 Log: Detypo.
20693 Branch: cfgperl
20694 ! hints/dec_osf.sh
20695____________________________________________________________________________
20696[ 2592] By: jhi on 1999/01/09 16:17:13
20697 Log: Move usethreads and use64bits logic from hints to Configure.
20698 Branch: cfgperl
20699 ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
20700 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
20701 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
20702 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
20703____________________________________________________________________________
20704[ 2591] By: jhi on 1999/01/09 14:45:24
20705 Log: Missing dTHRs added.
20706 Branch: cfgperl
20707 ! regcomp.c toke.c
20708____________________________________________________________________________
20709[ 2590] By: jhi on 1999/01/08 15:27:17
20710 Log: Finalize change #2589 and add better AIX nm scanning from:
20711
20712 Message-Id: <m0zyNW0-00017VC@gentoo.com>
20713 From: bll@gentoo.com (Brad Lanam)
20714 Subject: Re: mailhelp returned a non-zero status
20715 In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
20716 To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
20717 Branch: cfgperl
20718 ! Configure hints/freebsd.sh hints/linux.sh
20719____________________________________________________________________________
20720[ 2589] By: jhi on 1999/01/08 15:14:54
20721 Log: Undo change #2581.
20722 Branch: cfgperl
20723 ! Configure hints/freebsd.sh hints/linux.sh
20724____________________________________________________________________________
20725[ 2588] By: jhi on 1999/01/08 11:51:52
20726 Log: FAQ jumbo patch from tchrist.
20727
20728 Message-Id: <199901080605.XAA20229@jhereg.perl.com>
20729 From: Tom Christiansen <tchrist@jhereg.perl.com>
20730 To: pumpkings@jhereg.perl.com
20731 Subject: newest version of perlfaq.pod
20732 Date: Thu, 7 Jan 1999 23:05:02 -0700
20733
20734 Message-Id: <199901080605.XAA20231@jhereg.perl.com>
20735 From: Tom Christiansen <tchrist@jhereg.perl.com>
20736 To: pumpkings@jhereg.perl.com
20737 Subject: newest version of perlfaq1.pod
20738 Date: Thu, 7 Jan 1999 23:05:02 -0700
20739
20740 Message-Id: <199901080605.XAA20233@jhereg.perl.com>
20741 From: Tom Christiansen <tchrist@jhereg.perl.com>
20742 To: pumpkings@jhereg.perl.com
20743 Subject: newest version of perlfaq2.pod
20744 Date: Thu, 7 Jan 1999 23:05:02 -0700
20745
20746 Message-Id: <199901080605.XAA20235@jhereg.perl.com>
20747 From: Tom Christiansen <tchrist@jhereg.perl.com>
20748 To: pumpkings@jhereg.perl.com
20749 Subject: newest version of perlfaq3.pod
20750 Date: Thu, 7 Jan 1999 23:05:02 -0700
20751
20752 Message-Id: <199901080605.XAA20237@jhereg.perl.com>
20753 From: Tom Christiansen <tchrist@jhereg.perl.com>
20754 To: pumpkings@jhereg.perl.com
20755 Subject: newest version of perlfaq4.pod
20756 Date: Thu, 7 Jan 1999 23:05:02 -0700
20757
20758 Message-Id: <199901080605.XAA20239@jhereg.perl.com>
20759 From: Tom Christiansen <tchrist@jhereg.perl.com>
20760 To: pumpkings@jhereg.perl.com
20761 Subject: newest version of perlfaq5.pod
20762 Date: Thu, 7 Jan 1999 23:05:02 -0700
20763
20764 Message-Id: <199901080605.XAA20241@jhereg.perl.com>
20765 From: Tom Christiansen <tchrist@jhereg.perl.com>
20766 To: pumpkings@jhereg.perl.com
20767 Subject: newest version of perlfaq6.pod
20768 Date: Thu, 7 Jan 1999 23:05:02 -0700
20769
20770 Message-Id: <199901080605.XAA20243@jhereg.perl.com>
20771 From: Tom Christiansen <tchrist@jhereg.perl.com>
20772 To: pumpkings@jhereg.perl.com
20773 Subject: newest version of perlfaq7.pod
20774 Date: Thu, 7 Jan 1999 23:05:03 -0700
20775
20776 Message-Id: <199901080605.XAA20245@jhereg.perl.com>
20777 From: Tom Christiansen <tchrist@jhereg.perl.com>
20778 To: pumpkings@jhereg.perl.com
20779 Subject: newest version of perlfaq8.pod
20780 Date: Thu, 7 Jan 1999 23:05:03 -0700
20781
20782 Message-Id: <199901080605.XAA20257@jhereg.perl.com>
20783 From: Tom Christiansen <tchrist@jhereg.perl.com>
20784 To: pumpkings@jhereg.perl.com
20785 Subject: newest version of perlfaq9.pod
20786 Date: Thu, 7 Jan 1999 23:05:03 -0700
20787 Branch: cfgperl
20788 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20789 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20790 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20791 ! pod/perlfaq9.pod
20792____________________________________________________________________________
20793[ 2587] By: jhi on 1999/01/08 11:17:43
20794 Log: More doc fixes from Abigail.
20795 Branch: cfgperl
20796 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
20797 ! lib/User/pwent.pm
20798____________________________________________________________________________
20799[ 2585] By: jhi on 1999/01/08 08:31:02
20800 Log: Change #2584 from maint-5.005:
20801
20802 implemented Ilya's suggested fix, and added a testcase
20803
20804 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20805 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
20806 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
20807 Subject: Re: Text::ParseWords: regex fix
20808 Branch: cfgperl
20809 ! lib/Text/ParseWords.pm t/lib/parsewords.t
20810____________________________________________________________________________
5fdc711f
GS
20811[ 2583] By: gbarr on 1999/01/08 04:50:03
20812 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20813 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
20814 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
20815 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
20816 Branch: maint-5.005/perl
20817 ! ext/Errno/Errno_pm.PL
20818____________________________________________________________________________
5fdc711f
GS
20819[ 2581] By: jhi on 1999/01/07 16:38:03
20820 Log: Configure update:
20821 - usethreads, use64bits, and usemultiplicity
20822 are no more interactively asked by Configure
20823 - "int main()" (vs bare "main()") enforced in test programs
20824 Branch: cfgperl
20825 ! Configure hints/freebsd.sh hints/linux.sh
20826____________________________________________________________________________
20827[ 2580] By: jhi on 1999/01/07 11:19:12
20828 Log: From: Dan Sugalski <sugalskd@osshe.edu>
20829 Date: Wed, 06 Jan 1999 13:47:34 -0800
20830 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
20831 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
20832 Branch: cfgperl
20833 ! vms/vms.c
20834____________________________________________________________________________
20835[ 2579] By: jhi on 1999/01/07 09:08:36
20836 Log: Another set of doc patches from Abigail
20837
20838 From: abigail@fnx.com
20839 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
20840 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
20841 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
20842
20843 From: abigail@fnx.com
20844 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
20845 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
20846 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
20847
20848 From: abigail@fnx.com
20849 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
20850 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
20851 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
20852
20853 From: abigail@fnx.com
20854 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
20855 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
20856 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
20857
20858 From: abigail@fnx.com
20859 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
20860 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
20861 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
20862
20863 From: abigail@fnx.com
20864 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
20865 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
20866 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
20867
20868 From: abigail@fnx.com
20869 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
20870 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
20871 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
20872
20873 From: abigail@fnx.com
20874 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
20875 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
20876 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
20877
20878 From: abigail@fnx.com
20879 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
20880 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
20881 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
20882
20883 From: abigail@fnx.com
20884 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
20885 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
20886 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
20887
20888 From: abigail@fnx.com
20889 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
20890 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
20891 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
20892
20893 From: abigail@fnx.com
20894 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
20895 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
20896 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
20897
20898 From: abigail@fnx.com
20899 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
20900 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
20901 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
20902
20903 From: abigail@fnx.com
20904 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
20905 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
20906 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
20907 Branch: cfgperl
20908 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
20909 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
20910 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
20911 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
20912 ! lib/Tie/Array.pm lib/Tie/Hash.pm
20913____________________________________________________________________________
99ed61e6
GS
20914[ 2576] By: jhi on 1999/01/06 17:05:20
20915 Log: Change #2582 fallout: the amagic_cmp* are no more file static.
20916 Branch: cfgperl
20917 ! pp_ctl.c
5fdc711f
GS
20918____________________________________________________________________________
20919[ 2575] By: jhi on 1999/01/06 13:18:56
20920 Log: Enhance the great_circle_distance() documentation.
20921 Branch: cfgperl
20922 ! lib/Math/Trig.pm
20923____________________________________________________________________________
20924[ 2574] By: jhi on 1999/01/06 12:58:03
20925 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
20926 To: perlbug@perl.com
20927 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
20928 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
20929 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
20930 Branch: cfgperl
20931 ! t/op/sysio.t
20932____________________________________________________________________________
20933[ 2573] By: jhi on 1999/01/06 12:40:19
20934 Log: From: "W. Phillip Moore" <wpm@ms.com>
20935 To: perlbug@perl.org
20936 Subject: [PATCH] POSIX getpgrp is not -w clean
20937 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
20938 Message-ID: <13970.20107.190314.549471@zappa>
20939 Branch: cfgperl
20940 ! ext/POSIX/POSIX.pm
20941____________________________________________________________________________
20942[ 2572] By: jhi on 1999/01/06 12:25:24
20943 Log: Based on
20944 From: jan.dubois@ibm.net (Jan Dubois)
20945 To: perl5-porters@perl.org
20946 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20947 Date: Wed, 06 Jan 1999 01:24:09 +0100
20948 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
20949 except that
20950 - objXSUB.h was already okay
20951 - embed.h patching is futile, global.sym patched instead
20952 - objpp.h does not exist
20953 - proto.h addition applied manually
20954 - win32/GenCAPI.pl was already okay
20955 - win32/makedef.pl was already okay
20956 Branch: cfgperl
20957 ! global.sym perl.c proto.h
20958____________________________________________________________________________
20959[ 2571] By: jhi on 1999/01/06 11:25:48
20960 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
20961 To: perlbug@perl.com
20962 Subject: FindBin.pm on Win32 systems
20963 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
20964 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
20965 Branch: cfgperl
20966 ! lib/FindBin.pm
20967____________________________________________________________________________
20968[ 2570] By: jhi on 1999/01/06 11:21:48
20969 Log: From: Dan Sugalski <sugalskd@osshe.edu>
20970 To: perl5-porters@perl.org, vmsperl@perl.org
20971 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
20972 Date: Tue, 05 Jan 1999 16:47:31 -0800
20973 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
20974
20975 (the ext/IO/lib/IO/Socket.pm was not really changed here;
20976 it was a leftover from #2569)
20977 Branch: cfgperl
20978 ! ext/IO/lib/IO/Socket.pm taint.c
20979____________________________________________________________________________
20980[ 2569] By: jhi on 1999/01/06 11:18:22
20981 Log: Jumbo doc patch from Abigail (almost identical to
20982 the 5.005-maint change #2562 except for the
20983 ext/IO/lib/IO/Socket.pm patch which was not
20984 applicable because the IO version of 5.005-devel
20985 is somewhat different (why?))
20986
20987 From: abigail@fnx.com
20988 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
20989 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
20990 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
20991
20992 From: abigail@fnx.com
20993 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
20994 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
20995 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
20996
20997 From: abigail@fnx.com
20998 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
20999 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
21000 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
21001
21002 From: abigail@fnx.com
21003 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
21004 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
21005 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
21006
21007 From: abigail@fnx.com
21008 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
21009 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
21010 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
21011
21012 From: abigail@fnx.com
21013 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
21014 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
21015 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
21016
21017 From: abigail@fnx.com
21018 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
21019 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
21020 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
21021
21022 From: abigail@fnx.com
21023 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
21024 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
21025 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
21026
21027 From: abigail@fnx.com
21028 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
21029 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
21030 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
21031
21032 From: abigail@fnx.com
21033 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
21034 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
21035 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
21036 Branch: cfgperl
21037 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
21038 ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
21039 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
21040 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21041 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
21042____________________________________________________________________________
21043[ 2568] By: gbarr on 1999/01/06 03:13:15
21044 Log: From: jan.dubois@ibm.net (Jan Dubois)
21045 Date: Wed, 06 Jan 1999 01:24:09 +0100
21046 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
21047 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
21048 Branch: maint-5.005/perl
21049 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
21050 ! win32/GenCAPI.pl win32/makedef.pl
21051____________________________________________________________________________
5fdc711f
GS
21052[ 2566] By: gbarr on 1999/01/06 02:29:05
21053 Log: From: "W. Phillip Moore" <wpm@ms.com>
21054 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
21055 Message-ID: <13970.20107.190314.549471@zappa>
21056 Subject: [PATCH] POSIX getpgrp is not -w clean
21057 Branch: maint-5.005/perl
21058 ! ext/POSIX/POSIX.pm
21059____________________________________________________________________________
21060[ 2565] By: gbarr on 1999/01/06 02:19:00
21061 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
21062 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
21063 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
21064 Subject: FindBin.pm on Win32 systems
21065 Branch: maint-5.005/perl
21066 ! lib/FindBin.pm
21067____________________________________________________________________________
5fdc711f
GS
21068[ 2561] By: jhi on 1999/01/05 10:49:10
21069 Log: Reword the setlocale() 1-arg case better.
21070 Branch: cfgperl
21071 ! ext/POSIX/POSIX.pod
21072____________________________________________________________________________
5fdc711f
GS
21073[ 2559] By: gbarr on 1999/01/02 15:37:35
21074 Log: From: Blair Zajac <bzajac@geostaff.com>
21075 Date: Wed, 23 Dec 1998 17:13:32 -0800
21076 Message-ID: <3681953C.8B6A90AA@geostaff.com>
21077 Subject: Tie::SubstrHash patch
21078 Branch: maint-5.005/perl
21079 ! lib/Tie/SubstrHash.pm
21080____________________________________________________________________________
5fdc711f
GS
21081[ 2554] By: jhi on 1999/01/02 14:55:06
21082 Log: Object destruction order testing.
21083 Branch: cfgperl
21084 ! t/op/misc.t
21085____________________________________________________________________________
21086[ 2553] By: jhi on 1999/01/02 14:49:40
21087 Log: perldelta the Dumpvalue.pm of change #2513.
21088 Branch: cfgperl
21089 ! lib/Dumpvalue.pm pod/perldelta.pod
21090____________________________________________________________________________
21091[ 2552] By: nick on 1999/01/02 14:45:38
21092 Log: Tone down Makefile.PL so it works on Win32
21093 Branch: perl
21094 ! ext/B/Makefile.PL
21095____________________________________________________________________________
21096[ 2551] By: nick on 1999/01/02 14:06:30
21097 Log: Export constant subs from B.xs for op.h, cop.h and a few others.
21098 Use them in various B::* rather than have local defs.
21099 Branch: perl
21100 + ext/B/defsubs.h.PL
21101 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
21102 ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
21103 ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
21104____________________________________________________________________________
21105[ 2550] By: nick on 1999/01/02 10:04:02
21106 Log: Integrate ext/B changes from //depot/cfgperl
21107 Branch: perl
21108 !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
21109____________________________________________________________________________
21110[ 2549] By: jhi on 1999/01/01 13:54:16
21111 Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
21112 To: perlbug@perl.com
21113 Subject: op/groups.t fails test 1 on HP-UX 10.20
21114 Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
21115 Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
21116 Branch: cfgperl
21117 ! t/op/groups.t
21118____________________________________________________________________________
21119[ 2548] By: jhi on 1999/01/01 13:53:31
21120 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21121 To: perl5-porters@perl.org
21122 cc: hv@crypt0.demon.co.uk
21123 Subject: [bug 5.004_54] duplicate error message
21124 Date: Thu, 31 Dec 1998 04:05:25 +0000
21125 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
21126
21127 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
21128 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21129 To: hv@crypt0.demon.co.uk
21130 Cc: perl5-porters@perl.org
21131 Subject: [PATCH _54] Re: duplicate error message
21132 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
21133
21134 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
21135 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21136 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
21137 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
21138 Subject: [TEST PATCH _54] Re: duplicate error message
21139 Date: Fri, 01 Jan 1999 07:32:14 +0000
21140 Branch: cfgperl
21141 ! op.c t/pragma/warn/op
21142____________________________________________________________________________
21143[ 2547] By: jhi on 1998/12/31 14:15:04
21144 Log: From: Chris Nandor <pudge@pobox.com>
21145 To: jhi@iki.fi
21146 Cc: perl5-porters@perl.org
21147 Subject: Re: [PATCH] perlport.pod 1.38
21148 Date: Thu, 31 Dec 1998 09:06:48 -0500
21149 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
21150 Branch: cfgperl
21151 ! pod/perlport.pod
21152____________________________________________________________________________
21153[ 2546] By: jhi on 1998/12/31 11:18:17
21154 Log: From: Wilson P. Snyder II
21155 To: perl5-porters@perl.org
21156 Subject: [PATCH v5.5.53] REV2: Binary number support
21157 Date: 1998/11/30
21158 Message-ID: <199811301543.KAA15689@vulcan.maker.com>
21159 Branch: cfgperl
21160 ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
21161 ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
21162 ! toke.c util.c
21163____________________________________________________________________________
21164[ 2545] By: jhi on 1998/12/31 09:27:40
21165 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
21166 To: perlbug@perl.com
21167 Subject: "perl -T -P" dumps core on OpenBSD and Linux
21168 Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
21169 Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
21170 Branch: cfgperl
21171 ! taint.c
21172____________________________________________________________________________
21173[ 2544] By: jhi on 1998/12/31 09:21:45
21174 Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
21175 To: perlbug@perl.com
21176 Subject: bug in pod2man search for perl binary [5.005_5x]
21177 Date: Sat, 12 Dec 1998 23:08:51 +0000
21178 Message-ID: <19981212230851.A20578@ig.co.uk>
21179 Branch: cfgperl
21180 ! pod/pod2man.PL
21181____________________________________________________________________________
5fdc711f
GS
21182[ 2541] By: gbarr on 1998/12/30 14:37:14
21183 Log: From: jan.dubois@ibm.net (Jan Dubois)
21184 Date: Wed, 23 Dec 1998 21:26:38 +0100
21185 Message-ID: <36895086.8849224@smtp1.ibm.net>
21186 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
21187 Branch: maint-5.005/perl
21188 ! lib/ExtUtils/MakeMaker.pm
21189____________________________________________________________________________
21190[ 2540] By: jhi on 1998/12/30 08:42:04
21191 Log: Evermore AUTHORS and MAINTAIN.
21192 Branch: cfgperl
21193 ! AUTHORS MAINTAIN
21194____________________________________________________________________________
21195[ 2539] By: jhi on 1998/12/29 15:10:34
21196 Log: More AUTHORS and MAINTAIN.
21197 Branch: cfgperl
21198 ! AUTHORS MAINTAIN
21199____________________________________________________________________________
5fdc711f
GS
21200[ 2537] By: jhi on 1998/12/29 14:34:47
21201 Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
21202 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
21203 Message-ID: <13942.32480.700000.640927@utensil>
21204 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
21205 (mirror change#2531 in the 5.005-maint)
21206 Branch: cfgperl
21207 ! lib/AutoSplit.pm
21208____________________________________________________________________________
5fdc711f
GS
21209[ 2531] By: gbarr on 1998/12/29 14:12:25
21210 Log: change in_pod pattern to /^=\w/ from /^=/
21211 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
21212 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
21213 Message-ID: <13942.32480.700000.640927@utensil>
21214 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
21215 Branch: maint-5.005/perl
21216 ! lib/AutoSplit.pm
21217____________________________________________________________________________
5fdc711f
GS
21218[ 2525] By: jhi on 1998/12/29 13:06:26
21219 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21220 To: perl5-porters@perl.org
21221 Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
21222 Date: 16 Dec 1998 03:17:03 +0200
21223 Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
21224 Branch: cfgperl
21225 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
21226____________________________________________________________________________
21227[ 2524] By: jhi on 1998/12/29 13:00:06
21228 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21229 To: perl5-porters@perl.org
21230 Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
21231 Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
21232 Date: 10 Dec 1998 08:30:02 +0200
21233 Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
21234
21235 (Nick's part was applied earlier, in change #2460)
21236 Branch: cfgperl
21237 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
21238____________________________________________________________________________
21239[ 2523] By: jhi on 1998/12/29 12:41:31
21240 Log: From: "vishal bhatia" <vishalb@hotmail.com>
21241 To: nick@ni-s.u-net.com
21242 Cc: perl5-porters@perl.org
21243 Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
21244 Date: 9 Dec 1998 06:50:30 +0200
21245 Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
21246 Branch: cfgperl
21247 ! ext/B/B/CC.pm
21248____________________________________________________________________________
21249[ 2522] By: jhi on 1998/12/29 12:15:18
21250 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
21251 To: perl5-porters@perl.org (Perl 5 Porters)
21252 Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
21253 Date: 25 Dec 1998 23:02:28 +0200
21254 Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
21255 Branch: cfgperl
21256 ! lib/Pod/Text.pm
21257____________________________________________________________________________
21258[ 2521] By: jhi on 1998/12/29 12:07:54
21259 Log: Undo #2519 (breaks universal.c).
21260 Branch: cfgperl
21261 ! XSUB.h
21262____________________________________________________________________________
21263[ 2519] By: jhi on 1998/12/29 11:41:10
21264 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21265 To: perl5-porters@perl.org
21266 Cc: perl-xs@perl.org
21267 Subject: XSUB.h refinement [PATCH]
21268 Date: 18 Dec 1998 03:58:44 +0200
21269 Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
21270 Branch: cfgperl
21271 ! XSUB.h
21272____________________________________________________________________________
21273[ 2518] By: jhi on 1998/12/29 11:36:19
21274 Log: From: abigail@fnx.com
21275 To: perl5-porters@perl.org (Perl Porters)
21276 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
21277 Date: 28 Dec 1998 21:39:15 +0200
21278 Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
21279 Branch: cfgperl
21280 ! lib/fields.pm
21281____________________________________________________________________________
21282[ 2517] By: jhi on 1998/12/29 11:35:03
21283 Log: Document change #2516.
21284 Branch: cfgperl
21285 ! pod/perldelta.pod
21286____________________________________________________________________________
21287[ 2516] By: jhi on 1998/12/29 11:32:26
21288 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21289 To: perl5-porters@perl.org (Mailing list Perl5)
21290 Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
21291 Date: 9 Dec 1998 10:39:31 +0200
21292 Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
21293 Branch: cfgperl
21294 ! pod/perldiag.pod regcomp.c toke.c
21295____________________________________________________________________________
21296[ 2515] By: jhi on 1998/12/29 11:27:11
21297 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21298 To: perl5-porters@perl.org (Mailing list Perl5)
21299 Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
21300 Date: 8 Dec 1998 09:02:04 +0200
21301 Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
21302
21303 \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
21304 Branch: cfgperl
21305 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
21306____________________________________________________________________________
21307[ 2514] By: jhi on 1998/12/29 11:21:31
21308 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21309 To: perl5-porters@perl.org (Mailing list Perl5)
21310 Subject: [PATCH 5.005_53] Regexp tests and UTF8
21311 Date: 8 Dec 1998 07:02:01 +0200
21312 Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
21313 Branch: cfgperl
21314 ! regcomp.c
21315____________________________________________________________________________
21316[ 2513] By: jhi on 1998/12/29 11:18:34
21317 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21318 Subject: [PATCH 5.005_*] Dumpvar.pm
21319 To: perl5-porters@perl.org (Mailing list Perl5)
21320 Date: 7 Dec 1998 10:17:35 +0200
21321 Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
21322 Branch: cfgperl
21323 + lib/Dumpvalue.pm
21324 ! MANIFEST
21325____________________________________________________________________________
5fdc711f
GS
21326[ 2511] By: gbarr on 1998/12/28 14:55:28
21327 Log: From: jan.dubois@ibm.net (Jan Dubois)
21328 Date: Tue, 01 Dec 1998 00:07:33 +0100
21329 Message-ID: <366921b5.14512598@smtp1.ibm.net>
21330 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
21331
21332 From: jan.dubois@ibm.net (Jan Dubois)
21333 Date: Wed, 02 Dec 1998 00:24:54 +0100
21334 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
21335 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
21336 Branch: maint-5.005/perl
21337 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
21338 ! win32/config.bc win32/config.gc win32/config.vc
21339 ! win32/config_sh.PL win32/makedef.pl
21340____________________________________________________________________________
5fdc711f 21341[ 2509] By: jhi on 1998/12/28 13:00:31
99ed61e6
GS
21342 Log: Kickstart AUTHORS and MAINTAIN.
21343 Branch: cfgperl
21344 + AUTHORS MAINTAIN
21345 ! MANIFEST
5fdc711f
GS
21346____________________________________________________________________________
21347[ 2508] By: jhi on 1998/12/28 08:04:00
99ed61e6
GS
21348 Log: From: Nathan Torkington <gnat@frii.com>
21349 To: perlbug@perl.com
21350 Subject: [PATCH] perlxstut.pod fix
21351 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
21352 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
21353 Branch: cfgperl
21354 ! pod/perlxstut.pod
5fdc711f
GS
21355____________________________________________________________________________
21356[ 2507] By: jhi on 1998/12/28 07:59:00
99ed61e6
GS
21357 Log: From: abigail@fnx.com
21358 To: perlbug@perl.com
21359 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
21360 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
21361 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
21362 (slightly modified, a part of the patch was rejected)
21363 (strange, I thought I had already submitted this one
21364 but Perforce disagrees with me...)
21365 Branch: cfgperl
21366 ! pod/perlop.pod
5fdc711f
GS
21367____________________________________________________________________________
21368[ 2506] By: jhi on 1998/12/28 07:56:59
99ed61e6
GS
21369 Log: From: Artur <artur@vogon-solutions.com>
21370 To: perlbug@perl.com
21371 Subject: PATCH: perlmodlib.pod
21372 Date: Fri, 25 Dec 1998 00:48:39 +0000
21373 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
21374 Branch: cfgperl
21375 ! pod/perlmodlib.pod pod/perlop.pod
5fdc711f
GS
21376____________________________________________________________________________
21377[ 2505] By: jhi on 1998/12/28 07:46:06
99ed61e6
GS
21378 Log: From: abigail@fnx.com
21379 To: perl5-porters@perl.org (Perl Porters)
21380 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
21381 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
21382 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
21383 Branch: cfgperl
21384 ! pod/pod2html.PL
5fdc711f
GS
21385____________________________________________________________________________
21386[ 2504] By: jhi on 1998/12/28 07:44:35
99ed61e6
GS
21387 Log: From: Jim Avera <avera@fjst.com>
21388 To: perlbug@perl.com
21389 Subject: perlbug bug - shows dates reversed
21390 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
21391 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
21392 Branch: cfgperl
21393 ! utils/perlbug.PL
5fdc711f
GS
21394____________________________________________________________________________
21395[ 2503] By: jhi on 1998/12/28 07:41:39
99ed61e6
GS
21396 Log: From: jan.dubois@ibm.net (Jan Dubois)
21397 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
21398 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
21399 Date: Wed, 23 Dec 1998 21:26:38 +0100
21400 Message-ID: <36895086.8849224@smtp1.ibm.net>
21401 Branch: cfgperl
21402 ! lib/ExtUtils/MakeMaker.pm
5fdc711f
GS
21403____________________________________________________________________________
21404[ 2502] By: jhi on 1998/12/28 07:39:20
99ed61e6
GS
21405 Log: From: Blair Zajac <bzajac@geostaff.com>
21406 To: perl5-porters@perl.org
21407 Subject: Tie::SubstrHash patch
21408 Date: Wed, 23 Dec 1998 17:13:32 -0800
21409 Message-ID: <3681953C.8B6A90AA@geostaff.com>
21410 Branch: cfgperl
21411 ! lib/Tie/SubstrHash.pm
5fdc711f
GS
21412____________________________________________________________________________
21413[ 2501] By: jhi on 1998/12/28 07:37:16
99ed61e6
GS
21414 Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
21415 To: perlbug@perl.com
21416 Subject: perlfaq9 minor error
21417 Date: Wed, 23 Dec 1998 14:54:19 -0800
21418 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
21419 Branch: cfgperl
21420 ! pod/perlfaq9.pod
5fdc711f
GS
21421____________________________________________________________________________
21422[ 2500] By: jhi on 1998/12/23 10:38:18
99ed61e6
GS
21423 Log: More porting notes about filesystems, AmigaOS, and MiNT.
21424 Branch: cfgperl
21425 ! pod/perlport.pod
5fdc711f
GS
21426____________________________________________________________________________
21427[ 2499] By: jhi on 1998/12/22 09:26:49
99ed61e6
GS
21428 Log: Add few MSG_ and uio constants.
21429 Branch: cfgperl
21430 ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5fdc711f
GS
21431____________________________________________________________________________
21432[ 2498] By: jhi on 1998/12/22 08:39:30
99ed61e6
GS
21433 Log: Slight recoding of util.c:repeatcpy() to circumnavigate
21434 a Digital C compiler optimizer bug that broke the 'x'
21435 operator under certain circumstances. See t/op/repeat.t
21436 test #20 for graphic details. Reported in
21437
21438 From: Gisle Aas <gisle@aas.no>
21439 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
21440 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
21441 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
21442 Date: 18 Dec 1998 14:27:40 +0100
21443 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
21444
21445 and discussed further in the thread
21446
21447 From: Jarkko Hietaniemi <jhi@iki.fi>
21448 To: Gisle Aas <gisle@aas.no>
21449 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
21450 cpan-testers@perl.org, perl5-porters@perl.org
21451 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
21452 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
21453 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
21454 Branch: cfgperl
21455 ! t/op/repeat.t util.c
5fdc711f
GS
21456____________________________________________________________________________
21457[ 2497] By: jhi on 1998/12/21 14:18:57
99ed61e6
GS
21458 Log: Change #2483 update.
21459 Branch: cfgperl
21460 ! t/op/tr.t
5fdc711f
GS
21461____________________________________________________________________________
21462[ 2496] By: jhi on 1998/12/21 14:07:41
99ed61e6
GS
21463 Log: Update on change #2493.
21464 Branch: cfgperl
21465 ! t/pragma/warn/op
5fdc711f
GS
21466____________________________________________________________________________
21467[ 2495] By: jhi on 1998/12/21 13:52:00
99ed61e6
GS
21468 Log: Change #2487 aftershock.
21469 Branch: cfgperl
21470 ! warning.pl
5fdc711f
GS
21471____________________________________________________________________________
21472[ 2494] By: jhi on 1998/12/21 12:35:00
99ed61e6
GS
21473 Log: From: Chris Nandor <pudge@pobox.com>
21474 To: perl5-porters@perl.org
21475 Subject: [PATCH] perlport.pod v1.37
21476 Date: Sat, 19 Dec 1998 12:54:34 -0500
21477 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
21478 Branch: cfgperl
21479 ! pod/perlport.pod
5fdc711f
GS
21480____________________________________________________________________________
21481[ 2493] By: jhi on 1998/12/21 12:22:44
99ed61e6
GS
21482 Log: From: Mark-Jason Dominus <mjd@plover.com>
21483 To: perl5-porters@perl.com
21484 Subject: PATCH (5.005_02): Dejargonizing
21485 Date: Sun, 20 Dec 1998 14:35:20 -0500
21486 Message-ID: <19981220193520.11230.qmail@plover.com>
21487
21488 From: Mark-Jason Dominus <mjd@plover.com>
21489 To: perl5-porters@perl.com
21490 Subject: PATCH (5.005_02): Spelling correction in warning message
21491 Date: Sun, 20 Dec 1998 13:51:30 -0500
21492 Message-ID: <19981220185130.11067.qmail@plover.com>
21493 Branch: cfgperl
21494 ! doio.c op.c
5fdc711f
GS
21495____________________________________________________________________________
21496[ 2492] By: jhi on 1998/12/21 09:00:05
99ed61e6
GS
21497 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21498 To: perl5-porters@perl.org
21499 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
21500 Date: Sun, 20 Dec 1998 19:03:25 PST
21501 Message-ID: <19981221030326.27660.qmail@hotmail.com>
21502
21503 (slightly reformatted)
21504 Branch: cfgperl
21505 ! ext/B/B/CC.pm
5fdc711f
GS
21506____________________________________________________________________________
21507[ 2491] By: nick on 1998/12/20 14:21:29
99ed61e6
GS
21508 Log: Save _all_ GV's which have SV, AV or HV set.
21509 Branch: perl
21510 ! ext/B/B/C.pm
5fdc711f
GS
21511____________________________________________________________________________
21512[ 2490] By: jhi on 1998/12/18 15:13:19
99ed61e6
GS
21513 Log: Add idea about generalising cpp symbol probing of Errno.
21514 Branch: cfgperl
21515 ! Todo
5fdc711f
GS
21516____________________________________________________________________________
21517[ 2489] By: jhi on 1998/12/18 14:47:57
99ed61e6
GS
21518 Log: Address some of the issues of:
21519
21520 From: Tom Christiansen <tchrist@jhereg.perl.com>
21521 To: perl-porters-active@jhereg.perl.com
21522 Subject: Undocumentation Issues for 5.005
21523 Date: Thu, 17 Dec 1998 14:46:24 -0700
21524 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
21525 Branch: cfgperl
21526 ! pod/perl5005delta.pod
5fdc711f
GS
21527____________________________________________________________________________
21528[ 2488] By: jhi on 1998/12/18 11:26:32
99ed61e6
GS
21529 Log: From: root <root@dubravka.in-berlin.de>
21530 To: perlbug@perl.com
21531 Cc: k@dubravka.in-berlin.de
21532 Subject: Please add no_modify to PERL_POLLUTE
21533 Date: Fri, 18 Dec 1998 10:45:52 +0100
21534 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
21535
21536 (Really from Andreas König)
21537 Branch: cfgperl
21538 ! embed.pl
5fdc711f
GS
21539____________________________________________________________________________
21540[ 2487] By: jhi on 1998/12/17 14:05:52
99ed61e6
GS
21541 Log: Some (by far not all) issues of the below message addressed.
21542
21543 From: Tom Christiansen <tchrist@jhereg.perl.com>
21544 To: The Perl Porters Mailing List <perl5-porters@perl.org>
21545 Subject: important UNDOC issues for 5.005_54
21546 Date: Wed, 16 Dec 1998 21:14:53 -0700
21547 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
21548 Branch: cfgperl
21549 ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
5fdc711f
GS
21550____________________________________________________________________________
21551[ 2486] By: jhi on 1998/12/17 12:47:15
99ed61e6
GS
21552 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21553 To: domo@computer.org
21554 Cc: jhi@iki.fi, perl5-porters@perl.org
21555 Subject: Re: stuff related to malloc.c
21556 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
21557 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
21558 Branch: cfgperl
21559 ! malloc.c
5fdc711f
GS
21560____________________________________________________________________________
21561[ 2485] By: jhi on 1998/12/17 12:17:19
99ed61e6
GS
21562 Log: More porting notes.
21563 Branch: cfgperl
21564 ! Porting/pumpkin.pod
5fdc711f
GS
21565____________________________________________________________________________
21566[ 2484] By: jhi on 1998/12/15 08:38:05
99ed61e6
GS
21567 Log: Undo #2386 and #2205.
21568 Branch: cfgperl
21569 ! pod/perlfunc.pod
5fdc711f
GS
21570____________________________________________________________________________
21571[ 2483] By: jhi on 1998/12/14 17:58:35
99ed61e6
GS
21572 Log: lib was missing from @INC.
21573 Branch: cfgperl
21574 ! t/op/tr.t
5fdc711f
GS
21575____________________________________________________________________________
21576[ 2482] By: jhi on 1998/12/14 17:52:42
99ed61e6
GS
21577 Log: Was missing use Text::Wrap.
21578 Branch: cfgperl
21579 ! t/lib/textfill.t
5fdc711f
GS
21580____________________________________________________________________________
21581[ 2481] By: jhi on 1998/12/14 16:00:22
99ed61e6
GS
21582 Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
21583
21584 From: Jonathan Roy <roy@idle.com>
21585 To: perl5-porters@perl.org
21586 Subject: nlist.h add to Configure checks?
21587 Date: Sun, 13 Dec 1998 22:22:49 -0500
21588 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
21589 Branch: cfgperl
21590 + ext/DynaLoader/hints/linux.pl
21591 ! MANIFEST
5fdc711f
GS
21592____________________________________________________________________________
21593[ 2480] By: jhi on 1998/12/14 15:02:44
99ed61e6
GS
21594 Log: Give up completely using nm in AIX.
21595
21596 From: "Kurt D. Starsinic" <kstar@chapin.edu>
21597 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
21598 Cc: perl5-porters@perl.org
21599 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
21600 Date: Thu, 10 Dec 1998 00:51:46 -0500
21601 Message-ID: <19981210005146.B29986@O2.chapin.edu>
21602 Branch: cfgperl
21603 ! hints/aix.sh
5fdc711f
GS
21604____________________________________________________________________________
21605[ 2479] By: jhi on 1998/12/14 14:39:52
99ed61e6
GS
21606 Log: AIX' error messages are different.
21607
21608 From: "Kurt D. Starsinic" <kstar@chapin.edu>
21609 To: Gurusamy Sarathy <gsar@engin.umich.edu>
21610 Cc: perl5-porters@perl.org
21611 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
21612 Date: Thu, 10 Dec 1998 00:42:36 -0500
21613 Message-ID: <19981210004236.A29986@O2.chapin.edu>
21614
21615 From: Michael Engel <engel@nms1.cc.huji.ac.il>
21616 To: perlbug@perl.com
21617 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
21618 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
21619 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
21620 Branch: cfgperl
21621 ! t/pragma/warn/doio
5fdc711f
GS
21622____________________________________________________________________________
21623[ 2475] By: jhi on 1998/12/13 12:35:55
99ed61e6
GS
21624 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21625 To: jhi@iki.fi
21626 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
21627 Subject: Re: stuff related to malloc.c
21628 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
21629 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
21630 Branch: cfgperl
21631 ! malloc.c
5fdc711f
GS
21632____________________________________________________________________________
21633[ 2474] By: jhi on 1998/12/13 12:32:42
99ed61e6
GS
21634 Log: Some notes about porting issues.
21635 Branch: cfgperl
21636 ! Porting/pumpkin.pod
5fdc711f
GS
21637____________________________________________________________________________
21638[ 2473] By: jhi on 1998/12/13 12:03:58
99ed61e6
GS
21639 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
21640 To: Perl 5 Porters <perl5-porters@perl.org>
21641 Subject: [patch 5.005_02] dos-djgpp update
21642 Date: Sun, 13 Dec 1998 00:08:44 +0100
21643 Message-ID: <19981213000844.C264@beeblebrox>
21644 Branch: cfgperl
21645 ! djgpp/config.over
5fdc711f
GS
21646____________________________________________________________________________
21647[ 2472] By: gbarr on 1998/12/12 17:12:28
99ed61e6
GS
21648 Log: undo changes to Exporter.pm from #2312
21649 Branch: maint-5.005/perl
21650 ! lib/Exporter.pm
5fdc711f
GS
21651____________________________________________________________________________
21652[ 2465] By: jhi on 1998/12/12 12:31:21
99ed61e6
GS
21653 Log: Document that qw() taints.
21654
21655 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
21656 To: perlbug@perl.com
21657 Subject: taint problems
21658 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
21659 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
21660 Branch: cfgperl
21661 ! pod/perlop.pod
5fdc711f
GS
21662____________________________________________________________________________
21663[ 2464] By: jhi on 1998/12/11 14:09:51
99ed61e6
GS
21664 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
21665 To: dist-users@foretune.co.jp
21666 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
21667 Date: Mon, 07 Dec 1998 20:13:04 -0400
21668 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
21669 Branch: cfgperl
21670 ! Configure
5fdc711f
GS
21671____________________________________________________________________________
21672[ 2463] By: jhi on 1998/12/11 13:29:54
99ed61e6
GS
21673 Log: MAXPATHLEN.
21674 Branch: cfgperl
21675 ! perl.h
5fdc711f
GS
21676____________________________________________________________________________
21677[ 2462] By: jhi on 1998/12/11 08:37:58
99ed61e6
GS
21678 Log: From: Mark Kettenis <kettenis@phys.uva.nl>
21679 To: perl5-porters@perl.org
21680 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
21681 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
21682 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
21683 Branch: cfgperl
21684 + hints/gnu.sh
5fdc711f
GS
21685____________________________________________________________________________
21686[ 2461] By: nick on 1998/12/10 21:00:50
99ed61e6
GS
21687 Log: Date: Wed, 09 Dec 1998 22:16:50 PST
21688 From: Vishal Bhatia <vishalb@hotmail.com>
21689 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
21690 2. Fixes the bug regarding return value of c-functions generated out
21691 of perl subs. ( Just includes the patch I sent earlier)
21692 3. Incorporates the other changes that need to be done to get CC.pm
21693 use ISA search for packages and methods on the same lines as C.pm
21694
21695 Vishal would appreciate comments about B::Stackobj changes from
21696 someone knowing that module well.
21697 Branch: perl
21698 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5fdc711f
GS
21699____________________________________________________________________________
21700[ 2460] By: jhi on 1998/12/08 08:11:27
99ed61e6
GS
21701 Log: Integrate from mainperl.
21702 Branch: cfgperl
21703 !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
21704 !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
21705 !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
21706 !> toke.c util.c
5fdc711f
GS
21707____________________________________________________________________________
21708[ 2459] By: jhi on 1998/12/07 07:50:11
99ed61e6
GS
21709 Log: From: hansm@icgroup.nl
21710 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21711 Reply-To: hansmu@xs4all.nl
21712 To: perlbug@perl.com
21713 Date: Sun, 6 Dec 98 22:19:54 +0100
21714 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
21715 Branch: cfgperl
21716 ! util.c
5fdc711f
GS
21717____________________________________________________________________________
21718[ 2458] By: gsar on 1998/12/07 06:00:55
99ed61e6
GS
21719 Log: fix dup lexical
21720 Branch: perl
21721 ! ext/B/B/Deparse.pm t/lib/io_unix.t
5fdc711f
GS
21722____________________________________________________________________________
21723[ 2457] By: gsar on 1998/12/06 14:38:59
99ed61e6
GS
21724 Log: mention limit on line numbers reported by diagnostics
21725 Branch: perl
21726 ! pod/perl.pod toke.c
5fdc711f
GS
21727____________________________________________________________________________
21728[ 2456] By: gsar on 1998/12/06 13:49:02
99ed61e6
GS
21729 Log: branch perldelta.pod
21730 Branch: maint-5.005/perl
21731 +> pod/perldelta.pod
5fdc711f
GS
21732____________________________________________________________________________
21733[ 2455] By: gsar on 1998/12/06 13:47:21
99ed61e6
GS
21734 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
21735 Branch: maint-5.005/perl
21736 - pod/perldelta.pod
5fdc711f
GS
21737____________________________________________________________________________
21738[ 2454] By: gsar on 1998/12/06 13:35:31
99ed61e6
GS
21739 Log: fix outdated/incorrect info about arbitrary limits
21740 Branch: perl
21741 ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
21742 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5fdc711f
GS
21743____________________________________________________________________________
21744[ 2453] By: nick on 1998/12/05 16:14:42
99ed61e6
GS
21745 Log: Avoid hard-coding op numbers
21746 Update CC.pm to save %INC, and to co-exist with new C.pm
21747 Branch: perl
21748 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
21749____________________________________________________________________________
21750[ 2452] By: nick on 1998/12/05 10:44:28
99ed61e6
GS
21751 Log: B.xs had its own code to calculate hash() which differed from
21752 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
21753 which meant that run-time require was re-done.
21754 Removed some debug from C.pm
21755 Branch: perl
21756 ! ext/B/B.xs ext/B/B/C.pm
5fdc711f
GS
21757____________________________________________________________________________
21758[ 2451] By: nick on 1998/12/04 21:58:49
99ed61e6
GS
21759 Log: Snapshot of re-worked B::C which compiles Tk apps at least as
21760 well as _54, but with pre-scan for classes and save the ISA scheme.
21761 Branch: perl
21762 ! ext/B/B/C.pm
5fdc711f
GS
21763____________________________________________________________________________
21764[ 2450] By: nick on 1998/12/04 17:58:44
99ed61e6
GS
21765 Log: Vishal Bhatia's patch as a basis.
21766 Branch: perl
21767 ! ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
21768____________________________________________________________________________
21769[ 2449] By: jhi on 1998/12/04 16:39:21
99ed61e6
GS
21770 Log: Integrate from mainperl.
21771 Branch: cfgperl
21772 !> t/op/goto.t t/op/tr.t
5fdc711f
GS
21773____________________________________________________________________________
21774[ 2448] By: gsar on 1998/12/04 06:06:49
99ed61e6
GS
21775 Log: tweak test for UTEST
21776 Branch: perl
21777 ! t/op/tr.t
5fdc711f
GS
21778____________________________________________________________________________
21779[ 2444] By: jhi on 1998/12/03 14:37:22
99ed61e6
GS
21780 Log: s/\bthe the\b/the/g *.pod
21781 Branch: cfgperl
21782 ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5fdc711f
GS
21783____________________________________________________________________________
21784[ 2443] By: jhi on 1998/12/03 13:39:53
99ed61e6
GS
21785 Log: Change#2441 aftermath.
21786 Branch: cfgperl
21787 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21788 ! config_h.SH thread.h vms/subconfigure.com
5fdc711f
GS
21789____________________________________________________________________________
21790[ 2441] By: jhi on 1998/12/03 08:15:13
99ed61e6
GS
21791 Log: From: Dan Sugalski <sugalskd@osshe.edu>
21792 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
21793 Subject: [PATCH 5.005_54]Initial VMS patches
21794 Date: 3 Dec 1998 01:05:55 +0200
21795 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
21796
21797 The patch to config_h.SH requires more study because
21798 metaconfig needs to agree.
21799 Branch: cfgperl
21800 ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
21801 ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
21802 ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5fdc711f
GS
21803____________________________________________________________________________
21804[ 2440] By: gsar on 1998/12/03 01:32:16
99ed61e6
GS
21805 Log: add failed check-in of goto.t from change#1867
21806 Branch: perl
21807 ! t/op/goto.t
5fdc711f
GS
21808____________________________________________________________________________
21809[ 2437] By: jhi on 1998/12/02 18:03:51
99ed61e6
GS
21810 Log: Fix most of the bad L<> links of
21811
21812 From: Tom Christiansen <tchrist@jhereg.perl.com>
21813 Subject: bad L<> links
21814 Reply-to: tchrist@perl.com
21815 To: perlbug@jhereg.perl.com
21816 Date: Tue, 11 Aug 1998 10:58:07 -0500
21817 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
21818
21819 The ones not fixed may require darker Pod::HTML magic,
21820 for example the perlguts.html#tags should work fine, IMHO.
21821 Branch: cfgperl
21822 ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
21823 ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
21824 ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
21825 ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
21826 ! pod/perlvar.pod
5fdc711f
GS
21827____________________________________________________________________________
21828[ 2436] By: jhi on 1998/12/02 16:35:04
99ed61e6
GS
21829 Log: One paste too many in #2345.
21830 Branch: cfgperl
21831 ! lib/Pod/Html.pm
5fdc711f
GS
21832____________________________________________________________________________
21833[ 2435] By: jhi on 1998/12/02 16:32:33
99ed61e6
GS
21834 Log: Pod::Html and Pod::Text were not locale-savvy:
21835 for example in =head1 all non-ASCII-\w-runs were
21836 turned into underscores in NAME tags. This could
21837 result in several NAME tags becoming identical.
21838 Reported by:
21839
21840 From: Fyodor Krasnov <fyodor@aha.ru>
21841 Subject: pod2html vs Russian Characters
21842 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
21843 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
21844 Message-Id: <199811241600.TAA05149@stat.aha.ru>
21845 Branch: cfgperl
21846 ! lib/Pod/Html.pm lib/Pod/Text.pm
5fdc711f
GS
21847____________________________________________________________________________
21848[ 2434] By: jhi on 1998/12/02 10:29:00
99ed61e6
GS
21849 Log: The real Mc5_54 integration.
21850 Branch: cfgperl
21851 !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
21852____________________________________________________________________________
21853[ 2433] By: jhi on 1998/12/02 08:52:13
99ed61e6
GS
21854 Log: From: Andy Dougherty <doughera@lafayette.edu>
21855 To: Perl Porters <perl5-porters@perl.org>
21856 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
21857 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
21858 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
21859 Branch: cfgperl
21860 ! Configure
5fdc711f
GS
21861____________________________________________________________________________
21862[ 2432] By: jhi on 1998/12/02 08:49:47
99ed61e6
GS
21863 Log: From: Andy Dougherty <doughera@lafayette.edu>
21864 To: Perl Porters <perl5-porters@perl.org>
21865 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
21866 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
21867 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
21868 Branch: cfgperl
21869 ! Configure
5fdc711f
GS
21870____________________________________________________________________________
21871[ 2431] By: jhi on 1998/12/01 16:11:50
99ed61e6
GS
21872 Log: From: achampio@lehman.com (Alan Champion)
21873 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
21874 To: perlbug@perl.com
21875 Date: 1 Dec 1998 17:36:33 +0200
21876 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
21877
21878 Skip NIS includes.
21879 Branch: cfgperl
21880 ! t/op/pwent.t
5fdc711f
GS
21881____________________________________________________________________________
21882[ 2430] By: gsar on 1998/12/01 12:12:50
99ed61e6
GS
21883 Log: 5.005_54, as released
21884 Branch: perl
21885 ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
21886____________________________________________________________________________
21887[ 2429] By: jhi on 1998/12/01 11:28:39
99ed61e6
GS
21888 Log: From: Anton Berezin <tobez@plab.ku.dk>
21889 To: perl5-porters@perl.org
21890 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
21891 Date: 30 Nov 1998 19:46:24 +0100
21892 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
21893 Branch: cfgperl
21894 ! hints/freebsd.sh
5fdc711f
GS
21895____________________________________________________________________________
21896[ 2428] By: jhi on 1998/12/01 11:08:16
99ed61e6
GS
21897 Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
21898 Branch: cfgperl
21899 +> (branch 30 files)
21900 !> (integrate 71 files)
5fdc711f
GS
21901____________________________________________________________________________
21902[ 2427] By: jhi on 1998/12/01 10:51:37
99ed61e6
GS
21903 Log: Default to accepting a hinted $randfunc even when $csym
21904 does not find it. (the previous defaylt behaviour was not
21905 to accept).
21906 Branch: cfgperl
21907 ! Configure
5fdc711f
GS
21908____________________________________________________________________________
21909[ 2426] By: jhi on 1998/12/01 10:13:03
99ed61e6
GS
21910 Log: Separated the [:foo:] parsing to its own function.
21911 Passes all tests.
21912 Branch: cfgperl
21913 ! regcomp.c
5fdc711f
GS
21914____________________________________________________________________________
21915[ 2425] By: jhi on 1998/12/01 08:22:49
99ed61e6
GS
21916 Log: Typo in comments.
21917 Branch: cfgperl
21918 ! regexec.c
5fdc711f
GS
21919____________________________________________________________________________
21920[ 2424] By: jhi on 1998/12/01 08:21:38
99ed61e6
GS
21921 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21922 Subject: [PATCH 5.005_*] Debugger 'v' command
21923 To: perl5-porters@perl.org (Mailing list Perl5)
21924 Date: 1 Dec 1998 07:55:11 +0200
21925 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
21926 Branch: cfgperl
21927 ! lib/perl5db.pl
5fdc711f
GS
21928____________________________________________________________________________
21929[ 2423] By: jhi on 1998/12/01 08:19:08
99ed61e6
GS
21930 Log: From: pvhp@forte.com (Peter Prymmer)
21931 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
21932 To: perl5-porters@perl.org
21933 Date: 1 Dec 1998 07:27:11 +0200
21934 Message-ID: <MLIST_9812010508.AA07791@forte.com>
21935 Branch: cfgperl
21936 ! hints/os390.sh
5fdc711f
GS
21937____________________________________________________________________________
21938[ 2417] By: jhi on 1998/11/30 08:14:00
99ed61e6
GS
21939 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
21940 Branch: cfgperl
21941 ! ext/Socket/Socket.xs
5fdc711f
GS
21942____________________________________________________________________________
21943[ 2416] By: jhi on 1998/11/30 08:00:15
99ed61e6
GS
21944 Log: Undo #2395, seems more like a problem in netbsd-current.
21945 Branch: cfgperl
21946 ! util.c
5fdc711f
GS
21947
21948----------------
21949Version 5.005_54
823168e8
GS
21950----------------
21951
21952____________________________________________________________________________
c2444246 21953[ 2414] By: gsar on 1998/11/30 02:23:55
99ed61e6
GS
21954 Log: more JPL tweaks
21955 Branch: perl
21956 - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
21957 ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
c2444246
GS
21958____________________________________________________________________________
21959[ 2413] By: gsar on 1998/11/30 01:35:56
99ed61e6
GS
21960 Log: stub bin/jpl that just runs JPL::Compile::files()
21961 Branch: perl
21962 + jpl/bin/jpl
c2444246
GS
21963____________________________________________________________________________
21964[ 2412] By: gsar on 1998/11/30 01:32:14
99ed61e6
GS
21965 Log: delete symlink
21966 Branch: perl
21967 - jpl/bin/jpl
c2444246
GS
21968____________________________________________________________________________
21969[ 2410] By: gsar on 1998/11/30 01:30:44
99ed61e6
GS
21970 Log: branch jpl from perlext to perl
21971 Branch: perl
21972 +> (branch 30 files)
c2444246
GS
21973____________________________________________________________________________
21974[ 2407] By: gsar on 1998/11/30 01:24:53
99ed61e6
GS
21975 Log: JPL tweaks to build with 5.005
21976 Branch: perlext
21977 ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
21978 ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
c2444246
GS
21979____________________________________________________________________________
21980[ 2406] By: gsar on 1998/11/30 00:55:54
99ed61e6
GS
21981 Log: integrate changes#2273,2274,2288,2291 from maint-5.004
21982 Branch: perl
21983 ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
c2444246 21984____________________________________________________________________________
db4a4bfe 21985[ 2405] By: gsar on 1998/11/30 00:28:55
99ed61e6
GS
21986 Log: patchlevel up to 54
21987 Branch: perl
21988 ! patchlevel.h win32/Makefile win32/config_H.bc
21989 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
db4a4bfe
GS
21990____________________________________________________________________________
21991[ 2403] By: gsar on 1998/11/29 23:35:50
99ed61e6
GS
21992 Log: integrate cfgperl changes into mainline
21993 Branch: perl
21994 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21995 !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
db4a4bfe
GS
21996____________________________________________________________________________
21997[ 2402] By: gsar on 1998/11/29 23:08:42
99ed61e6
GS
21998 Log: sync Text::Wrap version number
21999 Branch: perl
22000 ! lib/Text/Wrap.pm
db4a4bfe
GS
22001____________________________________________________________________________
22002[ 2401] By: gsar on 1998/11/29 22:56:21
99ed61e6
GS
22003 Log: textfill.t tweak
22004 Branch: perl
22005 ! t/lib/textfill.t
db4a4bfe
GS
22006____________________________________________________________________________
22007[ 2400] By: gsar on 1998/11/29 22:50:41
99ed61e6
GS
22008 Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
22009 <muir@idiom.com>
22010 Branch: perl
22011 + t/lib/textfill.t
22012 ! MANIFEST lib/Text/Wrap.pm
db4a4bfe
GS
22013____________________________________________________________________________
22014[ 2399] By: gsar on 1998/11/29 22:28:05
99ed61e6
GS
22015 Log: updated to Text::Wrap 98.112801 from CPAN; one published change
22016 has happened without the authors knowledge or consent; the subversive
22017 version (which is in 5.00502) breaks one of the tests in the
22018 authors testsuite; attempts are being made to find a fix that
22019 avoids breaking code already running with the 5.005_02 version
22020 From: David Muir Sharnoff <muir@idiom.com>
22021 Date: Sat, 28 Nov 1998 04:34:17 PST
22022 Message-Id: <199811281234.EAA03082@idiom.com>
22023 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
22024 Branch: perl
22025 ! lib/Text/Wrap.pm t/lib/textwrap.t
db4a4bfe
GS
22026____________________________________________________________________________
22027[ 2397] By: nick on 1998/11/29 20:13:58
99ed61e6
GS
22028 Log: Update docs and English.pm for $^C
22029 Branch: perl
22030 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
22031____________________________________________________________________________
22032[ 2396] By: jhi on 1998/11/29 20:13:03
99ed61e6
GS
22033 Log: Mirror #2384.
22034 Branch: cfgperl
22035 ! t/op/pwent.t
db4a4bfe
GS
22036____________________________________________________________________________
22037[ 2395] By: jhi on 1998/11/29 19:59:12
99ed61e6
GS
22038 Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
22039 Branch: cfgperl
22040 ! util.c
db4a4bfe
GS
22041____________________________________________________________________________
22042[ 2394] By: gsar on 1998/11/29 19:49:08
99ed61e6
GS
22043 Log: updated perlreftut.pod
22044 Branch: perl
22045 ! pod/perlreftut.pod
db4a4bfe
GS
22046____________________________________________________________________________
22047[ 2393] By: gsar on 1998/11/29 19:31:56
99ed61e6
GS
22048 Log: misc tweaks
22049 Branch: perl
22050 ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
db4a4bfe
GS
22051____________________________________________________________________________
22052[ 2392] By: gsar on 1998/11/29 19:31:18
99ed61e6
GS
22053 Log: notes about -DPERL_POLLUTE
22054 Branch: perl
22055 ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
db4a4bfe
GS
22056____________________________________________________________________________
22057[ 2391] By: gsar on 1998/11/29 19:13:52
99ed61e6
GS
22058 Log: explain various win32 build caveats more clearly
22059 Branch: perl
22060 ! README.win32 win32/Makefile win32/makefile.mk
db4a4bfe
GS
22061____________________________________________________________________________
22062[ 2390] By: gsar on 1998/11/29 16:51:59
99ed61e6
GS
22063 Log: remove I_POLL detection (Configure will do that now)
22064 Branch: perl
22065 ! ext/IO/Makefile.PL
db4a4bfe
GS
22066____________________________________________________________________________
22067[ 2389] By: jhi on 1998/11/29 16:39:16
99ed61e6
GS
22068 Log: Add I_POLL for IO 1.20.
22069 Branch: cfgperl
22070 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22071 ! config_h.SH
db4a4bfe
GS
22072____________________________________________________________________________
22073[ 2388] By: gsar on 1998/11/29 16:23:30
99ed61e6
GS
22074 Log: add p4desc (augments 'p4 describe' output with diffs for new files)
22075 Branch: perl
22076 + Porting/p4desc
22077 ! MANIFEST
db4a4bfe
GS
22078____________________________________________________________________________
22079[ 2387] By: gsar on 1998/11/29 16:08:03
99ed61e6
GS
22080 Log: another threads reliability fix: serialize writes to thr->threadsv
22081 avoid most uses of PL_na (which is much more inefficient than a
22082 simple local); update docs to suit; PL_na now being thr->Tna may
22083 be a minor compatibility issue for extensions--will require dTHR
22084 outside of XSUBs (those get automatic dTHR)
22085 Branch: perl
22086 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
22087 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
22088 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
22089 ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
22090 ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
22091 ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
22092 ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
22093 ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
22094 ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
db4a4bfe
GS
22095____________________________________________________________________________
22096[ 2386] By: jhi on 1998/11/29 15:40:42
99ed61e6
GS
22097 Log: Tune the "if" entry.
22098 Branch: cfgperl
22099 ! pod/perlfunc.pod
db4a4bfe
GS
22100____________________________________________________________________________
22101[ 2385] By: gsar on 1998/11/29 12:40:28
99ed61e6
GS
22102 Log: various fixes for race conditions under threads: mutex locks based
22103 on PL_threadnum were seriously flawed, since it means more than one
22104 thread could enter the critical region; PL_na was global instead of
22105 thread-local; child thread could finish and free thr structures
22106 before Thread->new() got around to creating the Thread object;
22107 cv_clone() needed locking, as it mucks with PL_comppad and other
22108 global data; new_struct_thread() needed to lock template-thread's
22109 mutex while copying its data
22110 Branch: perl
22111 ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
22112 ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
db4a4bfe
GS
22113____________________________________________________________________________
22114[ 2384] By: gsar on 1998/11/29 10:54:38
99ed61e6
GS
22115 Log: s/warn/print/ on multiply defined groups
22116 Branch: perl
22117 ! t/op/grent.t
db4a4bfe
GS
22118____________________________________________________________________________
22119[ 2383] By: gsar on 1998/11/29 10:48:39
99ed61e6
GS
22120 Log: backout change#2334
22121 Branch: perl
22122 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
22123____________________________________________________________________________
22124[ 2382] By: jhi on 1998/11/29 10:33:40
99ed61e6
GS
22125 Log: Better NetInfo behaviour.
22126 Branch: cfgperl
22127 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
22128____________________________________________________________________________
22129[ 2381] By: jhi on 1998/11/29 10:08:15
99ed61e6
GS
22130 Log: Integrate from mainperl.
22131 Branch: cfgperl
22132 +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
22133 +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22134 +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
22135 +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
22136 +> t/lib/io_poll.t t/lib/io_unix.t
22137 !> (integrate 58 files)
db4a4bfe
GS
22138____________________________________________________________________________
22139[ 2380] By: gsar on 1998/11/29 08:22:49
99ed61e6
GS
22140 Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
22141 Tim Bunce)
22142 Branch: perl
22143 ! gv.c
db4a4bfe
GS
22144____________________________________________________________________________
22145[ 2379] By: gsar on 1998/11/29 07:06:43
99ed61e6
GS
22146 Log: fix for pat.t failure under USE_THREADS
22147 Branch: perl
22148 ! pp_ctl.c regexec.c
db4a4bfe
GS
22149____________________________________________________________________________
22150[ 2378] By: nick on 1998/11/28 22:46:57
99ed61e6
GS
22151 Log: More C.pm tweaks
22152 Save globs even if we have saved cv itself before - may be imported.
22153
22154 While we don't save "bootstrap" CV we need to provide a stub,
22155 so that if we require it later we don't fall through and attempt
22156 to DynaLoad module again.
22157
22158 Attempt to save %INC so that "require" does not reload things
22159 we have compiled-in (does not work right yet - seems to be due
22160 to PL_incgv being created in perl_parse() current scheme setting
22161 GvHV() is "better" than saving the glob, but still does not
22162 work as I expect).
22163 Branch: perl
22164 ! ext/B/B/C.pm
db4a4bfe
GS
22165____________________________________________________________________________
22166[ 2377] By: gsar on 1998/11/28 22:30:38
99ed61e6
GS
22167 Log: various tweaks; result passes all tests for normal build on Solaris;
22168 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
22169 win32 due to lack of select() that works on non-socket fds
22170 Branch: perl
22171 ! ext/IO/poll.c regcomp.c regexec.c scope.c
22172 ! t/lib/io_multihomed.t win32/makefile.mk
db4a4bfe
GS
22173____________________________________________________________________________
22174[ 2376] By: gsar on 1998/11/28 20:44:39
99ed61e6
GS
22175 Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
22176 Branch: perl
22177 ! myconfig
db4a4bfe
GS
22178____________________________________________________________________________
22179[ 2375] By: gsar on 1998/11/28 20:42:58
99ed61e6
GS
22180 Log: integrate cfgperl changes into mainline
22181 Branch: perl
22182 !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
22183 !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
db4a4bfe
GS
22184____________________________________________________________________________
22185[ 2374] By: gsar on 1998/11/28 20:02:03
99ed61e6
GS
22186 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22187 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
22188 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
22189 Subject: [PATCH 5.00553] Yet another OS/2 patch
22190 Branch: perl
22191 ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
db4a4bfe
GS
22192____________________________________________________________________________
22193[ 2373] By: gsar on 1998/11/28 19:30:06
99ed61e6
GS
22194 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22195 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
22196 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
22197 Subject: [PATCH 5.005_53] Change $#+
22198 Branch: perl
22199 ! mg.c pod/perlvar.pod t/op/pat.t
db4a4bfe
GS
22200____________________________________________________________________________
22201[ 2372] By: gsar on 1998/11/28 19:28:00
99ed61e6
GS
22202 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22203 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
22204 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
22205 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
22206 Branch: perl
22207 ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
22208 ! thrdvar.h
db4a4bfe
GS
22209____________________________________________________________________________
22210[ 2371] By: gsar on 1998/11/28 19:23:53
99ed61e6
GS
22211 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22212 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
22213 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
22214 Subject: [PATCH 5.005_53] better -Mre=debugcolor
22215 Branch: perl
22216 ! embedvar.h objXSUB.h regexec.c thrdvar.h
db4a4bfe
GS
22217____________________________________________________________________________
22218[ 2370] By: gsar on 1998/11/28 19:21:17
99ed61e6
GS
22219 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22220 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
22221 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
22222 Subject: [PATCH 5.005_*] regcolors
22223 Branch: perl
22224 ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
db4a4bfe
GS
22225____________________________________________________________________________
22226[ 2369] By: gsar on 1998/11/28 19:00:15
99ed61e6
GS
22227 Log: allow final period in a file (not followed by a newline) to
22228 terminate format spec
22229 Branch: perl
22230 ! toke.c
db4a4bfe
GS
22231____________________________________________________________________________
22232[ 2368] By: gsar on 1998/11/28 18:58:25
99ed61e6
GS
22233 Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
22234 add C<$Config{installarchlib}/CORE> to the default locations searched
22235 on win32
22236 Branch: perl
22237 ! lib/ExtUtils/Liblist.pm
db4a4bfe
GS
22238____________________________________________________________________________
22239[ 2367] By: gsar on 1998/11/28 18:46:05
99ed61e6
GS
22240 Log: applied suggested patch with PERL_OBJECT tweaks
22241 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22242 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
22243 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
22244 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
22245 Branch: perl
22246 ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
22247 ! regexec.c t/op/pat.t thrdvar.h
db4a4bfe
GS
22248____________________________________________________________________________
22249[ 2366] By: gsar on 1998/11/28 18:38:34
99ed61e6
GS
22250 Log: additional documentation for qr//
22251 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22252 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
22253 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
22254 Subject: [PATCH 5.005_*] Documentation (fwd)
22255 Branch: perl
22256 ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
db4a4bfe
GS
22257____________________________________________________________________________
22258[ 2365] By: gsar on 1998/11/28 18:35:35
99ed61e6
GS
22259 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22260 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
22261 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
22262 Subject: [PATCH 5.005_*] Fix \G in REx without //g
22263 Branch: perl
22264 ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
22265 ! regexp.h t/op/pat.t thrdvar.h
db4a4bfe
GS
22266____________________________________________________________________________
22267[ 2364] By: gsar on 1998/11/28 18:24:20
99ed61e6
GS
22268 Log: update Test.pm to Test-1.12; tweak 're' detection
22269 Branch: perl
22270 ! lib/Test.pm
db4a4bfe
GS
22271____________________________________________________________________________
22272[ 2363] By: gsar on 1998/11/28 18:12:04
99ed61e6
GS
22273 Log: avoid command-line quoting portability problems in lex_assign.t
22274 Branch: perl
22275 ! t/op/lex_assign.t
db4a4bfe
GS
22276____________________________________________________________________________
22277[ 2362] By: gsar on 1998/11/28 18:08:50
99ed61e6
GS
22278 Log: From: John Tobey <jtobey@channel1.com>
22279 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
22280 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
22281 Subject: PATCH: document English.pm sawampersand and thread issues
22282 Branch: perl
22283 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
22284____________________________________________________________________________
22285[ 2361] By: gsar on 1998/11/28 18:03:04
99ed61e6
GS
22286 Log: fix uninitialized warnings
22287 From: Brian Callaghan <callagh@itginc.com>
22288 Date: Thu, 19 Nov 1998 17:49:10 -0800
22289 Message-Id: <3654CA96.B64FCAEB@itginc.com>
22290 Subject: Complete.pm patch (version 1.1)
22291 Branch: perl
22292 ! lib/Term/Complete.pm
db4a4bfe
GS
22293____________________________________________________________________________
22294[ 2360] By: gsar on 1998/11/28 17:59:16
99ed61e6
GS
22295 Log: s/Array/List/ suggested by John Tobey
22296 Branch: perl
22297 ! pod/perldata.pod
db4a4bfe
GS
22298____________________________________________________________________________
22299[ 2359] By: gsar on 1998/11/28 17:47:48
99ed61e6
GS
22300 Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
22301 Branch: perl
22302 ! lib/Tie/Handle.pm pod/perlfunc.pod
db4a4bfe
GS
22303____________________________________________________________________________
22304[ 2358] By: jhi on 1998/11/28 17:23:15
99ed61e6
GS
22305 Log: Revamp the locale tests.
22306 (0) Instead of rewiring a few locales scan for them.
22307 (1) Bogus test #101 removed.
22308 (2) All the locales are checked, the lists of failed
22309 and non-failed ones are displayed.
22310 (3) The test #103 is again 'active' so that it may fail.
22311 (4) To balance (3) a hopefully pacifying message is shown
22312 if the #103 fails.
22313 Branch: cfgperl
22314 ! t/pragma/locale.t
db4a4bfe
GS
22315____________________________________________________________________________
22316[ 2357] By: gsar on 1998/11/28 17:21:07
99ed61e6
GS
22317 Log: add perlreftut.pod
22318 Branch: perl
22319 + pod/perlreftut.pod
22320 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
22321 ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
22322 ! win32/pod.mak
db4a4bfe
GS
22323____________________________________________________________________________
22324[ 2356] By: jhi on 1998/11/28 16:58:01
99ed61e6
GS
22325 Log: Change #2346 fallout.
22326 Branch: cfgperl
22327 ! t/op/undef.t
db4a4bfe
GS
22328____________________________________________________________________________
22329[ 2355] By: gsar on 1998/11/28 16:46:43
99ed61e6
GS
22330 Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
22331 ANSI prototypes
22332 Branch: perl
22333 ! ext/IO/IO.xs
db4a4bfe
GS
22334____________________________________________________________________________
22335[ 2354] By: gsar on 1998/11/28 16:08:07
99ed61e6
GS
22336 Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
22337 keep platform hacks that aren't in the 1.20 dist; add new files
22338 to MANIFEST; hack Makefile.PL; result hasn't been tested
22339 anywhere
22340 Branch: perl
22341 + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
22342 + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22343 + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
22344 + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
22345 ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
22346 ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22347 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22348 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
22349 ! t/lib/io_sock.t t/lib/io_udp.t
db4a4bfe
GS
22350____________________________________________________________________________
22351[ 2353] By: jhi on 1998/11/28 15:51:03
99ed61e6
GS
22352 Log: Locale collation, ctype, and numeric, were initialized wrong
22353 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
22354 as reported by
22355
22356 From: Ilya.Sandler@etak.com (Ilya Sandler)
22357 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
22358 To: perlbug@perl.com
22359 Date: 25 Nov 1998 04:53:52 +0200
22360 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
22361 Branch: cfgperl
22362 ! util.c
db4a4bfe
GS
22363____________________________________________________________________________
22364[ 2352] By: nick on 1998/11/28 15:21:59
99ed61e6
GS
22365 Log: Implement $^C to allow perl access to -c flag - I think this
22366 was agreed once...
22367 Branch: perl
22368 ! gv.c mg.c
db4a4bfe
GS
22369____________________________________________________________________________
22370[ 2351] By: jhi on 1998/11/28 15:14:24
99ed61e6
GS
22371 Log: Change #2251 fixup.
22372 Branch: cfgperl
22373 ! myconfig
db4a4bfe
GS
22374____________________________________________________________________________
22375[ 2350] By: jhi on 1998/11/28 14:58:19
99ed61e6
GS
22376 Log: Integrate from mainperl.
22377 Branch: cfgperl
22378 +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22379 +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22380 +> pod/perl5005delta.pod
22381 !> (integrate 49 files)
db4a4bfe
GS
22382____________________________________________________________________________
22383[ 2349] By: jhi on 1998/11/28 14:27:36
99ed61e6
GS
22384 Log: Passwd and group file groveling.
22385 Branch: cfgperl
22386 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
22387____________________________________________________________________________
22388[ 2348] By: gsar on 1998/11/28 14:09:50
99ed61e6
GS
22389 Log: more conservative version of changes#2345,2346,2347; those break
22390 C<defined(@{"foo::ISA"})> which seems to be extensively used in
22391 the libs :-(
22392 Branch: perl
22393 ! pp.c t/op/method.t
db4a4bfe
GS
22394____________________________________________________________________________
22395[ 2347] By: gsar on 1998/11/28 13:36:08
99ed61e6
GS
22396 Log: tweak bogus test
22397 Branch: perl
22398 ! t/op/method.t
db4a4bfe
GS
22399____________________________________________________________________________
22400[ 2346] By: gsar on 1998/11/28 13:20:34
99ed61e6
GS
22401 Log: test cases for previous change
22402 Branch: perl
22403 ! t/op/undef.t
db4a4bfe
GS
22404____________________________________________________________________________
22405[ 2345] By: gsar on 1998/11/28 13:07:17
99ed61e6
GS
22406 Log: fix typo in pp_defined() causing C<defined %tied> to fail
22407 Branch: perl
22408 ! pp.c
db4a4bfe
GS
22409____________________________________________________________________________
22410[ 2344] By: gsar on 1998/11/28 13:03:29
99ed61e6
GS
22411 Log: s/comment/comment_t/ tweak (suggested by John Gorman
22412 <jgorman@webbysoft.com>)
22413 Branch: perl
22414 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
db4a4bfe
GS
22415____________________________________________________________________________
22416[ 2343] By: gsar on 1998/11/28 12:52:40
99ed61e6
GS
22417 Log: add (stub) perldelta.pod
22418 Branch: perl
22419 + pod/perldelta.pod
db4a4bfe
GS
22420____________________________________________________________________________
22421[ 2342] By: gsar on 1998/11/28 12:49:26
99ed61e6
GS
22422 Log: rename perldelta.pod to perl5005delta.pod in preparation for
22423 starting a new one
22424 Branch: perl
22425 +> pod/perl5005delta.pod
22426 - pod/perldelta.pod
22427 ! MANIFEST pod/perl.pod
db4a4bfe
GS
22428____________________________________________________________________________
22429[ 2341] By: gsar on 1998/11/28 12:41:55
99ed61e6
GS
22430 Log: fix MALLOC_LOCK #define
22431 Branch: perl
22432 ! malloc.c
db4a4bfe
GS
22433____________________________________________________________________________
22434[ 2340] By: gsar on 1998/11/28 12:18:23
99ed61e6
GS
22435 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22436 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
22437 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
22438 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
22439 Branch: perl
22440 ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
db4a4bfe
GS
22441____________________________________________________________________________
22442[ 2339] By: jhi on 1998/11/28 11:59:01
99ed61e6
GS
22443 Log: Add -lm to dynix/ptx POSIX hints.
22444 From: "Martin J. Bligh" <mbligh@sequent.com>
22445 To: jhi@iki.fi
22446 Subject: Re: Making Perl work on DYNIX/ptx
22447 Date: Wed, 25 Nov 1998 10:34:41 -0800
22448 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
22449 Branch: cfgperl
22450 ! ext/POSIX/hints/dynixptx.pl
db4a4bfe
GS
22451____________________________________________________________________________
22452[ 2338] By: jhi on 1998/11/28 11:57:19
99ed61e6
GS
22453 Log: Detypo.
22454 Branch: cfgperl
22455 ! lib/filetest.pm
db4a4bfe
GS
22456____________________________________________________________________________
22457[ 2337] By: jhi on 1998/11/28 11:56:29
99ed61e6
GS
22458 Log: Better LD_LIBRARY_PATH instructions for Bourneists.
22459 Branch: cfgperl
22460 ! Configure
db4a4bfe
GS
22461____________________________________________________________________________
22462[ 2336] By: gsar on 1998/11/28 11:41:14
99ed61e6
GS
22463 Log: teach CPAN.pm to ignore beta perl distributions when looking for
22464 modules
22465 From: root@dogberry.rutgers.edu (root)
22466 Date: Thu, 12 Nov 1998 23:08:39 -0500
22467 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
22468 Subject: recompile tries getting a perl distribution
22469 Branch: perl
22470 ! lib/CPAN.pm
db4a4bfe
GS
22471____________________________________________________________________________
22472[ 2335] By: gsar on 1998/11/28 11:27:46
99ed61e6
GS
22473 Log: make $1 et al readonly under threads; make C<undef $1> fail like
22474 C<$1 = undef> does
22475 Branch: perl
22476 ! op.c pp.c t/op/undef.t
db4a4bfe
GS
22477____________________________________________________________________________
22478[ 2334] By: gsar on 1998/11/28 10:24:52
99ed61e6
GS
22479 Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
22480 Branch: perl
22481 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
22482____________________________________________________________________________
22483[ 2333] By: gsar on 1998/11/28 09:36:40
99ed61e6
GS
22484 Log: document changed PERL_HASH()
22485 Branch: perl
22486 ! pod/perlfunc.pod pod/perlguts.pod
db4a4bfe
GS
22487____________________________________________________________________________
22488[ 2332] By: nick on 1998/11/27 21:10:27
99ed61e6
GS
22489 Log: Handle INIT list in C.pm
22490 1. Provide init_av() from B.xs
22491 2. Export it in B.pm
22492 3. Use it in C.pm
22493 Also disable some pruning in savecv() which seems to undo
22494 my previous patch.
22495 Experimental feature - save pathnames of .so files in easily
22496 grep-able form for use in wrapper to feed to linker.
22497 Branch: perl
22498 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
db4a4bfe
GS
22499____________________________________________________________________________
22500[ 2327] By: gsar on 1998/11/27 15:12:01
99ed61e6
GS
22501 Log: integrate change#2315 from maint-5.005
22502 Branch: perl
22503 ! t/op/sort.t
22504 !> op.c sv.c
db4a4bfe
GS
22505____________________________________________________________________________
22506[ 2326] By: gsar on 1998/11/27 15:00:42
99ed61e6
GS
22507 Log: integrate changes#2304,2305,2306,2308 from maint-5.005
22508 Branch: perl
22509 !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
22510 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22511 !> lib/ExtUtils/typemap
db4a4bfe
GS
22512____________________________________________________________________________
22513[ 2325] By: gsar on 1998/11/27 14:46:18
99ed61e6
GS
22514 Log: malloc bugfix and documentation from Ilya Zakharevich
22515 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
22516 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
22517 Subject: [PATCH 5.005_*] Re: Internal coredump
22518 --
22519 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
22520 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
22521 Subject: [PATCH 5.005_*] malloc.c documentation
22522 Branch: perl
22523 ! malloc.c
db4a4bfe
GS
22524____________________________________________________________________________
22525[ 2324] By: gsar on 1998/11/27 14:41:38
99ed61e6
GS
22526 Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
22527 Branch: perl
22528 ! ext/B/B/C.pm
db4a4bfe
GS
22529____________________________________________________________________________
22530[ 2323] By: gsar on 1998/11/27 14:33:44
99ed61e6
GS
22531 Log: From: maeda@src.ricoh.co.jp
22532 Date: Tue, 24 Nov 1998 10:37:45 +0900
22533 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
22534 Subject: format "..." bug
22535 Branch: perl
22536 ! pp_ctl.c t/op/write.t
db4a4bfe
GS
22537____________________________________________________________________________
22538[ 2322] By: gsar on 1998/11/27 14:20:12
99ed61e6
GS
22539 Log: add ext/Devel/Peek
22540 From: jan.dubois@ibm.net (Jan Dubois)
22541 Date: Mon, 23 Nov 1998 00:48:11 +0100
22542 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
22543 Subject: [PATCH 5.005_53] Devel::Peek integration
22544 Branch: perl
22545 + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22546 + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22547 ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
22548 ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
22549 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
db4a4bfe
GS
22550____________________________________________________________________________
22551[ 2321] By: gsar on 1998/11/27 13:03:08
99ed61e6
GS
22552 Log: ensure 'make regen_headers' even without perl installed
22553 (suggested by Ilya Zakharevich)
22554 Branch: perl
22555 ! bytecode.pl warning.pl
db4a4bfe
GS
22556____________________________________________________________________________
22557[ 2320] By: gsar on 1998/11/27 12:58:36
99ed61e6
GS
22558 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22559 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
22560 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
22561 Subject: [PATCH 5.005_*] Cosmetic malloc patch
22562 Branch: perl
22563 ! malloc.c
db4a4bfe
GS
22564____________________________________________________________________________
22565[ 2319] By: gsar on 1998/11/27 12:56:13
99ed61e6
GS
22566 Log: eliminate dup hunk from integration
22567 Branch: perl
22568 ! lib/filetest.pm perl.h
db4a4bfe
GS
22569____________________________________________________________________________
22570[ 2318] By: gsar on 1998/11/27 12:50:08
99ed61e6
GS
22571 Log: integrate cfgperl changes into mainline
22572 Branch: perl
22573 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
22574 ! pod/perlfaq4.pod
22575 !> (integrate 30 files)
db4a4bfe
GS
22576____________________________________________________________________________
22577[ 2317] By: jhi on 1998/11/27 11:38:13
99ed61e6
GS
22578 Log: C<-x>.
22579 Branch: cfgperl
22580 ! lib/filetest.pm
db4a4bfe
GS
22581____________________________________________________________________________
22582[ 2316] By: jhi on 1998/11/27 11:10:22
99ed61e6
GS
22583 Log: Integrate from mainperl.
22584 Branch: cfgperl
22585 !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
22586 !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
22587 !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
22588 !> universal.c util.c win32/GenCAPI.pl win32/win32.h
22589 !> win32/win32sck.c
db4a4bfe
GS
22590____________________________________________________________________________
22591[ 2315] By: gbarr on 1998/11/27 05:16:50
99ed61e6
GS
22592 Log: integrate change#2246 from mainline, while still allowing
22593 C<sort $globref @foo>
22594
22595 allow C<sort $coderef @foo>
22596 Branch: maint-5.005/perl
22597 ! op.c sv.c
22598 !> t/op/sort.t
db4a4bfe
GS
22599____________________________________________________________________________
22600[ 2308] By: gbarr on 1998/11/27 00:11:44
99ed61e6
GS
22601 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
22602 forwarded by Jarkko Hietaniemi from Mark Bixby
22603 Branch: maint-5.005/perl
22604 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
22605____________________________________________________________________________
22606[ 2306] By: gbarr on 1998/11/26 23:44:47
99ed61e6
GS
22607 Log: Allow PL_FILES to have multiple targets from one source by allowing
22608 an array ref as the value in the hash
22609 Branch: maint-5.005/perl
22610 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22611 ! lib/ExtUtils/MakeMaker.pm
db4a4bfe
GS
22612____________________________________________________________________________
22613[ 2305] By: gbarr on 1998/11/26 23:38:06
99ed61e6
GS
22614 Log: fix unsigned variables to use SvUV and sv_setuv
22615 Branch: maint-5.005/perl
22616 ! lib/ExtUtils/typemap
db4a4bfe
GS
22617____________________________________________________________________________
22618[ 2304] By: gbarr on 1998/11/26 23:36:17
99ed61e6
GS
22619 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
22620 Branch: maint-5.005/perl
22621 ! lib/ExtUtils/MM_Unix.pm
db4a4bfe
GS
22622____________________________________________________________________________
22623[ 2301] By: gsar on 1998/11/26 10:16:54
99ed61e6
GS
22624 Log: fix PL_defoutgv leak under threads
22625 Branch: perl
22626 ! ext/Thread/Thread.xs
db4a4bfe
GS
22627____________________________________________________________________________
22628[ 2300] By: gsar on 1998/11/26 09:04:44
99ed61e6
GS
22629 Log: properly free temporaries created by threads
22630 Branch: perl
22631 ! ext/Thread/Thread.xs
db4a4bfe
GS
22632____________________________________________________________________________
22633[ 2299] By: gsar on 1998/11/26 06:51:16
99ed61e6
GS
22634 Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
22635 to set the package for the block properly
22636 Branch: perl
22637 ! op.c t/comp/package.t t/lib/dumper.t
db4a4bfe
GS
22638____________________________________________________________________________
22639[ 2298] By: nick on 1998/11/24 22:04:20
99ed61e6
GS
22640 Log: Part-1 of tweaks to allow Tk to be "compiled"
22641 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
22642 (May also need attention to exports etc. - to follow.)
22643 Branch: perl
22644 ! universal.c
db4a4bfe
GS
22645____________________________________________________________________________
22646[ 2294] By: jhi on 1998/11/23 10:44:26
99ed61e6
GS
22647 Log: The new socket tests need in some platforms
22648 to #include <sys/types.h>.
22649 Branch: cfgperl
22650 ! Configure
db4a4bfe
GS
22651____________________________________________________________________________
22652[ 2293] By: jhi on 1998/11/23 10:33:42
99ed61e6
GS
22653 Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22654 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
22655 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22656 Date: Mon, 23 Nov 1998 10:07:04 +0100
22657 Message-Id: <9811230907.AA06484@AWT.nl>
22658
22659 NeXTstep NetInfo uses nidump to get the user/group databases.
22660 Branch: cfgperl
22661 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
22662____________________________________________________________________________
22663[ 2291] By: TimBunce on 1998/11/22 22:23:09
99ed61e6
GS
22664 Log: Updated Porting/patchls utility.
22665 Branch: maint-5.004/perl
22666 ! Porting/patchls
db4a4bfe
GS
22667____________________________________________________________________________
22668[ 2288] By: TimBunce on 1998/11/22 21:46:11
99ed61e6
GS
22669 Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
22670 From: Henrik Tougaard <ht.000@foa.dk>
22671 Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
22672 Files: lib/Sys/Syslog.pm
22673 Branch: maint-5.004/perl
22674 ! lib/Sys/Syslog.pm
db4a4bfe
GS
22675____________________________________________________________________________
22676[ 2286] By: jhi on 1998/11/22 19:08:42
99ed61e6
GS
22677 Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
22678 Branch: cfgperl
22679 ! ext/Socket/Socket.xs
db4a4bfe
GS
22680____________________________________________________________________________
22681[ 2285] By: jhi on 1998/11/22 18:21:07
99ed61e6
GS
22682 Log: MSG_PROXY for GNU/Hurd (previously we believed that
22683 all GNU libc platforms have MSG_PROXY. Untrue).
22684 In fact this ended up as a major MSG_* and SCM_*
22685 update. The MSG_XXX known to be enums in some
22686 versions of the glibc are now probed for and respective
22687 HAS_MSG_XXX are defined. While I was at it I noticed
22688 SCM_RIGHTS being similarly an enum. This reminded me of
22689 an ancient discussion in perl5-porters:
22690 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
22691 The BSD socket interface has a nifty feature for passing
22692 file descriptors and credentials--via sockets. It may be
22693 too late to add this functionality to the CORE but
22694 at least Configure now probes for the functions,
22695 structs, and includes, defining the appropriate
22696 HAS_YYY and I_ZZZ, and the Socket extension exports
22697 the constants, in case somebody wants to write an
22698 extension for this interface.
22699 Branch: cfgperl
22700 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22701 ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
22702 ! iperlsys.h
db4a4bfe
GS
22703____________________________________________________________________________
22704[ 2284] By: jhi on 1998/11/22 18:13:21
99ed61e6
GS
22705 Log: perlhist.pod 1.54, containing 5_53.
22706 Branch: cfgperl
22707 ! pod/perlhist.pod
db4a4bfe
GS
22708____________________________________________________________________________
22709[ 2274] By: TimBunce on 1998/11/22 16:25:46
99ed61e6
GS
22710 Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
22711 Branch: maint-5.004/perl
22712 ! doio.c
db4a4bfe
GS
22713____________________________________________________________________________
22714[ 2273] By: TimBunce on 1998/11/22 16:17:43
99ed61e6
GS
22715 Log: Improve op/die_exit.t test for implicit close changing $!
22716 Branch: maint-5.004/perl
22717 ! t/op/die_exit.t
db4a4bfe
GS
22718____________________________________________________________________________
22719[ 2268] By: jhi on 1998/11/22 14:44:11
99ed61e6
GS
22720 Log: Fix thinko.
22721 Branch: cfgperl
22722 ! hints/dynixptx.sh
db4a4bfe
GS
22723____________________________________________________________________________
22724[ 2267] By: jhi on 1998/11/22 13:19:41
99ed61e6
GS
22725 Log: Document the d_socket override.
22726 Branch: cfgperl
22727 ! hints/dynixptx.sh
db4a4bfe
GS
22728____________________________________________________________________________
22729[ 2266] By: jhi on 1998/11/22 12:12:29
99ed61e6
GS
22730 Log: From: John Tobey <jtobey@channel1.com>
22731 Subject: [PATCH] perlfaq typos
22732 To: perl5-porters@perl.com
22733 Date: 22 Nov 1998 04:25:15 +0200
22734 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
22735 Branch: cfgperl
22736 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22737 ! pod/perlfaq7.pod pod/perlfaq8.pod
db4a4bfe
GS
22738____________________________________________________________________________
22739[ 2265] By: jhi on 1998/11/22 12:06:29
99ed61e6
GS
22740 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
22741 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
22742 Newsgroups: hut.lists.perl5-porters
22743 To: gsar@engin.umich.edu (Gurusamy Sarathy)
22744 Cc: perl5-porters@perl.org (Perl5 Porters)
22745 Date: 20 Nov 1998 12:20:41 +0200
22746 Branch: cfgperl
22747 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22748 ! ext/DB_File/DB_File.xs
db4a4bfe
GS
22749____________________________________________________________________________
22750[ 2264] By: jhi on 1998/11/22 11:55:09
99ed61e6
GS
22751 Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
22752 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22753 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22754 To: perlbug@perl.com
22755 Date: 20 Nov 1998 18:39:06 +0200
22756 Lines: 47
22757 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
22758 Branch: cfgperl
22759 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
22760____________________________________________________________________________
22761[ 2263] By: jhi on 1998/11/22 11:42:59
99ed61e6
GS
22762 Log: Permission testing is tricky when we have too much power.
22763 Problem reported in
22764 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22765 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22766 To: perlbug@perl.com
22767 Date: 20 Nov 1998 18:39:06 +0200
22768 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
22769 Branch: cfgperl
22770 ! t/op/filetest.t
db4a4bfe
GS
22771____________________________________________________________________________
22772[ 2262] By: gsar on 1998/11/22 11:37:02
99ed61e6
GS
22773 Log: fix broken CAPI generation
22774 Branch: perl
22775 ! win32/GenCAPI.pl
db4a4bfe
GS
22776____________________________________________________________________________
22777[ 2261] By: jhi on 1998/11/22 11:17:00
99ed61e6
GS
22778 Log: -x should be C<-x>, reported by Gerben Wierda.
22779 Branch: cfgperl
22780 ! pod/perlfunc.pod
db4a4bfe
GS
22781____________________________________________________________________________
22782[ 2260] By: gsar on 1998/11/22 11:12:02
99ed61e6
GS
22783 Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
22784 Branch: perl
22785 ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
22786 ! proto.h
db4a4bfe
GS
22787____________________________________________________________________________
22788[ 2259] By: jhi on 1998/11/22 11:06:40
99ed61e6
GS
22789 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
22790 Subject: Re: [PATCH] Re: pod2man bug in date generated line
22791 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
22792 Cc: perlbug@perl.com
22793 Date: 20 Nov 1998 21:30:17 +0200
22794 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
22795 Branch: cfgperl
22796 ! pod/pod2man.PL
db4a4bfe
GS
22797____________________________________________________________________________
22798[ 2256] By: jhi on 1998/11/21 10:44:01
99ed61e6
GS
22799 Log: From: Thomas Bowditch <bowditch@inmet.com>
22800 Subject: Benchmark.pm suggestion
22801 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
22802 Date: Fri, 20 Nov 1998 17:43:46 -0500
22803 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
22804
22805 Added timesum().
22806 Branch: cfgperl
22807 ! lib/Benchmark.pm
db4a4bfe
GS
22808____________________________________________________________________________
22809[ 2255] By: gsar on 1998/11/21 08:45:06
99ed61e6
GS
22810 Log: another win32 portability fix: make sysread() and syswrite()
22811 work on sockets
22812 Branch: perl
22813 ! pp_sys.c win32/win32.h
db4a4bfe
GS
22814____________________________________________________________________________
22815[ 2254] By: gsar on 1998/11/21 07:49:06
99ed61e6
GS
22816 Log: win32_recvfrom() compatibility fix
22817 Branch: perl
22818 ! win32/win32sck.c
db4a4bfe
GS
22819____________________________________________________________________________
22820[ 2253] By: jhi on 1998/11/20 08:22:06
99ed61e6
GS
22821 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
22822 To: jhi@iki.fi
22823 Subject: MPE/iX Perl 5.005_02 oops
22824 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
22825 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
22826 Branch: cfgperl
22827 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
22828____________________________________________________________________________
22829[ 2252] By: gsar on 1998/11/19 17:38:03
99ed61e6
GS
22830 Log: mess_sv tweak for change#2249
22831 Branch: perl
22832 ! util.c
db4a4bfe
GS
22833____________________________________________________________________________
22834[ 2251] By: jhi on 1998/11/18 12:32:19
99ed61e6
GS
22835 Log: Display use64bits and usemultiplicity but only if necessary.
22836 Branch: cfgperl
22837 ! myconfig
db4a4bfe
GS
22838____________________________________________________________________________
22839[ 2250] By: jhi on 1998/11/18 12:26:50
99ed61e6
GS
22840 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
22841 Subject: pp.c uses 'unsigned Quad_t'
22842 To: perlbug@perl.com
22843 Date: Sun, 15 Nov 1998 20:57:05 -0300
22844 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
22845 Branch: cfgperl
22846 ! perl.h pp.c
db4a4bfe
GS
22847____________________________________________________________________________
22848[ 2249] By: gsar on 1998/11/18 05:43:11
99ed61e6
GS
22849 Log: use PL_mess_sv only during global destruction (fixes problems with
22850 overlapping invocations of form()/warn()/die()/croak() trampling on
22851 each other's messages)
22852 Branch: perl
22853 ! mg.c util.c
db4a4bfe
GS
22854____________________________________________________________________________
22855[ 2248] By: gsar on 1998/11/18 05:39:36
99ed61e6
GS
22856 Log: tweak change#2245 to skip previous message if any
22857 Branch: perl
22858 ! pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
22859____________________________________________________________________________
22860[ 2247] By: jhi on 1998/11/17 11:46:56
99ed61e6
GS
22861 Log: Integrate from mainperl.
22862 Branch: cfgperl
22863 !> (integrate 26 files)
db4a4bfe
GS
22864____________________________________________________________________________
22865[ 2246] By: gsar on 1998/11/17 09:41:10
99ed61e6
GS
22866 Log: allow C<sort $coderef @foo>
22867 Branch: perl
22868 ! op.c t/op/sort.t t/pragma/overload.t
db4a4bfe
GS
22869____________________________________________________________________________
22870[ 2245] By: gsar on 1998/11/17 08:28:26
99ed61e6
GS
22871 Log: propagate failures in DESTROY() as (optional) warnings
22872 Branch: perl
22873 ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
22874____________________________________________________________________________
22875[ 2244] By: gsar on 1998/11/17 07:43:08
99ed61e6
GS
22876 Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
22877 Branch: perl
22878 ! perl.c thrdvar.h
db4a4bfe
GS
22879____________________________________________________________________________
22880[ 2243] By: gsar on 1998/11/17 07:40:09
99ed61e6
GS
22881 Log: sort WARN_FOO symbols to avoid hash traversal order dependency
22882 Branch: perl
22883 ! lib/warning.pm warning.h warning.pl
db4a4bfe
GS
22884____________________________________________________________________________
22885[ 2242] By: gsar on 1998/11/17 06:32:39
99ed61e6
GS
22886 Log: fix skipspace() to properly account for newlines in eval''-ed
22887 strings (caused bogus line numbers in diagnostics and debugger)
22888 Branch: perl
22889 ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
db4a4bfe
GS
22890____________________________________________________________________________
22891[ 2241] By: gsar on 1998/11/17 03:48:12
99ed61e6
GS
22892 Log: s/Perl_utf8skip/PL_utf8skip/g
22893 Branch: perl
22894 ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
db4a4bfe
GS
22895____________________________________________________________________________
22896[ 2240] By: gsar on 1998/11/14 06:09:06
99ed61e6
GS
22897 Log: rework op/groups.t
22898 Branch: perl
22899 ! t/op/filetest.t t/op/groups.t
db4a4bfe
GS
22900____________________________________________________________________________
22901[ 2235] By: gsar on 1998/11/14 00:17:05
99ed61e6
GS
22902 Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
22903 Branch: perl
22904 ! op.c
db4a4bfe
GS
22905____________________________________________________________________________
22906[ 2234] By: gsar on 1998/11/14 00:14:02
99ed61e6
GS
22907 Log: update Changes
22908 Branch: perl
22909 ! Changes win32/config.bc win32/config.gc win32/config.vc
db4a4bfe
GS
22910____________________________________________________________________________
22911[ 2233] By: gsar on 1998/11/13 09:43:03
99ed61e6
GS
22912 Log: doc tweak
22913 Branch: perl
22914 ! README.win32
db4a4bfe 22915____________________________________________________________________________
823168e8 22916[ 2230] By: jhi on 1998/11/12 17:07:45
99ed61e6
GS
22917 Log: Allow hints file override for d_socket
22918 (based on Sequent-induced change #2229).
22919 Branch: cfgperl
22920 ! Configure
823168e8
GS
22921____________________________________________________________________________
22922[ 2229] By: jhi on 1998/11/12 16:32:33
99ed61e6
GS
22923 Log:
22924 From: "Martin J. Bligh" <mbligh@sequent.com>
22925 To: jhi@iki.fi
22926 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
22927 Subject: Re: Making Perl work on DYNIX/ptx
22928 Date: Tue, 10 Nov 1998 16:24:26 -0800
22929 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
22930 Branch: cfgperl
22931 ! hints/dynixptx.sh
823168e8
GS
22932____________________________________________________________________________
22933[ 2228] By: jhi on 1998/11/12 11:40:37
99ed61e6
GS
22934 Log: From: "Martin J. Bligh" <mbligh@sequent.com>
22935 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
22936 To: jhi@iki.fi
22937 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
22938 Subject: Re: Making Perl work on DYNIX/ptx
22939 Date: Tue, 10 Nov 1998 18:01:10 -0800
22940 Branch: cfgperl
22941 + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
823168e8
GS
22942____________________________________________________________________________
22943[ 2227] By: jhi on 1998/11/12 11:17:42
99ed61e6
GS
22944 Log: Integrate from mainperl.
22945 Branch: cfgperl
22946 !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
22947 !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
22948 !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
22949 !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
22950 !> win32/win32.c x2p/s2p.PL
823168e8
GS
22951____________________________________________________________________________
22952[ 2226] By: gsar on 1998/11/11 21:05:42
99ed61e6
GS
22953 Log: provide -DPERL_POLLUTE
22954 Branch: perl
22955 ! embed.pl embedvar.h
823168e8
GS
22956____________________________________________________________________________
22957[ 2225] By: jhi on 1998/11/09 07:45:12
99ed61e6
GS
22958 Log: From: Hans Mulder <hansm@icgroup.nl>
22959 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
22960 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
22961 perl5-porters@perl.org
22962 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
22963 (UNINSTALLED)
22964 Date: Sun, 8 Nov 98 22:20:23 +0100
22965 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
22966 Branch: cfgperl
22967 ! malloc.c perl.h
823168e8
GS
22968____________________________________________________________________________
22969[ 2224] By: gsar on 1998/11/09 03:13:14
99ed61e6
GS
22970 Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
22971 Christoph <lupe@alanya.m.isar.de>)
22972 Branch: perl
22973 ! lib/Text/Wrap.pm
823168e8
GS
22974____________________________________________________________________________
22975[ 2223] By: gsar on 1998/11/09 02:09:06
99ed61e6
GS
22976 Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
22977 <lionel.fourquaux@wanadoo.fr>)
22978 Branch: perl
22979 ! x2p/s2p.PL
823168e8
GS
22980____________________________________________________________________________
22981[ 2222] By: gsar on 1998/11/09 01:56:24
99ed61e6
GS
22982 Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
22983 Date: Wed, 04 Nov 1998 12:19:44 +0000
22984 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
22985 Subject: [PATCH] Re: [5.005_53] read overflow?
22986 --
22987 Date: Wed, 04 Nov 1998 13:15:18 +0000
22988 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
22989 Subject: [PATCH 5.005_53] perl -V fix
22990 Branch: perl
22991 ! perl.c regexec.c
823168e8
GS
22992____________________________________________________________________________
22993[ 2221] By: gsar on 1998/11/09 01:34:56
99ed61e6
GS
22994 Log: From: jan.dubois@ibm.net (Jan Dubois)
22995 Date: Sun, 01 Nov 1998 00:05:01 +0100
22996 Message-ID: <364294bd.18052307@smtp1.ibm.net>
22997 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
22998 Branch: perl
22999 ! Changes win32/makedef.pl
823168e8
GS
23000____________________________________________________________________________
23001[ 2220] By: gsar on 1998/11/08 21:13:07
99ed61e6
GS
23002 Log: integrate changes#2120,2168,2218 from maint-5.005;
23003 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
23004 enum; make regen_headers
23005 Branch: perl
23006 ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
23007 ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
823168e8
GS
23008____________________________________________________________________________
23009[ 2219] By: gsar on 1998/11/08 19:42:57
99ed61e6
GS
23010 Log: integrate cfgperl changes into mainline
23011 Branch: perl
23012 +> README.vmesa
23013 !> Configure MANIFEST Porting/Glossary Porting/config.sh
23014 !> Porting/config_H config_h.SH ext/Thread/Thread.xs
23015 !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
23016 !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
23017 !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
23018 !> thread.h vms/subconfigure.com vos/config.h
823168e8
GS
23019____________________________________________________________________________
23020[ 2218] By: gbarr on 1998/11/08 16:48:44
99ed61e6
GS
23021 Log: From: Graham Barr <gbarr@ti.com>
23022 Date: Mon, 2 Nov 1998 07:38:52 -0600
23023 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
23024 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
23025 Branch: maint-5.005/perl
23026 ! ext/IPC/SysV/Msg.pm
823168e8
GS
23027____________________________________________________________________________
23028[ 2215] By: gsar on 1998/11/08 02:52:52
99ed61e6
GS
23029 Log: set close-on-exec bit on pipe() FDs
23030 Branch: perl
23031 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
823168e8
GS
23032____________________________________________________________________________
23033[ 2214] By: gsar on 1998/11/08 02:27:57
99ed61e6
GS
23034 Log: typo in newHVhv()
23035 Branch: perl
23036 ! hv.c
823168e8
GS
23037____________________________________________________________________________
23038[ 2211] By: jhi on 1998/11/07 21:14:18
99ed61e6
GS
23039 Log: Finalize the Mach CThreads support.
23040
23041 From: Hans Mulder <hansm@icgroup.nl>
23042 Date: Sat, 7 Nov 98 22:06:20 +0100
23043 To: Gurusamy Sarathy <gsar@engin.umich.edu>
23044 Cc: jhi@iki.fi, perl5-porters@perl.org
23045 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
23046 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
23047 Branch: cfgperl
23048 ! malloc.c perl.h
823168e8
GS
23049____________________________________________________________________________
23050[ 2210] By: gsar on 1998/11/06 20:36:50
99ed61e6
GS
23051 Log: fix AvREALISH bogusness
23052 Branch: perl
23053 ! av.c t/op/array.t
823168e8
GS
23054____________________________________________________________________________
23055[ 2209] By: jhi on 1998/11/06 08:05:31
99ed61e6
GS
23056 Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
23057 ASSERT() causes problems in {NeXTStep,OpenStep}.
23058
23059 From: Hans Mulder <hansm@icgroup.nl>
23060 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
23061 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
23062 Date: Fri, 6 Nov 98 01:27:41 +0100
23063 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
23064
23065 and
23066
23067 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23068 Subject: Re: ASSERT() in malloc.c
23069 To: jhi@iki.fi
23070 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
23071 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
23072 Branch: cfgperl
23073 ! malloc.c
823168e8
GS
23074____________________________________________________________________________
23075[ 2208] By: jhi on 1998/11/06 07:55:38
99ed61e6
GS
23076 Log: Mach CThreads needs #include <mach/cthreads.h>.
23077 Branch: cfgperl
23078 ! perl.h
823168e8
GS
23079____________________________________________________________________________
23080[ 2206] By: jhi on 1998/11/05 14:54:52
99ed61e6
GS
23081 Log: PERL_BADLANG wrongly documented.
23082
23083 From: ts <decoux@moulon.inra.fr>
23084 To: jhi@cc.hut.fi
23085 Subject: Re: Locale warning messages
23086 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
23087 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
23088
23089 and
23090
23091 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23092 Subject: Re: PERL_BADLANG
23093 To: jhi@iki.fi
23094 Subject: Re: PERL_BADLANG
23095 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
23096 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
23097 Branch: cfgperl
23098 ! pod/perllocale.pod
823168e8
GS
23099____________________________________________________________________________
23100[ 2205] By: jhi on 1998/11/05 14:24:33
99ed61e6
GS
23101 Log: Document all the control flow keywords in perlfunc
23102 so that "perlfunc -f while" works.
23103 Branch: cfgperl
23104 ! pod/perlfunc.pod
823168e8
GS
23105____________________________________________________________________________
23106[ 2204] By: jhi on 1998/11/05 12:46:02
99ed61e6
GS
23107 Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
23108 (from vos/config.h). Update Porting/{Glossary,config*}.
23109 Branch: cfgperl
23110 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23111 ! config_h.SH vos/config.h
823168e8
GS
23112____________________________________________________________________________
23113[ 2203] By: jhi on 1998/11/05 08:34:39
99ed61e6
GS
23114 Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
23115 Branch: cfgperl
23116 ! hints/vmesa.sh vms/subconfigure.com
823168e8
GS
23117____________________________________________________________________________
23118[ 2202] By: jhi on 1998/11/05 08:03:20
99ed61e6
GS
23119 Log: Integrate from mainperl.
23120 Branch: cfgperl
23121 !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
23122 !> win32/Makefile win32/makefile.mk win32/win32.c
823168e8
GS
23123____________________________________________________________________________
23124[ 2201] By: gsar on 1998/11/05 04:40:44
99ed61e6
GS
23125 Log: another POPSTACK victim
23126 Branch: perl
23127 ! cop.h sv.c
823168e8
GS
23128____________________________________________________________________________
23129[ 2196] By: gsar on 1998/11/05 02:07:54
99ed61e6
GS
23130 Log: fix a location affected by change#2191, add note about POPSTACK
23131 Branch: perl
23132 ! cop.h gv.c pp_ctl.c
823168e8
GS
23133____________________________________________________________________________
23134[ 2195] By: gsar on 1998/11/05 02:04:45
99ed61e6
GS
23135 Log: makefile notes
23136 Branch: perl
23137 ! win32/Makefile win32/makefile.mk
823168e8
GS
23138____________________________________________________________________________
23139[ 2192] By: gsar on 1998/11/04 23:48:53
99ed61e6
GS
23140 Log: indeterminate order-of-evaluation fixes
23141 Branch: perl
23142 ! mg.c
823168e8
GS
23143____________________________________________________________________________
23144[ 2191] By: gsar on 1998/11/04 23:02:16
99ed61e6
GS
23145 Log: refetch local stack pointer in POPSTACK
23146 Branch: perl
23147 ! cop.h perl.c
823168e8
GS
23148____________________________________________________________________________
23149[ 2190] By: jhi on 1998/11/04 08:50:40
99ed61e6
GS
23150 Log: Configure update.
23151 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
23152
23153 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23154 To: Martin Bligh <mbligh@sequent.com>
23155 Cc: Jarkko Hietaniemi <jhi@iki.fi>
23156 Subject: Re: Perl 5's configure on DYNIX/ptx
23157 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
23158 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
23159
23160 find sockets also from libsocket, not just libnet.
23161 OS390: $compile_ok instead of $compile for <inttypes.h>,
23162
23163 From: pvhp@forte.com (Peter Prymmer)
23164 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
23165 Subject: _53 not OK on os390 but looking better than ever
23166 Date: Tue, 3 Nov 98 17:33:22 PST
23167 Message-Id: <9811040133.AA09450@forte.com>
23168 Branch: cfgperl
23169 ! Configure
823168e8
GS
23170____________________________________________________________________________
23171[ 2189] By: jhi on 1998/11/04 07:43:58
99ed61e6
GS
23172 Log: sysio.t failure: fix undefined order of evaluation, from
23173
23174 From: Spider Boardman <spider@web.zk3.dec.com>
23175 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
23176 To: perlbug@perl.com
23177 Date: 4 Nov 1998 01:22:30 +0200
23178 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
23179 Branch: cfgperl
23180 ! pp_sys.c
823168e8
GS
23181____________________________________________________________________________
23182[ 2188] By: gsar on 1998/11/04 02:59:16
99ed61e6
GS
23183 Log: fix return value of win32_pclose()
23184 Branch: perl
23185 ! win32/win32.c
823168e8
GS
23186____________________________________________________________________________
23187[ 2187] By: gsar on 1998/11/04 02:56:34
99ed61e6
GS
23188 Log: s/sv_upgrade/SvUPGRADE/ a couple of places
23189 Branch: perl
23190 ! Changes doop.c gv.c util.c
823168e8
GS
23191____________________________________________________________________________
23192[ 2186] By: jhi on 1998/11/03 08:17:52
99ed61e6
GS
23193 Log: Document quads in pack.
23194 Branch: cfgperl
23195 ! pod/perlfunc.pod
823168e8
GS
23196____________________________________________________________________________
23197[ 2185] By: jhi on 1998/11/03 07:49:35
99ed61e6
GS
23198 Log: (IV) vs (I32) vs I_V()
23199
23200 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
23201 From: Anton Berezin <tobez@plab.ku.dk>
23202 To: "p5p" <perl5-porters@perl.org>
23203 Date: 01 Nov 1998 15:09:11 +0100
23204 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
23205
23206 and
23207
23208 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23209 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
23210 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
23211 Branch: cfgperl
23212 ! sv.c
823168e8
GS
23213____________________________________________________________________________
23214[ 2184] By: jhi on 1998/11/03 07:42:46
99ed61e6
GS
23215 Log: VM/ESA updates.
23216 Branch: cfgperl
23217 + README.vmesa
23218 ! MANIFEST pod/perlfunc.pod pod/perlport.pod
823168e8
GS
23219____________________________________________________________________________
23220[ 2183] By: jhi on 1998/11/02 12:58:13
99ed61e6
GS
23221 Log: The id(1)-parsing is real fun.
23222 Branch: cfgperl
23223 ! t/op/groups.t
823168e8
GS
23224____________________________________________________________________________
23225[ 2182] By: jhi on 1998/11/02 12:07:43
99ed61e6
GS
23226 Log: Decommission the symlink test.
23227 Branch: cfgperl
23228 ! t/op/lex_assign.t
823168e8
GS
23229____________________________________________________________________________
23230[ 2181] By: jhi on 1998/11/02 12:03:08
99ed61e6
GS
23231 Log: Replace ATTR_JOINABLE with true Configure probe
23232 for PTHREAD_CREATE_JOINABLE (or equivalent:
23233 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
23234 Remove ATTR_JOINABLE itself: Thread.xs uses
23235 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
23236
23237 Really scan for <mach/cthreads.h> only if usethreads.
23238 Branch: cfgperl
23239 ! Configure config_h.SH ext/Thread/Thread.xs thread.h
823168e8
GS
23240____________________________________________________________________________
23241[ 2180] By: jhi on 1998/11/02 11:07:34
99ed61e6
GS
23242 Log: In HP-UX 10.X usethreads only if the required files are present.
23243 Branch: cfgperl
23244 ! hints/hpux.sh
823168e8
GS
23245____________________________________________________________________________
23246[ 2179] By: jhi on 1998/11/02 09:10:33
99ed61e6
GS
23247 Log: Prefer groups(1).
23248 id -Gn can be broken.
23249 id -a can save the day.
23250 Branch: cfgperl
23251 ! t/op/groups.t
823168e8
GS
23252____________________________________________________________________________
23253[ 2178] By: jhi on 1998/11/02 08:35:29
99ed61e6
GS
23254 Log: Detrail enum comma.
23255 Branch: cfgperl
23256 ! perl.h
823168e8
GS
23257____________________________________________________________________________
23258[ 2177] By: jhi on 1998/11/02 08:24:12
99ed61e6
GS
23259 Log: 0**0 = 1, from
23260
23261 From: d-lewart@uiuc.edu (Daniel S. Lewart)
23262 Subject: Math::Complex 0**0 patches
23263 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
23264 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
23265 To: jhi@iki.fi (Jarkko Hietaniemi),
23266 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
23267 Branch: cfgperl
23268 ! lib/Math/Complex.pm t/lib/complex.t
823168e8
GS
23269____________________________________________________________________________
23270[ 2168] By: gbarr on 1998/11/01 01:58:58
99ed61e6
GS
23271 Log: From: jan.dubois@ibm.net (Jan Dubois)
23272 Date: Fri, 09 Oct 1998 23:28:31 +0200
23273 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
23274 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
23275 Branch: maint-5.005/perl
23276 ! XSUB.h
823168e8
GS
23277____________________________________________________________________________
23278[ 2164] By: jhi on 1998/10/31 15:50:02
99ed61e6
GS
23279 Log: Integrate from mainperl.
23280 Branch: cfgperl
23281 +> t/op/lex_assign.t
23282 !> (integrate 45 files)
823168e8
GS
23283
23284----------------
23285Version 5.005_53
2e2b7522
GS
23286----------------
23287
23288____________________________________________________________________________
07f14f54 23289[ 2163] By: gsar on 1998/10/31 11:31:12
99ed61e6
GS
23290 Log: bump patchlevel; other minor fixes for clean build and test on
23291 Solaris and win32
23292 Branch: perl
23293 ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
23294 ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
23295 ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
23296 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23297 ! x2p/a2p.c
07f14f54 23298____________________________________________________________________________
0f4592ef 23299[ 2162] By: gsar on 1998/10/31 09:40:31
99ed61e6
GS
23300 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23301 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
23302 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
23303 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
23304 Branch: perl
23305 ! pp.h
0f4592ef
GS
23306____________________________________________________________________________
23307[ 2161] By: gsar on 1998/10/31 09:39:13
99ed61e6
GS
23308 Log: From: Albert Dvornik <bert@genscan.com>
23309 Date: 30 Oct 1998 17:50:04 -0500
23310 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
23311 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
23312 Branch: perl
23313 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
0f4592ef
GS
23314____________________________________________________________________________
23315[ 2160] By: gsar on 1998/10/31 09:35:03
99ed61e6
GS
23316 Log: fix for bugs in -x mode
23317 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23318 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
23319 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
23320 Subject: [PATCH 5.00552] Fix h2xs
23321 Branch: perl
23322 ! utils/h2xs.PL
0f4592ef
GS
23323____________________________________________________________________________
23324[ 2159] By: gsar on 1998/10/31 09:31:36
99ed61e6
GS
23325 Log: Data::Dumper update
23326 Branch: perl
23327 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
23328 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
0f4592ef
GS
23329____________________________________________________________________________
23330[ 2153] By: gsar on 1998/10/30 21:40:09
99ed61e6
GS
23331 Log: add testsuite portion of patch
23332 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23333 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
23334 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
23335 Subject: [PATCH 5.00321 ;-)] 87% speedup
23336 Branch: perl
23337 + t/op/lex_assign.t
23338 ! MANIFEST
0f4592ef
GS
23339____________________________________________________________________________
23340[ 2152] By: gsar on 1998/10/30 21:08:11
99ed61e6
GS
23341 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
23342 Branch: perl
23343 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
0f4592ef
GS
23344____________________________________________________________________________
23345[ 2151] By: gsar on 1998/10/30 20:18:09
99ed61e6
GS
23346 Log: From: Mark-Jason Dominus <mjd@plover.com>
23347 Date: Fri, 30 Oct 1998 14:24:23 EST
23348 Message-Id: <19981030192423.27276.qmail@plover.com>
23349 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
23350 Branch: perl
23351 ! x2p/walk.c
0f4592ef
GS
23352____________________________________________________________________________
23353[ 2150] By: gsar on 1998/10/30 20:08:57
99ed61e6
GS
23354 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23355 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
23356 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
23357 Subject: [PATCH 5.00552] Overloaded <> and deref again
23358 Branch: perl
23359 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
23360 ! t/pragma/overload.t toke.c
0f4592ef
GS
23361____________________________________________________________________________
23362[ 2149] By: gsar on 1998/10/30 19:38:15
99ed61e6
GS
23363 Log: From: Roderick Schertler <roderick@argon.org>
23364 Date: Thu, 29 Oct 1998 14:50:18 -0500
23365 Message-ID: <17625.909690618@eeyore.ibcinc.com>
23366 Subject: patch for daemonization docs in perlipc
23367 Branch: perl
23368 ! pod/perlipc.pod
0f4592ef
GS
23369____________________________________________________________________________
23370[ 2148] By: gsar on 1998/10/30 19:36:07
99ed61e6
GS
23371 Log: From: Anton Berezin <tobez@plab.ku.dk>
23372 Date: 29 Oct 1998 17:06:25 +0100
23373 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
23374 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
23375 Branch: perl
23376 ! win32/win32.c
0f4592ef
GS
23377____________________________________________________________________________
23378[ 2147] By: gsar on 1998/10/30 19:31:37
99ed61e6
GS
23379 Log: tweaked version of suggested patch
23380 From: Anton Berezin <tobez@plab.ku.dk>
23381 Date: 29 Oct 1998 14:48:54 +0100
23382 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
23383 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
23384 Branch: perl
23385 ! win32/win32.c
0f4592ef
GS
23386____________________________________________________________________________
23387[ 2146] By: gsar on 1998/10/30 19:03:50
99ed61e6
GS
23388 Log: hand-apply whitespace-mutiliated patch
23389 From: "vishal bhatia" <vishalb@hotmail.com>
23390 Date: Wed, 28 Oct 1998 23:45:32 PST
23391 Message-ID: <19981029074534.2334.qmail@hotmail.com>
23392 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
23393 Branch: perl
23394 ! ext/B/B/C.pm ext/B/B/CC.pm
0f4592ef
GS
23395____________________________________________________________________________
23396[ 2145] By: gsar on 1998/10/30 18:46:58
99ed61e6
GS
23397 Log: remaining PL_foo stragglers
23398 Branch: perl
23399 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
23400 ! op.h os2/os2.c vms/gen_shrfls.pl
0f4592ef
GS
23401____________________________________________________________________________
23402[ 2144] By: gsar on 1998/10/30 17:38:36
99ed61e6
GS
23403 Log: integrate cfgperl tweaks into mainline
23404 Branch: perl
23405 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
23406 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
23407____________________________________________________________________________
23408[ 2143] By: jhi on 1998/10/30 13:27:39
99ed61e6
GS
23409 Log: There can be multiple yacc/bison errors.
23410 Branch: cfgperl
23411 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
23412____________________________________________________________________________
23413[ 2142] By: jhi on 1998/10/30 13:18:43
99ed61e6
GS
23414 Log: README.posix-bc update.
23415 Branch: cfgperl
23416 ! README.posix-bc
0f4592ef
GS
23417____________________________________________________________________________
23418[ 2141] By: jhi on 1998/10/30 09:12:59
99ed61e6
GS
23419 Log: #2133 fallout.
23420 Branch: cfgperl
23421 ! doio.c ext/POSIX/POSIX.xs
0f4592ef
GS
23422____________________________________________________________________________
23423[ 2140] By: jhi on 1998/10/30 08:43:18
99ed61e6
GS
23424 Log: Integrate from mainperl.
23425 Branch: cfgperl
23426 +> globvar.sym pp.sym
23427 - objpp.h thread.sym
23428 !> (integrate 61 files)
0f4592ef
GS
23429____________________________________________________________________________
23430[ 2133] By: gsar on 1998/10/30 02:51:39
99ed61e6
GS
23431 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
23432 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
23433 should soon be automated also; the global variables that
23434 escaped the PL_foo conversion are now reined in; renamed
23435 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
23436 type of same name; duplicated lists of pp_things in various
23437 places is now gone; result has only been tested on win32
23438 Branch: perl
23439 + globvar.sym pp.sym
23440 - objpp.h thread.sym
23441 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
23442 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
23443 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
23444 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
23445 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
23446 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
23447 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
23448 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
23449 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23450 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23451 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
0f4592ef
GS
23452____________________________________________________________________________
23453[ 2130] By: jhi on 1998/10/29 15:31:26
99ed61e6
GS
23454 Log: Pure bison yylex() proto was broken.
23455 Branch: cfgperl
23456 ! proto.h
0f4592ef
GS
23457____________________________________________________________________________
23458[ 2126] By: jhi on 1998/10/29 08:35:54
99ed61e6
GS
23459 Log: Integrate mainperl.
23460 Branch: cfgperl
23461 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
23462 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
23463 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
23464 !> t/pragma/warn/doio toke.c win32/makefile.mk
0f4592ef
GS
23465____________________________________________________________________________
23466[ 2125] By: jhi on 1998/10/29 08:32:38
99ed61e6
GS
23467 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
23468 Branch: cfgperl
23469 ! Makefile.SH
0f4592ef
GS
23470____________________________________________________________________________
23471[ 2124] By: jhi on 1998/10/29 08:06:44
99ed61e6
GS
23472 Log: EBCDIC Makefile.SH tuneup.
23473 Branch: cfgperl
23474 ! Makefile.SH
0f4592ef
GS
23475____________________________________________________________________________
23476[ 2119] By: gsar on 1998/10/28 23:24:04
99ed61e6
GS
23477 Log: remove doubled hunk from integration
23478 Branch: perl
23479 ! pp.c
0f4592ef
GS
23480____________________________________________________________________________
23481[ 2118] By: gsar on 1998/10/28 22:03:31
99ed61e6
GS
23482 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23483 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
23484 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
23485 Subject: [PATCH 5.00552] Minor debugger tweaks
23486 Branch: perl
23487 ! lib/perl5db.pl
0f4592ef
GS
23488____________________________________________________________________________
23489[ 2117] By: gsar on 1998/10/28 22:02:30
99ed61e6
GS
23490 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23491 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
23492 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
23493 Subject: [PATCH 5.00552] Make sort respect overloading
23494 Branch: perl
23495 ! pp_ctl.c proto.h t/pragma/overload.t
0f4592ef
GS
23496____________________________________________________________________________
23497[ 2116] By: gsar on 1998/10/28 21:51:11
99ed61e6
GS
23498 Log: MM patches from Ilya Zakharevich
23499 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
23500 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
23501 Subject: [PATCH 5.00552] Make MakeMaker more verbose
23502 --
23503 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
23504 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
23505 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
23506 Branch: perl
23507 ! lib/ExtUtils/MakeMaker.pm
0f4592ef
GS
23508____________________________________________________________________________
23509[ 2115] By: gsar on 1998/10/28 21:46:19
99ed61e6
GS
23510 Log: add explicit references to perl source path in ld2 and gcc2
23511 Branch: perl
23512 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
0f4592ef
GS
23513____________________________________________________________________________
23514[ 2114] By: gsar on 1998/10/28 21:39:56
99ed61e6
GS
23515 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23516 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
23517 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
23518 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
23519 Branch: perl
23520 ! INSTALL
0f4592ef
GS
23521____________________________________________________________________________
23522[ 2113] By: gsar on 1998/10/28 21:21:16
99ed61e6
GS
23523 Log: integrate cfgperl into mainline
23524 Branch: perl
23525 +> t/op/filetest.t
23526 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
23527 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
23528 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23529 !> thread.h toke.c vmesa/Makefile
0f4592ef
GS
23530____________________________________________________________________________
23531[ 2112] By: gsar on 1998/10/28 21:14:18
99ed61e6
GS
23532 Log: minor cleanup
23533 Branch: perl
23534 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
0f4592ef
GS
23535____________________________________________________________________________
23536[ 2111] By: gsar on 1998/10/28 18:52:10
99ed61e6
GS
23537 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
23538 Branch: perl
23539 ! toke.c
0f4592ef
GS
23540____________________________________________________________________________
23541[ 2110] By: jhi on 1998/10/28 15:07:54
99ed61e6
GS
23542 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
23543 Branch: cfgperl
23544 ! Makefile.SH
0f4592ef
GS
23545____________________________________________________________________________
23546[ 2109] By: jhi on 1998/10/28 13:39:54
99ed61e6
GS
23547 Log: a2p.y needs to generate also y.tab.h.
23548 Branch: cfgperl
23549 ! Makefile.SH
0f4592ef
GS
23550____________________________________________________________________________
23551[ 2108] By: jhi on 1998/10/28 10:33:36
99ed61e6
GS
23552 Log: The "parse error" must be converted to "syntax error",
23553 just matching it aint' enough.
23554 Branch: cfgperl
23555 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23556 ! t/pragma/warning.t
0f4592ef
GS
23557____________________________________________________________________________
23558[ 2107] By: jhi on 1998/10/28 10:23:05
99ed61e6
GS
23559 Log: Regen sig_n{ame,umber}* if slightest doubt.
23560 Branch: cfgperl
23561 ! Configure
0f4592ef
GS
23562____________________________________________________________________________
23563[ 2106] By: jhi on 1998/10/28 08:44:49
99ed61e6
GS
23564 Log: Bison says 'parse error', not 'parser error'.
23565 Branch: cfgperl
23566 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23567 ! t/pragma/warning.t
0f4592ef
GS
23568____________________________________________________________________________
23569[ 2105] By: jhi on 1998/10/28 08:42:09
99ed61e6
GS
23570 Log: yylex() parametrization.
23571 Branch: cfgperl
23572 ! proto.h toke.c
0f4592ef
GS
23573____________________________________________________________________________
23574[ 2104] By: jhi on 1998/10/28 08:25:09
99ed61e6
GS
23575 Log: Bring in #2102.
23576 Branch: cfgperl
23577 ! pp.c
0f4592ef
GS
23578____________________________________________________________________________
23579[ 2103] By: jhi on 1998/10/28 08:22:04
99ed61e6
GS
23580 Log: From: Dominic Dunlop <domo@vo.lu>
23581 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
23582 Date: 27 Oct 1998 20:47:25 +0200
23583 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
23584 Branch: cfgperl
23585 ! t/op/groups.t
0f4592ef
GS
23586____________________________________________________________________________
23587[ 2102] By: larry on 1998/10/27 18:58:55
99ed61e6
GS
23588 Log: utf8 change to quotemeta broke EBCDIC
23589 Branch: perl
23590 ! pp.c
0f4592ef
GS
23591____________________________________________________________________________
23592[ 2101] By: jhi on 1998/10/27 12:55:34
99ed61e6
GS
23593 Log: $Config{sig_num_init}.
23594 Also, a new approach to the 'pthreads-created-joinable': drop
23595 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
23596 directly. (See also #2096).
23597 Branch: cfgperl
23598 ! Configure config_h.SH
0f4592ef
GS
23599____________________________________________________________________________
23600[ 2100] By: jhi on 1998/10/27 10:48:55
99ed61e6
GS
23601 Log: Regenerated perly_c.diff.
23602 Branch: cfgperl
23603 ! perly_c.diff
0f4592ef
GS
23604____________________________________________________________________________
23605[ 2099] By: jhi on 1998/10/27 08:42:25
99ed61e6
GS
23606 Log: First the mangler was Netscape, then it was me.
23607 Branch: cfgperl
23608 ! vmesa/Makefile
0f4592ef
GS
23609____________________________________________________________________________
23610[ 2098] By: jhi on 1998/10/27 08:34:40
99ed61e6
GS
23611 Log: `id -Gn` might be available where `groups` is not.
23612 Branch: cfgperl
23613 ! t/op/groups.t
0f4592ef
GS
23614____________________________________________________________________________
23615[ 2097] By: jhi on 1998/10/27 08:05:17
99ed61e6
GS
23616 Log: Netscape had mangled the tabs.
23617 Branch: cfgperl
23618 ! vmesa/Makefile
0f4592ef
GS
23619____________________________________________________________________________
23620[ 2096] By: jhi on 1998/10/27 08:03:05
99ed61e6
GS
23621 Log: ATTR_JOINABLE logic, based on (private email)
23622
23623 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23624 Subject: Some little diffs
23625 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
23626 Date: Tue, 27 Oct 1998 13:44:42 +1300
23627 Branch: cfgperl
23628 ! thread.h
0f4592ef
GS
23629____________________________________________________________________________
23630[ 2095] By: jhi on 1998/10/27 07:56:57
99ed61e6
GS
23631 Log: Mach cthreads support based on:
23632
23633 From: brie@corp.home.net (Brian Harrison)
23634 Subject: perl5.005_02 patch for mthreads
23635 To: perl5-porters@perl.org
23636 Date: 24 Oct 1998 01:01:55 +0300
23637 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
23638
23639 Pthread yield probe (dejavu)
23640 Cosmetic nanochange for the union semun output.
23641 Better inttypes.h probe.
23642 Undo the 'void *' $selecttype probe from #1971 because
23643 it breaks the $selectminbits test.
23644 Branch: cfgperl
23645 ! Configure config_h.SH perl.h thread.h
0f4592ef
GS
23646____________________________________________________________________________
23647[ 2094] By: jhi on 1998/10/26 13:02:07
99ed61e6
GS
23648 Log: Also posix-bc wants to reyacc.
23649 Branch: cfgperl
23650 ! Makefile.SH
0f4592ef
GS
23651____________________________________________________________________________
23652[ 2093] By: jhi on 1998/10/26 10:17:21
99ed61e6
GS
23653 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
23654 5_02 and really breaking things in non-ASCII worlds.
23655 Branch: cfgperl
23656 ! pp.c
0f4592ef
GS
23657____________________________________________________________________________
23658[ 2092] By: jhi on 1998/10/26 09:08:00
99ed61e6
GS
23659 Log: More robustness.
23660 Branch: cfgperl
23661 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23662 ! t/pragma/warning.t
0f4592ef
GS
23663____________________________________________________________________________
23664[ 2091] By: jhi on 1998/10/26 08:47:32
99ed61e6
GS
23665 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
23666 Bison really wants YYLEX_PARAM.
23667 Branch: cfgperl
23668 ! perly.y proto.h toke.c
0f4592ef
GS
23669____________________________________________________________________________
23670[ 2090] By: jhi on 1998/10/26 08:21:25
99ed61e6
GS
23671 Log: s/YYLEX_PARAM/YYLEXPARAM/
23672 Branch: cfgperl
23673 ! perly.y
0f4592ef
GS
23674____________________________________________________________________________
23675[ 2089] By: jhi on 1998/10/26 08:17:33
99ed61e6
GS
23676 Log: Indicate skipped subtests.
23677 Branch: cfgperl
23678 ! t/io/pipe.t
0f4592ef
GS
23679____________________________________________________________________________
23680[ 2088] By: jhi on 1998/10/26 08:11:36
99ed61e6
GS
23681 Log: Integrate from mainperl.
23682 Branch: cfgperl
23683 !> (integrate 54 files)
0f4592ef
GS
23684____________________________________________________________________________
23685[ 2087] By: jhi on 1998/10/26 08:08:02
99ed61e6
GS
23686 Log: Add test for filetests.
23687 Branch: cfgperl
23688 + t/op/filetest.t
23689 ! MANIFEST
0f4592ef
GS
23690____________________________________________________________________________
23691[ 2086] By: gsar on 1998/10/26 02:44:44
99ed61e6
GS
23692 Log: various win32 tweaks; disable new xs_cpp section (it creates
23693 ambiguous inference graph for %.xs --> %.o)
23694 Branch: perl
23695 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
23696 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
23697 ! win32/config.gc win32/config_H.gc win32/makedef.pl
23698 ! win32/makefile.mk win32/win32.h
0f4592ef
GS
23699____________________________________________________________________________
23700[ 2085] By: gsar on 1998/10/26 00:50:02
99ed61e6
GS
23701 Log: sanity-check $Config{drand01} in rand.t
23702 Branch: perl
23703 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
23704 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef
GS
23705____________________________________________________________________________
23706[ 2078] By: gsar on 1998/10/25 10:22:04
99ed61e6
GS
23707 Log: update win32/config*.?c
23708 Branch: perl
23709 ! Changes win32/config.bc win32/config.gc win32/config.vc
23710 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef 23711____________________________________________________________________________
104f9d64 23712[ 2077] By: gsar on 1998/10/25 08:39:25
99ed61e6
GS
23713 Log: From: Graham Barr <gbarr@pobox.com>
23714 Date: Sat, 24 Oct 1998 21:45:50 -0500
23715 Message-ID: <19981024214550.C508@pobox.com>
23716 Subject: Re: die with a reference should use overload "" operator
23717 Branch: perl
23718 ! pp_ctl.c
104f9d64
GS
23719____________________________________________________________________________
23720[ 2076] By: gsar on 1998/10/25 08:37:49
99ed61e6
GS
23721 Log: From: Graham Barr <gbarr@pobox.com>
23722 Date: Sat, 24 Oct 1998 12:45:21 -0500
23723 Message-ID: <19981024124521.C512@pobox.com>
23724 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
23725 Branch: perl
23726 ! sv.c
104f9d64
GS
23727____________________________________________________________________________
23728[ 2075] By: gsar on 1998/10/25 08:24:09
99ed61e6
GS
23729 Log: fix C<print $n += 5;> etc.
23730 Branch: perl
23731 ! toke.c
104f9d64
GS
23732____________________________________________________________________________
23733[ 2074] By: gsar on 1998/10/25 08:12:28
99ed61e6
GS
23734 Log: list builtins with portability caveats
23735 From: Jarkko Hietaniemi <jhi@iki.fi>
23736 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
23737 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
23738 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
23739 Branch: perl
23740 ! pod/perlfunc.pod
104f9d64
GS
23741____________________________________________________________________________
23742[ 2073] By: gsar on 1998/10/25 07:55:43
99ed61e6
GS
23743 Log: fix stack overrun in file test operators
23744 Branch: perl
23745 ! pp_sys.c
104f9d64
GS
23746____________________________________________________________________________
23747[ 2072] By: gsar on 1998/10/25 07:29:45
99ed61e6
GS
23748 Log: implement C<goto &func> and other fixes (via private mail)
23749 From: "vishal bhatia" <vishalb@hotmail.com>
23750 Date: Wed, 21 Oct 1998 22:59:03 PDT
23751 Message-Id: <19981022055904.20083.qmail@hotmail.com>
23752 Subject: [PATCH 5.005_52] More fixes for B
23753 Branch: perl
23754 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
104f9d64
GS
23755____________________________________________________________________________
23756[ 2071] By: gsar on 1998/10/25 07:14:41
99ed61e6
GS
23757 Log: From: Graham Barr <gbarr@pobox.com>
23758 Date: Sat, 17 Oct 1998 20:42:41 -0500
23759 Message-ID: <19981017204241.G510@pobox.com>
23760 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
23761 Branch: perl
23762 ! pp_ctl.c
104f9d64
GS
23763____________________________________________________________________________
23764[ 2070] By: gsar on 1998/10/25 07:07:29
99ed61e6
GS
23765 Log: avoid bogus line number in XSUB redefined warnings
23766 Branch: perl
23767 ! op.c
104f9d64
GS
23768____________________________________________________________________________
23769[ 2069] By: gsar on 1998/10/25 06:59:03
99ed61e6
GS
23770 Log: From: Martijn Koster <mak@excitecorp.com>
23771 Date: Wed, 21 Oct 1998 13:12:03 +0100
23772 Message-ID: <19981021131203.A15661@excitecorp.com>
23773 Subject: File::Path::mkpath reports the wrong error
23774 Branch: perl
23775 ! lib/File/Path.pm
104f9d64
GS
23776____________________________________________________________________________
23777[ 2068] By: gsar on 1998/10/25 06:54:43
99ed61e6
GS
23778 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
23779 Date: Tue, 20 Oct 1998 20:52:20 -0500
23780 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
23781 Subject: Exporter.pm's export_to_level() argument handling buggy
23782 Branch: perl
23783 ! lib/Exporter.pm
104f9d64
GS
23784____________________________________________________________________________
23785[ 2067] By: gsar on 1998/10/25 06:50:19
99ed61e6
GS
23786 Log: From: jan.dubois@ibm.net (Jan Dubois)
23787 Date: Wed, 21 Oct 1998 00:55:51 +0200
23788 Message-ID: <36380269.55370608@smtp1.ibm.net>
23789 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
23790 Branch: perl
23791 ! ext/DynaLoader/DynaLoader_pm.PL
104f9d64
GS
23792____________________________________________________________________________
23793[ 2066] By: gsar on 1998/10/25 06:48:19
99ed61e6
GS
23794 Log: recognize '%' as a shell metachar for win32
23795 From: jan.dubois@ibm.net (Jan Dubois)
23796 Date: Tue, 20 Oct 1998 21:57:35 +0200
23797 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
23798 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
23799 Branch: perl
23800 ! win32/win32.c
104f9d64
GS
23801____________________________________________________________________________
23802[ 2065] By: gsar on 1998/10/25 06:46:30
99ed61e6
GS
23803 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
23804 Branch: perl
23805 ! sv.c
104f9d64
GS
23806____________________________________________________________________________
23807[ 2064] By: gsar on 1998/10/25 06:45:09
99ed61e6
GS
23808 Log: From: Gisle Aas <gisle@aas.no>
23809 Date: 20 Oct 1998 14:24:44 +0200
23810 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
23811 Subject: ord() and unpack("U*",...) should not be negative
23812 Branch: perl
23813 ! pp.c
104f9d64
GS
23814____________________________________________________________________________
23815[ 2063] By: gsar on 1998/10/25 06:42:29
99ed61e6
GS
23816 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23817 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
23818 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
23819 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
23820 Branch: perl
23821 ! os2/os2.c
104f9d64
GS
23822____________________________________________________________________________
23823[ 2062] By: gsar on 1998/10/25 06:41:26
99ed61e6
GS
23824 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23825 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
23826 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
23827 Subject: [PATCH 5.005_*] Speed up aassign
23828 Branch: perl
23829 ! pp_hot.c
104f9d64
GS
23830____________________________________________________________________________
23831[ 2061] By: gsar on 1998/10/25 06:39:04
99ed61e6
GS
23832 Log: From: Graham Barr <gbarr@pobox.com>
23833 Date: Sat, 17 Oct 1998 22:22:02 -0500
23834 Message-ID: <19981017222202.J510@pobox.com>
23835 Subject: Re: '*' prototype does not allow bareword with strict
23836 Branch: perl
23837 ! toke.c
104f9d64
GS
23838____________________________________________________________________________
23839[ 2060] By: gsar on 1998/10/25 06:37:34
99ed61e6
GS
23840 Log: handle '::' in section names properly
23841 From: Graham Barr <gbarr@pobox.com>
23842 Date: Sat, 17 Oct 1998 12:57:54 -0500
23843 Message-ID: <19981017125754.C510@pobox.com>
23844 Subject: Re: pod2html
23845 Branch: perl
23846 ! lib/Pod/Html.pm
104f9d64
GS
23847____________________________________________________________________________
23848[ 2059] By: gsar on 1998/10/25 06:33:43
99ed61e6
GS
23849 Log: integrate changes#1982,2014,2021 (from maint-5.005)
23850 Branch: perl
23851 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
23852 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
104f9d64
GS
23853____________________________________________________________________________
23854[ 2058] By: gsar on 1998/10/25 05:44:17
99ed61e6
GS
23855 Log: allow more win32 symbol exports (suggested by Jan Dubois)
23856 Branch: perl
23857 ! win32/makedef.pl
104f9d64
GS
23858____________________________________________________________________________
23859[ 2057] By: gsar on 1998/10/25 05:40:40
99ed61e6
GS
23860 Log: integrate change#2053 from maint-5.005
23861 Branch: perl
23862 !> cop.h t/cmd/while.t
104f9d64
GS
23863____________________________________________________________________________
23864[ 2056] By: gsar on 1998/10/25 05:16:41
99ed61e6
GS
23865 Log: commented version of a patch suggested by Drago Goricanec
23866 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23867 Date: 16 Oct 1998 15:24:45 +0300
23868 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
23869 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
23870 Branch: perl
23871 ! pp_sys.c
104f9d64
GS
23872____________________________________________________________________________
23873[ 2055] By: gsar on 1998/10/25 05:11:03
99ed61e6
GS
23874 Log: include eof() in description of buffering caveats
23875 From: Anton Berezin <tobez@plab.ku.dk>
23876 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
23877 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
23878 Subject: [DOCPATCH] pod/perlfunc.pod
23879 Branch: perl
23880 ! pod/perlfunc.pod
104f9d64
GS
23881____________________________________________________________________________
23882[ 2054] By: gsar on 1998/10/25 05:07:42
99ed61e6
GS
23883 Log: disallow 'x' in hex numbers (except leading '0x')
23884 From: Gisle Aas <gisle@aas.no>
23885 Date: 16 Oct 1998 16:33:12 +0200
23886 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
23887 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
23888 Branch: perl
23889 ! perlvars.h t/op/oct.t util.c
104f9d64 23890____________________________________________________________________________
104f9d64 23891[ 2052] By: gsar on 1998/10/25 04:49:04
99ed61e6
GS
23892 Log: avoid the circular refcnt logic in magic_mutexfree()
23893 Branch: perl
23894 ! mg.c pp.c pp_hot.c
104f9d64
GS
23895____________________________________________________________________________
23896[ 2051] By: gsar on 1998/10/25 04:35:07
99ed61e6
GS
23897 Log: properly restore PL_rsfp_filters after require
23898 Branch: perl
23899 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
23900 ! scope.h
104f9d64
GS
23901____________________________________________________________________________
23902[ 2050] By: gsar on 1998/10/25 02:42:32
99ed61e6
GS
23903 Log: integrate cfgperl changes back into mainline
23904 Branch: perl
23905 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
23906 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
23907 !> (integrate 33 files)
104f9d64
GS
23908____________________________________________________________________________
23909[ 2049] By: gsar on 1998/10/25 01:30:48
99ed61e6
GS
23910 Log: avoid "mysterious" compile-time failures without messages
23911 Branch: perl
23912 ! gv.c
104f9d64 23913____________________________________________________________________________
104f9d64 23914[ 2041] By: gsar on 1998/10/23 21:11:56
99ed61e6
GS
23915 Log: checkin jpl under //depot/perlext/jpl/...
23916 Branch: perlext
23917 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
23918 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
23919 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
23920 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
23921 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
23922 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
23923 + jpl/PerlInterpreter/Makefile.PL
23924 + jpl/PerlInterpreter/PerlInterpreter.c
23925 + jpl/PerlInterpreter/PerlInterpreter.h
23926 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
23927 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
23928 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
23929 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
23930 + jpl/get_jdk/jdk_hosts jpl/install-jpl
104f9d64
GS
23931____________________________________________________________________________
23932[ 2040] By: larry on 1998/10/23 19:31:42
99ed61e6
GS
23933 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
23934 Branch: perl
23935 ! pp.c
104f9d64
GS
23936____________________________________________________________________________
23937[ 2039] By: larry on 1998/10/23 18:48:34
99ed61e6
GS
23938 Log: tr///d does not seem to work
23939 Branch: perl
23940 ! lib/utf8_heavy.pl
104f9d64
GS
23941____________________________________________________________________________
23942[ 2038] By: larry on 1998/10/23 18:00:41
99ed61e6
GS
23943 Log: Program with utf8 identifiers fails to compile
23944 Branch: perl
23945 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
104f9d64
GS
23946____________________________________________________________________________
23947[ 2037] By: jhi on 1998/10/23 14:04:51
99ed61e6
GS
23948 Log: Test suite portability:
23949 - posix-bc does not write to broken pipes
23950 - filehand #11 only iff we have fork
23951 - warning.t can now match $expected using regular expressions
23952 Branch: cfgperl
23953 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
23954 ! t/pragma/warning.t
104f9d64
GS
23955____________________________________________________________________________
23956[ 2036] By: jhi on 1998/10/23 12:12:07
99ed61e6
GS
23957 Log: yacc clarification.
23958 Branch: cfgperl
23959 ! README.posix-bc
104f9d64
GS
23960____________________________________________________________________________
23961[ 2035] By: jhi on 1998/10/23 12:09:59
99ed61e6
GS
23962 Log: Some C compilers get upset about 8-bit characters in /* comments. */
23963 Branch: cfgperl
23964 ! mg.c
104f9d64
GS
23965____________________________________________________________________________
23966[ 2034] By: jhi on 1998/10/22 09:11:52
99ed61e6
GS
23967 Log: Configure update: both for pthread_yield more robust
23968 testing (all variants of pthread_attr_getdetachstate()) --
23969 and because Configure was broken in major way! About 1000
23970 last lines were truncated.
23971 Branch: cfgperl
23972 ! Configure
104f9d64
GS
23973____________________________________________________________________________
23974[ 2033] By: jhi on 1998/10/22 07:47:10
99ed61e6
GS
23975 Log: DJGPP feedback for #2028.
23976 Branch: cfgperl
23977 ! thread.h
104f9d64
GS
23978____________________________________________________________________________
23979[ 2032] By: jhi on 1998/10/21 13:03:57
99ed61e6
GS
23980 Log: yielding, the saga continues.
23981 Branch: cfgperl
23982 ! Configure config_h.SH
23983 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
23984 !> t/op/goto.t t/pragma/constant.t
104f9d64
GS
23985____________________________________________________________________________
23986[ 2031] By: jhi on 1998/10/21 09:15:42
99ed61e6
GS
23987 Log: VM/ESA feedback for #2028.
23988 Branch: cfgperl
23989 ! Configure config_h.SH thread.h
104f9d64
GS
23990____________________________________________________________________________
23991[ 2030] By: gsar on 1998/10/21 04:22:53
99ed61e6
GS
23992 Log: fix handling of mayhaps-extended @_ in goto &sub
23993 Branch: perl
23994 ! av.c pp_ctl.c t/op/goto.t
104f9d64
GS
23995____________________________________________________________________________
23996[ 2029] By: gsar on 1998/10/21 00:54:14
99ed61e6
GS
23997 Log: restore sanity to "constant" references
23998 Branch: perl
23999 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
104f9d64
GS
24000____________________________________________________________________________
24001[ 2028] By: jhi on 1998/10/20 15:01:20
99ed61e6
GS
24002 Log: OLD_PTHREADS_API reorganizing.
24003 Branch: cfgperl
24004 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
24005 ! vmesa/vmesaish.h
104f9d64
GS
24006____________________________________________________________________________
24007[ 2027] By: jhi on 1998/10/20 14:14:51
99ed61e6
GS
24008 Log: #2026 fallout.
24009 Branch: cfgperl
24010 ! Makefile.SH
104f9d64
GS
24011____________________________________________________________________________
24012[ 2026] By: jhi on 1998/10/20 11:47:21
99ed61e6
GS
24013 Log: VM/ESA update.
24014 Branch: cfgperl
24015 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
104f9d64
GS
24016____________________________________________________________________________
24017[ 2025] By: jhi on 1998/10/20 08:20:56
99ed61e6
GS
24018 Log: 64-bitness, based on
24019
24020 From: Scott Henry <scotth@sgi.com>
24021 To: perl-64bit@perl.org
24022 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
24023 Subject: Re: Configure problems/questions...
24024 Date: 19 Oct 1998 22:38:06 -0700
24025 Branch: cfgperl
24026 ! hints/irix_6.sh perl.h
104f9d64
GS
24027____________________________________________________________________________
24028[ 2024] By: jhi on 1998/10/20 08:09:07
99ed61e6
GS
24029 Log: Add lseeksize.
24030 Branch: cfgperl
24031 ! config_h.SH
104f9d64
GS
24032____________________________________________________________________________
24033[ 2023] By: jhi on 1998/10/20 08:08:33
99ed61e6
GS
24034 Log: Mumble about _yields() only when threaded.
24035 Branch: cfgperl
24036 ! Configure
104f9d64
GS
24037____________________________________________________________________________
24038[ 2022] By: jhi on 1998/10/20 07:46:26
99ed61e6
GS
24039 Log: Thinko at PTHREADS_CREATED_JOINABLE.
24040 Branch: cfgperl
24041 ! thread.h
104f9d64
GS
24042____________________________________________________________________________
24043[ 2021] By: gbarr on 1998/10/20 01:25:23
99ed61e6
GS
24044 Log: From: Chip Salzenberg <chip@perlsupport.com>
24045 Date: Tue, 6 Oct 1998 13:33:05 -0400
24046 Message-ID: <19981006133305.A2348@perlsupport.com>
24047 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
24048 Branch: maint-5.005/perl
24049 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
24050 ! t/op/tie.t
104f9d64
GS
24051____________________________________________________________________________
24052[ 2020] By: jhi on 1998/10/19 09:15:53
99ed61e6
GS
24053 Log: YIELD more robustly.
24054 Branch: cfgperl
24055 ! thread.h
104f9d64
GS
24056____________________________________________________________________________
24057[ 2019] By: jhi on 1998/10/19 08:48:33
99ed61e6
GS
24058 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
24059 the 'new' one (just like DJGPP, it seems).
24060 Branch: cfgperl
24061 ! thread.h
104f9d64
GS
24062____________________________________________________________________________
24063[ 2018] By: jhi on 1998/10/19 07:02:44
99ed61e6
GS
24064 Log: vmesaish.h doesn't exclude unixish.h.
24065 Branch: cfgperl
24066 ! perl.h
104f9d64
GS
24067____________________________________________________________________________
24068[ 2017] By: jhi on 1998/10/19 06:44:19
99ed61e6
GS
24069 Log: 1<<$randbits is not good for randbits=48.
24070 Branch: cfgperl
24071 ! t/op/rand.t
104f9d64
GS
24072____________________________________________________________________________
24073[ 2016] By: jhi on 1998/10/19 06:39:47
99ed61e6
GS
24074 Log: Make #2012 glob pattern more portable.
24075 Branch: cfgperl
24076 ! Makefile.SH
104f9d64 24077____________________________________________________________________________
104f9d64 24078[ 2014] By: gbarr on 1998/10/17 20:31:42
99ed61e6
GS
24079 Log: Fix POSIX::sigprocmask not to check type of $old parameter
24080 as it is output only
24081 Branch: maint-5.005/perl
24082 ! ext/POSIX/POSIX.xs
104f9d64 24083____________________________________________________________________________
104f9d64 24084[ 2012] By: jhi on 1998/10/17 15:04:23
99ed61e6
GS
24085 Log: clean numbered core dumps and t/tmp[0-9]*.
24086 Branch: cfgperl
24087 ! Makefile.SH
104f9d64
GS
24088____________________________________________________________________________
24089[ 2011] By: jhi on 1998/10/17 14:59:15
99ed61e6
GS
24090 Log: More robust yacc/bison failure output handling.
24091 Branch: cfgperl
24092 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
104f9d64
GS
24093____________________________________________________________________________
24094[ 2010] By: jhi on 1998/10/17 14:51:05
99ed61e6
GS
24095 Log: BC2000 POSIX update.
24096 Branch: cfgperl
24097 ! MANIFEST
104f9d64
GS
24098____________________________________________________________________________
24099[ 2009] By: jhi on 1998/10/17 14:49:46
99ed61e6
GS
24100 Log: POSIX BC2000 port from perl-mvs:
24101
24102 Subject: Ported perl 5.005.02 to BS2000 / POSIX
24103 From: Dorner Thomas <Thomas.Dorner@start.de>
24104 Date: Tue, 29 Sep 1998 13:29:36 +0100
24105 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
24106 Branch: cfgperl
24107 + README.posix-bc hints/posix-bc.sh
24108 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
24109 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
24110 ! unixish.h
104f9d64
GS
24111____________________________________________________________________________
24112[ 2008] By: jhi on 1998/10/17 14:07:49
99ed61e6
GS
24113 Log: VM/ESA-update.
24114 Branch: cfgperl
24115 ! MANIFEST
104f9d64
GS
24116____________________________________________________________________________
24117[ 2007] By: jhi on 1998/10/17 13:55:34
99ed61e6
GS
24118 Log: Forgot few S_I* imports.
24119 Branch: cfgperl
24120 ! t/lib/ipc_sysv.t
104f9d64
GS
24121____________________________________________________________________________
24122[ 2006] By: jhi on 1998/10/17 13:43:54
99ed61e6
GS
24123 Log: The VM/ESA port essentials, based on
24124
24125 perl-mvs:
24126
24127 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24128 Subject: Re: Can't find Data/Dumper.pm
24129 Date: Mon, 28 Sep 1998 07:40:49 +1300
24130 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
24131
24132 private email:
24133
24134 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24135 Subject: Re: Perl thread problems in VM/ESA
24136 Date: Thu, 15 Oct 1998 07:18:35 +1300
24137 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
24138
24139 and private email:
24140
24141 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
24142 Subject: perl archive
24143 Date: Sun, 11 Oct 1998 19:28:54 EDT
24144 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
24145 which gave a pointer to
24146
24147 http://pucc.princeton.edu/~neale/perl.tar
24148
24149 (based on Perl 5.005_51)
24150 Branch: cfgperl
24151 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
24152 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
24153 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
24154 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
104f9d64
GS
24155____________________________________________________________________________
24156[ 2005] By: jhi on 1998/10/17 13:17:19
99ed61e6
GS
24157 Log: Integrate mainperl.
24158 Branch: cfgperl
24159 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
24160 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
24161 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
24162 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
24163 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
24164 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
24165 !> win32/makefile.mk
104f9d64
GS
24166____________________________________________________________________________
24167[ 2004] By: jhi on 1998/10/17 11:19:06
99ed61e6
GS
24168 Log: Removed an extra ' from the int64_t test.
24169 Branch: cfgperl
24170 ! Configure
104f9d64
GS
24171____________________________________________________________________________
24172[ 2003] By: gsar on 1998/10/17 04:11:40
99ed61e6
GS
24173 Log: silence -w noises (suggested by Greg Bacon)
24174 Branch: perl
24175 ! lib/Term/Complete.pm
104f9d64
GS
24176____________________________________________________________________________
24177[ 2002] By: gsar on 1998/10/17 04:07:48
99ed61e6
GS
24178 Log: From: Gisle Aas <gisle@aas.no>
24179 Date: 14 Oct 1998 15:53:14 +0200
24180 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
24181 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
24182 Branch: perl
24183 ! util.c
104f9d64
GS
24184____________________________________________________________________________
24185[ 2001] By: gsar on 1998/10/17 04:06:10
99ed61e6
GS
24186 Log: From: Gisle Aas <gisle@aas.no>
24187 Date: 14 Oct 1998 15:17:44 +0200
24188 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
24189 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
24190 Branch: perl
24191 ! toke.c
104f9d64
GS
24192____________________________________________________________________________
24193[ 2000] By: gsar on 1998/10/17 03:06:33
99ed61e6
GS
24194 Log: From: Gisle Aas <gisle@aas.no>
24195 Date: 14 Oct 1998 00:38:06 +0200
24196 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
24197 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
24198 Branch: perl
24199 ! sv.c
104f9d64
GS
24200____________________________________________________________________________
24201[ 1999] By: gsar on 1998/10/17 03:04:48
99ed61e6
GS
24202 Log: From: Dan Sugalski <sugalskd@osshe.edu>
24203 Date: Tue, 13 Oct 1998 15:10:57 -0700
24204 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
24205 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
24206 Branch: perl
24207 ! vms/ext/Stdio/Stdio.pm
104f9d64
GS
24208____________________________________________________________________________
24209[ 1998] By: gsar on 1998/10/17 03:00:40
99ed61e6
GS
24210 Log: skip readonly vars and unref references when doing a reset()
24211 Branch: perl
24212 ! sv.c
104f9d64
GS
24213____________________________________________________________________________
24214[ 1997] By: gsar on 1998/10/17 02:49:19
99ed61e6
GS
24215 Log: fix buggy treatment of large checksums on unicode strings
24216 From: Gisle Aas <gisle@aas.no>
24217 Date: 13 Oct 1998 21:35:39 +0200
24218 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
24219 Subject: unpack("%48U*",...) [PATCH 5.005_52]
24220 Branch: perl
24221 ! pp.c
104f9d64
GS
24222____________________________________________________________________________
24223[ 1996] By: gsar on 1998/10/17 02:43:22
99ed61e6
GS
24224 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24225 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
24226 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
24227 Subject: [PATCH 5.005_52] Memory overrun in os2.c
24228 Branch: perl
24229 ! os2/Makefile.SHs os2/os2.c
104f9d64
GS
24230____________________________________________________________________________
24231[ 1995] By: gsar on 1998/10/17 02:42:01
99ed61e6
GS
24232 Log: clarify section name rules for typemaps
24233 Branch: perl
24234 ! pod/perlxs.pod
104f9d64
GS
24235____________________________________________________________________________
24236[ 1994] By: gsar on 1998/10/17 02:33:02
99ed61e6
GS
24237 Log: whitespace-proof grent.t
24238 Branch: perl
24239 ! t/op/grent.t
104f9d64
GS
24240____________________________________________________________________________
24241[ 1993] By: gsar on 1998/10/17 02:27:29
99ed61e6
GS
24242 Log: fix bug in B::CC::pp_sassign()
24243 From: "vishal bhatia" <vishalb@hotmail.com>
24244 Date: Sun, 11 Oct 1998 18:41:38 PDT
24245 Message-ID: <19981012014139.19614.qmail@hotmail.com>
24246 Subject: B::CC problems with pp_sassign routine
24247 Branch: perl
24248 ! ext/B/B/CC.pm
104f9d64
GS
24249____________________________________________________________________________
24250[ 1992] By: gsar on 1998/10/17 02:17:49
99ed61e6
GS
24251 Log: applied suggested patch with small doc tweak
24252 From: Gisle Aas <gisle@aas.no>
24253 Date: 11 Oct 1998 12:53:13 +0200
24254 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
24255 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
24256 Branch: perl
24257 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
24258 ! t/op/tiehandle.t
104f9d64
GS
24259____________________________________________________________________________
24260[ 1991] By: gsar on 1998/10/17 02:08:30
99ed61e6
GS
24261 Log: apply non-conflicting parts from suggested patch
24262 From: jan.dubois@ibm.net (Jan Dubois)
24263 Date: Sat, 10 Oct 1998 13:15:45 +0200
24264 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
24265 Subject: [PATCH 5.005_52] Still more MakeMaker patches
24266 Branch: perl
24267 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
104f9d64
GS
24268____________________________________________________________________________
24269[ 1990] By: gsar on 1998/10/17 02:01:24
99ed61e6
GS
24270 Log: provide option to enable optimization with VC (suggested by Jan
24271 Dubois)
24272 Branch: perl
24273 ! win32/Makefile win32/makefile.mk
104f9d64
GS
24274____________________________________________________________________________
24275[ 1989] By: gsar on 1998/10/17 01:55:27
99ed61e6
GS
24276 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
24277 Dave Leppik <dleppik@gage.com>
24278 Branch: perl
24279 ! perl.h
104f9d64
GS
24280____________________________________________________________________________
24281[ 1988] By: gsar on 1998/10/17 01:49:05
99ed61e6
GS
24282 Log: stray typo found by Hugo van der Sanden
24283 Branch: perl
24284 ! op.c
104f9d64
GS
24285____________________________________________________________________________
24286[ 1987] By: gsar on 1998/10/17 01:45:52
99ed61e6
GS
24287 Log: perldoc pod update
24288 From: Daniel Grisinger <dgris@perrin.dimensional.com>
24289 Date: 06 Oct 1998 23:56:51 -0600
24290 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
24291 Subject: [PATCH _02 and _52] perldoc
24292 Branch: perl
24293 ! utils/perldoc.PL
104f9d64
GS
24294____________________________________________________________________________
24295[ 1986] By: gsar on 1998/10/17 01:41:40
99ed61e6
GS
24296 Log: qualify names of builtins
24297 Branch: perl
24298 ! ext/POSIX/POSIX.pm
104f9d64 24299____________________________________________________________________________
104f9d64 24300[ 1982] By: gbarr on 1998/10/17 00:20:57
99ed61e6
GS
24301 Log: From: Jochen Wiedmann <joe@ispsoft.de>
24302 Date: Thu, 17 Sep 1998 17:16:06 +0200
24303 Message-ID: <360127B6.E44564A@ispsoft.de>
24304 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
24305 Branch: maint-5.005/perl
24306 ! lib/ExtUtils/MakeMaker.pm
104f9d64 24307____________________________________________________________________________
104f9d64 24308[ 1978] By: gsar on 1998/10/16 01:58:58
99ed61e6
GS
24309 Log: integrate cfgperl mods into mainline
24310 Branch: perl
24311 +> ext/DynaLoader/dl_vmesa.xs
24312 ! Porting/genlog
24313 !> Configure MANIFEST Makefile.SH config_h.SH
24314 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24315 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
24316 !> x2p/Makefile.SH
104f9d64 24317____________________________________________________________________________
104f9d64 24318[ 1976] By: gsar on 1998/10/16 00:10:52
99ed61e6
GS
24319 Log: stray tweak
24320 Branch: perl
24321 ! op.c
104f9d64
GS
24322____________________________________________________________________________
24323[ 1975] By: gsar on 1998/10/15 23:54:38
99ed61e6
GS
24324 Log: propagate typeness of lexicals while cloning them
24325 Branch: perl
24326 ! op.c
104f9d64
GS
24327____________________________________________________________________________
24328[ 1974] By: gsar on 1998/10/15 23:53:25
99ed61e6
GS
24329 Log: s/last/first/ typo in append_list()
24330 Branch: perl
24331 ! op.c
104f9d64
GS
24332____________________________________________________________________________
24333[ 1973] By: gsar on 1998/10/15 20:06:17
99ed61e6
GS
24334 Log: nuke confperl branch and contents
24335 Branch: confperl
24336 - (delete 1284 files)
104f9d64
GS
24337____________________________________________________________________________
24338[ 1972] By: jhi on 1998/10/15 07:07:35
99ed61e6
GS
24339 Log: Test #162 had been added but the "print 1..161" had not been updated.
24340 Branch: cfgperl
24341 ! t/op/pat.t
104f9d64
GS
24342____________________________________________________________________________
24343[ 1971] By: gsar on 1998/10/15 03:09:58
99ed61e6
GS
24344 Log: check in all confperl changes as of change#1964 into cfgperl
24345 Branch: cfgperl
24346 + ext/DynaLoader/dl_vmesa.xs
24347 ! Configure MANIFEST Makefile.SH config_h.SH
24348 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24349 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
104f9d64
GS
24350____________________________________________________________________________
24351[ 1970] By: gsar on 1998/10/15 03:05:59
99ed61e6
GS
24352 Log: integrate mainline to get tr.t
24353 Branch: cfgperl
24354 +> t/op/tr.t
104f9d64
GS
24355____________________________________________________________________________
24356[ 1969] By: gsar on 1998/10/15 03:04:17
99ed61e6
GS
24357 Log: add missing tr.t to repository
24358 Branch: perl
24359 + t/op/tr.t
104f9d64
GS
24360____________________________________________________________________________
24361[ 1968] By: gsar on 1998/10/15 03:02:43
99ed61e6
GS
24362 Log: create cfgperl branch
24363 Branch: cfgperl
24364 +> (branch 1282 files)
104f9d64
GS
24365____________________________________________________________________________
24366[ 1967] By: gsar on 1998/10/15 02:46:08
99ed61e6
GS
24367 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
24368 (MAN3PODS cannot be set to ' '; stray stricture violation)
24369 Branch: perl
24370 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
24371 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
24372 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
24373 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
24374 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
24375 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
24376 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
24377 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
24378 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
24379 ! lib/ExtUtils/MM_Unix.pm
104f9d64
GS
24380____________________________________________________________________________
24381[ 1966] By: gsar on 1998/10/15 02:19:03
99ed61e6
GS
24382 Log: tweak to make fix in change#1944 behave correctly for closures
24383 created within eval''
24384 Branch: perl
24385 ! op.c t/op/eval.t
104f9d64
GS
24386____________________________________________________________________________
24387[ 1965] By: gsar on 1998/10/14 23:22:41
99ed61e6
GS
24388 Log: use better numbers for exitstatus test
24389 Branch: perl
24390 ! t/op/die_exit.t
104f9d64
GS
24391____________________________________________________________________________
24392[ 1964] By: jhi on 1998/10/14 17:25:41
99ed61e6
GS
24393 Log: Add VM/ESA dynaloading (uses <dll.h>).
24394 Branch: confperl
24395 + ext/DynaLoader/dl_vmesa.xs
24396 ! MANIFEST
104f9d64
GS
24397____________________________________________________________________________
24398[ 1963] By: jhi on 1998/10/14 17:17:10
99ed61e6
GS
24399 Log: Remove a2p.loadmap in 'clean' target.
24400 Branch: confperl
24401 ! x2p/Makefile.SH
104f9d64
GS
24402____________________________________________________________________________
24403[ 1962] By: jhi on 1998/10/14 17:13:11
99ed61e6
GS
24404 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
24405 Branch: confperl
24406 ! Makefile.SH
104f9d64
GS
24407____________________________________________________________________________
24408[ 1961] By: jhi on 1998/10/14 16:27:39
99ed61e6
GS
24409 Log: VM/ESA creates executable.loadmaps.
24410 Branch: confperl
24411 ! Makefile.SH
104f9d64
GS
24412____________________________________________________________________________
24413[ 1960] By: jhi on 1998/10/14 15:37:39
99ed61e6
GS
24414 Log: Introduce SCHED_YIELD (one of sched_yield(),
24415 pthread_yield(), or pthread_yield(NULL)).
24416 YIELD is then defined using SCHED_YIELD unless
24417 a platform-specific YIELD has already been defined.
24418
24419 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
24420
24421 The need for pthread_yield(NULL) and pthread_attr_setdet...
24422 introduced by (private email)
24423
24424 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24425 Date: Sat, 10 Oct 1998 21:08:15 +1300
24426 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
24427 Subject: Re: Perl thread problems in VM/ESA
24428
24429 Better select() protoprobe (for AIX), from (private email)
24430 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24431 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
24432 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
24433 Subject: AIX select (fwd)
24434 From: Lars Hecking <lhecking@nmrc.ucc.ie>
24435 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
24436 Date: Fri, 2 Oct 1998 10:40:01 +0100
24437 Subject: AIX select
24438
24439 Linux-avoid-so.X.Y, based on
24440 From: "Kurt D. Starsinic" <kstar@chapin.edu>
24441 Date: Tue, 13 Oct 1998 15:55:07 -0400
24442 Message-ID: <19981013155507.B4004@O2.chapin.edu>
24443 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
24444 Branch: confperl
24445 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
24446 ! thread.h
104f9d64
GS
24447____________________________________________________________________________
24448[ 1959] By: jhi on 1998/10/14 12:51:26
99ed61e6
GS
24449 Log: Some old pthread implementations have
24450 pthread_attr_setdetachstate(pthread_attr_t*, int*).
24451 Branch: confperl
24452 ! ext/Thread/Thread.xs
104f9d64
GS
24453____________________________________________________________________________
24454[ 1958] By: jhi on 1998/10/14 12:41:11
99ed61e6
GS
24455 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
24456 counterparts will follow soon.
24457 Branch: confperl
24458 ! thread.h
104f9d64
GS
24459____________________________________________________________________________
24460[ 1957] By: jhi on 1998/10/14 12:38:11
99ed61e6
GS
24461 Log: Add tr.t (MANIFEST already knew about it, strange)
24462 Branch: confperl
24463 + t/op/tr.t
104f9d64
GS
24464____________________________________________________________________________
24465[ 1956] By: jhi on 1998/10/14 12:24:35
99ed61e6
GS
24466 Log: Mutexen should be initialized only once.
24467 Branch: confperl
24468 ! gv.c op.c
104f9d64
GS
24469____________________________________________________________________________
24470[ 1955] By: jhi on 1998/10/14 12:19:38
99ed61e6
GS
24471 Log: os390 has its own cppstdin.
24472 Branch: confperl
24473 ! hints/os390.sh
104f9d64
GS
24474____________________________________________________________________________
24475[ 1954] By: jhi on 1998/10/14 12:15:06
99ed61e6
GS
24476 Log: Integrate with mainperl.
24477 Branch: confperl
24478 !> (integrate 1280 files)
104f9d64
GS
24479____________________________________________________________________________
24480[ 1953] By: jhi on 1998/10/14 11:48:08
99ed61e6
GS
24481 Log: Removed duplicate CMA threads code for HPUX 10.X.
24482 (probably residue of patch(1) being too understanding)
24483 Enhanced 64-bit settings. (redo change#1940)
24484 Branch: confperl
24485 ! hints/hpux.sh
104f9d64
GS
24486____________________________________________________________________________
24487[ 1952] By: jhi on 1998/10/14 11:45:16
99ed61e6
GS
24488 Log: (redo change#1949) Detypo in the d_open64 warning about
24489 the impending WHOA.
24490 Branch: confperl
24491 ! hints/irix_6.sh
104f9d64
GS
24492____________________________________________________________________________
24493[ 1951] By: jhi on 1998/10/14 10:54:16
99ed61e6
GS
24494 Log: Mutexen should only be inited once, after they have been New()ed.
24495 Branch: confperl
24496 ! gv.c op.c
104f9d64
GS
24497____________________________________________________________________________
24498[ 1950] By: jhi on 1998/10/14 10:41:43
99ed61e6
GS
24499 Log: Own cppstdin.
24500 Branch: confperl
24501 ! hints/os390.sh
104f9d64
GS
24502____________________________________________________________________________
24503[ 1949] By: jhi on 1998/10/14 10:34:23
99ed61e6
GS
24504 Log: Detypo in the d_open64 warning about the impending WHOA.
24505 Branch: confperl
24506 ! hints/irix_6.sh
104f9d64
GS
24507____________________________________________________________________________
24508[ 1948] By: gsar on 1998/10/14 05:38:01
99ed61e6
GS
24509 Log: two typos
24510 Branch: perl
24511 ! pp_hot.c t/op/eval.t
104f9d64
GS
24512____________________________________________________________________________
24513[ 1947] By: gsar on 1998/10/14 05:37:10
99ed61e6
GS
24514 Log: let docatch() pass the buck when restartop turns out to be null,
24515 making exceptions in BEGIN{} propagate as expected
24516 Branch: perl
24517 ! pp_ctl.c t/op/misc.t
104f9d64
GS
24518____________________________________________________________________________
24519[ 1946] By: gsar on 1998/10/13 03:41:49
99ed61e6
GS
24520 Log: add missing file from change#1943
24521 Branch: perl
24522 ! proto.h
104f9d64
GS
24523____________________________________________________________________________
24524[ 1945] By: gsar on 1998/10/13 03:32:02
99ed61e6
GS
24525 Log: defer "deep recursion" warnings until CXt_SUB context is properly
24526 set up
24527 Branch: perl
24528 ! pp_hot.c t/pragma/warn/pp_hot
104f9d64
GS
24529____________________________________________________________________________
24530[ 1944] By: gsar on 1998/10/13 03:15:50
99ed61e6
GS
24531 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
24532 fixup the cop_seq value that must be seen by lexical lookups that
24533 emanate within eval''
24534 Branch: perl
24535 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
104f9d64
GS
24536____________________________________________________________________________
24537[ 1943] By: gsar on 1998/10/13 02:06:09
99ed61e6
GS
24538 Log: ensure recursive attempts to findlex()icals know enough about where
24539 the last eval'' context was encountered
24540 Branch: perl
24541 ! op.c t/op/eval.t
104f9d64
GS
24542____________________________________________________________________________
24543[ 1942] By: gsar on 1998/10/13 02:01:24
99ed61e6
GS
24544 Log: force copy of substrings when matching against temporaries
24545 Branch: perl
24546 ! pp_hot.c t/op/pat.t
104f9d64
GS
24547____________________________________________________________________________
24548[ 1941] By: gsar on 1998/10/13 01:49:16
99ed61e6
GS
24549 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
24550 implementation)
24551 Branch: perl
24552 ! pp_ctl.c t/op/runlevel.t
104f9d64
GS
24553____________________________________________________________________________
24554[ 1940] By: jhi on 1998/10/12 09:57:44
99ed61e6
GS
24555 Log: Removed duplicate CMA threads code for HPUX 10.X.
24556 (probably residue of patch(1) being too understanding)
24557 Enhanced 64-bit settings.
24558 Branch: confperl
24559 ! hints/hpux.sh
104f9d64
GS
24560____________________________________________________________________________
24561[ 1939] By: jhi on 1998/10/12 09:53:11
99ed61e6
GS
24562 Log: Initial sync from mainline perl.
24563 Branch: confperl
24564 + (add 1282 files)
104f9d64 24565____________________________________________________________________________
104f9d64 24566[ 1937] By: gsar on 1998/10/06 21:16:34
99ed61e6
GS
24567 Log: fix $/ init for USE_THREADS
24568 Branch: perl
24569 ! perl.c
104f9d64
GS
24570____________________________________________________________________________
24571[ 1936] By: gsar on 1998/10/06 07:19:39
99ed61e6
GS
24572 Log: fix globals caught by change#1927; builds and tests on Solaris
24573 Branch: perl
24574 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
24575 ! warning.h warning.pl
104f9d64 24576____________________________________________________________________________
e24b16f9 24577[ 1935] By: gsar on 1998/10/06 06:50:35
99ed61e6
GS
24578 Log: add test for previous fix
24579 Branch: perl
24580 ! ext/Thread/create.t
e24b16f9
GS
24581____________________________________________________________________________
24582[ 1934] By: gsar on 1998/10/06 06:37:36
99ed61e6
GS
24583 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
24584 Branch: perl
24585 ! util.c
e24b16f9
GS
24586____________________________________________________________________________
24587[ 1933] By: gsar on 1998/10/06 05:04:20
99ed61e6
GS
24588 Log: undo bogus part of change#1903 (as pointed out by Larry)
24589 Branch: perl
24590 ! pp_ctl.c
e24b16f9
GS
24591____________________________________________________________________________
24592[ 1932] By: gsar on 1998/10/06 04:21:31
99ed61e6
GS
24593 Log: added tweaked version of suggested patch
24594 From: jan.dubois@ibm.net (Jan Dubois)
24595 Date: Sat, 03 Oct 1998 19:04:48 +0200
24596 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
24597 Subject: [PATCH 5.005_52] More MakeMaker patches
24598 Branch: perl
24599 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
24600 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
e24b16f9
GS
24601____________________________________________________________________________
24602[ 1931] By: gsar on 1998/10/06 04:04:33
99ed61e6
GS
24603 Log: use cpp symbols instead of hardwired constants
24604 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24605 Date: Mon, 05 Oct 1998 09:23:33 +0100
24606 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
24607 Subject: [PATCH 5.005_52] By the numbers (resend)
24608 Branch: perl
24609 ! op.c
e24b16f9
GS
24610____________________________________________________________________________
24611[ 1930] By: gsar on 1998/10/06 04:01:55
99ed61e6
GS
24612 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24613 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
24614 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
24615 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
24616 Branch: perl
24617 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
24618 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
e24b16f9
GS
24619____________________________________________________________________________
24620[ 1929] By: gsar on 1998/10/06 03:50:36
99ed61e6
GS
24621 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24622 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
24623 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
24624 Subject: [PATCH 5.00552] Minor test improvement
24625 Branch: perl
24626 ! t/op/magic.t
e24b16f9
GS
24627____________________________________________________________________________
24628[ 1928] By: gsar on 1998/10/06 03:49:03
99ed61e6
GS
24629 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24630 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
24631 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
24632 Subject: [PATCH 5.00552] emacs/ptags inprovements
24633 Branch: perl
24634 ! emacs/ptags
e24b16f9
GS
24635____________________________________________________________________________
24636[ 1927] By: gsar on 1998/10/06 03:47:44
99ed61e6
GS
24637 Log: disable C<#define dirty PL_dirty> et al.
24638 Branch: perl
24639 ! embed.pl embedvar.h
e24b16f9
GS
24640____________________________________________________________________________
24641[ 1926] By: gsar on 1998/10/06 03:43:32
99ed61e6
GS
24642 Log: From: Mark-Jason Dominus <mjd@plover.com>
24643 Date: Sun, 04 Oct 1998 14:48:11 -0400
24644 Message-ID: <19981004184811.16048.qmail@plover.com>
24645 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
24646 Branch: perl
24647 ! utils/perldoc.PL
e24b16f9
GS
24648____________________________________________________________________________
24649[ 1925] By: gsar on 1998/10/06 03:27:35
99ed61e6
GS
24650 Log: disable USE_THREADS when PERL_OBJECT is enabled
24651 Branch: perl
24652 ! win32/Makefile win32/makefile.mk
e24b16f9
GS
24653____________________________________________________________________________
24654[ 1924] By: gsar on 1998/10/06 03:26:54
99ed61e6
GS
24655 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
24656 Branch: perl
24657 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
24658 ! vms/perly_c.vms
e24b16f9
GS
24659____________________________________________________________________________
24660[ 1923] By: gsar on 1998/10/03 05:19:56
99ed61e6
GS
24661 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
24662 overridden
24663 Branch: perl
24664 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
24665 ! proto.h vms/perly_c.vms
e24b16f9
GS
24666____________________________________________________________________________
24667[ 1922] By: gsar on 1998/10/03 03:59:50
99ed61e6
GS
24668 Log: suppress manifypods leak in extensions
24669 Branch: perl
24670 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
e24b16f9
GS
24671____________________________________________________________________________
24672[ 1921] By: gsar on 1998/10/02 22:30:15
99ed61e6
GS
24673 Log: os390 fixes (suggested by Peter Prymmer)
24674 Branch: perl
24675 ! Makefile.SH regcomp.c
e24b16f9
GS
24676____________________________________________________________________________
24677[ 1920] By: gsar on 1998/10/02 21:41:19
99ed61e6
GS
24678 Log: squelch undef warnings
24679 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24680 Date: Fri, 02 Oct 1998 11:01:14 +0100
24681 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
24682 Subject: [PATCH] Re: Apparent bug in Math::BigInt
24683 Branch: perl
24684 ! Changes lib/Math/BigInt.pm
e24b16f9 24685____________________________________________________________________________
9f6ab407 24686[ 1919] By: gsar on 1998/10/02 04:59:13
99ed61e6
GS
24687 Log: add note to INSTALL about ANSI C
24688 Branch: perl
24689 ! INSTALL
9f6ab407
HS
24690____________________________________________________________________________
24691[ 1918] By: gsar on 1998/10/02 04:21:10
99ed61e6
GS
24692 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
24693 From: jan.dubois@ibm.net (Jan Dubois)
24694 Date: Wed, 30 Sep 1998 23:35:30 +0200
24695 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
24696 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
24697 Branch: perl
24698 ! lib/ExtUtils/xsubpp
9f6ab407
HS
24699____________________________________________________________________________
24700[ 1917] By: gsar on 1998/10/02 04:16:02
99ed61e6
GS
24701 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
24702 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
24703 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
24704 Subject: Re: Configure test for selectbits busted
24705 Branch: perl
24706 ! Configure
9f6ab407
HS
24707____________________________________________________________________________
24708[ 1916] By: gsar on 1998/10/02 04:14:17
99ed61e6
GS
24709 Log: From: Dan Sugalski <sugalskd@osshe.edu>
24710 Date: Wed, 30 Sep 1998 17:15:20 -0700
24711 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
24712 Subject: [PATCH 5.005_02]VMS config tweaks
24713 Branch: perl
24714 ! vms/descrip_mms.template vms/subconfigure.com
9f6ab407
HS
24715____________________________________________________________________________
24716[ 1915] By: gsar on 1998/10/02 04:10:47
99ed61e6
GS
24717 Log: use Off_t to permit 64-bit seek()
24718 From: Scott Henry <scotth@sgi.com>
24719 Date: 29 Sep 1998 17:38:46 -0700
24720 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
24721 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
24722 --
24723 Date: 28 Sep 1998 18:55:37 -0700
24724 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
24725 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
24726 Branch: perl
24727 ! doio.c pp_sys.c proto.h sv.c
9f6ab407
HS
24728____________________________________________________________________________
24729[ 1914] By: gsar on 1998/10/02 04:05:36
99ed61e6
GS
24730 Log: normalize tm struct passed to strftime() with mktime()
24731 From: Spider Boardman <spider@orb.nashua.nh.us>
24732 Date: Wed, 30 Sep 1998 15:12:09 -0400
24733 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
24734 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
24735 Branch: perl
24736 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9f6ab407
HS
24737____________________________________________________________________________
24738[ 1913] By: gsar on 1998/10/02 03:59:46
99ed61e6
GS
24739 Log: don't try to run foo_SH.orig etc.
24740 Branch: perl
24741 ! Configure
9f6ab407
HS
24742____________________________________________________________________________
24743[ 1912] By: gsar on 1998/10/02 03:45:37
99ed61e6
GS
24744 Log: make warning about glob process failure optional
24745 Branch: perl
24746 ! pod/perldiag.pod pp_hot.c
9f6ab407
HS
24747____________________________________________________________________________
24748[ 1911] By: gsar on 1998/10/02 02:52:21
99ed61e6
GS
24749 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
24750 From: Dominic Dunlop <domo@vo.lu>
24751 Date: Tue, 29 Sep 1998 21:06:30 +0000
24752 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
24753 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
24754 --
24755 Date: Wed, 30 Sep 1998 11:46:44 +0000
24756 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
24757 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
24758 Branch: perl
24759 ! pod/perldiag.pod regcomp.c
9f6ab407
HS
24760____________________________________________________________________________
24761[ 1910] By: gsar on 1998/10/02 02:48:48
99ed61e6
GS
24762 Log: minor Configure tweaks (via private mail)
24763 From: Jarkko Hietaniemi <jhi@iki.fi>
24764 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
24765 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
24766 Subject: [PATCH] 5.005_52: the drizzle continues
24767 Branch: perl
24768 ! Configure config_h.SH handy.h
9f6ab407
HS
24769____________________________________________________________________________
24770[ 1909] By: gsar on 1998/10/02 02:46:39
99ed61e6
GS
24771 Log: update SCO hints for dynamic loading
24772 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24773 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
24774 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
24775 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
24776 --
24777 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
24778 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
24779 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
24780 Branch: perl
24781 ! hints/sco.sh
9f6ab407
HS
24782____________________________________________________________________________
24783[ 1908] By: gsar on 1998/10/02 02:33:39
99ed61e6
GS
24784 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
24785 Branch: perl
24786 ! lib/File/Find.pm
9f6ab407
HS
24787____________________________________________________________________________
24788[ 1907] By: gsar on 1998/10/02 02:21:52
99ed61e6
GS
24789 Log: applied patches, but retained old behavior for win32 (where compilers
24790 can't read from stdin at all)
24791 From: Graham Barr <gbarr@ti.com>
24792 Date: Mon, 28 Sep 1998 09:41:49 -0500
24793 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
24794 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
24795 --
24796 Date: Tue, 29 Sep 1998 12:35:43 -0500
24797 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
24798 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
24799 Branch: perl
24800 ! ext/Errno/Errno_pm.PL
9f6ab407
HS
24801____________________________________________________________________________
24802[ 1906] By: gsar on 1998/10/02 02:02:19
99ed61e6
GS
24803 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
24804 Hietaniemi)
24805 Branch: perl
24806 ! t/op/grent.t
9f6ab407
HS
24807____________________________________________________________________________
24808[ 1905] By: gsar on 1998/10/02 01:59:56
99ed61e6
GS
24809 Log: win32 caveats about truncate()
24810 Branch: perl
24811 ! pod/perlport.pod
9f6ab407
HS
24812____________________________________________________________________________
24813[ 1904] By: gsar on 1998/10/02 01:53:25
99ed61e6
GS
24814 Log: various Configure and hints updates (prefer drand48() or random()
24815 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
24816 applied modulo SCO hints superceded by later patch
24817 From: Jarkko Hietaniemi <jhi@iki.fi>
24818 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
24819 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
24820 Subject: [PATCH] 5.005_52: Configure et al:
24821 Branch: perl
24822 + ext/IPC/SysV/hints/next_3.pl
24823 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
24824 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
24825 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
9f6ab407
HS
24826____________________________________________________________________________
24827[ 1903] By: gsar on 1998/10/02 01:42:37
99ed61e6
GS
24828 Log: fixes for bugs in /RE/p from Hugo van der Sanden
24829 Date: Mon, 28 Sep 1998 17:41:49 +0100
24830 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
24831 Subject: [PATCH 5.005_52] Re: More on ?p
24832 --
24833 Date: Thu, 01 Oct 1998 09:10:58 +0100
24834 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
24835 Subject: [PATCH 5.005_52] ?p fix
24836 --
24837 Date: Thu, 01 Oct 1998 10:45:56 +0100
24838 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
24839 Subject: [PATCH 5.005_52] more on ?p
24840 Branch: perl
24841 ! pp_ctl.c
9f6ab407
HS
24842____________________________________________________________________________
24843[ 1902] By: gsar on 1998/10/02 01:36:14
99ed61e6
GS
24844 Log: From: Kenneth Duda <kjd@cisco.com>
24845 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
24846 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
24847 Subject: writemain dies when there are more than 4000 characters of extensions
24848 Branch: perl
24849 ! writemain.SH
9f6ab407
HS
24850____________________________________________________________________________
24851[ 1901] By: gsar on 1998/10/02 01:33:16
99ed61e6
GS
24852 Log: tweak run_byacc recipe
24853 Branch: perl
24854 ! Makefile.SH Porting/pumpkin.pod
9f6ab407
HS
24855____________________________________________________________________________
24856[ 1900] By: gsar on 1998/10/02 01:02:09
99ed61e6
GS
24857 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
24858 Branch: perl
24859 ! perl.h pp_ctl.c
9f6ab407
HS
24860____________________________________________________________________________
24861[ 1899] By: gsar on 1998/09/28 20:46:30
99ed61e6
GS
24862 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
24863 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
24864 Dvornik)
24865 Branch: perl
24866 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
9f6ab407
HS
24867____________________________________________________________________________
24868[ 1898] By: gsar on 1998/09/28 20:42:52
99ed61e6
GS
24869 Log: flush unsubmitted 5.00552 change
24870 Branch: perl
24871 ! MANIFEST
9f6ab407
HS
24872____________________________________________________________________________
24873[ 1897] By: gsar on 1998/09/27 04:43:06
99ed61e6
GS
24874 Log: run vms_yfix.pl
24875 Branch: perl
24876 ! vms/perly_c.vms
9f6ab407
HS
24877____________________________________________________________________________
24878[ 1896] By: gsar on 1998/09/27 03:38:55
99ed61e6
GS
24879 Log: small tweak on last change
24880 Branch: perl
24881 ! win32/win32.c
9f6ab407
HS
24882____________________________________________________________________________
24883[ 1895] By: gsar on 1998/09/27 03:17:17
99ed61e6
GS
24884 Log: fix win32_stat() to do the right thing for share names
24885 Branch: perl
24886 ! win32/win32.c
9f6ab407
HS
24887____________________________________________________________________________
24888[ 1891] By: larry on 1998/09/25 18:50:40
99ed61e6
GS
24889 Log: Fixed apostrophe problem from Mark Knutsen.
24890 Branch: perl
24891 ! sv.h
9f6ab407
HS
24892
24893----------------
24894Version 5.005_52
24895----------------
24896
24897____________________________________________________________________________
24898[ 1890] By: gsar on 1998/09/25 10:25:00
99ed61e6
GS
24899 Log: update template config.sh, add new config vars to win32 stuff
24900 Branch: perl
24901 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
24902 ! pp_sys.c proto.h win32/config.bc win32/config.gc
24903 ! win32/config.vc win32/config_H.bc win32/config_H.gc
24904 ! win32/config_H.vc win32/win32.h
9f6ab407 24905____________________________________________________________________________
327c3667 24906[ 1889] By: gsar on 1998/09/25 07:13:13
99ed61e6
GS
24907 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
24908 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
24909 of full-fledged 64-bit support (including support for: fseeko/ftello,
24910 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
24911 in Fcntl)
24912 From: Jarkko Hietaniemi <jhi@iki.fi>
24913 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
24914 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
24915 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
24916 --
24917 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24918 Date: 12 Sep 1998 09:44:25 +0300
24919 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
24920 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
24921 Branch: perl
24922 + lib/filetest.pm
24923 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
24924 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
24925 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
24926 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
24927 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
24928 ! win32/makedef.pl
327c3667
GS
24929____________________________________________________________________________
24930[ 1888] By: gsar on 1998/09/25 06:27:12
99ed61e6
GS
24931 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
24932 Branch: perl
24933 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
24934 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24935 ! win32/makedef.pl win32/makefile.mk win32/win32.c
327c3667
GS
24936____________________________________________________________________________
24937[ 1887] By: gsar on 1998/09/25 04:50:49
99ed61e6
GS
24938 Log: win32.c tweak
24939 Branch: perl
24940 ! win32/win32.c
327c3667
GS
24941____________________________________________________________________________
24942[ 1886] By: gsar on 1998/09/25 04:47:32
99ed61e6
GS
24943 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
24944 Branch: perl
24945 ! lib/ExtUtils/MakeMaker.pm
327c3667
GS
24946____________________________________________________________________________
24947[ 1885] By: gsar on 1998/09/25 04:05:09
99ed61e6
GS
24948 Log: From: Dominic Dunlop <domo@vo.lu>
24949 Date: Thu, 10 Sep 1998 11:02:46 +0000
24950 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
24951 Subject: MM_Unix::canonpath erroneously turns leading // into /
24952 Branch: perl
24953 ! lib/ExtUtils/MM_Unix.pm
327c3667
GS
24954____________________________________________________________________________
24955[ 1884] By: gsar on 1998/09/25 03:06:10
99ed61e6
GS
24956 Log: temporarily disable perl malloc for a2p until we clean up
24957 conflicting malloc() declarations everywhere
24958 Branch: perl
24959 ! x2p/Makefile.SH
327c3667
GS
24960____________________________________________________________________________
24961[ 1883] By: gsar on 1998/09/25 02:27:00
99ed61e6
GS
24962 Log: remove obsolete win32/bin/*.pl
24963 Branch: perl
24964 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
24965 ! Changes MANIFEST win32/Makefile win32/makefile.mk
327c3667 24966____________________________________________________________________________
400153aa 24967[ 1882] By: gsar on 1998/09/25 02:04:43
99ed61e6
GS
24968 Log: missing file in last submit
24969 Branch: perl
24970 ! proto.h
400153aa
GS
24971____________________________________________________________________________
24972[ 1881] By: gsar on 1998/09/25 01:56:54
99ed61e6
GS
24973 Log: serial access to PL_x[inpr]v_root for USE_THREADS
24974 Branch: perl
24975 ! sv.c
400153aa
GS
24976____________________________________________________________________________
24977[ 1880] By: gsar on 1998/09/25 01:19:38
99ed61e6
GS
24978 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
24979 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
24980 Date: Thu, 24 Sep 1998 22:01:09 +0900
24981 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
24982 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
24983 Branch: perl
24984 ! hv.c proto.h
400153aa
GS
24985____________________________________________________________________________
24986[ 1879] By: gsar on 1998/09/25 00:20:07
99ed61e6
GS
24987 Log: tweaks to enable PERL_OBJECT to build & test on win32
24988 Branch: perl
24989 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
24990 ! win32/GenCAPI.pl
400153aa
GS
24991____________________________________________________________________________
24992[ 1878] By: gsar on 1998/09/25 00:13:36
99ed61e6
GS
24993 Log: fix change#1861, which breaks default boot_xxx symbol generation
24994 Branch: perl
24995 ! lib/ExtUtils/Mksymlists.pm
400153aa
GS
24996____________________________________________________________________________
24997[ 1877] By: gsar on 1998/09/24 10:29:54
99ed61e6
GS
24998 Log: two tweaks for clean build and test on Solaris
24999 Branch: perl
25000 ! op.c t/op/subst.t
400153aa 25001____________________________________________________________________________
942e002e 25002[ 1876] By: gsar on 1998/09/24 09:04:43
99ed61e6
GS
25003 Log: From: Colin Kuskie <ckuskie@cadence.com>
25004 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
25005 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
25006 Subject: [PATCH 5.005_51] perlform.pod
25007 Branch: perl
25008 ! pod/perlform.pod
942e002e
GS
25009____________________________________________________________________________
25010[ 1875] By: gsar on 1998/09/24 08:47:47
99ed61e6
GS
25011 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25012 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
25013 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
25014 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
25015 Branch: perl
25016 ! regexec.c
942e002e
GS
25017____________________________________________________________________________
25018[ 1874] By: gsar on 1998/09/24 08:44:55
99ed61e6
GS
25019 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25020 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
25021 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
25022 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
25023 Branch: perl
25024 ! toke.c
942e002e
GS
25025____________________________________________________________________________
25026[ 1873] By: gsar on 1998/09/24 08:39:41
99ed61e6
GS
25027 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25028 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
25029 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
25030 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
25031 Branch: perl
25032 ! Changes regcomp.c
942e002e
GS
25033____________________________________________________________________________
25034[ 1872] By: gsar on 1998/09/24 08:37:00
99ed61e6
GS
25035 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
25036 Date: Sun, 23 Aug 1998 23:18:38 PDT
25037 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
25038 Subject: new irix_6.sh hints file
25039 Branch: perl
25040 ! hints/irix_6.sh
942e002e 25041____________________________________________________________________________
d1b80229 25042[ 1871] By: gsar on 1998/09/24 07:26:37
99ed61e6
GS
25043 Log: correct FSF address in various places
25044 Branch: perl
25045 ! Copying README ext/B/README lib/Getopt/Long.pm
d1b80229
IZ
25046____________________________________________________________________________
25047[ 1870] By: gsar on 1998/09/24 07:11:56
99ed61e6
GS
25048 Log: From: Dan Sugalski <sugalskd@osshe.edu>
25049 Date: Fri, 14 Aug 1998 09:20:16 PDT
25050 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
25051 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
25052 Branch: perl
25053 ! configure.com
d1b80229
IZ
25054____________________________________________________________________________
25055[ 1869] By: gsar on 1998/09/24 06:55:59
99ed61e6
GS
25056 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
25057 From: Scott Henry <scotth@sgi.com>
25058 Date: 13 Aug 1998 09:52:15 PDT
25059 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
25060 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
25061 Branch: perl
25062 ! hints/irix_6.sh
d1b80229
IZ
25063____________________________________________________________________________
25064[ 1868] By: gsar on 1998/09/24 06:51:23
99ed61e6
GS
25065 Log: From: Nathan Torkington <gnat@frii.com>
25066 Date: Thu, 13 Aug 1998 10:59:48 MDT
25067 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
25068 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
25069 Branch: perl
25070 ! pod/perlfunc.pod
d1b80229
IZ
25071____________________________________________________________________________
25072[ 1867] By: gsar on 1998/09/24 06:45:13
99ed61e6
GS
25073 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
25074 that are autoloaded)
25075 Branch: perl
25076 ! pp_ctl.c
d1b80229
IZ
25077____________________________________________________________________________
25078[ 1866] By: gsar on 1998/09/24 05:21:19
99ed61e6
GS
25079 Log: grandfather deprecated "$$<digit>" no more
25080 Branch: perl
25081 ! pod/perldiag.pod toke.c
d1b80229
IZ
25082____________________________________________________________________________
25083[ 1865] By: gsar on 1998/09/24 04:52:48
99ed61e6
GS
25084 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
25085 low bits (suggested by Ilya Zakharevich)
25086 Branch: perl
25087 ! hv.h
d1b80229
IZ
25088____________________________________________________________________________
25089[ 1864] By: gsar on 1998/09/24 04:29:14
99ed61e6
GS
25090 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
25091 perly_c.diff
25092 Branch: perl
25093 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
25094 ! perly_c.diff toke.c
d1b80229
IZ
25095____________________________________________________________________________
25096[ 1863] By: gsar on 1998/09/24 03:36:30
99ed61e6
GS
25097 Log: provide locked access to string table for USE_THREADS
25098 Branch: perl
25099 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
d1b80229
IZ
25100____________________________________________________________________________
25101[ 1862] By: gsar on 1998/09/24 03:30:32
99ed61e6
GS
25102 Log: remove bogus warn()
25103 Branch: perl
25104 ! embed.pl
d1b80229
IZ
25105____________________________________________________________________________
25106[ 1861] By: gsar on 1998/09/24 02:58:51
99ed61e6
GS
25107 Log: applied suggested patch, adapted for all platforms
25108 From: jan.dubois@ibm.net (Jan Dubois)
25109 Date: Sun, 20 Sep 1998 12:56:38 +0200
25110 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
25111 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
25112 Branch: perl
25113 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
25114 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25115 ! lib/ExtUtils/MakeMaker.pm
d1b80229
IZ
25116____________________________________________________________________________
25117[ 1860] By: gsar on 1998/09/24 02:16:14
99ed61e6
GS
25118 Log: upgrade to CPAN-1.40
25119 Branch: perl
25120 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
d1b80229
IZ
25121____________________________________________________________________________
25122[ 1859] By: gsar on 1998/09/24 02:08:59
99ed61e6
GS
25123 Log: use $ENV{MAKEMAKEROPT} to set default command line args
25124 Branch: perl
25125 ! lib/ExtUtils/MakeMaker.pm
d1b80229 25126____________________________________________________________________________
2e2b7522 25127[ 1857] By: gsar on 1998/09/23 10:58:36
99ed61e6
GS
25128 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25129 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
25130 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
25131 Subject: More verbose Test::Harness [PATCH]
25132 Branch: perl
25133 ! lib/Test/Harness.pm
2e2b7522
GS
25134____________________________________________________________________________
25135[ 1856] By: gsar on 1998/09/23 10:56:24
99ed61e6
GS
25136 Log: update hints for OPENSTEP 4.2 on i386
25137 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
25138 Date: Sun, 20 Sep 1998 01:03:18 +0200
25139 Message-Id: <9809192303.AA29190@Spike>
25140 Subject: Perl 5.005_02 compilation problems
25141 Branch: perl
25142 ! hints/next_4.sh
2e2b7522
GS
25143____________________________________________________________________________
25144[ 1855] By: gsar on 1998/09/23 10:52:27
99ed61e6
GS
25145 Log: reset errno after C<require> search (as suggested by Larry)
25146 Branch: perl
25147 ! pp_ctl.c
2e2b7522
GS
25148____________________________________________________________________________
25149[ 1854] By: gsar on 1998/09/23 10:50:26
99ed61e6
GS
25150 Log: misc pod tweaks
25151 Branch: perl
25152 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
2e2b7522
GS
25153____________________________________________________________________________
25154[ 1853] By: gsar on 1998/09/23 10:46:06
99ed61e6
GS
25155 Log: make Pod/Html.pm handle the --title option properly (as suggested
25156 by gml4410@ggr.co.uk)
25157 Branch: perl
25158 ! lib/Pod/Html.pm
2e2b7522
GS
25159____________________________________________________________________________
25160[ 1852] By: gsar on 1998/09/23 10:41:39
99ed61e6
GS
25161 Log: SSNEW() API for allocating memory on the savestack
25162 From: Albert Dvornik <bert@genscan.com>
25163 Date: 17 Sep 1998 19:23:07 -0400
25164 Message-Id: <tqemtae338.fsf@puma.genscan.com>
25165 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
25166 Branch: perl
25167 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
25168 ! perl.h proto.h scope.c scope.h t/io/tell.t
2e2b7522
GS
25169____________________________________________________________________________
25170[ 1851] By: gsar on 1998/09/23 10:37:05
99ed61e6
GS
25171 Log: From: Jochen Wiedmann <joe@ispsoft.de>
25172 Date: Thu, 17 Sep 1998 17:16:06 +0200
25173 Message-ID: <360127B6.E44564A@ispsoft.de>
25174 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
25175 Branch: perl
25176 ! lib/ExtUtils/MakeMaker.pm
2e2b7522
GS
25177____________________________________________________________________________
25178[ 1850] By: gsar on 1998/09/23 10:33:05
99ed61e6
GS
25179 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
25180 Date: 15 Sep 1998 01:32:31 +0200
25181 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
25182 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
25183 Branch: perl
25184 ! lib/ExtUtils/MM_Unix.pm
2e2b7522
GS
25185____________________________________________________________________________
25186[ 1849] By: gsar on 1998/09/23 10:29:04
99ed61e6
GS
25187 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
25188 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
25189 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
25190 Subject: Re: extralibs.ld problem in MM_VMS.pm
25191 Branch: perl
25192 ! lib/ExtUtils/MM_VMS.pm
2e2b7522
GS
25193____________________________________________________________________________
25194[ 1848] By: gsar on 1998/09/23 10:25:24
99ed61e6
GS
25195 Log: From: Roderick Schertler <roderick@argon.org>
25196 Date: 11 Sep 1998 16:19:21 -0400
25197 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
25198 Subject: Re: Open2 and memory leaks
25199 Branch: perl
25200 ! lib/IPC/Open3.pm
2e2b7522
GS
25201____________________________________________________________________________
25202[ 1847] By: gsar on 1998/09/23 10:18:31
99ed61e6
GS
25203 Log: From: Roderick Schertler <roderick@argon.org>
25204 Date: Wed, 09 Sep 1998 23:52:48 -0400
25205 Message-ID: <20567.905399568@eeyore.ibcinc.com>
25206 Subject: seed srand from /dev/urandom when possible
25207 Branch: perl
25208 ! pod/perlfunc.pod pp.c
2e2b7522
GS
25209____________________________________________________________________________
25210[ 1846] By: gsar on 1998/09/23 10:12:22
99ed61e6
GS
25211 Log: From: Roderick Schertler <roderick@argon.org>
25212 Date: Thu, 10 Sep 1998 00:32:17 -0400
25213 Message-ID: <21142.905401937@eeyore.ibcinc.com>
25214 Subject: doc update for crypt()'s salt
25215 Branch: perl
25216 ! pod/perlfunc.pod
2e2b7522
GS
25217____________________________________________________________________________
25218[ 1845] By: gsar on 1998/09/23 10:09:23
99ed61e6
GS
25219 Log: fix h2ph handling of C<#error "foo">
25220 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
25221 Date: Thu, 10 Sep 1998 09:59:33 +0900
25222 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
25223 Subject: [5.005_02] h2ph problem
25224 Branch: perl
25225 ! utils/h2ph.PL
2e2b7522
GS
25226____________________________________________________________________________
25227[ 1844] By: gsar on 1998/09/23 10:06:13
99ed61e6
GS
25228 Log: plug strictly private function leaks in API listing
25229 Branch: perl
25230 ! pod/perlguts.pod
2e2b7522
GS
25231____________________________________________________________________________
25232[ 1843] By: gsar on 1998/09/23 10:02:57
99ed61e6
GS
25233 Log: hide symbol for static build
25234 From: Dominic Dunlop <domo@vo.lu>
25235 Date: Tue, 8 Sep 1998 21:40:46 +0000
25236 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
25237 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
25238 Branch: perl
25239 ! regcomp.c
2e2b7522
GS
25240____________________________________________________________________________
25241[ 1842] By: gsar on 1998/09/23 09:52:46
99ed61e6
GS
25242 Log: define PUT_svindex(), PUT_opindex()
25243 Branch: perl
25244 ! ext/B/B/Assembler.pm
2e2b7522
GS
25245____________________________________________________________________________
25246[ 1841] By: gsar on 1998/09/23 09:44:25
99ed61e6
GS
25247 Log: From: Dominic Dunlop <domo@vo.lu>
25248 Date: Tue, 8 Sep 1998 15:34:53 +0000
25249 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
25250 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
25251 Branch: perl
25252 ! t/pragma/warn/regexec
2e2b7522
GS
25253____________________________________________________________________________
25254[ 1840] By: gsar on 1998/09/23 09:42:17
99ed61e6
GS
25255 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
25256 Branch: perl
25257 ! win32/bin/pl2bat.pl
2e2b7522
GS
25258____________________________________________________________________________
25259[ 1839] By: gsar on 1998/09/23 09:38:18
99ed61e6
GS
25260 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
25261 Date: Mon, 7 Sep 1998 17:36:09 +0900
25262 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
25263 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
25264 Branch: perl
25265 ! ext/Thread/Thread.xs
2e2b7522
GS
25266____________________________________________________________________________
25267[ 1838] By: gsar on 1998/09/23 09:21:11
99ed61e6
GS
25268 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
25269 Date: Thu, 10 Sep 1998 00:02:07 -0400
25270 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
25271 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
25272 Branch: perl
25273 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
25274 + vos/config.h vos/config_h.SH_orig vos/perl.bind
25275 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
25276 ! MANIFEST perl.c perl.h pod/perlport.pod
2e2b7522
GS
25277____________________________________________________________________________
25278[ 1837] By: gsar on 1998/09/23 08:45:58
99ed61e6
GS
25279 Log: (via private mail)
25280 From: Charles Bailey <BAILEY@newman.upenn.edu>
25281 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
25282 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
25283 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
25284 Branch: perl
25285 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
25286 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
25287 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
25288 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
25289 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
25290 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
25291 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
25292 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
25293 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
25294 ! vms/writemain.pl
2e2b7522
GS
25295____________________________________________________________________________
25296[ 1836] By: gsar on 1998/09/23 08:17:42
99ed61e6
GS
25297 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25298 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
25299 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
25300 Subject: [PATCH 5.005_*] OS/2 spawning typos
25301 Branch: perl
25302 ! os2/os2.c
2e2b7522
GS
25303____________________________________________________________________________
25304[ 1835] By: gsar on 1998/09/23 08:09:55
99ed61e6
GS
25305 Log: warn on C<my($foo,$foo)>
25306 Branch: perl
25307 ! op.c pod/perldiag.pod
2e2b7522
GS
25308____________________________________________________________________________
25309[ 1834] By: gsar on 1998/09/23 07:35:56
99ed61e6
GS
25310 Log: From: pvhp@forte.com (Peter Prymmer)
25311 Date: Fri, 4 Sep 98 13:27:41 PDT
25312 Message-Id: <9809042027.AA04463@forte.com>
25313 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
25314 Branch: perl
25315 ! README.vms
2e2b7522
GS
25316____________________________________________________________________________
25317[ 1833] By: gsar on 1998/09/23 07:27:34
99ed61e6
GS
25318 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25319 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
25320 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
25321 Subject: PATCH: 5.005_02 hint/hpux.sh
25322 Branch: perl
25323 ! hints/hpux.sh
2e2b7522
GS
25324____________________________________________________________________________
25325[ 1832] By: gsar on 1998/09/23 07:22:40
99ed61e6
GS
25326 Log: fix (some) installhtml bugs
25327 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
25328 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
25329 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
25330 Subject: installhtml script needs work
25331 Branch: perl
25332 ! installhtml
2e2b7522
GS
25333____________________________________________________________________________
25334[ 1831] By: gsar on 1998/09/23 07:19:30
99ed61e6
GS
25335 Log: document 'U' magic with examples
25336 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
25337 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
25338 Message-Id: <199809011455.PAA00631@sale-wts>
25339 Subject: Re: Looking for some XS MAGIC examples...
25340 Branch: perl
25341 ! pod/perlguts.pod
2e2b7522
GS
25342____________________________________________________________________________
25343[ 1830] By: gsar on 1998/09/23 07:16:43
99ed61e6
GS
25344 Log: From: pvhp@forte.com (Peter Prymmer)
25345 Date: Mon, 31 Aug 98 17:13:49 PDT
25346 Message-Id: <9809010013.AA06737@forte.com>
25347 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
25348 Branch: perl
25349 ! README.os390
2e2b7522
GS
25350____________________________________________________________________________
25351[ 1829] By: gsar on 1998/09/23 07:15:08
99ed61e6
GS
25352 Log: fix problematic typecast in filter_del()
25353 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
25354 Date: Mon, 31 Aug 1998 21:13:11 GMT
25355 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
25356 Subject: perl5.005_02 does not build on Cray T90
25357 Branch: perl
25358 ! toke.c
2e2b7522
GS
25359____________________________________________________________________________
25360[ 1828] By: gsar on 1998/09/23 07:11:34
99ed61e6
GS
25361 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25362 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
25363 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
25364 Subject: [PATCH 5.005_5*] (?>) broken in RE
25365 Branch: perl
25366 ! regexec.c t/op/re_tests
2e2b7522
GS
25367____________________________________________________________________________
25368[ 1827] By: gsar on 1998/09/23 07:09:50
99ed61e6
GS
25369 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
25370 Branch: perl
25371 ! t/op/grent.t t/op/groups.t
2e2b7522
GS
25372____________________________________________________________________________
25373[ 1826] By: gsar on 1998/09/23 07:03:16
99ed61e6
GS
25374 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25375 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
25376 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
25377 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
25378 Branch: perl
25379 - interp.sym
25380 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2e2b7522
GS
25381____________________________________________________________________________
25382[ 1825] By: gsar on 1998/09/23 06:56:40
99ed61e6
GS
25383 Log: re-introduce change#1703
25384 Branch: perl
25385 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
2e2b7522
GS
25386____________________________________________________________________________
25387[ 1824] By: gsar on 1998/09/23 06:44:19
99ed61e6
GS
25388 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25389 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
25390 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
25391 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
25392 Branch: perl
25393 ! lib/perl5db.pl
2e2b7522
GS
25394____________________________________________________________________________
25395[ 1823] By: gsar on 1998/09/23 06:41:34
25396 Log: From: Joe Buehler <jhpb@hekimian.com>
25397 Date: 29 Aug 1998 17:13:28 -0400
25398 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
25399 Subject: patches for perl 5.005_51 under U/WIN
25400 Branch: perl
25401 + hints/uwin.sh
25402 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
25403 ! t/lib/posix.t
25404____________________________________________________________________________
25405[ 1822] By: gsar on 1998/09/23 06:36:59
25406 Log: add missing C<no utf8;> tweak from Larry
25407 Branch: perl
25408 ! t/op/subst.t
25409____________________________________________________________________________
25410[ 1821] By: gsar on 1998/09/23 06:27:51
25411 Log: s/runops/CALLRUNOPS/
25412 Branch: perl
25413 ! cc_runtime.h
25414____________________________________________________________________________
25415[ 1820] By: gsar on 1998/09/23 06:24:49
25416 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
25417 Branch: perl
25418 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
25419 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
25420 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
25421 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
25422 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
25423 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
25424 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
25425 +> t/pragma/warn/util
25426 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
25427 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
25428 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
25429 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
25430 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
25431 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
25432 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
25433 - t/pragma/warn-util
25434 ! MANIFEST t/pragma/warning.t
25435____________________________________________________________________________
25436[ 1819] By: gsar on 1998/09/23 06:08:46
25437 Log: make \(%foo) return refs to values (not copies of values)
25438 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
25439 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
25440 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
25441 --
25442 From: Roderick Schertler <roderick@argon.org>
25443 Date: Sat, 29 Aug 1998 00:58:33 -0400
25444 Message-ID: <29894.904366713@eeyore.ibcinc.com>
25445 Subject: Re: \(%x) problems
25446 Branch: perl
25447 ! doop.c pod/perlref.pod
25448____________________________________________________________________________
25449[ 1818] By: gsar on 1998/09/23 06:05:08
25450 Log: make h2xs generate ANSI prototypes
25451 Branch: perl
25452 ! utils/h2xs.PL
25453____________________________________________________________________________
25454[ 1817] By: gsar on 1998/09/23 05:57:16
25455 Log: updated usethreads hints for hpux 10.X
25456 From: Matthew T Harden <mthard@mthard1.monsanto.com>
25457 Date: Fri, 28 Aug 1998 14:10:42 GMT
25458 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
25459 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
25460 Branch: perl
25461 ! hints/hpux.sh perl.h
25462____________________________________________________________________________
25463[ 1816] By: gsar on 1998/09/23 05:53:31
25464 Log: don't create empty directories in installperl
25465 From: Robin Barker <rmb1@cise.npl.co.uk>
25466 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
25467 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
25468 Subject: [PATCH 5.005_02] install: empty dirs
25469 Branch: perl
25470 ! installperl
25471____________________________________________________________________________
25472[ 1815] By: gsar on 1998/09/23 05:50:36
25473 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
25474 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25475 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
25476 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
25477 Subject: Re: your mail
25478 Branch: perl
25479 ! regexec.c t/op/re_tests
25480____________________________________________________________________________
25481[ 1814] By: gsar on 1998/09/23 05:45:17
25482 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
25483 Date: Thu, 20 Aug 1998 20:59:03 -0400
25484 Message-ID: <19980820205903.A12908@O2.chapin.edu>
25485 Subject: [PATCH] h2ph misquotes #error directives
25486 Branch: perl
25487 ! t/lib/h2ph.pht utils/h2ph.PL
25488____________________________________________________________________________
25489[ 1813] By: gsar on 1998/09/23 05:42:41
25490 Log: patch to support computed regular subexpressions
25491 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25492 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
25493 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
25494 Subject: [5.005_5* PATCH] Postponed RE - now!
25495 Branch: perl
25496 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
25497 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
25498____________________________________________________________________________
25499[ 1812] By: gsar on 1998/09/23 05:26:26
25500 Log: better CR-handling on shebang line and in formats (fixed variant of
25501 patch suggested by Igor Sysoev <igor@nitek.ru>)
25502 Branch: perl
25503 ! perl.c toke.c
25504____________________________________________________________________________
25505[ 1811] By: gsar on 1998/09/23 04:35:46
25506 Log: document non-loopish blocks better
25507 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25508 Date: Tue, 18 Aug 1998 12:28:36 +0100
25509 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
25510 Subject: Re: next in do {} while block gives error message
25511 Branch: perl
25512 ! pod/perlfunc.pod
25513____________________________________________________________________________
25514[ 1810] By: gsar on 1998/09/23 04:12:05
25515 Log: fix bogus integerization of pop()'s return value
25516 From: Gurusamy Sarathy <gsar@engin.umich.edu>
25517 Date: Sat, 15 Aug 1998 23:27:54 -0400
25518 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
25519 Subject: Re: Complex expression does integer arithmetic
25520 Branch: perl
25521 ! opcode.h opcode.pl
25522____________________________________________________________________________
25523[ 1809] By: gsar on 1998/09/23 04:09:43
25524 Log: tweak README.win32
25525 Branch: perl
25526 ! README.win32
25527____________________________________________________________________________
25528[ 1808] By: gsar on 1998/09/23 03:40:57
25529 Log: better diagnostic for do{} used as lvalue
25530 Branch: perl
25531 ! op.c pod/perlport.pod
25532____________________________________________________________________________
25533[ 1807] By: gsar on 1998/09/23 03:38:30
25534 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
25535 From: hansm@icgroup.nl
25536 Date: Tue, 11 Aug 98 21:08:51 +0200
25537 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
25538 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
25539 Branch: perl
25540 ! malloc.c
25541____________________________________________________________________________
25542[ 1806] By: gsar on 1998/09/23 03:36:08
25543 Log: support make written in perl (aka "pmake") on win32
25544 Branch: perl
25545 ! lib/ExtUtils/MM_Win32.pm
25546____________________________________________________________________________
25547[ 1805] By: gsar on 1998/09/23 03:30:07
25548 Log: fix mismatched UV/U32 types for to_utf8_*()
25549 Branch: perl
25550 ! utf8.c
25551____________________________________________________________________________
25552[ 1804] By: gsar on 1998/09/23 03:22:22
25553 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
25554 Date: Sun, 9 Aug 1998 22:38:23 +0200
25555 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
25556 Subject: [PATCH 5.5002] dos-djgpp update
25557 Branch: perl
25558 ! t/io/fs.t
25559____________________________________________________________________________
25560[ 1803] By: gsar on 1998/09/23 03:20:13
25561 Log: apply minimal variant of patch (sent via private mail)
25562 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
25563 Date: Wed, 12 Aug 1998 15:42:35 +0300
25564 Message-Id: <199808121242.PAA29761@comanche.spices>
25565 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
25566 Branch: perl
25567 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
25568 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
25569____________________________________________________________________________
25570[ 1802] By: gsar on 1998/09/23 03:03:39
25571 Log: adjust searchdict.t for EBCDIC (still needs documenting)
25572 From: pvhp@forte.com (Peter Prymmer)
25573 Date: Thu, 6 Aug 98 18:09:39 PDT
25574 Message-Id: <9808070109.AA06158@forte.com>
25575 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
25576 Branch: perl
25577 ! README.os390 t/lib/searchdict.t
25578____________________________________________________________________________
25579[ 1801] By: gsar on 1998/09/23 02:54:15
25580 Log: silence redefined warning for XS(INIT) {}
25581 Branch: perl
25582 ! op.c
25583____________________________________________________________________________
25584[ 1800] By: gsar on 1998/09/23 02:42:23
25585 Log: support match indices via special variables @- and @+
25586 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25587 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
25588 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
25589 Subject: [PATCH 5.004_76] @- and @+
25590 Branch: perl
25591 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
25592 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
25593____________________________________________________________________________
25594[ 1799] By: gsar on 1998/09/23 01:44:31
25595 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25596 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
25597 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
25598 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
25599 Branch: perl
25600 ! regcomp.c t/op/re_tests
25601____________________________________________________________________________
25602[ 1798] By: gsar on 1998/09/23 01:39:23
25603 Log: integrate maint-5.005 changes (except conflicting change#1794)
25604 Branch: perl
25605 ! Changes
25606 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
25607 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
25608 !> win32/win32.h
25609____________________________________________________________________________
25610[ 1797] By: gsar on 1998/09/23 01:32:36
25611 Log: add note to win32/Makefile about setting CCHOME
25612 Branch: perl
25613 ! win32/Makefile win32/makefile.mk
25614____________________________________________________________________________
25615[ 1796] By: gsar on 1998/09/23 01:31:32
25616 Log: perl.pod tweak
25617 Branch: perl
25618 ! pod/perl.pod
25619____________________________________________________________________________
25620[ 1795] By: gsar on 1998/09/21 20:34:10
25621 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
25622 Branch: perl
25623 ! lib/ExtUtils/xsubpp
25624____________________________________________________________________________
25625[ 1789] By: gsar on 1998/09/18 18:01:37
25626 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
25627 Branch: perl
25628 ! cop.h t/cmd/for.t
25629____________________________________________________________________________
25630[ 1788] By: gsar on 1998/09/17 02:19:11
25631 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
25632 Branch: perl
25633 ! win32/config.bc win32/config.gc win32/config.vc
25634____________________________________________________________________________
25635[ 1787] By: gsar on 1998/09/17 01:45:14
25636 Log: suppress bogus warning on C<sub x {} x()>
25637 Branch: perl
25638 ! toke.c
25639____________________________________________________________________________
25640[ 1786] By: gsar on 1998/09/17 01:42:51
25641 Log: ntohl typo in objXSUB.h
25642 Branch: perl
25643 ! objXSUB.h
25644____________________________________________________________________________
25645[ 1785] By: gsar on 1998/09/17 01:41:48
25646 Log: fill gaps in sig_* entries in win32/config.?c
25647 Branch: perl
25648 ! win32/config.bc win32/config.gc win32/config.vc
25649____________________________________________________________________________
25650[ 1781] By: larry on 1998/09/05 23:48:24
25651 Log: tr/// logic was hosed under utf8
25652 Branch: perl
25653 ! doop.c op.c op.h pp.c proto.h
25654____________________________________________________________________________
25655[ 1780] By: larry on 1998/09/05 23:44:16
25656 Log: several new tests needed tweaking to work under utf8
25657 Branch: perl
25658 ! t/comp/require.t t/op/pack.t t/op/substr.t
25659____________________________________________________________________________
25660[ 1779] By: larry on 1998/09/05 23:41:42
25661 Log: index() applied BM optimization to wrong argument
25662 Branch: perl
25663 ! op.c util.c
25664____________________________________________________________________________
25665[ 1778] By: larry on 1998/09/05 23:38:29
25666 Log: Implicit require during compile reset line numbering
25667 Branch: perl
25668 ! pp_ctl.c
25669
25670----------------
25671Version 5.005_51
599cee73
PM
25672----------------
25673
25674____________________________________________________________________________
2b336d57
GS
25675[ 1777] By: gsar on 1998/08/10 07:02:38
25676 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
25677 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
25678 lexical warning testsuite for win32
25679 Branch: perl
25680 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
25681 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
25682 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
25683 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
87de1672
GS
25684 ! win32/Makefile win32/makefile.mk
25685____________________________________________________________________________
dfe13c55
GS
25686[ 1776] By: gsar on 1998/08/09 17:53:48
25687 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
25688 Branch: perl
25689 ! Changes MANIFEST perl.c pod/perlhist.pod
25690____________________________________________________________________________
2aea9f8a
GS
25691[ 1775] By: gsar on 1998/08/09 14:35:33
25692 Log: tweak warning test
25693 Branch: perl
25694 ! t/pragma/warn-toke
25695____________________________________________________________________________
25696[ 1774] By: gsar on 1998/08/09 14:13:46
25697 Log: add missing dTHR; notes for test failures due to small stacksize
25698 Branch: perl
25699 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
25700 ! toke.c universal.c util.c
25701____________________________________________________________________________
25702[ 1773] By: gsar on 1998/08/09 11:31:53
25703 Log: lexical warnings; tweaks to places that didn't apply correctly
25704 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
25705 Date: Wed, 29 Jul 1998 09:28:45 BST
25706 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
25707 Subject: lexical warnings patch for 5.005_50
25708 Branch: perl
25709 + README.lexwarn lib/warning.pm t/pragma/warn-2use
25710 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
25711 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
25712 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
25713 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
25714 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
25715 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
25716 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
25717 + warning.h warning.pl
25718 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
25719 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
25720 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
25721 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
25722 ! universal.c util.c
25723____________________________________________________________________________
599cee73
PM
25724[ 1772] By: gsar on 1998/08/08 23:06:00
25725 Log: bump patchlevel to 5.005_51
25726 Branch: perl
25727 ! patchlevel.h win32/Makefile win32/config_H.bc
25728 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25729____________________________________________________________________________
25730[ 1771] By: gsar on 1998/08/08 23:01:57
25731 Log: fix bogus warning on "\x{123}"
25732 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
25733 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
25734 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
25735 Subject: [5.005_50 PATCH] Some unicode problems
25736 Branch: perl
25737 ! regcomp.c toke.c
25738____________________________________________________________________________
25739[ 1770] By: gsar on 1998/08/08 22:56:55
25740 Log: hide dup symbol for static build of ext/re
25741 From: Dominic Dunlop <domo@ppp72.vo.lu>
25742 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
25743 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
25744 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
25745 Branch: perl
25746 ! regcomp.c
25747____________________________________________________________________________
25748[ 1769] By: gsar on 1998/08/08 22:45:06
25749 Log: fix double free on -Mutf8 -e '$b=uc("")'
25750 From: larry@wall.org (Larry Wall)
25751 Date: Fri, 7 Aug 1998 14:42:43 -0700
25752 Message-Id: <199808072142.OAA14920@wall.org>
25753 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
25754 Branch: perl
25755 ! pp.c
25756____________________________________________________________________________
25757[ 1768] By: gsar on 1998/08/08 22:42:29
25758 Log: substr() assumes utf8 without say-so
25759 From: larry@wall.org (Larry Wall)
25760 Date: Fri, 7 Aug 1998 12:25:12 -0700
25761 Message-Id: <199808071925.MAA13436@wall.org>
25762 Subject: [PATCH 5.005_50] substr bug?
25763 Branch: perl
25764 ! pp.c
25765____________________________________________________________________________
25766[ 1767] By: gsar on 1998/08/08 22:38:25
25767 Log: fix intolerance of SWASHes for blank lines
25768 From: Gisle Aas <aas@sn.no>
25769 Date: 06 Aug 1998 23:28:57 +0200
25770 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
25771 Subject: Re: Re[2]: another joyride begins
25772 Branch: perl
25773 ! lib/utf8_heavy.pl
25774____________________________________________________________________________
25775[ 1766] By: gsar on 1998/08/08 22:33:10
25776 Log: utf8 doc tweak
25777 From: Gisle Aas <aas@sn.no>
25778 Date: 05 Aug 1998 00:41:04 +0200
25779 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
25780 Subject: Matching clumps
25781 Branch: perl
25782 ! lib/utf8.pm
25783____________________________________________________________________________
25784[ 1765] By: gsar on 1998/08/08 22:31:37
25785 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
25786 From: Gisle Aas <aas@sn.no>
25787 Date: 04 Aug 1998 22:56:11 +0200
25788 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
25789 Subject: Re: another joyride begins
25790 Branch: perl
25791 ! lib/utf8_heavy.pl
25792____________________________________________________________________________
25793[ 1764] By: gsar on 1998/08/08 22:28:43
25794 Log: From: larry@wall.org (Larry Wall)
25795 Date: Tue, 4 Aug 1998 17:04:51 -0700
25796 Message-Id: <199808050004.RAA22592@wall.org>
25797 Subject: [PATCH 5.005_50] \pX not implemented!
25798 Branch: perl
25799 ! regcomp.c
25800____________________________________________________________________________
25801[ 1763] By: gsar on 1998/08/08 22:27:15
25802 Log: From: Stephen McCamant <alias@mcs.com>
25803 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
25804 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
25805 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
25806 Branch: perl
25807 ! op.c
25808____________________________________________________________________________
25809[ 1762] By: gsar on 1998/08/08 22:26:09
25810 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25811 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
25812 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
25813 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
25814 Branch: perl
25815 + t/op/grent.t t/op/pwent.t
25816 ! MANIFEST
25817____________________________________________________________________________
25818[ 1761] By: gsar on 1998/08/08 22:21:52
25819 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25820 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
25821 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
25822 Subject: [5.005_50 PATCH] misprint in RE engine
25823 Branch: perl
25824 ! regexec.c t/op/re_tests
25825____________________________________________________________________________
25826[ 1760] By: gsar on 1998/08/08 22:18:54
25827 Log: integrate maint-5.005 changes into mainline
25828 Branch: perl
25829 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
25830 !> (integrate 138 files)
25831____________________________________________________________________________
25832[ 1672] By: gsar on 1998/07/27 18:35:28
25833 Log: create new Changes
25834 Branch: perl
25835 + Changes
25836 ! Changes5.005 MANIFEST
25837____________________________________________________________________________
25838[ 1671] By: gsar on 1998/07/27 18:30:57
25839 Log: rename Changes --> Changes5.005
25840 Branch: perl
25841 +> Changes5.005
25842 - Changes
25843____________________________________________________________________________
25844[ 1670] By: gsar on 1998/07/27 18:10:14
25845 Log: integrate 5.005_01 changes from maint
25846 Branch: perl
25847 ! Changes
25848 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
25849 !> win32/win32.c
25850____________________________________________________________________________
25851[ 1667] By: nick on 1998/07/26 14:31:01
25852 Log: Add dTHR so that it compiles miniperl in threaded mode
25853 Branch: perl
25854 ! doop.c mg.c regcomp.c regexec.c
25855____________________________________________________________________________
25856[ 1666] By: nick on 1998/07/26 13:01:10
25857 Log: Resolve ansiperl against mainline (@1648?)
25858 Unclear that change number has "taken".
25859 Branch: ansiperl
25860 +> (branch 169 files)
25861 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
25862 !> (integrate 131 files)
25863
25864----------------
25865Version 5.005_50
527cc686
GS
25866----------------
25867
25868____________________________________________________________________________
25869[ 1665] By: gsar on 1998/07/26 05:38:48
25870 Log: add trailing newline to file
25871 Branch: perl
25872 ! Changes lib/unicode/blocks.txt
25873____________________________________________________________________________
25874[ 1664] By: gsar on 1998/07/26 05:08:48
25875 Log: integrate proto.h additions from maint-5.005
25876 Branch: perl
25877 !> pod/perlhist.pod proto.h
25878____________________________________________________________________________
25879[ 1663] By: gsar on 1998/07/26 05:07:05
25880 Log: add new files to MANIFEST; add missing prototypes to proto.h;
25881 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
25882 add typecasts to silence warnings; tweaks for win32 builds
25883 Branch: perl
25884 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
25885 ! win32/Makefile win32/makefile.mk
25886____________________________________________________________________________
25887[ 1662] By: gsar on 1998/07/26 05:01:52
25888 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
25889 Branch: maint-5.005/perl
25890 ! pod/perlhist.pod proto.h
25891____________________________________________________________________________
25892[ 1661] By: gsar on 1998/07/26 02:52:48
25893 Log: up patchlevel to 5.005_50
25894 Branch: perl
25895 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
25896 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25897____________________________________________________________________________
25898[ 1660] By: gsar on 1998/07/26 02:43:57
25899 Log: integrate utfperl
25900 Branch: perl
25901 +> (branch 162 files)
25902 !> (integrate 29 files)
25903____________________________________________________________________________
25904[ 1659] By: gsar on 1998/07/26 02:38:22
25905 Log: integrate maint-5.005 changes
25906 Branch: perl
25907 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
25908 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
25909 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
25910 !> vms/descrip_mms.template vms/subconfigure.com
25911____________________________________________________________________________
25912[ 1658] By: gsar on 1998/07/26 02:23:46
25913 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
25914 Date: Fri, 24 Jul 1998 11:38:25 -0700
25915 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
25916 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
25917 --
25918 Date: Fri, 24 Jul 1998 12:30:36 -0700
25919 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
25920 Subject: [PATCH 5.005]Tweaks to README.vms
25921 --
25922 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
25923 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
25924 Subject: [PATCH 5.005] Final build cleanup patch
25925 Branch: maint-5.005/perl
25926 ! README.vms vms/descrip_mms.template vms/subconfigure.com
25927____________________________________________________________________________
25928[ 1657] By: gsar on 1998/07/26 02:19:50
25929 Log: another platform where pp_sselect() needs a whole fd_set buffer
25930 From: Lupe Christoph <lupe@alanya.m.isar.de>
25931 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
25932 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
25933 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
25934 Branch: maint-5.005/perl
25935 ! pp_sys.c
25936____________________________________________________________________________
25937[ 1656] By: gsar on 1998/07/26 02:12:46
25938 Log: fix problem building modules on dos-djgpp
25939 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
25940 Date: Sat, 25 Jul 1998 00:53:39 +0200
25941 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
25942 Subject: [PATCH 5.005] dos-djgpp and modules problem
25943 Branch: maint-5.005/perl
25944 ! djgpp/fixpmain
25945____________________________________________________________________________
25946[ 1655] By: gsar on 1998/07/26 02:11:09
25947 Log: From: Tom Spindler <dogcow@home.merit.edu>
25948 Date: Wed, 22 Jul 1998 16:11:07 -0400
25949 Message-ID: <19980722161107.A16813@home.merit.edu>
25950 Subject: [PATCH 5.005] BeOS tweak
25951 Branch: maint-5.005/perl
25952 ! hints/beos.sh
25953____________________________________________________________________________
25954[ 1654] By: gsar on 1998/07/26 02:09:29
25955 Log: various pod tweaks
25956 Branch: maint-5.005/perl
25957 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
25958 ! pod/perltoc.pod
25959____________________________________________________________________________
25960[ 1653] By: gsar on 1998/07/26 02:05:46
25961 Log: fix emacs/ptags for PL_* changes
25962 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25963 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
25964 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
25965 Subject: [PATCH 5.004_76] Yet better ptags
25966 Branch: maint-5.005/perl
25967 ! emacs/ptags
25968____________________________________________________________________________
25969[ 1652] By: gsar on 1998/07/26 02:03:01
25970 Log: fix behavior of <=> on bigints
25971 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25972 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
25973 Date: Fri, 24 Jul 1998 18:29:53 +0100
25974 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
25975 Branch: maint-5.005/perl
25976 ! lib/Math/BigInt.pm t/lib/bigintpm.t
25977____________________________________________________________________________
25978[ 1651] By: larry on 1998/07/24 05:44:33
25979 Log: Here are the long-expected Unicode/UTF-8 modifications.
25980 Branch: utfperl
25981 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
25982 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
25983 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
25984 + lib/unicode/Decomposition.pl
25985 + lib/unicode/In/AlphabeticPresentationForms.pl
25986 + lib/unicode/In/Arabic.pl
25987 + lib/unicode/In/ArabicPresentationForms-A.pl
25988 + lib/unicode/In/ArabicPresentationForms-B.pl
25989 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25990 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25991 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25992 + lib/unicode/In/BoxDrawing.pl
25993 + lib/unicode/In/CJKCompatibility.pl
25994 + lib/unicode/In/CJKCompatibilityForms.pl
25995 + lib/unicode/In/CJKCompatibilityIdeographs.pl
25996 + lib/unicode/In/CJKSymbolsandPunctuation.pl
25997 + lib/unicode/In/CJKUnifiedIdeographs.pl
25998 + lib/unicode/In/CombiningDiacriticalMarks.pl
25999 + lib/unicode/In/CombiningHalfMarks.pl
26000 + lib/unicode/In/CombiningMarksforSymbols.pl
26001 + lib/unicode/In/ControlPictures.pl
26002 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
26003 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
26004 + lib/unicode/In/EnclosedAlphanumerics.pl
26005 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
26006 + lib/unicode/In/GeneralPunctuation.pl
26007 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
26008 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
26009 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
26010 + lib/unicode/In/HalfwidthandFullwidthForms.pl
26011 + lib/unicode/In/HangulCompatibilityJamo.pl
26012 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
26013 + lib/unicode/In/Hebrew.pl
26014 + lib/unicode/In/HighPrivateUseSurrogates.pl
26015 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
26016 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
26017 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
26018 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
26019 + lib/unicode/In/LatinExtended-A.pl
26020 + lib/unicode/In/LatinExtended-B.pl
26021 + lib/unicode/In/LatinExtendedAdditional.pl
26022 + lib/unicode/In/LetterlikeSymbols.pl
26023 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
26024 + lib/unicode/In/MathematicalOperators.pl
26025 + lib/unicode/In/MiscellaneousSymbols.pl
26026 + lib/unicode/In/MiscellaneousTechnical.pl
26027 + lib/unicode/In/NumberForms.pl
26028 + lib/unicode/In/OpticalCharacterRecognition.pl
26029 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
26030 + lib/unicode/In/SmallFormVariants.pl
26031 + lib/unicode/In/SpacingModifierLetters.pl
26032 + lib/unicode/In/Specials.pl
26033 + lib/unicode/In/SuperscriptsandSubscripts.pl
26034 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
26035 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
26036 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26037 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
26038 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
26039 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
26040 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
26041 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
26042 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
26043 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
26044 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
26045 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
26046 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
26047 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
26048 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
26049 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
26050 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
26051 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
26052 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
26053 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
26054 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
26055 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
26056 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
26057 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
26058 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
26059 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
26060 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
26061 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
26062 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
26063 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
26064 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
26065 + lib/unicode/JamoShort.pl lib/unicode/Makefile
26066 + lib/unicode/Name.pl lib/unicode/Number.pl
26067 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
26068 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
26069 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
26070 + lib/unicode/blocks.txt lib/unicode/index2.txt
26071 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
26072 + lib/unicode/names2.txt lib/unicode/props2.txt
26073 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
26074 + utf8.c utf8.h
26075 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
26076 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
26077 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
26078 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
26079 ! t/op/vec.t toke.c util.c vms/vmsish.h
26080____________________________________________________________________________
26081[ 1650] By: gsar on 1998/07/24 04:06:48
26082 Log: create utfperl branch
26083 Branch: utfperl
26084 +> (branch 1079 files)
26085____________________________________________________________________________
26086[ 1649] By: gsar on 1998/07/24 03:56:56
26087 Log: create maint-5.005 branch
26088 Branch: maint-5.005/perl
26089 +> (branch 1079 files)
26090____________________________________________________________________________
26091[ 1648] By: gsar on 1998/07/24 03:36:35
26092 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)
26093 Branch: perl
26094 ! Changes
26095