This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reword comment
[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____________________________________________________________________________
41fda654
GS
98[ 5631] By: gsar on 2000/03/09 18:49:12
99 Log: track more of the child state on Windows
100 Branch: perl
101 ! win32/win32.c win32/win32.h
102____________________________________________________________________________
103[ 5630] By: gsar on 2000/03/09 18:48:05
104 Log: UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values
105 Branch: perl
106 ! universal.c
107____________________________________________________________________________
108[ 5629] By: gsar on 2000/03/09 18:37:35
109 Log: tweak Unicode notes, other cleanups
110 Branch: perl
111 ! Changes lib/bytes.pm lib/utf8.pm pod/perldelta.pod
112 ! pod/perlhist.pod pod/perlunicode.pod
113____________________________________________________________________________
21bad921
GS
114[ 5628] By: gsar on 2000/03/09 17:39:58
115 Log: support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf"
116 semantics; the pragma sets defaults for both open() and qx//
117 Branch: perl
118 ! doio.c dosish.h embed.h embed.pl epoc/epocish.h lib/open.pm
119 ! mpeix/mpeixish.h op.c op.h opcode.h opcode.pl os2/os2ish.h
120 ! perl.h perlapi.c plan9/plan9ish.h pod/perlfunc.pod pp.sym
121 ! pp_proto.h pp_sys.c proto.h sv.h vms/vmsish.h vos/vosish.h
122____________________________________________________________________________
123[ 5627] By: gsar on 2000/03/09 12:54:08
124 Log: avoid autoflushing behavior of fork/system/exec on Solaris (thanks
125 to fflush(NULL) bug)
126 Branch: perl
127 ! hints/solaris_2.sh pod/perldelta.pod
128____________________________________________________________________________
129[ 5626] By: gsar on 2000/03/09 11:34:51
130 Log: abort build on HP-UX if bundled non-ANSI compiler is detected
131 (from Dominic Dunlop <domo@computer.org>)
132 Branch: perl
133 ! hints/hpux.sh
134____________________________________________________________________________
135[ 5625] By: gsar on 2000/03/09 11:17:07
136 Log: patch from Larry to make -T filetest algorithm recognize utf8 as
137 "text"
138 Branch: perl
139 ! pp_sys.c
140____________________________________________________________________________
141[ 5624] By: gsar on 2000/03/09 11:11:59
142 Log: provide support for deleting actions etc. (from Ronald J Kimball
143 <rjk@linguist.dartmouth.edu>)
144 Branch: perl
145 ! lib/perl5db.pl pod/perldebug.pod
146____________________________________________________________________________
147[ 5623] By: gsar on 2000/03/09 06:39:21
148 Log: new xsubpp keywords should be in all caps
149 Branch: perl
150 ! lib/ExtUtils/xsubpp
151____________________________________________________________________________
152[ 5622] By: gsar on 2000/03/09 06:26:04
153 Log: demand-load utf8.pm in swash routines
154 Branch: perl
155 ! op.c utf8.c
156____________________________________________________________________________
157[ 5621] By: gsar on 2000/03/08 19:27:02
158 Log: make Dump() call the XSUB implementation transparently (modified
159 version of patch suggested by David Boyce <dsb@world.std.com>)
160 Branch: perl
161 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
162 ! pod/perldelta.pod
163____________________________________________________________________________
164[ 5620] By: gsar on 2000/03/08 18:35:48
165 Log: do FILE should not see outside lexicals (from Rick Delaney
166 <rick@consumercontact.com>)
167 Branch: perl
168 ! op.c pp_ctl.c t/comp/require.t
169____________________________________________________________________________
170[ 5619] By: gsar on 2000/03/08 18:04:45
171 Log: abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
172 API function
173 Branch: perl
174 ! doio.c embed.h embed.pl global.sym objXSUB.h op.c op.h
175 ! perlapi.c pp_sys.c proto.h
176____________________________________________________________________________
177[ 5618] By: jhi on 2000/03/08 18:03:30
178 Log: Integrate with Sarathy.
179 Branch: cfgperl
180 +> lib/Pod/Plainer.pm
181 !> Changes MANIFEST dosish.h embedvar.h lib/Pod/InputObjects.pm
182 !> lib/Pod/Parser.pm makedef.pl op.c op.h perl.c perlapi.h
183 !> perlvars.h pod/perlop.pod pod/pod2latex.PL sv.c unixish.h
184 !> vms/vmsish.h
185____________________________________________________________________________
186[ 5617] By: jhi on 2000/03/08 15:44:05
187 Log: ICU todo fixes.
188 Branch: cfgperl
189 ! Todo-5.6
190____________________________________________________________________________
191[ 5616] By: jhi on 2000/03/08 14:30:40
192 Log: Even more Todo.
193 Branch: cfgperl
194 ! Todo-5.6
195____________________________________________________________________________
196[ 5615] By: jhi on 2000/03/08 14:13:45
197 Log: More Todo.
198 Branch: cfgperl
199 ! Todo-5.6
200____________________________________________________________________________
201[ 5614] By: jhi on 2000/03/08 13:50:53
202 Log: wording changes
203 Branch: cfgperl
204 ! lib/Math/Complex.pm
205____________________________________________________________________________
206[ 5613] By: gsar on 2000/03/08 12:51:35
207 Log: clarify docs on return value from binding operators
208 Branch: perl
209 ! pod/perlop.pod
210____________________________________________________________________________
211[ 5612] By: gsar on 2000/03/08 12:41:38
212 Log: shore up pod2latex shortcomings, and a Pod::Parser fix (from
213 Robin Barker)
214 Branch: perl
215 + lib/Pod/Plainer.pm
216 ! MANIFEST lib/Pod/Parser.pm pod/pod2latex.PL
217____________________________________________________________________________
218[ 5611] By: gsar on 2000/03/08 12:22:59
219 Log: integrate cfgperl changes into mainline
220 Branch: perl
221 ! Changes
222 !> installperl lib/Math/Complex.pm pod/perldelta.pod
223 !> t/lib/complex.t vms/vmsish.h
224____________________________________________________________________________
f07cf794
GS
225[ 5610] By: gsar on 2000/03/08 12:08:17
226 Log: add missing locks for op refcounts
227 Branch: perl
228 ! dosish.h embedvar.h makedef.pl op.c op.h perl.c perlapi.h
229 ! perlvars.h sv.c unixish.h vms/vmsish.h
230____________________________________________________________________________
231[ 5609] By: gsar on 2000/03/08 11:30:32
232 Log: Pod::InputObjects tweak (from Brad Appleton)
233 Branch: perl
234 ! lib/Pod/InputObjects.pm
235____________________________________________________________________________
236[ 5608] By: jhi on 2000/03/08 05:08:59
237 Log: Integrate with Sarathy.
238 Branch: cfgperl
239 !> (integrate 27 files)
240____________________________________________________________________________
241[ 5607] By: jhi on 2000/03/08 05:07:06
242 Log: Make the stringification more customizable.
243 A potentially backward incompatible change.
244 Based on a suggestion by Roman Kosenko <ra@amk.al.lg.ua>.
245 Branch: cfgperl
246 ! lib/Math/Complex.pm pod/perldelta.pod t/lib/complex.t
247____________________________________________________________________________
248[ 5606] By: jhi on 2000/03/08 00:49:14
249 Log: s/lfs/largefiles/
250 Branch: metaconfig
251 ! U/mksample
252____________________________________________________________________________
253[ 5605] By: gsar on 2000/03/07 23:37:48
254 Log: VMS build patch (from Peter Prymmer)
255 Branch: perl
256 ! configure.com installhtml lib/lib.pm vms/descrip_mms.template
257 ! vms/subconfigure.com vms/vms.c
258____________________________________________________________________________
259[ 5604] By: gsar on 2000/03/07 23:25:46
260 Log: CopFILEGV(&PL_compiling) must be reset properly (from Doug MacEachern)
261 Branch: perl
262 ! perl.c
263____________________________________________________________________________
264[ 5603] By: gsar on 2000/03/07 23:05:16
265 Log: type mismatch
266 Branch: perl
267 ! sv.c
268____________________________________________________________________________
269[ 5602] By: gsar on 2000/03/07 22:40:55
270 Log: add note to INSTALL about C++ compilers (from M J T Guy)
271 Branch: perl
272 ! INSTALL
273____________________________________________________________________________
274[ 5601] By: gsar on 2000/03/07 22:30:35
275 Log: separate options to incpush() for adding version directories and
276 architecture directories (from Andy Dougherty)
277 Branch: perl
278 ! embed.h embed.pl perl.c proto.h t/lib/fatal.t
279____________________________________________________________________________
280[ 5600] By: gsar on 2000/03/07 20:18:54
281 Log: support :void to enable croaking only in void context (from
282 Simon Cozens <simon@othersideofthe.earth.li>)
283 Branch: perl
284 ! lib/Fatal.pm t/lib/fatal.t
285____________________________________________________________________________
286[ 5599] By: gsar on 2000/03/07 18:35:21
287 Log: Pod::Html tweak to avoid false falses
288 Branch: perl
289 ! lib/Pod/Html.pm
290____________________________________________________________________________
291[ 5598] By: gsar on 2000/03/07 18:21:58
292 Log: skip null siblings encountered by goto out of loopish block
293 (from Doug Lankshear)
294 Branch: perl
295 ! pp_ctl.c
296____________________________________________________________________________
297[ 5597] By: gsar on 2000/03/07 16:33:29
298 Log: omit XSLoader from bytecode dumps
299 Branch: perl
300 ! ext/B/B/Bytecode.pm ext/B/B/Stash.pm ext/B/B/Xref.pm
301____________________________________________________________________________
302[ 5596] By: gsar on 2000/03/07 10:58:17
303 Log: avoid coredump on C<printf "%vd">
304 Branch: perl
305 ! sv.c
306____________________________________________________________________________
307[ 5595] By: gsar on 2000/03/07 10:26:03
308 Log: add missing HTML escapes that can be displayed in xterm (from
309 Tim Jenness <timj@jach.hawaii.edu>)
310 Branch: perl
311 ! lib/Pod/Text.pm
312____________________________________________________________________________
313[ 5594] By: gsar on 2000/03/07 10:24:55
314 Log: Fatal.pm pod tweak (from Matt Sergeant <matt@sergeant.org>)
315 Branch: perl
316 ! lib/Fatal.pm
317____________________________________________________________________________
318[ 5593] By: gsar on 2000/03/07 09:57:24
319 Log: get ByteLoader working again
320 Branch: perl
321 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
322 ! ext/B/B/C.pm ext/ByteLoader/bytecode.h
323 ! ext/ByteLoader/byterun.c
324____________________________________________________________________________
325[ 5592] By: gsar on 2000/03/07 05:14:49
326 Log: typo in makedef.pl
327 Branch: perl
328 ! lib/File/Path.pm makedef.pl
329____________________________________________________________________________
330[ 5591] By: jhi on 2000/03/06 22:56:24
331 Log: Integrate with Sarathy.
332 Branch: cfgperl
333 !> Changes ext/File/Glob/Glob.xs lib/Pod/Html.pm
334____________________________________________________________________________
335[ 5590] By: gsar on 2000/03/06 22:32:44
336 Log: fix incorrect prototypes in File::Glob
337 Branch: perl
338 ! ext/File/Glob/Glob.xs
339____________________________________________________________________________
340[ 5589] By: gsar on 2000/03/06 22:07:38
341 Log: update Changes
342 Branch: perl
343 ! Changes
344____________________________________________________________________________
345[ 5588] By: jhi on 2000/03/06 21:46:18
346 Log: From: "Craig A. Berry" <craig.berry@metamorgs.com>
347 To: vmsperl@perl.org, perl5-porters@perl.org
348 Cc: jhi@iki.fi, Charles Bailey <BAILEY@newman.upenn.edu>, gsar@activestate.com
349 Subject: [PATCH 5.5.670] circumvent VMS fileno bug in old DEC C version
350 Date: Mon, 06 Mar 2000 15:36:13 -0600
351 Message-Id: <4.2.2.20000306153539.00ca6420@exchi01.midwest.metamorgs.com>
352 Branch: cfgperl
353 ! vms/vmsish.h
354____________________________________________________________________________
355[ 5587] By: jhi on 2000/03/06 21:23:27
356 Log: Use $^O.
357 Branch: cfgperl
358 ! installperl
359____________________________________________________________________________
360[ 5586] By: jhi on 2000/03/06 21:19:15
361 Log: Undo drift from the mainline.
362 Branch: cfgperl
363 !> (integrate 1607 files)
364____________________________________________________________________________
9b0c9623
GS
365[ 5585] By: gsar on 2000/03/06 20:23:37
366 Log: change#5513 accidentally undid change#5373, put it back
367 Branch: perl
368 ! lib/Pod/Html.pm
369____________________________________________________________________________
370[ 5584] By: jhi on 2000/03/06 17:30:48
371 Log: Integrate with Sarathy.
372 Branch: cfgperl
373 !> lib/File/Path.pm lib/Getopt/Long.pm lib/IPC/Open2.pm
374 !> lib/Pod/Man.pm makedef.pl toke.c vms/subconfigure.com
375____________________________________________________________________________
376[ 5583] By: gsar on 2000/03/06 17:02:52
377 Log: makedef.pl typos
378 Branch: perl
379 ! makedef.pl
380____________________________________________________________________________
381[ 5582] By: gsar on 2000/03/06 15:24:14
382 Log: Pod::Man bugfixes (from Russ Allbery)
383 Branch: perl
384 ! lib/Pod/Man.pm
385____________________________________________________________________________
386[ 5581] By: gsar on 2000/03/06 15:17:08
387 Log: File::Path::rmtree() doesn't delete stale symlinks correctly
388 Branch: perl
389 ! lib/File/Path.pm
390____________________________________________________________________________
391[ 5580] By: gsar on 2000/03/06 14:55:57
392 Log: pod nits
393 Branch: perl
394 ! lib/Getopt/Long.pm lib/IPC/Open2.pm
395____________________________________________________________________________
396[ 5579] By: gsar on 2000/03/06 14:55:08
397 Log: 64-bit build fix on VMS (from Dan Sugalski)
398 Branch: perl
399 ! toke.c vms/subconfigure.com
400____________________________________________________________________________
401[ 5578] By: jhi on 2000/03/06 14:37:46
402 Log: Integrate with Sarathy.
403 Branch: cfgperl
404 !> README.win32 configure.com iperlsys.h lib/File/Spec/VMS.pm
405 !> lib/IPC/Open2.pm lib/IPC/Open3.pm perl.c t/lib/filefind.t
406 !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
407 !> vms/test.com vms/vms.c win32/config.bc win32/config.gc
408 !> win32/config.vc win32/config_H.bc win32/config_H.gc
409 !> win32/config_H.vc win32/config_h.PL win32/perlhost.h
410 !> win32/win32.c win32/win32.h
411____________________________________________________________________________
412[ 5577] By: gsar on 2000/03/06 07:26:18
413 Log: skip tests that need VMS::Filespec on other platforms
414 Branch: perl
415 ! t/lib/filespec.t
416____________________________________________________________________________
417[ 5576] By: gsar on 2000/03/06 07:11:21
418 Log: integrate vmsperl contents into mainline
419 Branch: perl
420 !> configure.com lib/File/Spec/VMS.pm t/lib/filefind.t
421 !> t/lib/filespec.t vms/ext/filespec.t vms/subconfigure.com
422 !> vms/test.com vms/vms.c
423____________________________________________________________________________
424[ 5575] By: gsar on 2000/03/06 07:05:34
425 Log: support for autovivified handles (from Tom Christiansen)
426 Branch: perl
427 ! lib/IPC/Open2.pm lib/IPC/Open3.pm
428____________________________________________________________________________
429[ 5574] By: gsar on 2000/03/06 06:31:55
430 Log: vendorlib support for Windows; regen win32/config*
431 Branch: perl
432 ! README.win32 iperlsys.h perl.c win32/config.bc win32/config.gc
433 ! win32/config.vc win32/config_H.bc win32/config_H.gc
434 ! win32/config_H.vc win32/config_h.PL win32/perlhost.h
435 ! win32/win32.c win32/win32.h
436____________________________________________________________________________
437[ 5573] By: bailey on 2000/03/06 05:23:23
438 Log: Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
439 Branch: vmsperl
440 ! vms/test.com
441____________________________________________________________________________
442[ 5572] By: gsar on 2000/03/06 05:21:26
443 Log: the incpush()es weren't all quite right on Windows in change#5559
444 Branch: perl
445 ! perl.c
446____________________________________________________________________________
447[ 5571] By: bailey on 2000/03/06 05:18:59
448 Log: Fix ricochet in File::Spec::VMS
449 Fix eval error in filespec.t
450 Misc. minor fixes in filespec.t
451 Branch: vmsperl
452 ! lib/File/Spec/VMS.pm t/lib/filespec.t
453____________________________________________________________________________
454[ 5570] By: gsar on 2000/03/06 05:00:44
455 Log: integrate cfgperl changes into mainline
456 Branch: perl
457 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
458 !> Porting/config_H config_h.SH epoc/config.sh
459 !> ext/DynaLoader/DynaLoader_pm.PL hints/aix.sh patchlevel.h
460 !> perl.c perl.h toke.c vos/config.def vos/config.h
461 !> vos/config_h.SH_orig
462____________________________________________________________________________
463[ 5569] By: jhi on 2000/03/06 04:51:39
464 Log: Integrate with Sarathy.
465 Branch: cfgperl
466 !> installperl pp.c
467____________________________________________________________________________
468[ 5568] By: gsar on 2000/03/06 04:48:17
469 Log: installperl wasn't putting extensions with two or more
470 nested package names in the archlib
471 Branch: perl
472 ! installperl
473____________________________________________________________________________
474[ 5567] By: bailey on 2000/03/06 03:43:36
475 Log: Set up for vendorarch (and fix 64bitint typo) (Dan Sugalski)
476 Branch: vmsperl
477 ! configure.com vms/subconfigure.com
478____________________________________________________________________________
479[ 5566] By: bailey on 2000/03/06 03:40:14
480 Log: Change $Config{'extensions'} to look Unixy (Charles Lane)
481 FIx logic error in glob-basic.t (Charles Lane)
482 Branch: vmsperl
483 ! configure.com vms/subconfigure.com
484____________________________________________________________________________
485[ 5565] By: bailey on 2000/03/06 03:37:46
486 Log: Remove trailing . from typeless files (Charles Lane)
487 Branch: vmsperl
488 ! t/lib/filefind.t
489____________________________________________________________________________
490[ 5564] By: bailey on 2000/03/06 03:36:26
491 Log: Resync with mainline, update test in vmsfspec.t
492 Branch: vmsperl
493 +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
494 ! vms/ext/filespec.t
495 !> (integrate 171 files)
496____________________________________________________________________________
497[ 5563] By: gsar on 2000/03/06 03:29:11
498 Log: avoid warning
499 Branch: perl
500 ! pp.c
501____________________________________________________________________________
502[ 5562] By: bailey on 2000/03/06 02:48:17
503 Log: Downcase function call to hush picky cc
504 Branch: vmsperl
505 ! vms/vms.c
506____________________________________________________________________________
507[ 5561] By: jhi on 2000/03/06 00:23:22
508 Log: VOS patch from Paul Green. Note that the vos/config_h.SH_orig
509 is not exactly identical to the current config_h.SH because
510 Paul needs better $sitearch control.
511 Branch: cfgperl
512 ! vos/config.def vos/config.h vos/config_h.SH_orig
513____________________________________________________________________________
514[ 5560] By: jhi on 2000/03/05 23:26:41
515 Log: Avoid wiping out @dl_{librefs,modules} when XSLoader
516 falls back to DynaLoader.
517
518 From: Doug MacEachern <dougm@pobox.com>
519 To: perl5-porters@perl.org
520 Subject: [PATCH v5.5.670] maintain DynaLoader::dl_{librefs,modules}
521 Date: Sun, 5 Mar 2000 15:19:01 -0800 (PST)
522 Message-ID: <Pine.LNX.4.10.10003051509460.16885-100000@mojo.covalent.net>
523 Branch: cfgperl
524 ! ext/DynaLoader/DynaLoader_pm.PL
525____________________________________________________________________________
526[ 5559] By: jhi on 2000/03/05 22:05:54
527 Log: sitelib_stem and vendorlib_stem patches from Andy;
528 problem reported in
529 From: schwern@athens.arena-i.com (Michael G Schwern)
530 To: perl5-porters@perl.org
531 Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack.
532 Date: Sun, 5 Mar 2000 06:31:29 -0500 (EST)
533 Message-Id: <20000305113129.80DC23820@athens.arena-i.com>
534 Branch: cfgperl
535 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
536 ! config_h.SH epoc/config.sh patchlevel.h perl.c perl.h
537 ! vos/config.def vos/config.h vos/config_h.SH_orig
538 Branch: metaconfig
539 ! U/installdirs/instubperl.U U/installdirs/sitelib.U
540 ! U/installdirs/vendorlib.U
541____________________________________________________________________________
542[ 5558] By: jhi on 2000/03/05 21:18:59
543 Log: Integrate with Sarathy.
544 Branch: cfgperl
545 !> hints/linux.sh lib/Getopt/Long.pm
546____________________________________________________________________________
547[ 5557] By: gsar on 2000/03/05 20:35:13
548 Log: Getopt-Long v2.21 update (from Johan Vromans)
549 Branch: perl
550 ! lib/Getopt/Long.pm
551____________________________________________________________________________
552[ 5556] By: gsar on 2000/03/05 20:26:57
553 Log: Linux needs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 too
554 (from Matthias Urlichs <smurf@noris.net>)
555 Branch: perl
556 ! hints/linux.sh
557____________________________________________________________________________
558[ 5555] By: jhi on 2000/03/05 20:15:34
559 Log: Integrate with Sarathy.
560 Branch: cfgperl
561 +> lib/Term/ANSIColor.pm t/lib/ansicolor.t
562 !> MANIFEST lib/Pod/InputObjects.pm opcode.h opcode.pl
563 !> pod/perldelta.pod pod/perlfunc.pod pp.c pp_sys.c
564 !> t/comp/proto.t toke.c utils/perlbug.PL
565____________________________________________________________________________
566[ 5554] By: gsar on 2000/03/05 20:02:17
567 Log: prototype changes for eventually supporting C<binmode(F, ":raw")>
568 and C<open F, "-|", 'cat', '-v'>
569 Branch: perl
570 ! opcode.h opcode.pl pod/perlfunc.pod pp.c pp_sys.c
571 ! t/comp/proto.t toke.c
572____________________________________________________________________________
573[ 5553] By: jhi on 2000/03/05 19:55:02
574 Log: AIX gcvt() cannot format long doubles very well.
575 Branch: cfgperl
576 ! hints/aix.sh
577____________________________________________________________________________
578[ 5552] By: jhi on 2000/03/05 18:44:37
579 Log: the monster cpp expression needs to be on one line to
580 appease makedepend
581 Branch: cfgperl
582 ! toke.c
583____________________________________________________________________________
584[ 5551] By: jhi on 2000/03/05 18:24:32
585 Log: IRIX cpp is fussy.
586 Branch: cfgperl
587 ! toke.c
588____________________________________________________________________________
589[ 5550] By: gsar on 2000/03/05 17:46:18
590 Log: perlbug tweak to grok local_patches better
591 Branch: perl
592 ! utils/perlbug.PL
593____________________________________________________________________________
594[ 5549] By: gsar on 2000/03/05 17:33:10
595 Log: add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug
596 in Pod::InputObjects (from Russ Allbery)
597 Branch: perl
598 + lib/Term/ANSIColor.pm t/lib/ansicolor.t
599 ! MANIFEST lib/Pod/InputObjects.pm pod/perldelta.pod
600____________________________________________________________________________
601[ 5548] By: jhi on 2000/03/05 17:27:06
602 Log: clean up the makedepend temp file
603 Branch: cfgperl
604 ! Makefile.SH
605____________________________________________________________________________
606[ 5547] By: jhi on 2000/03/05 17:23:18
607 Log: Integrate with Sarathy.
608 Branch: cfgperl
609 !> perl.c
610____________________________________________________________________________
611[ 5546] By: jhi on 2000/03/05 17:16:12
612 Log: Integrate with Sarathy.
613 Branch: cfgperl
614 !> (integrate 47 files)
615____________________________________________________________________________
616[ 5545] By: gsar on 2000/03/05 17:13:48
617 Log: strip last component of SITELIB_EXP only if it looks like a
618 number
619 Branch: perl
620 ! perl.c
621____________________________________________________________________________
622[ 5544] By: jhi on 2000/03/05 17:12:42
623 Log: s/Perl/PeRl/; # yeah
624 Branch: cfgperl
625 ! Configure config_h.SH
626 Branch: metaconfig
627 ! U/modified/cpp_stuff.U
628____________________________________________________________________________
629[ 5543] By: gsar on 2000/03/05 16:54:10
630 Log: thinko in change#4546 that caused variables to lose their importedness
631 (GvIMPORTED_XV_off should be !GvIMPORTED_XV)
632 Branch: perl
633 ! sv.c t/pragma/strict-vars
634____________________________________________________________________________
635[ 5542] By: gsar on 2000/03/05 09:37:26
636 Log: regen win32/config*, up version numbers &c.
637 Branch: perl
638 ! patchlevel.h win32/Makefile win32/config.bc win32/config.gc
639 ! win32/config.vc win32/config_H.bc win32/config_H.gc
640 ! win32/config_H.vc win32/makefile.mk
641____________________________________________________________________________
642[ 5541] By: gsar on 2000/03/05 09:20:12
643 Log: undo change#5506; add patch to make blank line warnings optional
644 (from Brad Appleton)
645 Branch: perl
646 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/poderrs.xr
647____________________________________________________________________________
648[ 5540] By: gsar on 2000/03/05 09:04:52
649 Log: fixes for most warnings identified by gcc -Wall
650 Branch: perl
651 ! av.c cop.h deb.c doop.c dump.c embed.h embed.pl gv.c hv.c mg.c
652 ! miniperlmain.c objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c
653 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c regexp.h run.c
654 ! scope.c sv.c sv.h toke.c universal.c util.c xsutils.c
655____________________________________________________________________________
656[ 5539] By: gsar on 2000/03/05 06:37:58
657 Log: shup up warnings about dNOOP from gcc with __attribute__ ((unused))
658 (from Doug MacEachern <dougm@pobox.com>)
659 Branch: perl
660 ! patchlevel.h perl.h
661____________________________________________________________________________
662[ 5538] By: gsar on 2000/03/05 05:50:44
663 Log: tyop
664 Branch: perl
665 ! config_h.SH
666____________________________________________________________________________
667[ 5537] By: gsar on 2000/03/05 05:41:10
668 Log: integrate cfgperl contents into mainline; add new tests from
669 inc.t into 64bit.t
670 Branch: perl
671 ! t/op/64bit.t
672 !> Configure config_h.SH hints/hpux.sh hints/sco.sh perl.h
673 !> pod/perl.pod toke.c
674____________________________________________________________________________
675[ 5536] By: jhi on 2000/03/05 05:37:22
676 Log: dethinko
677 Branch: cfgperl
678 ! toke.c
679____________________________________________________________________________
680[ 5535] By: jhi on 2000/03/05 05:14:40
681 Log: Integrate with Sarathy.
682 Branch: cfgperl
683 !> pp.c t/op/inc.t toke.c
684____________________________________________________________________________
685[ 5534] By: gsar on 2000/03/05 04:50:26
686 Log: optimize change#5533 to stick to IVs if constant is <= IV_MAX,
687 since runtime is highly optimized for IVs rather than UVs
688 Branch: perl
689 ! toke.c
690____________________________________________________________________________
691[ 5533] By: gsar on 2000/03/05 04:30:02
692 Log: scan_num() sticks to UVs rather than IVs (now -2147483648 doesn't
693 end up being promoted to an NV)
694 Branch: perl
695 ! pp.c t/op/inc.t toke.c
696____________________________________________________________________________
697[ 5532] By: jhi on 2000/03/05 01:11:37
698 Log: more cpp cosmetics, logic cleanup
699 Branch: cfgperl
700 ! toke.c
701____________________________________________________________________________
702[ 5531] By: jhi on 2000/03/05 00:51:20
703 Log: Implement #5525 in metaconfig.
704 Branch: cfgperl
705 ! Configure config_h.SH
706 Branch: metaconfig
707 ! U/modified/cpp_stuff.U
708____________________________________________________________________________
709[ 5530] By: jhi on 2000/03/05 00:32:51
710 Log: Integrate with Sarathy.
711 Branch: cfgperl
712 !> config_h.SH doio.c lib/Cwd.pm lib/Pod/Html.pm lib/bytes.pm
713 !> lib/charnames.pm lib/filetest.pm lib/integer.pm lib/locale.pm
714 !> lib/overload.pm lib/utf8.pm os2/os2ish.h pod/perldebug.pod
715 !> t/lib/ipc_sysv.t t/pragma/warn/regcomp win32/config_H.bc
716 !> win32/config_H.gc win32/config_H.vc
717____________________________________________________________________________
718[ 5529] By: jhi on 2000/03/05 00:31:17
719 Log: Sanity check on the strtoll and strtoull.
720 Branch: cfgperl
721 ! Configure config_h.SH
722 Branch: metaconfig/U/perl
723 ! d_strtoll.U d_strtoull.U
724____________________________________________________________________________
725[ 5528] By: jhi on 2000/03/05 00:07:21
726 Log: Reformat the fearful cpp expression to be a little bit less fearful.
727 Branch: cfgperl
728 ! toke.c
729____________________________________________________________________________
730[ 5527] By: gsar on 2000/03/04 21:55:03
731 Log: make hints available via globals in the respective pragmas to
732 avoid duplicating the constants everywhere
733 Branch: perl
734 ! lib/bytes.pm lib/charnames.pm lib/filetest.pm lib/integer.pm
735 ! lib/locale.pm lib/overload.pm lib/utf8.pm
736____________________________________________________________________________
737[ 5526] By: gsar on 2000/03/04 20:39:36
738 Log: remove deadcode
739 Branch: perl
740 ! lib/Cwd.pm
741____________________________________________________________________________
742[ 5525] By: gsar on 2000/03/04 19:42:55
743 Log: make CAT2() portable for use as a macro argument with an extra
744 level of macros
745 Branch: perl
746 ! config_h.SH
747____________________________________________________________________________
748[ 5524] By: gsar on 2000/03/04 19:02:27
749 Log: avoid looking up stale PL_statbuf (spotted by Charles Lane
750 <lane@DUPHY4.Physics.Drexel.Edu>)
751 Branch: perl
752 ! doio.c
753____________________________________________________________________________
754[ 5523] By: gsar on 2000/03/04 18:59:03
755 Log: pod tweak
756 Branch: perl
757 ! pod/perldebug.pod
758____________________________________________________________________________
759[ 5522] By: gsar on 2000/03/04 17:46:58
760 Log: regen win32/config_H*
761 Branch: perl
762 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
763____________________________________________________________________________
764[ 5521] By: jhi on 2000/03/04 16:35:48
765 Log: From: "Matthias Urlichs" <smurf@noris.net>
766 To: perl5-porters@perl.org
767 Subject: BUG: Integer floatifies? +PATCH: reading BIG integers with SMALL floats
768 Date: Sat, 4 Mar 2000 12:48:42 +0100
769 Message-ID: <20000304124841.A8090@noris.de>
770 Branch: cfgperl
771 ! toke.c
772____________________________________________________________________________
773[ 5520] By: jhi on 2000/03/04 15:41:12
774 Log: unthink wishful thinking
775 Branch: cfgperl
776 ! pod/perl.pod
777____________________________________________________________________________
778[ 5519] By: gsar on 2000/03/04 06:42:47
779 Log: fix OS/2 coredump with POSIX::tmpnam() (from Ilya Zakharevich)
780 Branch: perl
781 ! os2/os2ish.h
782____________________________________________________________________________
783[ 5518] By: gsar on 2000/03/04 06:02:26
784 Log: avoid "scalars leaked" message in test
785 Branch: perl
786 ! t/pragma/warn/regcomp
787____________________________________________________________________________
788[ 5517] By: jhi on 2000/03/04 06:01:16
789 Log: detypo
790 Branch: cfgperl
791 ! pod/perl.pod
792____________________________________________________________________________
793[ 5516] By: jhi on 2000/03/04 05:59:21
794 Log: cleanup AVAILABILITY and mention binaries
795 Branch: cfgperl
796 ! pod/perl.pod
797____________________________________________________________________________
798[ 5515] By: gsar on 2000/03/04 05:55:02
799 Log: syntax error in change#5498
800 Branch: perl
801 ! t/lib/ipc_sysv.t
802____________________________________________________________________________
803[ 5514] By: jhi on 2000/03/04 05:50:56
804 Log: assuming that removing the libbind will be a good idea
805 Branch: cfgperl
806 ! hints/sco.sh
807____________________________________________________________________________
808[ 5513] By: gsar on 2000/03/04 05:50:15
809 Log: Pod::Html fixups for nicer links to functions (from Wolfgang Laun
810 <wolfgang.laun@chello.at>)
811 Branch: perl
812 ! lib/Pod/Html.pm
813____________________________________________________________________________
814[ 5512] By: jhi on 2000/03/04 05:45:52
815 Log: Integrate with Sarathy.
816 Branch: cfgperl
817 !> (integrate 41 files)
818____________________________________________________________________________
819[ 5511] By: jhi on 2000/03/04 05:42:37
820 Log: HP-UX 64-bitness cures
821 Branch: cfgperl
822 ! hints/hpux.sh perl.h
823____________________________________________________________________________
824[ 5510] By: gsar on 2000/03/04 05:40:08
825 Log: better error messages when xsubpp fails to find map for a particular
826 type (from Ilya Zakharevich)
827 Branch: perl
828 ! lib/ExtUtils/xsubpp
829____________________________________________________________________________
830[ 5509] By: jhi on 2000/03/04 05:33:27
831 Log: scratch #5508
832 Branch: cfgperl
833 ! perl.h
834____________________________________________________________________________
835[ 5508] By: jhi on 2000/03/04 05:31:19
836 Log: In HP-UX there is a secret handshake to get strtoll and strtoull.
837 Branch: cfgperl
838 ! perl.h
839____________________________________________________________________________
840[ 5507] By: gsar on 2000/03/04 04:27:51
841 Log: more whitespace removal (from Michael G Schwern)
842 Branch: perl
843 ! ext/Data/Dumper/Dumper.pm ext/Errno/Errno_pm.PL
844 ! ext/File/Glob/Glob.pm ext/IO/lib/IO/Select.pm
845 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
846 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm lib/CGI.pm
847 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm lib/CGI/Push.pm
848 ! lib/Carp/Heavy.pm lib/DB.pm lib/Exporter/Heavy.pm
849 ! lib/File/DosGlob.pm lib/File/Find.pm lib/Getopt/Long.pm
850 ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/netent.pm
851 ! lib/SelfLoader.pm lib/Tie/Array.pm lib/Tie/Handle.pm
852 ! lib/Tie/Scalar.pm lib/Time/Local.pm lib/filetest.pm
853 ! lib/overload.pm x2p/s2p.PL
854____________________________________________________________________________
855[ 5506] By: gsar on 2000/03/04 04:12:06
856 Log: temporarily disable blank line warning from Pod::Parser until
857 it can be made optional
858 Branch: perl
859 ! lib/Pod/Parser.pm t/pod/poderrs.xr
860____________________________________________________________________________
861[ 5505] By: gsar on 2000/03/04 04:00:44
862 Log: rid blanks in pods (from Michael G Schwern)
863 Branch: perl
864 ! README.amiga README.dos README.os2
865____________________________________________________________________________
866[ 5504] By: gsar on 2000/03/04 03:59:07
867 Log: avoid warnings from shmread() when given undefined variable
868 (from Tom Christiansen)
869 Branch: perl
870 ! doio.c
871____________________________________________________________________________
872[ 5503] By: gsar on 2000/03/04 03:53:43
873 Log: fpsetmask() needs include on freebsd (from Slaven Rezic
874 <eserte@vran.herceg.de>)
875 Branch: perl
876 ! unixish.h
877____________________________________________________________________________
878[ 5502] By: gsar on 2000/03/04 03:51:05
879 Log: avoid ambiguity in indirect object notation (breaks with overridden
880 run time require)
881 Branch: perl
882 ! lib/CGI.pm
883____________________________________________________________________________
884[ 5501] By: gsar on 2000/03/04 01:08:54
885 Log: adjust perldelta
886 Branch: perl
887 ! Todo-5.6 pod/perl.pod pod/perldelta.pod
888____________________________________________________________________________
889[ 5500] By: gsar on 2000/03/04 00:33:49
890 Log: integrate cfgperl contents into mainline
891 Branch: perl
892 !> hints/irix_6.sh hints/solaris_2.sh pod/perl.pod
893 !> pod/perlfunc.pod t/lib/ipc_sysv.t
894____________________________________________________________________________
895[ 5499] By: jhi on 2000/03/03 22:51:53
896 Log: solaris hints tweak
897 Branch: cfgperl
898 ! hints/solaris_2.sh
899____________________________________________________________________________
900[ 5498] By: jhi on 2000/03/03 22:35:46
901 Log: The SysV IPC test must use the native integers
902 (long or short), also noted this in the msgsnd/semctl
903 documentation. Reported in
904
905 From: schwern@athens.arena-i.com (Michael G Schwern)
906 To: perl5-porters@perl.org
907 Subject: [ID 20000302.006] [BUG 5.5.670 t/ipc_sysv.t] Fails 2,5,6 with 64bit on Linux
908 Date: Thu, 2 Mar 2000 17:15:03 -0500 (EST)
909 Message-Id: <20000302221503.EDF6E3830@athens.arena-i.com>
910 Branch: cfgperl
911 ! pod/perlfunc.pod t/lib/ipc_sysv.t
912____________________________________________________________________________
913[ 5497] By: jhi on 2000/03/03 21:08:53
914 Log: Update AVAILABILITY.
915 Branch: cfgperl
916 ! pod/perl.pod
917____________________________________________________________________________
918[ 5496] By: gsar on 2000/03/03 20:21:05
919 Log: perldebug tweak (from M J T Guy)
920 Branch: perl
921 ! pod/perldebug.pod
922____________________________________________________________________________
923[ 5495] By: jhi on 2000/03/03 19:32:58
924 Log: Integrate with Sarathy.
925 Branch: cfgperl
926 !> (integrate 79 files)
927____________________________________________________________________________
928[ 5494] By: jhi on 2000/03/03 19:14:01
929 Log: the workaround is needed in all 7.2.* compilers,
930 not just on IRIX64.
931 Branch: cfgperl
932 ! hints/irix_6.sh
933____________________________________________________________________________
934[ 5493] By: gsar on 2000/03/03 18:58:45
935 Log: whitespace and readabiliti nits in the pods (from Michael G Schwern
936 and Robin Barker)
937 Branch: perl
938 ! Changes pod/perl.pod pod/perl5004delta.pod
939 ! pod/perl5005delta.pod pod/perlboot.pod pod/perldata.pod
940 ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
941 ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq2.pod
942 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
943 ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
944 ! pod/perlfilter.pod pod/perlguts.pod pod/perlipc.pod
945 ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodinstall.pod
946 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlopentut.pod
947 ! pod/perlpod.pod pod/perlport.pod pod/perlre.pod
948 ! pod/perlref.pod pod/perlreftut.pod pod/perlsub.pod
949 ! pod/perltie.pod pod/perltodo.pod pod/perltoot.pod
950 ! pod/perltootc.pod pod/perltrap.pod pod/perlvar.pod
951 ! pod/perlxstut.pod
952____________________________________________________________________________
c47ff5f1
GS
953[ 5492] By: gsar on 2000/03/03 17:48:31
954 Log: support for list assignment to pseudohashes (from John Tobey
955 <jtobey@john-edwin-tobey.org>)
956 Branch: perl
957 ! av.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
958 ! perlapi.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
959____________________________________________________________________________
960[ 5491] By: gsar on 2000/03/03 16:45:49
961 Log: add MakeMaker caveat to INSTALL (from Andy Dougherty)
962 Branch: perl
963 ! INSTALL
964____________________________________________________________________________
965[ 5490] By: gsar on 2000/03/03 16:44:42
966 Log: perldelta tweaks
967 Branch: perl
968 ! pod/perldelta.pod
969____________________________________________________________________________
970[ 5489] By: gsar on 2000/03/03 16:26:52
971 Log: /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen
972 <ask@valueclick.com>)
973 Branch: perl
974 ! ext/Sys/Syslog/Syslog.pm
975____________________________________________________________________________
976[ 5488] By: gsar on 2000/03/03 16:21:34
977 Log: OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes
978 <sthoenna@efn.org>)
979 Branch: perl
980 ! makedef.pl os2/diff.configure os2/dl_os2.c os2/dlfcn.h
981 ! os2/os2.sym
982____________________________________________________________________________
983[ 5487] By: gsar on 2000/03/03 16:16:34
984 Log: skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>)
985 Branch: perl
986 ! t/lib/glob-basic.t
987____________________________________________________________________________
988[ 5486] By: gsar on 2000/03/03 15:42:28
989 Log: integrate cfgperl and vmsperl contents into mainline
990 Branch: perl
991 ! pod/perl.pod
992 !> (integrate 38 files)
993____________________________________________________________________________
994[ 5485] By: jhi on 2000/03/03 15:21:40
995 Log: pull the sparcv9 workshop libraries in front of loclibpth
996 Branch: cfgperl
997 ! hints/solaris_2.sh
998____________________________________________________________________________
999[ 5484] By: jhi on 2000/03/03 15:09:03
1000 Log: Introduce i_ieefp because FreeBSD on ix86 needs that
1001 for ftpsetmask(0); regen Configure.
1002 Branch: cfgperl
1003 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1004 ! config_h.SH epoc/config.sh perl.h vms/subconfigure.com
1005 ! vos/config.def vos/config.h vos/config_h.SH_orig
1006 ! win32/config.bc win32/config.gc win32/config.vc
1007 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1008____________________________________________________________________________
1009[ 5483] By: jhi on 2000/03/03 05:37:58
1010 Log: The _cflags must be left-aligned.
1011 Branch: cfgperl
1012 ! hints/irix_6.sh
1013____________________________________________________________________________
1014[ 5482] By: bailey on 2000/03/03 04:42:45
1015 Log: Once more unto resync
1016 Branch: vmsperl
1017 !> (integrate 48 files)
1018____________________________________________________________________________
1019[ 5481] By: bailey on 2000/03/03 04:36:46
1020 Log: VMS-specific perldelta update
1021 Branch: vmsperl
1022 ! pod/perldelta.pod
1023____________________________________________________________________________
1024[ 5480] By: bailey on 2000/03/03 04:05:28
1025 Log: Set up Perl invocation method during configuration (Peter Prymmer)
1026 Add missing bits to various utilities and install them (ditto)
1027 Branch: vmsperl
1028 ! configure.com pod/pod2usage.PL pod/podselect.PL
1029 ! utils/dprofpp.PL vms/descrip_mms.template
1030____________________________________________________________________________
1031[ 5479] By: bailey on 2000/03/03 04:01:48
1032 Log: Fix test to match new behavior of vmsify() (Craig Berry)
1033 Branch: vmsperl
1034 ! vms/ext/filespec.t
1035____________________________________________________________________________
1036[ 5478] By: bailey on 2000/03/03 03:54:10
1037 Log: Try to intuit whether typeless file invoked in subprocess
1038 is an executable image or DCL procedure.
1039 Branch: vmsperl
1040 ! vms/perlvms.pod vms/vms.c
1041____________________________________________________________________________
1042[ 5477] By: bailey on 2000/03/03 03:37:18
1043 Log: Remove leftover bits of VAXC support (Dan Sugalski)
1044 Branch: vmsperl
1045 ! vms/gen_shrfls.pl
1046____________________________________________________________________________
1047[ 5476] By: bailey on 2000/03/03 03:34:51
1048 Log: Add missing declaration (Dan Sugalski)
1049 Branch: vmsperl
1050 ! vms/vms.c
1051____________________________________________________________________________
1052[ 5475] By: gsar on 2000/03/03 03:27:52
1053 Log: warn about /(?p{})/ (from Simon Cozens)
1054 Branch: perl
1055 ! regcomp.c toke.c
1056____________________________________________________________________________
1057[ 5474] By: bailey on 2000/03/03 03:27:05
1058 Log: Ad hoc patch for duping stdout into stderr
1059 Branch: vmsperl
1060 ! vms/vms.c
1061____________________________________________________________________________
1062[ 5473] By: bailey on 2000/03/03 03:23:29
1063 Log: Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
1064 Branch: vmsperl
1065 ! vms/subconfigure.com vms/vmsish.h
1066____________________________________________________________________________
1067[ 5472] By: gsar on 2000/03/03 02:58:49
1068 Log: File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>)
1069 Branch: perl
1070 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
1071 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1072____________________________________________________________________________
1073[ 5471] By: jhi on 2000/03/03 02:38:23
1074 Log: more todo
1075 Branch: cfgperl
1076 ! Todo-5.6
1077____________________________________________________________________________
1078[ 5470] By: gsar on 2000/03/03 02:36:02
1079 Log: skip test if db doesn't have null key support
1080 Branch: perl
1081 ! t/lib/anydbm.t
1082____________________________________________________________________________
1083[ 5469] By: jhi on 2000/03/03 02:26:53
1084 Log: Integrate with Sarathy.
1085 Branch: cfgperl
1086 !> INSTALL lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1087 !> lib/Test/Harness.pm lib/constant.pm pod/perl.pod
1088 !> pod/perldelta.pod pod/perlpod.pod pod/perlre.pod
1089 !> pod/perltoc.pod regcomp.c t/op/misc.t t/op/pat.t toke.c
1090 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
1091____________________________________________________________________________
1092[ 5468] By: jhi on 2000/03/03 02:24:05
1093 Log: irix hints tweak
1094 Branch: cfgperl
1095 ! hints/irix_6.sh
1096____________________________________________________________________________
1097[ 5467] By: gsar on 2000/03/03 02:19:50
1098 Log: /(?p{})/ changed to /(??{})/, per Larry's suggestion (from
1099 Simon Cozens <simon@othersideofthe.earth.li>)
1100 Branch: perl
1101 ! lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/SelfLoader.pm
1102 ! pod/perlre.pod pod/perltoc.pod regcomp.c t/op/misc.t
1103 ! t/op/pat.t toke.c
1104____________________________________________________________________________
1105[ 5466] By: jhi on 2000/03/03 02:12:41
1106 Log: in words order bad
1107 Branch: cfgperl
1108 ! pod/perlre.pod
1109____________________________________________________________________________
1110[ 5465] By: jhi on 2000/03/03 02:09:45
1111 Log: /[[:alpha]/ now dies on unmatched [] instead of
1112 "an unknown character class" (spotted by Tom Christiansen)
1113 Branch: cfgperl
1114 ! regcomp.c t/pragma/warn/regcomp
1115____________________________________________________________________________
1116[ 5464] By: gsar on 2000/03/03 02:04:48
1117 Log: perldelta notes about IO::Socket changes (from Graham Barr)
1118 Branch: perl
1119 ! pod/perldelta.pod
1120____________________________________________________________________________
1121[ 5463] By: gsar on 2000/03/03 02:02:50
1122 Log: relax restrictions on constant names a bit (from M J T Guy)
1123 Branch: perl
1124 ! lib/constant.pm
1125____________________________________________________________________________
1126[ 5462] By: gsar on 2000/03/03 01:59:49
1127 Log: support for generation of accessor functions (from Hugo van der
1128 Sanden)
1129 Branch: perl
1130 ! utils/h2xs.PL
1131____________________________________________________________________________
1132[ 5461] By: jhi on 2000/03/03 01:51:53
1133 Log: cosmetics
1134 Branch: cfgperl
1135 ! t/op/pack.t
1136____________________________________________________________________________
1137[ 5460] By: jhi on 2000/03/03 01:50:07
1138 Log: detypo
1139 Branch: cfgperl
1140 ! t/op/pack.t
1141____________________________________________________________________________
1142[ 5459] By: gsar on 2000/03/03 01:46:35
1143 Log: pod tweaks
1144 Branch: perl
1145 ! pod/perl.pod pod/perlpod.pod
1146____________________________________________________________________________
1147[ 5458] By: jhi on 2000/03/03 01:25:21
1148 Log: solaris hints tweak
1149 Branch: cfgperl
1150 ! hints/solaris_2.sh
1151____________________________________________________________________________
1152[ 5457] By: jhi on 2000/03/02 22:56:49
1153 Log: detypo
1154 Branch: cfgperl
1155 ! hints/solaris_2.sh
1156____________________________________________________________________________
1157[ 5456] By: gsar on 2000/03/02 21:15:11
1158 Log: Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;
1159 add test targets for -C switch on windows
1160 Branch: perl
1161 ! lib/Test/Harness.pm win32/Makefile win32/makefile.mk
1162____________________________________________________________________________
1163[ 5455] By: gsar on 2000/03/02 21:06:49
1164 Log: add note about failed tests on memory starved systems (from
1165 Andy Dougherty)
1166 Branch: perl
1167 ! INSTALL
1168____________________________________________________________________________
1169[ 5454] By: jhi on 2000/03/02 21:03:35
1170 Log: Integrate with Sarathy.
1171 Branch: cfgperl
1172 !> Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1173 !> lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1174 !> pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1175____________________________________________________________________________
1176[ 5453] By: jhi on 2000/03/02 20:58:43
1177 Log: Further long double patches from Spider Boardman.
1178 Branch: cfgperl
1179 ! t/comp/use.t t/lib/bigfltpm.t t/op/pack.t t/op/universal.t
1180____________________________________________________________________________
1181[ 5452] By: gsar on 2000/03/02 20:52:08
1182 Log: move doc about v-strings from perlop to perldata (suggested by
1183 David Dyck <dcd@tc.fluke.com>)
1184 Branch: perl
1185 ! pod/perldata.pod pod/perldelta.pod pod/perlop.pod
1186____________________________________________________________________________
1187[ 5451] By: gsar on 2000/03/02 20:30:29
1188 Log: integrate cfgperl changes into mainline
1189 Branch: perl
1190 !> Configure hints/irix_6.sh pp.c
1191____________________________________________________________________________
1192[ 5450] By: gsar on 2000/03/02 20:08:10
1193 Log: still other multiline match cleanups (from Greg Bacon)
1194 Branch: perl
1195 ! Changes lib/Pod/Find.pm lib/Pod/Html.pm lib/Pod/Man.pm
1196 ! lib/Term/Cap.pm lib/Test/Harness.pm lib/blib.pm
1197____________________________________________________________________________
1198[ 5449] By: jhi on 2000/03/02 20:01:58
1199 Log: Integrate with Sarathy.
1200 Branch: cfgperl
1201 !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1202 !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1203 !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1204 !> vms/descrip_mms.template vms/gen_shrfls.pl
1205 !> vms/subconfigure.com vms/vms.c win32/Makefile
1206 !> win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
1207____________________________________________________________________________
fe6f1558
GS
1208[ 5448] By: jhi on 2000/03/02 20:00:37
1209 Log: workaround for Tru64 compiler bug (cleaner fix will have
1210 to wait until 5.6.1), from Spider Boardman
1211 Branch: cfgperl
1212 ! pp.c
1213____________________________________________________________________________
1214[ 5447] By: jhi on 2000/03/02 19:52:34
1215 Log: Workaround for an optimizer bug.
1216 Branch: cfgperl
1217 ! hints/irix_6.sh
1218____________________________________________________________________________
1219[ 5446] By: jhi on 2000/03/02 19:44:35
1220 Log: installation directory fix from Andy Dougherty
1221 (installstyle was being clobbered, spotted by Spider Boardman)
1222 Branch: cfgperl
1223 ! Configure
1224 Branch: metaconfig
1225 ! U/installdirs/installstyle.U
1226____________________________________________________________________________
1227[ 5445] By: gsar on 2000/03/02 19:40:44
1228 Log: patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);
1229 some parts not applied
1230 Branch: perl
1231 ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
1232 ! win32/win32.h
1233____________________________________________________________________________
1234[ 5444] By: gsar on 2000/03/02 19:26:08
1235 Log: avoid buffering issue in warn/8signal
1236 Branch: perl
1237 ! t/pragma/warn/8signal
1238____________________________________________________________________________
1239[ 5443] By: gsar on 2000/03/02 18:13:28
1240 Log: integrate cfgperl changes into mainline
1241 Branch: perl
1242 !> Configure config_h.SH hints/aix.sh hints/hpux.sh
1243 !> hints/solaris_2.sh makedepend.SH sv.c t/lib/syslfs.t
1244 !> t/op/lfs.t t/op/pack.t
1245____________________________________________________________________________
1246[ 5442] By: gsar on 2000/03/02 18:02:40
1247 Log: integrate vmsperl changes into mainline (denied their changes to
1248 Glob.pm, t/pragma/warn/{8signal,pp_ctl})
1249 Branch: perl
1250 !> configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1251 !> lib/ExtUtils/MM_VMS.pm lib/Test/Harness.pm t/lib/glob-basic.t
1252 !> t/pragma/warn/8signal t/pragma/warn/pp_ctl
1253 !> vms/descrip_mms.template vms/gen_shrfls.pl
1254 !> vms/subconfigure.com vms/vms.c
1255____________________________________________________________________________
1256[ 5441] By: jhi on 2000/03/02 17:56:20
1257 Log: nit from Spider Boardman
1258 Branch: cfgperl
1259 ! makedepend.SH
1260____________________________________________________________________________
1261[ 5440] By: jhi on 2000/03/02 17:48:15
1262 Log: Confusion over uselargefiles.cbu and uselfs.cbu (the first one
1263 is the correct one), spotted by Robin Parker.
1264 Branch: cfgperl
1265 ! Configure config_h.SH hints/aix.sh hints/hpux.sh
1266 Branch: metaconfig/U/perl
1267 ! uselfs.U
1268____________________________________________________________________________
1269[ 5439] By: jhi on 2000/03/02 15:32:04
1270 Log: Remove the pack.t kludge introduced to fudge the test
1271 to pass under long doubles: leave the similar kludge
1272 to posix.t because POSIX::strtod() is still double,
1273 not long double.
1274 Branch: cfgperl
1275 ! t/op/pack.t
1276____________________________________________________________________________
1277[ 5438] By: jhi on 2000/03/02 04:58:48
1278 Log: Integrate with Sarathy.
1279 Branch: cfgperl
1280 !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1281 !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
1282 !> lib/Pod/Html.pm op.c
1283____________________________________________________________________________
1284[ 5437] By: jhi on 2000/03/02 04:51:46
1285 Log: A patch on #5407.
1286 Branch: cfgperl
1287 ! sv.c
1288____________________________________________________________________________
1289[ 5436] By: gsar on 2000/03/02 04:45:37
1290 Log: avoid useless comparison
1291 Branch: perl
1292 ! op.c
1293____________________________________________________________________________
1294[ 5435] By: bailey on 2000/03/02 04:43:11
1295 Log: YA sync with mainline
1296 Branch: vmsperl
1297 +> lib/open.pm pod/perlboot.pod pod/perlnumber.pod
1298 +> t/lib/env-array.t
1299 !> (integrate 150 files)
1300____________________________________________________________________________
1301[ 5434] By: gsar on 2000/03/02 04:28:48
1302 Log: make the "back to top" links optional
1303 Branch: perl
1304 ! lib/Pod/Html.pm
1305____________________________________________________________________________
1306[ 5433] By: bailey on 2000/03/02 04:26:58
1307 Log: Protect manipulation of open pipe list from concurrent ASTs (Charles Lane)
1308 Branch: vmsperl
1309 ! vms/vms.c
1310____________________________________________________________________________
1311[ 5432] By: bailey on 2000/03/02 04:20:51
1312 Log: Update dependencies and remove obsolete VAXC support
1313 Branch: vmsperl
1314 ! vms/descrip_mms.template
1315____________________________________________________________________________
1316[ 5431] By: bailey on 2000/03/02 04:19:42
1317 Log: Rmeove obsolete VAXC support
1318 Branch: vmsperl
1319 ! vms/gen_shrfls.pl
1320____________________________________________________________________________
1321[ 5430] By: bailey on 2000/03/02 04:18:57
1322 Log: Minor updates to subconfigure.com:
1323 - remove old VAXC support
1324 - avoid echoing commands to tempfiles
1325 - fix typos
1326 - define 64bit symbols (as "undef") when not using 64 bit support
1327 Branch: vmsperl
1328 ! vms/subconfigure.com
1329____________________________________________________________________________
1330[ 5429] By: bailey on 2000/03/02 04:16:11
1331 Log: Minor changes to Configure.Com:
1332 - permit operation in batch mode (splits output)
1333 - remove old VAXC support
1334 - default to enabling secure internal lnm translation
1335 Branch: vmsperl
1336 ! configure.com
1337____________________________________________________________________________
1338[ 5428] By: bailey on 2000/03/02 04:06:53
1339 Log: Optional warning for truncated logical name equivalence string (Dan Sugalski)
1340 Branch: vmsperl
1341 ! vms/vms.c
1342____________________________________________________________________________
1343[ 5427] By: bailey on 2000/03/02 04:05:47
1344 Log: FIx no-op in vms.c
1345 Branch: vmsperl
1346 ! vms/vms.c
1347____________________________________________________________________________
1348[ 5426] By: bailey on 2000/03/02 04:04:52
1349 Log: MIscellaneous tweaks to test and driver (Charles Lane)
1350 Branch: vmsperl
1351 ! t/pragma/warn/8signal t/pragma/warn/pp_sys t/pragma/warnings.t
1352 ! vms/test.com
1353____________________________________________________________________________
1354[ 5425] By: bailey on 2000/03/02 04:02:44
1355 Log: Take advantage of new subprocess invocation (Charles Lane)
1356 Branch: vmsperl
1357 ! t/op/runlevel.t t/pragma/strict.t t/pragma/subs.t
1358 ! t/pragma/warnings.t
1359____________________________________________________________________________
1360[ 5424] By: bailey on 2000/03/02 04:00:20
1361 Log: Increment counter for skipped tests (Charles Lane)
1362 Branch: vmsperl
1363 ! t/io/open.t
1364____________________________________________________________________________
1365[ 5423] By: bailey on 2000/03/02 03:59:14
1366 Log: Remove redundant elements of @INC to cope with VMS' 255-char limit
1367 on PERL5LIB logical (Dan Sugalski)
1368 Branch: vmsperl
1369 ! lib/Test/Harness.pm
1370____________________________________________________________________________
1371[ 5422] By: bailey on 2000/03/02 03:57:40
1372 Log: Use temp to construct dirspec in File::Find (Charles Lane)
1373 Branch: vmsperl
1374 ! lib/File/Find.pm
1375____________________________________________________________________________
1376[ 5421] By: bailey on 2000/03/02 03:56:13
1377 Log: Satisfy various Pod::* needs for Unix syntax (Charles Lane)
1378 (Should move to File::Spec in long term)
1379 Branch: vmsperl
1380 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/pod/testp2pt.pl
1381____________________________________________________________________________
1382[ 5420] By: bailey on 2000/03/02 03:52:45
1383 Log: Escape \n in commands written to Descrip.MMS (Charles Lane)
1384 Branch: vmsperl
1385 ! lib/ExtUtils/MM_VMS.pm
1386____________________________________________________________________________
1387[ 5419] By: bailey on 2000/03/02 03:50:53
1388 Log: Make File::Glob more VMS-friendly (Charles Lane)
1389 Branch: vmsperl
1390 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1391 ! t/lib/glob-basic.t
1392____________________________________________________________________________
1393[ 5418] By: bailey on 2000/03/02 03:47:21
1394 Log: Miscellaneous fixes to build procedures (Peter Prymmer)
1395 Branch: vmsperl
1396 ! configure.com vms/subconfigure.com
1397____________________________________________________________________________
1398[ 5417] By: bailey on 2000/03/02 03:42:49
1399 Log: Temrinate statements in pp_ctl warning test (Charles Lane)
1400 Branch: vmsperl
1401 ! t/pragma/warn/pp_ctl
1402____________________________________________________________________________
1403[ 5416] By: bailey on 2000/03/02 03:39:46
1404 Log: Warn but continue installing when file missing (Dan Sugalski)
1405 Branch: vmsperl
1406 ! installperl
1407____________________________________________________________________________
1408[ 5415] By: jhi on 2000/03/01 23:31:23
1409 Log: Make file sparseness detection more portable (Scott Henry)
1410 Branch: cfgperl
1411 ! t/lib/syslfs.t t/op/lfs.t
1412____________________________________________________________________________
1413[ 5414] By: jhi on 2000/03/01 22:53:48
1414 Log: detypo #5411 continues: Sun grep doesn't have -e.
1415 Branch: cfgperl
1416 ! hints/solaris_2.sh
1417____________________________________________________________________________
1418[ 5413] By: jhi on 2000/03/01 22:49:44
1419 Log: detypo #5411
1420 Branch: cfgperl
1421 ! hints/solaris_2.sh
1422____________________________________________________________________________
1423[ 5412] By: gsar on 2000/03/01 20:04:42
1424 Log: typo in change#5408
1425 Branch: perl
1426 ! lib/ExtUtils/MM_Unix.pm
1427____________________________________________________________________________
1428[ 5411] By: jhi on 2000/03/01 18:48:52
1429 Log: Better detection of the solaris workshop compiler.
1430 Branch: cfgperl
1431 ! hints/solaris_2.sh
1432____________________________________________________________________________
1433[ 5410] By: jhi on 2000/03/01 18:18:04
1434 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
1435 To: perl5-porters@perl.org
1436 Subject: solaris 64-bit and gcc
1437 Date: Wed, 1 Mar 2000 17:59:36 GMT
1438 Message-Id: <200003011759.RAA03938@tempest.npl.co.uk>
1439 Branch: cfgperl
1440 ! hints/solaris_2.sh
1441____________________________________________________________________________
1442[ 5409] By: jhi on 2000/03/01 18:16:43
1443 Log: Integrate with Sarathy.
1444 Branch: cfgperl
1445 +> t/lib/env-array.t
1446 !> MANIFEST README.cygwin ext/DynaLoader/DynaLoader_pm.PL
1447 !> ext/DynaLoader/dlutils.c lib/AutoLoader.pm lib/AutoSplit.pm
1448 !> lib/CGI/Carp.pm lib/CPAN.pm lib/Cwd.pm lib/Env.pm
1449 !> lib/File/Find.pm lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
1450 !> pod/perldebug.pod pod/perldelta.pod t/lib/env.t
1451 !> t/lib/filefind.t t/lib/glob-basic.t
1452____________________________________________________________________________
1453[ 5408] By: gsar on 2000/03/01 18:15:49
1454 Log: still more multiline match cleanups (from Greg Bacon)
1455 Branch: perl
1456 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1457 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm lib/FindBin.pm
1458____________________________________________________________________________
1459[ 5407] By: jhi on 2000/03/01 18:11:09
1460 Log: A further patch from Spider Boardman for long doubleness.
1461 Branch: cfgperl
1462 ! sv.c
1463____________________________________________________________________________
1464[ 5406] By: gsar on 2000/03/01 17:32:09
1465 Log: yet more multiline match cleanups (from Greg Bacon)
1466 Branch: perl
1467 ! lib/CPAN.pm lib/Cwd.pm
1468____________________________________________________________________________
1469[ 5405] By: gsar on 2000/03/01 17:24:53
1470 Log: add support for Env arrays (from Gregor N. Purdy
1471 <gregor@focusresearch.com>)
1472 Branch: perl
1473 + t/lib/env-array.t
1474 ! MANIFEST lib/Env.pm pod/perldelta.pod t/lib/env.t
1475____________________________________________________________________________
1476[ 5404] By: gsar on 2000/03/01 17:00:23
1477 Log: cygwin update (from Eric Fifer)
1478 Branch: perl
1479 ! README.cygwin t/lib/glob-basic.t
1480____________________________________________________________________________
1481[ 5403] By: gsar on 2000/03/01 16:55:47
1482 Log: more multiline match cleanups (from Greg Bacon)
1483 Branch: perl
1484 ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CGI/Carp.pm
1485 ! lib/File/Spec/Mac.pm lib/File/Spec/VMS.pm
1486____________________________________________________________________________
1487[ 5402] By: gsar on 2000/03/01 16:38:48
1488 Log: avoid DProf entering dl_unload_file() (from Alan Burlison)
1489 Branch: perl
1490 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
1491____________________________________________________________________________
1492[ 5401] By: gsar on 2000/03/01 16:35:28
1493 Log: fix minor compatibility issues with finddepth() (from Helmut Jarausch)
1494 Branch: perl
1495 ! lib/File/Find.pm t/lib/filefind.t
1496____________________________________________________________________________
1497[ 5400] By: gsar on 2000/03/01 16:32:24
1498 Log: mention "r" debugger command (from Ilya Zakharevich)
1499 Branch: perl
1500 ! pod/perldebug.pod
1501____________________________________________________________________________
1502[ 5399] By: jhi on 2000/03/01 14:58:33
1503 Log: Integrate with Sarathy.
1504 Branch: cfgperl
1505 !> Changes configure.com ext/File/Glob/Glob.pm
1506 !> ext/File/Glob/bsd_glob.c installperl lib/ExtUtils/MM_VMS.pm
1507 !> lib/File/Find.pm lib/Pod/Checker.pm lib/Pod/Parser.pm
1508 !> t/io/open.t t/io/openpid.t t/lib/glob-basic.t t/op/goto.t
1509 !> t/op/runlevel.t t/op/split.t t/pod/testp2pt.pl
1510 !> t/pragma/strict.t t/pragma/subs.t t/pragma/warn/8signal
1511 !> t/pragma/warn/pp_sys t/pragma/warnings.t
1512 !> vms/descrip_mms.template vms/subconfigure.com vms/test.com
1513 !> vms/vms.c
1514____________________________________________________________________________
1515[ 5398] By: gsar on 2000/03/01 07:03:13
1516 Log: fix testsuite issues in change#5397
1517 Branch: perl
1518 ! Changes t/pragma/warn/8signal t/pragma/warn/pp_sys
1519
527cc686 1520----------------
fe6f1558 1521Version v5.5.670
f70c35af
GS
1522----------------
1523
1524____________________________________________________________________________
48e87789
GS
1525[ 5397] By: gsar on 2000/03/01 06:44:42
1526 Log: consolidated VMS patches (from Craig A. Berry
1527 <craig.berry@metamorgs.com>); Glob.pm patch modified to use
1528 $DEFAULT_FLAGS, and iff no flags were supplied
1529 Branch: perl
1530 ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1531 ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
1532 ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
1533 ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
1534 ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
1535 ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
1536 ! t/pragma/warnings.t vms/descrip_mms.template
1537 ! vms/subconfigure.com vms/test.com vms/vms.c
1538____________________________________________________________________________
1539[ 5396] By: gsar on 2000/03/01 06:28:22
1540 Log: integrate cfgperl changes into mainline
1541 Branch: perl
1542 !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
1543____________________________________________________________________________
1544[ 5395] By: jhi on 2000/03/01 06:12:10
1545 Log: Integrate with Sarathy.
1546 Branch: cfgperl
1547 +> lib/open.pm
1548 !> MANIFEST Todo-5.6 mg.c
1549____________________________________________________________________________
1550[ 5394] By: gsar on 2000/03/01 06:07:00
1551 Log: fix segfault on C<local ${^WARNING_BITS}>
1552 Branch: perl
1553 ! mg.c
1554____________________________________________________________________________
1555[ 5393] By: jhi on 2000/03/01 06:02:12
1556 Log: Fcntl de-cut-and-pasto.
1557 From: Doug MacEachern <dougm@pobox.com>
1558 To: perl5-porters@perl.org
1559 Subject: [PATCH v5.5.660] Fcntl.pm
1560 Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
1561 Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
1562 Branch: cfgperl
1563 ! ext/Fcntl/Fcntl.pm
1564____________________________________________________________________________
1565[ 5392] By: gsar on 2000/03/01 05:55:20
1566 Log: update Todo-5.6, add stub open.pm
1567 Branch: perl
1568 + lib/open.pm
1569 ! MANIFEST Todo-5.6
1570____________________________________________________________________________
1571[ 5391] By: jhi on 2000/03/01 05:42:25
1572 Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
1573 Branch: cfgperl
1574 ! hints/solaris_2.sh
1575____________________________________________________________________________
1576[ 5390] By: jhi on 2000/03/01 05:35:53
1577 Log: Couple of math functions need to be Perl_ so that
1578 they are correctly long double, especially the frexp()
1579 in sv_vcatpvfn() (spotted by Spider Boardman).
1580 Branch: cfgperl
1581 ! pp.c sv.c
1582____________________________________________________________________________
1583[ 5389] By: jhi on 2000/03/01 05:33:54
1584 Log: Integrate with Sarathy.
1585 Branch: cfgperl
1586 +> pod/perlnumber.pod
1587 !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
1588 !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
1589 !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
1590 !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
1591 !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
1592 !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
1593 !> win32/perllib.c win32/win32.c win32/win32.h
1594____________________________________________________________________________
1595[ 5388] By: gsar on 2000/03/01 03:38:03
1596 Log: Windows miscellany
1597 Branch: perl
1598 ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
1599____________________________________________________________________________
1600[ 5387] By: gsar on 2000/03/01 03:13:37
1601 Log: mention ftp/rsync access to repository in perlhack
1602 Branch: perl
1603 ! Changes pod/perlhack.pod pod/perlhist.pod
1604____________________________________________________________________________
2be4c08b
GS
1605[ 5386] By: gsar on 2000/03/01 03:04:54
1606 Log: support kill(0,$pid) on Windows to test if process exists
1607 Branch: perl
1608 ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
1609____________________________________________________________________________
1610[ 5385] By: gsar on 2000/03/01 02:10:01
1611 Log: integrate cfgperl changes into mainline
1612 Branch: perl
1613 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1614 !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
1615 !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
1616 !> win32/config.gc win32/config.vc
1617____________________________________________________________________________
1618[ 5384] By: gsar on 2000/03/01 01:47:55
1619 Log: oops, change#5382 didn't really fix the typo
1620 Branch: perl
1621 ! ext/DynaLoader/dl_dlopen.xs
1622____________________________________________________________________________
1623[ 5383] By: gsar on 2000/03/01 01:38:25
1624 Log: avoid warning on type-mismatch
1625 Branch: perl
1626 ! ext/DynaLoader/dlutils.c
1627____________________________________________________________________________
1628[ 5382] By: gsar on 2000/03/01 01:33:42
1629 Log: fix bug in change#5381
1630 Branch: perl
1631 ! ext/DynaLoader/dl_dlopen.xs
1632____________________________________________________________________________
1633[ 5381] By: gsar on 2000/03/01 00:46:44
1634 Log: unload extension shared objects when exiting, implemented
1635 only for dl_dlopen.xs (from Alan Burlison)
1636 Branch: perl
1637 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
1638 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
1639____________________________________________________________________________
1640[ 5380] By: gsar on 2000/03/01 00:34:10
1641 Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
1642 prose
1643 Branch: perl
1644 + pod/perlnumber.pod
1645 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
1646 ! pod/perltoc.pod pod/roffitall
1647____________________________________________________________________________
1648[ 5379] By: jhi on 2000/02/29 23:37:01
1649 Log: Be understanding.
1650 Branch: cfgperl
1651 ! Configure config_h.SH
1652 Branch: metaconfig/U/perl
1653 ! use64bits.U uselfs.U
1654____________________________________________________________________________
1655[ 5378] By: gsar on 2000/02/29 23:35:50
1656 Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
1657 Branch: perl
1658 ! lib/Test/Harness.pm vms/vms.c
1659____________________________________________________________________________
1660[ 5377] By: jhi on 2000/02/29 23:12:29
1661 Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
1662 d_Gconvert on long doubles to use sprintf %Lg.
1663 Branch: cfgperl
1664 ! hints/dec_osf.sh
1665____________________________________________________________________________
1666[ 5376] By: jhi on 2000/02/29 23:02:45
1667 Log: Integrate with Sarathy.
1668 Branch: cfgperl
1669 !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
1670 !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
1671 !> pod/perlguts.pod pod/perlop.pod
1672____________________________________________________________________________
1673[ 5375] By: gsar on 2000/02/29 23:02:34
1674 Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
1675 Branch: perl
1676 ! lib/File/Find.pm
1677____________________________________________________________________________
1678[ 5374] By: jhi on 2000/02/29 23:01:35
1679 Log: Add libsunmath (long double math library for Solaris,
1680 SUNWspro cc only) awareness; fix various Solaris nits.
1681 Branch: cfgperl
1682 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1683 ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
1684 ! vms/subconfigure.com vos/config.def win32/config.bc
1685 ! win32/config.gc win32/config.vc
1686 Branch: metaconfig
1687 ! U/modified/libs.U
1688 Branch: metaconfig/U/perl
1689 + i_sunmath.U
1690____________________________________________________________________________
1691[ 5373] By: gsar on 2000/02/29 22:56:10
1692 Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
1693 to the more readable form (from Robin Barker)
1694 Branch: perl
1695 ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
1696____________________________________________________________________________
1697[ 5372] By: gsar on 2000/02/29 22:52:27
1698 Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
1699 Branch: perl
1700 ! malloc.c
1701____________________________________________________________________________
1702[ 5371] By: gsar on 2000/02/29 22:29:36
1703 Log: fix pods to reflect newer canonical names for call_sv() etc.
1704 Branch: perl
1705 ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
1706 ! pod/perlembed.pod pod/perlguts.pod
1707____________________________________________________________________________
1708[ 5370] By: jhi on 2000/02/29 22:08:26
1709 Log: Integrate with Sarathy.
1710 Branch: cfgperl
1711 !> perl.c perl.h win32/win32.c win32/win32.h
1712____________________________________________________________________________
1713[ 5369] By: gsar on 2000/02/29 21:37:10
1714 Log: remove bogus code that caused test failures on HP-UX
1715 Branch: perl
1716 ! perl.h
1717____________________________________________________________________________
1718[ 5368] By: gsar on 2000/02/29 20:45:01
1719 Log: change#5364 had a few problems
1720 Branch: perl
1721 ! perl.c win32/win32.c win32/win32.h
1722____________________________________________________________________________
1723[ 5367] By: gsar on 2000/02/29 18:19:04
1724 Log: integrate cfgperl changes into mainline
1725 Branch: perl
1726 !> Configure config_h.SH epoc/config.sh hints/hpux.sh
1727 !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
1728 !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
1729____________________________________________________________________________
1730[ 5366] By: jhi on 2000/02/29 18:15:09
1731 Log: Some compilers have problems with quad switch() controls.
1732 Branch: cfgperl
1733 ! regcomp.c
1734____________________________________________________________________________
1735[ 5365] By: jhi on 2000/02/29 18:14:30
1736 Log: Integrate with Sarathy.
1737 Branch: cfgperl
1738 !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
1739 !> win32/win32.h
1740____________________________________________________________________________
1741[ 5364] By: gsar on 2000/02/29 18:11:34
1742 Log: utf8-ize @ARGV when -C switch is used on Windows
1743 Branch: perl
1744 ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
1745 ! win32/win32.h
1746____________________________________________________________________________
1747[ 5363] By: jhi on 2000/02/29 17:47:48
1748 Log: HP-UX lddlflags were broken.
1749 Branch: cfgperl
1750 ! Configure config_h.SH
1751 Branch: metaconfig/U/perl
1752 ! dlsrc.U
1753____________________________________________________________________________
1754[ 5362] By: jhi on 2000/02/29 17:32:27
1755 Log: Make the failsafe question about socket address structure
1756 sizes hopefully a bit less confusing.
1757 Branch: cfgperl
1758 ! Configure config_h.SH
1759 Branch: metaconfig
1760 ! U/protos/socksizetype.U
1761____________________________________________________________________________
1762[ 5361] By: jhi on 2000/02/29 17:17:10
1763 Log: Integrate with Sarathy.
1764 Branch: cfgperl
1765 !> malloc.c
1766____________________________________________________________________________
1767[ 5360] By: gsar on 2000/02/29 17:16:09
1768 Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
1769 Branch: perl
1770 ! malloc.c
1771____________________________________________________________________________
1772[ 5359] By: jhi on 2000/02/29 17:06:12
1773 Log: Make the warning about preferring HP's ar more visible.
1774 Branch: cfgperl
1775 ! hints/hpux.sh
1776____________________________________________________________________________
1777[ 5358] By: jhi on 2000/02/29 17:04:36
1778 Log: The sprintf option was blithely printing long doubles as
1779 doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
1780 being used; made the test more thorough.
1781 Branch: cfgperl
1782 ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
1783 ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
1784 Branch: metaconfig
1785 ! U/compline/d_gconvert.U
1786____________________________________________________________________________
1787[ 5357] By: jhi on 2000/02/29 16:58:08
1788 Log: Make the warning about abandoning long doubles more visible.
1789 Branch: cfgperl
1790 ! Configure config_h.SH
1791 Branch: metaconfig/U/perl
1792 ! uselongdbl.U
1793____________________________________________________________________________
1794[ 5356] By: jhi on 2000/02/29 16:51:33
1795 Log: HP-UX gcc fix; detypo in use64bits.
1796 Branch: cfgperl
1797 ! Configure config_h.SH
1798 Branch: metaconfig/U/perl
1799 ! dlsrc.U use64bits.U
1800____________________________________________________________________________
1801[ 5355] By: jhi on 2000/02/29 16:31:17
1802 Log: Solaris 64-bitness hints saga continues.
1803 Branch: cfgperl
1804 ! hints/solaris_2.sh
1805____________________________________________________________________________
1806[ 5354] By: jhi on 2000/02/29 16:04:42
1807 Log: Integrate with Sarathy.
1808 Branch: cfgperl
1809 !> ext/Thread/Thread.xs perl.c perl.h
1810____________________________________________________________________________
1811[ 5353] By: jhi on 2000/02/29 15:54:10
1812 Log: Solaris hints tweak for 64-bitallness.
1813 Branch: cfgperl
1814 ! hints/solaris_2.sh
1815____________________________________________________________________________
1816[ 5352] By: jhi on 2000/02/29 15:35:13
1817 Log: Too many 64-bitness option combinations.
1818 Branch: cfgperl
1819 ! Configure config_h.SH
1820 Branch: metaconfig/U/perl
1821 ! use64bits.U
1822____________________________________________________________________________
1823[ 5351] By: gsar on 2000/02/29 15:31:56
1824 Log: more adjustments needed for change#5342 under use5005threads
1825 Branch: perl
1826 ! ext/Thread/Thread.xs perl.c perl.h
1827____________________________________________________________________________
1828[ 5350] By: jhi on 2000/02/29 15:24:59
1829 Log: Integrate with Sarathy.
1830 Branch: cfgperl
1831 +> pod/perlboot.pod
1832 !> (integrate 40 files)
1833____________________________________________________________________________
1834[ 5349] By: gsar on 2000/02/29 08:13:56
1835 Log: more m//s and $ vs \z fixups (from Greg Bacon)
1836 Branch: perl
1837 ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
1838 ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1839 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1840 ! lib/File/Spec/Win32.pm
1841____________________________________________________________________________
1842[ 5348] By: gsar on 2000/02/29 08:00:48
1843 Log: increase sleep to compensate for slow cpu (from Peter Haworth
1844 <pmh@edison.ioppublishing.com>)
1845 Branch: perl
1846 ! t/io/pipe.t
1847____________________________________________________________________________
1848[ 5347] By: gsar on 2000/02/29 07:52:35
1849 Log: add OO tutorial for beginners (from Randal L. Schwartz
1850 <merlyn@stonehenge.com>)
1851 Branch: perl
1852 + pod/perlboot.pod
1853 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
1854 ! pod/perldelta.pod pod/perltoc.pod
1855____________________________________________________________________________
1856[ 5346] By: gsar on 2000/02/29 07:24:52
1857 Log: malloc bug fix and machten hints (from Dominic Dunlop
1858 <domo@computer.org>)
1859 Branch: perl
1860 ! hints/machten.sh malloc.c
1861____________________________________________________________________________
1862[ 5345] By: gsar on 2000/02/29 06:32:56
1863 Log: integrate cfgperl contents into mainline
1864 Branch: perl
1865 !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
1866 !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
1867 !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
1868 !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
1869 !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
1870 !> win32/config.bc win32/config.gc win32/config.vc
1871____________________________________________________________________________
1872[ 5344] By: gsar on 2000/02/29 06:25:33
1873 Log: export list tweak
1874 Branch: perl
1875 ! makedef.pl
1876____________________________________________________________________________
1877[ 5343] By: gsar on 2000/02/29 06:01:22
1878 Log: various shenanigans in change#5342
1879 Branch: perl
1880 ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
1881 ! win32/win32.h win32/win32thread.h
1882____________________________________________________________________________
1883[ 5342] By: gsar on 2000/02/29 04:53:00
1884 Log: support fetching current interpreter from TLS under useithreads
1885 Branch: perl
1886 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
1887 ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
1888 ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
1889 ! win32/win32.h win32/win32thread.c win32/win32thread.h
1890____________________________________________________________________________
1891[ 5341] By: jhi on 2000/02/29 03:26:11
1892 Log: Don't know how to do large files using gcc in HP-UX.
1893 Branch: cfgperl
1894 ! hints/hpux.sh
1895____________________________________________________________________________
1896[ 5340] By: jhi on 2000/02/29 03:07:16
1897 Log: Added few more libs to scan.
1898 Branch: cfgperl
1899 ! Configure config_h.SH
1900 Branch: metaconfig
1901 ! U/modified/Myinit.U U/modified/libs.U
1902____________________________________________________________________________
1903[ 5339] By: jhi on 2000/02/29 01:37:43
1904 Log: Bigger warning on the changed behaviour of the unary ~.
1905 Branch: cfgperl
1906 ! pod/perldelta.pod
1907____________________________________________________________________________
1908[ 5338] By: jhi on 2000/02/29 01:17:07
1909 Log: IRIX 64-bitness fixes.
1910 Branch: cfgperl
1911 ! Configure config_h.SH hints/irix_6.sh
1912 Branch: metaconfig
1913 ! U/modified/Cppsym.U
1914____________________________________________________________________________
1915[ 5337] By: jhi on 2000/02/29 00:59:08
1916 Log: Userfriendliness.
1917 Branch: cfgperl
1918 ! Configure config_h.SH
1919 Branch: metaconfig/U/perl
1920 ! use64bits.U
1921____________________________________________________________________________
1922[ 5336] By: jhi on 2000/02/29 00:53:51
1923 Log: Undo the sv_2pv() change of #5329, caused numconvert.t
1924 problems in IRIX 32-n32.
1925 Branch: cfgperl
1926 ! sv.c
1927____________________________________________________________________________
1928[ 5335] By: jhi on 2000/02/29 00:22:37
1929 Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
1930 Branch: cfgperl
1931 ! Configure config_h.SH hints/hpux.sh
1932 Branch: metaconfig/U/perl
1933 ! dlsrc.U
1934____________________________________________________________________________
1935[ 5334] By: jhi on 2000/02/28 23:59:59
1936 Log: Do not cast pointers into I32s.
1937 Branch: cfgperl
1938 ! mg.c
1939____________________________________________________________________________
1940[ 5333] By: jhi on 2000/02/28 23:39:26
1941 Log: More AIX fixes from Steven Hirsch.
1942 Branch: cfgperl
1943 ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
1944 ! ext/DynaLoader/hints/aix.pl hints/aix.sh
1945 Branch: metaconfig/U/perl
1946 ! use64bits.U
1947____________________________________________________________________________
1948[ 5332] By: jhi on 2000/02/28 22:45:59
1949 Log: Detypo.
1950 Branch: cfgperl
1951 ! hints/irix_6.sh
1952____________________________________________________________________________
1953[ 5331] By: jhi on 2000/02/28 22:23:36
1954 Log: Regularize the call-back units (and fix a bug in #5330).
1955 Branch: cfgperl
1956 ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
1957____________________________________________________________________________
1958[ 5330] By: jhi on 2000/02/28 21:50:28
1959 Log: Don't be overeager to turn on 64-bitallness.
1960 Branch: cfgperl
1961 ! hints/solaris_2.sh
1962____________________________________________________________________________
1963[ 5329] By: jhi on 2000/02/28 20:32:53
1964 Log: Lift the 32-bit straightjacket from bit ops;
1965 prefer IV/UV over NV in sv_2pv().
1966 Branch: cfgperl
1967 ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
1968 ! t/op/misc.t t/op/numconvert.t
1969____________________________________________________________________________
1970[ 5328] By: jhi on 2000/02/28 20:11:59
1971 Log: Do not add -Ae for gcc.
1972 Branch: cfgperl
1973 ! hints/hpux.sh
1974____________________________________________________________________________
1975[ 5327] By: jhi on 2000/02/28 17:35:39
1976 Log: Use the vendor file(1).
1977 Branch: cfgperl
1978 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
1979____________________________________________________________________________
1980[ 5326] By: jhi on 2000/02/28 17:31:19
1981 Log: Put back madvise lost because of a typo.
1982 Branch: cfgperl
1983 ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
1984 ! win32/config.vc
1985____________________________________________________________________________
1986[ 5325] By: jhi on 2000/02/28 16:44:32
1987 Log: Tweak HP-UX libraries.
1988 Branch: cfgperl
1989 ! hints/hpux.sh
1990____________________________________________________________________________
1991[ 5324] By: jhi on 2000/02/28 16:37:43
1992 Log: Don't be overeager to turn on largefileness.
1993 Branch: cfgperl
1994 ! hints/solaris_2.sh
1995____________________________________________________________________________
1996[ 5323] By: jhi on 2000/02/28 16:23:15
1997 Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
1998 The patch to File/Glob/Makefile.PL is inconvenient but at the
1999 moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
2000 off the optimization ($self->{OPTIMIZE} = '') doesn't work,
2001 the file is processed by MakeMaker but OPTIMIZE ends up as -O
2002 in the resulting Makefile. A MakeMaker bug?
2003 Branch: cfgperl
2004 ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
2005 ! hints/aix.sh t/lib/ipc_sysv.t
2006____________________________________________________________________________
2007[ 5322] By: jhi on 2000/02/28 16:17:33
2008 Log: Integrate with Sarathy.
2009 Branch: cfgperl
2010 !> (integrate 45 files)
2011____________________________________________________________________________
2012[ 5321] By: gsar on 2000/02/28 10:13:03
2013 Log: avoid warnings in legacy code (from David Dyck)
2014 Branch: perl
2015 ! lib/pwd.pl
2016____________________________________________________________________________
2017[ 5320] By: gsar on 2000/02/28 10:11:37
2018 Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
2019 Branch: perl
2020 ! x2p/find2perl.PL
2021____________________________________________________________________________
2022[ 5319] By: gsar on 2000/02/28 10:07:00
2023 Log: fix outdated URLs (from Michael G Schwern)
2024 Branch: perl
2025 ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
2026 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
2027 ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
2028 ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
2029 ! pod/perlvar.pod pod/perlxs.pod
2030____________________________________________________________________________
2031[ 5318] By: gsar on 2000/02/28 10:04:57
2032 Log: update Changes, patchlevel etc.
2033 Branch: perl
2034 ! Changes patchlevel.h win32/Makefile win32/config.bc
2035 ! win32/config.gc win32/config.vc win32/config_H.bc
2036 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2037____________________________________________________________________________
93342173
GS
2038[ 5317] By: gsar on 2000/02/28 09:39:47
2039 Log: make stringwise bitops work properly on utf8 strings
2040 Branch: perl
2041 ! doop.c t/op/bop.t
2042____________________________________________________________________________
2043[ 5316] By: gsar on 2000/02/28 07:04:22
2044 Log: integrate cfgperl and vmsperl changes into mainline
2045 Branch: perl
2046 ! Porting/makerel
2047 !> Configure Makefile.SH config_h.SH configure.com
2048 !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2049 !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2050 !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
2051 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
2052 !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
2053 !> vms/descrip_mms.template vms/gen_shrfls.pl
2054 !> vms/subconfigure.com vms/vms.c
2055____________________________________________________________________________
2056[ 5315] By: jhi on 2000/02/28 06:31:08
2057 Log: The search for static _s-suffixex libs was broken;
2058 add -L/lib/pa20_64 only iff there.
2059 Branch: cfgperl
2060 ! Configure config_h.SH hints/hpux.sh
2061 Branch: metaconfig
2062 ! U/modified/libs.U
2063____________________________________________________________________________
2064[ 5314] By: jhi on 2000/02/28 06:08:40
2065 Log: Even better use64bitall logic.
2066 Branch: cfgperl
2067 ! Configure config_h.SH
2068 Branch: metaconfig/U/perl
2069 ! use64bits.U uselfs.U
2070____________________________________________________________________________
2071[ 5313] By: jhi on 2000/02/28 05:47:27
2072 Log: Integrate with Sarathy.
2073 Branch: cfgperl
2074 !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
2075 !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
2076 !> t/lib/fields.t x2p/find2perl.PL
2077____________________________________________________________________________
2078[ 5312] By: jhi on 2000/02/28 05:09:31
2079 Log: Ask about use64bitall regardless of whether use64bitint is defined.
2080 Branch: cfgperl
2081 ! Configure config_h.SH
2082 Branch: metaconfig/U/perl
2083 ! use64bits.U
2084____________________________________________________________________________
2085[ 5311] By: bailey on 2000/02/28 05:05:56
2086 Log: Integrate mainline
2087 Branch: vmsperl
2088 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2089 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
2090 !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
2091 !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
2092 !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2093 !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
2094 !> x2p/find2perl.PL
2095____________________________________________________________________________
2096[ 5310] By: bailey on 2000/02/28 04:36:20
2097 Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
2098 Branch: vmsperl
2099 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2100____________________________________________________________________________
2101[ 5309] By: jhi on 2000/02/28 04:17:36
2102 Log: The #5249 wasn't doing any good.
2103 Branch: cfgperl
2104 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
2105____________________________________________________________________________
2106[ 5308] By: bailey on 2000/02/28 03:56:51
2107 Log: Repair typo -- conjunction of variable with text
2108 Branch: vmsperl
2109 ! t/lib/cgi-html.t
2110____________________________________________________________________________
2111[ 5307] By: jhi on 2000/02/28 03:46:14
2112 Log: A less ambitious version of #5292.
2113 Branch: cfgperl
2114 ! Makefile.SH
2115____________________________________________________________________________
2116[ 5306] By: bailey on 2000/02/28 03:42:38
2117 Log: Defer inclusion of VMS-specific code to runtime
2118 Branch: vmsperl
2119 ! t/io/openpid.t
2120____________________________________________________________________________
2121[ 5305] By: jhi on 2000/02/28 03:41:48
2122 Log: The #5292 was Not So Good Idea.
2123 Branch: cfgperl
2124 ! Makefile.SH
2125____________________________________________________________________________
2126[ 5304] By: bailey on 2000/02/28 02:57:14
2127 Log: Minor test updates to accomodate new subprocess invocation
2128 Branch: vmsperl
2129 ! t/comp/script.t t/op/goto.t t/op/split.t
2130____________________________________________________________________________
2131[ 5303] By: bailey on 2000/02/28 02:52:47
2132 Log: Missed bit of #5302 (case-sensitive symbols)
2133 Branch: vmsperl
2134 ! lib/ExtUtils/Mksymlists.pm
2135____________________________________________________________________________
2136[ 5302] By: bailey on 2000/02/28 02:51:00
2137 Log: Support case-sensitive symbols usage in linker
2138 Branch: vmsperl
2139 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
2140 ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
2141____________________________________________________________________________
2142[ 5301] By: bailey on 2000/02/28 02:46:47
2143 Log: Free $PARSE context after lookups
2144 Branch: vmsperl
2145 ! vms/vms.c
2146____________________________________________________________________________
2147[ 5300] By: bailey on 2000/02/28 02:43:56
2148 Log: Don't wait for subprocess to read final EOF
2149 Branch: vmsperl
2150 ! vms/vms.c
2151____________________________________________________________________________
2152[ 5299] By: bailey on 2000/02/28 00:44:45
2153 Log: Dan Sugalski's config/build changes to .660
2154 Branch: vmsperl
2155 ! configure.com vms/descrip_mms.template vms/subconfigure.com
2156____________________________________________________________________________
2157[ 5298] By: bailey on 2000/02/28 00:07:13
2158 Log: When testing CGI.pm, use its notion of CRLF
2159 Branch: vmsperl
2160 ! t/lib/cgi-html.t
2161____________________________________________________________________________
2162[ 5297] By: bailey on 2000/02/28 00:00:08
2163 Log: Quote command line args which need to be upper case
2164 Tell subprocess we're finished before waiting for it
2165 Branch: vmsperl
2166 ! t/io/openpid.t
2167____________________________________________________________________________
2168[ 5296] By: gsar on 2000/02/28 00:00:05
2169 Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
2170 these insidious errors in File::Basename, File::Find and find2perl
2171 (from Tom Christiansen)
2172
2173 TODO: many other modules need to be fixed as well!
2174 Branch: perl
2175 ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
2176____________________________________________________________________________
2177[ 5295] By: jhi on 2000/02/27 23:18:40
2178 Log: Version number update.
2179 Branch: cfgperl
2180 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2181____________________________________________________________________________
2182[ 5294] By: gsar on 2000/02/27 22:27:46
2183 Log: typos in change#5293
2184 Branch: perl
2185 ! lib/fields.pm
2186____________________________________________________________________________
2187[ 5293] By: gsar on 2000/02/27 21:57:40
2188 Log: support fields::new() and fields::phash() to create pseudo-hash
2189 objects and plain pseudo-hashes respectively (this avoids users
2190 from having to diddle %FIELDS directly); update documentation to
2191 suit (from original fields::phash() implementation by Peter
2192 Scott <Peter@PSDT.com>)
2193 Branch: perl
2194 ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
2195 ! pod/perlref.pod t/lib/fields.t
2196____________________________________________________________________________
2197[ 5292] By: jhi on 2000/02/27 21:49:25
2198 Log: proto.h was mssing from the list of generated files;
2199 added rules to generate any single wanted file
2200 (a bunch of other files may also be generated
2201 at the same time, as before)
2202 Branch: cfgperl
2203 ! Makefile.SH
2204____________________________________________________________________________
2205[ 5291] By: jhi on 2000/02/27 18:57:12
2206 Log: Integrate with Sarathy.
2207 Branch: cfgperl
2208 !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2209 !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
2210 !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2211 !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
2212 !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
2213 !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
2214____________________________________________________________________________
2215[ 5290] By: gsar on 2000/02/27 18:47:00
2216 Log: integrate cfgperl and vmsperl contents into mainline
2217 Branch: perl
2218 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2219 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
2220 !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
2221____________________________________________________________________________
2222[ 5289] By: gsar on 2000/02/27 18:09:04
2223 Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
2224 the internal glob())
2225 Branch: perl
2226 ! pp_sys.c
2227____________________________________________________________________________
2228[ 5288] By: gsar on 2000/02/27 17:12:41
2229 Log: djgpp update (from Laszlo Molnar)
2230 Branch: perl
2231 ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
2232 ! hints/dos_djgpp.sh
2233____________________________________________________________________________
2234[ 5287] By: gsar on 2000/02/27 16:58:53
2235 Log: tweak comment about core glob()
2236 Branch: perl
2237 ! ext/File/Glob/Glob.pm
2238____________________________________________________________________________
2239[ 5286] By: gsar on 2000/02/27 16:52:54
2240 Log: remove outdated info about csh and glob(); glob() need not fail
2241 when tainting anymore if using internal globbing
2242 Branch: perl
2243 ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
2244 ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
2245____________________________________________________________________________
2246[ 5285] By: gsar on 2000/02/27 16:20:31
2247 Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
2248 handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
2249 Branch: perl
2250 ! pp_sys.c
2251____________________________________________________________________________
2252[ 5284] By: gsar on 2000/02/27 14:31:24
2253 Log: avoid compiler warnings (from Dan Sugalski)
2254 Branch: perl
2255 ! op.c sv.c
2256____________________________________________________________________________
2257[ 5283] By: gsar on 2000/02/27 14:21:16
2258 Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
2259 Branch: perl
2260 ! sv.c
2261____________________________________________________________________________
2262[ 5282] By: bailey on 2000/02/27 05:07:08
2263 Log: Impose security constraints on lnm lookup only if tainting
2264 Branch: vmsperl
2265 ! vms/vms.c
2266____________________________________________________________________________
2267[ 5281] By: bailey on 2000/02/27 05:05:35
2268 Log: Add new File::Spec::VMS methods
2269 Don't add implicit device in VMS <-> Unix filespec translation
2270 Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
2271 Branch: vmsperl
2272 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2273 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
2274____________________________________________________________________________
2275[ 5280] By: bailey on 2000/02/27 04:58:01
2276 Log: Accept filespecs as command verbs for subprocesses
2277 Branch: vmsperl
2278 ! vms/perlvms.pod vms/vms.c
2279____________________________________________________________________________
2280[ 5279] By: jhi on 2000/02/27 04:01:53
2281 Log: Integrate with Sarathy.
2282 Branch: cfgperl
2283 !> pp_hot.c
2284____________________________________________________________________________
2285[ 5278] By: bailey on 2000/02/27 02:43:01
2286 Log: Resync with mainline again
2287 Branch: vmsperl
2288 !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
2289 !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2290 !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2291 !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
2292 !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
2293 !> vms/subconfigure.com
2294____________________________________________________________________________
2295[ 5277] By: jhi on 2000/02/27 02:36:36
2296 Log: Fix locale case-ignorant matching bug reported in
2297
2298 From: gomar@md.media-web.de
2299 To: perl5-porters@perl.org
2300 Subject: [ID 20000223.005]
2301 Date: 23 Feb 2000 16:03:08 -0000
2302 Message-Id: <20000223160308.1830.qmail@md.media-web.de>
2303 Branch: cfgperl
2304 ! regexec.c t/pragma/locale.t
2305____________________________________________________________________________
2306[ 5276] By: gsar on 2000/02/26 18:18:16
2307 Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
2308 (from Tom Christiansen)
2309 Branch: perl
2310 ! pp_hot.c
2311____________________________________________________________________________
2312[ 5275] By: jhi on 2000/02/26 16:43:11
2313 Log: Integrate with Sarathy.
2314 Branch: cfgperl
2315 !> (integrate 34 files)
2316____________________________________________________________________________
2317[ 5274] By: gsar on 2000/02/26 15:23:45
2318 Log: rework binmode() entry in perlfunc (from Martien Verbruggen
2319 <mgjv@comdyn.com.au>)
2320 Branch: perl
2321 ! pod/perlfunc.pod
2322____________________________________________________________________________
2323[ 5273] By: gsar on 2000/02/26 15:04:54
2324 Log: PodParser v1.11 update (from Brad Appleton)
2325 Branch: perl
2326 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
2327 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2328 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
2329____________________________________________________________________________
2330[ 5272] By: gsar on 2000/02/26 14:48:24
2331 Log: add missing perl headers to perldepend action
2332 Branch: perl
2333 ! lib/ExtUtils/MM_Unix.pm
2334____________________________________________________________________________
2335[ 5271] By: gsar on 2000/02/26 08:03:36
2336 Log: VMS patch (from Peter Prymmer)
2337 Branch: perl
2338 ! Makefile.SH README.vms configure.com vms/descrip_mms.template
2339 ! vms/sockadapt.h vms/subconfigure.com
2340____________________________________________________________________________
2341[ 5270] By: gsar on 2000/02/26 07:46:35
2342 Log: integrate vmsperl changes into mainline
2343 Branch: perl
2344 !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
2345 !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
2346____________________________________________________________________________
2347[ 5269] By: bailey on 2000/02/26 07:04:55
2348 Log: Resync with mainline
2349 Branch: vmsperl
2350 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
2351 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2352 +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
2353 +> lib/bytes_heavy.pl t/pragma/warn/9enabled
2354 - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
2355 - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
2356 - lib/unicode/Eq/Unicode.pl
2357 !> (integrate 323 files)
2358____________________________________________________________________________
2359[ 5268] By: gsar on 2000/02/26 06:50:04
2360 Log: reintroduce useithreads (accidentally deleted in change#5261)
2361 Branch: perl
2362 ! win32/config.vc
2363____________________________________________________________________________
2364[ 5266] By: gsar on 2000/02/26 06:46:06
2365 Log: integrate cfgperl changes into mainline
2366 Branch: perl
2367 +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
2368 - ext/DynaLoader/dl_rhapsody.xs
2369 !> (integrate 62 files)
2370____________________________________________________________________________
2371[ 5265] By: gsar on 2000/02/26 06:31:10
2372 Log: support for version vectors in UNIVERSAL::VERSION(), so that
2373 C<use Foo v1.2.3> etc., work; tests for the same
2374
2375 TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
2376 Branch: perl
2377 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2378 ! t/comp/use.t toke.c universal.c
2379____________________________________________________________________________
2380[ 5264] By: jhi on 2000/02/26 04:14:15
2381 Log: Add libscheck for IRIX.
2382 Branch: cfgperl
2383 ! hints/irix_6.sh
2384____________________________________________________________________________
2385[ 5263] By: jhi on 2000/02/26 03:40:47
2386 Log: Add libscheck for Solaris.
2387 Branch: cfgperl
2388 ! hints/solaris_2.sh
2389____________________________________________________________________________
2390[ 5262] By: jhi on 2000/02/26 03:10:47
2391 Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
2392 Branch: cfgperl
2393 + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
2394 - ext/DynaLoader/dl_rhapsody.xs
2395 ! Configure INSTALL MANIFEST Makefile.SH README.threads
2396 ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
2397 Branch: metaconfig
2398 ! U/a_dvisory/multiarch.U
2399____________________________________________________________________________
2400[ 5261] By: jhi on 2000/02/26 02:48:23
2401 Log: Rename use64bits to use64bitint;
2402 rename usefull64bits to use64bitall.
2403 Branch: cfgperl
2404 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2405 ! config_h.SH configure.com epoc/config.sh hints/aix.sh
2406 ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
2407 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
2408 ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
2409 ! vms/subconfigure.com vos/config.def vos/config.h
2410 ! vos/config_h.SH_orig win32/config.bc win32/config.gc
2411 ! win32/config.vc win32/config_H.bc win32/config_H.gc
2412 ! win32/config_H.vc
2413 Branch: metaconfig
2414 ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
2415 ! U/protos/socksizetype.U U/threads/archname.U
2416 Branch: metaconfig/U/perl
2417 ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
2418 ! usemorebits.U
2419____________________________________________________________________________
2420[ 5260] By: jhi on 2000/02/25 22:57:16
2421 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2422 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
2423 Subject: [PATCH 5.5.660] cygwin port
2424 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
2425 Branch: cfgperl
2426 ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
2427____________________________________________________________________________
2428[ 5259] By: jhi on 2000/02/25 22:53:51
2429 Log: Configure nits; add socksizetype; add getfsstat for completeness;
2430 add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
2431 lands; regen Configure.
2432 Branch: cfgperl
2433 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2434 ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
2435 ! vms/subconfigure.com vos/config.def win32/config.bc
2436 ! win32/config.gc win32/config.vc win32/config_H.bc
2437 ! win32/config_H.gc win32/config_H.vc
2438 Branch: metaconfig
2439 + U/protos/socksizetype.U
2440 Branch: metaconfig/U/perl
2441 + d_getfsstat.U
2442 ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
2443____________________________________________________________________________
2444[ 5258] By: jhi on 2000/02/25 21:04:17
2445 Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
2446 Branch: cfgperl
2447 ! malloc.c
2448____________________________________________________________________________
2449[ 5257] By: jhi on 2000/02/25 20:48:13
2450 Log: Integrate with Sarathy.
2451 Branch: cfgperl
2452 !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
2453 !> proto.h t/cmd/while.t
2454____________________________________________________________________________
2455[ 5256] By: gsar on 2000/02/25 20:04:37
2456 Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
2457 Branch: perl
2458 ! embed.h embed.pl objXSUB.h perlapi.c proto.h
2459____________________________________________________________________________
2460[ 5255] By: gsar on 2000/02/25 19:23:58
2461 Log: change#4849 wasn't restoring savestack correctly; make loops that have
2462 continue blocks recognizable at run time
2463 Branch: perl
2464 ! op.c op.h pp_ctl.c t/cmd/while.t
2465____________________________________________________________________________
2466[ 5254] By: jhi on 2000/02/25 06:00:01
2467 Log: Integrate with Sarathy.
2468 Branch: cfgperl
2469 !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
2470 !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
2471 !> t/lib/filefind.t t/pod/poderrs.xr
2472____________________________________________________________________________
2473[ 5253] By: jhi on 2000/02/25 05:57:59
2474 Log: Megalopatch for Configure: Andy's new installation schemes;
2475 introduce usefull64bits, beautify and regularize the various
2476 type probes; introduce d_lseekproto.
2477 Branch: cfgperl
2478 ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
2479 ! pod/perldelta.pod
2480 Branch: metaconfig
2481 + U/installdirs/perl5.U U/installdirs/sitehtml1.U
2482 + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
2483 + U/installdirs/siteman3.U U/installdirs/sitescript.U
2484 + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
2485 + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
2486 + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
2487 - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
2488 - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2489 - U/installdirs/vendorscriptdir.U
2490 ! U/compline/doublesize.U U/compline/ptrsize.U
2491 ! U/installdirs/archlib.U U/installdirs/bin.U
2492 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2493 ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
2494 ! U/installdirs/installstyle.U U/installdirs/instubperl.U
2495 ! U/installdirs/localarch.U U/installdirs/locallib.U
2496 ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
2497 ! U/installdirs/privlib.U U/installdirs/scriptdir.U
2498 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
2499 ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
2500 ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
2501 ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
2502 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2503 ! U/typedefs/gidsize.U U/typedefs/lseektype.U
2504 ! U/typedefs/uidsize.U
2505 Branch: metaconfig/U/perl
2506 ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
2507 ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
2508____________________________________________________________________________
2509[ 5252] By: gsar on 2000/02/25 03:15:03
2510 Log: update PodParser to v1.10 (from Brad Appleton)
2511 Branch: perl
2512 ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2513 ! lib/Pod/Usage.pm t/pod/poderrs.xr
2514____________________________________________________________________________
2515[ 5251] By: gsar on 2000/02/25 03:10:51
2516 Log: make File::Find tests tolerate case-insensitive systems (from
2517 Laszlo Molnar)
2518 Branch: perl
2519 ! t/lib/filefind.t
2520____________________________________________________________________________
2521[ 5250] By: gsar on 2000/02/25 01:50:04
2522 Log: more Compiler tweaks for useithreads
2523 Branch: perl
2524 ! ext/B/B.xs ext/B/B/C.pm
2525____________________________________________________________________________
2526[ 5249] By: jhi on 2000/02/25 00:17:53
2527 Log: Remove NFS temp files and Configure temp C files.
2528 Branch: cfgperl
2529 ! Makefile.SH lib/ExtUtils/MM_Unix.pm
2530____________________________________________________________________________
2531[ 5248] By: jhi on 2000/02/24 23:57:49
2532 Log: In FreeBSD disable floating point exception handlers.
2533 As the comment says, this should be done in the hints.
2534
2535 From: dive <dive@ender.com>
2536 To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2537 cc: perl5-porters@perl.org
2538 Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
2539 Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
2540 Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
2541 Branch: cfgperl
2542 ! unixish.h
2543____________________________________________________________________________
2544[ 5247] By: jhi on 2000/02/24 23:46:27
2545 Log: From: Gisle Aas <gisle@aas.no>
2546 To: perl5-porters@perl.org
2547 Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
2548 Date: 25 Feb 2000 00:24:53 +0100
2549 Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
2550 Branch: cfgperl
2551 ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
2552____________________________________________________________________________
2553[ 5246] By: jhi on 2000/02/24 23:15:56
2554 Log: The op/stat.t patch in #5341 wasn't robust enough,
2555 it broke subtest 4 almost everywhere else.
2556 Branch: cfgperl
2557 ! t/op/stat.t
2558____________________________________________________________________________
2559[ 5245] By: jhi on 2000/02/24 19:28:53
2560 Log: More VMS patches from Peter Prymmer.
2561 Branch: cfgperl
2562 ! configure.com vms/subconfigure.com
2563____________________________________________________________________________
2564[ 5244] By: jhi on 2000/02/24 19:26:33
2565 Log: Largefileness in Solaris doesn't require long longs;
2566 use64bits enhancements; introduce usefull64bits.
2567 Branch: cfgperl
2568 ! Configure config_h.SH hints/aix.sh hints/hpux.sh
2569 ! hints/irix_6.sh hints/solaris_2.sh
2570 Branch: metaconfig
2571 ! U/threads/archname.U
2572 Branch: metaconfig/U/perl
2573 ! use64bits.U
2574____________________________________________________________________________
2575[ 5243] By: jhi on 2000/02/24 18:40:25
2576 Log: Tidy up the 64-bit (and socklen_t) type probing.
2577 Branch: cfgperl
2578 ! Configure config_h.SH
2579 Branch: metaconfig
2580 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2581 Branch: metaconfig/U/perl
2582 + d_fpos64_t.U d_off64_t.U
2583 - io64.U
2584 ! d_int64_t.U d_socklen_t.U
2585____________________________________________________________________________
2586[ 5242] By: jhi on 2000/02/24 18:09:49
2587 Log: Integrate with Sarathy.
2588 Branch: cfgperl
2589 !> pod/perlop.pod
2590____________________________________________________________________________
2591[ 5241] By: jhi on 2000/02/24 18:00:49
2592 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2593 To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
2594 Subject: [PATCH 5.5.660] cygwin port
2595 Date: Thu, 24 Feb 2000 17:15:28 -0000
2596 Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
2597 Branch: cfgperl
2598 + cygwin/cygwin.c
2599 ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
2600 ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
2601____________________________________________________________________________
2602[ 5240] By: jhi on 2000/02/24 17:53:12
2603 Log: VMS patch from Peter Prymmer; use full_ar.
2604 Branch: cfgperl
2605 ! vms/subconfigure.com
2606____________________________________________________________________________
2607[ 5239] By: jhi on 2000/02/24 17:46:45
2608 Log: MPE/ix patches from Mark Bixby.
2609 Branch: cfgperl
2610 ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
2611 ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
2612 ! t/op/stat.t
2613____________________________________________________________________________
2614[ 5238] By: jhi on 2000/02/24 17:13:22
2615 Log: Get -lbind if available. Add pointer to perldelta.pod/64-bit
2616 support to t/op/numconvert.t.
2617
2618 From: Lupe Christoph <lupe@lupe-christoph.de>
2619 To: perl5-porters@perl.org
2620 Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
2621 Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
2622 Message-Id: <200002241054.LAA06808@lupe-christoph.de>
2623 Branch: cfgperl
2624 ! Configure config_h.SH t/op/numconvert.t
2625 Branch: metaconfig
2626 ! U/modified/libs.U
2627____________________________________________________________________________
2628[ 5237] By: jhi on 2000/02/24 15:47:11
2629 Log: Remove more cruft from IO.
2630 Branch: cfgperl
2631 ! ext/IO/IO.xs
2632____________________________________________________________________________
2633[ 5236] By: jhi on 2000/02/24 15:14:48
2634 Log: From: Hugo <hv@crypt.compulink.co.uk>
2635 To: perl5-porters@perl.org
2636 Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
2637 Date: Thu, 24 Feb 2000 13:24:10 +0000
2638 Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
2639 Branch: cfgperl
2640 ! utils/h2xs.PL
2641____________________________________________________________________________
2642[ 5235] By: jhi on 2000/02/24 15:12:40
2643 Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
2644 S_IROTH, S_IWOTH, S_IXOTH.
2645
2646 From: js@ddre.dk
2647 To: perl5-porters@perl.org
2648 Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
2649 Date: Thu, 24 Feb 2000 15:11:33 +0100
2650 Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
2651 Branch: cfgperl
2652 ! perl.h
2653____________________________________________________________________________
2654[ 5234] By: gsar on 2000/02/24 03:39:17
2655 Log: integrate cfgperl changes into mainline
2656 Branch: perl
2657 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2658 ! pod/perlop.pod
2659 !> Configure MANIFEST Porting/Glossary Porting/config.sh
2660 !> Porting/config_H config_h.SH configpm configure.com doio.c
2661 !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2662 !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
2663 !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
2664 !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
2665____________________________________________________________________________
2666[ 5233] By: jhi on 2000/02/24 01:31:38
2667 Log: VMS patch from Peter Prymmer.
2668 Branch: cfgperl
2669 ! vms/subconfigure.com
2670____________________________________________________________________________
2671[ 5232] By: jhi on 2000/02/24 01:15:03
2672 Log: Detypo fpos64_t test.
2673 Branch: cfgperl
2674 ! Configure config_h.SH
2675 Branch: metaconfig/U/perl
2676 ! io64.U
2677____________________________________________________________________________
2678[ 5231] By: jhi on 2000/02/24 01:11:17
2679 Log: miscut'n'paste in #5230.
2680 Branch: cfgperl
2681 ! Configure config_h.SH
2682 Branch: metaconfig/U/perl
2683 ! d_int64_t.U
2684____________________________________________________________________________
2685[ 5230] By: jhi on 2000/02/24 01:02:05
2686 Log: The #5228 wasn't quite right + fix typos.
2687 Branch: cfgperl
2688 ! Configure config_h.SH
2689 Branch: metaconfig
2690 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2691 Branch: metaconfig/U/perl
2692 ! d_int64_t.U d_socklen_t.U io64.U
2693____________________________________________________________________________
2694[ 5229] By: jhi on 2000/02/24 00:40:01
2695 Log: Depickify the compiler (about unused and set but not used variables)
2696 Branch: cfgperl
2697 ! hints/irix_6.sh
2698____________________________________________________________________________
2699[ 5228] By: jhi on 2000/02/24 00:34:35
2700 Log: Cosmetics.
2701 Branch: cfgperl
2702 ! Configure config_h.SH
2703 Branch: metaconfig
2704 ! U/modified/d_longdbl.U U/modified/d_longlong.U
2705 Branch: metaconfig/U/perl
2706 ! d_int64_t.U d_socklen_t.U
2707____________________________________________________________________________
2708[ 5227] By: jhi on 2000/02/24 00:17:34
2709 Log: In IRIX <sys/mode.h> is something completely different.
2710
2711 From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
2712 To: perl5-porters@perl.org
2713 Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
2714 Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
2715 Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
2716 Branch: cfgperl
2717 ! hints/irix_6.sh
2718____________________________________________________________________________
2719[ 5226] By: jhi on 2000/02/23 20:39:28
2720 Log: Integrate with Sarathy.
2721 Branch: cfgperl
2722 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2723 !> t/comp/require.t t/op/ver.t toke.c
2724____________________________________________________________________________
2725[ 5225] By: jhi on 2000/02/23 20:35:58
2726 Log: From: Dominic Dunlop <domo@computer.org>
2727 To: perl5-porters@perl.org
2728 Cc: Gurusamy Sarathy <gsar@activestate.com>
2729 Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
2730 Date: Wed, 23 Feb 2000 21:23:44 +0100
2731 Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
2732 Branch: cfgperl
2733 ! malloc.c
2734____________________________________________________________________________
2735[ 5224] By: jhi on 2000/02/23 20:22:43
2736 Log: From: Dan Sugalski <dan@sidhe.org>
2737 To: perl5-porters@perl.org, vmsperl@perl.org
2738 Subject: [PATCH 5.5.660]VMS build patches
2739 Date: Wed, 23 Feb 2000 15:14:27 -0500
2740 Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
2741
2742 (the patch was mangled, had to be manually applied)
2743 Branch: cfgperl
2744 ! configure.com vms/descrip_mms.template vms/subconfigure.com
2745____________________________________________________________________________
2746[ 5223] By: jhi on 2000/02/23 19:54:04
2747 Log: From: Dominic Dunlop <domo@computer.org>
2748 To: perl5-porters@perl.org
2749 Cc: Andy Dougherty <doughera@lafayette.edu>,
2750 Gurusamy Sarathy <gsar@activestate.com>
2751 Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
2752 Date: Wed, 23 Feb 2000 20:41:54 +0100
2753 Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
2754 Branch: cfgperl
2755 ! Configure config_h.SH
2756 Branch: metaconfig
2757 ! U/modified/Oldconfig.U U/modified/libs.U
2758 Branch: metaconfig/U/perl
2759 ! dlsrc.U
2760____________________________________________________________________________
2761[ 5222] By: jhi on 2000/02/23 18:02:39
2762 Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
2763 (suggested by Graham Barr).
2764 Branch: cfgperl
2765 ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
2766____________________________________________________________________________
2767[ 5221] By: jhi on 2000/02/23 16:00:29
2768 Log: Streamline #5218 even more.
2769 Branch: cfgperl
2770 ! ext/IO/lib/IO/Socket.pm
2771____________________________________________________________________________
2772[ 5220] By: gsar on 2000/02/23 09:10:43
2773 Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
2774 C<use 5.6.0> work as well; underscores are now permitted in v-strings
2775 Branch: perl
2776 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
2777 ! t/comp/require.t t/op/ver.t toke.c
2778____________________________________________________________________________
2779[ 5219] By: jhi on 2000/02/23 04:24:54
2780 Log: Streamline #5218.
2781 Branch: cfgperl
2782 ! ext/IO/lib/IO/Socket.pm
2783____________________________________________________________________________
2784[ 5218] By: jhi on 2000/02/23 02:08:19
2785 Log: Trying to connect to an already open socket may give EISCONN.
2786 Branch: cfgperl
2787 ! ext/IO/lib/IO/Socket.pm
2788____________________________________________________________________________
2789[ 5217] By: jhi on 2000/02/22 23:54:51
2790 Log: Fix prototype conflicts with POSIX.pm.
2791 Branch: cfgperl
2792 ! ext/Fcntl/Fcntl.pm
2793____________________________________________________________________________
2794[ 5216] By: jhi on 2000/02/22 22:27:19
2795 Log: See http://www.unicode.org/unicode/reports/tr15/
2796 for in-depth description of the problem.
2797 Branch: cfgperl
2798 - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
2799 ! MANIFEST lib/unicode/mktables.PL
2800____________________________________________________________________________
2801[ 5215] By: jhi on 2000/02/22 22:11:17
2802 Log: Add uselongdouble, regroup the use* more logically.
2803 Branch: cfgperl
2804 ! myconfig.SH
2805____________________________________________________________________________
2806[ 5214] By: jhi on 2000/02/22 22:04:43
2807 Log: Integrate with Sarathy.
2808 Branch: cfgperl
2809 !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
2810 !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
2811____________________________________________________________________________
2812[ 5213] By: jhi on 2000/02/22 22:03:26
2813 Log: Add socklen_t probe; Configure maintenance.
2814 Branch: cfgperl
2815 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2816 ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
2817 Branch: metaconfig
2818 ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
2819 ! U/modified/libs.U
2820 Branch: metaconfig/U/perl
2821 + d_int64_t.U d_socklen_t.U
2822 - d_int64t.U
2823 ! i_sysutsname.U
2824____________________________________________________________________________
2825[ 5212] By: gsar on 2000/02/22 21:46:45
2826 Log: make Perl's malloc work for allocations over 2GB (from Ilya
2827 Zakharevich)
2828 Branch: perl
2829 ! malloc.c
2830____________________________________________________________________________
2831[ 5211] By: gsar on 2000/02/22 19:51:47
2832 Log: add -W and -X to -h output; fix other pod omissions
2833 Branch: perl
2834 ! perl.c pod/perlrun.pod
2835____________________________________________________________________________
2836[ 5210] By: gsar on 2000/02/22 19:51:13
2837 Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
2838 Branch: perl
2839 ! pod/perlpod.pod
2840____________________________________________________________________________
2841[ 5209] By: jhi on 2000/02/22 19:40:43
2842 Log: The subtests 28 and 31 were wrong. Tightened also the similar
2843 tests nearby.
2844 Branch: cfgperl
2845 ! t/op/64bit.t
2846____________________________________________________________________________
2847[ 5208] By: gsar on 2000/02/22 19:13:44
2848 Log: s/Activeware/ActiveState/
2849 Branch: perl
2850 ! pod/perlrun.pod
2851____________________________________________________________________________
2852[ 5207] By: jhi on 2000/02/22 18:38:29
2853 Log: Perl version nit spotted by Spider Boardman.
2854 Branch: cfgperl
2855 ! configpm
2856____________________________________________________________________________
2857[ 5206] By: gsar on 2000/02/22 17:50:44
2858 Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
2859 Branch: perl
2860 ! toke.c
2861____________________________________________________________________________
2862[ 5205] By: gsar on 2000/02/22 17:36:26
2863 Log: fix memory overrun due to off-by-one in change#5192
2864 Branch: perl
2865 ! toke.c
2866____________________________________________________________________________
2867[ 5204] By: gsar on 2000/02/22 17:10:39
2868 Log: sundry typos and such
2869 Branch: perl
2870 ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
2871____________________________________________________________________________
2872[ 5203] By: jhi on 2000/02/22 17:10:22
2873 Log: Integrate with Sarathy.
2874 Branch: cfgperl
2875 !> (integrate 56 files)
2876____________________________________________________________________________
2877[ 5202] By: gsar on 2000/02/22 16:48:58
2878 Log: remove vestiges of older attribute syntax
2879 Branch: perl
2880 ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
2881 ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
2882____________________________________________________________________________
2883[ 5201] By: jhi on 2000/02/22 14:39:56
2884 Log: Configure nits spotted by Spider Boardman.
2885 Branch: cfgperl
2886 ! Configure config_h.SH
2887 Branch: metaconfig
2888 ! U/modified/libs.U
2889 Branch: metaconfig/U/perl
2890 ! fpossize.U
2891____________________________________________________________________________
2892[ 5200] By: jhi on 2000/02/22 14:31:21
2893 Log: Tru64 V5.0 patches from Spider Boardman.
2894 Branch: cfgperl
2895 ! hints/dec_osf.sh
2896
2897----------------
2898Version v5.5.660
2899----------------
2900
2901____________________________________________________________________________
2902[ 5199] By: gsar on 2000/02/22 11:29:28
2903 Log: beta2
2904 Branch: perl
2905 ! Changes
2906____________________________________________________________________________
4a338e52
GS
2907[ 5198] By: gsar on 2000/02/22 10:45:54
2908 Log: PodParser-1.093 update (from Brad Appleton's site)
2909 Branch: perl
2910 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
2911 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
2912 ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
2913 ! t/pod/special_seqs.t t/pod/special_seqs.xr
2914____________________________________________________________________________
2915[ 5197] By: gsar on 2000/02/22 10:24:13
2916 Log: integrate cfgperl contents into mainline, update Changes
2917 Branch: perl
2918 ! Changes pod/perlhist.pod
2919 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2920 !> config_h.SH hints/solaris_2.sh malloc.c perl.h
2921 !> pod/perldelta.pod
2922____________________________________________________________________________
82b1ab75
GS
2923[ 5196] By: gsar on 2000/02/22 10:10:36
2924 Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
2925 Branch: perl
2926 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
2927 ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2928 ! t/lib/glob-taint.t t/lib/io_unix.t
2929____________________________________________________________________________
2930[ 5195] By: gsar on 2000/02/22 10:01:49
2931 Log: s/undef/NO_INIT/g in change#5183
2932 Branch: perl
2933 ! lib/ExtUtils/xsubpp pod/perlxs.pod
2934____________________________________________________________________________
2935[ 5194] By: gsar on 2000/02/22 09:44:07
2936 Log: perlipc bug (spotted by Ben Low)
2937 Branch: perl
2938 ! pod/perlipc.pod
2939____________________________________________________________________________
2940[ 5193] By: gsar on 2000/02/22 09:38:58
2941 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
2942 Branch: perl
2943 ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
2944____________________________________________________________________________
2945[ 5192] By: gsar on 2000/02/22 09:26:06
2946 Log: improvements for high-bit text literals (from Gisle Aas)
2947 Branch: perl
2948 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
2949 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
2950____________________________________________________________________________
2951[ 5191] By: gsar on 2000/02/22 07:35:47
2952 Log: allow C<print v10>, $h{v13.10} etc.
2953 Branch: perl
2954 ! t/op/ver.t toke.c
2955____________________________________________________________________________
2956[ 5190] By: gsar on 2000/02/22 05:35:27
2957 Log: adjust for lost fp precision in require version check
2958 Branch: perl
2959 ! pp_ctl.c t/comp/require.t
2960____________________________________________________________________________
2961[ 5189] By: jhi on 2000/02/22 05:14:35
2962 Log: Check the alignment of long doubles if they are to be used;
2963 regen Configure.
2964 Branch: cfgperl
2965 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2966 ! config_h.SH
2967 Branch: metaconfig
2968 ! U/compline/alignbytes.U
2969____________________________________________________________________________
2970[ 5188] By: gsar on 2000/02/22 04:45:57
2971 Log: use same treatment for EINVAL as for ETIMEDOUT
2972 Branch: perl
2973 ! ext/IO/lib/IO/Socket/INET.pm
2974____________________________________________________________________________
2975[ 5187] By: gsar on 2000/02/21 23:15:12
2976 Log: type mismatch
2977 Branch: perl
2978 ! sv.c
2979____________________________________________________________________________
2980[ 5186] By: gsar on 2000/02/21 21:10:26
2981 Log: remove dual-valueness of v-strings (i.e., they are pure strings
2982 now); avoid the word "tuple" to describe strings represented as
2983 character ordinals; usurp $PERL_VERSION for $^V as suggested by
2984 Larry, deprecate $] ; adjust the documentation and testsuite
2985 accordingly
2986 Branch: perl
2987 ! MANIFEST lib/English.pm op.c pod/perldelta.pod
2988 ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
2989 ! t/comp/require.t t/op/ver.t toke.c
2990____________________________________________________________________________
2991[ 5185] By: jhi on 2000/02/21 20:36:05
2992 Log: detypo
2993 Branch: cfgperl
2994 ! perl.h
2995____________________________________________________________________________
2996[ 5184] By: gsar on 2000/02/21 18:37:38
2997 Log: clarify "use Module VERSION LIST" (from Robin Barker)
2998 Branch: perl
2999 ! pod/perlfunc.pod
3000____________________________________________________________________________
3001[ 5183] By: gsar on 2000/02/21 18:31:42
3002 Log: allow optional XSUB parameters without being forced to use a
3003 default (from Hugo van der Sanden)
3004 Branch: perl
3005 ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
3006____________________________________________________________________________
3007[ 5182] By: jhi on 2000/02/21 18:22:47
3008 Log: Add Solaris LP64 notes.
3009 Branch: cfgperl
3010 ! hints/solaris_2.sh
3011____________________________________________________________________________
3012[ 5181] By: gsar on 2000/02/21 16:53:39
3013 Log: generalize "%v" format into a flag for any integral format type:
3014 "%vd", "%v#o", "%*vX", etc are allowed
3015 Branch: perl
3016 ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
3017 ! utils/perlbug.PL
3018____________________________________________________________________________
3019[ 5180] By: gsar on 2000/02/21 07:11:00
3020 Log: detypo
3021 Branch: perl
3022 ! ext/B/B.xs
3023____________________________________________________________________________
3024[ 5179] By: gsar on 2000/02/21 07:08:38
3025 Log: undo accidental delete
3026 Branch: perl
3027 ! ext/B/B.pm ext/B/B.xs
3028____________________________________________________________________________
3029[ 5178] By: gsar on 2000/02/21 07:02:16
3030 Log: get Compiler "working" under useithreads
3031 Branch: perl
3032 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
3033 ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
3034____________________________________________________________________________
3035[ 5177] By: jhi on 2000/02/21 03:16:24
3036 Log: Thou shalt not printf longs with %d.
3037 Branch: cfgperl
3038 ! malloc.c
3039____________________________________________________________________________
3040[ 5176] By: jhi on 2000/02/21 01:37:35
3041 Log: Integrate with Sarathy.
3042 Branch: cfgperl
3043 +> t/pragma/warn/9enabled
3044 !> (integrate 63 files)
3045____________________________________________________________________________
3046[ 5175] By: gsar on 2000/02/21 00:25:00
3047 Log: misplaced braces
3048 Branch: perl
3049 ! malloc.c
3050____________________________________________________________________________
3051[ 5174] By: gsar on 2000/02/21 00:09:16
3052 Log: more malloc.c tweaks for change#5070
3053 Branch: perl
3054 ! malloc.c
3055____________________________________________________________________________
3056[ 5173] By: gsar on 2000/02/21 00:01:17
3057 Log: malloc.c fixups in change#5170 need to fetch thx pointer
3058 Branch: perl
3059 ! malloc.c
3060____________________________________________________________________________
3061[ 5172] By: gsar on 2000/02/20 23:52:39
3062 Log: missing file in change#5170
3063 Branch: perl
3064 + t/pragma/warn/9enabled
3065____________________________________________________________________________
3066[ 5171] By: gsar on 2000/02/20 23:49:17
3067 Log: skip conditionally defined symbols in change#5162
3068 Branch: perl
3069 ! makedef.pl
3070____________________________________________________________________________
3071[ 5170] By: gsar on 2000/02/20 22:58:09
3072 Log: lexical warnings update, ability to inspect bitmask in calling
3073 scope, among other things (from Paul Marquess)
3074 Branch: perl
3075 ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
3076 ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
3077 ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
3078 ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
3079 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
3080 ! t/pragma/warn/toke toke.c warnings.h warnings.pl
3081____________________________________________________________________________
3082[ 5169] By: gsar on 2000/02/20 22:22:28
3083 Log: windows fixes for virtualizing child std{in,out,err} handles,
3084 attempts to lock uninitialized critical section in files that
3085 were never explicitly opened (from Doug Lankshear)
3086 Branch: perl
3087 ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
3088____________________________________________________________________________
3089[ 5168] By: gsar on 2000/02/20 20:19:11
3090 Log: update Changes, credits
3091 Branch: perl
3092 ! Changes
3093____________________________________________________________________________
76438f5e
GS
3094[ 5167] By: gsar on 2000/02/20 18:54:27
3095 Log: avoid reading out-of-bounds memory when matching against reference
3096 Branch: perl
3097 ! regexec.c
3098____________________________________________________________________________
3099[ 5166] By: gsar on 2000/02/20 17:59:41
3100 Log: byte mode chop() should clear UTF8 (from Gisle Aas)
3101 Branch: perl
3102 ! doop.c
3103____________________________________________________________________________
3104[ 5165] By: gsar on 2000/02/20 17:57:08
3105 Log: test fix needed by change#5164
3106 Branch: perl
3107 ! t/pragma/warn/toke
3108____________________________________________________________________________
3109[ 5164] By: gsar on 2000/02/20 17:50:38
3110 Log: default mkdir() mode argument to 0777
3111 Branch: perl
3112 ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
3113 ! t/op/mkdir.t toke.c
3114____________________________________________________________________________
3115[ 5163] By: gsar on 2000/02/20 16:34:33
3116 Log: glob() takes one or no user arguments and a non-user-visible second
3117 hidden argument, fix its prototype-checking accordingly
3118 Branch: perl
3119 ! op.c opcode.h opcode.pl
3120____________________________________________________________________________
3121[ 5162] By: gsar on 2000/02/20 16:07:38
3122 Log: make change#3386 a build-time option (avoids problems due to
3123 perl_run() longjmping out)
3124 Branch: perl
3125 ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
3126 ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
3127 ! scope.h sv.c thrdvar.h util.c
3128____________________________________________________________________________
3129[ 5161] By: gsar on 2000/02/20 12:13:37
3130 Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
3131 modified to use Errno more portably)
3132 Branch: perl
3133 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3134____________________________________________________________________________
3135[ 5160] By: gsar on 2000/02/20 11:53:28
3136 Log: mention portability caveat about C<use Errno 'EFOO'>
3137 Branch: perl
3138 ! ext/Errno/Errno_pm.PL
3139____________________________________________________________________________
3140[ 5159] By: gsar on 2000/02/20 11:14:36
3141 Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
3142 Branch: perl
3143 ! pod/perlvar.pod
3144____________________________________________________________________________
3145[ 5158] By: gsar on 2000/02/20 10:53:49
3146 Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
3147 Branch: perl
3148 ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
3149 ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
3150 ! vms/descrip_mms.template
3151____________________________________________________________________________
3152[ 5157] By: jhi on 2000/02/19 20:29:26
3153 Log: Be explicit about what ops work with bt vectors.
3154 (And implicit about which don't.)
3155 Branch: cfgperl
3156 ! pod/perldelta.pod
3157____________________________________________________________________________
3158[ 5156] By: jhi on 2000/02/19 18:38:14
3159 Log: Integrate with Sarathy.
3160 Branch: cfgperl
3161 +> lib/bytes.pm lib/bytes_heavy.pl
3162 - lib/byte.pm lib/byte_heavy.pl
3163 !> (integrate 61 files)
3164____________________________________________________________________________
3165[ 5155] By: gsar on 2000/02/19 17:57:39
3166 Log: char vs U8 warnings
3167 Branch: perl
3168 ! sv.c
3169____________________________________________________________________________
3170[ 5154] By: gsar on 2000/02/19 17:44:56
3171 Log: remove outdated caveat about C<while ($k = each %foo)> (from
3172 Hugo van der Sanden)
3173 Branch: perl
3174 ! pod/perlfunc.pod
3175____________________________________________________________________________
3176[ 5153] By: gsar on 2000/02/19 17:41:41
3177 Log: tests, doc tweak (from Gisle Aas)
3178 Branch: perl
3179 ! pod/perlfaq9.pod t/op/ord.t
3180____________________________________________________________________________
3181[ 5152] By: gsar on 2000/02/19 17:35:50
3182 Log: document behavior of splice(@ary) (from Gisle Aas)
3183 Branch: perl
3184 ! pod/perlfunc.pod
3185____________________________________________________________________________
3186[ 5151] By: gsar on 2000/02/19 17:33:59
3187 Log: fix bug in backtracking optimizer (from Makoto Ishisone
3188 <ishisone@sra.co.jp>)
3189 Branch: perl
3190 ! regexec.c t/op/pat.t
3191____________________________________________________________________________
3192[ 5150] By: gsar on 2000/02/19 17:33:05
3193 Log: more B fixups to cope with empty GVs (these can only happen in pads)
3194 Branch: perl
3195 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
3196____________________________________________________________________________
3197[ 5149] By: gsar on 2000/02/19 17:32:03
3198 Log: avoid compiler warnings
3199 Branch: perl
3200 ! malloc.c perl.h
3201____________________________________________________________________________
3202[ 5148] By: gsar on 2000/02/19 17:18:09
3203 Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
3204 Branch: perl
3205 ! lib/attributes.pm
3206____________________________________________________________________________
3207[ 5147] By: gsar on 2000/02/19 17:15:34
3208 Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
3209 for that)
3210 Branch: perl
3211 ! ext/Errno/Errno_pm.PL
3212____________________________________________________________________________
3213[ 5146] By: gsar on 2000/02/19 16:18:46
3214 Log: integrate cfgperl contents into mainline
3215 Branch: perl
3216 !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
3217 !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
3218 !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
3219 !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
3220____________________________________________________________________________
3221[ 5145] By: gsar on 2000/02/19 16:10:37
3222 Log: POSIX::strftime gets the date wrong (from John Tobey
3223 <jtobey@epsilondev.com>)
3224 Branch: perl
3225 ! ext/POSIX/POSIX.xs t/lib/posix.t
3226____________________________________________________________________________
3227[ 5144] By: gsar on 2000/02/19 16:02:40
3228 Log: don't blindly set bool=char on linux (from Andy Dougherty)
3229 Branch: perl
3230 ! handy.h hints/linux.sh x2p/a2p.h
3231____________________________________________________________________________
3232[ 5143] By: gsar on 2000/02/19 15:54:04
3233 Log: some rearrangement of the includes for easier "microperl" build;
3234 add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
3235 Branch: perl
3236 ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
3237____________________________________________________________________________
3238[ 5142] By: gsar on 2000/02/19 15:22:17
3239 Log: fixes for Pod::Html issues (from Wolfgang Laun
3240 <wolfgang.laun@chello.at>)
3241 Branch: perl
3242 ! lib/Pod/Html.pm
3243____________________________________________________________________________
3244[ 5141] By: gsar on 2000/02/19 08:27:29
3245 Log: grammos (spotted by Tom Christiansen)
3246 Branch: perl
3247 ! pod/perlfunc.pod
3248____________________________________________________________________________
3249[ 5140] By: gsar on 2000/02/19 08:17:04
3250 Log: various xsubpp enhancements that make it easier to use with
3251 C::Scan (from Ilya Zakharevich)
3252
3253 TODO: still needs documentation
3254 Branch: perl
3255 ! lib/ExtUtils/xsubpp
3256____________________________________________________________________________
3257[ 5139] By: gsar on 2000/02/19 07:55:18
3258 Log: s/croak/Perl_croak/
3259 Branch: perl
3260 ! sv.c
3261____________________________________________________________________________
3262[ 5138] By: gsar on 2000/02/19 07:51:39
3263 Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
3264 Branch: perl
3265 ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
3266 ! pp_hot.c proto.h sv.c toke.c
3267____________________________________________________________________________
3268[ 5137] By: gsar on 2000/02/19 07:42:12
3269 Log: set close-on-exec flag on sockets too, like we do for files
3270 and pipes
3271 Branch: perl
3272 ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
3273____________________________________________________________________________
3274[ 5136] By: gsar on 2000/02/19 07:23:48
3275 Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
3276 permitted by change#5011 (from Gisle Aas)
3277 Branch: perl
3278 ! pp.c utf8.c utf8.h
3279____________________________________________________________________________
3280[ 5135] By: gsar on 2000/02/19 06:53:13
3281 Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
3282 Branch: perl
3283 ! lib/warnings.pm op.c warnings.h warnings.pl
3284____________________________________________________________________________
3285[ 5134] By: gsar on 2000/02/19 06:36:46
3286 Log: s/byte/bytes/g remnants
3287 Branch: perl
3288 ! lib/bytes.pm lib/bytes_heavy.pl
3289____________________________________________________________________________
3290[ 5133] By: gsar on 2000/02/19 06:33:49
3291 Log: rename byte:: to bytes::
3292 Branch: perl
3293 +> lib/bytes.pm lib/bytes_heavy.pl
3294 - lib/byte.pm lib/byte_heavy.pl
3295 ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
3296 ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
3297 ! t/lib/charnames.t t/op/ver.t
3298____________________________________________________________________________
3299[ 5132] By: gsar on 2000/02/19 05:58:42
3300 Log: English names for $^R and $^S
3301 Branch: perl
3302 ! lib/English.pm pod/perlvar.pod
3303____________________________________________________________________________
3304[ 5131] By: gsar on 2000/02/19 05:44:20
3305 Log: rename "Probable precendence problem" diagnostic to "Bareword found
3306 in conditional" to better reflect the class of error (as suggested
3307 by Larry)
3308 Branch: perl
3309 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
3310____________________________________________________________________________
3311[ 5130] By: gsar on 2000/02/19 05:43:10
3312 Log: fix outdated info about PerlClinic and the bug-tracking system
3313 Branch: perl
3314 ! pod/perlfaq2.pod pod/perltodo.pod
3315____________________________________________________________________________
3316[ 5129] By: gsar on 2000/02/19 04:14:19
3317 Log: some fixes for mingw32/GCC (SETERRNO() still appears to
3318 trash memory)
3319 Branch: perl
3320 ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
3321 ! win32/win32.h
3322____________________________________________________________________________
3323[ 5128] By: gsar on 2000/02/18 06:55:33
3324 Log: avoid $@-clearing sideeffect of require in Carp
3325 Branch: perl
3326 ! lib/Carp.pm
3327____________________________________________________________________________
3328[ 5127] By: gsar on 2000/02/18 04:58:26
3329 Log: stronger testcase for change#5126
3330 Branch: perl
3331 ! t/op/pat.t
3332____________________________________________________________________________
3333[ 5126] By: gsar on 2000/02/18 04:44:28
3334 Log: make /\S/ match the same things /[\S]/ matches; likewise for
3335 \D (from Rick Delaney <rick@consumercontact.com>)
3336 Branch: perl
3337 ! regexec.c t/op/pat.t
3338____________________________________________________________________________
3339[ 5125] By: gsar on 2000/02/18 03:57:43
3340 Log: Compiler fixups from Jan Dubois
3341 Branch: perl
3342 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
3343____________________________________________________________________________
3344[ 5124] By: jhi on 2000/02/17 22:09:09
3345 Log: Take out the -Wl,-z as we have survice so far without.
3346 Branch: cfgperl
3347 ! hints/hpux.sh
3348____________________________________________________________________________
3349[ 5123] By: jhi on 2000/02/17 18:40:17
3350 Log: Integrate with Sarathy.
3351 Branch: cfgperl
3352 !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
3353____________________________________________________________________________
3354[ 5122] By: gsar on 2000/02/17 18:01:14
3355 Log: fix test that depends on op_dump() output
3356 Branch: perl
3357 ! t/op/split.t
3358____________________________________________________________________________
3359[ 5121] By: gsar on 2000/02/17 17:55:18
3360 Log: op_dump() tweak
3361 Branch: perl
3362 ! dump.c
3363____________________________________________________________________________
3364[ 5120] By: jhi on 2000/02/16 23:11:04
3365 Log: Regularize the use* questions, and replace
3366 "Configure *must* be run with -Duse..." with.
3367 "can be run".
3368 Branch: cfgperl
3369 ! Configure config_h.SH
3370 Branch: metaconfig
3371 ! U/threads/usethreads.U
3372 Branch: metaconfig/U/perl
3373 ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
3374 ! usemultiplicity.U useperlio.U usesocks.U
3375____________________________________________________________________________
3376[ 5119] By: jhi on 2000/02/16 22:29:11
3377 Log: HP-UX 64-bitness/largefile fixes.
3378 Branch: cfgperl
3379 ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
3380 ! perl.h
3381 Branch: metaconfig
3382 ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
3383 Branch: metaconfig/U/perl
3384 ! Extensions.U
3385____________________________________________________________________________
3386[ 5118] By: jhi on 2000/02/16 19:47:51
3387 Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
3388 (tag :seek), add S_I constants (and functions) (tag :mode);
3389 refer only to the SEEK_ of Fcntl, not the ones from
3390 POSIX or IO::; add SHUT_ to Socket; get trigonometric
3391 functions from Math::Trig instead of POSIX.
3392 Branch: cfgperl
3393 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
3394 ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
3395 ! pod/perlopentut.pod t/lib/syslfs.t
3396 Branch: metaconfig/U/perl
3397 + i_sysmode.U
3398____________________________________________________________________________
3399[ 5117] By: gsar on 2000/02/16 06:39:06
3400 Log: avoid warnings due to redefined NULL
3401 Branch: perl
3402 ! ext/ODBM_File/ODBM_File.xs
3403____________________________________________________________________________
3404[ 5116] By: gsar on 2000/02/16 00:10:25
3405 Log: integrate cfgperl changes into mainline
3406 Branch: perl
3407 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3408 !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
3409 !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
3410 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
3411____________________________________________________________________________
3412[ 5115] By: jhi on 2000/02/15 23:11:55
3413 Log: Probe for <sys/utsname.h>.
3414 Branch: cfgperl
3415 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3416 ! config_h.SH ext/Sys/Hostname/Hostname.xs
3417 Branch: metaconfig/U/perl
3418 + i_sysutsname.U
3419____________________________________________________________________________
3420[ 5114] By: jhi on 2000/02/15 22:59:59
3421 Log: Integrate with Sarathy.
3422 Branch: cfgperl
3423 +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3424 +> ext/Sys/Hostname/Makefile.PL
3425 - lib/Sys/Hostname.pm
3426 !> (integrate 41 files)
3427____________________________________________________________________________
3428[ 5113] By: gsar on 2000/02/15 21:22:18
3429 Log: update Changes, patchlevel
3430 Branch: perl
3431 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3432 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3433____________________________________________________________________________
bf6c18a6
GS
3434[ 5112] By: gsar on 2000/02/15 20:57:12
3435 Log: fix change#5104 under useithreads
3436 Branch: perl
3437 ! op.c
3438____________________________________________________________________________
3439[ 5111] By: gsar on 2000/02/15 20:45:10
3440 Log: export list tweak needed by change#5103
3441 Branch: perl
3442 ! makedef.pl
3443____________________________________________________________________________
3444[ 5110] By: gsar on 2000/02/15 19:32:56
3445 Log: add XS version of Sys::Hostname (from Greg Bacon
3446 <gbacon@itsc.uah.edu>)
3447 Branch: perl
3448 + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
3449 + ext/Sys/Hostname/Makefile.PL
3450 - lib/Sys/Hostname.pm
3451 ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
3452 ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
3453 ! win32/makefile.mk
3454____________________________________________________________________________
3455[ 5109] By: gsar on 2000/02/15 18:35:28
3456 Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
3457 given undefined values (from Graham Barr <gbarr@pobox.com>)
3458 Branch: perl
3459 ! universal.c
3460____________________________________________________________________________
3461[ 5108] By: gsar on 2000/02/15 18:25:05
3462 Log: avoid accidental #line directives (from Rick Delaney
3463 <rick@consumercontact.com>)
3464 Branch: perl
3465 ! pod/perlsyn.pod toke.c
3466____________________________________________________________________________
3467[ 5107] By: gsar on 2000/02/15 18:04:31
3468 Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
3469 Branch: perl
3470 ! perl.c
3471____________________________________________________________________________
3472[ 5106] By: gsar on 2000/02/15 18:02:17
3473 Log: incorrect docs about delete() (spotted by Martyn Pearce
3474 <martyn@inpharmatica.co.uk>)
3475 Branch: perl
3476 ! pod/perldelta.pod pod/perlfunc.pod
3477____________________________________________________________________________
3478[ 5105] By: gsar on 2000/02/15 17:43:27
3479 Log: s/use vars/our/ (from Gisle Aas)
3480 Branch: perl
3481 ! bytecode.pl
3482____________________________________________________________________________
3483[ 5104] By: gsar on 2000/02/15 17:42:06
3484 Log: optimize pseudohash slice in array slice at compile time (from
3485 John Tobey <jtobey@john-edwin-tobey.org>)
3486 Branch: perl
3487 ! op.c t/lib/fields.t
3488____________________________________________________________________________
3489[ 5103] By: gsar on 2000/02/15 17:18:12
3490 Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
3491 Branch: perl
3492 ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
3493 ! perl.h perlapi.c proto.h vos/vos_dummies.c
3494____________________________________________________________________________
3495[ 5102] By: gsar on 2000/02/15 17:05:12
3496 Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
3497 Branch: perl
3498 ! Todo-5.6 pod/perldata.pod pod/perlport.pod
3499____________________________________________________________________________
3500[ 5101] By: gsar on 2000/02/15 17:02:51
3501 Log: fix regen_headers target to make all the autogenerated files
3502 writable first
3503 Branch: perl
3504 ! Makefile.SH
3505____________________________________________________________________________
3506[ 5100] By: gsar on 2000/02/15 16:41:53
3507 Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
3508 Ilya Zakharevich)
3509 Branch: perl
3510 ! op.c t/op/lex_assign.t
3511____________________________________________________________________________
3512[ 5099] By: gsar on 2000/02/15 16:17:36
3513 Log: more complete File::Spec support for Mac and VMS, tests (from
3514 Barrie Slaymaker <barries@slaysys.com>)
3515 Branch: perl
3516 ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3517 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
3518____________________________________________________________________________
3519[ 5098] By: gsar on 2000/02/15 16:10:46
3520 Log: fix incompatibility with bison generated parser (from
3521 Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
3522 Branch: perl
3523 ! toke.c
3524____________________________________________________________________________
3525[ 5097] By: gsar on 2000/02/15 16:07:17
3526 Log: propagate st_mode bits to group/other for Borland build
3527 (from Vadim Konovalov <vkonovalov@lucent.com>)
3528 Branch: perl
3529 ! win32/win32.c
3530____________________________________________________________________________
3531[ 5096] By: jhi on 2000/02/15 14:22:23
3532 Log: Integrate with Sarathy.
3533 Branch: cfgperl
3534 !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
3535____________________________________________________________________________
3536[ 5095] By: jhi on 2000/02/15 14:19:22
3537 Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
3538 easier just to drop the paranoid test.
3539 Branch: cfgperl
3540 ! hints/aix.sh
3541____________________________________________________________________________
3542[ 5094] By: gsar on 2000/02/15 05:42:17
3543 Log: update exetype.pl tool
3544 Branch: perl
3545 ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
3546____________________________________________________________________________
3547[ 5093] By: jhi on 2000/02/15 05:24:02
3548 Log: Integrate with Sarathy.
3549 Branch: cfgperl
3550 !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
3551 !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
3552 !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
3553 !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
3554____________________________________________________________________________
3555[ 5092] By: jhi on 2000/02/15 05:22:09
3556 Log: Unroll the libs scan thanks to HP-UX.
3557 Branch: cfgperl
3558 ! Configure config_h.SH hints/hpux.sh
3559 Branch: metaconfig
3560 ! U/modified/libpth.U U/modified/libs.U
3561 Branch: metaconfig/U/perl
3562 ! Extensions.U dlsrc.U
3563____________________________________________________________________________
3564[ 5091] By: gsar on 2000/02/15 05:17:56
3565 Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
3566 safefree() rather than Safefree()
3567 Branch: perl
3568 ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
3569 ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
3570 ! ext/SDBM_File/SDBM_File.xs
3571____________________________________________________________________________
3572[ 5090] By: gsar on 2000/02/15 04:54:17
3573 Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
3574 introduced XPVMG storage in arenas
3575 Branch: perl
3576 ! sv.c
3577____________________________________________________________________________
3578[ 5089] By: jhi on 2000/02/15 00:41:36
3579 Log: AIX perl linkage tweakage.
3580 Branch: cfgperl
3581 ! Makefile.SH
3582____________________________________________________________________________
3583[ 5088] By: jhi on 2000/02/15 00:07:06
3584 Log: abort instead of just promising.
3585 Branch: cfgperl
3586 ! hints/aix.sh
3587____________________________________________________________________________
3588[ 5087] By: jhi on 2000/02/14 23:51:05
3589 Log: silly compilers don't know that croak() exits
3590 and complain about unitialized RETVALs
3591 Branch: cfgperl
3592 ! ext/Sys/Syslog/Syslog.xs
3593____________________________________________________________________________
3594[ 5086] By: jhi on 2000/02/14 21:13:24
3595 Log: Add lseektype and lseeksize to myconfig.
3596 Branch: cfgperl
3597 ! myconfig.SH
3598____________________________________________________________________________
3599[ 5085] By: gsar on 2000/02/14 18:51:11
3600 Log: avoid warnings
3601 Branch: perl
3602 ! perl.c
3603____________________________________________________________________________
3604[ 5084] By: gsar on 2000/02/14 18:26:08
3605 Log: fix small interpreter leaks identified by Purify
3606 Branch: perl
3607 ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
3608 ! t/op/ord.t t/pragma/warnings.t
3609____________________________________________________________________________
3610[ 5083] By: jhi on 2000/02/14 17:50:52
3611 Log: Remove tagged core files.
3612 Branch: cfgperl
3613 ! lib/ExtUtils/MM_Unix.pm
3614____________________________________________________________________________
3615[ 5082] By: jhi on 2000/02/14 17:41:07
3616 Log: Prefer full_ar.
3617 Branch: cfgperl
3618 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3619____________________________________________________________________________
3620[ 5081] By: jhi on 2000/02/14 17:20:32
3621 Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
3622 Branch: cfgperl
3623 ! myconfig.SH
3624____________________________________________________________________________
3625[ 5080] By: jhi on 2000/02/14 15:33:03
3626 Log: Integrate with Sarathy.
3627 Branch: cfgperl
3628 !> Porting/pumpkin.pod av.c malloc.c sv.c
3629____________________________________________________________________________
3630[ 5079] By: gsar on 2000/02/14 08:50:06
3631 Log: notes about running Purify
3632 Branch: perl
3633 ! Porting/pumpkin.pod av.c sv.c
3634____________________________________________________________________________
3635[ 5078] By: gsar on 2000/02/14 07:27:21
3636 Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
3637 Branch: perl
3638 ! malloc.c
3639____________________________________________________________________________
3640[ 5077] By: gsar on 2000/02/14 07:25:44
3641 Log: integrate cfgperl contents into mainline
3642 Branch: perl
3643 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3644 !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
3645 !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
3646 !> vms/subconfigure.com vos/config.def vos/config.h
3647 !> vos/config_h.SH_orig win32/config.bc win32/config.gc
3648 !> win32/config.vc win32/config_H.bc win32/config_H.gc
3649 !> win32/config_H.vc
3650____________________________________________________________________________
3651[ 5076] By: jhi on 2000/02/14 05:01:56
3652 Log: Integrate with Sarathy.
3653 Branch: cfgperl
3654 !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
3655____________________________________________________________________________
3656[ 5075] By: jhi on 2000/02/14 04:56:52
3657 Log: Configure -A stopped processing of any further options.
3658 Branch: cfgperl
3659 ! Configure config_h.SH
3660 Branch: metaconfig
3661 ! U/modified/Options.U
3662____________________________________________________________________________
3663[ 5074] By: gsar on 2000/02/14 04:45:01
3664 Log: remove outdated -DPURIFY code--it reports bogus errors during global
3665 destruction since we actually depend on SVs being in arenas there
3666 Branch: perl
3667 ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
3668____________________________________________________________________________
3669[ 5073] By: jhi on 2000/02/13 19:28:17
3670 Log: Integrate with Sarathy.
3671 Branch: cfgperl
3672 - Todo-5.005
3673 !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
3674 !> util.c
3675____________________________________________________________________________
3676[ 5072] By: gsar on 2000/02/13 19:02:07
3677 Log: more purification (pp_require() could access free memory; vdie()
3678 could think message was random length when passed a null argument;
3679 utilize() didn't set up the hash for the method name leading to
3680 pp_method_named() accessing random state; PL_curpm wasn't zeroed
3681 properly)
3682 Branch: perl
3683 ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
3684 ! util.c
3685____________________________________________________________________________
3686[ 5071] By: jhi on 2000/02/12 19:59:35
3687 Log: uselonglong sits deep.
3688 Branch: cfgperl
3689 ! Configure config_h.SH hints/solaris_2.sh
3690 Branch: metaconfig/U/perl
3691 ! use64bits.U
3692____________________________________________________________________________
3693[ 5070] By: jhi on 2000/02/12 01:25:41
3694 Log: megalomaniac 64-bit update: most importantly,
3695 uselonglong is eradicated, only backward
3696 compatibility hooks in use64bits remain.
3697 Branch: cfgperl
3698 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3699 ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
3700 ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
3701 ! vos/config.def vos/config.h vos/config_h.SH_orig
3702 ! win32/config.bc win32/config.gc win32/config.vc
3703 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3704 Branch: metaconfig
3705 ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
3706 Branch: metaconfig/U/perl
3707 ! use64bits.U
3708____________________________________________________________________________
3709[ 5069] By: jhi on 2000/02/11 21:13:41
3710 Log: undo #5064 for now; there seems to be no good selection
3711 of flags to add the new option.
3712 Branch: cfgperl
3713 ! hints/hpux.sh
3714____________________________________________________________________________
3715[ 5068] By: jhi on 2000/02/11 21:01:21
3716 Log: Guard against accidental long long use.
3717 Branch: cfgperl
3718 ! perl.h
3719____________________________________________________________________________
3720[ 5067] By: jhi on 2000/02/11 19:50:32
3721 Log: logic fixes
3722 Branch: cfgperl
3723 ! Configure config_h.SH
3724 Branch: metaconfig/U/perl
3725 ! uselonglong.U
3726____________________________________________________________________________
3727[ 5066] By: jhi on 2000/02/11 19:32:30
3728 Log: Clarify 64-bit issues.
3729 Branch: cfgperl
3730 ! pod/perldelta.pod
3731____________________________________________________________________________
3732[ 5065] By: jhi on 2000/02/11 18:13:29
3733 Log: Integrate with Sarathy.
3734 Branch: cfgperl
3735 !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
3736 !> toke.c
3737____________________________________________________________________________
3738[ 5064] By: jhi on 2000/02/11 18:11:47
3739 Log: Silence linker warnings about binary backward incompatibilities.
3740 Branch: cfgperl
3741 ! hints/hpux.sh
3742____________________________________________________________________________
3743[ 5063] By: gsar on 2000/02/11 16:36:14
3744 Log: fix uninitialized memory reads found by purify
3745 Branch: perl
3746 ! ext/Devel/Peek/Peek.xs regcomp.c
3747____________________________________________________________________________
3748[ 5062] By: jhi on 2000/02/11 00:11:39
3749 Log: de-fancify the largefiles hints
3750 Branch: cfgperl
3751 ! hints/hpux.sh
3752____________________________________________________________________________
3753[ 5061] By: gsar on 2000/02/10 19:17:09
3754 Log: longstanding bug in parsing "require VERSION", could reallocate
3755 current line and not know it; exposed by change#5004; manifested
3756 as parse failure of C<{require 5.003}>
3757 Branch: perl
3758 ! t/comp/require.t t/comp/use.t toke.c
3759____________________________________________________________________________
3760[ 5060] By: jhi on 2000/02/10 13:29:25
3761 Log: Integrate with Sarathy.
3762 Branch: cfgperl
3763 !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
3764____________________________________________________________________________
3765[ 5059] By: gsar on 2000/02/10 06:21:21
3766 Log: make global symbol exports AIX-specific
3767 Branch: perl
3768 ! makedef.pl
3769____________________________________________________________________________
3770[ 5058] By: gsar on 2000/02/10 06:16:57
3771 Log: integrate cfgperl contents into mainline
3772 Branch: perl
3773 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3774 !> Porting/config_H config_h.SH makedef.pl perl.h
3775 !> vms/subconfigure.com vos/config.def win32/config.bc
3776 !> win32/config.gc win32/config.vc win32/config_H.bc
3777 !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
3778 !> win32/config_sh.PL
3779____________________________________________________________________________
3780[ 5057] By: gsar on 2000/02/10 01:08:01
3781 Log: windows bugfixes for virtual directories under USE_ITHREADS:
3782 allows path mapping to unknown devices to work properly;
3783 special file names like CONOUT$ can be opened with sysopen()
3784 again
3785 Branch: perl
3786 ! win32/vdir.h
3787____________________________________________________________________________
3788[ 5056] By: gsar on 2000/02/10 00:56:27
3789 Log: formline() could wipe out readonly-ness, freeing constants
3790 prematurely, or affect cloning of pad constants
3791 Branch: perl
3792 ! pp_ctl.c t/op/write.t
3793____________________________________________________________________________
3794[ 5055] By: jhi on 2000/02/09 19:48:58
3795 Log: Regenerate Configure for I_SYSLOG.
3796 Branch: cfgperl
3797 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3798 ! config_h.SH
3799____________________________________________________________________________
3800[ 5054] By: jhi on 2000/02/09 19:38:04
3801 Log: fix AIX and multiplicity problems
3802 Branch: cfgperl
3803 ! Makefile.SH makedef.pl
3804____________________________________________________________________________
3805[ 5053] By: bailey on 2000/02/09 10:58:11
3806 Log: remove redundant archcore directory prefix in installperl
3807 Branch: vmsperl
3808 ! installperl
3809____________________________________________________________________________
3810[ 5052] By: bailey on 2000/02/09 10:44:22
3811 Log: Work around prefixing bug in older DECC preprocessors
3812 Branch: vmsperl
3813 ! vms/vms.c vms/vmsish.h
3814____________________________________________________________________________
3815[ 5051] By: bailey on 2000/02/09 09:52:06
3816 Log: Eliminate unnecessary (and sometimes confounding) test for
3817 word boundary
3818 Branch: vmsperl
3819 ! lib/ExtUtils/MM_VMS.pm
3820____________________________________________________________________________
3821[ 5050] By: bailey on 2000/02/09 09:29:06
3822 Log: Minor fixes to assuage picky compilers (unsigned comparisons and
3823 alias rules lead to compilation warnings)
3824 Branch: vmsperl
3825 ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
3826____________________________________________________________________________
3827[ 5049] By: bailey on 2000/02/09 09:09:45
3828 Log: Resync with mainline
3829 Branch: vmsperl
3830 +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
3831 +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
3832 +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
3833 +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
3834 +> vos/config.def vos/config.pl win32/bin/exetype.pl
3835 - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
3836 ! vms/subconfigure.com
3837 !> (integrate 358 files)
3838____________________________________________________________________________
3839[ 5048] By: jhi on 2000/02/09 03:54:05
3840 Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
3841 (reported by Yitzchak Scott-Thoennes in p5p)
3842 Branch: cfgperl
3843 ! Configure config_h.SH
3844 Branch: metaconfig
3845 ! U/modified/Cppsym.U
3846____________________________________________________________________________
3847[ 5047] By: jhi on 2000/02/09 02:56:43
3848 Log: (fake) use of getcwd.
3849 Branch: cfgperl
3850 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3851 ! config_h.SH perl.h
3852____________________________________________________________________________
3853[ 5046] By: jhi on 2000/02/09 02:22:50
3854 Log: lib scan fix
3855 Branch: cfgperl
3856 ! Configure config_h.SH
3857 Branch: metaconfig
3858 ! U/modified/libs.U
3859____________________________________________________________________________
3860[ 5045] By: jhi on 2000/02/09 02:17:34
3861 Log: Reintroduce #5019 via metaconfig.
3862 Branch: cfgperl
3863 ! Configure config_h.SH
3864 Branch: metaconfig
3865 ! U/installdirs/inc_version_list.U
3866____________________________________________________________________________
3867[ 5044] By: jhi on 2000/02/09 02:07:08
3868 Log: Add/restore probes for getcwd/mk*temp*/mmap.
3869 Branch: cfgperl
3870 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3871 ! config_h.SH perl.h vms/subconfigure.com vos/config.def
3872 ! win32/config.bc win32/config.gc win32/config.vc
3873 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3874 ! win32/config_h.PL win32/config_sh.PL
3875 Branch: metaconfig
3876 ! U/modified/d_mkstemp.U U/modified/libs.U
3877 Branch: metaconfig/U/perl
3878 + d_mkdtemp.U d_mkstemps.U
3879____________________________________________________________________________
3880[ 5043] By: jhi on 2000/02/08 20:58:02
3881 Log: Integrate with Sarathy.
3882 Branch: cfgperl
3883 +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
3884 !> (integrate 110 files)
3885____________________________________________________________________________
3886[ 5042] By: gsar on 2000/02/08 20:32:12
3887 Log: avoid exiting just because we didn't scan for libm ('libs' may still
3888 have it, but we avoided scan for things in 'libs')
3889 Branch: perl
3890 ! Configure
3891
3892----------------
3893Version v5.5.650
3894----------------
3895
3896____________________________________________________________________________
3897[ 5041] By: gsar on 2000/02/08 07:57:11
3898 Log: update Changes
3899 Branch: perl
3900 ! Changes
3901____________________________________________________________________________
7dc0bfe9
GS
3902[ 5040] By: gsar on 2000/02/08 07:51:20
3903 Log: documentation patches (from Michael Schwern and Yitzchak
3904 Scott-Thoennes)
3905 Branch: perl
3906 ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
3907____________________________________________________________________________
3908[ 5039] By: gsar on 2000/02/08 07:22:46
3909 Log: alias to $^V to $PERL_VERSION_TUPLE
3910 Branch: perl
3911 ! lib/English.pm pod/perlvar.pod
3912____________________________________________________________________________
3913[ 5038] By: gsar on 2000/02/08 07:03:34
3914 Log: update Changes
3915 Branch: perl
3916 ! Changes pod/perlhist.pod
3917____________________________________________________________________________
de993576
GS
3918[ 5037] By: gsar on 2000/02/08 06:59:55
3919 Log: Windows has a somewhat different sitelib layout, and needs
3920 $sitelib/archname added as well
3921 Branch: perl
3922 ! perl.c
3923____________________________________________________________________________
3924[ 5036] By: gsar on 2000/02/08 06:59:03
3925 Log: change#4987 appears to have broken libs scan for platforms that
3926 don't set ignore_versioned_solibs (Solaris is one of them); add
3927 derivative fix from the older logic for skipping versioned .so
3928 libs
3929 Branch: perl
3930 ! Configure
3931____________________________________________________________________________
3932[ 5035] By: gsar on 2000/02/07 21:21:44
3933 Log: sprintf("%v"...) buffer resizing busted
3934 Branch: perl
3935 ! sv.c
3936____________________________________________________________________________
3937[ 5034] By: gsar on 2000/02/07 19:16:21
3938 Log: update Changes
3939 Branch: perl
3940 ! Changes pod/perlhist.pod
3941____________________________________________________________________________
151210d1
GS
3942[ 5033] By: gsar on 2000/02/07 19:01:08
3943 Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
3944 only when XX > 127
3945 Branch: perl
3946 ! pp_hot.c toke.c
3947____________________________________________________________________________
3948[ 5032] By: gsar on 2000/02/07 18:25:31
3949 Log: add note about printf("%v",...)
3950 Branch: perl
3951 ! pod/perldelta.pod
3952____________________________________________________________________________
3953[ 5031] By: gsar on 2000/02/07 18:18:43
3954 Log: update Changes
3955 Branch: perl
3956 ! Changes Todo-5.6
3957____________________________________________________________________________
69883f8f
GS
3958[ 5030] By: gsar on 2000/02/07 18:17:49
3959 Log: thinko in change#5029
3960 Branch: perl
3961 ! gv.c
3962____________________________________________________________________________
3963[ 5029] By: gsar on 2000/02/07 17:49:58
3964 Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
3965 introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
3966 Branch: perl
3967 ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
3968 ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
3969 ! win32/win32.h
3970____________________________________________________________________________
3971[ 5028] By: gsar on 2000/02/07 17:10:03
3972 Log: perlport updates (from Peter Prymmer)
3973 Branch: perl
3974 ! pod/perlport.pod
3975____________________________________________________________________________
3976[ 5027] By: gsar on 2000/02/07 16:53:47
3977 Log: fix up Todo-5.6
3978 Branch: perl
3979 ! Todo-5.6
3980____________________________________________________________________________
3981[ 5026] By: gsar on 2000/02/07 16:32:31
3982 Log: rename Todo-5.005 to Todo-5.6
3983 Branch: perl
3984 +> Todo-5.6
3985 - Todo-5.005
3986 ! MANIFEST
3987____________________________________________________________________________
3988[ 5025] By: gsar on 2000/02/07 16:09:54
3989 Log: ${^Warnings} renamed to ${^WARNING_BITS}
3990 Branch: perl
3991 ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
3992 ! toke.c warnings.pl
3993____________________________________________________________________________
3994[ 5024] By: gsar on 2000/02/07 11:47:06
3995 Log: various Windows tweaks: make $^E a little less buggy by saving
3996 and restoring system error across TLS fetch; avoid needless
3997 copying of buffers
3998 Branch: perl
3999 ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
4000 ! win32/win32.h
4001____________________________________________________________________________
4002[ 5023] By: gsar on 2000/02/07 11:44:19
4003 Log: avoid MakeMaker setting $^W=1
4004 Branch: perl
4005 ! lib/ExtUtils/MakeMaker.pm
4006____________________________________________________________________________
4007[ 5022] By: gsar on 2000/02/07 10:38:56
4008 Log: up to v5.5.650
4009 Branch: perl
4010 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4011 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4012____________________________________________________________________________
24df1a40
GS
4013[ 5021] By: gsar on 2000/02/07 10:10:31
4014 Log: mention threads status in pod
4015 Branch: perl
4016 ! ext/Thread/Thread.pm
4017____________________________________________________________________________
4018[ 5020] By: gsar on 2000/02/07 09:57:46
4019 Log: tolerate NULL SITELIB_EXP
4020 Branch: perl
4021 ! perl.c
4022____________________________________________________________________________
4023[ 5019] By: gsar on 2000/02/07 09:46:11
4024 Log: NULL-terminate PERL_INC_VERSION_LIST
4025 Branch: perl
4026 ! Configure perl.c win32/config.bc win32/config.gc
4027 ! win32/config.vc win32/config_H.bc win32/config_H.gc
4028 ! win32/config_H.vc
4029____________________________________________________________________________
4030[ 5018] By: gsar on 2000/02/07 09:13:10
4031 Log: add compatible versions from $Config{inc_ver_list} to search
4032 paths automatically (from Tom Hughes <tom@compton.nu>)
4033 Branch: perl
4034 ! lib/lib.pm perl.c
4035____________________________________________________________________________
4036[ 5017] By: gsar on 2000/02/07 08:58:56
4037 Log: makefiles now use exetype.pl to make wperl.exe
4038 Branch: perl
4039 ! sv.c win32/Makefile win32/makefile.mk
4040____________________________________________________________________________
4041[ 5016] By: gsar on 2000/02/07 08:38:25
4042 Log: add exetype.pl (from Jan Dubois)
4043 Branch: perl
4044 + win32/bin/exetype.pl
4045 ! MANIFEST
4046____________________________________________________________________________
4047[ 5015] By: gsar on 2000/02/07 08:29:28
4048 Log: pod fixes (from Abigail and M J T Guy)
4049 Branch: perl
4050 ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
4051 ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
4052 ! pod/perlport.pod pod/perlvar.pod
4053____________________________________________________________________________
4054[ 5014] By: gsar on 2000/02/07 07:09:08
4055 Log: clarify behavior of vec() when arguments are off the end of the
4056 string (from M J T Guy)
4057 Branch: perl
4058 ! pod/perlfunc.pod
4059____________________________________________________________________________
4060[ 5013] By: gsar on 2000/02/07 07:08:15
4061 Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
4062 now return bytes all the way to 255, they will be transparently
4063 coerced (in future) to UTF-8 when they are used in operations
4064 involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
4065 Branch: perl
4066 ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
4067 ! pp.c sv.c
4068____________________________________________________________________________
4069[ 5012] By: gsar on 2000/02/07 06:36:33
4070 Log: partly revert change#4851, apparently POSIX::uname() may not be correct
4071 per strict reading of standard (says Tom Christiansen)
4072 Branch: perl
4073 ! lib/Sys/Hostname.pm
4074____________________________________________________________________________
4075[ 5011] By: gsar on 2000/02/07 06:26:30
4076 Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
4077 Branch: perl
4078 ! utf8.c utf8.h
4079____________________________________________________________________________
4080[ 5010] By: gsar on 2000/02/06 21:27:03
4081 Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
4082 Branch: perl
4083 ! malloc.c
4084____________________________________________________________________________
4085[ 5009] By: gsar on 2000/02/06 20:45:30
4086 Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
4087 years (from Gisle Aas)
4088 Branch: perl
4089 ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
4090 ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4091 ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4092 ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4093 ! toke.c utf8.c utf8.h util.c util.h
4094____________________________________________________________________________
4095[ 5008] By: gsar on 2000/02/06 19:28:31
4096 Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
4097 <EFifer@sanwaint.com>)
4098 Branch: perl
4099 ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
4100 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
4101 ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
4102 ! unixish.h util.c
4103____________________________________________________________________________
4104[ 5007] By: gsar on 2000/02/06 17:47:01
4105 Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
4106 Branch: perl
4107 ! ext/POSIX/POSIX.pm
4108____________________________________________________________________________
4109[ 5006] By: gsar on 2000/02/06 17:28:35
4110 Log: integrate cfgperl contents into mainline
4111 Branch: perl
4112 !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
4113 !> perl.h pp_sys.c
4114____________________________________________________________________________
4115[ 5005] By: gsar on 2000/02/06 17:18:39
4116 Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
4117 Branch: perl
4118 ! README.vos pod/perlport.pod vos/Changes vos/build.cm
4119 ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
4120 ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
4121 ! vos/vos_dummies.c vos/vosish.h
4122____________________________________________________________________________
4123[ 5004] By: gsar on 2000/02/06 17:00:49
4124 Log: fix parse error on C<{ use strict }> and other constructs that
4125 make the parser reenter while LEX_KNOWNEXT is active
4126 Branch: perl
4127 ! t/comp/use.t toke.c
4128____________________________________________________________________________
4129[ 5003] By: gsar on 2000/02/06 14:57:30
4130 Log: avoid -Bforcearchive on netbsd too
4131 Branch: perl
4132 ! Changes hints/netbsd.sh
4133____________________________________________________________________________
9f060c84
GS
4134[ 5002] By: gsar on 2000/02/06 14:45:17
4135 Log: revised notes about Pod::Parser & Co.
4136 Branch: perl
4137 ! lib/Pod/Usage.pm pod/perldelta.pod
4138____________________________________________________________________________
4139[ 5001] By: gsar on 2000/02/06 14:02:43
4140 Log: fix description of obsolete diagnostic
4141 Branch: perl
4142 ! pod/perldiag.pod
4143____________________________________________________________________________
4144[ 5000] By: gsar on 2000/02/06 13:59:58
4145 Log: allow "\x{12ab}" even without C<use utf8>
4146 Branch: perl
4147 ! t/pragma/warn/toke toke.c
4148____________________________________________________________________________
4149[ 4999] By: gsar on 2000/02/06 13:58:31
4150 Log: make perlbug use new-style version numbers; improve compatibility
4151 (runs with perl 5.005); fix swapped old vs new version reporting
4152 Branch: perl
4153 ! utils/perlbug.PL
4154____________________________________________________________________________
4155[ 4998] By: gsar on 2000/02/06 13:56:45
4156 Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
4157 fact); add tests for version tuples
4158 Branch: perl
4159 + t/op/ver.t
4160 ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
4161 ! pod/perlop.pod sv.c toke.c
4162____________________________________________________________________________
4163[ 4997] By: gsar on 2000/02/04 21:40:08
4164 Log: change#4970 fallout for useithreads
4165 Branch: perl
4166 ! sv.c
4167____________________________________________________________________________
4168[ 4996] By: jhi on 2000/02/04 20:09:00
4169 Log: Largefilify offsets of tied handles.
4170 Branch: cfgperl
4171 ! pp_sys.c
4172____________________________________________________________________________
4173[ 4995] By: jhi on 2000/02/04 19:54:25
4174 Log: Sanity check for libraries scan.
4175 Branch: cfgperl
4176 ! Configure config_h.SH
4177 Branch: metaconfig
4178 ! U/modified/libs.U
4179____________________________________________________________________________
4180[ 4994] By: jhi on 2000/02/04 19:48:42
4181 Log: HP-UX largefileness doesn't like lseek being redeclared;
4182 no more USE_LONG_LONG.
4183 Branch: cfgperl
4184 ! perl.h
4185____________________________________________________________________________
4186[ 4993] By: jhi on 2000/02/04 19:18:59
4187 Log: fix the description as much as possible; the whole
4188 separation into three different symbols lists is
4189 pretty broken now.
4190 Branch: metaconfig
4191 ! U/modified/Cppsym.U
4192____________________________________________________________________________
4193[ 4992] By: jhi on 2000/02/04 19:13:10
4194 Log: Use <syslog.h>, not <sys/syslog.h>.
4195 Branch: cfgperl
4196 ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
4197____________________________________________________________________________
4198[ 4991] By: gsar on 2000/02/04 19:11:07
4199 Log: dmake is on CPAN now
4200 Branch: perl
4201 ! README.win32
4202____________________________________________________________________________
4203[ 4990] By: jhi on 2000/02/04 19:04:01
4204 Log: Re-introduce #4817 and #4964 wiped out by #4987.
4205 Branch: cfgperl
4206 ! Configure config_h.SH
4207 Branch: metaconfig
4208 ! U/threads/usethreads.U
4209 Branch: metaconfig/U/perl
4210 ! patchlevel.U
4211____________________________________________________________________________
4212[ 4989] By: jhi on 2000/02/04 18:54:00
4213 Log: typo fix
4214 Branch: cfgperl
4215 ! Configure config_h.SH
4216 Branch: metaconfig
4217 ! U/modified/libs.U
4218____________________________________________________________________________
4219[ 4988] By: jhi on 2000/02/04 18:34:06
4220 Log: Integrate with Sarathy.
4221 Branch: cfgperl
4222 +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4223 +> ext/Sys/Syslog/Syslog.xs
4224 - lib/Sys/Syslog.pm
4225 !> (integrate 37 files)
4226____________________________________________________________________________
4227[ 4987] By: jhi on 2000/02/04 18:31:05
4228 Log: Configure megamaintenance. Cppsym (hopefully) final spasms;
4229 default is to use long long if available; various nits
4230 here and there; fixed to hpux 64-bitnes and largefileness.
4231 Branch: cfgperl
4232 ! Configure config_h.SH hints/hpux.sh perl.h
4233 Branch: metaconfig
4234 ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
4235 ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
4236 Branch: metaconfig/U/perl
4237 ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
4238 ! usemultiplicity.U xs_apiversion.U
4239____________________________________________________________________________
4240[ 4986] By: gsar on 2000/02/04 17:26:37
4241 Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
4242 Branch: perl
4243 ! sv.c
4244____________________________________________________________________________
4245[ 4985] By: gsar on 2000/02/04 16:43:49
4246 Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
4247 Branch: perl
4248 ! ext/Devel/DProf/DProf.xs
4249____________________________________________________________________________
4250[ 4984] By: gsar on 2000/02/04 08:20:05
4251 Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
4252 Branch: perl
4253 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4254____________________________________________________________________________
4255[ 4983] By: gsar on 2000/02/04 08:00:38
4256 Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
4257 Branch: perl
4258 ! hints/openbsd.sh
4259____________________________________________________________________________
4260[ 4982] By: gsar on 2000/02/04 07:54:04
4261 Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
4262 Branch: perl
4263 ! lib/Pod/Parser.pm
4264____________________________________________________________________________
4265[ 4981] By: gsar on 2000/02/04 07:34:38
4266 Log: avoid assuming cc accepts -o switch (from Tom Hughes)
4267 Branch: perl
4268 ! Makefile.SH
4269____________________________________________________________________________
4270[ 4980] By: gsar on 2000/02/04 07:29:59
4271 Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
4272 Branch: perl
4273 + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
4274 + ext/Sys/Syslog/Syslog.xs
4275 - lib/Sys/Syslog.pm
4276 ! MANIFEST pod/perldelta.pod
4277____________________________________________________________________________
4278[ 4979] By: gsar on 2000/02/04 07:13:19
4279 Log: pod updates (from David Adler, M J T Guy)
4280 Branch: perl
4281 ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
4282____________________________________________________________________________
4283[ 4978] By: gsar on 2000/02/04 07:08:14
4284 Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
4285 Branch: perl
4286 ! config_h.SH
4287____________________________________________________________________________
4288[ 4977] By: gsar on 2000/02/04 07:06:10
4289 Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
4290 with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
4291 Branch: perl
4292 ! Makefile.SH
4293____________________________________________________________________________
4294[ 4976] By: gsar on 2000/02/04 06:33:43
4295 Log: VMS update (from Dan Sugalski and Peter Prymmer)
4296 Branch: perl
4297 ! configure.com vms/descrip_mms.template vms/subconfigure.com
4298____________________________________________________________________________
4299[ 4975] By: gsar on 2000/02/04 05:51:14
4300 Log: patch to provide more informative names for evals and anonymous
4301 subroutines (from Ilya Zakharevich)
4302 Branch: perl
4303 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
4304 ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
4305 ! pod/perlvar.pod pp_ctl.c
4306____________________________________________________________________________
4307[ 4974] By: gsar on 2000/02/04 05:05:57
4308 Log: off-by-one in malloc.c (from Ilya Zakharevich)
4309 Branch: perl
4310 ! malloc.c
4311____________________________________________________________________________
4312[ 4973] By: gsar on 2000/02/04 05:03:00
4313 Log: OS/2 build fixups from Ilya Zakharevich
4314 Branch: perl
4315 ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
4316____________________________________________________________________________
4317[ 4972] By: gsar on 2000/02/04 04:58:57
4318 Log: avoid /* within comment
4319 Branch: perl
4320 ! xsutils.c
4321____________________________________________________________________________
4322[ 4971] By: gsar on 2000/02/04 04:56:09
4323 Log: another HINT_BYTE victim
4324 Branch: perl
4325 ! lib/charnames.pm
4326____________________________________________________________________________
4327[ 4970] By: gsar on 2000/02/04 04:45:13
4328 Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
4329 Branch: perl
4330 ! op.c scope.c scope.h t/op/closure.t toke.c
4331____________________________________________________________________________
4332[ 4969] By: gsar on 2000/02/04 01:09:37
4333 Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
4334 Branch: perl
4335 ! lib/byte.pm
4336____________________________________________________________________________
4337[ 4968] By: jhi on 2000/02/02 13:17:25
4338 Log: Integrate with Sarathy.
4339 Branch: cfgperl
4340 +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4341 ! Configure
4342 !> (integrate 29 files)
4343
4344----------------
4345Version v5.5.640
4346----------------
4347
4348____________________________________________________________________________
4349[ 4967] By: gsar on 2000/02/02 12:22:29
4350 Log: update makerel for new version format
4351 Branch: perl
4352 ! Changes Porting/makerel
4353____________________________________________________________________________
93136620
GS
4354[ 4966] By: gsar on 2000/02/02 11:42:03
4355 Log: workaround for undefined symbol
4356 Branch: perl
4357 ! win32/win32.h
4358____________________________________________________________________________
4359[ 4965] By: gsar on 2000/02/02 11:19:19
4360 Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
4361 (from Eric Fifer <EFifer@sanwaint.com>)
4362 Branch: perl
4363 ! pp_sys.c
4364____________________________________________________________________________
4365[ 4964] By: gsar on 2000/02/02 11:11:15
4366 Log: adjust notes on use5005threads
4367 Branch: perl
4368 ! Configure INSTALL README.threads
4369____________________________________________________________________________
4370[ 4963] By: gsar on 2000/02/02 10:14:30
4371 Log: fix typo
4372 Branch: perl
4373 ! Configure
4374____________________________________________________________________________
4375[ 4962] By: gsar on 2000/02/02 10:13:10
4376 Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
4377 Branch: perl
4378 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4379 !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
4380____________________________________________________________________________
4381[ 4961] By: gsar on 2000/02/02 09:55:45
4382 Log: PodParser-1.092 update via CPAN (from Brad Appleton)
4383 Branch: perl
4384 + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
4385 ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
4386____________________________________________________________________________
4387[ 4960] By: gsar on 2000/02/02 08:22:31
4388 Log: replace misleading docs with a BUGS section
4389 Branch: perl
4390 ! lib/English.pm
4391____________________________________________________________________________
4392[ 4959] By: gsar on 2000/02/02 08:16:17
4393 Log: remove FUD from perlfunc/use (from M J T Guy)
4394 Branch: perl
4395 ! pod/perlfunc.pod
4396____________________________________________________________________________
4397[ 4958] By: gsar on 2000/02/02 08:13:04
4398 Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
4399 <cedric.auzanne@nist.gov>)
4400 Branch: perl
4401 ! Changes lib/Benchmark.pm
4402____________________________________________________________________________
ce9550df
GS
4403[ 4957] By: gsar on 2000/02/02 08:04:52
4404 Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
4405 Branch: perl
4406 ! pp_hot.c
4407____________________________________________________________________________
4408[ 4956] By: gsar on 2000/02/02 08:02:57
4409 Log: flock() pod talks about "adding" in the sense of "or-ing"
4410 Branch: perl
4411 ! pod/perlfunc.pod
4412____________________________________________________________________________
4413[ 4955] By: gsar on 2000/02/02 07:58:35
4414 Log: fixes for switching files in the debugger (from Ilya Zakharevich)
4415 Branch: perl
4416 ! lib/perl5db.pl pod/perldebug.pod
4417____________________________________________________________________________
4418[ 4954] By: gsar on 2000/02/02 07:53:51
4419 Log: use warnings rather than fiddling with $^W (from Paul Marquess)
4420 Branch: perl
4421 ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
4422 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
4423 ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
4424 ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
4425____________________________________________________________________________
4426[ 4953] By: gsar on 2000/02/02 07:40:33
4427 Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
4428 Branch: perl
4429 ! hints/dynixptx.sh
4430____________________________________________________________________________
4431[ 4952] By: gsar on 2000/02/02 07:36:39
4432 Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
4433 Brad Appleton)
4434 Branch: perl
4435 ! pod/perldelta.pod
4436____________________________________________________________________________
4437[ 4951] By: gsar on 2000/02/02 06:54:22
4438 Log: avoid mismatched type warnings
4439 Branch: perl
4440 ! embed.pl perlapi.h
4441____________________________________________________________________________
4442[ 4950] By: jhi on 2000/02/02 06:49:10
4443 Log: Integrate with Sarathy.
4444 Branch: cfgperl
4445 +> pod/perlunicode.pod
4446 !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
4447 !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
4448 !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
4449 !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
4450 !> vms/descrip_mms.template warnings.pl
4451____________________________________________________________________________
4452[ 4949] By: gsar on 2000/02/02 06:41:17
4453 Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
4454 Branch: perl
4455 ! lib/File/Spec/Win32.pm
4456____________________________________________________________________________
4457[ 4948] By: gsar on 2000/02/02 06:30:41
4458 Log: makefile tweak
4459 Branch: perl
4460 ! Makefile.SH
4461____________________________________________________________________________
4462[ 4947] By: gsar on 2000/02/02 06:27:43
4463 Log: future-proof unknown warning categories (from Greg Bacon
4464 <gbacon@cs.uah.edu>)
4465 Branch: perl
4466 ! lib/warnings.pm t/pragma/warn/2use warnings.pl
4467____________________________________________________________________________
4468[ 4946] By: gsar on 2000/02/02 06:21:34
4469 Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
4470 Branch: perl
4471 ! lib/Text/Tabs.pm
4472____________________________________________________________________________
4473[ 4945] By: gsar on 2000/02/02 06:03:04
4474 Log: more meaningful message on invalid pattern argument (from
4475 Kevin Meltzer <KMeltzer@USCO.com>)
4476 Branch: perl
4477 ! utils/perldoc.PL
4478____________________________________________________________________________
4479[ 4944] By: gsar on 2000/02/02 05:43:49
4480 Log: XSLoader build patch for VMS (from Craig A. Berry
4481 <craig.berry@metamorgs.com>)
4482 Branch: perl
4483 ! vms/descrip_mms.template
4484____________________________________________________________________________
4485[ 4943] By: gsar on 2000/02/02 03:40:49
4486 Log: reword some sections of perlunicode.pod
4487 Branch: perl
4488 ! pod/perlunicode.pod
4489____________________________________________________________________________
4490[ 4942] By: gsar on 2000/02/01 21:02:01
4491 Log: AIX warning on undefined symbol
4492 Branch: perl
4493 ! makedef.pl
4494____________________________________________________________________________
4495[ 4941] By: gsar on 2000/02/01 20:29:30
4496 Log: HINT_UTF8 is not propagated to the op tree anymore; add a
4497 perlunicode.pod that reflects changes to unicode support so far
4498 Branch: perl
4499 + pod/perlunicode.pod
4500 ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
4501 ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
4502____________________________________________________________________________
4503[ 4940] By: jhi on 2000/02/01 12:22:30
4504 Log: Integrate with Sarathy.
4505 Branch: cfgperl
4506 !> embed.pl embedvar.h global.sym gv.c intrpvar.h
4507 !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
4508 !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
4509 !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
4510____________________________________________________________________________
4511[ 4939] By: gsar on 2000/02/01 08:52:16
4512 Log: export pregexec(), Tk uses it
4513 Branch: perl
4514 ! embed.pl global.sym objXSUB.h perlapi.c
4515____________________________________________________________________________
4516[ 4938] By: gsar on 2000/02/01 04:00:09
4517 Log: mark literal utf8 in string literals properly
4518 Branch: perl
4519 ! toke.c
4520____________________________________________________________________________
4521[ 4937] By: gsar on 2000/01/31 20:19:34
4522 Log: introduce $^U, a global bit to indicate whether system
4523 calls should using widechar APIs; chr and sprintf "%c" also
4524 follow this flag in the absense of "use byte"; "use utf8"
4525 sets $^U=1 (this appears kludgey)
4526 Branch: perl
4527 ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
4528 ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
4529 ! t/lib/charnames.t win32/win32.h
4530____________________________________________________________________________
4531[ 4936] By: jhi on 2000/01/31 20:17:44
4532 Log: HP-UX (induced) fixes.
4533 Branch: cfgperl
4534 ! Configure config_h.SH hints/hpux.sh
4535 Branch: metaconfig
4536 ! U/modified/Oldconfig.U U/modified/libs.U
4537 Branch: metaconfig/U/perl
4538 ! quadfio.U
4539____________________________________________________________________________
4540[ 4935] By: jhi on 2000/01/31 19:15:43
4541 Log: Cosmetics.
4542 Branch: metaconfig
4543 ! U/compline/d_gconvert.U
4544____________________________________________________________________________
4545[ 4934] By: jhi on 2000/01/31 19:15:22
4546 Log: Cppsym saga continues.
4547 Branch: cfgperl
4548 ! Configure config_h.SH
4549 Branch: metaconfig
4550 ! U/modified/Cppsym.U
4551____________________________________________________________________________
4552[ 4933] By: gsar on 2000/01/31 18:45:07
4553 Log: !USING_WIDE() branch is busted in win32_stat()
4554 Branch: perl
4555 ! win32/win32.c
4556____________________________________________________________________________
4557[ 4932] By: jhi on 2000/01/31 06:41:47
4558 Log: Reveal even more symbols.
4559 Branch: cfgperl
4560 ! Configure config_h.SH
4561 Branch: metaconfig
4562 ! U/modified/Cppsym.U
4563____________________________________________________________________________
4564[ 4931] By: jhi on 2000/01/31 06:21:41
4565 Log: Integrate with Sarathy.
4566 Branch: cfgperl
4567 - lib/caller.pm
4568 !> (integrate 29 files)
4569____________________________________________________________________________
4570[ 4930] By: gsar on 2000/01/31 04:57:42
4571 Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
4572 whether to use widechar semantics; lexer and RE engine continue
4573 to need "use utf8" to enable unicode awareness in literals
4574 and patterns (TODO: this needs to be fixed); $1 et al are marked
4575 SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
4576 it from the data is probably better)
4577 Branch: perl
4578 ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
4579 ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
4580 ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
4581____________________________________________________________________________
4582[ 4929] By: gsar on 2000/01/31 04:17:09
4583 Log: remove caller.pm from change#3534 (flawed idea)
4584 Branch: perl
4585 - lib/caller.pm
4586 ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
4587____________________________________________________________________________
4588[ 4928] By: gsar on 2000/01/31 04:16:01
4589 Log: fix factual regression (-e doesn't create temporary files anymore)
4590 Branch: perl
4591 ! pod/perlfilter.pod
4592____________________________________________________________________________
4593[ 4927] By: gsar on 2000/01/30 21:27:12
4594 Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
4595 document version tuples
4596 Branch: perl
4597 ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
4598 ! pod/perlvar.pod
4599____________________________________________________________________________
4600[ 4926] By: gsar on 2000/01/28 18:10:12
4601 Log: implement -follow option in find2perl (from Helmut Jarausch
4602 <jarausch@igpm.rwth-aachen.de>)
4603 Branch: perl
4604 ! lib/File/Find.pm x2p/find2perl.PL
4605____________________________________________________________________________
4606[ 4925] By: gsar on 2000/01/28 18:03:28
4607 Log: document what chdir() without an argument does (from Mark-Jason
4608 Dominus <mjd@plover.com>)
4609 Branch: perl
4610 ! pod/perlfunc.pod
4611____________________________________________________________________________
4612[ 4924] By: gsar on 2000/01/28 17:49:34
4613 Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
4614 Branch: perl
4615 ! README.cygwin
4616____________________________________________________________________________
4617[ 4923] By: gsar on 2000/01/28 17:10:08
4618 Log: avoid leaking lexicals into program being debugged (from Ilya
4619 Zakharevich)
4620 Branch: perl
4621 ! lib/perl5db.pl
4622____________________________________________________________________________
4623[ 4922] By: gsar on 2000/01/28 16:36:13
4624 Log: perldelta note about export list changes
4625 Branch: perl
4626 ! Changes pod/perldelta.pod
4627____________________________________________________________________________
ed09ebcd
GS
4628[ 4921] By: gsar on 2000/01/28 15:49:04
4629 Log: alias realpath() to abs_path() (from Tom Christiansen)
4630 Branch: perl
4631 ! lib/Cwd.pm
4632____________________________________________________________________________
4633[ 4920] By: jhi on 2000/01/28 09:52:47
4634 Log: Cppsym fixup from Andy.
4635 Branch: cfgperl
4636 ! Configure config_h.SH
4637 Branch: metaconfig
4638 ! U/modified/Cppsym.U
4639____________________________________________________________________________
4640[ 4919] By: jhi on 2000/01/28 09:52:22
4641 Log: In HP-UX no largefiles if no 64 bits.
4642 Branch: cfgperl
4643 ! hints/hpux.sh
4644____________________________________________________________________________
4645[ 4918] By: jhi on 2000/01/28 09:03:37
4646 Log: The #4880 was too eager, the $n test is useful too.
4647 Branch: cfgperl
4648 ! lib/Benchmark.pm
4649____________________________________________________________________________
4650[ 4917] By: jhi on 2000/01/28 06:27:50
4651 Log: Integrate with Sarathy.
4652 Branch: cfgperl
4653 +> pod/perlapi.pod pod/perlintern.pod
4654 !> (integrate 39 files)
4655____________________________________________________________________________
4656[ 4916] By: gsar on 2000/01/28 05:29:37
4657 Log: more exported symbols needed for build on windows
4658 Branch: perl
4659 ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
4660 ! pod/perlintern.pod t/lib/thread.t win32/win32.c
4661____________________________________________________________________________
4662[ 4915] By: gsar on 2000/01/28 03:43:52
4663 Log: autogenerate API listing from comments in the source (from Benjamin
4664 Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
4665 flexible for better readability; add missing docs in sv.c; regenerate
4666 perltoc
4667 Branch: perl
4668 + pod/perlapi.pod pod/perlintern.pod
4669 ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
4670 ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
4671 ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
4672 ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
4673 ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
4674 ! universal.c util.c
4675____________________________________________________________________________
4676[ 4914] By: gsar on 2000/01/27 19:43:35
4677 Log: document unimplemented status of forking pipe open() on windows
4678 Branch: perl
4679 ! pod/perlfork.pod t/op/fork.t
4680____________________________________________________________________________
4681[ 4913] By: jhi on 2000/01/27 11:18:51
4682 Log: Integrate with Sarathy.
4683 Branch: cfgperl
4684 !> (integrate 51 files)
4685____________________________________________________________________________
4686[ 4912] By: jhi on 2000/01/27 10:35:48
4687 Log: Cppsym update continues.
4688 Branch: cfgperl
4689 ! Configure config_h.SH
4690 Branch: metaconfig
4691 ! U/modified/Cppsym.U
4692____________________________________________________________________________
4693[ 4911] By: gsar on 2000/01/27 08:04:17
4694 Log: add missing flag in change#4892
4695 Branch: perl
4696 ! win32/win32.c
4697____________________________________________________________________________
4698[ 4910] By: gsar on 2000/01/27 03:56:48
4699 Log: various pod nits identified by installhtml (all fixed except
4700 unresolved links)
4701 Branch: perl
4702 ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
4703 ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
4704 ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
4705 ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
4706 ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
4707 ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
4708____________________________________________________________________________
4709[ 4909] By: gsar on 2000/01/26 22:45:28
4710 Log: typo
4711 Branch: perl
4712 ! Porting/p4desc
4713____________________________________________________________________________
4714[ 4908] By: gsar on 2000/01/26 22:41:18
4715 Log: update p4 tool
4716 Branch: perl
4717 ! Porting/p4desc
4718____________________________________________________________________________
4719[ 4907] By: gsar on 2000/01/26 21:45:41
4720 Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
4721 and C<my $foo : a : b : c> are all valid (from Spider Boardman)
4722 Branch: perl
4723 ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
4724 ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
4725 ! t/op/attrs.t toke.c
4726____________________________________________________________________________
4727[ 4906] By: gsar on 2000/01/26 20:16:39
4728 Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
4729 Branch: perl
4730 ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
4731____________________________________________________________________________
4732[ 4905] By: gsar on 2000/01/26 19:10:26
4733 Log: s/STOP/CHECK/ blocks
4734 Branch: perl
4735 ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
4736 ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
4737 ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
4738 ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
4739 ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
4740 ! vms/perly_c.vms
4741____________________________________________________________________________
4742[ 4904] By: jhi on 2000/01/26 13:58:18
4743 Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
4744 of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
4745 Branch: cfgperl
4746 ! ext/IO/IO.xs
4747____________________________________________________________________________
4748[ 4903] By: jhi on 2000/01/26 11:16:34
4749 Log: Continue cpp symbol update.
4750 Branch: cfgperl
4751 ! Configure config_h.SH
4752 Branch: metaconfig
4753 ! U/modified/Cppsym.U
4754____________________________________________________________________________
4755[ 4902] By: gsar on 2000/01/26 09:28:37
4756 Log: tweak exports list on Windows
4757 Branch: perl
4758 ! makedef.pl t/op/fork.t win32/win32.h
4759____________________________________________________________________________
4760[ 4901] By: jhi on 2000/01/26 08:05:57
4761 Log: Integrate with Sarathy.
4762 Branch: cfgperl
4763 !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
4764 !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
4765 !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
4766 !> win32/win32.c win32/win32.h
4767____________________________________________________________________________
4768[ 4900] By: jhi on 2000/01/26 07:59:05
4769 Log: s/d_nvpresuv/d_nv_preserves_uv/;
4770 plus cosmetic change for #4899.
4771 Branch: cfgperl
4772 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4773 ! config_h.SH
4774 Branch: metaconfig
4775 ! U/modified/Cppsym.U
4776 Branch: metaconfig/U/perl
4777 ! perlxv.U
4778____________________________________________________________________________
4779[ 4899] By: jhi on 2000/01/26 07:46:56
4780 Log: Update the scan of the cpp symbols.
4781 Branch: cfgperl
4782 ! Configure config_h.SH
4783 Branch: metaconfig
4784 ! U/modified/Cppsym.U
4785____________________________________________________________________________
4786[ 4898] By: gsar on 2000/01/26 04:49:45
4787 Log: allow '--' to terminate argument processing (suggested by
4788 Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
4789 Branch: perl
4790 ! lib/Getopt/Std.pm
4791____________________________________________________________________________
4792[ 4897] By: gsar on 2000/01/26 02:42:38
4793 Log: change#3744 should have made grep more like map instead of the
4794 other way around
4795 Branch: perl
4796 ! t/op/grep.t toke.c
4797____________________________________________________________________________
4798[ 4896] By: gsar on 2000/01/26 00:56:14
4799 Log: integrate cfgperl contents into mainline
4800 Branch: perl
4801 +> vos/config.def vos/config.pl
4802 ! Changes
4803 !> Configure MANIFEST config_h.SH hints/unicosmk.sh
4804 !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
4805 !> vos/config.h vos/config_h.SH_orig
4806____________________________________________________________________________
aff0d67d
GS
4807[ 4895] By: gsar on 2000/01/26 00:45:45
4808 Log: fix parse failure of (my $foo : bar) and similar (from Spider
4809 Boardman)
4810 Branch: perl
4811 ! toke.c
4812____________________________________________________________________________
4813[ 4894] By: gsar on 2000/01/26 00:33:53
4814 Log: avoid failure if directories already read by rmtree() are
4815 deleted by another process
4816 Branch: perl
4817 ! lib/File/Path.pm
4818____________________________________________________________________________
4819[ 4893] By: gsar on 2000/01/25 23:19:18
4820 Log: typo in change#4892
4821 Branch: perl
4822 ! win32/win32.c
4823____________________________________________________________________________
4824[ 4892] By: gsar on 2000/01/25 22:16:19
4825 Log: eliminate need for perl95.exe on Windows 9x by working around CRT
4826 bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
4827 to call the fixed version of open_osfhandle() only on Windows 9x;
4828 updated the makefiles and README.win32 to suit
4829 Branch: perl
4830 ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
4831 ! win32/win32.h
4832____________________________________________________________________________
4833[ 4891] By: gsar on 2000/01/25 20:22:01
4834 Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
4835 Branch: perl
4836 ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
4837____________________________________________________________________________
4838[ 4890] By: gsar on 2000/01/25 19:21:17
4839 Log: update Makefile notes on the now deprecated USE_5005THREADS and
4840 USE_OBJECT
4841 Branch: perl
4842 ! win32/Makefile win32/makefile.mk
4843____________________________________________________________________________
4844[ 4889] By: jhi on 2000/01/25 14:44:55
4845 Log: Misedit in #4888.
4846 Branch: cfgperl
4847 ! pp.c
4848____________________________________________________________________________
4849[ 4888] By: jhi on 2000/01/25 14:38:59
4850 Log: UNICOS/mk patches. Removing the _CRAYMPP test may be
4851 rash but it's the best move I can think of right now.
4852 UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
4853 but I think it did in the past.
4854 Removing the _CRAYMPP test fixes a legion of pack/unpack
4855 failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
4856 One subtest, t/lib/io_sock.t #14, is still failing.
4857 Branch: cfgperl
4858 ! Configure config_h.SH hints/unicosmk.sh pp.c
4859 Branch: metaconfig
4860 ! U/modified/Oldconfig.U
4861____________________________________________________________________________
4862[ 4887] By: jhi on 2000/01/25 06:13:14
4863 Log: Integrate with Sarathy.
4864 Branch: cfgperl
4865 !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
4866 !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
4867 !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
4868 !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
4869 !> win32/perllib.c win32/win32.c win32/win32.h
4870____________________________________________________________________________
4871[ 4886] By: gsar on 2000/01/25 02:54:00
4872 Log: consistently use MAX_PATH+1 buffer sizes
4873 Branch: perl
4874 ! win32/win32.c
4875____________________________________________________________________________
4876[ 4885] By: gsar on 2000/01/25 02:51:35
4877 Log: workaround for rename('x','X') bug in Windows NT
4878 Branch: perl
4879 ! t/io/fs.t win32/win32.c
4880____________________________________________________________________________
4881[ 4884] By: gsar on 2000/01/25 01:32:57
4882 Log: windows build fixups from uniform DLL name change to perl56.dll
4883 Branch: perl
4884 ! installperl makedef.pl win32/perllib.c
4885____________________________________________________________________________
4886[ 4883] By: gsar on 2000/01/25 01:31:27
4887 Log: more fixes for warnings from change#4840
4888 Branch: perl
4889 ! lib/Pod/Html.pm
4890____________________________________________________________________________
4891[ 4882] By: gsar on 2000/01/24 15:35:12
4892 Log: assorted little nits
4893 Branch: perl
4894 ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
4895 ! win32/win32.c
4896____________________________________________________________________________
4897[ 4881] By: gsar on 2000/01/24 14:32:31
4898 Log: add new warnings to perldelta
4899 Branch: perl
4900 ! Changes pod/perldelta.pod pod/perldiag.pod
4901____________________________________________________________________________
4902[ 4880] By: jhi on 2000/01/24 14:14:23
4903 Log: From: Stephane Payrard <properler@freesurf.fr>
4904 To: Gurusamy Sarathy <gsar@ActiveState.com>
4905 Cc: perl5-porters@perl.org
4906 Subject: <patch> avoid division by 0 in Benchmark.pm
4907 Date: Mon, 24 Jan 2000 16:15:38 +0100
4908 Message-ID: <20000124161538.A995@freesurf.fr>
4909 Branch: cfgperl
4910 ! lib/Benchmark.pm
4911____________________________________________________________________________
56e90b21
GS
4912[ 4879] By: gsar on 2000/01/24 14:14:20
4913 Log: force linkage of the function wrappers for globals in change#4878
4914 Branch: perl
4915 ! embed.pl globals.c perlapi.h win32/win32.h
4916____________________________________________________________________________
4917[ 4878] By: gsar on 2000/01/24 13:04:45
4918 Log: enable function wrappers for access to globals under MULTIPLICITY
4919 (provides binary compatibility in the face of changes in interpreter
4920 structure)
4921 Branch: perl
4922 ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
4923 ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
4924____________________________________________________________________________
4925[ 4877] By: jhi on 2000/01/24 11:41:57
4926 Log: perlhist update.
4927 Branch: cfgperl
4928 ! pod/perlhist.pod
4929____________________________________________________________________________
4930[ 4876] By: jhi on 2000/01/24 11:32:07
4931 Log: Updates on the large file support status.
4932 Branch: cfgperl
4933 ! pod/perldelta.pod
4934____________________________________________________________________________
4935[ 4875] By: jhi on 2000/01/24 11:23:16
4936 Log: Integrate with Sarathy.
4937 Branch: cfgperl
4938 !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
4939 !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
4940 !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
4941____________________________________________________________________________
4942[ 4874] By: gsar on 2000/01/24 10:43:03
4943 Log: fix typos; avoid use constant for lowercase constants (produces
4944 warnings now)
4945 Branch: perl
4946 ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
4947 ! lib/Shell.pm
4948____________________________________________________________________________
4949[ 4873] By: gsar on 2000/01/24 09:40:24
4950 Log: avoid warnings when there's no subs to autosplit
4951 Branch: perl
4952 ! lib/AutoSplit.pm
4953____________________________________________________________________________
4954[ 4872] By: jhi on 2000/01/24 09:39:01
4955 Log: Create a tool for converting a config_h.SH into a VOS config.h.
4956 Branch: cfgperl
4957 + vos/config.def vos/config.pl
4958 ! MANIFEST vos/config.h vos/config_h.SH_orig
4959____________________________________________________________________________
4960[ 4871] By: gsar on 2000/01/24 09:15:20
4961 Log: typos in change#4623
4962 Branch: perl
4963 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
4964____________________________________________________________________________
4965[ 4870] By: jhi on 2000/01/24 06:43:19
4966 Log: Sync metaconfig units to comply with the typo fixes of #4869.
4967 Branch: cfgperl
4968 ! Configure config_h.SH
4969 Branch: metaconfig
4970 + U/modified/cf_email.U U/modified/so.U
4971 Branch: metaconfig/U/perl
4972 ! dlsrc.U
4973____________________________________________________________________________
4974[ 4869] By: jhi on 2000/01/24 06:04:31
4975 Log: Integrate with Sarathy.
4976 Branch: cfgperl
4977 +> t/pragma/diagnostics.t
4978 !> (integrate 120 files)
4979____________________________________________________________________________
4980[ 4868] By: gsar on 2000/01/23 21:49:28
4981 Log: on windows, set seek position to end for files opened in append mode
4982 (improves compatibility with Unix, avoids buffering issues)
4983 Branch: perl
4984 ! win32/win32.c
4985____________________________________________________________________________
4986[ 4867] By: gsar on 2000/01/23 21:19:31
4987 Log: change#4866 was flawed; revert and add better fix for warning
4988 Branch: perl
4989 ! op.c op.h
4990____________________________________________________________________________
4991[ 4866] By: gsar on 2000/01/23 20:43:56
4992 Log: optimize away runtime code for our($foo) (also avoid warnings)
4993 Branch: perl
4994 ! op.c
4995____________________________________________________________________________
4996[ 4865] By: gsar on 2000/01/23 13:17:18
4997 Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
4998 Branch: perl
4999 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5000 ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5001____________________________________________________________________________
5002[ 4864] By: gsar on 2000/01/23 13:12:31
5003 Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
5004 suggested by Dominic Dunlop <domo@computer.org>)
5005 Branch: perl
5006 ! doio.c
5007____________________________________________________________________________
5008[ 4863] By: gsar on 2000/01/23 13:01:35
5009 Log: fix misclassified warnings
5010 Branch: perl
5011 ! pod/perldiag.pod
5012____________________________________________________________________________
5013[ 4862] By: gsar on 2000/01/23 12:52:12
5014 Log: document bareword prototype incompatibility
5015 Branch: perl
5016 ! pod/perldelta.pod pod/perlsub.pod
5017____________________________________________________________________________
5018[ 4861] By: gsar on 2000/01/23 12:32:25
5019 Log: faulty edit
5020 Branch: perl
5021 ! lib/File/stat.pm
5022____________________________________________________________________________
5023[ 4860] By: gsar on 2000/01/23 12:23:48
5024 Log: s/use vars/our/g modules that aren't independently maintained on CPAN
5025 Branch: perl
5026 ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
5027 ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
5028 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
5029 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
5030 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
5031 ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
5032 ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
5033 ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
5034 ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
5035 ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
5036 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
5037 ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
5038 ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
5039 ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
5040 ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
5041 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
5042 ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
5043 ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
5044 ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
5045 ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
5046 ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
5047 ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
5048 ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
5049 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
5050 ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
5051 ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
5052____________________________________________________________________________
5053[ 4859] By: gsar on 2000/01/23 11:29:22
5054 Log: fix diagnostics to report "our" vs "my" correctly
5055 Branch: perl
5056 ! op.c pod/perldiag.pod
5057____________________________________________________________________________
5058[ 4858] By: gsar on 2000/01/23 10:14:46
5059 Log: set api_version to 5.5.0 (binary compatibility needs to get tested
5060 more widely)
5061 Branch: perl
5062 ! patchlevel.h
5063____________________________________________________________________________
5064[ 4857] By: gsar on 2000/01/23 10:04:03
5065 Log: disallow our($foo::bar)
5066 Branch: perl
5067 ! pod/perldiag.pod toke.c
5068____________________________________________________________________________
5069[ 4856] By: gsar on 2000/01/23 09:50:54
5070 Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
5071 Branch: perl
5072 ! utils/dprofpp.PL
5073____________________________________________________________________________
5074[ 4855] By: gsar on 2000/01/23 09:36:51
5075 Log: new test (from Michael G Schwern <schwern@pobox.com>)
5076 Branch: perl
5077 + t/pragma/diagnostics.t
5078 ! MANIFEST
5079____________________________________________________________________________
5080[ 4854] By: gsar on 2000/01/23 09:24:40
5081 Log: add PREREQ_PM to default template (suggested by Michael G Schwern
5082 <schwern@pobox.com>)
5083 Branch: perl
5084 ! utils/h2xs.PL
5085____________________________________________________________________________
5086[ 4853] By: gsar on 2000/01/23 09:08:30
5087 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5088 Branch: perl
5089 ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
5090____________________________________________________________________________
5091[ 4852] By: gsar on 2000/01/23 08:52:44
5092 Log: mark some extensions as "special versions" to avoid CPAN indexer
5093 confusion (from Ilya Zakharevich)
5094 Branch: perl
5095 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
5096____________________________________________________________________________
5097[ 4851] By: gsar on 2000/01/23 08:48:46
5098 Log: prefer POSIX::uname() rather than syscalls, which require attempting
5099 to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
5100 Branch: perl
5101 ! lib/Sys/Hostname.pm
5102____________________________________________________________________________
5103[ 4850] By: gsar on 2000/01/23 08:36:43
5104 Log: integrate cfgperl contents into mainline
5105 Branch: perl
5106 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
5107 !> Porting/config_H config_h.SH perl.h
5108____________________________________________________________________________
5109[ 4849] By: gsar on 2000/01/23 08:17:30
5110 Log: fix localization in while BLOCK when there is a continue BLOCK
5111 by introducing an explicit scope (c.f. change#4848)
5112 Branch: perl
5113 ! op.c pp_ctl.c t/cmd/while.t
5114____________________________________________________________________________
5115[ 4848] By: gsar on 2000/01/23 06:43:51
5116 Log: fix scope cleanup when next jumps to a continue block; this is rather
5117 in the nature of a kludge; it doesn't fix the longstanding bug that
5118 makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
5119 instead of "1")
5120 Branch: perl
5121 ! pp_ctl.c t/cmd/while.t
5122____________________________________________________________________________
5123[ 4847] By: gsar on 2000/01/23 04:47:25
5124 Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
5125 C<while (my $x = foo()) { my $x = bar(); }> etc.
5126 Branch: perl
5127 ! op.c
5128____________________________________________________________________________
5129[ 4846] By: gsar on 2000/01/23 04:44:17
5130 Log: avoid warnings in change#4839
5131 Branch: perl
5132 ! lib/Carp/Heavy.pm
5133____________________________________________________________________________
5134[ 4845] By: gsar on 2000/01/22 13:12:38
5135 Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
5136 Branch: perl
5137 ! Changes Configure
5138____________________________________________________________________________
7f95ee77
GS
5139[ 4844] By: gsar on 2000/01/22 12:46:26
5140 Log: wrong category for exec() warning
5141 Branch: perl
5142 ! op.c pod/perlop.pod
5143____________________________________________________________________________
5144[ 4843] By: gsar on 2000/01/22 12:42:40
5145 Log: fix line continuations in argument lists (from Helmut Jarausch)
5146 Branch: perl
5147 ! lib/ExtUtils/xsubpp
5148____________________________________________________________________________
5149[ 4842] By: gsar on 2000/01/22 12:34:39
5150 Log: CGI.pm upgraded to v2.56 from CPAN
5151 Branch: perl
5152 ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
5153 ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
5154 ! t/lib/cgi-html.t
5155____________________________________________________________________________
5156[ 4841] By: gsar on 2000/01/22 12:07:23
5157 Log: avoid warnings due to lack of forward declarations
5158 Branch: perl
5159 ! lib/Pod/Html.pm
5160____________________________________________________________________________
5161[ 4840] By: gsar on 2000/01/22 12:04:30
5162 Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
5163 <wolfgang.laun@alcatel.at>)
5164 Branch: perl
5165 ! lib/Pod/Html.pm
5166____________________________________________________________________________
5167[ 4839] By: gsar on 2000/01/22 11:57:24
5168 Log: better Carp reporting within subclassed modules (from Wolfgang Laun
5169 <wolfgang.laun@alcatel.at>)
5170 Branch: perl
5171 ! lib/Carp/Heavy.pm pod/perldelta.pod
5172____________________________________________________________________________
5173[ 4838] By: gsar on 2000/01/22 10:53:06
5174 Log: truncate(FH) flushes FH before truncating it
5175 Branch: perl
5176 ! pp_sys.c t/io/fs.t
5177____________________________________________________________________________
5178[ 4837] By: gsar on 2000/01/22 10:37:16
5179 Log: #line directives without a filename leave the file name as it was
5180 instead of setting it to the script name (from Andrew Pimlott
5181 <andrew@pimlott.ne.mediaone.net>)
5182 Branch: perl
5183 ! toke.c
5184____________________________________________________________________________
5185[ 4836] By: gsar on 2000/01/22 10:06:53
5186 Log: add patch for printf-style format typechecks (from Robin Barker
5187 <rmb1@cise.npl.co.uk>); fixes for problems so identified
5188 Branch: perl
5189 ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
5190 ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
5191____________________________________________________________________________
5192[ 4835] By: gsar on 2000/01/22 08:42:52
5193 Log: From: John Tobey <jtobey@isay.com>
5194 Date: Thu, 16 Dec 1999 20:20:38 -0500
5195 Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
5196 Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
5197 Branch: perl
5198 ! lib/base.pm lib/fields.pm t/lib/fields.t
5199____________________________________________________________________________
5200[ 4834] By: gsar on 2000/01/22 08:08:08
5201 Log: fix deeply nested closures that have no references to lexical in
5202 intervening subs
5203 Branch: perl
5204 ! embed.h embed.pl op.c proto.h t/op/closure.t
5205____________________________________________________________________________
5206[ 4833] By: gsar on 2000/01/21 17:04:21
5207 Log: add $VERSION
5208 Branch: perl
5209 ! lib/Text/Soundex.pm lib/Tie/Handle.pm
5210____________________________________________________________________________
5211[ 4832] By: gsar on 2000/01/21 16:49:09
5212 Log: fix bug in dumping self-referential scalars
5213 Branch: perl
5214 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5215 ! t/lib/dumper.t
5216____________________________________________________________________________
5217[ 4831] By: jhi on 2000/01/21 09:16:07
5218 Log: Integrate with Sarathy.
5219 Branch: cfgperl
5220 +> t/op/exists_sub.t
5221 !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
5222 !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
5223 !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
5224 !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
5225 !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
5226____________________________________________________________________________
5227[ 4830] By: gsar on 2000/01/21 04:28:08
5228 Log: patch to report warnings on bogus filehandles passed to flock(),
5229 more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
5230 (slightly modified)
5231 Branch: perl
5232 ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5233 ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
5234 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5235____________________________________________________________________________
5236[ 4829] By: gsar on 2000/01/21 03:43:46
5237 Log: typo fix
5238 Branch: perl
5239 ! pod/perlop.pod
5240____________________________________________________________________________
5241[ 4828] By: gsar on 2000/01/21 03:32:31
5242 Log: notes about $^H and %^H from Ilya Zakharevich; substantial
5243 fixups of faulty facts and prose
5244 Branch: perl
5245 ! pod/perlvar.pod
5246____________________________________________________________________________
5247[ 4827] By: gsar on 2000/01/21 01:45:51
5248 Log: support for C<exists &func> (from Spider Boardman)
5249 Branch: perl
5250 + t/op/exists_sub.t
5251 ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
5252 ! pod/perlfunc.pod pp.c
5253____________________________________________________________________________
5254[ 4826] By: gsar on 2000/01/21 01:35:46
5255 Log: mention the fact that open(my $foo, ...) covers all handle
5256 constructors
5257 Branch: perl
5258 ! pod/perldelta.pod
5259____________________________________________________________________________
5260[ 4825] By: gsar on 2000/01/21 01:03:34
5261 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5262 Date: Wed, 19 Jan 2000 15:05:11 -0500
5263 Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
5264 Subject: [PATCH 5.005_63] h2xs goof and a depessimization
5265 Branch: perl
5266 ! utils/h2xs.PL
5267____________________________________________________________________________
5268[ 4824] By: gsar on 2000/01/20 19:14:26
5269 Log: INSTALL updates from Andy Dougherty
5270 Branch: perl
5271 ! INSTALL
5272____________________________________________________________________________
5273[ 4823] By: gsar on 2000/01/20 08:40:13
5274 Log: sv_true() has a superfluous test
5275 Branch: perl
5276 ! sv.c sv.h
5277____________________________________________________________________________
5278[ 4822] By: bailey on 2000/01/20 02:03:35
5279 Log: Minor cosmetic updates
5280 Branch: vmsperl
5281 ! configure.com
5282____________________________________________________________________________
5283[ 4821] By: bailey on 2000/01/20 00:25:30
5284 Log: Quick integration of mainline changes to date
5285 Branch: vmsperl
5286 +> (branch 74 files)
5287 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
5288 - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
5289 - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
5290 - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
5291 - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
5292 - lib/warning.pm os2/POSIX.mkfifo warning.h
5293 !> (integrate 462 files)
5294____________________________________________________________________________
5295[ 4820] By: jhi on 2000/01/19 22:46:42
5296 Log: More robust inc_version_list from Andy.
5297 Branch: cfgperl
5298 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5299 ! config_h.SH
5300 Branch: metaconfig
5301 ! U/installdirs/inc_version_list.U
5302____________________________________________________________________________
5303[ 4819] By: jhi on 2000/01/19 17:36:56
5304 Log: Add NV_PRESERVES_UV.
5305 Branch: cfgperl
5306 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5307 ! config_h.SH perl.h
5308 Branch: metaconfig
5309 ! U/protos/selecttype.U
5310 Branch: metaconfig/U/perl
5311 - nvpresuv.U
5312 ! perlxv.U
5313____________________________________________________________________________
5314[ 4818] By: jhi on 2000/01/19 08:13:05
5315 Log: Integrate with Sarathy.
5316 Branch: cfgperl
5317 !> Changes Configure win32/config.bc win32/config.gc
5318 !> win32/config.vc win32/config_H.bc win32/config_H.gc
5319 !> win32/config_H.vc
5320____________________________________________________________________________
5321[ 4817] By: gsar on 2000/01/19 05:25:43
5322 Log: regen win32/config*
5323 Branch: perl
5324 ! Configure win32/config.bc win32/config.gc win32/config.vc
5325 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5326____________________________________________________________________________
5327[ 4816] By: jhi on 2000/01/18 21:19:10
5328 Log: Policy patch from Andy for installation directories,
5329 removing the $apiversion.
5330 Branch: cfgperl
5331 ! Policy_sh.SH
5332____________________________________________________________________________
5333[ 4815] By: jhi on 2000/01/18 21:11:03
5334 Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
5335 as suggested by Andy.
5336 Branch: cfgperl
5337 ! Configure config_h.SH
5338 Branch: metaconfig
5339 ! U/compline/d_gnulibc.U U/modified/cc.U
5340____________________________________________________________________________
5341[ 4814] By: gsar on 2000/01/18 20:48:10
5342 Log: integrate cfgperl changes into mainline
5343 Branch: perl
5344 ! Changes
5345 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5346 !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
5347 !> perl.h t/lib/posix.t t/op/pack.t utf8.c
5348____________________________________________________________________________
4b9858f9
GS
5349[ 4813] By: jhi on 2000/01/18 19:41:33
5350 Log: metaconfig todo note from Andy.
5351 Branch: cfgperl
5352 ! Configure config_h.SH
5353 Branch: metaconfig
5354 ! U/installdirs/inc_version_list.U
5355____________________________________________________________________________
5356[ 4812] By: jhi on 2000/01/18 15:02:55
5357 Log: More -V.
5358 Branch: cfgperl
5359 ! perl.c
5360____________________________________________________________________________
5361[ 4811] By: jhi on 2000/01/18 10:35:30
5362 Log: More compile-time options shown with -V.
5363 Branch: cfgperl
5364 ! perl.c
5365____________________________________________________________________________
5366[ 4810] By: jhi on 2000/01/17 08:35:49
5367 Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
5368 the strtold() and qgcvt() prototypes for long doubles, but
5369 it should be okay in any case); fix bad assumptions in the
5370 test suite about string->float conversions; though the out
5371 parameter of strtold() (and strtoll()) is unused, it is nicer
5372 to have it in correct type.
5373 Branch: cfgperl
5374 ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
5375 Branch: metaconfig
5376 ! U/modified/cc.U
5377____________________________________________________________________________
5378[ 4809] By: jhi on 2000/01/16 19:21:18
5379 Log: strtoll works better ternary.
5380 Branch: cfgperl
5381 ! perl.h
5382____________________________________________________________________________
5383[ 4808] By: jhi on 2000/01/16 19:12:58
5384 Log: Know strtoll.
5385 Branch: cfgperl
5386 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5387 ! config_h.SH perl.h
5388____________________________________________________________________________
5389[ 4807] By: jhi on 2000/01/16 17:57:03
5390 Log: Integrate with Sarathy.
5391 Branch: cfgperl
5392 !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
5393 !> sv.c sv.h t/pragma/strict-vars toke.c util.c
5394____________________________________________________________________________
5395[ 4806] By: jhi on 2000/01/16 16:37:47
5396 Log: Continue qgcvt work; closer now but not yet there.
5397 Branch: cfgperl
5398 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5399 ! config_h.SH doop.c utf8.c
5400 Branch: metaconfig
5401 ! U/compline/d_gconvert.U
5402 Branch: metaconfig/U/perl
5403 ! d_qgcvt.U
5404____________________________________________________________________________
5405[ 4805] By: jhi on 2000/01/15 22:26:16
5406 Log: Metaconfig and Porting patches from Andy; start using the new
5407 long long and long double thingies from #4804; regen Configure.
5408 Branch: cfgperl
5409 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5410 ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
5411 Branch: metaconfig
5412 + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
5413 + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
5414 + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
5415 + U/nullified/lib.U
5416 ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
5417 ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
5418 ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
5419 ! U/modified/Oldconfig.U U/modified/Signal.U
5420 ! U/modified/sig_name.U U/threads/usethreads.U
5421 Branch: metaconfig/U/perl
5422 ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
5423 ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
5424 ! usemultiplicity.U
5425 Branch: perl
5426 ! perl.h util.c
5427____________________________________________________________________________
5428[ 4804] By: jhi on 2000/01/14 14:22:24
5429 Log: Add more quad/long long/long double sciency.
5430 Branch: metaconfig/U/perl
5431 + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
5432 + d_strtouq.U
5433____________________________________________________________________________
5434[ 4803] By: gsar on 2000/01/14 04:40:49
5435 Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
5436 Branch: perl
5437 ! op.c
5438____________________________________________________________________________
5439[ 4802] By: gsar on 2000/01/14 04:35:55
5440 Log: add note about "our"
5441 Branch: perl
5442 ! lib/vars.pm
5443____________________________________________________________________________
5444[ 4801] By: gsar on 2000/01/14 04:16:51
5445 Log: nailed "our" declarations, and better warnings on duplicate
5446 "our" declarations
5447 Branch: perl
5448 ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
5449 ! t/pragma/strict-vars toke.c
5450____________________________________________________________________________
5451[ 4800] By: gsar on 2000/01/14 01:27:13
5452 Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
5453 Branch: perl
5454 ! dump.c op.c op.h
5455____________________________________________________________________________
5456[ 4799] By: gsar on 2000/01/14 01:17:15
5457 Log: doc typo
5458 Branch: perl
5459 ! pod/perlfunc.pod
5460____________________________________________________________________________
5461[ 4798] By: jhi on 2000/01/13 16:31:34
5462 Log: Integrate with Sarathy.
5463 Branch: cfgperl
5464 +> epoc/config.sh epoc/epocish.c epoc/link.pl
5465 +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
5466 +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
5467 +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
5468 +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
5469 +> win32/perlhost.h win32/vdir.h win32/vmem.h
5470 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
5471 - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
5472 - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
5473 !> (integrate 282 files)
5474____________________________________________________________________________
5475[ 4797] By: gsar on 2000/01/13 08:12:56
5476 Log: clearer docs for change#4796; faster av_exists()
5477 Branch: perl
5478 ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5479____________________________________________________________________________
5480[ 4796] By: gsar on 2000/01/13 06:49:03
5481 Log: support delete() and exists() on array, tied array, and pseudo-hash
5482 elements or slices
5483 Branch: perl
5484 ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
5485 ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
5486 ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
5487 ! t/op/avhv.t t/op/delete.t
5488____________________________________________________________________________
5489[ 4795] By: gsar on 2000/01/11 20:52:30
5490 Log: extend site_perl changes change#4773 to vendor_perl as well
5491 Branch: perl
5492 ! Configure
5493____________________________________________________________________________
5494[ 4794] By: gsar on 2000/01/11 19:18:50
5495 Log: rework INSTALL to reflect new logic for versioning sitelibs
5496 Branch: perl
5497 ! INSTALL
5498____________________________________________________________________________
5499[ 4793] By: gsar on 2000/01/11 01:44:00
5500 Log: test for change#4792
5501 Branch: perl
5502 ! t/op/fork.t
5503____________________________________________________________________________
5504[ 4792] By: gsar on 2000/01/11 01:22:36
5505 Log: pseudo forked children inherit environment correctly
5506 Branch: perl
5507 ! win32/perlhost.h
5508____________________________________________________________________________
5509[ 4791] By: gsar on 2000/01/10 19:14:03
5510 Log: test tweak
5511 Branch: perl
5512 ! t/op/fork.t
5513____________________________________________________________________________
5514[ 4790] By: gsar on 2000/01/10 18:56:16
5515 Log: check for USE_ITHREADS sanity was too restrictive
5516 Branch: perl
5517 ! perl.h
5518____________________________________________________________________________
5519[ 4789] By: gsar on 2000/01/10 18:30:24
5520 Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
5521 a real SetCurrentDirectory() in toplevel host
5522 Branch: perl
5523 ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
5524 ! win32/vdir.h win32/win32.c
5525____________________________________________________________________________
4b9858f9
GS
5526[ 4782] By: gsar on 2000/01/10 05:27:03
5527 Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
5528 Branch: perl
5529 + epoc/config.sh epoc/epocish.c epoc/link.pl
5530 - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
5531 - epoc/perl.pkg
5532 ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
5533 ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
5534 ! lib/Sys/Hostname.pm
5535____________________________________________________________________________
5536[ 4781] By: gsar on 2000/01/10 05:11:03
5537 Log: pod typos (from Abigail <abigail@delanet.com>)
5538 Branch: perl
5539 ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
5540____________________________________________________________________________
5541[ 4780] By: gsar on 2000/01/10 05:07:35
5542 Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
5543 Branch: perl
5544 ! t/lib/thread.t
5545____________________________________________________________________________
5546[ 4779] By: gsar on 2000/01/10 05:06:16
5547 Log: terminate -s switch processing only on C<-->, not on C<--foo>
5548 Branch: perl
5549 ! perl.c
5550____________________________________________________________________________
5551[ 4778] By: gsar on 2000/01/10 04:38:45
5552 Log: useithreads needs usemultiplicity
5553 Branch: perl
5554 ! Configure perl.h
5555____________________________________________________________________________
5556[ 4777] By: gsar on 2000/01/10 01:18:04
5557 Log: use $Config{version} rather than $] where appropriate
5558 Branch: perl
5559 ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
5560 ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
5561 ! lib/lib.pm
5562____________________________________________________________________________
5563[ 4776] By: gsar on 2000/01/10 00:11:34
5564 Log: enable fork.t on windows
5565 Branch: perl
5566 ! t/op/fork.t
5567____________________________________________________________________________
5568[ 4775] By: gsar on 2000/01/10 00:07:29
5569 Log: broken test for use5005threads
5570 Branch: perl
5571 ! t/lib/safe2.t
5572____________________________________________________________________________
5573[ 4774] By: gsar on 2000/01/09 23:56:37
5574 Log: more windows build tweaks
5575 Branch: perl
5576 ! installperl makedef.pl win32/Makefile win32/config_H.bc
5577 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
5578 ! win32/makefile.mk
5579____________________________________________________________________________
5580[ 4773] By: gsar on 2000/01/09 22:27:19
5581 Log: more changes for new-style version numbers (versions numbers on
5582 the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
5583 they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
5584 split $Config{apiversion} into three, @Config{apirevision,apiversion,
5585 apisubversion} for CPP friendliness; $Config{sitelib} now defaults
5586 to .../site_perl/$version, just like $Config{privlib}, making sitelib
5587 completely independent across versions and substantially eliminating
5588 chances of breaking older installations by overwriting newly built
5589 extensions; all this means compatibility inclusions for @INC will need
5590 to take into account older sitelib versions (this still TODO)
5591
5592 windows, vms, dos tweaks for the above
5593 Branch: perl
5594 ! Changes Configure INSTALL Porting/config.sh Porting/config_H
5595 ! config_h.SH configure.com dosish.h installman installperl
5596 ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
5597 ! win32/config.bc win32/config.gc win32/config.vc
5598 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5599 ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
5600 ! win32/win32.c
5601____________________________________________________________________________
273cf8d1
GS
5602[ 4772] By: gsar on 2000/01/09 19:05:33
5603 Log: s/usethreads/use5005threads/g
5604 Branch: perl
5605 ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
5606____________________________________________________________________________
5607[ 4771] By: gsar on 2000/01/09 18:51:50
5608 Log: Configure changes for new-style version numbers (from Andy Dougherty,
5609 slightly altered)
5610 Branch: perl
5611 ! Configure INSTALL Porting/Glossary Porting/config.sh
5612 ! Porting/config_H config_h.SH perl.h win32/Makefile
5613 ! win32/config.bc win32/config.gc win32/config.vc
5614 ! win32/makefile.mk
5615____________________________________________________________________________
5616[ 4770] By: gsar on 2000/01/07 22:18:54
5617 Log: fix for 'make utest' failures (from Ilya Zakharevich)
5618 Branch: perl
5619 ! regexec.c
5620____________________________________________________________________________
5621[ 4769] By: gsar on 2000/01/07 18:23:16
5622 Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
5623 Branch: perl
5624 + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
5625 + ext/ODBM_File/hints/cygwin.pl
5626 ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
5627 ! hints/cygwin.sh installman installperl lib/Cwd.pm
5628 ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
5629 ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
5630____________________________________________________________________________
5631[ 4768] By: gsar on 2000/01/07 18:12:15
5632 Log: typo on h2xs.PL (from Helmut Jarausch)
5633 Branch: perl
5634 ! utils/h2xs.PL
5635____________________________________________________________________________
5636[ 4767] By: gsar on 2000/01/07 17:58:45
5637 Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
5638 Branch: perl
5639 ! README.vms configure.com vms/subconfigure.com
5640____________________________________________________________________________
5641[ 4766] By: gsar on 2000/01/07 17:54:05
5642 Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
5643 <sthoenna@efn.org>)
5644 Branch: perl
5645 - os2/POSIX.mkfifo
5646 ! MANIFEST README.os2
5647____________________________________________________________________________
5648[ 4765] By: gsar on 2000/01/06 20:11:46
5649 Log: add workaround for dlopen() bug on OpenBSD (relative paths that
5650 match /^lib/ won't load properly)
5651 Branch: perl
5652 + ext/DynaLoader/hints/openbsd.pl
5653 ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
5654____________________________________________________________________________
9d4ce9a5
GS
5655[ 4764] By: gsar on 2000/01/06 19:51:08
5656 Log: add undocumented globals for compatibility--find.pl, and find2perl
5657 generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
5658 Branch: perl
5659 ! lib/File/Find.pm
5660____________________________________________________________________________
5661[ 4763] By: gsar on 2000/01/06 10:51:07
5662 Log: fix various C-backend shenanigans
5663 Branch: perl
5664 ! ext/B/B/C.pm
5665____________________________________________________________________________
5666[ 4762] By: gsar on 2000/01/06 04:09:00
5667 Log: tweak test in change#4757 for Windows
5668 Branch: perl
5669 ! t/io/open.t
5670____________________________________________________________________________
5671[ 4761] By: gsar on 2000/01/06 02:55:30
5672 Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
5673 they belonged to freed OP_CONSTs)
5674 Branch: perl
5675 ! op.c
5676____________________________________________________________________________
5677[ 4760] By: gsar on 2000/01/06 00:22:40
5678 Log: constant ranges could escape bareword check in list context
5679 Branch: perl
5680 ! op.c t/pragma/strict-subs
5681____________________________________________________________________________
5682[ 4759] By: gsar on 2000/01/05 20:52:50
5683 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5684 Date: Wed, 05 Jan 2000 15:23:18 EST
5685 Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
5686 Subject: Re: minimal m//g matches appear busted
5687 Branch: perl
5688 ! regexec.c t/op/pat.t
5689____________________________________________________________________________
5690[ 4758] By: gsar on 2000/01/05 12:49:40
5691 Log: various nits identified by warnings unmasked by recent changes
5692 Branch: perl
5693 ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
5694____________________________________________________________________________
5695[ 4757] By: gsar on 2000/01/05 12:48:10
5696 Log: severe bugs in change#3786 fixed
5697 Branch: perl
5698 ! doio.c t/io/open.t
5699____________________________________________________________________________
5700[ 4756] By: gsar on 2000/01/05 11:25:10
5701 Log: tweak change#4745 to make ebcdic output match for chars <= 037
5702 Branch: perl
5703 ! ext/Data/Dumper/Dumper.pm
5704____________________________________________________________________________
5705[ 4755] By: gsar on 2000/01/05 06:56:05
5706 Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
5707 Branch: perl
5708 ! Configure util.c utils/perlcc.PL
5709____________________________________________________________________________
5710[ 4754] By: gsar on 2000/01/05 06:52:25
5711 Log: avoid expensive Version_check (from Andreas Koenig)
5712 Branch: perl
5713 ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5714 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5715____________________________________________________________________________
ca4e74cd
GS
5716[ 4753] By: gsar on 2000/01/05 06:48:22
5717 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
5718 Date: 03 Jan 2000 21:56:02 +0100
5719 Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
5720 Subject: Reloading File::Copy
5721 Branch: perl
5722 ! Changes lib/File/Copy.pm t/lib/filecopy.t
5723____________________________________________________________________________
1a04d035
A
5724[ 4752] By: gsar on 2000/01/04 01:19:20
5725 Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
5726 Branch: perl
5727 ! win32/Makefile win32/makefile.mk win32/win32.h
5728____________________________________________________________________________
5729[ 4751] By: gsar on 2000/01/03 18:26:08
5730 Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
5731 Branch: perl
5732 ! lib/ExtUtils/MakeMaker.pm
5733____________________________________________________________________________
5734[ 4750] By: gsar on 2000/01/02 21:58:02
5735 Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
5736 to write to a file other than tmon.out (suggested by Haakon Alstadheim
5737 <Haakon.Alstadheim@sds.no>)
5738 Branch: perl
5739 ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
5740____________________________________________________________________________
5741[ 4749] By: gsar on 2000/01/02 21:37:29
5742 Log: disable optimization in change#3612 for join() and quotemeta()--this
5743 removes all the gross hacks for the special cases in that change; fix
5744 pp_concat() for when TARG == arg (modified version of patch suggested
5745 by Ilya Zakharevich)
5746 Branch: perl
5747 ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
5748____________________________________________________________________________
5749[ 4748] By: gsar on 2000/01/02 20:26:06
5750 Log: MakeMaker should attempt to "require" rather than "use" prerequisites
5751 to avoid imports (from Michael G Schwern <schwern@pobox.com>)
5752 Branch: perl
5753 ! lib/ExtUtils/MakeMaker.pm
5754____________________________________________________________________________
5755[ 4747] By: gsar on 2000/01/02 20:17:36
5756 Log: fix 4-arg substr() when used as argument to subroutine
5757 Branch: perl
5758 ! pp.c t/op/substr.t
5759____________________________________________________________________________
5760[ 4746] By: gsar on 2000/01/02 18:45:58
5761 Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
5762 Branch: perl
5763 ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
5764 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
5765 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5766 ! perlapi.c proto.h thread.h util.c
5767____________________________________________________________________________
5768[ 4745] By: gsar on 2000/01/02 18:15:44
5769 Log: ebcdic fix for Data::Dumper from Peter Prymmer
5770 Branch: perl
5771 ! ext/Data/Dumper/Dumper.pm regcomp.c
5772____________________________________________________________________________
5773[ 4744] By: gsar on 1999/12/31 22:42:23
5774 Log: missing files in previous submit
5775 Branch: perl
5776 ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
5777 ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
5778____________________________________________________________________________
5779[ 4743] By: gsar on 1999/12/31 06:47:18
5780 Log: various Windows build tweaks
5781 Branch: perl
5782 ! win32/win32.h
5783____________________________________________________________________________
5784[ 4742] By: gsar on 1999/12/30 21:32:36
5785 Log: change#4705 breaks code that interpolates $], so leave string value
5786 of $] as it was for compatibility (and perhaps introduce $^V or similar
5787 for the utf8 representation, maybe?)
5788 Branch: perl
5789 ! configpm gv.c
5790____________________________________________________________________________
5791[ 4741] By: gsar on 1999/12/30 19:36:21
5792 Log: avoid CRLF in byteloadable files created by perlcc
5793 Branch: perl
5794 ! utils/perlcc.PL
5795____________________________________________________________________________
5796[ 4740] By: gsar on 1999/12/30 19:35:07
5797 Log: leave DATA open in binmode if __END__ line doesn't have CRLF
5798 Branch: perl
5799 ! pod/perldelta.pod toke.c
5800____________________________________________________________________________
5801[ 4739] By: gsar on 1999/12/30 05:44:21
5802 Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
5803 to allow ByteLoader to work; the DATA filehandles continue to
5804 be left open in text mode for compatibility
5805 Branch: perl
5806 ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
5807 ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
5808 ! win32/win32.h
5809____________________________________________________________________________
5810[ 4738] By: gsar on 1999/12/30 04:36:12
5811 Log: CR-LF support broken for formats
5812 Branch: perl
5813 ! toke.c
5814____________________________________________________________________________
5815[ 4737] By: gsar on 1999/12/29 22:30:52
5816 Log: make DProf functional under pseudo-fork()
5817 Branch: perl
5818 ! ext/Devel/DProf/DProf.xs
5819____________________________________________________________________________
5820[ 4736] By: gsar on 1999/12/29 21:04:59
5821 Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
5822 Mulder)
5823 Branch: perl
5824 ! doio.c pp_hot.c t/io/argv.t
5825____________________________________________________________________________
5826[ 4735] By: gsar on 1999/12/29 18:12:40
5827 Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
5828 Koenig)
5829 Branch: perl
5830 ! Makefile.SH
5831____________________________________________________________________________
5832[ 4734] By: gsar on 1999/12/28 21:10:37
5833 Log: Windows build tweaks
5834 Branch: perl
5835 ! INTERN.h sv.c
5836____________________________________________________________________________
5837[ 4733] By: gsar on 1999/12/28 20:45:15
5838 Log: remove never-taken branch for making getc() operate on ARGV (spotted
5839 by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
5840 Branch: perl
5841 ! pp_sys.c
5842____________________________________________________________________________
5843[ 4732] By: gsar on 1999/12/28 20:42:13
5844 Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
5845 <ralph@inputplus.demon.co.uk>
5846 Branch: perl
5847 ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
5848____________________________________________________________________________
5849[ 4731] By: gsar on 1999/12/28 20:23:17
5850 Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
5851 not supplied (variant of patch suggested by Ilya Zakharevich)
5852 Branch: perl
5853 ! XSUB.h lib/ExtUtils/xsubpp
5854____________________________________________________________________________
5855[ 4730] By: gsar on 1999/12/28 19:55:56
5856 Log: range operator does magical string increment iff both operands
5857 are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
5858 the "foreach (RANGE)" case as well
5859 Branch: perl
5860 ! pp_ctl.c t/op/range.t
5861____________________________________________________________________________
5862[ 4729] By: gsar on 1999/12/28 18:40:19
5863 Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
5864 Branch: perl
5865 - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
5866 ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
5867 ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
5868 ! win32/config.gc win32/genmk95.pl win32/makefile.mk
5869 ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
5870 ! win32/win32.h
5871____________________________________________________________________________
5872[ 4728] By: gsar on 1999/12/28 07:44:19
5873 Log: typecasts needed
5874 Branch: perl
5875 ! toke.c
5876____________________________________________________________________________
5877[ 4727] By: gsar on 1999/12/28 06:23:08
5878 Log: change#4721 needed line number adjustments
5879 Branch: perl
5880 ! MANIFEST global.sym proto.h t/pragma/warn/doop
5881 ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
5882 ! t/pragma/warn/toke t/pragma/warn/utf8
5883____________________________________________________________________________
5884[ 4726] By: gsar on 1999/12/28 04:18:15
5885 Log: integrate utfperl contents into mainline
5886 Branch: perl
5887 +> lib/byte.pm lib/byte_heavy.pl
5888 !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
5889 !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
5890 !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
5891____________________________________________________________________________
5892[ 4725] By: gsar on 1999/12/28 04:08:09
5893 Log: integrate mainline contents
5894 Branch: utfperl
5895 - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
5896 - lib/unicode/Eq/Unicode
5897 !> (integrate 60 files)
5898____________________________________________________________________________
5899[ 4724] By: gsar on 1999/12/28 03:44:10
5900 Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
5901 Branch: perl
5902 ! regcomp.c t/op/re_tests
5903____________________________________________________________________________
5904[ 4723] By: gsar on 1999/12/28 03:28:39
5905 Log: more ebcdic testsuite fixups (from Peter Prymmer)
5906 Branch: perl
5907 ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
5908 ! t/pragma/overload.t t/pragma/utf8.t
5909____________________________________________________________________________
5910[ 4722] By: gsar on 1999/12/28 03:14:48
5911 Log: avoid "used once" warning
5912 Branch: perl
5913 ! lib/diagnostics.pm
5914____________________________________________________________________________
f70c35af
GS
5915[ 4721] By: gsar on 1999/12/28 03:10:32
5916 Log: ebcdic tweaks for tests from Peter Prymmer
5917 Branch: perl
5918 ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
5919 ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
5920____________________________________________________________________________
5921[ 4720] By: gsar on 1999/12/28 03:08:39
5922 Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
5923 Branch: perl
5924 ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
5925 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
5926 ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
5927____________________________________________________________________________
5928[ 4719] By: gsar on 1999/12/28 03:01:04
5929 Log: perlport v1.45 from Chris Nandor
5930 Branch: perl
5931 ! pod/perlport.pod
5932____________________________________________________________________________
5933[ 4718] By: gsar on 1999/12/28 02:59:16
5934 Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
5935 perldelta; added STOP, DESTROY and AUTOLOAD to specials list
5936 Branch: perl
5937 ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
5938 ! t/pragma/constant.t
5939____________________________________________________________________________
5940[ 4717] By: gsar on 1999/12/28 02:47:04
5941 Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
5942 Branch: perl
5943 - ext/DynaLoader/dl_cygwin.xs
5944 ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
5945 ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
5946 ! util.c
5947____________________________________________________________________________
5948[ 4716] By: gsar on 1999/12/28 02:40:51
5949 Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
5950 (from Andy Dougherty)
5951 Branch: perl
5952 ! Configure
5953____________________________________________________________________________
5954[ 4715] By: gsar on 1999/12/28 02:38:44
5955 Log: better variant of change#4644 (from Andy Dougherty)
5956 Branch: perl
5957 ! Configure
5958____________________________________________________________________________
5959[ 4714] By: gsar on 1999/12/28 02:36:40
5960 Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
5961 Branch: perl
5962 ! Configure
5963____________________________________________________________________________
5964[ 4713] By: gsar on 1999/12/28 02:35:15
5965 Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
5966 INSTALL (from Andy Dougherty)
5967 Branch: perl
5968 ! Configure
5969____________________________________________________________________________
5970[ 4712] By: gsar on 1999/12/28 02:30:55
5971 Log: avoid creating new files during make install
5972 Branch: perl
5973 ! Makefile.SH
5974____________________________________________________________________________
5975[ 4711] By: gsar on 1999/12/28 02:24:44
5976 Log: pod edits from Paul Marquess and Mark-Jason Dominus
5977 Branch: perl
5978 ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
5979 ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
5980 ! pod/perldelta.pod
5981____________________________________________________________________________
5982[ 4710] By: gsar on 1999/12/28 02:05:23
5983 Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
5984 <sthoenna@efn.org>); add explicit target for opmini.o
5985 Branch: perl
5986 ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
5987____________________________________________________________________________
5988[ 4709] By: gsar on 1999/12/28 01:20:39
5989 Log: partly fix perldiag regressions identified by Tom Christiansen
5990 Branch: perl
5991 ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
5992 ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
5993 ! t/pragma/warn/pp_sys
5994____________________________________________________________________________
5995[ 4708] By: gsar on 1999/12/27 23:33:24
5996 Log: update perldiag for change#4707
5997 Branch: perl
5998 ! perl.c pod/perldiag.pod
5999____________________________________________________________________________
6000[ 4707] By: gsar on 1999/12/27 23:23:39
6001 Log: allow spaces in -I switch argument
6002 Branch: perl
6003 ! perl.c
6004____________________________________________________________________________
6005[ 4706] By: gsar on 1999/12/26 23:44:53
6006 Log: fix typos
6007 Branch: utfperl
6008 ! sv.h toke.c
6009____________________________________________________________________________
6010[ 4705] By: gsar on 1999/12/24 04:02:35
6011 Log: support for v5.5.640 style version numbers
6012 Branch: utfperl
6013 ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
6014 ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
6015____________________________________________________________________________
6016[ 4704] By: gsar on 1999/12/23 08:54:27
6017 Log: bring in basic threads stuff under USE_ITHREADS
6018 Branch: perl
6019 ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
6020 ! util.c
6021____________________________________________________________________________
6022[ 4703] By: gsar on 1999/12/23 00:10:06
6023 Log: integrate mainline contents into utfperl
6024 Branch: utfperl
6025 !> (integrate 33 files)
6026____________________________________________________________________________
6027[ 4702] By: gsar on 1999/12/20 17:18:23
6028 Log: virtual directory handling broken on paths with trailing slash
6029 Branch: perl
6030 ! win32/Makefile win32/makefile.mk win32/vdir.h
6031____________________________________________________________________________
6032[ 4701] By: gsar on 1999/12/20 17:09:55
6033 Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
6034 isn't set for all m/$foo/o)
6035 Branch: perl
6036 ! pp_ctl.c
6037____________________________________________________________________________
6038[ 4700] By: gsar on 1999/12/20 16:28:51
6039 Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
6040 we have a race on our hands)
6041 Branch: perl
6042 ! pp_ctl.c
6043____________________________________________________________________________
6044[ 4699] By: gsar on 1999/12/20 16:19:00
6045 Log: pod tweaks
6046 Branch: perl
6047 ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
6048____________________________________________________________________________
6049[ 4698] By: gsar on 1999/12/20 07:55:07
6050 Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
6051 Branch: perl
6052 ! utf8.c
6053____________________________________________________________________________
6054[ 4697] By: gsar on 1999/12/18 01:35:50
6055 Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
6056 anon hash rather than a block; test case for the same
6057 Branch: perl
6058 ! t/comp/term.t toke.c
6059____________________________________________________________________________
6060[ 4696] By: gsar on 1999/12/17 19:55:03
6061 Log: leak in change#4694 spotted by Larry
6062 Branch: perl
6063 ! hv.c
6064____________________________________________________________________________
6065[ 4695] By: gsar on 1999/12/17 18:14:11
6066 Log: test case for change#4694
6067 Branch: perl
6068 ! t/op/delete.t
6069____________________________________________________________________________
6070[ 4694] By: gsar on 1999/12/17 18:09:08
6071 Log: delete() should return the value as is, not a copy thereof
6072 Branch: perl
6073 ! hv.c pod/perldelta.pod
6074____________________________________________________________________________
6075[ 4693] By: gsar on 1999/12/17 17:45:58
6076 Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
6077 Branch: perl
6078 ! regexec.c t/op/re_tests
6079____________________________________________________________________________
6080[ 4692] By: gsar on 1999/12/17 17:41:10
6081 Log: credits tweak
6082 Branch: perl
6083 ! lib/File/Spec.pm
6084____________________________________________________________________________
6085[ 4691] By: gsar on 1999/12/17 07:12:53
6086 Log: DynaLoader doesn't build properly when $(DLSRC) changes
6087 (fix suggested by Hans Mulder)
6088 Branch: perl
6089 ! ext/DynaLoader/Makefile.PL
6090____________________________________________________________________________
6091[ 4690] By: gsar on 1999/12/17 06:26:34
6092 Log: add missing new ops
6093 Branch: perl
6094 ! ext/B/ramblings/runtime.porting
6095____________________________________________________________________________
6096[ 4689] By: gsar on 1999/12/17 06:16:49
6097 Log: test harness tweak from Hans Mulder
6098 Branch: perl
6099 ! t/TEST
6100____________________________________________________________________________
6101[ 4688] By: gsar on 1999/12/17 06:14:23
6102 Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
6103 and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
6104 Branch: perl
6105 ! Makefile.SH cygwin/Makefile.SHs
6106____________________________________________________________________________
6107[ 4687] By: gsar on 1999/12/17 06:06:46
6108 Log: applied suggested patch with whitespace adjustments
6109 From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
6110 Date: Thu, 16 Dec 1999 08:57:55 +0100
6111 Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
6112 Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
6113 Branch: perl
6114 ! lib/File/Find.pm
6115____________________________________________________________________________
6116[ 4686] By: gsar on 1999/12/17 05:48:53
6117 Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
6118 by Hans Mulder)
6119 Branch: perl
6120 ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
6121 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6122 ! ext/DynaLoader/dl_rhapsody.xs
6123____________________________________________________________________________
6124[ 4685] By: gsar on 1999/12/17 05:37:51
6125 Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
6126 <rjk@linguist.dartmouth.edu>)
6127 Branch: perl
6128 ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
6129____________________________________________________________________________
6130[ 4684] By: gsar on 1999/12/16 09:32:48
6131 Log: spell out how to get 4-digit year (from Micheal G Schwern
6132 <schwern@pobox.com>)
6133 Branch: perl
6134 ! pod/perlfunc.pod
6135____________________________________________________________________________
6136[ 4683] By: gsar on 1999/12/16 09:26:53
6137 Log: type mismatch for %c format argument (spotted by Robin Barker
6138 <rmb1@cise.npl.co.uk>)
6139 Branch: perl
6140 ! regcomp.c
6141____________________________________________________________________________
6142[ 4682] By: gsar on 1999/12/16 08:33:28
6143 Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
6144 <sho_pi@hotmail.com>)
6145 Branch: perl
6146 ! win32/win32.c
6147____________________________________________________________________________
6148[ 4681] By: gsar on 1999/12/16 08:31:15
6149 Log: missing backslash (spotted by Johan Vromans)
6150 Branch: perl
6151 ! perl.c
6152____________________________________________________________________________
6153[ 4680] By: gsar on 1999/12/16 08:26:00
6154 Log: avoid coredump on diagnostics when STDERR is closed
6155 Branch: perl
6156 ! perl.h
6157____________________________________________________________________________
6158[ 4679] By: gsar on 1999/12/12 18:09:41
6159 Log: integrate mainline changes
6160 Branch: utfperl
6161 +> (branch 39 files)
6162 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6163 - lib/unicode/UnicodeData-Latest.txt
6164 !> (integrate 447 files)
6165____________________________________________________________________________
6166[ 4678] By: gsar on 1999/12/10 01:39:13
6167 Log: interpreter structure should be nulled under -DMULTIPLICITY
6168 Branch: perl
6169 ! perl.c
6170____________________________________________________________________________
6171[ 4677] By: gsar on 1999/12/09 11:10:27
6172 Log: update Changes
6173 Branch: perl
6174 ! Changes
6175
6176----------------
6177Version 5.005_63
a2126434
JN
6178----------------
6179
6180____________________________________________________________________________
42fe2635
GS
6181[ 4676] By: gsar on 1999/12/09 10:51:43
6182 Log: fix File::Find testsuite bugs in symlink-less places
6183 Branch: perl
6184 ! t/lib/filefind.t
6185____________________________________________________________________________
6186[ 4675] By: gsar on 1999/12/09 10:22:31
6187 Log: USE_ITHREADS tweaks and notes
6188 Branch: perl
6189 ! op.c pod/perldelta.pod sv.c
6190____________________________________________________________________________
6191[ 4674] By: gsar on 1999/12/09 10:21:53
6192 Log: allow new style sort subs to work under usethreads
6193 Branch: perl
6194 ! pp_ctl.c
6195____________________________________________________________________________
6196[ 4673] By: gsar on 1999/12/09 04:00:23
6197 Log: document compatibility issue with literal list slices and NOTOP
6198 (C<not (1,2,3)[0]> is now a syntax error)
6199 Branch: perl
6200 ! pod/perldelta.pod
6201____________________________________________________________________________
6202[ 4672] By: gsar on 1999/12/09 01:14:46
6203 Log: avoid mismatched expectation <-> int types for C++ builds
6204 Branch: perl
6205 ! embed.pl intrpvar.h proto.h toke.c
6206____________________________________________________________________________
6207[ 4671] By: gsar on 1999/12/09 00:36:24
6208 Log: newer version of File::Find with support for following symlinks and
6209 other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
6210 Branch: perl
6211 ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
6212____________________________________________________________________________
6213[ 4670] By: gsar on 1999/12/09 00:13:06
6214 Log: avoid initializing GvCV slot for autovivified filehandles
6215 Branch: perl
6216 ! pp.c
6217____________________________________________________________________________
6218[ 4669] By: gsar on 1999/12/08 19:09:27
6219 Log: apply change#4618 again along with Ilya's patch to fix bugs
6220 in it (see change#4622)
6221 Branch: perl
6222 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
6223 ! t/op/re_tests t/op/subst.t
6224____________________________________________________________________________
6225[ 4668] By: gsar on 1999/12/08 18:56:53
6226 Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
6227 From: Larry Wall <larry@wall.org>
6228 Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
6229 Message-Id: <199912072039.MAA13257@kiev.wall.org>
6230 Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
6231 Branch: perl
6232 ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
6233____________________________________________________________________________
6234[ 4667] By: gsar on 1999/12/08 18:47:37
6235 Log: patch to fix aix hints from ortmann@vnet.ibm.com
6236 Branch: perl
6237 ! hints/aix.sh
6238____________________________________________________________________________
6239[ 4666] By: gsar on 1999/12/08 18:29:02
6240 Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
6241 Tim Meadowcroft
6242 Branch: perl
6243 ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
6244____________________________________________________________________________
8a4f6ac2
GS
6245[ 4665] By: gsar on 1999/12/08 02:22:31
6246 Log: introduce save_I8() for saving byte values
6247 Branch: perl
6248 ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
6249 ! regcomp.c regexec.c scope.c scope.h sv.c
6250____________________________________________________________________________
6251[ 4664] By: gsar on 1999/12/08 02:02:33
6252 Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
6253 Branch: perl
6254 ! toke.c
6255____________________________________________________________________________
6256[ 4663] By: gsar on 1999/12/08 01:11:44
6257 Log: longstanding typo in lexer: PL_lex_expect was not properly
6258 saved on reentry
6259 Branch: perl
6260 ! toke.c
6261____________________________________________________________________________
6262[ 4662] By: gsar on 1999/12/07 23:16:21
6263 Log: typos in change#4546
6264 Branch: perl
6265 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
6266____________________________________________________________________________
6267[ 4661] By: gsar on 1999/12/07 09:33:50
6268 Log: typos in change#4660
6269 Branch: perl
6270 ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
6271____________________________________________________________________________
6272[ 4660] By: gsar on 1999/12/06 23:42:55
6273 Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
6274 fix bug where lc($readonly) could result in bogus errors
6275 Branch: perl
6276 ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
6277 ! pp.c pp_sys.c proto.h sv.c
6278____________________________________________________________________________
6279[ 4659] By: gsar on 1999/12/06 15:24:31
6280 Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
6281 <jarausch@igpm.rwth-aachen.de>)
6282 Branch: perl
6283 ! perl.h
6284____________________________________________________________________________
6285[ 4658] By: gsar on 1999/12/06 15:18:30
6286 Log: fix for -Dp via $^D (suggested by Stephane Payrard
6287 <stef@adnaccess.com>)
6288 Branch: perl
6289 ! mg.c
6290____________________________________________________________________________
6291[ 4657] By: gsar on 1999/12/06 06:50:01
6292 Log: change#4641 needs perldiag.pod edit
6293 Branch: perl
6294 - lib/unicode/UnicodeData-Latest.txt
6295 ! pod/perldiag.pod
6296____________________________________________________________________________
6297[ 4656] By: gsar on 1999/12/06 01:36:56
6298 Log: Makefile tweak for change#4649
6299 Branch: perl
6300 ! Makefile.SH
6301____________________________________________________________________________
6302[ 4655] By: gsar on 1999/12/05 17:23:57
6303 Log: change#4653 was missing a patch reject
6304 Branch: perl
6305 ! win32/makefile.mk
6306____________________________________________________________________________
6307[ 4654] By: gsar on 1999/12/05 11:41:04
6308 Log: windows build tweaks for Borland compiler
6309 Branch: perl
6310 ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
6311____________________________________________________________________________
6312[ 4653] By: gsar on 1999/12/05 11:07:37
6313 Log: applied somewhat modified version of suggested patch
6314 From: "Benjamin Stuhl" <sho_pi@hotmail.com>
6315 Date: Thu, 18 Nov 1999 18:45:27 PST
6316 Message-ID: <19991119024527.72749.qmail@hotmail.com>
6317 Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
6318 Branch: perl
6319 + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6320 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
6321 ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
6322 ! win32/makefile.mk win32/win32.h
6323____________________________________________________________________________
6324[ 4652] By: gsar on 1999/12/05 09:24:45
6325 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
6326 Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
6327 Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
6328 Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
6329 Branch: perl
6330 ! Changes hints/svr5.sh
6331____________________________________________________________________________
878143fb
MH
6332[ 4651] By: gsar on 1999/12/05 09:01:19
6333 Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
6334 when given non-existent drive names
6335 Branch: perl
6336 ! lib/File/Path.pm
6337____________________________________________________________________________
6338[ 4650] By: gsar on 1999/12/05 08:47:11
6339 Log: windows build tweaks for change#4649
6340 Branch: perl
6341 ! win32/Makefile win32/makefile.mk
6342____________________________________________________________________________
6343[ 4649] By: gsar on 1999/12/05 07:49:28
6344 Log: make File::Glob::glob() the default for CORE::glob()
6345 (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
6346 Branch: perl
6347 ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
6348 ! win32/makefile.mk
6349____________________________________________________________________________
6350[ 4648] By: gsar on 1999/12/05 00:33:34
6351 Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
6352 Branch: perl
6353 ! lib/Pod/Html.pm
6354____________________________________________________________________________
6355[ 4647] By: gsar on 1999/12/05 00:14:01
6356 Log: remove outdated entry
6357 Branch: perl
6358 ! pod/perltrap.pod
6359____________________________________________________________________________
6360[ 4646] By: gsar on 1999/12/04 22:48:51
6361 Log: s/block/loop block/ in diagnostics about next, last, redo
6362 Branch: perl
6363 ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
6364____________________________________________________________________________
6365[ 4645] By: gsar on 1999/12/04 22:25:32
6366 Log: readability tweak suggested by GRommel@sears.com
6367 Branch: perl
6368 ! pp.c
6369____________________________________________________________________________
6370[ 4644] By: gsar on 1999/12/04 22:05:00
6371 Log: Configure tweak from Peter Prymmer
6372 Branch: perl
6373 ! Configure
6374____________________________________________________________________________
6375[ 4643] By: gsar on 1999/12/04 21:55:27
6376 Log: make weak keyword check look for defined(&lock), not
6377 merely defined(*lock)
6378 Branch: perl
6379 ! toke.c
6380____________________________________________________________________________
6381[ 4642] By: gsar on 1999/12/04 21:11:51
6382 Log: make eof() open ARGV if it isn't open already; also fixes bug
6383 where eof() would operate on any last-read filehandle, not
6384 just ARGV
6385 Branch: perl
6386 ! pp_sys.c
6387____________________________________________________________________________
6388[ 4641] By: gsar on 1999/12/04 04:42:25
6389 Log: make uninitialized value warnings report opcode
6390 Branch: perl
6391 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
6392 ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
6393 ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
6394 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
6395 ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
6396 ! t/pragma/warn/sv
6397____________________________________________________________________________
6398[ 4640] By: gsar on 1999/12/04 02:40:44
6399 Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
6400 that don't do range checking
6401 Branch: perl
6402 ! lib/Time/Local.pm
6403____________________________________________________________________________
6404[ 4639] By: gsar on 1999/12/04 01:00:49
6405 Log: better implementation of change#3326; open(local $foo,...) now
6406 allowed in addition to any uninitialized variable, for consistency
6407 with how autovivification works elsewhere; add code to use the
6408 variable name as the name of the handle for simple variables, so
6409 that diagnostics report the handle: "... at - line 1, <$foo> line 10."
6410 Branch: perl
6411 ! op.c pod/perldelta.pod pp.c t/io/open.t
6412____________________________________________________________________________
6413[ 4638] By: gsar on 1999/12/03 21:20:00
6414 Log: pod nits
6415 Branch: perl
6416 ! pod/perlfunc.pod pod/perlrun.pod
6417____________________________________________________________________________
6418[ 4637] By: gsar on 1999/12/03 08:59:04
6419 Log: change#4431 was flawed
6420 Branch: perl
6421 ! Makefile.SH
6422____________________________________________________________________________
6423[ 4636] By: gsar on 1999/12/03 07:59:52
6424 Log: pod embellishments from Nathan Torkington
6425 Branch: perl
6426 ! pod/perlfaq2.pod pod/perlhack.pod
6427____________________________________________________________________________
6428[ 4635] By: gsar on 1999/12/03 07:56:04
6429 Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
6430 Branch: perl
6431 ! pod/perlfaq4.pod
6432____________________________________________________________________________
6433[ 4634] By: gsar on 1999/12/03 07:47:47
6434 Log: test tweak for VMS (from Craig A. Berry)
6435 Branch: perl
6436 ! t/io/nargv.t
6437____________________________________________________________________________
6438[ 4633] By: gsar on 1999/12/03 07:44:52
6439 Log: patchls tweak from Andreas Koenig
6440 Branch: perl
6441 ! Porting/patchls
6442____________________________________________________________________________
6443[ 4632] By: gsar on 1999/12/03 07:42:23
6444 Log: don't mess with the umask()
6445 Branch: perl
6446 ! installhtml installman installperl lib/ExtUtils/Install.pm
6447 ! lib/ExtUtils/Manifest.pm
6448____________________________________________________________________________
6449[ 4631] By: gsar on 1999/12/03 06:52:50
6450 Log: support -a switch to append bytecode to an existing file and make
6451 perlcc use it (from Tom Hughes <tom@compton.nu>)
6452 Branch: perl
6453 ! ext/B/B/Bytecode.pm utils/perlcc.PL
6454____________________________________________________________________________
6455[ 4630] By: gsar on 1999/12/03 06:46:16
6456 Log: document incompatible perl4 vec() vs bitwise ops interaction trap
6457 (from Tom Phoenix)
6458 Branch: perl
6459 ! pod/perltrap.pod
6460____________________________________________________________________________
6461[ 4629] By: gsar on 1999/12/03 06:40:15
6462 Log: use PerlIO abstraction rather than straight stdio (from
6463 Chip Salzenberg)
6464 Branch: perl
6465 ! ext/ByteLoader/ByteLoader.xs
6466____________________________________________________________________________
6467[ 4628] By: gsar on 1999/12/03 06:15:54
6468 Log: avoid warning in IO::Select::exists() if socket doesn't exist
6469 Branch: perl
6470 ! ext/IO/lib/IO/Select.pm
6471____________________________________________________________________________
6472[ 4627] By: gsar on 1999/12/03 06:05:19
6473 Log: two small patches from Peter Prymmer <pvhp@forte.com>
6474 Branch: perl
6475 ! makedepend.SH win32/Makefile win32/makefile.mk
6476____________________________________________________________________________
6477[ 4626] By: gsar on 1999/12/03 05:36:38
6478 Log: From: Peter Prymmer <pvhp@forte.com>
6479 Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
6480 Message-Id: <199911260506.VAA17230@brio.forte.com>
6481 Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
6482 Branch: perl
6483 ! regcomp.c
6484____________________________________________________________________________
6485[ 4625] By: gsar on 1999/12/03 05:20:21
6486 Log: Windows build tweaks due to change#4623
6487 Branch: perl
6488 ! win32/Makefile win32/makefile.mk win32/perlhost.h
6489____________________________________________________________________________
6490[ 4624] By: gsar on 1999/12/03 04:58:30
6491 Log: add missing file
6492 Branch: perl
6493 + ext/DynaLoader/XSLoader_pm.PL
6494____________________________________________________________________________
6495[ 4623] By: gsar on 1999/12/03 04:47:03
6496 Log: applied suggested patch; removed $VERSION = $VERSION hack
6497 (change#4043 fixed the need for that)
6498 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6499 Date: Tue, 16 Nov 1999 01:50:31 EST
6500 Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
6501 Subject: [PATCH 5.005_62] XSLoader.pm
6502 Branch: perl
6503 ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
6504 ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
6505 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
6506 ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
6507 ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
6508 ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
6509 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6510 ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
6511 ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
6512 ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
6513 ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
6514____________________________________________________________________________
6515[ 4622] By: gsar on 1999/12/03 04:02:39
6516 Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
6517 Branch: perl
6518 ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6519____________________________________________________________________________
34baa6c3
GS
6520[ 4621] By: gsar on 1999/12/02 22:24:53
6521 Log: caveat about thread-safety of extensions
6522 Branch: perl
6523 ! pod/perlfork.pod
6524____________________________________________________________________________
6525[ 4620] By: gsar on 1999/12/02 20:31:02
6526 Log: XS documentation patches suggested by Ilya, severally adjusted
6527 Branch: perl
6528 ! pod/perlxs.pod pod/perlxstut.pod
6529____________________________________________________________________________
6530[ 4619] By: gsar on 1999/12/02 17:52:50
6531 Log: re-add missing Unicode database master
6532 Branch: perl
6533 + lib/unicode/Unicode.300
6534____________________________________________________________________________
6535[ 4618] By: gsar on 1999/12/02 06:56:18
6536 Log: applied suggested patch with prototype changes
6537 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6538 Date: Tue, 23 Nov 1999 22:55:55 EST
6539 Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
6540 Subject: [PATCH 5.005_62] First char cognizance
6541 Branch: perl
6542 ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
6543____________________________________________________________________________
6544[ 4617] By: gsar on 1999/12/02 06:04:57
6545 Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
6546 Branch: perl
6547 ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
6548____________________________________________________________________________
6549[ 4616] By: gsar on 1999/12/02 04:30:22
6550 Log: various documentation tweaks suggested by M. J. T. Guy
6551 Branch: perl
6552 ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
6553____________________________________________________________________________
6554[ 4615] By: gsar on 1999/12/02 04:17:43
6555 Log: various File::Glob fixes for DOSISH platforms
6556 From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
6557 Date: Tue, 02 Nov 1999 11:11:25 GMT
6558 Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
6559 Subject: File::Glob again. Final patch, honest!
6560 Branch: perl
6561 + t/lib/glob-case.t
6562 ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
6563 ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
6564 ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
6565____________________________________________________________________________
6566[ 4614] By: gsar on 1999/12/02 03:42:55
6567 Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
6568 variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
6569 Branch: perl
6570 ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
6571____________________________________________________________________________
6572[ 4613] By: gsar on 1999/12/02 01:59:19
6573 Log: ignore yet another known scalar leak
6574 Branch: perl
6575 ! t/pragma/warn/regcomp
6576____________________________________________________________________________
6577[ 4612] By: gsar on 1999/12/02 01:15:02
6578 Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
6579 Branch: perl
6580 ! pp.c
6581____________________________________________________________________________
6582[ 4611] By: gsar on 1999/12/02 00:31:43
6583 Log: a somewhat tweaked version of suggested patch
6584 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6585 Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
6586 Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
6587 Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
6588 Branch: perl
6589 ! pod/perlfunc.pod
6590____________________________________________________________________________
6591[ 4610] By: gsar on 1999/12/01 19:09:31
6592 Log: more accurate require() pseudocode (from James P. Williams
6593 <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
6594 Branch: perl
6595 ! pod/perlfunc.pod
6596____________________________________________________________________________
6597[ 4609] By: gsar on 1999/12/01 18:43:49
6598 Log: avoid "Callback called exit" error on intentional exit()
6599 Branch: perl
6600 ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
6601____________________________________________________________________________
6602[ 4608] By: gsar on 1999/12/01 18:42:38
6603 Log: find_byclass() prototype was incoherent
6604 Branch: perl
6605 ! regexec.c
6606____________________________________________________________________________
6607[ 4607] By: gsar on 1999/12/01 05:45:10
6608 Log: better documentation for goto &NAME (from M. J. T. Guy)
6609 Branch: perl
6610 ! pod/perlfunc.pod
6611____________________________________________________________________________
6612[ 4606] By: gsar on 1999/12/01 05:33:14
6613 Log: integrate cfgperl contents into mainline
6614 Branch: perl
6615 +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
6616 +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
6617 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6618 ! Changes
6619 !> (integrate 210 files)
6620____________________________________________________________________________
d9aad7f7
GS
6621[ 4605] By: gsar on 1999/12/01 05:15:27
6622 Log: avoid PTR->IV cast warnings
6623 Branch: perl
6624 ! mg.c op.c scope.h
6625____________________________________________________________________________
6626[ 4604] By: gsar on 1999/12/01 03:59:56
6627 Log: email address changes
6628 Branch: perl
6629 ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
6630 ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
6631 ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
6632 ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
6633 ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
6634____________________________________________________________________________
6635[ 4603] By: gsar on 1999/12/01 03:45:13
6636 Log: minor USE_ITHREADS tweaks
6637 Branch: perl
6638 ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
6639 ! win32/perllib.c win32/win32.h
6640____________________________________________________________________________
6641[ 4602] By: gsar on 1999/12/01 01:00:09
6642 Log: more complete pseudo-fork() support for Windows
6643 Branch: perl
6644 + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
6645 ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
6646 ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
6647 ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
6648 ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
6649 ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
6650 ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
6651 ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
6652 ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
6653 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
6654 ! win32/win32iop.h win32/win32thread.h
6655____________________________________________________________________________
6656[ 4601] By: gsar on 1999/12/01 00:45:38
6657 Log: rudimentary support for remote debugging, from aeons ago (somewhat
6658 modified)
6659 From: Graham TerMarsch <grahamt@ActiveState.com>
6660 Date: Sat, 12 Sep 1998 10:46:55 -0700
6661 Message-ID: <35FAB38F.EA9AAC50@activestate.com>
6662 Subject: Re: Patches to perl5db.pl to allow for remote debugging
6663 Branch: perl
6664 ! lib/perl5db.pl
6665____________________________________________________________________________
6666[ 4600] By: chip on 1999/11/19 21:16:00
6667 Log: Document known limitations of fdopen() on some systems,
6668 as they apply to open() and sysopen().
6669 Branch: perl
6670 ! pod/perlfunc.pod
6671____________________________________________________________________________
6672[ 4599] By: chip on 1999/11/19 17:20:19
6673 Log: Undef printf before redirecting it to PerlIO_stdoutf.
6674 (Avoids an irritating warning when compiling with PerlIO.)
6675 Branch: perl
6676 ! perl.h
6677____________________________________________________________________________
6678[ 4598] By: jhi on 1999/11/22 21:30:17
6679 Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
6680 Branch: cfgperl
6681 ! README.vms t/io/open.t
6682____________________________________________________________________________
6683[ 4597] By: jhi on 1999/11/21 16:21:21
6684 Log: Replace #4596 with the change done in 5.005_03.
6685 Branch: cfgperl
6686 ! ext/Errno/Errno_pm.PL
6687____________________________________________________________________________
6688[ 4596] By: jhi on 1999/11/21 16:07:20
6689 Log: Skip processing a file if the file to be opened is '-'
6690 (can happen in UNICOS)
6691 Branch: cfgperl
6692 ! ext/Errno/Errno_pm.PL
6693____________________________________________________________________________
6694[ 4595] By: jhi on 1999/11/21 14:05:10
6695 Log: VMS patches from Peter Prymmer.
6696 Branch: cfgperl
6697 ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
6698____________________________________________________________________________
6699[ 4594] By: jhi on 1999/11/18 17:07:14
6700 Log: The find_byclass prototype is already in proto.h.
6701 Branch: cfgperl
6702 ! regexec.c
6703____________________________________________________________________________
6704[ 4593] By: gsar on 1999/11/16 21:25:21
6705 Log: typo in flag checks
6706 Branch: utfperl
6707 ! sv.h
6708____________________________________________________________________________
6709[ 4592] By: jhi on 1999/11/16 21:17:25
6710 Log: Regen Configure.
6711 Branch: cfgperl
6712 ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
6713 Branch: metaconfig
6714 ! U/a_dvisory/quadtype.U
6715____________________________________________________________________________
6716[ 4591] By: jhi on 1999/11/16 14:53:19
6717 Log: Integrate with Sarathy.
6718 Branch: cfgperl
6719 !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
6720 !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
6721 !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
6722 !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
6723 !> t/pod/poderrs.xr
6724____________________________________________________________________________
6725[ 4590] By: gsar on 1999/11/16 05:57:56
6726 Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
6727 Branch: perl
6728 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
6729 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
6730 ! t/pod/poderrs.t t/pod/poderrs.xr
6731____________________________________________________________________________
6732[ 4589] By: gsar on 1999/11/15 18:47:34
6733 Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
6734 C<if (fork()) { print "parent" } else { print "child" }> works on
6735 Windows (incidentally running a cloned^2 interpreter :)
6736 Branch: perl
6737 ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
6738 ! pp_sys.c proto.h sv.c
6739____________________________________________________________________________
6740[ 4588] By: gsar on 1999/11/15 14:34:36
6741 Log: cloning the stack (part 1)
6742 Branch: perl
6743 ! cop.h deb.c perl.c sv.c
6744____________________________________________________________________________
6745[ 4587] By: jhi on 1999/11/15 00:22:20
6746 Log: Integrate with Sarathy.
6747 Branch: cfgperl
6748 !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
6749 !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
6750 !> win32/perllib.c
6751____________________________________________________________________________
6752[ 4586] By: jhi on 1999/11/14 21:17:26
6753 Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
6754 Branch: cfgperl
6755 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
6756____________________________________________________________________________
6757[ 4585] By: gsar on 1999/11/14 20:01:45
6758 Log: tweak for win32 build
6759 Branch: perl
6760 ! embed.h embed.pl op.c proto.h
6761____________________________________________________________________________
6762[ 4584] By: gsar on 1999/11/14 19:46:25
6763 Log: cosmetic tweaks
6764 Branch: perl
6765 ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
6766 ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
6767____________________________________________________________________________
6768[ 4583] By: gsar on 1999/11/14 17:38:32
6769 Log: fix problem pointer casts
6770 Branch: perl
6771 ! Changes run.c sv.c
6772____________________________________________________________________________
4265b575
GS
6773[ 4582] By: jhi on 1999/11/14 17:10:01
6774 Log: Integrate with Sarathy.
6775 Branch: cfgperl
6776 !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
6777 !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
6778 !> vms/perly_c.vms win32/perllib.c
6779____________________________________________________________________________
6780[ 4581] By: jhi on 1999/11/14 17:08:23
6781 Log: The separation of 64-bitness and largefileness continues
6782 (with a setback, see hpux.sh).
6783 Branch: cfgperl
6784 ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
6785 ! hints/solaris_2.sh
6786 Branch: metaconfig
6787 ! U/threads/archname.U U/typedefs/lseektype.U
6788 Branch: metaconfig/U/perl
6789 ! fpossize.U use64bits.U uselfs.U
6790____________________________________________________________________________
6791[ 4580] By: jhi on 1999/11/14 13:26:41
6792 Log: Another Unicode update.
6793 Branch: cfgperl
6794 + lib/unicode/Jamo.txt lib/unicode/NamesList.html
6795 + lib/unicode/UCD300.html lib/unicode/Unicode3.html
6796 - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
6797 ! (edit 189 files)
6798____________________________________________________________________________
6799[ 4579] By: gsar on 1999/11/14 10:21:49
6800 Log: sundry cleanups for cloned interpreters (only known failure mode
6801 is due to regexps keeping non-constant data in their compiled
6802 structures)
6803 Branch: perl
6804 ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
6805 ! pp_sys.c sv.c toke.c util.c win32/perllib.c
6806____________________________________________________________________________
6807[ 4578] By: gsar on 1999/11/14 03:37:37
6808 Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
6809 Branch: perl
6810 ! perly.c perly.y t/op/misc.t vms/perly_c.vms
6811____________________________________________________________________________
6812[ 4577] By: jhi on 1999/11/13 19:50:24
6813 Log: Change #4576 accidentally leaked also parts of
6814 Ilya's patch that won't apply cleanly anymore.
6815 Branch: cfgperl
6816 ! regexec.c t/op/re_tests
6817____________________________________________________________________________
6818[ 4576] By: jhi on 1999/11/13 19:43:37
6819 Log: Integrate with Sarathy.
6820 Branch: cfgperl
6821 ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
6822 !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
6823 !> t/op/regexp.t t/pragma/overload.t
6824____________________________________________________________________________
6825[ 4575] By: gsar on 1999/11/13 19:41:46
6826 Log: typos in change#4561 and change#4565
6827 Branch: perl
6828 ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
6829____________________________________________________________________________
6830[ 4574] By: gsar on 1999/11/13 19:31:19
6831 Log: revert non-kosher parts of change#4562 (sort order problems
6832 should be ignored (on ebcdic) by fixing dumper.t/T() to sort
6833 result and expected lines; /[:ascii:]/ not working should be
6834 fixed, not ignored in regexp.t; result from sort should be
6835 fixed to be ascii portable on ebcdic, not ebcdic-specific)
6836 Branch: perl
6837 ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
6838____________________________________________________________________________
6839[ 4573] By: gsar on 1999/11/13 19:13:04
6840 Log: integrate cfgperl changes into mainline
6841 Branch: perl
6842 +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
6843 +> lib/unicode/In/BopomofoExtended.pl
6844 +> lib/unicode/In/BraillePatterns.pl
6845 +> lib/unicode/In/CJKRadicalsSupplement.pl
6846 +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6847 +> lib/unicode/In/Cherokee.pl
6848 +> lib/unicode/In/IdeographicDescriptionCharacters.pl
6849 +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
6850 +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6851 +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
6852 +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
6853 +> lib/unicode/In/Thaana.pl
6854 +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6855 +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6856 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6857 !> (integrate 213 files)
6858____________________________________________________________________________
6859[ 4572] By: jhi on 1999/11/13 18:44:50
6860 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
6861 To: perl5-porters@perl.org, VMSPERL@perl.org
6862 Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
6863 Date: Wed, 27 Oct 1999 11:02:54 -0500
6864 Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
6865 Branch: cfgperl
6866 ! README.vms
6867____________________________________________________________________________
6868[ 4571] By: jhi on 1999/11/13 18:33:39
6869 Log: From: jand@activestate.com (Jan Dubois)
6870 To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
6871 Cc: Douglas Lankshear <dougl@activestate.com>,
6872 Gurusamy Sarathy <gsar@activestate.com>
6873 Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
6874 Date: Tue, 09 Nov 1999 00:38:33 +0100
6875 Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
6876 Branch: cfgperl
6877 ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
6878 ! win32/config.gc win32/config.vc win32/config_H.bc
6879 ! win32/config_H.gc win32/config_H.vc win32/perllib.c
6880 ! win32/win32.c win32/win32iop.h
6881____________________________________________________________________________
6882[ 4570] By: jhi on 1999/11/13 18:30:37
6883 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6884 To: perl5-porters@perl.org (Mailing list Perl5)
6885 Subject: [PATCH 5.005_62] makedef.pl goof
6886 Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
6887 Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
6888 Branch: cfgperl
6889 ! makedef.pl
6890____________________________________________________________________________
6891[ 4569] By: jhi on 1999/11/13 18:06:54
6892 Log: From: Michael G Schwern <schwern@pobox.com>
6893 To: perl5-porters@perl.org, pod-people@perl.org
6894 Cc: tchrist@mox.perl.com, gnat@frii.com
6895 Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
6896 Date: Wed, 10 Nov 1999 17:21:46 -0500
6897 Message-ID: <19991110172146.A23527@athens.aocn.com>
6898 Branch: cfgperl
6899 ! pod/perlfaq9.pod
6900____________________________________________________________________________
6901[ 4568] By: jhi on 1999/11/13 18:05:33
6902 Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
6903 To: <perl5-porters@perl.org>
6904 Subject: DynaLoader_pm.PL patch (backslashes in strings)
6905 Date: Wed, 10 Nov 1999 22:52:02 -0000
6906 Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
6907 Branch: cfgperl
6908 ! ext/DynaLoader/DynaLoader_pm.PL
6909____________________________________________________________________________
6910[ 4567] By: jhi on 1999/11/13 18:03:52
6911 Log: From: JD Laub <jdl@access-health.com>
6912 To: perl5-porters@perl.org
6913 Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
6914 Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
6915 Message-Id: <199911121558.IAA08915@mocha.iasi.com>
6916 Branch: cfgperl
6917 ! lib/Exporter/Heavy.pm
6918____________________________________________________________________________
6919[ 4566] By: jhi on 1999/11/13 18:01:24
6920 Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
6921 To: perl5-porters@perl.org
6922 Subject: small patch for perldoc
6923 Date: Fri, 12 Nov 1999 23:11:43 GMT
6924 Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
6925 Branch: cfgperl
6926 ! utils/perldoc.PL
6927____________________________________________________________________________
6928[ 4565] By: jhi on 1999/11/13 17:58:54
6929 Log: From: Scott Gifford <sgifford@tir.com>
6930 To: perl5-porters@perl.org
6931 Cc: gbarr@pobox.com
6932 Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
6933 Date: 12 Nov 1999 18:55:30 -0500
6934 Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
6935 Branch: cfgperl
6936 ! ext/IO/lib/IO/Socket.pm
6937____________________________________________________________________________
6938[ 4564] By: jhi on 1999/11/13 17:45:39
6939 Log: Applied manually:
6940 From: "Craig A. Berry" <craig.berry@metamor.com>
6941 To: perl5-porters@perl.org, VMSPERL@perl.org
6942 Subject: [PATCH 5.005_62] patches required to build on VMS
6943 Date: Tue, 09 Nov 1999 18:16:14 -0600
6944 Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
6945 Branch: cfgperl
6946 ! configure.com vms/descrip_mms.template vms/subconfigure.com
6947 ! vms/vms.c vms/vmsish.h
6948____________________________________________________________________________
6949[ 4563] By: jhi on 1999/11/13 17:18:41
6950 Log: Regen Unicode tables to include a warning:
6951 Thou Shalt Not Edit Them By Hand; add missing
6952 (Unicode 2.0 -introduced) tables to MANIFEST;
6953 convert the equivalence tables to be valid Perl code.
6954 Branch: cfgperl
6955 + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
6956 + lib/unicode/In/BopomofoExtended.pl
6957 + lib/unicode/In/BraillePatterns.pl
6958 + lib/unicode/In/CJKRadicalsSupplement.pl
6959 + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
6960 + lib/unicode/In/Cherokee.pl
6961 + lib/unicode/In/IdeographicDescriptionCharacters.pl
6962 + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
6963 + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
6964 + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
6965 + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
6966 + lib/unicode/In/Thaana.pl
6967 + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
6968 + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
6969 - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6970 ! (edit 169 files)
6971____________________________________________________________________________
6972[ 4562] By: jhi on 1999/11/13 16:53:00
6973 Log: From: Peter Prymmer <pvhp@forte.com>
6974 To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
6975 Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
6976 Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
6977 Message-Id: <199911102234.OAA01018@brio.forte.com>
6978 Branch: cfgperl
6979 ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
6980 ! t/pragma/overload.t
6981____________________________________________________________________________
6982[ 4561] By: jhi on 1999/11/13 16:29:37
6983 Log: $Config{myarchname} is not a good architecture identifier
6984 because it may contain host/node identification like
6985 CPU serial numbers.
6986 Branch: cfgperl
6987 ! ext/Errno/Errno_pm.PL
6988____________________________________________________________________________
6989[ 4560] By: jhi on 1999/11/13 16:26:13
6990 Log: Continue largefileness separation from quadness;
6991 move nv-preserving test out of perl.h into Configure;
6992 use HAS_SETVBUF in IO.
6993 Branch: cfgperl
6994 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6995 ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
6996 Branch: metaconfig
6997 ! U/a_dvisory/quadtype.U
6998 Branch: metaconfig/U/perl
6999 + nvpresuv.U
7000 ! d_fseeko.U d_ftello.U io64.U perlxv.U
7001____________________________________________________________________________
7002[ 4559] By: jhi on 1999/11/13 13:46:38
7003 Log: Try to fix largefileness so that it "works" without a quad IV.
7004 Branch: cfgperl
7005 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7006 ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
7007 Branch: metaconfig
7008 ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
7009 Branch: metaconfig/U/perl
7010 ! io64.U
7011____________________________________________________________________________
7012[ 4558] By: jhi on 1999/11/13 11:36:19
7013 Log: Undo drift from mainline.
7014 Branch: cfgperl
7015 ! regcomp.c util.c utils/h2xs.PL
7016____________________________________________________________________________
7017[ 4557] By: gsar on 1999/11/13 10:54:46
7018 Log: typo
7019 Branch: perl
7020 ! util.c
7021____________________________________________________________________________
7022[ 4556] By: gsar on 1999/11/13 10:53:41
7023 Log: integrate cfgperl contents (op.[ch] needed manual resolve)
7024 Branch: perl
7025 +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
7026 +> epoc/epoc_stubs.c
7027 !> (integrate 48 files)
7028____________________________________________________________________________
7029[ 4555] By: jhi on 1999/11/13 10:05:54
7030 Log: Integrate with Sarathy.
7031 Branch: cfgperl
7032 !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7033 !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7034____________________________________________________________________________
7035[ 4554] By: jhi on 1999/11/13 10:03:07
7036 Log: s/_SIGN$/_sign/g;
7037 Branch: metaconfig
7038 ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
7039____________________________________________________________________________
7040[ 4553] By: gsar on 1999/11/13 02:17:53
7041 Log: cloned interpreters now actually run and pass all but 55/10386
7042 subtests; various subtle bugs, new and old, observed when running
7043 cloned interpreters have been fixed
7044
7045 still to do:
7046 | * dup psig_ptr table
7047 | * merge PADOP GVs support with "our" SVs (existing PADOPs are too
7048 | simple-minded and grab one pad entry each, heavily bloating
7049 | the pad by not avoiding dups)
7050 | * overloaded constants are not really immutable--they need to
7051 | be PADOPs
7052 | * allocator for constants and OPs need to be spelled differently
7053 | (shared vs interpreter-local allocations)
7054 | * optree refcounting is still missing locking (macros are in place)
7055 | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
7056 | perl_clone() can be called from within runops*()
7057 Branch: perl
7058 ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
7059 ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
7060____________________________________________________________________________
7061[ 4552] By: jhi on 1999/11/11 23:17:43
7062 Log: Turn on largefileness always if available and
7063 continue 64-bit fixes.
7064 Branch: cfgperl
7065 ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
7066 ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
7067 ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
7068____________________________________________________________________________
7069[ 4551] By: jhi on 1999/11/11 23:16:15
7070 Log: Split int64type from i_inttypes, rename quadcase into quadkind.
7071 Branch: metaconfig
7072 ! U/a_dvisory/quadtype.U
7073 Branch: metaconfig/U/perl
7074 + d_int64t.U
7075 ! i_inttypes.U io64.U
7076____________________________________________________________________________
7077[ 4550] By: jhi on 1999/11/11 20:24:55
7078 Log: Fix a thinko in 4548.
7079 Branch: cfgperl
7080 ! pp_sys.c
7081____________________________________________________________________________
7082[ 4549] By: jhi on 1999/11/11 19:48:21
7083 Log: Integrate with Sarathy.
7084 Branch: cfgperl
7085 !> (integrate 56 files)
7086____________________________________________________________________________
7087[ 4548] By: jhi on 1999/11/11 19:41:56
7088 Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
7089 regen Configure.
7090 Branch: cfgperl
7091 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7092 ! config_h.SH pp_sys.c
7093____________________________________________________________________________
7094[ 4547] By: jhi on 1999/11/11 19:40:38
7095 Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
7096 Branch: metaconfig
7097 + U/typedefs/sizesize.U U/typedefs/ssizesize.U
7098 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
7099____________________________________________________________________________
7100[ 4546] By: gsar on 1999/11/11 10:32:54
7101 Log: avoid stash pointers in optree under USE_ITHREADS
7102 Branch: perl
7103 ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
7104 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
7105 ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
7106 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7107 ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
7108 ! scope.h sv.c
7109____________________________________________________________________________
7110[ 4545] By: gsar on 1999/11/11 06:04:20
7111 Log: another change towards a shareable optree: avoid pointer to filegv
7112 in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
7113 (CvFILE() may yet come in handy somewhere); adjust compiler doodads
7114 to suit
7115 Branch: perl
7116 ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
7117 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7118 ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
7119 ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
7120 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7121 ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
7122 ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
7123 ! win32/perllib.c
7124____________________________________________________________________________
7125[ 4544] By: gsar on 1999/11/10 18:19:12
7126 Log: more cleanups for change#4539
7127 Branch: perl
7128 ! gv.h op.c op.h pp_ctl.c pp_hot.c
7129____________________________________________________________________________
7130[ 4543] By: gsar on 1999/11/10 01:52:22
7131 Log: remove dead branch/infinite looper in change#3612
7132 Branch: perl
7133 ! op.c
7134____________________________________________________________________________
7135[ 4542] By: gsar on 1999/11/09 20:05:47
7136 Log: IoDIRP may be fake when used in source filters, mark as such
7137 Branch: perl
7138 ! sv.c sv.h toke.c
7139____________________________________________________________________________
7140[ 4541] By: gsar on 1999/11/09 05:47:53
7141 Log: small nits in changes#4538,4539
7142 Branch: perl
7143 ! op.c sv.c
7144____________________________________________________________________________
7145[ 4540] By: gsar on 1999/11/08 20:30:58
7146 Log: win32 symbol export tweak
7147 Branch: perl
7148 ! makedef.pl win32/win32.c win32/win32iop.h
7149____________________________________________________________________________
7150[ 4539] By: gsar on 1999/11/08 18:50:40
7151 Log: preliminary support for GVOP indirection via pad
7152 Branch: perl
7153 ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
7154 ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
7155____________________________________________________________________________
7156[ 4538] By: gsar on 1999/11/08 11:25:49
7157 Log: preliminary support for perl_clone() (still needs work in
7158 the following areas: SVOPs must indirect via pad; context
7159 stack, scope stack, and runlevels must be cloned; must
7160 hook up the virtualized pseudo-process support provided by
7161 "host"; ...)
7162 Branch: perl
7163 ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
7164 ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
7165 ! win32/perllib.c win32/win32.c
7166____________________________________________________________________________
7167[ 4537] By: gsar on 1999/11/08 11:19:18
7168 Log: more thorough cleanup in perl_destroy()
7169 Branch: perl
7170 ! perl.c util.c
7171____________________________________________________________________________
7172[ 4536] By: gsar on 1999/11/08 07:16:10
7173 Log: win32 internal data must be interpreter-local
7174 Branch: perl
7175 ! win32/win32.c win32/win32.h win32/win32sck.c
7176____________________________________________________________________________
7177[ 4535] By: gsar on 1999/11/08 04:17:28
7178 Log: tweak change#4502
7179 Branch: perl
7180 ! doio.c perl.c
7181____________________________________________________________________________
7182[ 4534] By: jhi on 1999/11/07 13:17:03
7183 Log: Four special class subs, not three.
7184 Branch: cfgperl
7185 ! pod/perlmod.pod
7186____________________________________________________________________________
7187[ 4533] By: jhi on 1999/11/07 13:13:15
7188 Log: Integrate with Sarathy.
7189 Branch: cfgperl
7190 !> mg.c t/io/print.t
7191____________________________________________________________________________
7192[ 4532] By: jhi on 1999/11/07 12:36:10
7193 Log: More test program maintenance.
7194 Branch: cfgperl
7195 ! Configure config_h.SH
7196 Branch: metaconfig
7197 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7198 ! U/compline/charsize.U U/compline/d_sigaction.U
7199 ! U/compline/doublesize.U U/compline/floatsize.U
7200 ! U/compline/nblock_io.U U/compline/ptrsize.U
7201 ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
7202 ! U/typedefs/uidsize.U
7203 Branch: metaconfig/U/perl
7204 ! fpossize.U
7205____________________________________________________________________________
7206[ 4531] By: jhi on 1999/11/07 00:34:09
7207 Log: Tidy up the metaconfig test programs.
7208 Branch: cfgperl
7209 ! Configure config_h.SH
7210 Branch: metaconfig
7211 ! U/a_dvisory/intsize.U U/compline/alignbytes.U
7212 ! U/compline/charsize.U U/compline/doublesize.U
7213 ! U/compline/nblock_io.U U/compline/ptrsize.U
7214 ! U/modified/d_longlong.U U/typedefs/gidsize.U
7215 ! U/typedefs/lseektype.U U/typedefs/pidsize.U
7216 ! U/typedefs/uidsize.U
7217 Branch: metaconfig/U/perl
7218 ! fpossize.U
7219____________________________________________________________________________
7220[ 4530] By: jhi on 1999/11/06 23:51:34
7221 Log: So many printfs, so little time.
7222 Branch: cfgperl
7223 ! op.c perl.c regcomp.c scope.c util.c
7224____________________________________________________________________________
7225[ 4529] By: jhi on 1999/11/06 23:27:35
7226 Log: Replace the explicit zeros with NOOPs.
7227 Branch: cfgperl
7228 ! perl.h
7229____________________________________________________________________________
7230[ 4528] By: jhi on 1999/11/06 23:10:54
7231 Log: From: jand@activestate.com (Jan Dubois)
7232 To: perl5-porters@perl.org
7233 Cc: Mike Blazer <blazer@mail.nevalink.ru>,
7234 Mark Borgerding <mborgerding@acm.org>
7235 Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
7236 Date: Sat, 06 Nov 1999 22:16:43 +0100
7237 Message-ID: <38279207.46448719@smtprelay.t-online.de>
7238 Branch: cfgperl
7239 ! op.c op.h
7240____________________________________________________________________________
7241[ 4527] By: jhi on 1999/11/06 20:22:14
7242 Log: ...and fewer.
7243 Branch: cfgperl
7244 ! dump.c
7245____________________________________________________________________________
7246[ 4526] By: jhi on 1999/11/06 20:19:04
7247 Log: ...and they are getting fewer.
7248 Branch: cfgperl
7249 ! dump.c op.c util.c
7250____________________________________________________________________________
7251[ 4525] By: jhi on 1999/11/06 19:59:59
7252 Log: More printf miscasts flushed out.
7253 Branch: cfgperl
7254 ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
7255 ! regexec.c
7256____________________________________________________________________________
7257[ 4524] By: jhi on 1999/11/06 15:39:05
7258 Log: Crushing the remaining %ld guerillas.
7259 Branch: cfgperl
7260 ! ext/Devel/DProf/DProf.xs
7261____________________________________________________________________________
7262[ 4523] By: jhi on 1999/11/06 15:11:38
7263 Log: Update CPAN sites list.
7264 Branch: cfgperl
7265 ! pod/perlmodlib.pod
7266____________________________________________________________________________
7267[ 4522] By: jhi on 1999/11/05 19:50:46
7268 Log: The -n32 is normally part of $cc, not $ccflags.
7269 Branch: cfgperl
7270 ! hints/irix_6.sh
7271____________________________________________________________________________
7272[ 4521] By: gsar on 1999/11/05 04:35:30
7273 Log: allow $\ to work right when set to a string with embedded nulls
7274 Branch: perl
7275 ! mg.c t/io/print.t
7276____________________________________________________________________________
7277[ 4520] By: jhi on 1999/11/04 23:30:09
7278 Log: Integrate with Sarathy.
7279 Branch: cfgperl
7280 !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
7281 !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
7282 !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
7283 !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
7284 !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
7285 !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
7286____________________________________________________________________________
7287[ 4519] By: jhi on 1999/11/04 23:09:25
7288 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7289 To: perl5-porters@perl.org (Mailing list Perl5)
7290 Subject: [PATCH 5.005_62] ref to non-lvalue method
7291 Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
7292 Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
7293 Branch: cfgperl
7294 ! op.c
7295____________________________________________________________________________
7296[ 4518] By: jhi on 1999/11/04 23:07:27
7297 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7298 To: perl5-porters@perl.org (Mailing list Perl5)
7299 Subject: [PATCH 5.005_62] xsubpp dependency
7300 Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
7301 Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
7302 Branch: cfgperl
7303 ! lib/ExtUtils/MM_Unix.pm
7304____________________________________________________________________________
7305[ 4517] By: jhi on 1999/11/04 23:05:59
7306 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7307 To: perl5-porters@perl.org (Mailing list Perl5)
7308 Subject: [PATCH 5.005_62] regexp.h
7309 Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
7310 Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
7311 Branch: cfgperl
7312 ! regexp.h
7313____________________________________________________________________________
7314[ 4516] By: gsar on 1999/11/04 18:25:45
7315 Log: change#4485 didn't do the right thing for B::Bytecode
7316 Branch: perl
7317 ! ext/B/B/Bytecode.pm
7318____________________________________________________________________________
7319[ 4515] By: gsar on 1999/11/04 17:28:29
7320 Log: implement STOP blocks and fix compiler to use them (minimally
7321 tested)
7322 Branch: perl
7323 ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
7324 ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
7325 ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7326 ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
7327 ! pod/perltodo.pod toke.c
7328____________________________________________________________________________
7329[ 4514] By: gsar on 1999/11/04 15:59:46
7330 Log: display BSD license in Glob.pm (for clause #2 conformity)
7331 Branch: perl
7332 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
7333 ! ext/File/Glob/bsd_glob.h
7334____________________________________________________________________________
7335[ 4513] By: jhi on 1999/11/04 08:26:19
7336 Log: Integrate with Sarathy.
7337 Branch: cfgperl
7338 +> t/io/nargv.t
7339 !> (integrate 34 files)
7340____________________________________________________________________________
7341[ 4512] By: jhi on 1999/11/04 08:01:25
7342 Log: Incremental Mac integration from Matthias.
7343 Branch: cfgperl
7344 ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
7345 ! toke.c util.c
7346____________________________________________________________________________
7347[ 4511] By: gsar on 1999/11/04 02:53:37
7348 Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
7349 Branch: perl
7350 ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
7351 ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
7352 ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
7353 ! xsutils.c
7354____________________________________________________________________________
7355[ 4510] By: jhi on 1999/11/02 22:12:29
7356 Log: S_init_interp is a better place to diddle with PL_opargs
7357 than perl_construct.
7358 Branch: cfgperl
7359 ! perl.c
7360____________________________________________________________________________
7361[ 4509] By: jhi on 1999/11/02 21:30:02
7362 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7363 To: ben@mucus.advanced.org, perl5-porters@perl.org
7364 Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
7365 Date: Tue, 02 Nov 1999 21:36:00 +0000
7366 Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
7367 Branch: cfgperl
7368 ! pod/perlfunc.pod
7369____________________________________________________________________________
7370[ 4508] By: jhi on 1999/11/02 20:46:27
7371 Log: Initial integration of the MacPerl changes form Matthias.
7372 Branch: cfgperl
7373 ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
7374 ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
7375 ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
7376____________________________________________________________________________
7377[ 4507] By: jhi on 1999/11/01 23:05:07
7378 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7379 To: lvirden@cas.org (Larry W. Virden)
7380 Cc: perl5-porters@perl.org, lvirden@cas.org
7381 Subject: Re: [ID 19991026.001] perl segmentation fault report
7382 Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
7383 Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
7384 Branch: cfgperl
7385 ! regexec.c t/op/pat.t
7386____________________________________________________________________________
7387[ 4506] By: jhi on 1999/11/01 19:56:28
7388 Log: From: Olaf Flebbe <olaf@science-computing.de>
7389 To: perl5-porters@perl.org
7390 Subject: [PATCH: 5.005_62] Patch for EPOC Support
7391 Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
7392 Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
7393 Branch: cfgperl
7394 + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
7395 + epoc/epoc_stubs.c
7396 ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
7397 ! epoc/perl.pkg
7398____________________________________________________________________________
7399[ 4505] By: gsar on 1999/11/01 17:09:44
7400 Log: macros for COP.cop_filegv access
7401 Branch: perl
7402 ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
7403 ! util.c
7404____________________________________________________________________________
7405[ 4504] By: gsar on 1999/11/01 17:08:28
7406 Log: enable better Win32::DomainName() by demand loading netapi32.dll
7407 (from Jan Dubois)
7408 Branch: perl
7409 ! pod/Win32.pod win32/win32.c
7410____________________________________________________________________________
7411[ 4503] By: gsar on 1999/10/31 20:56:06
7412 Log: change#4502 was missing a file
7413 Branch: perl
7414 + t/io/nargv.t
7415____________________________________________________________________________
7416[ 4502] By: gsar on 1999/10/31 20:46:02
7417 Log: make nested ARGV/$^I loops work correctly; fixes several bugs
7418 in the way ARGV state was handled in readline(); writing a
7419 subroutine to do inplace edits is now possible, provided *ARGV,
7420 *ARGVOUT, $^I and $_ are localized where needed
7421 Branch: perl
7422 ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
7423 ! pp_hot.c scope.c
7424____________________________________________________________________________
7425[ 4501] By: jhi on 1999/10/31 12:43:54
7426 Log: Integrate with Sarathy.
7427 Branch: cfgperl
7428 !> perl.h win32/config.bc win32/config.gc win32/config.vc
7429 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7430____________________________________________________________________________
7431[ 4500] By: gsar on 1999/10/31 10:01:17
7432 Log: updated windows config* files
7433 Branch: perl
7434 ! win32/config.bc win32/config.gc win32/config.vc
7435 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7436____________________________________________________________________________
7437[ 4499] By: gsar on 1999/10/31 09:15:17
7438 Log: integrate cfgperl contents into mainline
7439 Branch: perl
7440 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7441 !> config_h.SH perl.h
7442____________________________________________________________________________
7443[ 4498] By: gsar on 1999/10/31 09:13:41
7444 Log: remove unused struct Outrec
7445 Branch: perl
7446 ! perl.h
7447____________________________________________________________________________
7448[ 4497] By: jhi on 1999/10/30 12:41:50
7449 Log: Add HAS_QUAD ($Config{d_quad}); use it.
7450 Branch: cfgperl
7451 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7452 ! config_h.SH perl.h
7453 Branch: metaconfig
7454 ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
7455 ! U/typedefs/uidf.U
7456 Branch: metaconfig/U/perl
7457 ! perlxv.U
7458____________________________________________________________________________
7459[ 4496] By: gsar on 1999/10/30 00:28:32
7460 Log: integrate cfgperl contents into mainline
7461 Branch: perl
7462 !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
7463 !> Porting/config_H README.hurd config_h.SH doop.c handy.h
7464 !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
7465 !> perl.h pp.c pp.h regexec.c sv.c taint.c
7466____________________________________________________________________________
7467[ 4495] By: jhi on 1999/10/29 23:36:19
7468 Log: Continue what #4494 started; introduce uid and gid formats.
7469 Branch: cfgperl
7470 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7471 ! config_h.SH handy.h perl.h
7472 Branch: metaconfig
7473 + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
7474 - U/typedefs/quadtype.U
7475 Branch: metaconfig/U/perl
7476 ! perlxv.U
7477____________________________________________________________________________
7478[ 4494] By: jhi on 1999/10/29 22:09:01
7479 Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
7480 from perl.h and handy.h.
7481 Branch: cfgperl
7482 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7483 ! config_h.SH handy.h perl.h
7484 Branch: metaconfig/U/perl
7485 + perlxv.U perlxvf.U
7486____________________________________________________________________________
7487[ 4493] By: jhi on 1999/10/29 22:08:06
7488 Log: Finetuning the output continues along the lines of #4490 and #4491.
7489 Branch: metaconfig
7490 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7491 ! U/typedefs/fpostype.U
7492 Branch: metaconfig/U/perl
7493 + fpossize.U
7494 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7495 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7496____________________________________________________________________________
7497[ 4492] By: jhi on 1999/10/29 21:14:53
7498 Log: Hurd update from Mark Kettenis.
7499 Branch: cfgperl
7500 ! README.hurd
7501____________________________________________________________________________
7502[ 4491] By: jhi on 1999/10/29 20:37:02
7503 Log: A new try at what #4490 tried to accomplish.
7504 Branch: metaconfig
7505 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7506 Branch: metaconfig/U/perl
7507 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7508 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7509____________________________________________________________________________
7510[ 4490] By: jhi on 1999/10/29 20:19:41
7511 Log: metaconfig nits.
7512 Branch: metaconfig
7513 ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
7514 Branch: metaconfig/U/perl
7515 + d_iovec_s.U
7516 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7517 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
7518____________________________________________________________________________
7519[ 4489] By: jhi on 1999/10/29 16:08:43
7520 Log: Integrate with Sarathy.
7521 Branch: cfgperl
7522 !> (integrate 31 files)
7523____________________________________________________________________________
7524[ 4488] By: jhi on 1999/10/29 15:30:30
7525 Log: Regen Configure and Glossary.
7526 Branch: cfgperl
7527 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7528 ! config_h.SH
7529____________________________________________________________________________
7530[ 4487] By: jhi on 1999/10/29 15:24:13
7531 Log: Remove quad logic from perl.h; regen Configure;
7532 add -DUSE_LONG_LONG to ccflags if not already there.
7533 Branch: cfgperl
7534 ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
7535 ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
7536____________________________________________________________________________
7537[ 4486] By: jhi on 1999/10/29 15:22:38
7538 Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
7539 fixed the use*.U to define their stuff only iff not already defined
7540 (so that ccflags can have any -DUSE_* it wants);
7541 uselonglong.U added; various small nits fixed.
7542 Branch: metaconfig
7543 + U/typedefs/quadtype.U
7544 ! U/modified/d_longdbl.U U/modified/d_longlong.U
7545 ! U/modified/d_statblks.U U/modified/usenm.U
7546 ! U/threads/usethreads.U
7547 Branch: metaconfig/U/perl
7548 + uselonglong.U
7549 ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
7550 ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
7551 ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
7552 ! usemultiplicity.U useperlio.U usesocks.U
7553____________________________________________________________________________
7554[ 4485] By: gsar on 1999/10/29 06:08:50
7555 Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
7556 Branch: perl
7557 ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
7558 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7559 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
7560 ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
7561 ! sv.h
7562____________________________________________________________________________
7563[ 4484] By: gsar on 1999/10/29 03:00:21
7564 Log: usurp GVOP slot for new PADOP (one small step to making optree
7565 shareable across interpreters)
7566 Branch: perl
7567 ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
7568 ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
7569 ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
7570 ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
7571 ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
7572 ! pp_hot.c pp_sys.c regexec.c run.c
7573____________________________________________________________________________
7574[ 4483] By: jhi on 1999/10/28 22:01:12
7575 Log: Regen Configure.
7576 Branch: cfgperl
7577 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7578 ! config_h.SH
7579____________________________________________________________________________
7580[ 4482] By: jhi on 1999/10/28 21:45:26
7581 Log: Installdirs patches from Andy.
7582 Branch: metaconfig
7583 ! U/installdirs/sitearch.U U/installdirs/sitebin.U
7584 ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
7585 ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
7586 ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
7587 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
7588 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
7589 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
7590 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
7591 ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
7592____________________________________________________________________________
7593[ 4481] By: gsar on 1999/10/28 17:33:49
7594 Log: remove C<use Time::Local 'no_range_check'> misfeature (global
7595 can still be directly set)
7596 Branch: perl
7597 ! lib/Time/Local.pm
7598____________________________________________________________________________
7599[ 4480] By: jhi on 1999/10/28 13:49:26
7600 Log: Fix printing of uids and gids; regen Configure.
7601 Branch: cfgperl
7602 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7603 ! config_h.SH mg.c perl.c perl.h taint.c
7604____________________________________________________________________________
7605[ 4479] By: jhi on 1999/10/28 11:53:57
7606 Log: Fix typo.
7607 Branch: metaconfig
7608 ! U/typedefs/gidsize.U
7609____________________________________________________________________________
7610[ 4478] By: jhi on 1999/10/28 06:50:02
7611 Log: Integrate with Sarathy.
7612 Branch: cfgperl
7613 !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
7614 !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7615 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7616 !> win32/config_sh.PL win32/makefile.mk win32/win32.h
7617____________________________________________________________________________
7618[ 4477] By: jhi on 1999/10/28 06:40:54
7619 Log: (Slightly) better comments for Policy_sh.SH from Andy.
7620 Branch: cfgperl
7621 ! Policy_sh.SH
7622____________________________________________________________________________
7623[ 4476] By: gsar on 1999/10/27 23:54:36
7624 Log: regen config* stuff for windows
7625 Branch: perl
7626 ! Changes patchlevel.h win32/Makefile win32/config.bc
7627 ! win32/config.gc win32/config.vc win32/config_H.bc
7628 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
7629 ! win32/makefile.mk
7630____________________________________________________________________________
52b0428e
GS
7631[ 4475] By: gsar on 1999/10/27 21:32:30
7632 Log: integrate cfgperl contents into mainline; merge conflicts
7633 Branch: perl
7634 !> (integrate 46 files)
7635____________________________________________________________________________
7636[ 4474] By: gsar on 1999/10/27 21:15:07
7637 Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
7638 perl; stdout/stderr redirects seem broken as well)
7639 Branch: perl
7640 ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
7641____________________________________________________________________________
7642[ 4473] By: jhi on 1999/10/27 21:11:11
7643 Log: Do not block if no message queues available.
7644 Branch: cfgperl
7645 ! t/lib/ipc_sysv.t
7646____________________________________________________________________________
7647[ 4472] By: jhi on 1999/10/27 18:27:40
7648 Log: Remove unused "squatter" symbols; regen Configure.
7649 Branch: cfgperl
7650 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
7651 ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
7652 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7653____________________________________________________________________________
7654[ 4471] By: jhi on 1999/10/27 18:26:55
7655 Log: metaconfig; split socket; fix output.
7656 Branch: metaconfig
7657 ! U/modified/d_socket.U U/modified/d_statblks.U
7658 Branch: metaconfig/U/perl
7659 + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
7660 ! i_sysstatfs.U i_sysvfs.U
7661____________________________________________________________________________
7662[ 4470] By: jhi on 1999/10/27 17:19:06
7663 Log: Regen Configure.
7664 Branch: cfgperl
7665 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7666 ! config_h.SH perl.c perl.h
7667____________________________________________________________________________
7668[ 4469] By: jhi on 1999/10/27 17:18:41
7669 Log: metaconfig; split statfs.
7670 Branch: metaconfig/U/perl
7671 + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
7672 ! d_statfs.U
7673____________________________________________________________________________
7674[ 4468] By: jhi on 1999/10/27 14:06:44
7675 Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
7676 (Ilya's changes won).
7677 Branch: cfgperl
7678 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
7679 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
7680 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
7681 !> (integrate 65 files)
7682____________________________________________________________________________
7683[ 4467] By: jhi on 1999/10/27 13:38:41
7684 Log: Regen Configure.
7685 Branch: cfgperl
7686 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7687 ! config_h.SH
7688____________________________________________________________________________
7689[ 4466] By: jhi on 1999/10/27 13:18:06
7690 Log: metaconfig fixes from Andy.
7691 Branch: metaconfig
7692 + U/modified/libnlist.U U/modified/usrinc.U
7693 ! U/Glossary.patch U/mkglossary U/modified/libpth.U
7694____________________________________________________________________________
7695[ 4465] By: jhi on 1999/10/27 13:06:27
7696 Log: Nosuid checking for statfs() people.
7697 Branch: cfgperl
7698 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7699 ! config_h.SH perl.c perl.h pod/perldiag.pod
7700____________________________________________________________________________
7701[ 4464] By: jhi on 1999/10/27 13:04:20
7702 Log: metaconfig maintenance; fix Hasfield, statfs;
7703 add Hasstruct, statfs3, statfs4, ustat, sysvfs;
7704 split fstatfs away from statfs.
7705 Branch: metaconfig
7706 + U/protos/Hasstruct.U
7707 ! U/protos/Hasfield.U
7708 Branch: metaconfig/U/perl
7709 + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
7710 + i_ustat.U
7711 ! d_statfs.U
7712____________________________________________________________________________
7713[ 4463] By: jhi on 1999/10/27 07:55:53
7714 Log: We need cc to be able to test for cc -v.
7715 Branch: cfgperl
7716 ! hints/dec_osf.sh
7717____________________________________________________________________________
7718[ 4462] By: gsar on 1999/10/27 01:31:41
7719 Log: more GCC v2.95 induced adjustments
7720 Branch: perl
7721 ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
7722 ! win32/makefile.mk win32/win32.c x2p/walk.c
7723____________________________________________________________________________
7724[ 4461] By: gsar on 1999/10/26 21:42:59
7725 Log: warnings and const violations identified by compiling in C++ mode
7726 with GCC v2.95
7727 Branch: perl
7728 ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
7729 ! sv.c taint.c toke.c win32/win32.c
7730____________________________________________________________________________
7731[ 4459] By: jhi on 1999/10/26 10:15:58
7732 Log: Regen Configure.
7733 Branch: cfgperl
7734 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7735 ! config_h.SH
7736____________________________________________________________________________
7737[ 4458] By: jhi on 1999/10/26 09:48:37
7738 Log: Minor rewordings.
7739 Branch: metaconfig/U/perl
7740 ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
7741____________________________________________________________________________
7742[ 4456] By: jhi on 1999/10/26 09:11:49
7743 Log: Fix d_statfsflags; add d_getmnt.
7744 Branch: metaconfig/U/perl
7745 + d_getmnt.U
7746 ! d_statfs.U
7747____________________________________________________________________________
7748[ 4455] By: jhi on 1999/10/26 08:12:27
7749 Log: Massive multitypo in #4446.
7750 Branch: cfgperl
7751 ! hints/dec_osf.sh
7752____________________________________________________________________________
7753[ 4454] By: jhi on 1999/10/25 08:28:45
7754 Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
7755 To: Perl 5 Porters <perl5-porters@perl.org>
7756 Subject: [PATCH 5.005_62] dos-djgpp update
7757 Date: Mon, 25 Oct 1999 10:11:30 +0200
7758 Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
7759 Branch: cfgperl
7760 ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
7761 ! pod/perldelta.pod t/lib/io_unix.t
7762____________________________________________________________________________
7763[ 4453] By: jhi on 1999/10/25 08:25:50
7764 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7765 To: perl5-porters@perl.org (Mailing list Perl5)
7766 Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
7767 Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
7768 Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
7769 Branch: cfgperl
7770 ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
7771____________________________________________________________________________
7772[ 4452] By: jhi on 1999/10/25 08:16:55
7773 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7774 To: perl5-porters@perl.org (Mailing list Perl5)
7775 Subject: [PATCH 5.005_62] Missing REx engine patch
7776 Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
7777 Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
7778 Branch: cfgperl
7779 ! pod/perldiag.pod regcomp.c regexec.c
7780____________________________________________________________________________
7781[ 4451] By: jhi on 1999/10/25 08:13:06
7782 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7783 To: perl5-porters@perl.org (Mailing list Perl5)
7784 Subject: [PATCH 5.005_62] charnames and UTEST
7785 Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
7786 Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
7787 Branch: cfgperl
7788 ! t/lib/charnames.t
7789____________________________________________________________________________
7790[ 4450] By: gsar on 1999/10/25 07:38:15
7791 Log: win32 tweak
7792 Branch: perl
7793 ! win32/perllib.c
7794____________________________________________________________________________
7795[ 4449] By: gsar on 1999/10/24 23:20:10
7796 Log: remove inconsistent tainting behavior of sprintf("%e",...)
7797 (all bets are off is "C" locale is compromised)
7798 Branch: perl
7799 ! pod/perlfunc.pod pod/perllocale.pod sv.c
7800____________________________________________________________________________
7801[ 4448] By: gsar on 1999/10/24 22:20:42
7802 Log: remove unused interpreter globals
7803 Branch: perl
7804 ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
7805 ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
7806 ! proto.h toke.c
7807____________________________________________________________________________
7808[ 4447] By: jhi on 1999/10/24 21:49:52
7809 Log: Another hints tweak.
7810 Branch: cfgperl
7811 ! hints/aix.sh
7812____________________________________________________________________________
7813[ 4446] By: jhi on 1999/10/24 21:48:02
7814 Log: Hints tweak.
7815 Branch: cfgperl
7816 ! hints/dec_osf.sh
7817____________________________________________________________________________
7818[ 4445] By: nick on 1999/10/24 21:03:28
7819 Log: Integrate own changes to mainline.
7820 Branch: utfperl
7821 !> installperl pp.c
7822____________________________________________________________________________
7823[ 4444] By: nick on 1999/10/24 20:54:06
7824 Log: Avoid creating GV with NULL name when vivifying nameless scalars.
7825 (Fix/workround for [ID19991024.001])
7826 Branch: perl
7827 ! pp.c
7828____________________________________________________________________________
7829[ 4443] By: nick on 1999/10/24 15:09:51
7830 Log: Follow that camel ... another sync.
7831 Branch: utfperl
7832 +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
7833 +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
7834 +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
7835 !> (integrate 36 files)
7836____________________________________________________________________________
7837[ 4442] By: gsar on 1999/10/24 14:40:01
7838 Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
7839 Branch: perl
7840 ! installperl
7841____________________________________________________________________________
7842[ 4441] By: gsar on 1999/10/24 14:33:11
7843 Log: test in change#4428 needs strict interpretation of C modulus
7844 Branch: perl
7845 ! t/op/int.t
7846____________________________________________________________________________
7847[ 4440] By: gsar on 1999/10/24 13:47:17
7848 Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
7849 $? break
7850 Branch: perl
7851 ! perl.c pod/perldelta.pod pod/perldiag.pod
7852____________________________________________________________________________
7853[ 4439] By: jhi on 1999/10/24 13:19:17
7854 Log: test for #2835 (yeah, better later than never)
7855 Branch: cfgperl
7856 ! t/op/array.t
7857____________________________________________________________________________
7858[ 4438] By: gsar on 1999/10/24 12:59:12
7859 Log: typo, doc tweak
7860 Branch: perl
7861 ! lib/attributes.pm pod/perlop.pod
7862____________________________________________________________________________
7863[ 4437] By: gsar on 1999/10/24 11:59:55
7864 Log: allow get() and reftype() functions to be imported (from
7865 Spider Boardman)
7866 Branch: perl
7867 ! lib/attributes.pm
7868____________________________________________________________________________
7869[ 4436] By: gsar on 1999/10/24 11:52:53
7870 Log: suppress scalar leak messages for known leaks (from
7871 Robin Barker <rmb1@cise.npl.co.uk>)
7872 Branch: perl
7873 ! Changes t/op/lex_assign.t t/pragma/warn/op
7874____________________________________________________________________________
98f7afd0
GS
7875[ 4435] By: gsar on 1999/10/24 11:39:42
7876 Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
7877 Branch: perl
7878 ! ext/B/defsubs_h.PL
7879____________________________________________________________________________
7880[ 4434] By: gsar on 1999/10/24 11:36:08
7881 Log: relax range checking if they ask for it (from John L. Allen
7882 <allen@grumman.com>)
7883 Branch: perl
7884 ! lib/Time/Local.pm
7885____________________________________________________________________________
7886[ 4433] By: gsar on 1999/10/24 11:25:51
7887 Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
7888 Branch: perl
7889 ! README lib/File/Path.pm
7890____________________________________________________________________________
7891[ 4432] By: gsar on 1999/10/24 11:11:02
7892 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7893 Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
7894 Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
7895 Subject: Re: [PATCH 5.005_62] OS/2 improvements
7896 Branch: perl
7897 + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
7898 + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
7899 + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
7900 ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
7901 ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
7902 ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
7903 ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
7904 ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
7905 ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
7906 ! perl.c perl.h t/io/fs.t t/op/magic.t
7907____________________________________________________________________________
7908[ 4431] By: gsar on 1999/10/24 10:50:14
7909 Log: install all README.foo with pod content as podfoo.pod
7910 Branch: perl
7911 ! Makefile.SH installman
7912____________________________________________________________________________
7913[ 4430] By: gsar on 1999/10/24 09:28:24
7914 Log: @INC needs ../lib
7915 Branch: perl
7916 ! t/op/int.t
7917____________________________________________________________________________
7918[ 4429] By: jhi on 1999/10/23 21:47:49
7919 Log: More printf-fixes (see also #4426).
7920 Branch: cfgperl
7921 ! deb.c dump.c ext/Data/Dumper/Dumper.xs
7922 ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
7923 ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
7924____________________________________________________________________________
7925[ 4428] By: gsar on 1999/10/23 20:28:56
7926 Log: fix accidental C modulo semantics on integer-valued operations
7927 (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
7928 Branch: perl
7929 ! op.c t/op/int.t
7930____________________________________________________________________________
7931[ 4427] By: jhi on 1999/10/23 16:10:10
7932 Log: Integrate with Sarathy.
7933 Branch: cfgperl
7934 !> sv.c win32/win32.c
7935____________________________________________________________________________
7936[ 4426] By: jhi on 1999/10/23 16:04:02
7937 Log: Fix the printfing nits pointed out by using gcc -Wall and
7938 Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
7939 plus few other warnings in Dumper.xs.
7940 Branch: cfgperl
7941 ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7942 ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
7943____________________________________________________________________________
7944[ 4425] By: jhi on 1999/10/23 15:16:41
7945 Log: Configure regen to pick up the new installation directories
7946 from Policy_sh.SH. The explanations of "public add-ons" and
7947 "vendor-supplied" could do with more work.
7948 Branch: cfgperl
7949 ! Configure config_h.SH
7950____________________________________________________________________________
7951[ 4424] By: nick on 1999/10/23 00:46:22
7952 Log: Resolve mainline before possible hacking operertunity this weekend
7953 Branch: utfperl
7954 +> pod/perlfilter.pod
7955 !> (integrate 32 files)
7956____________________________________________________________________________
7957[ 4423] By: jhi on 1999/10/22 22:53:17
7958 Log: Update Policy_sh.SH to handle the newer installation directives.
7959 From: Andy Dougherty <doughera@lafayette.edu>
7960 To: Perl Porters <perl5-porters@perl.org>
7961 Subject: [PATCH 5.005_62] Policy_sh.SH update
7962 Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
7963 Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
7964 Branch: cfgperl
7965 ! Policy_sh.SH
7966____________________________________________________________________________
7967[ 4422] By: jhi on 1999/10/22 22:44:44
7968 Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
7969 Branch: cfgperl
7970 ! hints/aix.sh
7971____________________________________________________________________________
7972[ 4421] By: gsar on 1999/10/22 21:16:44
7973 Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
7974 C<"%ld", long_val>
7975 Branch: perl
7976 ! sv.c
7977____________________________________________________________________________
7978[ 4420] By: gsar on 1999/10/22 16:36:46
7979 Log: win32_utime() on directories should use localtime() rather
7980 than gmtime() (from Jan Dubois)
7981 Branch: perl
7982 ! win32/win32.c
7983____________________________________________________________________________
7984[ 4419] By: jhi on 1999/10/21 10:31:41
7985 Log: Integrate with Sarathy.
7986 Branch: cfgperl
7987 !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
7988 !> t/lib/glob-basic.t t/op/sort.t
7989____________________________________________________________________________
7990[ 4418] By: gsar on 1999/10/20 23:49:47
7991 Log: add test for change#4417
7992 Branch: perl
7993 ! t/op/sort.t
7994____________________________________________________________________________
7995[ 4417] By: gsar on 1999/10/20 23:45:03
7996 Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
7997 Branch: perl
7998 ! op.c
7999____________________________________________________________________________
8000[ 4416] By: gsar on 1999/10/20 01:00:50
8001 Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
8002 Branch: perl
8003 ! lib/CPAN/FirstTime.pm
8004____________________________________________________________________________
8005[ 4415] By: gsar on 1999/10/20 00:52:34
8006 Log: disable optimizing troublesome ops in change#3612
8007 (from Ilya Zakharevich)
8008 Branch: perl
8009 ! Makefile.SH opcode.h opcode.pl
8010____________________________________________________________________________
8011[ 4414] By: gsar on 1999/10/20 00:37:46
8012 Log: skip unreadable directory test when running as root
8013 Branch: perl
8014 ! t/lib/glob-basic.t
8015____________________________________________________________________________
8016[ 4413] By: jhi on 1999/10/19 09:26:52
8017 Log: Avoid GNU ar if HP cc is being used.
8018 Branch: cfgperl
8019 ! hints/hpux.sh
8020____________________________________________________________________________
8021[ 4412] By: jhi on 1999/10/19 07:24:29
8022 Log: Integrate with Sarathy.
8023 Branch: cfgperl
8024 !> perlvars.h
8025____________________________________________________________________________
8026[ 4411] By: jhi on 1999/10/19 07:22:34
8027 Log: Long double support: sqrtl et al are not available everywhere,
8028 e.g. not in Solaris, even when long doubles are.
8029 Branch: cfgperl
8030 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8031 ! config_h.SH perl.h
8032____________________________________________________________________________
8033[ 4410] By: jhi on 1999/10/19 07:21:42
8034 Log: Add sqrtl probe, add echo dependencies.
8035 Branch: metaconfig
8036 ! U/threads/d_pthreadj.U
8037 Branch: metaconfig/U/perl
8038 + d_sqrtl.U
8039 ! i_inttypes.U io64.U
8040____________________________________________________________________________
8041[ 4409] By: gsar on 1999/10/19 02:18:54
8042 Log: perl_mutex n/a if !USE_THREADS
8043 Branch: perl
8044 ! perlvars.h
8045____________________________________________________________________________
8046[ 4408] By: jhi on 1999/10/18 20:13:02
8047 Log: Forgotten s/warning/warnings/.
8048 Branch: cfgperl
8049 ! Makefile.SH
8050____________________________________________________________________________
8051[ 4407] By: jhi on 1999/10/18 20:02:12
8052 Log: Integrate with Sarathy.
8053 Branch: cfgperl
8054 +> pod/perlfilter.pod
8055 !> (integrate 30 files)
8056____________________________________________________________________________
8057[ 4406] By: gsar on 1999/10/18 16:32:10
8058 Log: added intro to source filters from Paul Marquess
8059 Branch: perl
8060 + pod/perlfilter.pod
8061 ! MANIFEST pod/perldelta.pod
8062____________________________________________________________________________
8063[ 4405] By: gsar on 1999/10/18 05:53:06
8064 Log: missing manpages
8065 Branch: perl
8066 ! installman
8067____________________________________________________________________________
8068[ 4404] By: gsar on 1999/10/18 05:09:22
8069 Log: pod updates from Tom Christiansen
8070 Branch: perl
8071 ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
8072____________________________________________________________________________
8073[ 4403] By: gsar on 1999/10/17 23:43:59
8074 Log: PL_malloc_mutex needs to be global, not per-interpreter
8075 (malloc.c has static data)
8076 Branch: perl
8077 ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
8078____________________________________________________________________________
8079[ 4402] By: gsar on 1999/10/17 22:30:30
8080 Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
8081 windows
8082 Branch: perl
8083 ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
8084 ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
8085 ! win32/win32.h
8086____________________________________________________________________________
8087[ 4401] By: gsar on 1999/10/17 20:33:42
8088 Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
8089 eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
8090 is one symptom of the problem
8091 Branch: perl
8092 ! pp_ctl.c t/op/eval.t
8093____________________________________________________________________________
8094[ 4400] By: gsar on 1999/10/17 18:36:46
8095 Log: remove FileHandle from list of PodParser dependencies (the
8096 difference is 20 files vs 6 files loaded!)
8097 Branch: perl
8098 ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
8099 ! t/pod/testcmp.pl
8100____________________________________________________________________________
8101[ 4399] By: nick on 1999/10/17 14:51:35
8102 Log: Pre-trip resolve
8103 Branch: utfperl
8104 !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
8105____________________________________________________________________________
8106[ 4398] By: gsar on 1999/10/17 09:19:24
8107 Log: make installperl ignore RCS files (from Michael G Schwern
8108 <schwern@pobox.com>)
8109 Branch: perl
8110 ! installperl lib/Text/Tabs.pm
8111____________________________________________________________________________
8112[ 4397] By: gsar on 1999/10/16 18:30:14
8113 Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
8114 Branch: perl
8115 ! perl.c
8116____________________________________________________________________________
8117[ 4396] By: jhi on 1999/10/16 17:44:39
8118 Log: Missing comma.
8119 Branch: cfgperl
8120 ! lib/diagnostics.pm
8121____________________________________________________________________________
8122[ 4395] By: gsar on 1999/10/16 17:18:36
8123 Log: assumption about @_ always being non-REAL doesn't hold when
8124 debugger is running; DB::sub() can call arbitrary stuff
8125 that modifies @_ at will
8126 Branch: perl
8127 ! pp_hot.c
8128____________________________________________________________________________
8129[ 4394] By: nick on 1999/10/16 09:35:20
8130 Log: Resolve utfperl branch against mainline as of _62
8131 Branch: utfperl
8132 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8133 +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
8134 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8135 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8136 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8137 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8138 +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
8139 +> t/lib/glob-taint.t win32/genmk95.pl
8140 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8141 !> (integrate 144 files)
8142____________________________________________________________________________
8143[ 4393] By: gsar on 1999/10/16 04:07:02
8144 Log: OS/2 support bits (from Ilya Zakharevich)
8145 Branch: perl
8146 ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
8147____________________________________________________________________________
8148[ 4392] By: jhi on 1999/10/15 10:28:09
8149 Log: Integrate with Sarathy.
8150 Branch: cfgperl
8151 !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
8152 !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
8153 !> win32/Makefile win32/makefile.mk
52b0428e
GS
8154
8155----------------
8156Version 5.005_62
8157----------------
8158
98f7afd0
GS
8159____________________________________________________________________________
8160[ 4391] By: gsar on 1999/10/15 10:12:42
8161 Log: here be 5.005_62
8162 Branch: perl
8163 ! Changes MANIFEST Porting/makerel
8164____________________________________________________________________________
0ebdc6d5
GS
8165[ 4390] By: gsar on 1999/10/15 09:45:51
8166 Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
8167 avoid tickling it in Pod::Man for now; other nits in
8168 Pod::*
8169 Branch: perl
8170 ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
8171 ! pod/perlopentut.pod
8172____________________________________________________________________________
8173[ 4389] By: gsar on 1999/10/15 08:55:01
8174 Log: disable internal globbing for miniperl (or build breaks out
8175 in a rash of failed dependencies)
8176 Branch: perl
8177 ! Makefile.SH op.c win32/Makefile win32/makefile.mk
8178____________________________________________________________________________
8179[ 4388] By: jhi on 1999/10/15 08:07:49
8180 Log: Integrate with Sarathy.
8181 Branch: cfgperl
8182 !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
8183 !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
8184____________________________________________________________________________
8185[ 4387] By: gsar on 1999/10/15 07:46:24
8186 Log: integrate cfgperl contents into mainline
8187 Branch: perl
8188 ! Changes
8189 !> pod/perldelta.pod pod/perldiag.pod regcomp.c
8190 !> t/pragma/warn/regcomp
8191____________________________________________________________________________
45447e0d
GS
8192[ 4386] By: gsar on 1999/10/15 05:45:36
8193 Log: various little goofs in change#4385
8194 Branch: perl
8195 ! win32/include/dirent.h win32/win32.c
8196____________________________________________________________________________
8197[ 4385] By: gsar on 1999/10/15 04:49:09
8198 Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
8199 rather than win32_opendir() reading all files up front (untested)
8200 Branch: perl
8201 ! win32/include/dirent.h win32/win32.c
8202____________________________________________________________________________
8203[ 4384] By: gsar on 1999/10/15 01:34:09
8204 Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
8205 Branch: perl
8206 ! lib/Benchmark.pm pod/perldelta.pod
8207____________________________________________________________________________
8208[ 4383] By: gsar on 1999/10/15 01:22:32
8209 Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
8210 <dha@panix.com>)
8211 Branch: perl
8212 ! pod/perlfaq2.pod
8213____________________________________________________________________________
8214[ 4382] By: gsar on 1999/10/15 01:14:22
8215 Log: From: jand@ActiveState.com (Jan Dubois)
8216 Date: Fri, 15 Oct 1999 01:14:23 +0200
8217 Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
8218 Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
8219 Branch: perl
8220 ! ext/POSIX/POSIX.xs
8221____________________________________________________________________________
8222[ 4381] By: jhi on 1999/10/14 22:11:36
8223 Log: Integrate with Sarathy.
8224 Branch: cfgperl
8225 !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
8226 !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
8227 !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
8228 !> win32/makefile.mk
8229____________________________________________________________________________
8230[ 4380] By: jhi on 1999/10/14 22:08:22
8231 Log: Warn inside character classes about unknown backslash escapes
8232 (that are not caught earlier because of being completely unknown,
8233 such as \m), such as \z (because they make do sense inside regexen,
8234 but not inside character classes).
8235 Branch: cfgperl
8236 ! pod/perldelta.pod pod/perldiag.pod regcomp.c
8237 ! t/pragma/warn/regcomp
8238____________________________________________________________________________
8239[ 4379] By: gsar on 1999/10/14 18:26:56
8240 Log: clarify significance of parens for "x" (from M.J.T. Guy
8241 <mjtg@cus.cam.ac.uk>)
8242 Branch: perl
8243 ! pod/perlop.pod
8244____________________________________________________________________________
8245[ 4378] By: gsar on 1999/10/14 18:25:20
8246 Log: make timelocal work better when time is close to the epoch
8247 east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
8248 Branch: perl
8249 ! lib/Time/Local.pm
8250____________________________________________________________________________
8251[ 4377] By: gsar on 1999/10/14 18:15:11
8252 Log: integrate cfgperl contents into mainline
8253 Branch: perl
8254 +> ext/DB_File/hints/sco.pl
8255 !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
8256 !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
8257 !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
8258____________________________________________________________________________
8259[ 4376] By: gsar on 1999/10/14 17:47:35
8260 Log: fix POPSTACK panics that ensued from bad interaction between
8261 runlevels and stack of stacks (change#3988 done right);
8262 basically, we pop the runlevel if the stacklevel is not the
8263 same one we started the runlevel with
8264 Branch: perl
8265 ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
8266____________________________________________________________________________
8267[ 4375] By: gsar on 1999/10/14 15:54:48
8268 Log: avoid warnings
8269 Branch: perl
8270 ! ext/File/Glob/bsd_glob.c
8271____________________________________________________________________________
8272[ 4374] By: jhi on 1999/10/14 10:08:44
8273 Log: Warn about false ranges like \d-\w (see the change #4355).
8274 The invalid ranges (b-a) warning message also enhanced.
8275 Branch: cfgperl
8276 ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
8277 ! t/pragma/warn/regcomp
8278____________________________________________________________________________
8279[ 4373] By: gsar on 1999/10/14 03:49:54
8280 Log: File::Glob fixes for Windows
8281 Branch: perl
8282 ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
8283 ! win32/makefile.mk
8284____________________________________________________________________________
8285[ 4372] By: gsar on 1999/10/14 02:21:31
8286 Log: avoid inefficiency in change#3386 (every longjmp() was followed
8287 by an avoidable call to setjmp())
8288 Branch: perl
8289 ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
8290 ! proto.h scope.c scope.h
8291____________________________________________________________________________
8292[ 4371] By: jhi on 1999/10/13 21:17:17
8293 Log: Integrate with Sarathy.
8294 Branch: cfgperl
8295 !> op.c pod/perldelta.pod
8296____________________________________________________________________________
8297[ 4370] By: gsar on 1999/10/13 18:08:45
8298 Log: misc tweaks
8299 Branch: perl
8300 ! op.c pod/perldelta.pod
8301____________________________________________________________________________
8302[ 4369] By: jhi on 1999/10/13 16:18:58
8303 Log: Integrate with Sarathy.
8304 Branch: cfgperl
8305 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8306____________________________________________________________________________
8307[ 4368] By: gsar on 1999/10/13 16:14:16
8308 Log: pod nits from various perl porters
8309 Branch: perl
8310 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8311____________________________________________________________________________
8312[ 4367] By: jhi on 1999/10/13 12:10:30
8313 Log: From: Vlad Harchev <hvv@hippo.ru>
8314 To: perl5-porters@perl.org
8315 Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
8316 Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
8317 Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
8318 Branch: cfgperl
8319 ! pod/perlop.pod
8320____________________________________________________________________________
8321[ 4366] By: gsar on 1999/10/13 08:11:11
8322 Log: typos and language goofs pointed out by Hugo van der Sanden
8323 <hv@crypt.compulink.co.uk>
8324 Branch: perl
8325 ! pod/perldelta.pod pod/perldiag.pod
8326____________________________________________________________________________
8327[ 4365] By: jhi on 1999/10/13 07:27:44
8328 Log: Integrate with Sarathy.
8329 Branch: cfgperl
8330 +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8331 +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8332 +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8333 +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
8334 +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
8335 !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
8336 !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
8337 !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
8338 !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
8339____________________________________________________________________________
8340[ 4364] By: gsar on 1999/10/13 07:06:04
8341 Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
8342 Branch: perl
8343 ! lib/perl5db.pl
8344____________________________________________________________________________
8345[ 4363] By: jhi on 1999/10/13 07:03:43
8346 Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
8347 To: perl5-porters@perl.org
8348 Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
8349 Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
8350 Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
8351 Branch: cfgperl
8352 ! hints/svr5.sh
8353____________________________________________________________________________
8354[ 4362] By: jhi on 1999/10/13 06:57:16
8355 Log: Add DB_File hint for SCO ODT.
8356 From: hops@sco.com
8357 To: perl5-porters@perl.org
8358 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
8359 Date: Tue, 12 Oct 1999 20:16:04 PDT
8360 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
8361 Branch: cfgperl
8362 + ext/DB_File/hints/sco.pl
8363 ! MANIFEST
8364____________________________________________________________________________
8365[ 4361] By: gsar on 1999/10/13 06:56:08
8366 Log: PL_numeric_radix used without being defined (from Ilya
8367 Zakharevich)
8368 Branch: perl
8369 ! util.c
8370____________________________________________________________________________
8371[ 4360] By: gsar on 1999/10/13 06:43:03
8372 Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
8373 From: hops@sco.com
8374 Date: Tue, 12 Oct 1999 20:16:04 PDT
8375 Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
8376 Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
8377 Branch: perl
8378 + ext/NDBM_File/hints/sco.pl
8379 ! MANIFEST ext/ODBM_File/hints/sco.pl
8380____________________________________________________________________________
8381[ 4359] By: gsar on 1999/10/13 06:34:53
8382 Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
8383 Branch: perl
8384 ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
8385 ! pod/perlport.pod
8386____________________________________________________________________________
8387[ 4358] By: gsar on 1999/10/12 19:10:27
8388 Log: perldelta updates
8389 Branch: perl
8390 ! pod/perldelta.pod
8391____________________________________________________________________________
8392[ 4357] By: gsar on 1999/10/12 17:11:18
8393 Log: update perldelta for change#4356
8394 Branch: perl
8395 ! Changes pod/perldelta.pod
8396____________________________________________________________________________
becf2bd3
GS
8397[ 4356] By: gsar on 1999/10/12 16:53:31
8398 Log: add File::BSDGlob as File::Glob and load it at compile-time
8399 if perl was built with -DPERL_INTERNAL_GLOB
8400
8401 TODO: we currently get a compile-time failure if File/Glob.pm
8402 can't be found; such failure needs to be made to emit a warning
8403 and use the csh implementation instead
8404 Branch: perl
8405 + ext/File/Glob/Changes ext/File/Glob/Glob.pm
8406 + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
8407 + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
8408 + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
8409 + t/lib/glob-global.t t/lib/glob-taint.t
8410 ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
8411 ! t/pragma/overload.t
8412____________________________________________________________________________
8413[ 4355] By: jhi on 1999/10/12 15:30:05
8414 Log: Revert the parts of #3926 that outlawed character ranges
8415 that have character classes such as \w as either endpoint.
8416 This change re-establishes the old behavior which meant that
8417 such ranges weren't really ranges, the "-" was literal.
8418 Moreover, this change also fixes the old behavior to be
8419 more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
8420 Now they all do work as described above. The #3926 outlawed
8421 all of those.
8422 Branch: cfgperl
8423 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
8424____________________________________________________________________________
8425[ 4354] By: jhi on 1999/10/12 09:58:59
8426 Log: Integrate with Sarathy.
8427 Branch: cfgperl
8428 !> (integrate 33 files)
8429____________________________________________________________________________
8430[ 4353] By: gsar on 1999/10/12 05:53:40
8431 Log: apply parts of LynxOS patches from Alan Johnson
8432 <johnson@alonn.gemse.fr>
8433 Branch: perl
8434 ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
8435 ! t/op/groups.t
8436____________________________________________________________________________
883d36a6
GS
8437[ 4352] By: gsar on 1999/10/12 05:24:39
8438 Log: allow any unpack specifier to take a count via '/'
8439 (from Ilya Zakharevich)
8440 Branch: perl
8441 ! pp.c t/op/pack.t
8442____________________________________________________________________________
8443[ 4351] By: gsar on 1999/10/12 05:02:35
8444 Log: avoid warnings
8445 Branch: perl
8446 ! malloc.c
8447____________________________________________________________________________
8448[ 4350] By: gsar on 1999/10/12 04:50:52
8449 Log: various cleanups
8450 Branch: perl
8451 ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
8452 ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
8453 ! win32/config.gc win32/config.vc win32/config_H.bc
8454 ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
8455____________________________________________________________________________
8456[ 4349] By: gsar on 1999/10/12 00:23:11
8457 Log: update Changes, patchlevel etc.
8458 Branch: perl
8459 ! Changes Porting/findvars patchlevel.h win32/Makefile
8460 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8461 ! win32/makefile.mk
8462____________________________________________________________________________
04dc9db9
GS
8463[ 4348] By: gsar on 1999/10/11 23:11:57
8464 Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
8465 Branch: perl
8466 ! pod/perlfunc.pod
8467____________________________________________________________________________
8468[ 4347] By: jhi on 1999/10/11 21:25:03
8469 Log: Sparc Linux -Duseshrplib fix.
8470
8471 From: Brian Jepson <bjepson@home.com>
8472 To: Nick Ing-Simmons <nick@ing-simmons.net>
8473 cc: perl5-porters@perl.org
8474 Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
8475 Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
8476 Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
8477 Branch: cfgperl
8478 ! hints/linux.sh
8479____________________________________________________________________________
8480[ 4346] By: gsar on 1999/10/11 20:28:32
8481 Log: more pack/unpack documentation (from Ilya Zakharevich); changed
8482 the behavior of 'Z*' and 'Z3' to always pack a trailing
8483 null byte; changed documentation to suit; added test
8484 Branch: perl
8485 ! pod/perlfunc.pod pp.c t/op/pack.t
8486____________________________________________________________________________
8487[ 4345] By: gsar on 1999/10/11 19:15:46
8488 Log: writing to perllocal.pod fails if it was never created;
8489 tweak pseudo-hash example (both suggested by Michael G Schwern
8490 <schwern@pobox.com>)
8491 Branch: perl
8492 ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
8493____________________________________________________________________________
8494[ 4344] By: gsar on 1999/10/11 17:57:31
8495 Log: slightly edited variant of suggested patch
8496 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8497 Date: Thu, 9 Sep 1999 18:35:37 -0400
8498 Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
8499 Subject: [PATCH 5.005_58] How RExen match?
8500 Branch: perl
8501 ! pod/perlre.pod
8502____________________________________________________________________________
8503[ 4343] By: gsar on 1999/10/11 16:55:48
8504 Log: change#4327 was inefficient
8505 Branch: perl
8506 ! lib/lib.pm
8507____________________________________________________________________________
8508[ 4342] By: jhi on 1999/10/11 07:01:46
8509 Log: Integrate with Sarathy.
8510 Branch: cfgperl
8511 +> pod/perlhack.pod
8512 !> (integrate 28 files)
8513____________________________________________________________________________
8514[ 4341] By: jhi on 1999/10/11 06:37:47
8515 Log: The 2.5th cut at the AIX C++ extension problems.
8516 Branch: cfgperl
8517 ! hints/aix.sh
8518____________________________________________________________________________
8519[ 4340] By: gsar on 1999/10/10 23:48:07
8520 Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
8521 Branch: perl
8522 + pod/perlhack.pod
8523 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
8524____________________________________________________________________________
8525[ 4339] By: gsar on 1999/10/10 20:42:40
8526 Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
8527 compatibility; introduce SAVEDESTRUCTOR_X() that accepts
8528 void(*)(pTHX_ void*)
8529 Branch: perl
8530 ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
8531 ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
8532 ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
8533 ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
8534____________________________________________________________________________
8535[ 4338] By: gsar on 1999/10/10 20:38:59
8536 Log: add missing new diagnostics to perldelta
8537 Branch: perl
8538 ! pod/perldelta.pod
8539____________________________________________________________________________
8540[ 4337] By: gsar on 1999/10/10 17:40:13
8541 Log: update perldelta for change#3406
8542 Branch: perl
8543 ! embed.pl pod/perldata.pod pod/perldelta.pod
8544____________________________________________________________________________
8545[ 4336] By: gsar on 1999/10/10 16:33:14
8546 Log: integrate cfgperl contents into mainline
8547 Branch: perl
8548 +> ext/DynaLoader/hints/aix.pl
8549 !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
8550 !> makedef.pl perl.h pod/perldelta.pod
8551____________________________________________________________________________
8552[ 4335] By: jhi on 1999/10/10 11:09:48
8553 Log: Update perldelta.
8554 Branch: cfgperl
8555 ! pod/perldelta.pod
8556____________________________________________________________________________
8557[ 4334] By: jhi on 1999/10/10 10:31:46
8558 Log: Integrate with Sarathy.
8559 Branch: cfgperl
8560 +> win32/genmk95.pl
8561 !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
8562 !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
8563 !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
8564 !> ext/Thread/sync.t ext/Thread/sync2.t installperl
8565 !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
8566 !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
8567 !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
8568 !> utils/perldoc.PL win32/makefile.mk
8569____________________________________________________________________________
8570[ 4333] By: gsar on 1999/10/10 06:33:15
8571 Log: install pods to 'pods' rather than 'pod' on cygwin (modified
8572 a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
8573 Branch: perl
8574 ! installperl lib/diagnostics.pm utils/perldoc.PL
8575____________________________________________________________________________
8576[ 4332] By: gsar on 1999/10/10 05:15:26
8577 Log: add $VERSION
8578 Branch: perl
8579 ! lib/Exporter.pm
8580____________________________________________________________________________
8581[ 4331] By: gsar on 1999/10/10 05:10:22
8582 Log: describe what can go in an export list (from Anno Siegel
8583 <anno4000@lublin.zrz.tu-berlin.de>)
8584 Branch: perl
8585 ! lib/Exporter.pm
8586____________________________________________________________________________
8587[ 4330] By: gsar on 1999/10/10 04:50:43
8588 Log: more basic support for building modules under Windows 95/98
8589 (applied relevant parts from a patch suggested by
8590 Jochen Wiedmann <joe@ispsoft.de>)
8591 Branch: perl
8592 ! lib/ExtUtils/MM_Unix.pm
8593____________________________________________________________________________
8594[ 4329] By: gsar on 1999/10/10 04:28:38
8595 Log: rudimentary support for building under Windows 95/98 (from
8596 Benjamin Stuhl <sho_pi@hotmail.com>)
8597 Branch: perl
8598 + win32/genmk95.pl
8599 ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
8600 ! win32/makefile.mk
8601____________________________________________________________________________
8602[ 4328] By: gsar on 1999/10/10 03:37:21
8603 Log: fix two leaks in Thread.xs (from Eugene Alterman
8604 <Eugene.Alterman@bremer-inc.com>); convert places with
8605 'use attrs' to new attributes syntax
8606 Branch: perl
8607 ! ext/Thread/Thread.pm ext/Thread/Thread.xs
8608 ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
8609 ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
8610 ! ext/Thread/sync2.t
8611____________________________________________________________________________
8612[ 4327] By: gsar on 1999/10/10 02:23:52
8613 Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
8614 (suggested by Tod Irwin <irwin@stockmaster.com>)
8615 Branch: perl
8616 ! lib/lib.pm
8617____________________________________________________________________________
8618[ 4326] By: gsar on 1999/10/10 00:51:48
8619 Log: better documentation for recv() (from Anton Berezin
8620 <tobez@plab.ku.dk>)
8621 Branch: perl
8622 ! pod/perlfunc.pod
8623____________________________________________________________________________
8624[ 4325] By: gsar on 1999/10/09 22:46:23
8625 Log: perldelta updates (see TODO markers)
8626 Branch: perl
8627 ! Changes pod/perldelta.pod pp_sys.c
8628____________________________________________________________________________
a5222a85
GS
8629[ 4324] By: gsar on 1999/10/09 19:43:10
8630 Log: fix Exporter::export_to_level() documentation
8631 Branch: perl
8632 ! lib/Exporter.pm
8633____________________________________________________________________________
8634[ 4323] By: gsar on 1999/10/09 18:48:31
8635 Log: don't run END blocks when running under -c switch (older,
883d36a6 8636 rarely useful behavior may still be obtained by putting
a5222a85
GS
8637 BEGIN { $^C = 0; exit; } at the end of the script)
8638 Branch: perl
8639 ! perl.c
8640____________________________________________________________________________
8641[ 4322] By: jhi on 1999/10/09 05:31:26
8642 Log: While awaiting a good test program to detect the broken gcc.
8643 From: Thomas Conté <tom@fr.uu.net>
8644 To: <jhi@iki.fi>
8645 Cc: <perl5-porters@perl.org>
8646 Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
8647 Date: Wed, 6 Oct 1999 19:56:29 +0200
8648 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
8649 Branch: cfgperl
8650 ! hints/irix_6.sh perl.h
8651____________________________________________________________________________
8652[ 4321] By: gsar on 1999/10/09 00:41:02
8653 Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
8654 clear entries in the CV's pad, leading to coredumps when CV had no
8655 other references to it; this is a slightly edited version of the
8656 patch suggested by Russel O'Connor <roconnor@world.std.com>
8657 Branch: perl
8658 ! cop.h pp_ctl.c pp_hot.c
8659____________________________________________________________________________
8660[ 4320] By: gsar on 1999/10/08 22:50:51
8661 Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
8662 situation (assumptions about cx invalidation are not valid
8663 anymore)
8664 Branch: perl
8665 ! cop.h pp_ctl.c pp_hot.c
8666____________________________________________________________________________
8667[ 4319] By: jhi on 1999/10/08 14:33:31
8668 Log: Integrate with Sarathy.
8669 Branch: cfgperl
8670 !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
8671 !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
8672 !> t/comp/bproto.t thrdvar.h toke.c util.c
8673____________________________________________________________________________
8674[ 4318] By: jhi on 1999/10/08 13:51:34
8675 Log: The second cut at AIX C++ extension troubles.
8676 Branch: cfgperl
8677 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8678 ! hints/aix.sh
8679____________________________________________________________________________
8680[ 4317] By: jhi on 1999/10/08 10:44:13
8681 Log: The first cut at fixing Perl extensions written in C++ in AIX,
8682 statics don't get initialized right. This patch at least
8683 doesn't seem to break the build in my AIX, but unfortunately
8684 I don't have the IBM C++ to do further testing.
8685
8686 Problem reported by Stephanie Beals in
8687 From: bealzy@us.ibm.com
8688 To: perl5-porters@perl.org
8689 Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
8690 Date: Thu, 7 Oct 1999 15:05:54 -0400
8691 Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
8692 Branch: cfgperl
8693 + ext/DynaLoader/hints/aix.pl
8694 ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
8695____________________________________________________________________________
8696[ 4316] By: gsar on 1999/10/08 10:26:15
8697 Log: remove kludgey duplicate background error avoidance (caused
8698 "leaks"; %@ wasn't even user-visible under -Dusethreads);
8699 only repeats of most recent error are now avoided
8700 Branch: perl
8701 ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
8702____________________________________________________________________________
8703[ 4315] By: jhi on 1999/10/08 09:48:59
8704 Log: Fix omission.
8705 Branch: cfgperl
8706 ! makedef.pl
8707____________________________________________________________________________
8708[ 4314] By: gsar on 1999/10/08 07:17:01
8709 Log: extend change#2299 to C<use> (fixes scoping problems in
8710 C<if (...) { use foo; ... }>)
8711 Branch: perl
8712 ! op.c
8713____________________________________________________________________________
8714[ 4313] By: gsar on 1999/10/08 04:52:19
8715 Log: small tweak for change#4309
8716 Branch: perl
8717 ! op.c
8718____________________________________________________________________________
8719[ 4312] By: gsar on 1999/10/08 02:31:13
8720 Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
8721 From: Larry Wall <larry@wall.org>
8722 Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
8723 Message-Id: <199910061655.JAA11333@kiev.wall.org>
8724 Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
8725 Branch: perl
8726 ! opcode.h t/comp/bproto.t toke.c
8727____________________________________________________________________________
8728[ 4311] By: gsar on 1999/10/08 00:58:19
8729 Log: typo
8730 Branch: perl
8731 ! pp_sys.c
8732____________________________________________________________________________
8733[ 4310] By: gsar on 1999/10/07 23:51:38
8734 Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
8735 Brian Mitchell <brian@chele.cais.net>)
8736 Branch: perl
8737 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8738____________________________________________________________________________
8739[ 4309] By: gsar on 1999/10/07 22:57:52
8740 Log: change#3728 was flawed (loop contexts saw the wrong statement
8741 info, causing loop control constructs to not find the label);
8742 disable OP_SETSTATE entirely and add a fix that is specifically
8743 targetted at disabling the OP_LINESEQ optimization in else BLOCK,
8744 which was what the original patch was supposed to fix
8745
8746 TODO: remove the remainder of the setstate logic if it can't
8747 be used anywhere else (it isn't used anywhere now)
8748 Branch: perl
8749 ! cop.h op.c perly.c perly.y
8750____________________________________________________________________________
8751[ 4308] By: jhi on 1999/10/07 19:21:27
8752 Log: Integrate with Sarathy.
8753 Branch: cfgperl
8754 !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
8755____________________________________________________________________________
8756[ 4307] By: gsar on 1999/10/07 15:12:24
8757 Log: update to podlators-0.08 from Russ Allbery
8758 Branch: perl
8759 ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
8760____________________________________________________________________________
8761[ 4306] By: jhi on 1999/10/06 17:20:34
8762 Log: Integrate with Sarathy.
8763 Branch: cfgperl
8764 !> (integrate 45 files)
8765____________________________________________________________________________
8766[ 4305] By: gsar on 1999/10/06 16:55:45
8767 Log: some versions of mingw32 have __int64, define iff it isn't
8768 Branch: perl
8769 ! win32/win32.h
8770____________________________________________________________________________
8771[ 4304] By: gsar on 1999/10/06 03:45:44
8772 Log: fix typos in change#4288
8773 Branch: perl
8774 ! Changes dump.c sv.c
8775____________________________________________________________________________
07270b1a
GS
8776[ 4303] By: gsar on 1999/10/06 03:22:46
8777 Log: integrate cfgperl contents into mainline
8778 Branch: perl
8779 +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8780 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8781 !> (integrate 31 files)
8782____________________________________________________________________________
8783[ 4302] By: gsar on 1999/10/06 02:36:53
8784 Log: make die/warn and other diagnostics go to wherever STDERR happens
8785 to point at; change places that meant Perl_debug_log rather than
8786 PerlIO_stderr()
8787 Branch: perl
8788 ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
8789 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8790 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8791 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
8792 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8793 ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
8794 ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
8795 ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
8796 ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
8797 ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
8798 ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
8799____________________________________________________________________________
8800[ 4301] By: jhi on 1999/10/05 23:03:46
8801 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8802 To: François Désarménien <desar@club-internet.fr>
8803 Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
8804 Subject: Re: Strange RE engine breakage in 5_61
8805 Date: Mon, 4 Oct 1999 19:58:03 -0400
8806 Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
8807
8808 (had to apply pat.t part manually because there
8809 already were more tests than there was in _61)
8810 Branch: cfgperl
8811 ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
8812____________________________________________________________________________
8813[ 4300] By: jhi on 1999/10/04 17:03:18
8814 Log: From: Andy Dougherty <doughera@lafayette.edu>
8815 To: Jarkko Hietaniemi <jhi@iki.fi>
8816 cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
8817 Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
8818 Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
8819 Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
8820 Branch: cfgperl
8821 + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
8822 - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
8823 ! MANIFEST ext/B/defsubs_h.PL
8824____________________________________________________________________________
8825[ 4299] By: jhi on 1999/10/04 07:15:16
8826 Log: From: Michael G Schwern <schwern@pobox.com>
8827 To: perl5-porters@perl.org
8828 Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
8829 Date: Sun, 3 Oct 1999 17:34:17 -0400
8830 Message-ID: <19991003173417.A4351@blackrider>
8831 Branch: cfgperl
8832 ! t/lib/fields.t t/pragma/constant.t
8833____________________________________________________________________________
8834[ 4298] By: gsar on 1999/10/04 04:57:53
8835 Log: some compatibility macros were busted
8836 Branch: perl
8837 ! embed.h embed.pl toke.c
8838____________________________________________________________________________
8839[ 4297] By: jhi on 1999/10/03 17:50:59
8840 Log: A better version of #4296.
8841
8842 From: Michael G Schwern <schwern@pobox.com>
8843 To: perl5-porters@perl.org
8844 Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
8845 Date: Sun, 3 Oct 1999 13:54:23 -0400
8846 Message-ID: <19991003135423.A3050@blackrider>
8847 Branch: cfgperl
8848 ! av.c op.c pod/perldiag.pod
8849____________________________________________________________________________
8850[ 4296] By: jhi on 1999/10/03 17:21:01
8851 Log: (Replaced by #4297.)
8852
8853 From: Michael G Schwern <schwern@pobox.com>
8854 To: perl5-porters@perl.org
8855 Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
8856 Date: Sun, 3 Oct 1999 13:16:47 -0400
8857 Message-ID: <19991003131647.A2816@blackrider>
8858
8859 plus changed the error message to say "No such pseudo-hash field"
8860 as discussed in the above mail message.
8861 Branch: cfgperl
8862 ! av.c pod/perldiag.pod
8863____________________________________________________________________________
8864[ 4295] By: gsar on 1999/10/03 16:09:36
8865 Log: avoid doing irrelevant things on 'make perl'
8866 Branch: perl
8867 ! Makefile.SH
8868____________________________________________________________________________
8869[ 4294] By: jhi on 1999/10/03 14:16:24
8870 Log: Fix a typo in #4293 spotted by Graham Barr.
8871 Branch: cfgperl
8872 ! pod/perlref.pod
8873____________________________________________________________________________
8874[ 4293] By: jhi on 1999/10/03 11:31:22
8875 Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
8876 To: perl5-porters@perl.org
8877 Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
8878 Date: Sun, 3 Oct 1999 02:34:01 -0400
8879 Message-ID: <19991003023401.A1520@blackrider>
8880 Branch: cfgperl
8881 ! pod/perlfunc.pod pod/perlref.pod
8882____________________________________________________________________________
8883[ 4292] By: jhi on 1999/10/03 09:23:16
8884 Log: From: Barrie Slaymaker <barries@slaysys.com>
8885 To: perl5-porters@perl.org
8886 Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
8887 Date: Sun, 3 Oct 1999 00:09:51 -0400
8888 Message-Id: <199910030409.AAA18228@jester.slaysys.com>
8889 Branch: cfgperl
8890 ! lib/Benchmark.pm
8891____________________________________________________________________________
8892[ 4291] By: jhi on 1999/10/02 23:43:53
8893 Log: Be understanding about large file systems.
8894 Branch: cfgperl
8895 ! t/lib/syslfs.t t/op/lfs.t
8896____________________________________________________________________________
8897[ 4290] By: jhi on 1999/10/02 23:39:16
8898 Log: Configure fixfest continues.
8899 Branch: cfgperl
8900 ! Configure config_h.SH
8901 Branch: metaconfig
8902 ! U/modified/d_longdbl.U U/modified/d_longlong.U
8903 ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
8904 ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
8905 ! U/typedefs/uidsign.U U/typedefs/uidsize.U
8906 Branch: metaconfig/U/perl
8907 ! i_inttypes.U io64.U
8908____________________________________________________________________________
8909[ 4289] By: jhi on 1999/10/02 23:12:54
8910 Log: Regen Porting stuff.
8911 Branch: cfgperl
8912 ! Porting/Glossary Porting/config.sh Porting/config_H
8913____________________________________________________________________________
8914[ 4288] By: jhi on 1999/10/02 23:05:50
8915 Log: Untangle the IV_IS_QUAD jungle by introduding
8916 macros to be used when doing formatted printing:
8917 IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN.
8918 Branch: cfgperl
8919 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8920 ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
8921 ! regcomp.c sv.c taint.c toke.c util.c
8922____________________________________________________________________________
8923[ 4287] By: jhi on 1999/10/02 22:54:18
8924 Log: metaconfig maintenance.
8925 Branch: metaconfig
8926 ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
8927 ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
8928 ! U/typedefs/uidsize.U
8929____________________________________________________________________________
8930[ 4286] By: nick on 1999/10/02 11:11:44
8931 Log: Incremental merge of mainline
8932 Branch: utfperl
8933 +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
8934 +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
8935 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
8936 +> t/pod/podselect.t t/pod/podselect.xr
8937 - lib/Pod/PlainText.pm
8938 !> (integrate 148 files)
8939____________________________________________________________________________
8940[ 4285] By: jhi on 1999/10/02 10:16:15
8941 Log: Battle namespace pollution.
8942 Branch: cfgperl
8943 ! lib/Benchmark.pm
8944____________________________________________________________________________
8945[ 4284] By: jhi on 1999/10/02 10:11:20
8946 Log: Regen Configure, all of xs_apiversion didn't take.
8947 Branch: cfgperl
8948 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8949 ! config_h.SH patchlevel.h
8950____________________________________________________________________________
8951[ 4283] By: jhi on 1999/10/02 09:48:17
8952 Log: Integrate with Sarathy.
8953 Branch: cfgperl
8954 +> lib/Pod/Man.pm t/pod/multiline_items.t
8955 +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
8956 +> t/pod/podselect.t t/pod/podselect.xr
8957 - lib/Pod/PlainText.pm
8958 !> (integrate 50 files)
8959____________________________________________________________________________
8960[ 4282] By: gsar on 1999/10/02 06:39:14
8961 Log: update pod2man, pod2text and related Pod:: modules with the
8962 ones in podlators-0.07 from Russ Allbery
8963 Branch: perl
8964 + lib/Pod/Man.pm
8965 ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
8966 ! pod/pod2man.PL pod/pod2text.PL
8967____________________________________________________________________________
8968[ 4281] By: gsar on 1999/10/02 06:14:44
8969 Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
8970 Branch: perl
8971 - lib/Pod/PlainText.pm
8972 ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
8973 ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
8974 ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
8975 ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
8976 ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
8977 ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
8978 ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
8979____________________________________________________________________________
8980[ 4280] By: gsar on 1999/10/02 04:39:38
8981 Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
8982 Branch: perl
8983 + t/pod/multiline_items.t t/pod/multiline_items.xr
8984 + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
8985 + t/pod/podselect.xr
8986 ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
8987 ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
8988 ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
8989 ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
8990 ! t/pod/nested_items.xr t/pod/nested_seqs.xr
8991 ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
8992 ! t/pod/testp2pt.pl
8993____________________________________________________________________________
8994[ 4279] By: gsar on 1999/10/02 03:36:41
8995 Log: make exists() work better on pseudo-hashes (reworked a patch suggested
8996 by Michael G Schwern <schwern@pobox.com>)
8997 Branch: perl
8998 ! av.c t/op/avhv.t
8999____________________________________________________________________________
9000[ 4278] By: gsar on 1999/10/02 02:36:55
9001 Log: deprecate C<use attrs>
9002 Branch: perl
9003 ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
9004 ! t/lib/thread.t t/pragma/sub_lval.t
9005____________________________________________________________________________
9006[ 4277] By: gsar on 1999/10/02 01:43:25
9007 Log: add notes about effect of loop control statements inside
9008 LABEL BLOCK continue BLOCK
9009 Branch: perl
9010 ! pod/perlfunc.pod
9011____________________________________________________________________________
9012[ 4276] By: gsar on 1999/10/02 01:23:02
9013 Log: indent nested =items properly (suggested by Bill Fenner
9014 <fenner@research.att.com>)
9015 Branch: perl
9016 ! pod/pod2man.PL
9017____________________________________________________________________________
9018[ 4275] By: gsar on 1999/10/02 01:09:16
9019 Log: updated ptags generator from Ilya Zakharevich
9020 Branch: perl
9021 ! emacs/ptags
9022____________________________________________________________________________
9023[ 4274] By: gsar on 1999/10/01 23:08:52
9024 Log: update Changes
9025 Branch: perl
9026 ! Changes
9027____________________________________________________________________________
bcdd1f73
GS
9028[ 4273] By: gsar on 1999/10/01 22:58:55
9029 Log: typo, whitespace adjustments
9030 Branch: perl
9031 ! utils/h2xs.PL
9032____________________________________________________________________________
9033[ 4272] By: gsar on 1999/10/01 22:46:06
9034 Log: remove dup hunks
9035 Branch: perl
9036 ! configure.com vms/vms.c
9037____________________________________________________________________________
9038[ 4271] By: gsar on 1999/10/01 22:33:02
9039 Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
9040 by declaring new globals "our" (XXX this means h2xs generated code
9041 won't run on earlier versions; a switch to generate compatible
9042 source is needed)
9043 Branch: perl
9044 !> (integrate 35 files)
9045____________________________________________________________________________
9046[ 4270] By: jhi on 1999/10/01 12:05:56
9047 Log: Integrate with Sarathy.
9048 Branch: cfgperl
9049 !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9050 !> pod/perldiag.pod util.c
9051____________________________________________________________________________
9052[ 4269] By: jhi on 1999/10/01 10:26:19
9053 Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
9054 To: perl5-porters@perl.org
9055 Subject: [ID 19991001.001] perlguts man page error
9056 Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
9057 Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
9058 Branch: cfgperl
9059 ! pod/perlguts.pod
9060____________________________________________________________________________
9061[ 4268] By: jhi on 1999/10/01 07:32:33
9062 Log: There *is* a month called October.
9063 Branch: cfgperl
9064 ! t/op/time.t
9065____________________________________________________________________________
9066[ 4267] By: jhi on 1999/10/01 06:58:10
9067 Log: Temp file cleanliness.
9068 Branch: cfgperl
9069 ! t/lib/filecopy.t
9070____________________________________________________________________________
9071[ 4266] By: jhi on 1999/10/01 06:46:56
9072 Log: From: Barrie Slaymaker <barries@slaysys.com>
9073 To: perl5-porters@perl.org
9074 Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
9075 Date: Thu, 30 Sep 1999 22:16:26 -0400
9076 Message-Id: <199910010216.WAA08309@jester.slaysys.com>
9077 Branch: cfgperl
9078 ! lib/Benchmark.pm
9079____________________________________________________________________________
9080[ 4265] By: jhi on 1999/09/30 20:25:35
9081 Log: From: Barrie Slaymaker <barries@slaysys.com>
9082 To: perl5-porters@perl.org
9083 Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
9084 Date: Thu, 30 Sep 1999 15:44:00 -0400
9085 Message-Id: <199909301944.PAA07166@jester.slaysys.com>
9086 (Replaces #4175.)
9087 Branch: cfgperl
9088 ! lib/Benchmark.pm
9089____________________________________________________________________________
9090[ 4264] By: gsar on 1999/09/30 17:59:26
9091 Log: re-add missing "Out of memory!" entry
9092 Branch: perl
9093 ! pod/perldiag.pod
9094____________________________________________________________________________
9095[ 4263] By: jhi on 1999/09/30 17:05:43
9096 Log: Regenerate Configure.
9097 Branch: cfgperl
9098 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9099 ! config_h.SH
9100____________________________________________________________________________
9101[ 4261] By: jhi on 1999/09/30 16:15:05
9102 Log: From: Andy Dougherty <doughera@lafayette.edu>
9103 To: Perl Porters <perl5-porters@perl.org>
9104 Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
9105 Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
9106 Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
9107 Branch: cfgperl
9108 ! pod/perldelta.pod
9109____________________________________________________________________________
9110[ 4260] By: jhi on 1999/09/30 15:48:56
9111 Log: From: Andy Dougherty <doughera@lafayette.edu>
9112 To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
9113 Subject: Re: Possible skeletal structure for searching multiple versions
9114 Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
9115 Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
9116 Branch: metaconfig
9117 ! U/mkglossary
9118 Branch: metaconfig/U/perl
9119 + xs_apiversion.U
9120 ! patchlevel.U
9121____________________________________________________________________________
9122[ 4259] By: jhi on 1999/09/30 15:07:16
9123 Log: Further ?idsize.U fixing.
9124 Branch: metaconfig
9125 ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
9126____________________________________________________________________________
9127[ 4258] By: jhi on 1999/09/30 15:00:14
9128 Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
9129 Branch: metaconfig
9130 ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
9131 ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
9132____________________________________________________________________________
9133[ 4257] By: jhi on 1999/09/30 09:48:33
9134 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9135 To: Gurusamy Sarathy <gsar@ActiveState.com>
9136 Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
9137 The Perl Porters Mailing List <perl5-porters@perl.org>
9138 Subject: [PATCH] (Was: deprecating SIGDIE)
9139 Date: Wed, 29 Sep 1999 15:16:50 -0400
9140 Message-ID: <19990929151650.E26675@O2.chapin.edu>
9141 Branch: cfgperl
9142 ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
9143____________________________________________________________________________
9144[ 4256] By: jhi on 1999/09/30 09:45:22
9145 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9146 To: Gurusamy Sarathy <gsar@activestate.com>
9147 Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
9148 Subject: Re: _58, _61 Argument "" is not numeric in sprintf
9149 Date: Wed, 29 Sep 1999 18:58:23 -0400
9150 Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
9151 Branch: cfgperl
9152 ! Makefile.SH opcode.pl
9153____________________________________________________________________________
9154[ 4255] By: gsar on 1999/09/30 09:03:48
9155 Log: remove prehistoric XFree() gunk
9156 Branch: perl
9157 ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
9158____________________________________________________________________________
9159[ 4254] By: gsar on 1999/09/30 08:40:14
9160 Log: From: Vishal Bhatia <vishal@gol.com>
9161 Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
9162 Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
9163 Subject: [patch _61] Minor corrections in C.pm
9164 Branch: perl
9165 ! ext/B/B/C.pm
9166____________________________________________________________________________
9167[ 4253] By: gsar on 1999/09/30 08:36:27
9168 Log: off-by-one in fbm_compile() (spotted by John Bley
9169 <jbley@cs.cmu.edu>); whitespace adjustments
9170 Branch: perl
9171 ! util.c
9172____________________________________________________________________________
9173[ 4251] By: jhi on 1999/09/30 08:09:13
9174 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9175 To: perl5-porters@perl.org (Mailing list Perl5)
9176 Subject: [PATCH 5.00561+] Followup h2xs patch
9177 Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
9178 Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
9179 Branch: cfgperl
9180 ! utils/h2xs.PL
9181____________________________________________________________________________
9182[ 4250] By: jhi on 1999/09/29 19:11:32
9183 Log: Integrate with Sarathy.
9184 Branch: cfgperl
9185 !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
9186 !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
9187 !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
9188____________________________________________________________________________
9189[ 4249] By: bailey on 1999/09/29 02:21:31
9190 Log: resync with mainline
9191 Branch: vmsperl
9192 +> (branch 32 files)
9193 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
9194 - lib/unicode/blocks.txt lib/unicode/index2.txt
9195 - lib/unicode/jamo2.txt lib/unicode/names2.txt
9196 - lib/unicode/props2.txt lib/unicode/readme.txt
9197 - t/lib/bigfloatpm.t
9198 !> (integrate 240 files)
9199____________________________________________________________________________
9200[ 4248] By: jhi on 1999/09/28 18:14:39
9201 Log: From: Andy Dougherty <doughera@lafayette.edu>
9202 To: Perl Porters <perl5-porters@perl.org>
9203 Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
9204 Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
9205 Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
9206
9207 From: Andy Dougherty <doughera@lafayette.edu>
9208 To: Perl Porters <perl5-porters@perl.org>
9209 Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
9210 Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
9211 Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
9212 Branch: cfgperl
9213 ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
9214 ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
9215 ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
9216 ! hints/next_4.sh
9217____________________________________________________________________________
9218[ 4247] By: gsar on 1999/09/28 17:36:59
9219 Log: revert change#4115 (breaks libwww's base/date.t); could be
9220 reworked to enable it conditional on $Time::Local::nocroak
9221 or some such
9222 Branch: perl
9223 ! lib/Time/Local.pm
9224____________________________________________________________________________
9225[ 4246] By: gsar on 1999/09/28 17:33:14
9226 Log: tweak for win32 build
9227 Branch: perl
9228 ! win32/Makefile win32/makefile.mk
9229____________________________________________________________________________
9230[ 4245] By: gsar on 1999/09/28 17:31:34
9231 Log: change#4236 fallout
9232 Branch: perl
9233 ! lib/ExtUtils/MM_Unix.pm
9234____________________________________________________________________________
9235[ 4244] By: gsar on 1999/09/28 17:29:31
9236 Log: remove doubled new_xpv
9237 Branch: perl
9238 ! embed.h embed.pl proto.h
9239____________________________________________________________________________
9240[ 4243] By: jhi on 1999/09/27 19:13:20
9241 Log: Artistic fine-tuning.
9242 Branch: cfgperl
9243 ! ext/B/defsubs_h.PL
9244____________________________________________________________________________
9245[ 4242] By: gsar on 1999/09/27 17:05:22
9246 Log: avoid implicit split to @_ in change#4181; binary -> text file
9247 types in p4
9248 Branch: perl
9249 ! djgpp/configure.bat lib/Exporter/Heavy.pm
9250 ! t/pragma/locale/latin1
9251____________________________________________________________________________
9252[ 4241] By: jhi on 1999/09/27 07:48:19
9253 Log: Integrate with Sarathy.
9254 Branch: cfgperl
9255 !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
9256 !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
9257____________________________________________________________________________
9258[ 4240] By: jhi on 1999/09/27 07:47:11
9259 Log: Finalize change #4232.
9260 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9261 To: Jarkko Hietaniemi <jhi@iki.fi>
9262 Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
9263 Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
9264 Date: Sun, 26 Sep 1999 16:52:31 -0400
9265 Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
9266 Branch: cfgperl
9267 ! lib/ExtUtils/xsubpp
9268____________________________________________________________________________
9269[ 4239] By: gsar on 1999/09/27 02:48:42
9270 Log: add notes in INSTALL about Configure -Accflags=-DFOO
9271 Branch: perl
9272 ! INSTALL
9273____________________________________________________________________________
9274[ 4238] By: gsar on 1999/09/27 02:03:48
9275 Log: PERL_POLLUTE isn't required for bincompat, so don't enable
9276 it automatically
9277 Branch: perl
9278 ! embed.h embed.pl
9279____________________________________________________________________________
9280[ 4237] By: gsar on 1999/09/27 01:52:47
9281 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9282 Date: Fri, 24 Sep 1999 23:25:36 -0400
9283 Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
9284 Subject: [PATCH 5.005_61] Malloc fixes and docs
9285 Branch: perl
9286 ! malloc.c pod/perldiag.pod
9287____________________________________________________________________________
9288[ 4236] By: gsar on 1999/09/27 01:31:32
9289 Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
9290 <vkonovalov@lucent.com>)
9291 Branch: perl
9292 ! win32/Makefile win32/makefile.mk
9293____________________________________________________________________________
9294[ 4235] By: gsar on 1999/09/26 17:02:03
9295 Log: fix buggy popping of subroutine contexts in the lvalue
9296 subroutines implementation (change#4081); correct the
9297 plethora of cases where DIE() was more appropriate than
9298 croak()
9299 Branch: perl
9300 ! pp.c pp_ctl.c pp_hot.c pp_sys.c
9301____________________________________________________________________________
9302[ 4234] By: jhi on 1999/09/26 12:06:28
9303 Log: Fix #endif.
9304 Branch: cfgperl
9305 ! XSUB.h
9306____________________________________________________________________________
9307[ 4233] By: jhi on 1999/09/26 11:59:18
9308 Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
9309 I kept my (Ilya's) version.
9310 Branch: cfgperl
9311 !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
9312 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9313 !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
9314 !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
9315 !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
9316 !> utils/h2xs.PL win32/Makefile win32/makefile.mk
9317____________________________________________________________________________
9318[ 4232] By: jhi on 1999/09/26 09:53:43
9319 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9320 To: Mailing list Perl5 <perl5-porters@perl.org>
9321 Subject: [PATCH 5.005_61] teach xsubpp function pointers
9322 Date: Sun, 26 Sep 1999 01:36:09 -0400
9323 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
9324
9325 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9326 To: Mailing list Perl5 <perl5-porters@perl.org>
9327 Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
9328 Date: Sun, 26 Sep 1999 03:00:50 -0400
9329 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
9330 Branch: cfgperl
9331 ! lib/ExtUtils/xsubpp utils/h2xs.PL
9332____________________________________________________________________________
9333[ 4231] By: jhi on 1999/09/26 09:48:49
9334 Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9335 To: perl5-porters@perl.org
9336 Subject: misprint in perlguts
9337 Date: Sun, 26 Sep 1999 12:48:36 +0400
9338 Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
9339 Branch: cfgperl
9340 ! pod/perlguts.pod
9341____________________________________________________________________________
9342[ 4230] By: gsar on 1999/09/26 00:50:08
9343 Log: add $installarchlib/CORE to default linker search path on windows
9344 Branch: perl
9345 ! win32/Makefile win32/makefile.mk
9346____________________________________________________________________________
9347[ 4229] By: gsar on 1999/09/25 20:05:03
9348 Log: support C<use Shell> on Windows (reworked a patch suggested
9349 by Jenda Krynicky <Jenda@McCann.cz>)
9350 Branch: perl
9351 ! lib/Shell.pm
9352____________________________________________________________________________
9353[ 4228] By: gsar on 1999/09/25 07:03:34
9354 Log: integrate cfgperl contents into mainline
9355 Branch: perl
9356 +> hints/svr5.sh
9357 !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
9358 !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9359 !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
9360 !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
9361____________________________________________________________________________
9362[ 4227] By: gsar on 1999/09/25 06:44:47
9363 Log: From: Larry Wall <larry@wall.org>
9364 Date: Fri, 24 Sep 1999 21:59:37 PDT
9365 Message-Id: <199909250459.VAA27506@kiev.wall.org>
9366 Subject: Re: [PATCH 5.005_61] "our" declarations
9367 Branch: perl
9368 ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
9369 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9370 ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
9371 ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
9372 ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
9373 ! utils/h2xs.PL
9374____________________________________________________________________________
9375[ 4226] By: jhi on 1999/09/24 23:10:52
9376 Log: Integrate with Sarathy.
9377 Branch: cfgperl
9378 !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9379 !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
9380 !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
9381____________________________________________________________________________
9382[ 4225] By: gsar on 1999/09/24 18:19:54
9383 Log: avoid infinite recursive exec()s of perl.exe when shebang
9384 contains "Perl" rather than "perl" on DOSISH platforms
9385 Branch: perl
9386 ! toke.c
9387____________________________________________________________________________
9388[ 4224] By: gsar on 1999/09/24 16:09:23
9389 Log: support cygwin and other platforms that link to import libraries
9390 rather than directly with shared libraries (from a suggestion
9391 by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
9392 Branch: perl
9393 ! utils/perlcc.PL
9394____________________________________________________________________________
9395[ 4223] By: gsar on 1999/09/24 05:05:06
9396 Log: normalize time for strftime() (without the isdst effects of
9397 mktime()) using a custom mini_mktime()
9398 From: spider-perl@Orb.Nashua.NH.US
9399 Date: Thu, 23 Sep 1999 17:54:53 -0400
9400 Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
9401 Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
9402 Branch: perl
9403 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9404 ! ext/POSIX/hints/linux.pl t/lib/posix.t
9405____________________________________________________________________________
9406[ 4222] By: gsar on 1999/09/23 06:44:42
9407 Log: change "#" to a comment starter in pack templates; "/" now
9408 used for specifying counted types
9409 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9410 Date: Wed, 22 Sep 1999 19:41:30 -0400
9411 Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
9412 Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
9413 Branch: perl
9414 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9415____________________________________________________________________________
9416[ 4221] By: gsar on 1999/09/23 06:26:54
9417 Log: From: Vishal Bhatia <vishal@gol.com>
9418 Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
9419 Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
9420 Subject: [patch _61] perlcc changes
9421 Branch: perl
9422 ! utils/perlcc.PL
9423____________________________________________________________________________
9424[ 4220] By: gsar on 1999/09/23 01:12:24
9425 Log: add include guard
9426 Branch: perl
9427 ! XSUB.h
9428____________________________________________________________________________
9429[ 4219] By: jhi on 1999/09/22 20:38:15
9430 Log: Cleanup cleanup.
9431 Branch: cfgperl
9432 ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
9433____________________________________________________________________________
9434[ 4218] By: jhi on 1999/09/22 19:26:58
9435 Log: Tweak the equivalence tables once again.
9436 Branch: cfgperl
9437 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9438 ! lib/unicode/mktables.PL
9439____________________________________________________________________________
9440[ 4215] By: jhi on 1999/09/22 06:47:03
9441 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9442 To: Mailing list Perl5 <perl5-porters@perl.org>
9443 Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
9444 Date: Tue, 21 Sep 1999 19:50:00 -0400
9445 Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
9446
9447 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9448 To: Mailing list Perl5 <perl5-porters@perl.org>
9449 Subject: [PATCH 5.005_61] More verbose -Mre=debug
9450 Date: Tue, 21 Sep 1999 22:29:55 -0400
9451 Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
9452 Branch: cfgperl
9453 ! regcomp.c regexec.c
9454____________________________________________________________________________
9455[ 4214] By: jhi on 1999/09/21 21:08:43
9456 Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
9457 Reply-To: gerberb@zenez.com
9458 To: perl5-porters@perl.org
9459 Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
9460 Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
9461 Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
9462
9463 (Snipped away the last lines of svr5.sh a la change #3725)
9464 Branch: cfgperl
9465 + hints/svr5.sh
9466 ! Configure MANIFEST config_h.SH hints/sco.sh
9467 Branch: metaconfig
9468 ! U/modified/Cppsym.U U/modified/Oldconfig.U
9469____________________________________________________________________________
9470[ 4213] By: jhi on 1999/09/21 20:48:01
9471 Log: From: Kragen Sitaker <kragen@dnaco.net>
9472 To: perl5-porters@perl.org
9473 Subject: [ID 19990921.013] accidental list context in perlfaq9
9474 Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
9475 Reply-To: kragen@pobox.com
9476 Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
9477 Branch: cfgperl
9478 ! pod/perlfaq9.pod
9479____________________________________________________________________________
9480[ 4212] By: jhi on 1999/09/20 19:55:42
9481 Log: Integrate with Sarathy.
9482 Branch: cfgperl
9483 +> README.Y2K
9484 !> Changes MANIFEST
9485____________________________________________________________________________
9486[ 4211] By: jhi on 1999/09/20 19:44:44
9487 Log: Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.
9488 Branch: cfgperl
9489 ! Configure config_h.SH pod/perldelta.pod
9490 Branch: metaconfig/U/perl
9491 ! use64bits.U uselfs.U uselongdbl.U
9492____________________________________________________________________________
9493[ 4210] By: jhi on 1999/09/20 19:38:26
9494 Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
9495 Branch: cfgperl
9496 ! Configure config_h.SH
9497 Branch: metaconfig
9498 ! U/modified/Options.U
9499____________________________________________________________________________
9500[ 4209] By: gsar on 1999/09/20 19:35:39
9501 Log: integrate cfgperl changes into mainline
9502 Branch: perl
9503 +> lib/unicode/Unicode.html
9504 ! Changes
9505 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9506 !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
9507____________________________________________________________________________
4c968f61
GS
9508[ 4208] By: gsar on 1999/09/20 18:28:44
9509 Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
9510 Branch: perl
9511 + README.Y2K
9512 ! MANIFEST
9513____________________________________________________________________________
9514[ 4207] By: jhi on 1999/09/20 11:06:13
9515 Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
9516 Branch: cfgperl
9517 ! pod/perldelta.pod
9518____________________________________________________________________________
9519[ 4206] By: jhi on 1999/09/20 09:53:15
9520 Log: Do not test for gccish things in non-gccish platforms.
9521 Branch: cfgperl
9522 ! Configure config_h.SH
9523 Branch: metaconfig
9524 ! U/compline/ccflags.U
9525____________________________________________________________________________
9526[ 4205] By: jhi on 1999/09/20 09:41:22
9527 Log: Prompt for uselfs.
9528 Branch: cfgperl
9529 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9530 ! config_h.SH
9531 Branch: metaconfig
9532 ! U/mksample
9533 Branch: metaconfig/U/perl
9534 ! use64bits.U uselfs.U
9535____________________________________________________________________________
9536[ 4204] By: jhi on 1999/09/20 09:09:29
9537 Log: Add usemorebits and uselfs.
9538 Branch: cfgperl
9539 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9540 ! config_h.SH doio.c perl.h
9541 Branch: metaconfig/U/perl
9542 + uselfs.U usemorebits.U
9543 ! use64bits.U uselongdbl.U
9544____________________________________________________________________________
9545[ 4203] By: jhi on 1999/09/20 07:48:48
9546 Log: Dethinko.
9547 Branch: cfgperl
9548 ! pod/perlfunc.pod
9549____________________________________________________________________________
9550[ 4202] By: jhi on 1999/09/20 07:33:32
9551 Log: Fix a bug in the description of endianness. Reported in
9552 From: "Konovalov, Vadim" <vkonovalov@lucent.com>
9553 To: perl5-porters@perl.org
9554 Subject: BUG: perldoc -f pack
9555 Date: Mon, 20 Sep 1999 09:43:49 +0400
9556 Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
9557 Branch: cfgperl
9558 ! pod/perlfunc.pod
9559____________________________________________________________________________
9560[ 4201] By: jhi on 1999/09/20 07:01:26
9561 Log: Integrate with Sarathy.
9562 Branch: cfgperl
9563 +> t/op/args.t
9564 !> (integrate 31 files)
9565____________________________________________________________________________
9566[ 4200] By: gsar on 1999/09/20 03:45:06
9567 Log: From: Russ Allbery <rra@stanford.edu>
9568 Date: 19 Aug 1999 04:35:44 -0700
9569 Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
9570 Subject: [ID 19990819.002] File::Find error when pruning top-level directories
9571 Branch: perl
9572 ! lib/File/Find.pm
9573____________________________________________________________________________
9574[ 4199] By: gsar on 1999/09/20 03:27:49
9575 Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
9576 Branch: perl
9577 ! ext/B/B/Terse.pm
9578____________________________________________________________________________
9579[ 4198] By: gsar on 1999/09/20 03:25:25
9580 Log: add arenas for managing allocations of remaining xpv*v structures
9581 From: Vishal Bhatia <vishal@gol.com>
9582 Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
9583 Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
9584 Subject: [PATCH 5.005_60] removing extra ref count (compiler)
9585 Branch: perl
9586 ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
9587 ! proto.h sv.c
9588____________________________________________________________________________
9589[ 4197] By: gsar on 1999/09/20 03:06:10
9590 Log: queue errors due to strictures rather than printing them as
9591 warnings; symbols that violate strictures do *not* end up in
9592 the symbol table anyway, making multiple evals of the same piece
9593 of code produce the same errors; errors indicate all locations
9594 of a global symbol rather than just the first one; these
9595 changes make compile-time failures within evals reliably
9596 visible via the return value or contents of $@, and trappable
9597 using __DIE__ hooks
9598 Branch: perl
9599 ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
9600 ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
9601 ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
9602 ! t/pragma/strict-vars thrdvar.h toke.c util.c
9603____________________________________________________________________________
9604[ 4196] By: gsar on 1999/09/19 22:14:29
9605 Log: control change#1914 via hints (causes problems on some platforms)
9606 Branch: perl
9607 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9608 ! ext/POSIX/hints/linux.pl
9609____________________________________________________________________________
9610[ 4195] By: gsar on 1999/09/19 21:30:18
9611 Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
9612 in passing around references to @_, eg C<sub foo { \@_ }>; add
9613 tests for the same
9614 Branch: perl
9615 + t/op/args.t
9616 ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
9617____________________________________________________________________________
9618[ 4194] By: jhi on 1999/09/18 18:57:45
9619 Log: Integrate with Sarathy.
9620 Branch: cfgperl
9621 !> opcode.h opcode.pl
9622____________________________________________________________________________
9623[ 4193] By: nick on 1999/09/18 15:24:56
9624 Log: Re-integrate mainline
9625 Basic SvUTF8 stuff in headers, no functional changes yet.
9626 Branch: utfperl
9627 + lib/byte.pm lib/byte_heavy.pl
9628 +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
9629 +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
9630 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
9631 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
9632 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
9633 +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
9634 +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
9635 +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
9636 +> lib/unicode/Names.txt lib/unicode/Props.txt
9637 +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
9638 +> t/lib/bigfltpm.t
9639 - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
9640 - lib/unicode/blocks.txt lib/unicode/index2.txt
9641 - lib/unicode/jamo2.txt lib/unicode/names2.txt
9642 - lib/unicode/props2.txt lib/unicode/readme.txt
9643 - t/lib/bigfloatpm.t
9644 ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
9645 ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
9646 ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
9647 ! warnings.h
9648 !> (integrate 142 files)
9649____________________________________________________________________________
9650[ 4192] By: gsar on 1999/09/18 15:11:47
9651 Log: more op description tweaks
9652 Branch: perl
9653 ! opcode.h opcode.pl
9654____________________________________________________________________________
9655[ 4191] By: jhi on 1999/09/18 07:47:16
9656 Log: Integrate with Sarathy.
9657 Branch: cfgperl
9658 !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
9659 !> t/pragma/warn/op
9660____________________________________________________________________________
9661[ 4190] By: jhi on 1999/09/18 07:35:45
9662 Log: Add description of the Unicode database files.
9663 Branch: cfgperl
9664 + lib/unicode/Unicode.html
9665____________________________________________________________________________
9666[ 4189] By: gsar on 1999/09/18 03:14:58
9667 Log: tweak some op names in change#4177 (will any of this break code that
9668 gropes $@ ?)
9669 Branch: perl
9670 ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
9671 ! t/pragma/warn/op
9672____________________________________________________________________________
f1612b5c
GS
9673[ 4188] By: jhi on 1999/09/17 21:30:08
9674 Log: Pick up the typo fix.
9675 Branch: cfgperl
9676 !> t/io/open.t
9677____________________________________________________________________________
9678[ 4187] By: gsar on 1999/09/17 21:13:55
9679 Log: fix typo
9680 Branch: perl
9681 ! t/io/open.t
9682____________________________________________________________________________
9683[ 4186] By: gsar on 1999/09/17 20:57:29
9684 Log: integrate cfgperl change
9685 Branch: perl
9686 !> vms/subconfigure.com
9687____________________________________________________________________________
9688[ 4185] By: jhi on 1999/09/17 20:46:41
9689 Log: Re-apply applicable parts of #3993, #3994, and #3995.
9690 Branch: cfgperl
9691 ! vms/subconfigure.com
9692____________________________________________________________________________
9693[ 4184] By: gsar on 1999/09/17 20:26:02
9694 Log: integrate cfgperl contents into mainline
9695 Branch: perl
9696 +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
9697 +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
9698 +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
9699 +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
9700 +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
9701 +> lib/unicode/SpecCase.txt
9702 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
9703 - lib/unicode/index2.txt lib/unicode/jamo2.txt
9704 - lib/unicode/names2.txt lib/unicode/props2.txt
9705 - lib/unicode/readme.txt
9706 !> (integrate 73 files)
9707____________________________________________________________________________
9708[ 4183] By: jhi on 1999/09/17 20:25:51
9709 Log: Integrate with Sarathy.
9710 Branch: cfgperl
9711 !> configure.com ext/ByteLoader/byterun.h
9712 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
9713 !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
9714 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
9715 !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
9716____________________________________________________________________________
9717[ 4182] By: gsar on 1999/09/17 20:16:28
9718 Log: integrate vmsperl contents into mainline (where VMS files conflicted,
9719 vmsperl contents have prevailed)
9720 Branch: perl
9721 !> configure.com ext/ByteLoader/byterun.h
9722 !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
9723 !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
9724 !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
9725 !> vms/subconfigure.com vms/vms.c vms/vmsish.h
9726____________________________________________________________________________
9727[ 4181] By: jhi on 1999/09/17 20:12:37
9728 Log: From: Michael G Schwern <schwern@pobox.com>
9729 To: perl5-porters@perl.org
9730 Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
9731 Date: Thu, 19 Aug 1999 21:30:01 -0400
9732 Message-ID: <19990819213001.A22512@athens.aocn.com>
9733 Branch: cfgperl
9734 ! lib/Exporter/Heavy.pm
9735____________________________________________________________________________
9736[ 4180] By: gsar on 1999/09/17 20:11:00
9737 Log: perlhist additions
9738 Branch: perl
9739 ! pod/perlhist.pod
9740____________________________________________________________________________
9741[ 4179] By: jhi on 1999/09/17 20:08:00
9742 Log: The change #4176 should've undone only the test, not the code patch.
9743 Branch: cfgperl
9744 ! doio.c
9745____________________________________________________________________________
9746[ 4178] By: jhi on 1999/09/17 20:06:08
9747 Log: From: Ian Phillipps <ian@dial.pipex.com>
9748 To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
9749 Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
9750 Date: Sat, 21 Aug 1999 12:36:12 +0100
9751 Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
9752 Branch: cfgperl
9753 ! pod/perlsyn.pod
9754____________________________________________________________________________
9755[ 4177] By: jhi on 1999/09/17 20:00:19
9756 Log: More descriptive names for operators.
9757
9758 From: Michael G Schwern <schwern@pobox.com>
9759 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
9760 Cc: perl5-porters@perl.org
9761 Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
9762 Date: Tue, 17 Aug 1999 18:35:45 -0400
9763 Message-ID: <19990817183545.A23073@toldyouso.com>
9764
9765 From: Michael G Schwern <schwern@pobox.com>
9766 To: perl5-porters@perl.org
9767 Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
9768 Date: Wed, 18 Aug 1999 03:53:38 -0400
9769 Message-ID: <19990818035337.A31505@athens.aocn.com>
9770 Branch: cfgperl
9771 ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
9772 ! t/pragma/warn/op t/pragma/warn/sv
9773____________________________________________________________________________
9774[ 4176] By: jhi on 1999/09/17 18:19:18
9775 Log: Take away the infamous io/dup.t #7.
9776 It seems there simply is no way to portably
9777 "flush" an input file handle.
9778 Branch: cfgperl
9779 ! doio.c t/io/dup.t
9780____________________________________________________________________________
9781[ 4175] By: jhi on 1999/09/17 14:45:08
9782 Log: From: Barrie Slaymaker <barries@slaysys.com>
9783 To: perl5-porters@perl.org
9784 Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
9785 Date: Fri, 17 Sep 1999 11:16:48 -0400
9786 Message-Id: <199909171516.LAA30887@jester.slaysys.com>
9787 Branch: cfgperl
9788 ! lib/Benchmark.pm
9789____________________________________________________________________________
9790[ 4174] By: jhi on 1999/09/17 14:07:16
9791 Log: UNICOS does support large files but doesn't support sparse files
9792 so we cannot easily test for large file support.
9793 Branch: cfgperl
9794 ! t/lib/syslfs.t t/op/lfs.t
9795____________________________________________________________________________
9796[ 4173] By: jhi on 1999/09/17 14:03:44
9797 Log: UNICOS has sloppy division/modulo for floating point numbers.
9798 Branch: cfgperl
9799 ! t/op/arith.t
9800____________________________________________________________________________
9801[ 4172] By: jhi on 1999/09/17 13:47:49
9802 Log: Portable blocksize (replaces #4171).
9803 Branch: cfgperl
9804 ! t/lib/syslfs.t t/op/lfs.t
9805____________________________________________________________________________
9806[ 4171] By: jhi on 1999/09/17 13:08:54
9807 Log: (replaced by #4172)
9808 Branch: cfgperl
9809 ! t/lib/syslfs.t t/op/lfs.t
9810____________________________________________________________________________
9811[ 4170] By: jhi on 1999/09/17 12:59:11
9812 Log: Detypo #4169.
9813 Branch: cfgperl
9814 ! t/lib/syslfs.t t/op/lfs.t
9815____________________________________________________________________________
9816[ 4169] By: jhi on 1999/09/17 12:16:34
9817 Log: Diagnose possible quota limits.
9818 Branch: cfgperl
9819 ! t/lib/syslfs.t t/op/lfs.t
9820____________________________________________________________________________
9821[ 4168] By: jhi on 1999/09/17 12:10:43
9822 Log: UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
9823 doesn't have one that wouldn't cause SIGSYS. UNICOS
9824 does have getpgrp(void) so Perl getpgrp() is happy.
9825 Branch: cfgperl
9826 ! hints/unicos.sh
9827____________________________________________________________________________
9828[ 4167] By: jhi on 1999/09/17 11:49:30
9829 Log: Filesystem quotas may stop you from using large files.
9830 Branch: cfgperl
9831 ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
9832____________________________________________________________________________
9833[ 4166] By: jhi on 1999/09/17 11:36:01
9834 Log: Too strict pattern for parsing group lists.
9835 Branch: cfgperl
9836 ! t/op/groups.t
9837____________________________________________________________________________
9838[ 4165] By: jhi on 1999/09/17 09:06:18
9839 Log: Configure maintenance. It's sigaction.sa_flags
9840 and the Glossary regen'ed.
9841 Branch: cfgperl
9842 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9843 ! config_h.SH
9844 Branch: metaconfig
9845 ! U/compline/d_sigaction.U
9846____________________________________________________________________________
9847[ 4164] By: jhi on 1999/09/15 06:57:51
9848 Log: Integrate with Sarathy.
9849 Branch: cfgperl
9850 +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
9851 +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
9852 +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
9853 +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
9854 !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
9855 !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
9856 !> jpl/JNI/typemap jpl/JPL/Makefile.PL
9857 !> jpl/PerlInterpreter/Makefile.PL
9858 !> jpl/PerlInterpreter/PerlInterpreter.c
9859 !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
9860 !> jpl/Sample/Makefile.PL jpl/install-jpl
9861 !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
9862 !> t/op/pat.t
9863____________________________________________________________________________
9864[ 4163] By: gsar on 1999/09/15 05:17:27
9865 Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
9866 Branch: perl
9867 ! lib/File/Spec/Functions.pm
9868____________________________________________________________________________
9869[ 4162] By: gsar on 1999/09/15 05:09:14
9870 Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
9871 Branch: perl
9872 ! Changes embed.h embed.pl
9873____________________________________________________________________________
c88bfdbc
GS
9874[ 4161] By: gsar on 1999/09/15 04:08:25
9875 Log: missing perlhist dates from Jeff Okamoto
9876 Branch: perl
9877 ! pod/perlhist.pod
9878____________________________________________________________________________
9879[ 4160] By: gsar on 1999/09/15 03:13:08
9880 Log: jpl tweak
9881 Branch: perl
9882 ! MANIFEST jpl/JNI/Makefile.PL
9883____________________________________________________________________________
9884[ 4159] By: gsar on 1999/09/15 02:57:08
9885 Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
9886 Jepson <bjepson@home.com>)
9887 Branch: perl
9888 + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
9889 + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
9890 + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
9891 + jpl/JNI/typemap.win32 jpl/SETVARS.PL
9892 ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
9893 ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
9894 ! jpl/PerlInterpreter/Makefile.PL
9895 ! jpl/PerlInterpreter/PerlInterpreter.c
9896 ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
9897 ! jpl/Sample/Makefile.PL jpl/install-jpl
9898____________________________________________________________________________
9899[ 4158] By: gsar on 1999/09/15 01:27:14
9900 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9901 Date: Tue, 14 Sep 1999 21:26:15 EDT
9902 Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
9903 Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
9904 Branch: perl
9905 ! regexec.c t/op/pat.t
9906____________________________________________________________________________
9907[ 4157] By: jhi on 1999/09/14 21:18:09
9908 Log: config.h will define USE_64_BITS if need be.
9909 Branch: cfgperl
9910 ! hints/irix_6.sh
9911____________________________________________________________________________
9912[ 4156] By: jhi on 1999/09/14 20:30:00
9913 Log: Change #4149 necessitates also a small code change.
9914 Branch: cfgperl
9915 ! ext/B/defsubs_h.PL
9916____________________________________________________________________________
9917[ 4155] By: jhi on 1999/09/14 20:15:53
9918 Log: Update EPOC libdir names.
9919 Branch: cfgperl
9920 ! epoc/config.h
9921____________________________________________________________________________
9922[ 4154] By: jhi on 1999/09/14 20:13:41
9923 Log: Obsolete epoc/config.h caused #4153 to re-introduce already
9924 deceased HAS.*DBM.*64 mumblings.
9925 Branch: cfgperl
9926 ! Configure config_h.SH epoc/config.h
9927____________________________________________________________________________
9928[ 4153] By: jhi on 1999/09/14 20:04:53
9929 Log: Configure nits.
9930 Branch: cfgperl
9931 ! Configure config_h.SH
9932 Branch: metaconfig
9933 ! U/compline/d_sigaction.U U/threads/i_pthread.U
9934____________________________________________________________________________
9935[ 4152] By: jhi on 1999/09/14 19:30:22
9936 Log: Integrate with Sarathy.
9937 Branch: cfgperl
9938 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
9939 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
9940 !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
9941 !> win32/config_sh.PL
9942____________________________________________________________________________
9943[ 4151] By: jhi on 1999/09/14 10:25:01
9944 Log: Update Unicode database and recompute the tables.
9945 Rename the .txt files to be more Unicode 3.0-like.
9946 Unihan-3.0.txt not included because it is 16 MB.
9947 syllables.txt is manually maintained.
9948 See ReadMe.txt for description of the .txt files.
9949 (not all of them are used yet)
9950 Branch: cfgperl
9951 + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
9952 + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
9953 + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
9954 + lib/unicode/LineBrk.txt lib/unicode/Names.txt
9955 + lib/unicode/Props.txt lib/unicode/ReadMe.txt
9956 + lib/unicode/SpecCase.txt
9957 - lib/unicode/arabshp.txt lib/unicode/blocks.txt
9958 - lib/unicode/index2.txt lib/unicode/jamo2.txt
9959 - lib/unicode/names2.txt lib/unicode/props2.txt
9960 - lib/unicode/readme.txt
9961 ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
9962 ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
9963 ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
9964 ! lib/unicode/Decomposition.pl
9965 ! lib/unicode/In/ArabicPresentationForms-B.pl
9966 ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
9967 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9968 ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
9969 ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
9970 ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
9971 ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
9972 ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
9973 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
9974 ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
9975 ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
9976 ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
9977 ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
9978 ! lib/unicode/mktables.PL
9979____________________________________________________________________________
9980[ 4150] By: gsar on 1999/09/14 09:31:57
9981 Log: INSTALL tweak
9982 Branch: perl
9983 ! INSTALL
9984____________________________________________________________________________
9985[ 4149] By: gsar on 1999/09/14 09:00:45
9986 Log: change some filenames to be 8.3-friendly
9987 Branch: perl
9988 +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
9989 - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
9990 ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
9991____________________________________________________________________________
9992[ 4148] By: gsar on 1999/09/14 08:35:00
9993 Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
9994 Branch: perl
9995 ! win32/config_sh.PL
9996____________________________________________________________________________
9997[ 4147] By: jhi on 1999/09/14 08:07:49
9998 Log: Not that UVSIZE normally differs that much from IVSIZE...
9999 Branch: cfgperl
10000 ! perl.h
10001____________________________________________________________________________
10002[ 4146] By: jhi on 1999/09/14 08:04:40
10003 Log: Integrate with Sarathy.
10004 Branch: cfgperl
10005 !> Changes ext/DB_File/DB_File.xs
10006____________________________________________________________________________
10007[ 4145] By: jhi on 1999/09/14 07:10:02
10008 Log: I_PTHREAD was PTHREADEAD.
10009 Branch: cfgperl
10010 ! Configure config_h.SH
10011 Branch: metaconfig
10012 ! U/threads/i_pthread.U
10013____________________________________________________________________________
10014[ 4144] By: gsar on 1999/09/14 06:46:47
10015 Log: change#4113 was missing DB_File.xs changes
10016 Branch: perl
10017 ! ext/DB_File/DB_File.xs
10018____________________________________________________________________________
10019[ 4143] By: jhi on 1999/09/13 20:16:20
10020 Log: Small doc and whitespace edits.
10021 Branch: cfgperl
10022 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10023 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10024 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10025 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10026 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10027 ! pod/perldelta.pod
10028____________________________________________________________________________
10029[ 4142] By: gsar on 1999/09/13 19:32:31
10030 Log: integrate cfgperl contents into mainline, update Changes
10031 Branch: perl
10032 +> ext/DB_File/version.c
10033 ! Changes
10034 !> (integrate 44 files)
10035____________________________________________________________________________
5319f02c
GS
10036[ 4141] By: jhi on 1999/09/13 16:16:56
10037 Log: Scan for <pthread.h> always.
10038 Branch: cfgperl
10039 ! Configure config_h.SH perl.h
10040 Branch: metaconfig
10041 ! U/threads/i_pthread.U
10042____________________________________________________________________________
10043[ 4140] By: jhi on 1999/09/13 16:00:08
10044 Log: Integrate with Sarathy.
10045 Branch: cfgperl
10046 !> (integrate 27 files)
10047____________________________________________________________________________
10048[ 4139] By: jhi on 1999/09/13 15:35:18
10049 Log: Add -A option to Configure to diddle with variables
10050 after the hints file has been applied.
10051 Branch: cfgperl
10052 ! Configure config_h.SH
10053 Branch: metaconfig
10054 ! U/modified/Oldconfig.U U/modified/Options.U
10055____________________________________________________________________________
10056[ 4138] By: jhi on 1999/09/13 13:42:56
10057 Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
10058 Branch: cfgperl
10059 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10060 ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
10061 ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
10062 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10063 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10064____________________________________________________________________________
10065[ 4137] By: jhi on 1999/09/13 13:25:31
10066 Log: Applying change #4136 manually introduced patch residue.
10067 Branch: cfgperl
10068 ! perl.h
10069____________________________________________________________________________
10070[ 4136] By: jhi on 1999/09/13 13:23:04
10071 Log: Replace change #4100 with
10072 From: Robin Barker <rmb1@cise.npl.co.uk>
10073 To: gsar@activestate.com
10074 Cc: perl5-porters@perl.org
10075 Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
10076 Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
10077 Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
10078 Branch: cfgperl
10079 ! doio.c dump.c ext/B/B.xs ext/B/typemap
10080 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10081 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10082 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10083 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10084____________________________________________________________________________
10085[ 4135] By: jhi on 1999/09/13 10:22:31
10086 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10087 To: perl5-porters@perl.org (Mailing list Perl5)
10088 Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10089 Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
10090 Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
10091
10092 From: andreas.koenig@anima.de (Andreas J. Koenig)
10093 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
10094 Cc: perl5-porters@perl.org (Mailing list Perl5)
10095 Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
10096 Date: 11 Sep 1999 15:36:26 +0200
10097 Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
10098 Branch: cfgperl
10099 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
10100____________________________________________________________________________
10101[ 4134] By: jhi on 1999/09/13 10:20:14
10102 Log: From: Tom Phoenix <rootbeer@redcat.com>
10103 To: Perl Porters Mailing List <perl5-porters@perl.org>
10104 Subject: [DOCPATCH] Server errors and perldiag
10105 Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
10106 Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
10107 Branch: cfgperl
10108 ! pod/perldiag.pod
10109____________________________________________________________________________
10110[ 4133] By: gsar on 1999/09/13 03:25:43
10111 Log: avoid assertion failure on C<@a'>
10112 Branch: perl
10113 ! toke.c
10114____________________________________________________________________________
10115[ 4132] By: gsar on 1999/09/13 03:03:57
10116 Log: add -DPERL_Y2KWARN build option that will generate additional
10117 warnings on "19$yy" etc (reworked a patch suggested by
10118 Ulrich Pfeifer <upf@de.uu.net>)
10119 Branch: perl
10120 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
10121 ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
10122____________________________________________________________________________
10123[ 4131] By: gsar on 1999/09/12 22:06:25
10124 Log: fix DATA leaks; reword documentation about the DATA filehandle
10125 Branch: perl
10126 ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
10127____________________________________________________________________________
10128[ 4130] By: gsar on 1999/09/12 20:08:56
10129 Log: make sprintf("%g",...) threadsafe; only taint its result iff the
10130 formatted result looks nonstandard
10131 Branch: perl
10132 ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
10133 ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
10134 ! t/pragma/locale.t thrdvar.h
10135____________________________________________________________________________
10136[ 4129] By: gsar on 1999/09/12 17:04:11
10137 Log: From: Doug MacEachern <dougm@cp.net>
10138 Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
10139 Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
10140 Subject: [PATCH 5.005_57] B::clearsym
10141 Branch: perl
10142 ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
10143____________________________________________________________________________
10144[ 4128] By: gsar on 1999/09/12 16:59:12
10145 Log: better debugger help output (from Ilya Zakharevich)
10146 Branch: perl
10147 ! lib/perl5db.pl
10148____________________________________________________________________________
10149[ 4127] By: jhi on 1999/09/11 20:50:37
10150 Log: Integrate with Sarathy.
10151 Branch: cfgperl
10152 +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
10153 +> t/lib/gol-linkage.t
10154 !> (integrate 43 files)
10155____________________________________________________________________________
10156[ 4126] By: nick on 1999/09/10 20:44:22
10157 Log: Get resolve -at mainline
10158 Branch: utfperl
10159 +> (branch 297 files)
10160 - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
10161 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
10162 - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
10163 - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
10164 - t/pragma/warn-1global t/pragma/warning.t thread.sym
10165 - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10166 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
10167 - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
10168 - win32/makeperldef.pl win32/perlhost.h
10169 !> (integrate 847 files)
10170____________________________________________________________________________
10171[ 4125] By: gsar on 1999/09/10 19:22:14
10172 Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
10173 etc.)
10174 Branch: perl
10175 ! XSUB.h pp.h
10176____________________________________________________________________________
10177[ 4124] By: gsar on 1999/09/10 19:14:35
10178 Log: rewrote substantive parts of patch
10179 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10180 Date: Fri, 27 Aug 1999 19:02:18 -0400
10181 Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
10182 Subject: [PATCH 5.005_58] REx documentation
10183 Branch: perl
10184 ! pod/perlre.pod
10185____________________________________________________________________________
10186[ 4123] By: gsar on 1999/09/10 18:21:53
10187 Log: note about AVf_*
10188 Branch: perl
10189 ! av.h
10190____________________________________________________________________________
10191[ 4122] By: gsar on 1999/09/10 17:55:42
10192 Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
10193 <lichtin@bivio.com>)
10194 Branch: perl
10195 ! lib/Pod/Html.pm
10196____________________________________________________________________________
10197[ 4121] By: gsar on 1999/09/10 17:49:35
10198 Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
10199 Branch: perl
10200 ! AUTHORS Changes README.dos djgpp/config.over
10201 ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
10202 ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
10203 ! pod/podselect.PL sv.h t/io/openpid.t util.c
10204____________________________________________________________________________
10205[ 4120] By: gsar on 1999/09/10 12:25:01
10206 Log: add perlcompile.pod (edited content from Nathan Torkington
10207 <gnat@frii.com> and others)
10208 Branch: perl
10209 + pod/perlcompile.pod
10210 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
10211____________________________________________________________________________
10212[ 4119] By: gsar on 1999/09/10 11:05:13
10213 Log: avoid leaking static local_patches unless patchlevel.h is
10214 explicitly included
10215 Branch: perl
10216 ! patchlevel.h perl.c
10217____________________________________________________________________________
10218[ 4118] By: gsar on 1999/09/10 10:44:54
10219 Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
10220 <jvromans@squirrel.nl>)
10221 Branch: perl
10222 + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
10223 ! Changes MANIFEST lib/Getopt/Long.pm
10224____________________________________________________________________________
1a505819
GS
10225[ 4116] By: jhi on 1999/09/09 15:56:52
10226 Log: perldeltify change #4115.
10227 Branch: cfgperl
10228 ! pod/perldelta.pod
10229____________________________________________________________________________
10230[ 4115] By: jhi on 1999/09/09 15:48:56
10231 Log: From: "John L. Allen" <allen@grumman.com>
10232 To: perl5-porters@perl.org
10233 Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
10234 Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT)
10235 Message-Id: <199909011733.NAA17356@gateway.grumman.com>
10236 Branch: cfgperl
10237 ! lib/Time/Local.pm
10238____________________________________________________________________________
10239[ 4114] By: jhi on 1999/09/09 15:42:30
10240 Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
10241 To: perl5-porters@perl.org
10242 Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
10243 Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
10244 Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
10245 Branch: cfgperl
10246 ! pp_sys.c
10247____________________________________________________________________________
10248[ 4113] By: jhi on 1999/09/09 10:17:45
10249 Log: From: paul.marquess@bt.com
10250 To: gsar@ActiveState.com
10251 Cc: perl5-porters@perl.org
10252 Subject: [PATCH 5.005_61] DB_File 1.71
10253 Date: Thu, 9 Sep 1999 11:20:13 +0100
10254 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
10255 Branch: cfgperl
10256 + ext/DB_File/version.c
10257 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
10258 ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
10259 ! t/lib/db-btree.t
10260____________________________________________________________________________
10261[ 4112] By: jhi on 1999/09/09 09:05:32
10262 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10263 To: perl5-porters@perl.org (Mailing list Perl5)
10264 Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
10265 Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
10266 Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
10267 Branch: cfgperl
10268 ! regexec.c t/op/pat.t
10269____________________________________________________________________________
1a505819
GS
10270[ 4110] By: jhi on 1999/09/09 07:29:17
10271 Log: Tidy up 64-bit situation in perldelta.
10272 Branch: cfgperl
10273 ! pod/perldelta.pod
10274____________________________________________________________________________
10275[ 4109] By: jhi on 1999/09/09 07:26:53
10276 Log: Clear up PL_regcc issues.
10277
10278 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10279 To: perl5-porters@perl.org (Mailing list Perl5)
10280 Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
10281 Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
10282 Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
10283 Branch: cfgperl
10284 ! regexec.c
10285____________________________________________________________________________
10286[ 4108] By: gsar on 1999/09/08 20:52:51
10287 Log: avoid ass_u_ming uppercase types are not user objects (spotted
10288 by Kurt Starsinic)
10289 Branch: perl
10290 ! ext/Data/Dumper/Dumper.pm
10291____________________________________________________________________________
10292[ 4107] By: gsar on 1999/09/08 20:35:18
10293 Log: From: akim@epita.fr (DEMAILLE Akim)
10294 Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
10295 Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
10296 Subject: [ID 19990908.014] s2p does not quote @
10297 Branch: perl
10298 ! x2p/s2p.PL
10299____________________________________________________________________________
10300[ 4106] By: gsar on 1999/09/08 20:25:12
10301 Log: integrate cfgperl contents into mainline
10302 Branch: perl
10303 !> (integrate 30 files)
10304____________________________________________________________________________
10305[ 4105] By: jhi on 1999/09/08 09:02:37
10306 Log: Minor touches at the [:class:] description.
10307 Branch: cfgperl
10308 ! pod/perlre.pod
10309____________________________________________________________________________
10310[ 4104] By: jhi on 1999/09/08 08:57:58
10311 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10312 To: Mailing list Perl5 <perl5-porters@perl.org>
10313 Subject: [PATCH 5.005_58] Fix debugging output for REx
10314 Date: Wed, 8 Sep 1999 05:02:02 -0400
10315 Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
10316 Branch: cfgperl
10317 ! regcomp.c
10318____________________________________________________________________________
10319[ 4103] By: gsar on 1999/09/08 00:53:50
10320 Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
10321 Branch: perl
10322 ! pp.c
10323____________________________________________________________________________
10324[ 4102] By: gsar on 1999/09/08 00:52:50
10325 Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
10326 Branch: perl
10327 ! cop.h pp_hot.c
10328____________________________________________________________________________
10329[ 4101] By: gsar on 1999/09/07 17:25:07
10330 Log: various fixups for windows
10331 Branch: perl
10332 ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
10333 ! win32/Makefile win32/makefile.mk xsutils.c
10334____________________________________________________________________________
10335[ 4100] By: jhi on 1999/09/07 12:49:15
10336 Log: Fix pointer casts.
10337
10338 From: Robin Barker <rmb1@cise.npl.co.uk>
10339 To: perl5-porters@perl.org
10340 Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
10341 -Duse64bits
10342 Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
10343 Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
10344 Branch: cfgperl
10345 ! doio.c dump.c ext/B/B.xs ext/B/typemap
10346 ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
10347 ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
10348 ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
10349 ! pp_ctl.c pp_hot.c pp_sys.c sv.c
10350____________________________________________________________________________
10351[ 4099] By: jhi on 1999/09/07 10:29:04
10352 Log: Add sig/pid/uid size and sign probes.
10353 Branch: metaconfig
10354 + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
10355 + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
10356____________________________________________________________________________
10357[ 4098] By: jhi on 1999/09/07 10:27:06
10358 Log: Band-aid until we've got %{Uid_t} or something similar
10359 for sv_catpvfn().
10360 Branch: cfgperl
10361 ! taint.c
10362____________________________________________________________________________
10363[ 4097] By: jhi on 1999/09/07 09:41:23
10364 Log: Fix a printf thinko: now quads must have the ll L q prefix.
10365 (in other words, a bare %d is an int/unsigned)
10366 Branch: cfgperl
10367 ! pp_sys.c sv.c t/op/64bit.t
10368____________________________________________________________________________
10369[ 4096] By: jhi on 1999/09/07 07:36:17
10370 Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
10371
10372 From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
10373 To: perl5-porters@perl.org
10374 Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
10375 Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
10376 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
10377 Branch: cfgperl
10378 ! hints/hpux.sh perl.h
10379____________________________________________________________________________
10380[ 4095] By: gsar on 1999/09/06 20:47:02
10381 Log: applied suggested patch with suitable test to detect MSVC
10382 From: "Vishal Bhatia" <vishalb@my-deja.com>
10383 Date: Wed, 11 Aug 1999 01:43:28 -0700
10384 Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
10385 Subject: compiler on win32
10386 Branch: perl
10387 ! ext/B/B/C.pm
10388____________________________________________________________________________
10389[ 4094] By: jhi on 1999/09/06 20:34:44
10390 Log: Integrate with Sarathy.
10391 Branch: cfgperl
10392 !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
10393 !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
10394____________________________________________________________________________
10395[ 4093] By: jhi on 1999/09/06 20:33:43
10396 Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
10397 so that they overflow also on 64-bit platforms.
10398 Branch: cfgperl
10399 ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
10400____________________________________________________________________________
10401[ 4092] By: gsar on 1999/09/06 20:16:58
10402 Log: support bytecode and C backends in perlcc (patch suggested
10403 by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
10404 C backend the default; describe new switches in pod; introduce
10405 PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
10406 s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
10407 entries
10408 Branch: perl
10409 ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
10410 ! t/harness utils/Makefile utils/perlcc.PL
10411____________________________________________________________________________
10412[ 4091] By: jhi on 1999/09/06 19:10:41
10413 Log: Integrate with Sarathy.
10414 Branch: cfgperl
10415 +> t/pragma/sub_lval.t
10416 !> (integrate 52 files)
10417____________________________________________________________________________
10418[ 4090] By: gsar on 1999/09/06 19:09:06
10419 Log: propagate changed error text
10420 Branch: perl
10421 ! t/pragma/sub_lval.t
10422____________________________________________________________________________
10423[ 4089] By: gsar on 1999/09/06 18:54:43
10424 Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
10425 Branch: perl
10426 ! pod/perlfunc.pod
10427____________________________________________________________________________
10428[ 4088] By: gsar on 1999/09/06 18:52:10
10429 Log: From: paul.marquess@bt.com
10430 Date: Sun, 5 Sep 1999 15:11:08 +0100
10431 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
10432 Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
10433 Branch: perl
10434 ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
10435 ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10436 ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
10437 ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
10438 ! toke.c
10439____________________________________________________________________________
10440[ 4087] By: gsar on 1999/09/06 18:06:06
10441 Log: change#3612 is buggy when quotemeta argument matches target
10442 (hope this is the last of the optimized-OP_SASSIGN bugs)
10443 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10444 Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
10445 Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
10446 Subject: Re: [BUG: quotemeta]
10447 Branch: perl
10448 ! Changes op.c t/op/lex_assign.t
10449____________________________________________________________________________
3dbf192b
IZ
10450[ 4086] By: gsar on 1999/09/06 17:57:52
10451 Log: misc tweaks
10452 Branch: perl
10453 ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
10454____________________________________________________________________________
10455[ 4085] By: gsar on 1999/09/06 03:54:23
10456 Log: applied patch suggested by Hans Mulder to fix problems on
10457 OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
10458 when they ask for bincompat (platforms that used to default
10459 to EMBEDMYMALLOC continue to do so); disable warnings.t#192
10460 (appears unsalvageable on some platforms)
10461 Branch: perl
10462 ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
10463____________________________________________________________________________
10464[ 4084] By: bailey on 1999/09/06 02:39:11
10465 Log: Integrate mainline 5.05_61
10466 Branch: vmsperl
10467 +> (branch 32 files)
10468 - lib/unicode/EthiopicSyllables.txt
10469 - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
10470 - warning.pl
10471 ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
10472 ! vms/perly_h.vms vms/vms.c
10473 !> (integrate 346 files)
10474____________________________________________________________________________
10475[ 4083] By: gsar on 1999/09/06 00:10:40
10476 Log: optional warning on join(/foo/...) (reworked suggested patch
10477 by Mark-Jason Dominus <mjd@plover.com>)
10478 Branch: perl
10479 ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
10480 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
10481 ! pp_proto.h t/pragma/warn/op
10482____________________________________________________________________________
10483[ 4082] By: gsar on 1999/09/05 22:28:57
10484 Log: fix data loss when more than one block is read from SDBM
10485 *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
10486 Branch: perl
10487 ! ext/SDBM_File/sdbm/sdbm.c
10488____________________________________________________________________________
10489[ 4081] By: gsar on 1999/09/05 22:07:18
10490 Log: initial implementation of lvalue subroutines (slightly fixed
10491 version of patch suggested by Ilya Zakharevich, which in turn
10492 is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
10493 Branch: perl
10494 + t/pragma/sub_lval.t
10495 ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
10496 ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
10497 ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
10498 ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
10499 ! pp_proto.h proto.h t/pragma/warn/pp_ctl
10500____________________________________________________________________________
10501[ 4080] By: jhi on 1999/09/05 22:02:18
10502 Log: Undo #4055 (related to #4079).
10503 Branch: cfgperl
10504 ! pod/perlop.pod
10505____________________________________________________________________________
10506[ 4079] By: jhi on 1999/09/05 21:30:54
10507 Log: Time is not yet ripe.
10508 Branch: cfgperl
10509 ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
10510____________________________________________________________________________
10511[ 4078] By: gsar on 1999/09/05 18:17:32
10512 Log: modified suggested patch to handle cross-refs and qr// objects
10513 correctly; unfollowed refs are represented as simple string
10514 value, not just the bare type; $VERSION stays the same until
10515 it is ready for prime time (avoids CPAN confustication)
10516 From: John Nolan <jpnolan@Op.Net>
10517 Date: Wed, 04 Aug 1999 20:21:10 EDT
10518 Message-Id: <199908050021.UAA09693@monet.op.net>
10519 Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
10520 Branch: perl
10521 ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
10522 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
10523____________________________________________________________________________
10524[ 4077] By: jhi on 1999/09/04 21:54:42
10525 Log: timesum() wasn't @EXPORTed as promised by the documentation.
10526 Bug reported by Alex Efros <powerman@inart.kharkov.com>.
10527 Branch: cfgperl
10528 ! lib/Benchmark.pm
10529____________________________________________________________________________
a2126434
JN
10530[ 4076] By: gsar on 1999/09/04 20:21:59
10531 Log: integrate cfgperl contents into mainline
10532 Branch: perl
10533 +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
10534 +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
10535 +> warnings.h warnings.pl xsutils.c
10536 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
10537 !> (integrate 109 files)
10538____________________________________________________________________________
10539[ 4075] By: jhi on 1999/09/04 18:04:47
10540 Log: use integer on the problematic subtest.
10541 Branch: cfgperl
10542 ! t/op/misc.t
10543____________________________________________________________________________
10544[ 4074] By: jhi on 1999/09/04 17:57:40
10545 Log: Warn about numconvert.t in case somebody
10546 wants to make sv_2pv more 64-bit aware.
10547 Branch: cfgperl
10548 ! sv.c
10549____________________________________________________________________________
10550[ 4073] By: jhi on 1999/09/04 17:54:51
10551 Log: Comment upgrading: the quad situation isn't quite as
10552 bad as it used to be.
10553 Branch: cfgperl
10554 ! perl.h
10555____________________________________________________________________________
10556[ 4072] By: jhi on 1999/09/04 15:35:37
10557 Log: Integrate with Sarathy.
10558 Branch: cfgperl
10559 !> win32/win32.c
10560____________________________________________________________________________
10561[ 4071] By: jhi on 1999/09/04 15:28:11
10562 Log: Fix LFS with -Duseperlio in Solaris. Reported in
10563
10564 From: Robin Barker <rmb1@cise.npl.co.uk>
10565 To: perl5-porters@perl.org
10566 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
10567 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
10568 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
10569
10570 and later (in private email) found to be dependent
10571 on useperlio.
10572
10573 Mental note: the cpp magic done in perlsdio.h (and assumedly
10574 also in perlsfio.h) may cause trouble later with lfs because
10575 both the perlio scheme by Perl and the lfs support by vendors
10576 like to play cpp games to map the stdio namespace back and forth.
10577 The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
10578 just the beginning.
10579 Branch: cfgperl
10580 ! perlio.c
10581____________________________________________________________________________
10582[ 4070] By: jhi on 1999/09/04 13:12:14
10583 Log: Enable 64-bit clean bit ops.
10584 (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
10585 Branch: cfgperl
10586 ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
10587 ! t/op/misc.t
10588____________________________________________________________________________
10589[ 4069] By: jhi on 1999/09/03 21:17:30
10590 Log: Turn on USE_64_BIT_OFFSETS implicitly.
10591 Branch: cfgperl
10592 ! perl.h
10593____________________________________________________________________________
10594[ 4068] By: jhi on 1999/09/03 08:19:59
10595 Log: Fix from Spider for the sub attributes (there was an undocumented
10596 dependency between force_word() and skipspace()).
10597 Branch: cfgperl
10598 ! toke.c
10599____________________________________________________________________________
10600[ 4067] By: jhi on 1999/09/01 23:17:06
10601 Log: From: John Tobey <spam@john-edwin-tobey.org>
10602 To: ilya@math.ohio-state.edu
10603 CC: perl5-porters@perl.org
10604 Subject: Re: [PATCH 5.005_60] distclean forgot two
10605 Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
10606 Message-Id: <m11InJ5-000FPCC@feynman.localnet>
10607 Branch: cfgperl
10608 ! t/lib/dprof.t
10609____________________________________________________________________________
10610[ 4066] By: jhi on 1999/09/01 23:14:50
10611 Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
10612 To: perl5-porters@perl.org
10613 Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
10614 Date: Fri, 20 Aug 1999 15:37:27 +0100
10615 Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
10616 Branch: cfgperl
10617 ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
10618 ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
10619 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
10620____________________________________________________________________________
10621[ 4065] By: jhi on 1999/09/01 22:06:43
10622 Log: From: Dominic Dunlop <domo@vo.lu>
10623 To: perl5-porters@perl.org
10624 Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
10625 (UNINSTALLED) [PATCH]
10626 Date: Thu, 19 Aug 1999 09:48:03 +0200
10627 Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
10628
10629 The PERL_POLLUTE_MALLOC part had to be manually applied.
10630 Branch: cfgperl
10631 ! hints/machten.sh perl.h
10632____________________________________________________________________________
10633[ 4064] By: jhi on 1999/09/01 13:56:14
10634 Log: From: Martin Lichtin <lichtin@bivio.com>
10635 To: jhi@iki.fi
10636 CC: perl5-porters@perl.org
10637 Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
10638 Date: Wed, 01 Sep 1999 15:50:04 +0200
10639 Message-ID: <37CD2F0C.944BFACE@bivio.com>
10640 Branch: cfgperl
10641 ! lib/ExtUtils/Install.pm
10642____________________________________________________________________________
10643[ 4063] By: jhi on 1999/09/01 13:16:11
10644 Log: Enhance lfs tests: check every seek and sysseek
10645 and test also that -e and -f detect largefiles.
10646 Branch: cfgperl
10647 ! t/lib/syslfs.t t/op/lfs.t
10648____________________________________________________________________________
10649[ 4062] By: jhi on 1999/09/01 12:08:04
10650 Log: From: Colin Kuskie <ckuskie@Cadence.COM>
10651 To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10652 cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
10653 The Perl Porters Mailing List <perl5-porters@perl.org>
10654 Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
10655 Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
10656 Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
10657 Branch: cfgperl
10658 ! pod/perldiag.pod
10659____________________________________________________________________________
10660[ 4061] By: jhi on 1999/09/01 12:03:03
10661 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10662 To: ilya@math.ohio-state.edu (Ilya Zakharevich)
10663 Cc: perl5-porters@perl.org, cloos@adamsmith.ai
10664 Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
10665 Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
10666 Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
10667 Branch: cfgperl
10668 ! op.c t/op/join.t
10669____________________________________________________________________________
10670[ 4060] By: jhi on 1999/09/01 07:59:42
10671 Log: IV_DIG and NV_DIG fixes.
10672 Branch: cfgperl
10673 ! perl.h
10674____________________________________________________________________________
10675[ 4059] By: jhi on 1999/08/31 14:47:18
10676 Log: \C{} -> \N{} residue.
10677 Branch: cfgperl
10678 ! toke.c
10679____________________________________________________________________________
a2126434
JN
10680[ 4057] By: gsar on 1999/08/30 22:08:19
10681 Log: avoid hiding child process window
10682 Branch: perl
10683 ! win32/win32.c
10684____________________________________________________________________________
a2126434
JN
10685[ 4055] By: jhi on 1999/08/30 21:20:50
10686 Log: Document the undefinedness of overshifting.
10687 Branch: cfgperl
10688 ! pod/perlop.pod
10689____________________________________________________________________________
10690[ 4054] By: jhi on 1999/08/30 20:18:18
10691 Log: History fixes and updates.
10692 Branch: cfgperl
10693 ! pod/perlhist.pod
10694____________________________________________________________________________
10695[ 4053] By: jhi on 1999/08/30 19:34:02
10696 Log: Shell quoting thinko broke installdirs.
10697 From: JVromans@Squirrel.nl (Johan Vromans)
10698 To: perl5-porters@perl.org
10699 Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
10700 installprefix
10701 Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
10702 Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
10703 Branch: cfgperl
10704 ! Configure config_h.SH
10705 Branch: metaconfig
10706 ! U/installdirs/archlib.U U/installdirs/bin.U
10707 ! U/installdirs/html1dir.U U/installdirs/html3dir.U
10708 ! U/installdirs/installprefix.U U/installdirs/man1dir.U
10709 ! U/installdirs/man3dir.U U/installdirs/privlib.U
10710 ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
10711 ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
10712 ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
10713 ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
10714 ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
10715 ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
10716 ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
10717 ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
10718 ! U/installdirs/vendorscriptdir.U
10719____________________________________________________________________________
10720[ 4052] By: jhi on 1999/08/30 02:57:05
10721 Log: Use \N{named characters} instead of \C.
10722 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10723 To: jhi@iki.fi
10724 Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
10725 perl5-porters@perl.org (Mailing list Perl5)
10726 Subject: Re: [PATCH 5.005_58] Named characters in Perl
10727 Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
10728 Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
10729 Branch: cfgperl
10730 ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
10731 ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
10732____________________________________________________________________________
10733[ 4051] By: jhi on 1999/08/30 02:54:20
10734 Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
10735 To: perl5-porters@perl.org
10736 Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
10737 don't mix
10738 Date: Sun, 29 Aug 1999 19:04:53 -0400
10739 Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
10740 Branch: cfgperl
10741 ! universal.c
10742____________________________________________________________________________
10743[ 4050] By: jhi on 1999/08/29 16:38:58
10744 Log: Conditionally socksify the LIBS of Socket.
10745 Branch: cfgperl
10746 ! ext/Socket/Makefile.PL
10747____________________________________________________________________________
10748[ 4049] By: jhi on 1999/08/29 15:33:30
10749 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10750 To: Mailing list Perl5 <perl5-porters@perl.org>
10751 Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
10752 Date: Wed, 25 Aug 1999 16:19:58 -0400
10753 Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
10754 Branch: cfgperl
10755 ! lib/perl5db.pl
10756____________________________________________________________________________
10757[ 4048] By: jhi on 1999/08/29 15:31:36
10758 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10759 To: perl5-porters@perl.org
10760 Subject: [PATCH _61] Lost arguments to simplified sort
10761 Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
10762 Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
10763 Branch: cfgperl
10764 ! op.c t/op/sort.t
10765____________________________________________________________________________
10766[ 4047] By: jhi on 1999/08/29 15:29:29
10767 Log: From: Olaf Flebbe <olaf@science-computing.de>
10768 Sender: owner-perl5-porters@perl.org
10769 To: perl5-porters@perl.org
10770 Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
10771 Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
10772 Branch: cfgperl
10773 ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10774 ! epoc/perl.mmp epoc/perl.pkg
10775____________________________________________________________________________
10776[ 4046] By: jhi on 1999/08/29 15:21:18
10777 Log: From: pvhp@forte.com (Peter Prymmer)
10778 To: perl5-porters@perl.org
10779 Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
10780 Date: Fri, 27 Aug 99 18:51:04 PDT
10781 Message-Id: <9908280151.AA05010@forte.com>
10782 Branch: cfgperl
10783 ! t/lib/cgi-html.t
10784____________________________________________________________________________
10785[ 4045] By: jhi on 1999/08/29 15:18:38
10786 Log: Fix scalar gmtime (and localtime) in quad environments,
10787 bug reported by Robin Parker.
10788
10789 From: Robin Barker <rmb1@cise.npl.co.uk>
10790 To: jhi@iki.fi
10791 Cc: perl5-porters@perl.org
10792 Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
10793 Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
10794 Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
10795 Branch: cfgperl
10796 ! pp_sys.c t/op/time.t
10797____________________________________________________________________________
10798[ 4044] By: jhi on 1999/08/29 11:24:03
10799 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10800 To: perl5-porters@perl.org (Mailing list Perl5)
10801 Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
10802 Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
10803 Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
10804
10805 Addendum: it's "only" 33% speedup.
10806 Branch: cfgperl
10807 ! dump.c op.c op.h pp.h
10808____________________________________________________________________________
10809[ 4043] By: jhi on 1999/08/29 11:10:33
10810 Log: From: spider-perl@Orb.Nashua.NH.US
10811 To: Mailing list Perl5 <perl5-porters@perl.org>
10812 Subject: [PATCH 5.005_61 CORE] sub : attrlist
10813 Date: Sun, 29 Aug 1999 03:02:11 -0400
10814 Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
10815 Branch: cfgperl
10816 + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
10817 ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
10818 ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
10819 ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
10820 ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
10821 ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
10822 ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
10823____________________________________________________________________________
10824[ 4042] By: jhi on 1999/08/29 11:08:50
10825 Log: Turn off gcc-2.95's strict-alias optimization.
10826 This, of course, should be only temporary.
10827 From Andy Dougherty.
10828 Branch: cfgperl
10829 ! Configure config_h.SH
10830 Branch: metaconfig
10831 ! U/compline/ccflags.U U/modified/cc.U
10832____________________________________________________________________________
10833[ 4041] By: jhi on 1999/08/29 10:47:30
10834 Log: Fix a typo in #4036.
10835 Branch: cfgperl
10836 ! mg.c
10837____________________________________________________________________________
10838[ 4040] By: jhi on 1999/08/29 10:34:58
10839 Log: Add a missing #endif forgotten by #4035.
10840 Branch: cfgperl
10841 ! doop.c
10842____________________________________________________________________________
10843[ 4039] By: jhi on 1999/08/29 10:31:19
10844 Log: Remove an extra #endif introduced by #4036.
10845 Branch: cfgperl
10846 ! perl.h
10847____________________________________________________________________________
10848[ 4038] By: jhi on 1999/08/29 10:18:59
10849 Log: Rename warning to warnings, from Paul Marquess.
10850 Branch: cfgperl
10851 + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
10852 + t/pragma/warnings.t warnings.h warnings.pl
10853 - lib/warning.pm t/pragma/warning.t warning.h warning.pl
10854 ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
10855 ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
10856 ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
10857 ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
10858 ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
10859 ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
10860 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10861 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10862 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10863 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10864 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10865 ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
10866____________________________________________________________________________
10867[ 4037] By: jhi on 1999/08/29 10:08:47
10868 Log: Create the equivalence tables based on
10869 the real Unicode decomposition, not on
10870 the character name.
10871 Branch: cfgperl
10872 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10873 ! lib/unicode/mktables.PL
10874____________________________________________________________________________
10875[ 4036] By: jhi on 1999/08/29 09:29:08
10876 Log: Integrate with Sarathy.
10877 Branch: cfgperl
10878 +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
10879 +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
10880 +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
10881 +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
10882 +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
10883 +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
10884 !> (integrate 190 files)
10885____________________________________________________________________________
10886[ 4035] By: jhi on 1999/08/29 08:56:15
10887 Log: Implement 64-bit vec().
10888 Branch: cfgperl
10889 ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10890 ! pp.h t/op/64bit.t
10891____________________________________________________________________________
10892[ 4034] By: gsar on 1999/08/29 03:35:18
10893 Log: deadcode removal
10894 Branch: perl
10895 ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
10896 ! pp_ctl.c proto.h run.c sv.c
10897____________________________________________________________________________
10898[ 4033] By: jhi on 1999/08/28 17:31:07
10899 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
10900 To: perl5-porters@perl.org
10901 Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
10902 Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
10903 Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
10904 Branch: cfgperl
10905 ! perl.h
10906____________________________________________________________________________
10907[ 4032] By: gsar on 1999/08/26 23:53:33
10908 Log: new thread should set current interp in TLS
10909 Branch: perl
10910 ! ext/Thread/Thread.xs
10911____________________________________________________________________________
10912[ 4031] By: bailey on 1999/08/23 03:40:07
10913 Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
10914 Branch: vmsperl
10915 ! lib/ExtUtils/MM_VMS.pm
10916____________________________________________________________________________
10917[ 4030] By: bailey on 1999/08/23 03:37:43
10918 Log: Patch up holes in realclean target
10919 Branch: vmsperl
10920 ! vms/descrip_mms.template
10921____________________________________________________________________________
10922[ 4029] By: bailey on 1999/08/23 03:36:24
10923 Log: Fix handling of PERL_POLLUTE
10924 Branch: vmsperl
10925 ! lib/ExtUtils/MM_VMS.pm
10926____________________________________________________________________________
10927[ 4028] By: bailey on 1999/08/23 03:34:08
10928 Log: Update VMS version of perly.h
10929 Branch: vmsperl
10930 ! vms/perly_h.vms
10931____________________________________________________________________________
10932[ 4027] By: bailey on 1999/08/23 03:32:45
10933 Log: Update dependencies in Descrip.MMS
10934 Branch: vmsperl
10935 ! vms/descrip_mms.template
10936____________________________________________________________________________
10937[ 4026] By: bailey on 1999/08/23 03:30:01
10938 Log: Fix prototypes in perlapi.c (64-bit?)
10939 Clear prior definition of getenv_len before defining VMS-specific macro
10940 Branch: vmsperl
10941 ! perlapi.c vms/vmsish.h
10942____________________________________________________________________________
10943[ 4025] By: bailey on 1999/08/23 03:25:51
10944 Log: Add '-m' option to Configure.com which skips the MANIFEST check
10945 Branch: vmsperl
10946 ! configure.com
10947____________________________________________________________________________
10948[ 4024] By: bailey on 1999/08/23 03:23:34
10949 Log: Skip open() tests that rely on Unix fork semantics
10950 Branch: vmsperl
10951 ! t/io/open.t
10952____________________________________________________________________________
10953[ 4023] By: bailey on 1999/08/23 03:21:46
10954 Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
10955 Branch: vmsperl
10956 ! vms/gen_shrfls.pl
10957____________________________________________________________________________
10958[ 4022] By: bailey on 1999/08/23 03:17:33
10959 Log: update MM_VMS to use new File::Spec routines
10960 Branch: vmsperl
10961 ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
10962____________________________________________________________________________
10963[ 4021] By: bailey on 1999/08/23 03:13:40
10964 Log: byteperl is now part of the ByteLoader ext
10965 Branch: vmsperl
10966 ! ext/ByteLoader/byterun.h vms/descrip_mms.template
10967____________________________________________________________________________
10968[ 4020] By: bailey on 1999/08/23 03:10:41
10969 Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
10970 Branch: vmsperl
10971 ! vms/vms.c
10972____________________________________________________________________________
10973[ 4019] By: bailey on 1999/08/23 03:07:28
10974 Log: Update calls for new thread context handling
10975 Branch: vmsperl
10976 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
10977 ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
10978____________________________________________________________________________
10979[ 4018] By: bailey on 1999/08/23 03:01:31
10980 Log: Allow for file versions in library when looking for .bs files
10981 Branch: vmsperl
10982 ! ext/DynaLoader/DynaLoader_pm.PL
10983____________________________________________________________________________
10984[ 4017] By: bailey on 1999/08/23 02:58:55
10985 Log: Update VMS configuration procedures for 5.005_60
10986 Branch: vmsperl
10987 ! configure.com vms/subconfigure.com
10988____________________________________________________________________________
10989[ 4016] By: gsar on 1999/08/20 22:19:56
10990 Log: update Changes
10991 Branch: perl
10992 ! Changes
10993
10994----------------
10995Version 5.005_61
651a3225
GS
10996----------------
10997
10998____________________________________________________________________________
7138795d
GS
10999[ 4015] By: gsar on 1999/08/20 22:17:41
11000 Log: perl_free() should use PerlMem_free()
11001 Branch: perl
11002 ! perl.c
11003____________________________________________________________________________
11004[ 4014] By: gsar on 1999/08/20 22:10:46
11005 Log: win32 tweaks
11006 Branch: perl
11007 ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
11008 ! win32/config.vc win32/config_H.bc win32/config_H.gc
11009 ! win32/config_H.vc
11010____________________________________________________________________________
11011[ 4013] By: gsar on 1999/08/20 22:09:56
11012 Log: DEBUG_m() adjusted to internalize dTHX
11013 Branch: perl
11014 ! malloc.c perl.h util.c
11015____________________________________________________________________________
11016[ 4012] By: gsar on 1999/08/20 17:51:06
11017 Log: make autogenerated files writable
11018 Branch: perl
11019 ! (edit 171 files)
11020____________________________________________________________________________
11021[ 4011] By: gsar on 1999/08/20 17:43:47
11022 Log: update Changes
11023 Branch: perl
11024 ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
11025____________________________________________________________________________
11026[ 4010] By: gsar on 1999/08/20 17:21:53
11027 Log: up patchlevel &c
11028 Branch: perl
11029 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11030 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11031____________________________________________________________________________
651a3225
GS
11032[ 4009] By: gsar on 1999/08/20 16:46:26
11033 Log: add missing Is/Syl*.pl files
11034 Branch: perl
11035 + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
11036 + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
11037 + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
11038 + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
11039 + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
11040 + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
11041____________________________________________________________________________
11042[ 4008] By: gsar on 1999/08/20 16:31:02
11043 Log: integrate cfgperl contents into mainline
11044 Branch: perl
11045 +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
11046 +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11047 +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
11048 +> t/op/lfs.t
11049 - lib/unicode/EthiopicSyllables.txt
11050 - lib/unicode/MakeEthiopicSyllables.PL
11051 !> (integrate 261 files)
11052____________________________________________________________________________
11053[ 4007] By: gsar on 1999/08/20 15:24:08
11054 Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
11055 USE_THREADS and MULTIPLICITY; minor pod adjustments
11056 Branch: perl
11057 ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
11058 ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
11059____________________________________________________________________________
11060[ 4006] By: jhi on 1999/08/19 19:01:41
11061 Log: Tighten the vec() code so that naughty BITS cause an error.
11062 Branch: cfgperl
11063 ! doop.c
11064____________________________________________________________________________
11065[ 4005] By: jhi on 1999/08/19 15:55:09
11066 Log: Don't document ill-defined vec() bits cases
11067 (for which the code doesn't work right in any case)
11068 Branch: cfgperl
11069 ! pod/perldiag.pod pod/perlfunc.pod
11070____________________________________________________________________________
11071[ 4004] By: jhi on 1999/08/19 12:49:41
11072 Log: Removed duplicated code (in pp.c and mg.c) by introducing
11073 do_vecget(). NOTE: the calling convention of do_vecset()
11074 changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
11075 in pp_vec() is no more multiplied by `size' in pp_vec(),
11076 the multiplication is now done in do_vecset().
11077
11078 Also fix a cpp thinko in change #4002.
11079 Branch: cfgperl
11080 ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
11081 ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
11082 ! proto.h
11083____________________________________________________________________________
11084[ 4003] By: jhi on 1999/08/18 08:27:22
11085 Log: Warn about small spherical distances.
11086 Branch: cfgperl
11087 ! lib/Math/Trig.pm
11088____________________________________________________________________________
11089[ 4002] By: jhi on 1999/08/17 09:11:51
11090 Log: Enhance IV_FITS_IN_IV (though it's still unused).
11091 Branch: cfgperl
11092 ! perl.h
11093____________________________________________________________________________
11094[ 4001] By: jhi on 1999/08/17 08:13:34
11095 Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
11096 Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
11097 To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
11098 Subject: [PATCH] overload.pm str/num confu
11099 Date: 17 Aug 1999 08:21:12 +0200
11100 Branch: cfgperl
11101 ! lib/overload.pm
11102____________________________________________________________________________
11103[ 4000] By: jhi on 1999/08/17 07:20:23
11104 Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
11105 To: perl5-porters@perl.org
11106 Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
11107 Date: 16 Aug 1999 14:24:28 -0700
11108 Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
11109 Branch: cfgperl
11110 ! pod/perlobj.pod
11111____________________________________________________________________________
11112[ 3999] By: jhi on 1999/08/16 19:49:09
11113 Log: Integrate with Nick.
11114 Branch: cfgperl
11115 !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
11116____________________________________________________________________________
11117[ 3998] By: jhi on 1999/08/16 19:44:29
11118 Log: Fix most of the pod2man moanings reported in
11119
11120 From: "Larry W. Virden" <lvirden@cas.org>
11121 To: perl5-porters@perl.org
11122 Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
11123 (UNINSTALLED)
11124 Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
11125 Message-Id: <199908031935.PAA27692@cas.org>
11126
11127 Configure regen'ed.
11128 Branch: cfgperl
11129 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11130 ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
11131 ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
11132 ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
11133 ! utils/h2xs.PL utils/perlcc.PL
11134____________________________________________________________________________
11135[ 3997] By: jhi on 1999/08/16 19:20:37
11136 Log: A fix of sorts for the flush-before-dup scenario.
11137 Branch: cfgperl
11138 ! doio.c
11139____________________________________________________________________________
11140[ 3996] By: jhi on 1999/08/16 19:14:37
11141 Log: More paranoia.
11142 Branch: cfgperl
11143 ! sv.c
11144____________________________________________________________________________
11145[ 3995] By: jhi on 1999/08/16 18:55:35
11146 Log: Batch of small 64-bit/long double/large file support tweaks:
11147 - scan for LDBL_DIG
11148 - from DBL_DIG and LDBL_DIG select NV_DIG
11149 - introduce IVSIZE, UVSIZE, NVSIZE
11150 - introduce IV_DIG
11151 - remove stdio64
11152 - AIX uses `oslevel` when others use `uname -r`
11153 - already AIX 4.2 goes 64-bit
11154 - in HP-UX require the 64-bit libc, just the directory isn't enough
11155 - group ids are not NVs
11156 - #undef USE_LONG_DOUBLE if long double is no better than double
11157 - introduce NV_WITHIN_*() and IV_FITS_IN_IV
11158 - mention large file support in perldelta
11159 - introduce quad TOPpin' and POPpin'
11160 - the svcat... buffer was tiny for printing quads in %b
11161 - fix the multiplication test in 64bit.t
11162 - try to make VMS to comply with all this removal and "introducal"
11163 of symbols
11164 Branch: cfgperl
11165 ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
11166 ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
11167 ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
11168 Branch: metaconfig
11169 ! U/modified/d_longdbl.U
11170 Branch: metaconfig/U/perl
11171 + d_ldbl_dig.U
11172____________________________________________________________________________
11173[ 3994] By: jhi on 1999/08/16 07:53:44
11174 Log: More Configure/subconfigure.com syncing.
11175 Branch: cfgperl
11176 ! vms/subconfigure.com
11177____________________________________________________________________________
11178[ 3993] By: jhi on 1999/08/14 22:09:26
11179 Log: Remove from VMS what the change #3982 took away from Configure lands.
11180 Branch: cfgperl
11181 ! vms/subconfigure.com
11182____________________________________________________________________________
11183[ 3992] By: jhi on 1999/08/14 13:29:13
11184 Log: Small test tweaks.
11185 Branch: cfgperl
11186 ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
11187____________________________________________________________________________
11188[ 3991] By: jhi on 1999/08/14 13:08:41
11189 Log: Augment filesize limit note.
11190 Branch: cfgperl
11191 ! doio.c
11192____________________________________________________________________________
11193[ 3990] By: jhi on 1999/08/14 13:06:12
11194 Log: Note about filesize limits.
11195 Branch: cfgperl
11196 ! doio.c pp_sys.c
11197____________________________________________________________________________
11198[ 3989] By: jhi on 1999/08/14 11:31:58
11199 Log: Catch the case of filesize limits.
11200 Branch: cfgperl
11201 ! t/lib/syslfs.t t/op/lfs.t
11202____________________________________________________________________________
11203[ 3988] By: nick on 1999/08/14 09:20:58
11204 Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
11205 this causes a POPSTACK panic. The problem seems to be that although
11206 die_where() has unwound the tail of perl_vdie() top_env setjmp has been
11207 set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
11208 call_sv() avoids this. So invent a new G_NOCATCH flag to disable
11209 messing with CATCH_SET() in call_sv, use it in perl_vdie().
11210 Add test to op/eval.t which will fail (panic) if bug comes back.
11211 >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
11212 Branch: perl
11213 ! cop.h perl.c t/op/eval.t util.c
11214____________________________________________________________________________
11215[ 3987] By: jhi on 1999/08/13 23:57:52
11216 Log: From: "Craig A. Berry" <craig.berry@metamor.com>
11217 To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
11218 Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
11219 Date: Fri, 13 Aug 1999 17:42:47 -0500
11220 Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
11221 Branch: cfgperl
11222 ! lib/ExtUtils/MM_VMS.pm
11223____________________________________________________________________________
11224[ 3986] By: jhi on 1999/08/13 23:56:44
11225 Log: Don't quit before printing out the message.
11226 Branch: cfgperl
11227 ! t/lib/syslfs.t t/op/lfs.t
11228____________________________________________________________________________
11229[ 3985] By: jhi on 1999/08/13 23:35:49
11230 Log: Remove more t/ trash on target "clean".
11231 Branch: cfgperl
11232 ! Makefile.SH
11233____________________________________________________________________________
11234[ 3984] By: jhi on 1999/08/13 23:02:53
11235 Log: Avoid double long double.
11236 Branch: cfgperl
11237 ! Configure config_h.SH
11238 Branch: metaconfig/U/perl
11239 ! uselongdbl.U
11240____________________________________________________________________________
11241[ 3983] By: jhi on 1999/08/13 22:59:56
11242 Log: BYTEORDER fix.
11243 Branch: cfgperl
11244 ! Configure config_h.SH
11245 Branch: metaconfig
11246 ! U/compline/byteorder.U
11247____________________________________________________________________________
11248[ 3982] By: jhi on 1999/08/13 22:48:40
11249 Log: Jumbo Configure and large file support update.
11250 Remove a lot of unneeded 64-bitness cruft;
11251 re-introduce BYTEORDER; update 64-bitness hints;
11252 lfs should now work in Solaris; long doubles in AIX.
11253 Branch: cfgperl
11254 ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
11255 ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
11256 ! perlsdio.h pp.h pp_sys.c
11257 Branch: metaconfig
11258 ! U/compline/byteorder.U U/compline/ccflags.U
11259 Branch: metaconfig/U/perl
11260 ! d_dlsymun.U io64.U uselongdbl.U
11261____________________________________________________________________________
651a3225
GS
11262[ 3980] By: jhi on 1999/08/13 15:09:11
11263 Log: Introduce HAS_LLSEEK.
11264 Branch: cfgperl
11265 ! Configure config_h.SH perl.h
11266____________________________________________________________________________
11267[ 3979] By: jhi on 1999/08/13 14:29:47
11268 Log: From: <dan@sidhe.org>
11269 To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
11270 sarathy@activestate.com
11271 Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
11272 Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
11273 Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
11274 Branch: cfgperl
11275 ! vms/vms.c
11276____________________________________________________________________________
11277[ 3978] By: jhi on 1999/08/13 09:56:46
11278 Log: Make the 64-bit tests more paranoid.
11279 Branch: cfgperl
11280 ! t/op/64bit.t
11281____________________________________________________________________________
651a3225
GS
11282[ 3976] By: jhi on 1999/08/12 21:49:16
11283 Log: IRIX64 needs more -mabi=64 with gcc.
11284 Branch: cfgperl
11285 ! hints/irix_6.sh
11286____________________________________________________________________________
11287[ 3975] By: jhi on 1999/08/12 21:02:03
11288 Log: Reincarnate change #3967, now in more modest form.
11289 Branch: cfgperl
11290 ! hints/irix_6.sh
11291____________________________________________________________________________
11292[ 3974] By: jhi on 1999/08/12 20:49:36
11293 Log: Remove rt from libswanted (I added it many moons ago
11294 when I thought it would be useful in Digital UNIX,
11295 I was wrong); undo the recent IRIX hints changes,
11296 getting rid of one warning brought new ones.
11297 Branch: cfgperl
11298 ! Configure config_h.SH hints/irix_6.sh
11299 Branch: metaconfig
11300 ! U/modified/Myinit.U
11301____________________________________________________________________________
11302[ 3973] By: jhi on 1999/08/12 19:42:53
11303 Log: st_blocks is in 512 byte blocks.
11304 Branch: cfgperl
11305 ! t/lib/syslfs.t t/op/lfs.t
11306____________________________________________________________________________
11307[ 3972] By: jhi on 1999/08/12 19:27:31
11308 Log: Don't claim defeat too early.
11309 Branch: cfgperl
11310 ! Configure config_h.SH
11311 Branch: metaconfig/U/perl
11312 ! longdblfio.U
11313____________________________________________________________________________
11314[ 3971] By: jhi on 1999/08/12 19:24:14
11315 Log: IRIX 64-bit hint tweak.
11316 Branch: cfgperl
11317 ! hints/irix_6.sh
11318____________________________________________________________________________
11319[ 3970] By: nick on 1999/08/12 19:17:20
11320 Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
11321 tests i.e. RV2AV and RV2HV
11322 Branch: perl
11323 ! op.c t/pragma/warn/op
11324____________________________________________________________________________
11325[ 3969] By: jhi on 1999/08/12 19:06:17
11326 Log: Add Configure -Duselongdouble and add a missing semicolon.
11327 Branch: cfgperl
11328 ! Configure config_h.SH sv.c
11329 Branch: metaconfig/U/perl
11330 + uselongdbl.U
11331____________________________________________________________________________
11332[ 3968] By: jhi on 1999/08/12 18:46:00
11333 Log: Simply exit() early if lfs support seems unlikely.
11334 Branch: cfgperl
11335 ! t/lib/syslfs.t t/op/lfs.t
11336____________________________________________________________________________
11337[ 3967] By: jhi on 1999/08/12 18:44:05
11338 Log: Suffer silently for unused libraries.
11339 Branch: cfgperl
11340 ! hints/irix_6.sh
11341____________________________________________________________________________
11342[ 3966] By: jhi on 1999/08/12 13:18:44
11343 Log: Update MANIFEST to follow change #3965.
11344 Branch: cfgperl
11345 ! MANIFEST
11346____________________________________________________________________________
11347[ 3965] By: jhi on 1999/08/12 13:15:38
11348 Log: Regenerate Unicode tables based on new syllable lists
11349 from Daniel Yacob.
11350 Branch: cfgperl
11351 ! (edit 159 files)
11352____________________________________________________________________________
11353[ 3964] By: jhi on 1999/08/12 10:06:24
11354 Log: Remove more spurious casting.
11355 Branch: cfgperl
11356 ! pp_sys.c
11357____________________________________________________________________________
11358[ 3963] By: jhi on 1999/08/12 08:18:53
11359 Log: Minor niggles on the lfs tests.
11360 Branch: cfgperl
11361 ! t/lib/syslfs.t t/op/lfs.t
11362____________________________________________________________________________
11363[ 3962] By: jhi on 1999/08/11 22:48:25
11364 Log: Don't bother with lfs testing if off_t is too small.
11365 Branch: cfgperl
11366 ! t/lib/syslfs.t t/op/lfs.t
11367____________________________________________________________________________
11368[ 3961] By: jhi on 1999/08/11 22:22:54
11369 Log: Long double patches from Dan Sugalski.
11370 Branch: cfgperl
11371 ! sv.c
11372____________________________________________________________________________
11373[ 3960] By: jhi on 1999/08/11 22:17:55
11374 Log: Flush buffer before duplicating file descriptor.
11375
11376 From: Mark-Jason Dominus <mjd@plover.com>
11377 To: Graham Barr <gbarr@pobox.com>
11378 cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
11379 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
11380 Date: Wed, 11 Aug 1999 15:56:09 -0400
11381 Message-ID: <19990811195610.5933.qmail@plover.com>
11382
11383 From: Mark-Jason Dominus <mjd@plover.com>
11384 To: perl5-porters@perl.org
11385 Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
11386 Date: Wed, 11 Aug 1999 16:05:46 -0400
11387 Message-ID: <19990811200546.6165.qmail@plover.com>
11388 Branch: cfgperl
11389 ! doio.c pod/perldelta.pod
11390____________________________________________________________________________
11391[ 3959] By: jhi on 1999/08/11 22:11:35
11392 Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
11393
11394 From: "Craig A. Berry" <craig.berry@metamor.com>
11395 Sender: owner-perl5-porters@perl.org
11396 To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
11397 bailey@newman.upenn.edu
11398 Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
11399 problem
11400 Date: Wed, 11 Aug 1999 14:31:11 -0500
11401 Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
11402 Branch: cfgperl
11403 ! vms/vms.c
11404____________________________________________________________________________
11405[ 3958] By: jhi on 1999/08/11 15:35:45
11406 Log: Add a hopefully comforting message if there seems to be no LFS.
11407 This seems to be the case with e.g. ext2fs, a somewhat popular fs.
11408 The tests will fail on lfs tests only if quad is available,
11409 if ENOQUAD, the lfs tests will be skipped.
11410 Branch: cfgperl
11411 ! t/lib/syslfs.t t/op/lfs.t
11412____________________________________________________________________________
11413[ 3957] By: jhi on 1999/08/11 12:25:59
11414 Log: Unapply an experimental patch that accidentally escaped
11415 from the lab by piggybacking with the change #3955.
11416 Branch: cfgperl
11417 ! pp.c pp.h pp_hot.c
11418____________________________________________________________________________
11419[ 3956] By: jhi on 1999/08/11 08:19:23
11420 Log: Add sysio large file support testing.
11421 Branch: cfgperl
11422 + t/lib/syslfs.t
11423 ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
11424____________________________________________________________________________
11425[ 3955] By: jhi on 1999/08/10 22:39:11
11426 Log: From: <dan@sidhe.org>
11427 To: vmsperl@perl.org, perl5-porters@perl.org,
11428 sarathy@activestate.com, bailey@newman.upenn.edu
11429 Subject: [PATCH 5.005_60]Patches needed to get _60 building with
11430 threads on VMS
11431 Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
11432 Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
11433 Branch: cfgperl
11434 ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
11435 ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
11436 ! vms/writemain.pl
11437____________________________________________________________________________
11438[ 3954] By: jhi on 1999/08/10 20:37:55
11439 Log: LFS testing robustness.
11440 Branch: cfgperl
11441 ! t/op/lfs.t
11442____________________________________________________________________________
11443[ 3953] By: jhi on 1999/08/10 19:54:50
11444 Log: From: <dan@sidhe.org>
11445 To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
11446 sarathy@activestate.com
11447 Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
11448 Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
11449 Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
11450 Branch: cfgperl
11451 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
11452 ! vms/subconfigure.com vms/vmsish.h
11453____________________________________________________________________________
11454[ 3952] By: jhi on 1999/08/10 17:18:57
11455 Log: AIX is different, again. Now in cc -E output.
11456 Branch: cfgperl
11457 ! Configure config_h.SH
11458 Branch: metaconfig
11459 ! U/modified/cppstdin.U
11460____________________________________________________________________________
11461[ 3951] By: jhi on 1999/08/10 14:37:08
11462 Log: Use Pid_t on pgrp matters.
11463 Branch: cfgperl
11464 ! pp_sys.c
11465____________________________________________________________________________
11466[ 3950] By: jhi on 1999/08/10 14:35:30
11467 Log: Use Pid_t.
11468 Branch: cfgperl
11469 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
11470 ! pp_sys.c proto.h util.c
11471____________________________________________________________________________
11472[ 3949] By: jhi on 1999/08/10 14:11:15
11473 Log: Use Mode_t.
11474 Branch: cfgperl
11475 ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
11476 ! perlapi.h pp_sys.c proto.h
11477____________________________________________________________________________
11478[ 3948] By: jhi on 1999/08/10 13:53:19
11479 Log: Small perlbug doc tweaks from Jon Orwant.
11480 Branch: cfgperl
11481 ! utils/perlbug.PL
11482____________________________________________________________________________
11483[ 3947] By: jhi on 1999/08/10 09:55:11
11484 Log: Large file support testing.
11485 Branch: cfgperl
11486 + t/op/lfs.t
11487 ! MANIFEST t/op/64bit.t
11488____________________________________________________________________________
11489[ 3946] By: jhi on 1999/08/10 09:13:54
11490 Log: Remove I32 casting from time-related functions.
11491 Branch: cfgperl
11492 ! pp_sys.c
11493____________________________________________________________________________
11494[ 3945] By: jhi on 1999/08/10 09:06:42
11495 Log: Gratuitous uid and gid casts to I32s and ints removed.
11496 There are still problem spots in printfing such ids:
11497 width (%d vs %ld) and signedness %d vs %u.
11498 Branch: cfgperl
11499 ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11500 ! perl.c perlapi.c pp_hot.c proto.h
11501____________________________________________________________________________
11502[ 3944] By: jhi on 1999/08/10 07:43:03
11503 Log: Remove I32 casts from pp_stat, these make stat()
11504 very broken e.g. on files larger than 2 gigabytes.
11505 Reported by
11506 From: Phil Lobbes <phil@finchcomputer.com>
11507 To: perl5-porters@perl.org
11508 Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
11509 UNIX Perl 5.005_03
11510 Date: Mon, 09 Aug 1999 21:38:54 -0700
11511 Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
11512
11513 There are more of these I32 casts all over pp_sys.c,
11514 all of them should be checked.
11515 Branch: cfgperl
11516 ! pp_sys.c
11517____________________________________________________________________________
11518[ 3943] By: jhi on 1999/08/10 07:38:30
11519 Log: Remove blathering.
11520 Branch: cfgperl
11521 ! lib/unicode/mktables.PL
11522____________________________________________________________________________
11523[ 3942] By: jhi on 1999/08/09 20:35:13
11524 Log: lexwarn maintenance: new warning class unsafe
11525 subclasses 'overflow' and 'portable' created,
11526 used by the recent integer overflow warnings.
11527 Class syntax subclass 'octal' renamed to 'digit',
11528 binary and hexadecimal parsing errors also 'digit' warnings.
11529 Branch: cfgperl
11530 ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
11531 ! util.c warning.h warning.pl
11532____________________________________________________________________________
11533[ 3941] By: jhi on 1999/08/09 10:40:47
11534 Log: Integrate with Nick.
11535 Branch: cfgperl
11536 +> opnames.h
11537 !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
11538 !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
11539____________________________________________________________________________
11540[ 3940] By: jhi on 1999/08/09 10:32:43
11541 Log: Regenerate the Unicode tables after having updated the Unicode
11542 database (change #3939).
11543 Branch: cfgperl
11544 ! (edit 157 files)
11545____________________________________________________________________________
11546[ 3939] By: jhi on 1999/08/09 10:27:22
11547 Log: Unicode data updated to be the latest beta of the Unicode 3.0.
11548 Branch: cfgperl
11549 ! lib/unicode/UnicodeData-Latest.txt
11550____________________________________________________________________________
11551[ 3938] By: jhi on 1999/08/09 10:25:54
11552 Log: Ethiopic changes via private email from Daniel Yacob,
11553 <dmulholl@cs.indiana.edu>. Ethiopic and Cherokee done,
11554 Canadian Syllabics and Yi under construction.
11555 Branch: cfgperl
11556 + lib/unicode/syllables.txt
11557 - lib/unicode/EthiopicSyllables.txt
11558 - lib/unicode/MakeEthiopicSyllables.PL
11559 ! MANIFEST lib/unicode/UnicodeData-Latest.txt
11560 ! lib/unicode/mktables.PL
11561____________________________________________________________________________
11562[ 3937] By: jhi on 1999/08/09 10:21:51
11563 Log: Move the equivalence class creation last.
11564 Branch: cfgperl
11565 ! lib/unicode/mktables.PL
11566____________________________________________________________________________
11567[ 3936] By: jhi on 1999/08/09 10:20:40
11568 Log: Compute equivalence classes (diacritics stripping) only
11569 for letters, not for ligatures.
11570 Branch: cfgperl
11571 ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11572 ! lib/unicode/mktables.PL
11573____________________________________________________________________________
11574[ 3935] By: nick on 1999/08/08 13:53:57
11575 Log: Will now correctly re-call
11576 bootstrap "Foo";
11577 if requested. This should allow build on Win32 and other
11578 platforms where you cannot link to loadables directly.
11579 Branch: perl
11580 ! ext/B/B/C.pm
11581____________________________________________________________________________
11582[ 3934] By: nick on 1999/08/07 12:23:55
11583 Log: Vishal Bhatia <vishalb@my-deja.com>
11584 Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
11585 Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
11586 Branch: perl
11587 ! ext/B/B/CC.pm
11588____________________________________________________________________________
11589[ 3933] By: nick on 1999/08/07 12:19:46
11590 Log: B::C changes to get simple Tk app. compiling again
11591 Branch: perl
11592 ! ext/B/B/C.pm
11593____________________________________________________________________________
11594[ 3932] By: jhi on 1999/08/06 21:17:16
11595 Log: Regen Configure to include change #3915.
11596 Branch: cfgperl
11597 ! Configure config_h.SH
11598____________________________________________________________________________
11599[ 3931] By: jhi on 1999/08/06 18:52:57
11600 Log: Todo update.
11601 Branch: cfgperl
11602 ! Todo Todo-5.005 lib/unicode/mktables.PL
11603____________________________________________________________________________
11604[ 3930] By: jhi on 1999/08/06 13:13:05
11605 Log: Character class equivalence tables.
11606 Branch: cfgperl
11607 + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
11608 ! MANIFEST lib/unicode/mktables.PL
11609____________________________________________________________________________
11610[ 3929] By: jhi on 1999/08/06 11:59:11
11611 Log: More Fcntl constants. (This process really needs
11612 to be automated, at least partly, see the Errno extension.)
11613 Now also the SEEK_ constants are available via the Fcntl.
11614 Yes, this is redundant (IO::Seekable and POSIX supply them already),
11615 but now Fcntl is a one-stop shopping mall for all your
11616 file-related constants.
11617 Branch: cfgperl
11618 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
11619____________________________________________________________________________
11620[ 3928] By: jhi on 1999/08/06 08:08:03
11621 Log: Protect against pack/unpack repeat count overflows,
11622 based on:
11623
11624 From: Nathan Torkington <gnat@frii.com>
11625 To: Brian Keefer <mgomes@cwix.com>
11626 Cc: perl5-porters@perl.org
11627 Subject: Re: [ID 19990806.001] Core dump with obfuscated code
11628 Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
11629 Message-ID: <14250.27711.769942.100675@localhost.frii.com>
11630 Branch: cfgperl
11631 ! pod/perldiag.pod pp.c
11632____________________________________________________________________________
11633[ 3927] By: jhi on 1999/08/06 07:32:20
11634 Log: Fix for Nathan's fix (#3920) from Guy Decoux.
11635
11636 From: Nathan Torkington <gnat@frii.com>
11637 To: perl5-porters@perl.org
11638 Subject: Bugfix for my bugfix
11639 Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
11640 Message-ID: <14250.21947.765134.940583@localhost.frii.com>
11641 Branch: cfgperl
11642 ! ext/B/B/Assembler.pm
11643____________________________________________________________________________
11644[ 3926] By: jhi on 1999/08/05 17:25:19
11645 Log: Fix regex charclass parsing so that bogus ranges
11646 like [0-\d] and [[:word:]-z] are no more allowed.
11647 The anomaly was noticed by Guy Decoux.
11648 Branch: cfgperl
11649 ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
11650____________________________________________________________________________
11651[ 3925] By: jhi on 1999/08/05 10:31:47
11652 Log: split /^/ deprecation warning should not be on by default.
11653 Branch: cfgperl
11654 ! pp.c
11655____________________________________________________________________________
651a3225
GS
11656[ 3923] By: jhi on 1999/08/05 09:16:57
11657 Log: From: paul.marquess@bt.com
11658 To: jhi@iki.fi, paul.marquess@bt.com
11659 Cc: gsar@ActiveState.com, perl5-porters@perl.org
11660 Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
11661 Date: Thu, 5 Aug 1999 09:33:14 +0100
11662 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
11663 Branch: cfgperl
11664 ! t/lib/anydbm.t
11665____________________________________________________________________________
651a3225
GS
11666[ 3921] By: jhi on 1999/08/05 08:05:13
11667 Log: From: paul.marquess@bt.com
11668 To: perl5-porters@perl.org
11669 Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
11670 randy@theoryx5.uwinnipeg.ca
11671 Subject: [PATCH 5.005_60] DB_File 1.70
11672 Date: Wed, 4 Aug 1999 23:22:22 +0100
11673 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
11674
11675 (Replaces change #3917)
11676 Branch: cfgperl
11677 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11678 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
11679____________________________________________________________________________
11680[ 3920] By: jhi on 1999/08/04 19:02:58
11681 Log: From: Nathan Torkington <gnat@frii.com>
11682 To: perl5-porters@perl.org
11683 Subject: [5.005_60 PATCH] Make B::Bytecode work
11684 Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
11685 Message-ID: <14248.30568.769427.216092@localhost.frii.com>
11686 Branch: cfgperl
11687 ! ext/B/B/Assembler.pm
11688____________________________________________________________________________
11689[ 3919] By: jhi on 1999/08/04 10:56:26
11690 Log: Update history records.
11691 Branch: cfgperl
11692 ! pod/perlhist.pod
11693____________________________________________________________________________
11694[ 3918] By: jhi on 1999/08/04 09:36:13
11695 Log: Minor fixes to linux -Dusethreads -Duseperlio.
11696 Branch: cfgperl
11697 ! perlio.c
11698____________________________________________________________________________
11699[ 3917] By: jhi on 1999/08/04 08:13:20
11700 Log: (Replaced by change #3921)
11701 From: paul.marquess@bt.com
11702 To: gsar@activestate.com
11703 Cc: perl5-porters@perl.org
11704 Subject: [PATCH 5.005_60] DB_File 1.69
11705 Date: Tue, 3 Aug 1999 22:55:00 +0100
11706 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
11707 Branch: cfgperl
11708 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11709 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
11710____________________________________________________________________________
11711[ 3916] By: jhi on 1999/08/04 07:59:05
11712 Log: Introduce the charnames pragma.
11713
11714 Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
11715 From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
11716 To: Chip Salzenberg <[11]chip@perlsupport.com>
11717 Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
11718 Date: Sat, 31 Jul 1999 05:44:05 -0400
11719 Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
11720
11721 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11722 To: Mailing list Perl5 <perl5-porters@perl.org>
11723 Subject: [PATCH 5.005_58] Named characters in Perl
11724 Date: Mon, 2 Aug 1999 19:25:40 -0400
11725 Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
11726 Branch: cfgperl
11727 + lib/charnames.pm t/lib/charnames.t
11728 ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
11729 ! pod/perlre.pod regcomp.c toke.c
11730____________________________________________________________________________
11731[ 3915] By: jhi on 1999/08/03 21:18:49
11732 Log: Support Configure -Dmake=pmake.
11733 Via private email from Andy.
11734 NOTE: assumes "basename" command.
11735 Branch: metaconfig
11736 ! U/modified/Config_sh.U
11737____________________________________________________________________________
11738[ 3914] By: jhi on 1999/08/03 21:11:11
11739 Log: The op/filetest.t failed subtest 7 if testing as root.
11740
11741 From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
11742 To: perl5-porters@perl.org
11743 Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
11744 Date: Tue, 27 Jul 1999 22:54:05 +0200
11745 Message-Id: <379E1C6D.626DC765@club-internet.fr>
11746 Branch: cfgperl
11747 ! t/op/filetest.t
11748____________________________________________________________________________
651a3225
GS
11749[ 3911] By: jhi on 1999/08/03 19:52:38
11750 Log: The "-Dusethreads -Duseperlio" combination failed.
11751
11752 From: Spider Boardman <spider@leggy.zk3.dec.com>
11753 To: perl5-porters@perl.org
11754 Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
11755 4.0 (UNINSTALLED)
11756 Date: Tue, 3 Aug 1999 14:25:00 -0400
11757 Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
11758
11759 See also change #3912.
11760 Branch: cfgperl
11761 ! perlio.c
11762____________________________________________________________________________
11763[ 3910] By: jhi on 1999/08/03 10:44:24
11764 Log: From: Chris Nandor <pudge@pobox.com>
11765 To: perl5-porters@perl.org
11766 Subject: [PATCH 5.005_58] perlbug.PL 1.27
11767 Date: Wed, 28 Jul 1999 23:42:49 -0400
11768 Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
11769 Branch: cfgperl
11770 ! utils/perlbug.PL
11771____________________________________________________________________________
11772[ 3909] By: jhi on 1999/08/03 10:41:04
11773 Log: Hints for building ByteLoader in SunoS. Based on
11774 From: Andy Dougherty <doughera@lafayette.edu>
11775 To: Gurusamy Sarathy <gsar@activestate.com>
11776 Cc: Perl Porters <perl5-porters@perl.org>
11777 Subject: Re: 5.005_58 Not OK SunOS 4.1.3
11778 Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
11779 Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
11780 Branch: cfgperl
11781 + ext/ByteLoader/hints/sunos.pl
11782 ! MANIFEST ext/ByteLoader/ByteLoader.xs
11783____________________________________________________________________________
11784[ 3908] By: jhi on 1999/08/03 09:29:22
11785 Log: Clarify RE engine code; inline a static function to a macro;
11786 make exact string nodes smaller.
11787
11788 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11789 To: perl5-porters@perl.org (Mailing list Perl5)
11790 Subject: [PATCH 5.005_60] Cosmetic change to REx engine
11791 Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
11792 Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
11793 Branch: cfgperl
11794 ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
11795 ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
11796 ! regnodes.h warning.h
11797____________________________________________________________________________
11798[ 3907] By: jhi on 1999/08/03 08:11:49
11799 Log: 5_59 configured with -Dd_bincompat5005 can't be made
11800 binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
11801
11802 From: Spider Boardman <spider@leggy.zk3.dec.com>
11803 To: perl5-porters@perl.org
11804 Subject: [ID 19990802.016] Not OK: perl 5.00559
11805 Date: Mon, 2 Aug 1999 16:11:13 -0400
11806 Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
11807 Branch: cfgperl
11808 ! embed.pl
11809____________________________________________________________________________
11810[ 3906] By: jhi on 1999/08/03 07:48:59
11811 Log: Change #3790 redemption: with a little additional
11812 patch from Ilya it works okay.
11813 Branch: cfgperl
11814 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
11815 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
11816____________________________________________________________________________
11817[ 3905] By: gsar on 1999/08/02 21:03:23
11818 Log: this will be 5.005_60
11819 Branch: perl
11820 ! Changes
11821
11822----------------
11823Version 5.005_60
412582ad
GS
11824----------------
11825
11826____________________________________________________________________________
def5be65
GS
11827[ 3904] By: gsar on 1999/08/02 20:30:23
11828 Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
11829 in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
11830 regen headers
11831 Branch: perl
11832 ! embed.h embed.pl global.sym opcode.h perlapi.c
11833____________________________________________________________________________
11834[ 3903] By: gsar on 1999/08/02 20:26:07
11835 Log: native int pack/unpack fixes (from Spider Boardman
11836 <spider@leggy.zk3.dec.com>)
11837 Branch: perl
11838 ! pp.c
11839____________________________________________________________________________
11840[ 3902] By: gsar on 1999/08/02 20:24:41
11841 Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
11842 <spider@leggy.zk3.dec.com>)
11843 Branch: perl
11844 + opnames.h
11845 ! Changes MANIFEST opcode.pl perl.h
11846____________________________________________________________________________
abdd5c84
GS
11847[ 3901] By: gsar on 1999/08/02 18:51:18
11848 Log: integrate cfgperl contents
11849 Branch: perl
11850 !> INSTALL README pod/perldelta.pod
11851____________________________________________________________________________
11852[ 3900] By: jhi on 1999/08/02 18:46:21
11853 Log: Update README and INSTALL; partly based on the message
11854
11855 From: "John L. Allen" <allen@grumman.com>
11856 To: Jarkko Hietaniemi <jhi@iki.fi>
11857 cc: perl5-porters@perl.org
11858 Subject: Re: Perl Installation Problem
11859 Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
11860 Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
11861
11862 and private email from Andy Dougherty.
11863 Branch: cfgperl
11864 ! INSTALL README
11865____________________________________________________________________________
11866[ 3899] By: jhi on 1999/08/02 18:36:35
11867 Log: Integrate with Sarathy.
11868 Branch: cfgperl
11869 !> op.c
11870____________________________________________________________________________
11871[ 3898] By: jhi on 1999/08/02 18:34:49
11872 Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
11873 Branch: cfgperl
11874 ! pod/perldelta.pod
11875____________________________________________________________________________
11876[ 3897] By: gsar on 1999/08/02 18:18:37
11877 Log: optimizations could sometimes bypass bareword check
11878 Branch: perl
11879 ! op.c
11880____________________________________________________________________________
11881[ 3896] By: jhi on 1999/08/02 18:18:34
11882 Log: Integrate with Sarathy.
11883 Branch: cfgperl
11884 !> Changes makedef.pl patchlevel.h win32/Makefile
11885 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
11886 !> win32/makefile.mk
11887____________________________________________________________________________
11888[ 3895] By: gsar on 1999/08/02 17:22:40
11889 Log: up patchlevel etc.
11890 Branch: perl
11891 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11892 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11893____________________________________________________________________________
412582ad
GS
11894[ 3894] By: gsar on 1999/08/02 17:12:31
11895 Log: integrate change#3893, make it conditional on bincompat5005
11896 Branch: perl
11897 ! makedef.pl
11898____________________________________________________________________________
11899[ 3893] By: jhi on 1999/08/02 16:49:08
11900 Log: PERL_BINCOMPAT_5005 symbol translation.
11901 (AIX wouldn't link neither perl nor extensions.)
11902 Branch: cfgperl
11903 ! makedef.pl
11904____________________________________________________________________________
11905[ 3892] By: gsar on 1999/08/02 16:09:13
11906 Log: integrate cfgperl contents into mainline
11907 Branch: perl
11908 +> t/op/64bit.t
11909 ! Changes
11910 !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
11911 !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
11912 !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
11913____________________________________________________________________________
11914[ 3891] By: jhi on 1999/08/02 14:52:40
11915 Log: AIX long long probing requires LL suffix for
11916 the ll constant. The suffix doesn't seem
11917 to bother other ll platforms.
11918 Branch: cfgperl
11919 ! Configure config_h.SH hints/aix.sh
11920 Branch: metaconfig/U/perl
11921 ! quadfio.U
11922____________________________________________________________________________
11923[ 3890] By: jhi on 1999/08/02 14:21:55
11924 Log: Exact path to perl for open -|.
11925 Branch: cfgperl
11926 ! t/io/open.t
11927____________________________________________________________________________
11928[ 3889] By: jhi on 1999/08/02 14:18:03
11929 Log: Integrate with Sarathy.
11930 Branch: cfgperl
11931 !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
11932 !> win32/Makefile win32/config_H.bc win32/config_H.gc
11933 !> win32/config_H.vc win32/makefile.mk win32/win32.c
11934____________________________________________________________________________
11935[ 3888] By: jhi on 1999/08/02 14:14:29
11936 Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
11937 Branch: cfgperl
11938 ! hints/aix.sh
11939____________________________________________________________________________
11940[ 3887] By: jhi on 1999/08/02 12:53:10
11941 Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
11942 emacs code indentation doesn't get wrong ideas--
11943 in other words, introduce a couple of "redundant" if:s.
11944 Branch: cfgperl
11945 ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
11946 ! util.c
11947____________________________________________________________________________
11948[ 3886] By: jhi on 1999/08/02 12:43:16
11949 Log: Mention that also *BSD systems with glibc are known to stumble.
11950 Branch: cfgperl
11951 ! t/pragma/warn/pp_hot
11952____________________________________________________________________________
11953[ 3885] By: jhi on 1999/08/02 12:34:15
11954 Log: Allow also non-long long but still quad platforms print quads.
11955 Branch: cfgperl
11956 ! Configure config_h.SH
11957 Branch: metaconfig/U/perl
11958 ! longdblfio.U quadfio.U
11959____________________________________________________________________________
11960[ 3884] By: jhi on 1999/08/02 11:56:14
11961 Log: Fix regclass utf8 hex ranges for quads.
11962 Branch: cfgperl
11963 ! regcomp.c
11964____________________________________________________________________________
11965[ 3883] By: jhi on 1999/08/02 11:42:14
11966 Log: Enhance the description of how to detect quad support.
11967 Branch: cfgperl
11968 ! pod/perlfunc.pod
11969____________________________________________________________________________
11970[ 3882] By: jhi on 1999/08/02 11:22:19
11971 Log: Fix printf %D %U %O for quads.
11972 Branch: cfgperl
11973 ! sv.c t/op/64bit.t
11974____________________________________________________________________________
11975[ 3881] By: jhi on 1999/08/02 11:16:12
11976 Log: Document quad printing.
11977 Branch: cfgperl
11978 ! pod/perlfunc.pod
11979____________________________________________________________________________
11980[ 3880] By: jhi on 1999/08/02 10:32:01
11981 Log: More 64-bit fixing. One known bug of that kind
11982 remains, 32-bit platforms using long long in
11983 the test t/pragma/utf8 subtests 1-3 fail.
11984 (Update: change #3884 fixed that one.)
11985 Branch: cfgperl
11986 + t/op/64bit.t
11987 ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
11988
11989----------------
11990Version 5.005_59
4113c5bc
GS
11991----------------
11992
11993____________________________________________________________________________
278c13c7
GS
11994[ 3879] By: gsar on 1999/08/02 08:18:58
11995 Log: integrate cfgperl changes into mainline
11996 Branch: perl
11997 !> Configure config_h.SH sv.c
11998____________________________________________________________________________
11999[ 3878] By: gsar on 1999/08/02 08:13:16
12000 Log: change#3692 had an unintentional patch leak through!
12001 (this would explain the mysterious C<next LABEL> failures
12002 people have seen)
12003 Branch: perl
12004 ! pp_ctl.c
12005____________________________________________________________________________
12006[ 3877] By: gsar on 1999/08/02 08:00:29
12007 Log: up patchlevel to 59
12008 Branch: perl
12009 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12010 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12011 ! win32/makefile.mk
12012____________________________________________________________________________
a502f3d8
GS
12013[ 3876] By: gsar on 1999/08/02 07:51:18
12014 Log: fix coredump under usethreads+debug
12015 Branch: perl
12016 ! util.c
12017____________________________________________________________________________
12018[ 3875] By: jhi on 1999/08/02 07:50:51
12019 Log: d_bincompat5005 could be left empty.
12020 Branch: cfgperl
12021 ! Configure config_h.SH
12022 Branch: metaconfig/U/perl
12023 ! bincompat5005.U
12024____________________________________________________________________________
12025[ 3874] By: jhi on 1999/08/02 07:42:45
12026 Log: Fix printf %d when IV is quad.
12027 Branch: cfgperl
12028 ! sv.c
12029____________________________________________________________________________
12030[ 3873] By: gsar on 1999/08/02 07:41:03
12031 Log: fix d_bincompat5005='' junking config.h
12032 Branch: perl
12033 ! Configure
12034____________________________________________________________________________
12035[ 3872] By: gsar on 1999/08/02 07:38:48
12036 Log: C needs parameter list, not merely type
12037 Branch: perl
12038 ! win32/win32.c
12039____________________________________________________________________________
12040[ 3871] By: jhi on 1999/08/02 07:20:51
12041 Log: Integrate with Sarathy.
12042 Branch: cfgperl
12043 !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
12044____________________________________________________________________________
12045[ 3870] By: gsar on 1999/08/02 07:12:18
12046 Log: integrate cfgperl changes into mainline
12047 Branch: perl
12048 ! Changes
12049 !> Configure Makefile.SH Porting/Glossary Porting/config.sh
12050 !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
12051 !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
12052 !> toke.c util.c
12053____________________________________________________________________________
e1c4585f
GS
12054[ 3869] By: gsar on 1999/08/02 06:59:09
12055 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12056 Date: Sat, 31 Jul 1999 19:08:33 -0700
12057 Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
12058 Subject: [PATCH 5.005_58] "use constant" in the compiler
12059 Branch: perl
12060 ! ext/B/B/C.pm ext/B/B/CC.pm
12061____________________________________________________________________________
12062[ 3868] By: gsar on 1999/08/02 06:55:51
12063 Log: debug build tweak
12064 Branch: perl
12065 ! regexec.c
12066____________________________________________________________________________
12067[ 3867] By: gsar on 1999/08/02 06:35:18
12068 Log: create vmsperl branch (to be owned and operated by: cbailey)
12069 Branch: vmsperl
12070 +> (branch 1476 files)
12071____________________________________________________________________________
12072[ 3866] By: jhi on 1999/08/01 23:34:40
12073 Log: so_locations once is enough.
12074 Branch: cfgperl
12075 ! Makefile.SH
12076____________________________________________________________________________
12077[ 3865] By: jhi on 1999/08/01 23:13:05
12078 Log: Simplicate duplicated code.
12079 Branch: cfgperl
12080 ! util.c
12081____________________________________________________________________________
12082[ 3864] By: jhi on 1999/08/01 22:41:41
12083 Log: Integrate with Sarathy. perl.h and util.c required manual resolving.
12084 Branch: cfgperl
12085 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12086 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12087 - README.cygwin32 cygwin32/Makefile.SHs
12088 - cygwin32/build-instructions.READFIRST
12089 - cygwin32/build-instructions.charles-wilson
12090 - cygwin32/build-instructions.sebastien-barre
12091 - cygwin32/build-instructions.steven-morlock
12092 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12093 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12094 - hints/cygwin32.sh
12095 !> (integrate 61 files)
12096____________________________________________________________________________
12097[ 3863] By: jhi on 1999/08/01 22:36:02
12098 Log: Regen Configure and Glossary once again.
12099 Branch: cfgperl
12100 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12101 ! config_h.SH
12102____________________________________________________________________________
12103[ 3862] By: jhi on 1999/08/01 22:26:09
12104 Log: Glossary update for #3861.
12105 Branch: cfgperl
12106 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12107 ! config_h.SH
12108____________________________________________________________________________
12109[ 3861] By: jhi on 1999/08/01 22:22:51
12110 Log: 64-bit work. Now 32-bit platforms get a 100% make test
12111 with -Duse64bits (using long long).
12112 Tested in Solaris 2.6 sparc RH Linux 6.0 x86
12113 (and Digital IX 4.0D, to get a true 64-bit opinion). Now e.g.
12114 'print unpack "q", pack "q", 12345678901'
12115 should work on such 32-bit platforms.
12116 Still a lot of printf()s behind -D which wrongly assume
12117 that %ld/%lx and (long) are a good combination.
12118 Introducing a slew of new macros intended to be used in printf()
12119 format strings: e. g. PERL_PRId64 is the string to be used
12120 when printing an IV, printf("%" PERL_PRId64 "\n", iv).
12121 The PRI... naming follows the C9X naming of <inttypes.h> macros.
12122 Branch: cfgperl
12123 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12124 ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
12125 ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
12126 Branch: metaconfig/U/perl
12127 + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
12128____________________________________________________________________________
12129[ 3860] By: gsar on 1999/08/01 21:23:18
12130 Log: integrate cfgperl contents into mainline
12131 Branch: perl
12132 ! toke.c
12133 !> (integrate 29 files)
12134____________________________________________________________________________
12135[ 3859] By: gsar on 1999/08/01 21:13:09
12136 Log: From: Nathan Torkington <gnat@frii.com>
12137 Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
12138 Message-ID: <14244.33431.739419.806927@localhost.frii.com>
12139 Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
12140 Branch: perl
12141 ! ext/B/B/Disassembler.pm
12142____________________________________________________________________________
12143[ 3858] By: gsar on 1999/08/01 21:09:15
12144 Log: DB_File 1.68 update from Paul Marquess
12145 Branch: perl
12146 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12147 ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
12148 ! t/lib/db-recno.t
12149____________________________________________________________________________
12150[ 3857] By: gsar on 1999/08/01 21:05:54
12151 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12152 Date: Sat, 31 Jul 1999 05:13:38 -0400
12153 Message-Id: <199907311407.IAA25038@localhost.frii.com>
12154 Subject: [PATCH 5.005_58] More optimizations to REx engine
12155 Branch: perl
12156 ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
12157 ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
12158____________________________________________________________________________
12159[ 3856] By: gsar on 1999/08/01 20:59:59
12160 Log: slightly modified version of suggested patch
12161 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12162 Date: Sat, 31 Jul 1999 04:45:12 -0400
12163 Message-Id: <199907311406.IAA25034@localhost.frii.com>
12164 Subject: [PATCH 5.005_58] Fix OS/2 build
12165 Branch: perl
12166 ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
12167 ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
12168____________________________________________________________________________
12169[ 3855] By: gsar on 1999/08/01 20:49:06
12170 Log: cygwin update
12171 From: "Fifer, Eric" <EFifer@sanwaint.com>
12172 Date: Fri, 30 Jul 1999 18:31:48 +0100
12173 Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
12174 Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
12175 Branch: perl
12176 ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
12177 ! pp_sys.c unixish.h util.c
12178____________________________________________________________________________
12179[ 3854] By: gsar on 1999/08/01 20:41:53
12180 Log: fixes from Stephen McCamant that address bugs in change#3612
12181 (the optimization shouldn't be enabled in expressions where
12182 the variable is introduced), and fix Deparse to grok the
12183 optimization
12184 Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
12185 Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
12186 Subject: [PATCH _58] Set OPpTARGET_MY more consistently
12187 --
12188 Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
12189 Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
12190 Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
12191 --
12192 Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
12193 Message-Id: <199907310326.VAA24376@localhost.frii.com>
12194 Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
12195 Branch: perl
12196 ! ext/B/B/Deparse.pm op.c
12197____________________________________________________________________________
12198[ 3853] By: gsar on 1999/08/01 20:31:32
12199 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12200 Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
12201 Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
12202 Subject: [PATCH _58] Two one-liner LOGOP tweaks
12203 Branch: perl
12204 ! op.c opcode.h opcode.pl
12205____________________________________________________________________________
12206[ 3852] By: gsar on 1999/08/01 20:29:17
12207 Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
12208 Branch: perl
12209 ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
12210 ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
12211 ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
12212 ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
12213 ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
12214 ! pod/perlport.pod pp_sys.c util.c
12215____________________________________________________________________________
12216[ 3851] By: gsar on 1999/08/01 20:20:05
12217 Log: move files around for s/cygwin32/cygwin/ renaming
12218 Branch: perl
12219 +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
12220 +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
12221 - README.cygwin32 cygwin32/Makefile.SHs
12222 - cygwin32/build-instructions.READFIRST
12223 - cygwin32/build-instructions.charles-wilson
12224 - cygwin32/build-instructions.sebastien-barre
12225 - cygwin32/build-instructions.steven-morlock
12226 - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
12227 - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
12228 - hints/cygwin32.sh
12229 ! MANIFEST
12230____________________________________________________________________________
12231[ 3850] By: gsar on 1999/08/01 20:05:14
12232 Log: posix-bc hints tweak (via private mail from Thomas Dorner
12233 <Thomas.Dorner@start.de>)
12234 Branch: perl
12235 ! Changes hints/posix-bc.sh
12236____________________________________________________________________________
4113c5bc
GS
12237[ 3849] By: gsar on 1999/08/01 19:50:20
12238 Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
12239 <gnat@frii.com>)
12240 Branch: perl
12241 ! perl.h pod/perldelta.pod pod/perlguts.pod
12242____________________________________________________________________________
12243[ 3848] By: gsar on 1999/08/01 18:34:41
12244 Log: fix defined(@foo) encarpments
12245 Branch: perl
12246 ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
12247 ! pod/perltrap.pod
12248____________________________________________________________________________
12249[ 3847] By: jhi on 1999/08/01 17:17:07
12250 Log: Undo #3790 and the patches that attempted to fix it
12251 (#3837, #3838, #3845). The #3790 caused linkage failures
12252 and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
12253 IRIX 6.5.
12254 Branch: cfgperl
12255 - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
12256 ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12257 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12258____________________________________________________________________________
12259[ 3846] By: jhi on 1999/08/01 11:41:52
12260 Log: Reading 64-bit decimal numbers was broken because
12261 the NV was cast to an I32, not an IV.
12262 Branch: cfgperl
12263 ! toke.c
12264____________________________________________________________________________
12265[ 3845] By: jhi on 1999/08/01 11:00:24
12266 Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
12267 Branch: cfgperl
12268 + ext/SDBM_File/hints/solaris.pl
12269____________________________________________________________________________
12270[ 3844] By: jhi on 1999/08/01 10:55:44
12271 Log: Enable Solaris largefiles support only if -Duse64bits is used.
12272 (Effectively removes #3311).
12273 Branch: cfgperl
12274 ! hints/solaris_2.sh
12275____________________________________________________________________________
12276[ 3843] By: jhi on 1999/07/31 22:44:56
12277 Log: Integer overflow iteration.
12278 Branch: cfgperl
12279 ! t/op/oct.t toke.c util.c
12280____________________________________________________________________________
12281[ 3842] By: jhi on 1999/07/31 22:11:03
12282 Log: Remove a lot of unused regnode codes.
12283 Noticed by Ilya.
12284 Branch: cfgperl
12285 ! regcomp.c regcomp.sym regexec.c regnodes.h
12286____________________________________________________________________________
12287[ 3841] By: jhi on 1999/07/31 21:53:54
12288 Log: Make the use64bits and usethreads friendlier/braver;
12289 they no more wimp out if the platform is unknown.
12290 On use64bits if gcc used -DUSE_LONG_LONG is added
12291 to the ccflags (this dependency on gcc caused a slightly weird
12292 reordering of Configure, but things still seem to work.)
12293 Branch: cfgperl
12294 ! Configure README.threads config_h.SH
12295 Branch: metaconfig
12296 ! U/threads/usethreads.U
12297 Branch: metaconfig/U/perl
12298 ! use64bits.U
12299____________________________________________________________________________
12300[ 3840] By: jhi on 1999/07/31 20:26:22
12301 Log: Hack the "integer overflow" code some more.
12302 Branch: cfgperl
12303 ! perl.h toke.c util.c
12304____________________________________________________________________________
12305[ 3839] By: jhi on 1999/07/31 20:22:00
12306 Log: Test oct() at the 2^32-1 limit.
12307 Branch: cfgperl
12308 ! t/op/oct.t
12309____________________________________________________________________________
12310[ 3838] By: jhi on 1999/07/31 20:08:43
12311 Log: Update MANIFEST for #3837.
12312 Branch: cfgperl
12313 ! MANIFEST
12314____________________________________________________________________________
12315[ 3837] By: jhi on 1999/07/31 20:02:40
12316 Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
12317 (a core dump with a corrput stack ensues).
12318 Branch: cfgperl
12319 + ext/SDBM_File/hints/dec_osf.pl
12320____________________________________________________________________________
12321[ 3836] By: jhi on 1999/07/29 21:09:01
12322 Log: Allow for Configure -Ubincompat5005 override.
12323 Branch: cfgperl
12324 ! Configure config_h.SH
12325 Branch: metaconfig/U/perl
12326 ! bincompat5005.U
12327____________________________________________________________________________
12328[ 3835] By: jhi on 1999/07/29 21:04:02
12329 Log: Make Configure support PERL_BINCOMPAT_5005.
12330 Branch: cfgperl
12331 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12332 ! config_h.SH
12333 Branch: metaconfig/U/perl
12334 + bincompat5005.U
12335____________________________________________________________________________
12336[ 3834] By: jhi on 1999/07/29 19:25:35
12337 Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>
12338 Branch: cfgperl
12339 ! Makefile.SH
12340____________________________________________________________________________
12341[ 3833] By: jhi on 1999/07/29 14:07:09
12342 Log: Integrate with Sarathy. I overruled on perldelta
12343 and perldiag.
12344 Branch: cfgperl
12345 !> README.win32 emacs/cperl-mode.el globals.c installperl
12346 !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
12347 !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
12348 !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
12349 !> win32/perllib.c win32/win32.c
12350____________________________________________________________________________
12351[ 3832] By: jhi on 1999/07/29 14:02:50
12352 Log: Repent and make overly large integerish
12353 constants non-fatal. They are now promoted
12354 to NVs, accompanied by an overflow warning that
12355 is by default on.
12356 Branch: cfgperl
12357 ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
12358 ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
12359 ! toke.c util.c
12360____________________________________________________________________________
12361[ 3831] By: jhi on 1999/07/29 11:40:04
12362 Log: AIX exhibits different error on failed system().
12363 Slightly modified patch via private email from
12364 David R. Favor <dfavor@austin.ibm.com>
12365 Branch: cfgperl
12366 ! t/op/exec.t
12367____________________________________________________________________________
12368[ 3830] By: gsar on 1999/07/29 07:46:11
12369 Log: cperl-mode.el v4.19
12370 Branch: perl
12371 ! emacs/cperl-mode.el
12372____________________________________________________________________________
12373[ 3829] By: gsar on 1999/07/29 07:30:35
12374 Log: From: jan.dubois@ibm.net (Jan Dubois)
12375 Date: Wed, 28 Jul 1999 22:01:42 +0200
12376 Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
12377 Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
12378 Branch: perl
12379 ! win32/bin/pl2bat.pl
12380____________________________________________________________________________
12381[ 3828] By: gsar on 1999/07/29 07:19:27
12382 Log: tweak previous change for multiple hits
12383 Branch: perl
12384 ! utils/perldoc.PL
12385____________________________________________________________________________
12386[ 3827] By: gsar on 1999/07/29 07:10:00
12387 Log: band-aid for perldoc -t broken-ness (the new Pod::Text
12388 really needs a pod2text() compatibility function)
12389 Branch: perl
12390 ! utils/perldoc.PL
12391____________________________________________________________________________
12392[ 3826] By: gsar on 1999/07/29 01:33:46
12393 Log: minor tweaks to pods and toke.c comments
12394 Branch: perl
12395 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
12396____________________________________________________________________________
12397[ 3825] By: gsar on 1999/07/29 00:12:52
12398 Log: integrate cfgperl changes into mainline
12399 Branch: perl
12400 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12401 !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
12402 !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
12403 !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
12404 !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12405 !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
12406 !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
12407 !> t/pragma/warn/util toke.c util.c
12408____________________________________________________________________________
12409[ 3824] By: jhi on 1999/07/28 21:15:04
12410 Log: Tiny patch to go over #3820 (via private mail from Lincoln).
12411 Branch: cfgperl
12412 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12413 ! ext/IO/lib/IO/Socket/INET.pm
12414____________________________________________________________________________
12415[ 3823] By: jhi on 1999/07/28 20:29:17
12416 Log: Continue pack() doc honing.
12417 Branch: cfgperl
12418 ! pod/perlfunc.pod
12419____________________________________________________________________________
12420[ 3822] By: jhi on 1999/07/28 20:17:37
12421 Log: Enhance pack() doc.
12422 Branch: cfgperl
12423 ! pod/perlfunc.pod
12424____________________________________________________________________________
12425[ 3821] By: jhi on 1999/07/28 18:34:50
12426 Log: UNIX Domain Sockets are not implemented under QNX.
12427
12428 From: Norton Allen <allen@huarp.harvard.edu>
12429 To: perl5-porters@perl.org
12430 Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
12431 Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
12432 Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
12433 Branch: cfgperl
12434 ! t/lib/io_unix.t
12435____________________________________________________________________________
12436[ 3820] By: jhi on 1999/07/28 18:13:37
12437 Log: IO::* enhancements.
12438
12439 1) write() and syswrite() will now accept a single-argument
12440 form of the call, for consistency with Perl's syswrite().
12441 2) You can create a TCP-based IO::Socket::INET without forcing
12442 a connect attempt. This allows you to configure its options
12443 (like making it non-blocking) and then call connect() manually.
12444 3) Fixed a bug that prevented the IO::Socket::protocol() accessor
12445 from ever returning the correct value.
12446
12447 From: Lincoln Stein <lstein@formaggio.cshl.org>
12448 To: Graham Barr <gbarr@pobox.com>
12449 Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
12450 Subject: Re: patch for IO::*
12451 Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
12452 Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
12453 Branch: cfgperl
12454 ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
12455 ! ext/IO/lib/IO/Socket/INET.pm
12456____________________________________________________________________________
12457[ 3819] By: gsar on 1999/07/28 18:08:06
12458 Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
12459 Branch: perl
12460 ! README.win32 globals.c installperl iperlsys.h makedef.pl
12461 ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
12462 ! win32/win32.c
12463____________________________________________________________________________
12464[ 3818] By: jhi on 1999/07/28 17:48:16
12465 Log: Need to add QNX to the list for DONT_DECLARE_STD.
12466 (The elimination of use of the _() macro apparently triggered
12467 an incompatability with a #define of atof)
12468
12469 From: Norton Allen <allen@huarp.harvard.edu>
12470 To: perl5-porters@perl.org
12471 Subject: [ID 19990728.008] Patch:perl.h _58 QNX
12472 Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
12473 Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
12474 Branch: cfgperl
12475 ! perl.h
12476____________________________________________________________________________
12477[ 3817] By: jhi on 1999/07/28 17:46:30
12478 Log: Need to add some more conditions to deal with the case
12479 defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
12480 which is true for QNX4.
12481 From: Norton Allen <allen@huarp.harvard.edu>
12482 To: perl5-porters@perl.org
12483 Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
12484 Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
12485 Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
12486 Branch: cfgperl
12487 ! pp_sys.c
12488____________________________________________________________________________
12489[ 3816] By: jhi on 1999/07/28 17:43:40
12490 Log: The QNX shell needs a couple more semicolons.
12491
12492 From: Norton Allen <allen@huarp.harvard.edu>
12493 To: perl5-porters@perl.org
12494 Subject: [ID 19990728.007] Patch:Configure _58 QNX
12495 Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
12496 Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
12497
12498 plus silence metalint moanings on vendorprefix.
12499 Branch: cfgperl
12500 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12501 ! config_h.SH
12502____________________________________________________________________________
12503[ 3815] By: jhi on 1999/07/28 17:31:11
12504 Log: Silence metalint on vendorprefix.U.
12505 Branch: metaconfig
12506 ! U/installdirs/vendorprefix.U
12507____________________________________________________________________________
12508[ 3814] By: jhi on 1999/07/28 17:13:29
12509 Log: QNX shell needs more semicolons.
12510 Branch: metaconfig/U/perl
12511 ! Extensions.U
12512____________________________________________________________________________
12513[ 3813] By: jhi on 1999/07/28 17:05:08
12514 Log: Integrate with Sarathy.
12515 Branch: cfgperl
12516 !> lib/ExtUtils/MM_Unix.pm
12517____________________________________________________________________________
12518[ 3812] By: jhi on 1999/07/28 16:20:17
12519 Log: Fix a typo, un-shout, and reformat the installation output.
12520 Branch: cfgperl
12521 ! lib/ExtUtils/Install.pm
12522____________________________________________________________________________
12523[ 3811] By: gsar on 1999/07/28 15:41:11
12524 Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
12525 Branch: perl
12526 ! lib/ExtUtils/MM_Unix.pm
12527____________________________________________________________________________
12528[ 3810] By: jhi on 1999/07/28 13:55:57
12529 Log: Talk more about subsecond things in perlfunc.
12530 (Yes, redundant with perlfaq8.)
12531 Branch: cfgperl
12532 ! pod/perlfunc.pod
12533____________________________________________________________________________
12534[ 3809] By: jhi on 1999/07/28 07:23:48
12535 Log: Integrate with Sarathy.
12536 Branch: cfgperl
12537 !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
12538 !> t/op/pwent.t
12539____________________________________________________________________________
12540[ 3808] By: jhi on 1999/07/28 07:23:03
12541 Log: Document toke.c.
12542 From: Nathan Torkington <gnat@frii.com>
12543 To: perl5-porters@perl.org
12544 Subject: Re: toke.c patch, work in progress
12545 Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
12546 Message-ID: <14238.36561.979473.667842@localhost.frii.com>
12547 Branch: cfgperl
12548 ! toke.c
12549____________________________________________________________________________
12550[ 3807] By: jhi on 1999/07/28 07:10:56
12551 Log: perlre clarification.
12552
12553 From: Ian Phillipps <ian@dial.pipex.com>
12554 To: Perl 5 Porters <perl5-porters@perl.org>
12555 Subject: [PATCH 5.00557] Add definite article to perlre.pod
12556 Date: Tue, 27 Jul 1999 10:46:29 +0100
12557 Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
12558 Branch: cfgperl
12559 ! pod/perlre.pod
12560____________________________________________________________________________
12561[ 3806] By: gsar on 1999/07/28 07:07:46
12562 Log: fix the perl -V breakage
12563
12564 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12565 To: Jarkko Hietaniemi <jhi@iki.fi>
12566 Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
12567 gsar@activestate.com
12568 Subject: Re: Follow up to: _58 on AIX 431
12569 Date: Tue, 27 Jul 1999 17:42:00 -0400
12570 Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
12571 Branch: perl
12572 ! configpm
12573____________________________________________________________________________
12574[ 3805] By: gsar on 1999/07/28 07:03:34
12575 Log: avoid warning (from Doug MacEachern)
12576 Branch: perl
12577 ! perl.h
12578____________________________________________________________________________
12579[ 3804] By: gsar on 1999/07/28 06:59:30
12580 Log: Pod::Html tweak
12581
12582 From: jan.dubois@ibm.net (Jan Dubois)
12583 To: perl5-porters@perl.org
12584 Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
12585 Date: Tue, 27 Jul 1999 22:14:12 +0200
12586 Message-ID: <37a50af0.46171380@smtp1.ibm.net>
12587 Branch: perl
12588 ! lib/Pod/Html.pm
12589____________________________________________________________________________
12590[ 3803] By: gsar on 1999/07/28 06:56:38
12591 Log: freebsd hints update
12592
12593 From: Anton Berezin <tobez@plab.ku.dk>
12594 To: perl5-porters@perl.org
12595 Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
12596 Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
12597 Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
12598 Branch: perl
12599 ! hints/freebsd.sh
12600____________________________________________________________________________
12601[ 3802] By: gsar on 1999/07/28 06:51:32
12602 Log: cosmetic testsuite patch
12603
12604 From: Graham Barr <gbarr@ti.com>
12605 To: Perl5 Porters <perl5-porters@perl.org>
12606 Subject: 5.005_58 build
12607 Date: Tue, 27 Jul 1999 08:09:25 -0500
12608 Message-ID: <19990727080925.F4683@dal.asp.ti.com>
12609 Branch: perl
12610 ! t/op/grent.t t/op/pwent.t
12611____________________________________________________________________________
12612[ 3801] By: jhi on 1999/07/27 13:49:39
12613 Log: Minuscule cleanup of the integer overflow patch.
12614 Branch: cfgperl
12615 ! util.c
12616____________________________________________________________________________
12617[ 3800] By: jhi on 1999/07/27 13:37:23
12618 Log: Test hex('x...').
12619 Branch: cfgperl
12620 ! t/op/oct.t
12621____________________________________________________________________________
12622[ 3799] By: jhi on 1999/07/27 12:45:45
12623 Log: Integrate with Sarathy (5.005_58).
12624 Branch: cfgperl
12625 - ext/B/byteperl.c
12626 !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
12627 !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
12628 !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
12629 !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12630 !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
12631 !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
12632 !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
12633 !> win32/config_H.vc
12634____________________________________________________________________________
12635[ 3798] By: jhi on 1999/07/27 12:42:43
12636 Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
12637 they used to be just optional lexical warnings.
12638 Also, with warnings turned on, constants > 2**32-1
12639 trigger a non-portability warning.
12640 Branch: cfgperl
12641 ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
12642 ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
12643 ! util.c
12644____________________________________________________________________________
12645[ 3797] By: gsar on 1999/07/27 10:48:27
12646 Log: here lies 5.005_58
12647 Branch: perl
12648 - ext/B/byteperl.c
12649 ! Changes MANIFEST Porting/makerel pod/perldelta.pod
12650 ! pod/perlfaq9.pod pod/perlhist.pod
12651
12652----------------
12653Version 5.005_58
69dec784
GS
12654----------------
12655
12656____________________________________________________________________________
f29c64d6
GS
12657[ 3796] By: gsar on 1999/07/27 09:23:42
12658 Log: regenerate win32/config_H.?c
12659 Branch: perl
12660 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12661____________________________________________________________________________
12662[ 3795] By: gsar on 1999/07/27 09:02:31
12663 Log: From: Tye McQueen <tye@metronet.com>
12664 Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
12665 Message-Id: <199907270019.AA08223@metronet.com>
12666 Subject: Patch pl2bat.pl so batch file can fail
12667 Branch: perl
12668 ! win32/bin/pl2bat.pl
12669____________________________________________________________________________
12670[ 3794] By: gsar on 1999/07/27 08:59:58
12671 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12672 Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
12673 Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
12674 Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
12675 Branch: perl
12676 ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
12677 ! lib/SelfLoader.pm
12678____________________________________________________________________________
12679[ 3793] By: gsar on 1999/07/27 08:19:16
12680 Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
12681 (from Andy Dougherty)
12682 Branch: perl
12683 ! embed.h embed.pl
12684____________________________________________________________________________
12685[ 3792] By: gsar on 1999/07/27 08:04:19
12686 Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
12687 and Brad Appleton)
12688 Branch: perl
12689 ! lib/Pod/Parser.pm
12690____________________________________________________________________________
12691[ 3791] By: gsar on 1999/07/27 07:50:54
12692 Log: cover case where CLK_TCK is a float, not integer (from
12693 alexander smishlajev <als@turnhere.com>)
12694 Branch: perl
12695 ! ext/Devel/DProf/DProf.xs
12696____________________________________________________________________________
12697[ 3790] By: gsar on 1999/07/27 07:45:08
12698 Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
12699 to call Perl_malloc() as malloc() (from Ilya Zakharevich)
12700 Branch: perl
12701 ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
12702 ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
12703____________________________________________________________________________
12704[ 3789] By: jhi on 1999/07/27 07:44:55
12705 Log: Integrate with Sarathy.
12706 Branch: cfgperl
12707 +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
12708 !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
12709 !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
12710 !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
12711 !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
12712 !> proto.h t/comp/proto.t t/io/open.t
12713____________________________________________________________________________
12714[ 3788] By: gsar on 1999/07/27 07:29:59
12715 Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
12716 to Russ Allbery <rra@stanford.edu>); s/Simple// and
12717 s/pod2txt/pod2text/ etc.
12718 Branch: perl
12719 + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
12720 ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
12721____________________________________________________________________________
12722[ 3787] By: gsar on 1999/07/27 06:48:40
12723 Log: From: Andy Dougherty <doughera@lafayette.edu>
12724 Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
12725 Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
12726 Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
12727 Branch: perl
12728 ! ext/SDBM_File/sdbm/sdbm.h
12729____________________________________________________________________________
12730[ 3786] By: gsar on 1999/07/27 06:30:09
12731 Log: applied suggested patch; added missing prototype changes to
12732 opcode.pl along with documentation typos (feature still needs
12733 to be described in perlopentut.pod and summarized in
12734 perldelta.pod)
12735 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12736 Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
12737 Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
12738 Subject: [PATCH 5.00557] 3-arg open
12739 Branch: perl
12740 ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
12741 ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
12742 ! proto.h t/comp/proto.t t/io/open.t
12743____________________________________________________________________________
12744[ 3785] By: gsar on 1999/07/27 04:36:39
12745 Log: don't quit if =head* wasn't found (suggested by Roland Bauer
12746 <roland.bauer@fff.at>)
12747 Branch: perl
12748 ! lib/Pod/Html.pm
12749____________________________________________________________________________
12750[ 3784] By: gsar on 1999/07/27 03:56:17
12751 Log: change#3762 wasn't needed
12752 Branch: perl
12753 ! ext/B/B/CC.pm
12754____________________________________________________________________________
12755[ 3783] By: jhi on 1999/07/26 19:08:21
12756 Log: Integrate with Sarathy.
12757 Branch: cfgperl
12758 !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
12759 !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
12760 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
12761____________________________________________________________________________
12762[ 3782] By: gsar on 1999/07/26 18:16:50
12763 Log: update Changes, patchlevel &c.
12764 Branch: perl
12765 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
12766 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12767____________________________________________________________________________
0002dd40
GS
12768[ 3781] By: gsar on 1999/07/26 17:54:47
12769 Log: a more correct fix for change#2744
12770 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12771 Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
12772 Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
12773 Subject: [PATCH _57] Re: toke.c questions
12774 Branch: perl
12775 ! toke.c
12776____________________________________________________________________________
12777[ 3780] By: gsar on 1999/07/26 17:37:04
12778 Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
12779 Branch: perl
12780 ! pod/perlfunc.pod
12781____________________________________________________________________________
12782[ 3779] By: jhi on 1999/07/26 16:37:23
12783 Log: Dusting off.
12784 Branch: cfgperl
12785 ! README.threads
12786____________________________________________________________________________
12787[ 3778] By: gsar on 1999/07/26 13:28:46
12788 Log: avoid DIVZERO
12789 Branch: perl
12790 ! utils/dprofpp.PL
12791____________________________________________________________________________
12792[ 3777] By: gsar on 1999/07/26 13:18:53
12793 Log: warnings identified by Borland compiler
12794 Branch: perl
12795 ! makedef.pl pp_ctl.c
12796____________________________________________________________________________
12797[ 3776] By: jhi on 1999/07/26 13:07:36
12798 Log: Integrate with Sarathy.
12799 Branch: cfgperl
12800 !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
12801____________________________________________________________________________
12802[ 3775] By: gsar on 1999/07/26 12:55:43
12803 Log: avoid infinite recursion when Thread.pm croaks during
12804 bootstrap
12805 Branch: perl
12806 ! lib/Carp/Heavy.pm
12807____________________________________________________________________________
12808[ 3774] By: gsar on 1999/07/26 12:43:02
12809 Log: integrate cfgperl contents into mainline
12810 Branch: perl
12811 +> lib/Carp/Heavy.pm
12812 !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
12813 !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
12814 !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
12815 !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12816 !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
12817____________________________________________________________________________
12818[ 3773] By: jhi on 1999/07/26 12:40:29
12819 Log: Use long doubles only if they are useful.
12820 Branch: cfgperl
12821 ! ext/POSIX/POSIX.xs
12822____________________________________________________________________________
12823[ 3772] By: gsar on 1999/07/26 12:33:11
12824 Log: typo in change#3768
12825 Branch: perl
12826 ! pp_hot.c
12827____________________________________________________________________________
12828[ 3771] By: gsar on 1999/07/26 12:08:27
12829 Log: alpha-stage support for user-hooks in @INC
12830 From: Ken Fox <kfox@ford.com>
12831 Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
12832 Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
12833 Subject: Re: loading remote modules
12834 Branch: perl
12835 ! pp_ctl.c
12836____________________________________________________________________________
12837[ 3770] By: jhi on 1999/07/26 11:38:36
12838 Log: Back out #3735. Needs more work.
12839 Branch: cfgperl
12840 ! Makefile.SH cflags.SH configpm ext/util/make_ext
12841 ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
12842 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
12843 ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
12844 ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
12845____________________________________________________________________________
12846[ 3769] By: jhi on 1999/07/26 11:24:45
12847 Log: Integrate with Sarathy.
12848 Branch: cfgperl
12849 !> (integrate 35 files)
12850____________________________________________________________________________
12851[ 3768] By: gsar on 1999/07/26 11:03:07
12852 Log: optimize method name lookup
12853 From: Chip Salzenberg <chip@perlsupport.com>
12854 Date: Thu, 22 Jul 1999 13:43:36 -0400
12855 Message-ID: <19990722134336.Q391@perlsupport.com>
12856 Subject: [PATCH] OP_METHOD_NAMED
12857 Branch: perl
12858 ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
12859 ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
12860 ! proto.h
12861____________________________________________________________________________
12862[ 3767] By: gsar on 1999/07/26 10:44:11
12863 Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
12864 foo()->()); rework grammar to remove conflicts
12865 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12866 Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
12867 Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
12868 Subject: [PATCH _57, long] Re: optional arrow asymmetry
12869 Branch: perl
12870 ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
12871 ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
12872 ! vms/perly_c.vms vms/perly_h.vms
12873____________________________________________________________________________
12874[ 3766] By: jhi on 1999/07/26 10:18:56
12875 Log: Use $< instead of $*.c in *perlmain.o rules.
12876 Branch: cfgperl
12877 ! Makefile.SH
12878____________________________________________________________________________
12879[ 3765] By: gsar on 1999/07/26 09:28:48
12880 Log: From: Ian Phillipps <ian@dial.pipex.com>
12881 Date: Fri, 23 Jul 1999 23:35:56 +0100
12882 Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
12883 Subject: (Version 2) Extending unpack to deal with counted strings
12884 Branch: perl
12885 ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
12886____________________________________________________________________________
12887[ 3764] By: jhi on 1999/07/26 09:17:26
12888 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12889 To: perl5-porters@perl.org (Mailing list Perl5)
12890 Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
12891 Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
12892 Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
12893
12894 The patch was based on 5_57 so had to re-apply lib/Carp.pm
12895 parts of changes #3498, #3696, and #3702 for the new
12896 lib/Carp/Heavy.pm.
12897 Branch: cfgperl
12898 + lib/Carp/Heavy.pm
12899 ! MANIFEST lib/Carp.pm
12900____________________________________________________________________________
12901[ 3763] By: gsar on 1999/07/26 09:03:17
12902 Log: ~ isn't valid in VMS filenames
12903 Branch: perl
12904 ! lib/Pod/Html.pm
12905____________________________________________________________________________
12906[ 3762] By: gsar on 1999/07/26 08:59:47
12907 Log: setstate stop-gap from Vishal Bhatia
12908 Branch: perl
12909 ! ext/B/B/CC.pm
12910____________________________________________________________________________
12911[ 3761] By: gsar on 1999/07/26 08:06:39
12912 Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
12913 add B::OP::name() method that returns just the op_name;
12914 convert Deparse et all to use that instead of B::OP::ppaddr();
12915 add support for OP_SETSTATE in Deparse
12916 Branch: perl
12917 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
12918 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
12919 ! ext/B/B/Xref.pm opcode.h opcode.pl
12920____________________________________________________________________________
12921[ 3760] By: jhi on 1999/07/26 07:14:43
12922 Log: Integrate with Sarathy.
12923 Branch: cfgperl
12924 !> (integrate 43 files)
12925____________________________________________________________________________
12926[ 3759] By: gsar on 1999/07/26 05:12:24
12927 Log: add disclaimer about perl 4 libraries (modified version of
12928 patch suggested by Clinton Pierce <cpierce1@ford.com>)
12929 Branch: perl
12930 ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
12931 ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
12932 ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
12933 ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
12934 ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
12935____________________________________________________________________________
12936[ 3758] By: gsar on 1999/07/26 04:48:35
12937 Log: make reset() behave with high-bit characters
12938 From: Ian Phillipps <ian@dial.pipex.com>
12939 Date: Thu, 22 Jul 1999 22:48:59 +0100
12940 Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
12941 Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
12942 Branch: perl
12943 ! sv.c
12944____________________________________________________________________________
12945[ 3757] By: gsar on 1999/07/26 04:40:32
12946 Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
12947 Branch: perl
12948 ! pod/perlport.pod
12949____________________________________________________________________________
12950[ 3756] By: gsar on 1999/07/26 04:20:37
12951 Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
12952 Branch: perl
12953 ! utils/dprofpp.PL
12954____________________________________________________________________________
12955[ 3755] By: gsar on 1999/07/26 04:18:00
12956 Log: disable VPATH for now (breaks x2p build)
12957 Branch: perl
12958 ! x2p/Makefile.SH
12959____________________________________________________________________________
12960[ 3754] By: gsar on 1999/07/26 03:15:33
12961 Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
12962 (%! has the necessary magic); misc typos
12963 Branch: perl
12964 ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
12965 ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
12966 ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
12967 ! utils/h2xs.PL
12968____________________________________________________________________________
12969[ 3753] By: gsar on 1999/07/26 02:38:28
12970 Log: integrate cfgperl contents into mainline
12971 Branch: perl
12972 +> t/pragma/locale/latin1 t/pragma/locale/utf8
12973 !> (integrate 53 files)
12974____________________________________________________________________________
12975[ 3752] By: gsar on 1999/07/26 02:11:31
12976 Log: ensure implicitly closed handles don't set $? or $!
12977 Branch: perl
12978 ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
12979____________________________________________________________________________
12980[ 3751] By: gsar on 1999/07/26 01:28:34
12981 Log: change#3534 didn't preserve undef return values from caller()
12982 Branch: perl
12983 ! Changes pp_ctl.c
12984____________________________________________________________________________
12985[ 3750] By: jhi on 1999/07/25 20:59:29
12986 Log: Back up a tiny bit from #3735.
12987 This may break builds outside the source directory
12988 but then again, they do not work that ell yet anyway.
12989 Branch: cfgperl
12990 ! Makefile.SH
12991____________________________________________________________________________
a682de96
GS
12992[ 3750] By: jhi on 1999/07/25 20:59:29
12993 Log: Back up a tiny bit from #3735.
12994 This may break builds outside the source directory
12995 but then again, they do not work that ell yet anyway.
12996 Branch: cfgperl
12997 ! Makefile.SH
12998____________________________________________________________________________
12999[ 3749] By: jhi on 1999/07/25 19:15:55
13000 Log: Integrate with Sarathy.
13001 Branch: cfgperl
13002 !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
13003____________________________________________________________________________
13004[ 3748] By: jhi on 1999/07/25 19:06:59
13005 Log: Recode locale.t so that the change in #3730
13006 is not needed and locale.t works both without
13007 and with the utf8 pragma.
13008 Branch: cfgperl
13009 + t/pragma/locale/latin1 t/pragma/locale/utf8
13010 ! MANIFEST t/pragma/locale.t
13011____________________________________________________________________________
13012[ 3747] By: jhi on 1999/07/25 19:01:46
13013 Log: Like #3743.
13014 Branch: cfgperl
13015 ! utils/perlbug.PL
13016____________________________________________________________________________
13017[ 3746] By: gsar on 1999/07/25 18:08:58
13018 Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
13019 append a HISTORY section to POD if option is used
13020 Branch: perl
13021 ! utils/h2xs.PL
13022____________________________________________________________________________
13023[ 3745] By: gsar on 1999/07/25 17:40:03
13024 Log: warn rather than die when parse_version() can't cut it (from
13025 Michael G Schwern <schwern@pobox.com>)
13026 Branch: perl
13027 ! lib/ExtUtils/MM_Unix.pm
13028____________________________________________________________________________
13029[ 3744] By: gsar on 1999/07/25 16:32:48
13030 Log: make map behave like grep wrt indirect object slot when
13031 there are parentheses; revert an experimental mod by Larry
13032 in change#2038 that failed to parse %{{qw(a b c)}} properly
13033 (this means C<map {use Foo; ...} ...> still needs a proper
13034 fix)
13035 Branch: perl
13036 ! toke.c
13037____________________________________________________________________________
13038[ 3743] By: jhi on 1999/07/25 16:24:55
13039 Log: Fix a typo in #3725.
13040 Branch: cfgperl
13041 ! utils/perlbug.PL
13042____________________________________________________________________________
13043[ 3742] By: jhi on 1999/07/25 16:14:39
13044 Log: Integrate with Sarathy.
13045 Branch: cfgperl
13046 !> (integrate 26 files)
13047____________________________________________________________________________
13048[ 3741] By: jhi on 1999/07/25 16:02:28
13049 Log: Cut-and-pasto in #3737.
13050 Branch: cfgperl
13051 ! perl.c
13052____________________________________________________________________________
13053[ 3740] By: gsar on 1999/07/25 15:59:34
13054 Log: add note about glibc bug
13055 Branch: perl
13056 ! t/pragma/warn/pp_hot
13057____________________________________________________________________________
13058[ 3739] By: gsar on 1999/07/25 15:48:40
13059 Log: fix bug in change#3728 that might free COPs prematurely;
13060 null(op) now does more thorough scrubbing of the op, which
13061 fixes a few compile-time memory "leaks"
13062 Branch: perl
13063 ! dump.c embed.h embed.pl op.c proto.h
13064____________________________________________________________________________
13065[ 3738] By: jhi on 1999/07/25 14:15:26
13066 Log: In accordance with #3737.
13067 Branch: metaconfig
13068 ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
13069 ! U/modified/Oldconfig.U
13070 Branch: metaconfig/U/perl
13071 ! Extensions.U
13072____________________________________________________________________________
13073[ 3737] By: jhi on 1999/07/25 14:12:34
13074 Log: Use vendorprefixlib.
13075 Branch: cfgperl
13076 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13077 ! config_h.SH perl.c
13078____________________________________________________________________________
13079[ 3736] By: jhi on 1999/07/25 13:10:03
13080 Log: Populate metaconfig branch.
13081 Branch: metaconfig
13082 + (add 1468 files)
13083 Branch: metaconfig/U/perl
13084 + (add 101 files)
13085____________________________________________________________________________
13086[ 3735] By: jhi on 1999/07/25 12:27:20
13087 Log: First steps of making builds outside the source
13088 directory possible. These should get us as far
13089 as miniperl, then building DynaLoader falls into
13090 tiny twinkling pieces as MakeMaker knows nothing
13091 of VPATH mindset.
13092 Branch: cfgperl
13093 ! Configure Makefile.SH cflags.SH config_h.SH configpm
13094 ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
13095 ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
13096 ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
13097 ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
13098____________________________________________________________________________
13099[ 3734] By: jhi on 1999/07/25 11:19:28
13100 Log: Poor Glossary--are we fixed yet?
13101 Branch: cfgperl
13102 ! Porting/Glossary
13103____________________________________________________________________________
13104[ 3733] By: jhi on 1999/07/25 11:15:06
13105 Log: Change #3732 mistakenly clobbered Glossary.
13106 Branch: cfgperl
13107 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13108 ! config_h.SH
13109____________________________________________________________________________
13110[ 3732] By: jhi on 1999/07/25 10:46:39
13111 Log: Andy's new installation scheme (note: a lot of this
13112 leaked in already with change #3731). The vendor*
13113 stuff is not used anywhere (in *.SH, say), so it
13114 isn't in Configure, either.
13115 Branch: cfgperl
13116 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13117 ! config_h.SH
13118____________________________________________________________________________
13119[ 3731] By: jhi on 1999/07/25 10:12:07
13120 Log: Circumcode a strange shell(?) bug in AIX found
13121 while trying to do -Duse64bits (which I couldn't do
13122 in the end because the CPU isn't 64-bit in that box,
13123 but at least now the probing doesn't crash.)
13124 Branch: cfgperl
13125 ! Configure config_h.SH hints/aix.sh
13126____________________________________________________________________________
13127[ 3730] By: gsar on 1999/07/25 04:56:56
13128 Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
13129 a utf8 bug in one of the new RE optimizations
13130 Branch: perl
13131 ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
13132 ! t/pragma/locale.t
13133____________________________________________________________________________
13134[ 3729] By: jhi on 1999/07/23 19:56:27
13135 Log: From: Andy Dougherty <doughera@lafayette.edu>
13136 To: Perl Porters <perl5-porters@perl.org>
13137 Subject: [PATCH 5.005_57] INSTALL-1.58
13138 Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
13139 Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
13140
13141 plus
13142
13143 From: "Kurt D. Starsinic" <kstar@chapin.edu>
13144 To: Andy Dougherty <doughera@lafayette.edu>
13145 Cc: Perl Porters <perl5-porters@perl.org>
13146 Subject: Re: [PATCH 5.005_57] INSTALL-1.58
13147 Date: Fri, 23 Jul 1999 13:38:25 -0400
13148 Message-ID: <19990723133825.A12033@O2.chapin.edu>
13149 Branch: cfgperl
13150 ! INSTALL
13151____________________________________________________________________________
13152[ 3728] By: gsar on 1999/07/23 17:24:42
13153 Log: applied suggested patch for tracking line numbers correctly in
13154 optimized blocks with a single statement; changed setcop to
13155 setstate and added code for -Dx dumps
13156 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13157 Date: Wed, 23 Jun 1999 17:27:42 +0100
13158 Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
13159 Subject: [PATCH 5.005_57] Line number error in optimised else()
13160 Branch: perl
13161 ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
13162 ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
13163 ! pp_proto.h t/op/misc.t
13164____________________________________________________________________________
13165[ 3727] By: gsar on 1999/07/23 15:56:04
13166 Log: avoid useless use of target for pp_each(); also fixes bugs due to
13167 refcount held by the target
13168 Branch: perl
13169 ! opcode.h opcode.pl pp.c t/op/each.t
13170____________________________________________________________________________
13171[ 3726] By: jhi on 1999/07/23 12:08:30
13172 Log: Change #3725 aftershock.
13173 Branch: cfgperl
13174 ! INSTALL jpl/JNI/JNI.pm
13175____________________________________________________________________________
13176[ 3725] By: jhi on 1999/07/23 11:58:49
13177 Log: Introduce $Config{ldlibpthname} which contains
13178 the name of the environment variable holding the
13179 dynamic library search path, often LD_LIBRARY_PATH.
13180 Use this new feature all over.
13181 Also removed remnants of admonition "add LD_LIBRARY_PATH
13182 before running make" because Makefile.SH does this for you.
13183 Branch: cfgperl
13184 ! Configure Makefile.SH config_h.SH
13185 ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
13186 ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
13187 ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
13188 ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
13189 ! jpl/install-jpl utils/perlbug.PL
13190____________________________________________________________________________
13191[ 3724] By: jhi on 1999/07/23 08:03:36
13192 Log: From: Spider Boardman <spider@orb.nashua.nh.us>
13193 To: perl5-porters@perl.org
13194 Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $#
13195 Date: Thu, 22 Jul 1999 19:58:34 -0400
13196 Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
13197 Branch: cfgperl
13198 ! av.c
13199____________________________________________________________________________
13200[ 3723] By: gsar on 1999/07/23 00:01:29
13201 Log: emit warning about function calls that were encountered too early
13202 to enforce their prototype
13203 Branch: perl
13204 ! op.c op.h pod/perldiag.pod
13205____________________________________________________________________________
13206[ 3722] By: jhi on 1999/07/22 21:19:59
13207 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13208 To: perl5-porters@perl.org
13209 Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
13210 Subject: [PATCH] MakeMaker documentation
13211 Date: Wed, 21 Jul 1999 14:15:42 -0400
13212 Message-ID: <19990721141542.A1800@O2.chapin.edu>
13213 Branch: cfgperl
13214 ! lib/ExtUtils/MakeMaker.pm
13215____________________________________________________________________________
13216[ 3721] By: jhi on 1999/07/22 21:05:19
13217 Log: From: pvhp@forte.com (Peter Prymmer)
13218 To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
13219 Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
13220 Date: Wed, 21 Jul 99 17:15:39 PDT
13221 Message-Id: <9907220015.AA11931@forte.com>
13222 Branch: cfgperl
13223 ! hints/os390.sh
13224____________________________________________________________________________
13225[ 3720] By: jhi on 1999/07/22 20:51:17
13226 Log: AIX magic: ccdlflags needs to be different for
13227 Perl itself and for extra-core extensions
13228 (as used by ExtUtilss::embed::ldopts).
13229 Based on the problems described in
13230
13231 From: Mike W Ellwood <mwe@rl.ac.uk>
13232 To: perl5-porters@perl.org
13233 Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
13234 Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
13235 Reply-To: m.w.ellwood@rl.ac.uk
13236 Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
13237 Branch: cfgperl
13238 ! Configure Makefile.SH config_h.SH hints/aix.sh
13239____________________________________________________________________________
13240[ 3719] By: jhi on 1999/07/22 08:23:53
13241 Log: Update history records.
13242 Branch: cfgperl
13243 ! pod/perlhist.pod
13244____________________________________________________________________________
13245[ 3718] By: jhi on 1999/07/21 13:54:42
13246 Log: Todododobedobedo.
13247 Branch: cfgperl
13248 ! Todo
13249____________________________________________________________________________
13250[ 3717] By: jhi on 1999/07/21 12:10:48
13251 Log: Even more Todo.
13252 Branch: cfgperl
13253 ! Todo
13254____________________________________________________________________________
13255[ 3716] By: jhi on 1999/07/21 11:40:39
13256 Log: Use Errno more extensively so that error
13257 messages are more portable (another way
13258 would be to muck around with LC_MESSAGES).
13259 Problem reported in
13260
13261 From: oracle@pcr8.pcr.com
13262 To: perl5-porters@perl.org
13263 Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
13264 Date: Mon, 19 Jul 1999 18:39:13 -0400
13265 Message-Id: <9907192239.AA44990@pcr8.pcr.com>
13266 Branch: cfgperl
13267 ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
13268 ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
13269 ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
13270____________________________________________________________________________
13271[ 3715] By: jhi on 1999/07/21 11:05:36
13272 Log: Slightly modified patch.
13273 From: Sean Sheedy <seans@ncube.com>
13274 To: perl5-porters@perl.org
13275 Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
13276 Date: Tue, 20 Jul 1999 09:52:06 -0700
13277 Message-Id: <3794A935.1C150E54@ncube.com>
13278 Branch: cfgperl
13279 ! cflags.SH x2p/cflags.SH
13280____________________________________________________________________________
13281[ 3714] By: jhi on 1999/07/20 21:26:19
13282 Log: More Todo.
13283 Branch: cfgperl
13284 ! Todo
13285____________________________________________________________________________
13286[ 3713] By: jhi on 1999/07/20 18:02:45
13287 Log: Integrate with Sarathy.
13288 Branch: cfgperl
13289 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13290 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13291 +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
13292 +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
13293 +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
13294 +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
13295 +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
13296 +> utils/dprofpp.PL
13297 !> INSTALL MAINTAIN MANIFEST configure.com
13298 !> ext/Devel/Peek/Makefile.PL installman installperl
13299 !> pod/roffitall utils/Makefile vms/descrip_mms.template
13300 !> win32/Makefile win32/makefile.mk win32/win32.h
13301____________________________________________________________________________
13302[ 3712] By: gsar on 1999/07/20 15:29:01
13303 Log: DProf tweak
13304 Branch: perl
13305 ! ext/Devel/DProf/DProf.xs
13306____________________________________________________________________________
13307[ 3711] By: gsar on 1999/07/20 07:56:19
13308 Log: another DProf build tweak
13309 Branch: perl
13310 ! utils/dprofpp.PL
13311____________________________________________________________________________
13312[ 3710] By: gsar on 1999/07/20 07:36:36
13313 Log: move DProf things around to where they are supposed to be
13314 Branch: perl
13315 + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
13316 + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
13317 + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
13318 + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
13319 + t/lib/dprof/test6_t t/lib/dprof/test6_v
13320 +> utils/dprofpp.PL
13321 - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
13322 - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
13323 - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
13324 - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
13325 - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
13326 - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
13327 - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
13328 - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
13329 ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
13330 ! installperl pod/roffitall utils/Makefile
13331 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13332____________________________________________________________________________
13333[ 3709] By: gsar on 1999/07/20 06:13:16
13334 Log: DProf fixups for PERL_IMPLICIT_CONTEXT
13335 Branch: perl
13336 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13337 ! ext/Devel/Peek/Makefile.PL
13338____________________________________________________________________________
13339[ 3708] By: gsar on 1999/07/20 06:01:22
13340 Log: move DProf to Devel/DProf
13341 Branch: perl
13342 +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
13343 +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
13344 +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
13345 +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
13346 +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
13347 +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
13348 +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
13349 +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
13350 +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
13351 +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
13352 +> ext/Devel/DProf/test.pl
13353 - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
13354 - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
13355 - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
13356 - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
13357 - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
13358 - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
13359 - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
13360 ! MAINTAIN MANIFEST configure.com win32/Makefile
13361 ! win32/makefile.mk
13362____________________________________________________________________________
13363[ 3707] By: gsar on 1999/07/20 05:39:11
13364 Log: add Devel::DProf v19990108 from CPAN, as it was
13365 Branch: perl
13366 + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
13367 + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
13368 + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
13369 + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
13370 + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
13371 + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
13372 + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
13373 ! MANIFEST
13374____________________________________________________________________________
13375[ 3706] By: gsar on 1999/07/20 04:52:25
13376 Log: C<union any> needs no PERL_OBJECT-treatment
13377 Branch: perl
13378 ! win32/win32.h
13379____________________________________________________________________________
13380[ 3705] By: gsar on 1999/07/20 04:11:54
13381 Log: fix problem in default build
13382 Branch: perl
13383 ! win32/Makefile win32/makefile.mk
13384____________________________________________________________________________
13385[ 3704] By: jhi on 1999/07/19 07:06:36
13386 Log: Integrate with Sarathy.
13387 Branch: cfgperl
13388 !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
13389 !> win32/win32.c
13390____________________________________________________________________________
13391[ 3703] By: gsar on 1999/07/19 05:55:57
13392 Log: win32 nits
13393 Branch: perl
13394 ! makedef.pl sv.h
13395____________________________________________________________________________
13396[ 3702] By: gsar on 1999/07/19 04:29:34
13397 Log: don't display tid from main thread (or testsuite breaks)
13398 Branch: perl
13399 ! lib/Carp.pm util.c
13400____________________________________________________________________________
13401[ 3701] By: gsar on 1999/07/19 00:47:52
13402 Log: remove several doubled (and tripled!) entries
13403 Branch: perl
13404 ! pod/perldiag.pod
13405____________________________________________________________________________
13406[ 3700] By: gsar on 1999/07/19 00:42:34
13407 Log: integrate cfgperl contents into mainline
13408 Branch: perl
13409 +> makedef.pl
13410 - perl_exp.SH win32/makedef.pl
13411 !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
13412 !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
13413 !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
13414 !> utf8.c util.c win32/Makefile win32/makefile.mk
13415____________________________________________________________________________
13416[ 3699] By: gsar on 1999/07/19 00:33:59
13417 Log: avoid bug in win32_str_os_error() (from Jan Dubois)
13418 Branch: perl
13419 ! Changes win32/win32.c
13420____________________________________________________________________________
13421[ 3698] By: jhi on 1999/07/18 21:33:57
13422 Log: Integrate with Sarathy.
13423 Branch: cfgperl
13424 +> t/op/chars.t
13425 !> (integrate 57 files)
13426____________________________________________________________________________
2ce77adf
GS
13427[ 3697] By: gsar on 1999/07/18 05:22:36
13428 Log: From: pvhp@forte.com (Peter Prymmer)
13429 Date: Thu, 1 Jul 99 19:31:24 PDT
13430 Message-Id: <9907020231.AA16942@forte.com>
13431 Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
13432 Branch: perl
13433 + t/op/chars.t
13434 ! MANIFEST ebcdic.c t/op/ord.t
13435____________________________________________________________________________
13436[ 3696] By: gsar on 1999/07/18 05:11:02
13437 Log: display thread id in diagnostics (suggested by Dan Sugalski)
13438 Branch: perl
13439 ! lib/Carp.pm util.c
13440____________________________________________________________________________
13441[ 3695] By: gsar on 1999/07/18 04:57:47
13442 Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
13443 Branch: perl
13444 ! pod/perldiag.pod
13445____________________________________________________________________________
13446[ 3694] By: gsar on 1999/07/18 04:56:28
13447 Log: cache [NIUP]V conversions of defined READONLY values
13448 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13449 Date: Sun, 11 Jul 1999 04:39:44 -0400
13450 Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
13451 Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
13452 Branch: perl
13453 ! sv.c
13454____________________________________________________________________________
13455[ 3693] By: gsar on 1999/07/18 03:53:38
13456 Log: From: jan.dubois@ibm.net (Jan Dubois)
13457 Date: Sat, 17 Jul 1999 10:58:29 +0200
13458 Message-ID: <379144ad.13616689@smtp1.ibm.net>
13459 Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
13460 Branch: perl
13461 ! lib/ExtUtils/Manifest.pm
13462____________________________________________________________________________
13463[ 3692] By: gsar on 1999/07/18 03:51:03
13464 Log: remove spurious newSTATEOP() that causes goto to enter one too many
13465 contexts when jumping between if and elsif blocks
13466 Branch: perl
13467 ! perly.c perly.y pp_ctl.c t/op/goto.t
13468____________________________________________________________________________
13469[ 3691] By: gsar on 1999/07/18 01:49:59
13470 Log: detypo, update Changes
13471 Branch: perl
13472 ! Changes doio.c
13473____________________________________________________________________________
2aa1486d
GS
13474[ 3690] By: gsar on 1999/07/18 01:16:59
13475 Log: mention the -Minteger effect on modulus (from Nathan Torkington)
13476 Branch: perl
13477 ! lib/integer.pm
13478____________________________________________________________________________
13479[ 3689] By: gsar on 1999/07/18 00:47:17
13480 Log: ensure __END__ appears on a line by itself in wrapped
13481 scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
13482 mention caveat about successfull kill()
13483 Branch: perl
13484 ! pod/perlfunc.pod win32/bin/pl2bat.pl
13485____________________________________________________________________________
13486[ 3688] By: gsar on 1999/07/17 20:47:44
13487 Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
13488 Branch: perl
13489 ! ext/SDBM_File/sdbm/Makefile.PL
13490____________________________________________________________________________
13491[ 3687] By: gsar on 1999/07/17 20:43:27
13492 Log: make CC.pm use a distinct CCPP() macro rather than PP()
13493 (suggested by Vishal Bhatia <vishalb@my-deja.com>)
13494 Branch: perl
13495 ! cc_runtime.h ext/B/B/CC.pm
13496____________________________________________________________________________
13497[ 3686] By: gsar on 1999/07/17 20:39:08
13498 Log: tiny bug in vars.pm (from John Dlugosz)
13499 Branch: perl
13500 ! lib/vars.pm
13501____________________________________________________________________________
13502[ 3685] By: gsar on 1999/07/17 20:37:27
13503 Log: applied suggested patch, along with later tweak
13504 From: jan.dubois@ibm.net (Jan Dubois)
13505 Date: Wed, 14 Jul 1999 23:53:43 +0200
13506 Message-ID: <37a902e7.15977234@smtp1.ibm.net>
13507 Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
13508 Branch: perl
13509 ! lib/Pod/Html.pm
13510____________________________________________________________________________
13511[ 3684] By: gsar on 1999/07/17 20:24:32
13512 Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
13513 Branch: perl
13514 ! thrdvar.h
13515____________________________________________________________________________
13516[ 3683] By: gsar on 1999/07/17 20:21:01
13517 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13518 Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
13519 Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
13520 Subject: [PATCH 5.005_57] Segfaults if $^P
13521 Branch: perl
13522 ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
13523 ! proto.h
13524____________________________________________________________________________
13525[ 3682] By: gsar on 1999/07/17 20:04:17
13526 Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
13527 and prefix/lib/perl5/man are ass_u_med only if those directories
13528 actually exist; else prefix/{lib,man} are used)
13529 Branch: perl
13530 ! lib/ExtUtils/MM_Unix.pm
13531____________________________________________________________________________
13532[ 3681] By: gsar on 1999/07/17 19:12:33
13533 Log: allow $foo{$x} and $bar[$i] for (\$) prototype
13534 Branch: perl
13535 ! op.c t/comp/proto.t
13536____________________________________________________________________________
13537[ 3680] By: gsar on 1999/07/17 18:23:55
13538 Log: fix vec() on magic values
13539 From: Ian Phillipps <ian@dial.pipex.com>
13540 Date: Mon, 12 Jul 1999 12:30:05 +0100
13541 Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
13542 Subject: [PATCH 5.005_57] Re: do_vecset is broken. Re: [ID 19990703.003].
13543 Branch: perl
13544 ! doop.c t/op/tie.t
13545____________________________________________________________________________
13546[ 3679] By: gsar on 1999/07/17 18:10:44
13547 Log: make system() return -1 and set $! if exec of child failed
13548 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13549 Date: Fri, 9 Jul 1999 05:21:13 -0400
13550 Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
13551 Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
13552 Branch: perl
13553 ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
13554 ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
13555____________________________________________________________________________
13556[ 3678] By: gsar on 1999/07/17 17:54:01
13557 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13558 Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
13559 Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
13560 Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
13561 Branch: perl
13562 ! util.c
13563____________________________________________________________________________
13564[ 3677] By: gsar on 1999/07/17 17:34:38
13565 Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
13566 converted Ken's documentation outline into pod
13567 Branch: perl
13568 ! x2p/find2perl.PL
13569____________________________________________________________________________
13570[ 3676] By: gsar on 1999/07/17 16:34:09
13571 Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
13572 Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
13573 Steve Lidie
13574 Branch: perl
13575 ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
13576 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13577 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
13578 ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
13579 ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
13580 ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
13581____________________________________________________________________________
13582[ 3675] By: gsar on 1999/07/17 00:16:53
13583 Log: backout redundant change#3628
13584 Branch: perl
13585 ! Changes hints/bsdos.sh
13586____________________________________________________________________________
fa9c2ea8
GS
13587[ 3674] By: jhi on 1999/07/15 14:26:03
13588 Log: Fix the bin/oct/hex constant overflow tests for
13589 long long platforms.
13590 Branch: cfgperl
13591 ! t/pragma/warn/util
13592____________________________________________________________________________
13593[ 3673] By: jhi on 1999/07/14 21:59:11
13594 Log: Fixed AIX dynamic loading and AIX shared Perl library.
13595 Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
13596 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
13597 Hijacked win32/makedef.pl for more general purpose export
13598 list building, now it is used (as toplevel makedef.pl)
13599 for win32 and AIX (perl_exp.SH made unnecessary).
13600 Because the export lists are now correct in AIX, no more linker
13601 warnings about "Exported symbol not defined" should appear.
13602 Branch: cfgperl
13603 + makedef.pl
13604 - perl_exp.SH win32/makedef.pl
13605 ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
13606 ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
13607 ! win32/makefile.mk
13608____________________________________________________________________________
13609[ 3672] By: gsar on 1999/07/14 17:12:13
13610 Log: minor efficiency tweak
13611 Branch: perl
13612 ! pp_ctl.c
13613____________________________________________________________________________
13614[ 3671] By: jhi on 1999/07/14 16:22:39
13615 Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
13616 if its caller re_intuit_start() was entered with strend == strpos
13617 because end_shift ended up as -1. The patch ain't necessarily
13618 correct but least the core dump is avoided.
13619 Branch: cfgperl
13620 ! regexec.c
13621____________________________________________________________________________
13622[ 3670] By: jhi on 1999/07/13 07:59:09
13623 Log: Integrate with Sarathy.
13624 Branch: cfgperl
13625 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
13626 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
13627 !> (integrate 67 files)
13628____________________________________________________________________________
13629[ 3669] By: gsar on 1999/07/12 06:14:54
13630 Log: fixups for sundry warnings about function pointers
13631 Branch: perl
13632 ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
13633 ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
13634 ! win32/win32.c win32/win32.h
13635____________________________________________________________________________
13636[ 3668] By: gsar on 1999/07/12 04:11:58
13637 Log: tweaks for win32/borland
13638 Branch: perl
13639 ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
13640____________________________________________________________________________
13641[ 3667] By: gsar on 1999/07/12 01:55:15
13642 Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
13643 builds; passing the implicit context is unified among the three
13644 flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
13645 flavors (see the top of perl.h) for testing; all varargs functions
13646 foo() have a va_list-taking variant vfoo() for generating the
13647 context-free versions; the PERL_OBJECT build should now be
13648 hyper-compatible with CPAN extensions (C++ is totally out of
13649 the picture)
13650
13651 result has only been tested on Windows
13652
13653 TODO: write docs on the THX rationale and idiomatic usage of
13654 the Perl API
13655 Branch: perl
13656 - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
13657 - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
13658 ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
13659 ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
13660 ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
13661 ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
13662 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13663 ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
13664 ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
13665 ! global.sym globals.c intrpvar.h iperlsys.h
13666 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13667 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
13668 ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
13669 ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
13670 ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
13671 ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
13672 ! win32/dl_win32.xs win32/include/dirent.h
13673 ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
13674 ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
13675 ! win32/win32iop.h win32/win32sck.c
13676____________________________________________________________________________
13677[ 3666] By: jhi on 1999/07/11 22:00:13
13678 Log: Integrate with Sarathy.
13679 Branch: cfgperl
13680 !> op.c t/op/lex_assign.t
13681____________________________________________________________________________
13682[ 3665] By: jhi on 1999/07/11 21:59:01
13683 Log: More manual sync.
13684 Branch: cfgperl
13685 ! pod/perldelta.pod
13686____________________________________________________________________________
13687[ 3664] By: gsar on 1999/07/11 19:11:07
13688 Log: change#3612 was buggy and failed to build Tk; applied Ilya's
13689 remedy and related tests via private mail
13690 Branch: perl
13691 ! op.c t/op/lex_assign.t
13692____________________________________________________________________________
13693[ 3663] By: jhi on 1999/07/11 15:04:37
13694 Log: Manual synchronization with Sarathy (some files
13695 had drifted apart for no apparent reason), plus
13696 I had a typo in dl_vms.xs Sarathy had fixed.
13697 Branch: cfgperl
13698 ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
13699____________________________________________________________________________
13700[ 3662] By: jhi on 1999/07/10 12:23:21
13701 Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
13702 to adapt to the underlying platform (the binary, 0b1..., test
13703 was broken in 64-bit platforms). Also change "hex" in the
13704 warning messages to "hexadecimal" to match "binary" and "octal".
13705 Branch: cfgperl
13706 ! pod/perldiag.pod t/pragma/warn/util util.c
13707____________________________________________________________________________
13708[ 3661] By: jhi on 1999/07/08 21:54:55
13709 Log: Integrate with Sarathy.
13710 Branch: cfgperl
13711 +> perlapi.c perlapi.h
13712 !> (integrate 43 files)
13713____________________________________________________________________________
13714[ 3660] By: gsar on 1999/07/08 18:47:35
13715 Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
13716 Branch: perl
13717 + perlapi.c perlapi.h
13718 ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
13719 ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
13720 ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
13721 ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
13722 ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
13723 ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
13724 ! win32/win32.h
13725____________________________________________________________________________
13726[ 3659] By: gsar on 1999/07/08 18:41:45
13727 Log: sundry cleanups for clean build on windows
13728 Branch: perl
13729 ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
13730____________________________________________________________________________
13731[ 3658] By: gsar on 1999/07/08 01:24:25
13732 Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
13733 type mismatch problems
13734 Branch: perl
13735 ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
13736 ! t/pragma/warn/op toke.c utf8.c util.c
13737____________________________________________________________________________
13738[ 3657] By: jhi on 1999/07/07 23:01:16
13739 Log: Integrate with Sarathy. perldiag.pod required manual editing.
13740 Branch: cfgperl
13741 ! pod/perldiag.pod
13742 !> Changes configure.com ext/B/B/Deparse.pm
13743 !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
13744 !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
13745 !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
13746 !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
13747 !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
13748 !> t/pragma/overload.t thread.h vms/vms.c
13749____________________________________________________________________________
13750[ 3656] By: gsar on 1999/07/07 21:04:38
13751 Log: integrate cfgperl contents
13752 Branch: perl
13753 +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
13754 +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
13755 +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
13756 ! Changes
13757 !> (integrate 45 files)
13758____________________________________________________________________________
3e3318e7
GS
13759[ 3655] By: gsar on 1999/07/07 18:55:45
13760 Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
13761 <pvhp@forte.com>
13762 Branch: perl
13763 ! ext/ByteLoader/Makefile.PL t/op/filetest.t
13764____________________________________________________________________________
13765[ 3654] By: gsar on 1999/07/07 18:47:03
13766 Log: change#1889 mistakenly removed F_SETLK
13767 Branch: perl
13768 ! ext/Fcntl/Fcntl.xs
13769____________________________________________________________________________
13770[ 3653] By: gsar on 1999/07/07 18:42:42
13771 Log: B::Deparse update
13772 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13773 Date: Mon, 5 Jul 1999 17:57:03 -0500 (CDT)
13774 Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
13775 Subject: [PATCH _57, long] B::Deparse 0.58
13776 Branch: perl
13777 ! ext/B/B/Deparse.pm
13778____________________________________________________________________________
13779[ 3652] By: gsar on 1999/07/07 18:41:07
13780 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13781 Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
13782 Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
13783 Subject: Re: [ID 19990705.001] Overloading boolean conversion
13784 Branch: perl
13785 ! gv.c t/pragma/overload.t
13786____________________________________________________________________________
13787[ 3651] By: gsar on 1999/07/07 17:47:30
13788 Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
13789 Branch: perl
13790 ! perlsfio.h
13791____________________________________________________________________________
13792[ 3650] By: gsar on 1999/07/07 17:45:52
13793 Log: applied new parts of suggested patch
13794 From: Charles Bailey <BAILEY@newman.upenn.edu>
13795 Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
13796 Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
13797 Subject: [PATCH 5.005_57] Consolidated VMS patch
13798 Branch: perl
13799 ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
13800 ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
13801 ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
13802 ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
13803 ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
13804____________________________________________________________________________
13805[ 3649] By: jhi on 1999/07/07 13:38:02
13806 Log: Sync regcomp warn with reality.
13807 Branch: cfgperl
13808 ! t/pragma/warn/regcomp
13809____________________________________________________________________________
13810[ 3648] By: jhi on 1999/07/07 13:04:55
13811 Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
13812 resolved manually.
13813 Branch: cfgperl
13814 +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
13815 +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
13816 +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
13817 - README.lexwarn
13818 !> (integrate 79 files)
13819____________________________________________________________________________
13820[ 3647] By: gsar on 1999/07/07 10:32:03
13821 Log: From: jan.dubois@ibm.net (Jan Dubois)
13822 Date: Thu, 01 Jul 1999 11:17:53 +0200
13823 Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
13824 Subject: [PATCH 5.005_57] MakeMaker support for pod2html
13825 Branch: perl
13826 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13827 ! lib/ExtUtils/MakeMaker.pm
13828____________________________________________________________________________
13829[ 3646] By: gsar on 1999/07/07 10:27:55
13830 Log: fix undocumented IO::Handle functions as suggested
13831 by cj10@cam.ac.uk
13832 Branch: perl
13833 ! ext/IO/lib/IO/Handle.pm
13834____________________________________________________________________________
13835[ 3645] By: gsar on 1999/07/07 10:18:55
13836 Log: prohibit thread join()ing itself (from Dan Sugalski)
13837 Branch: perl
13838 ! ext/Thread/Thread.xs
13839____________________________________________________________________________
13840[ 3644] By: gsar on 1999/07/07 10:14:26
13841 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13842 Date: Wed, 30 Jun 1999 14:02:42 -0700
13843 Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
13844 Subject: [PATCH 5.005_57] Compiler and XSUBS
13845 Branch: perl
13846 ! ext/B/B/C.pm
13847____________________________________________________________________________
13848[ 3643] By: gsar on 1999/07/07 10:08:38
13849 Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
13850 (from François Désarménien <desar@club-internet.fr>)
13851 Branch: perl
13852 ! pod/perlsyn.pod
13853____________________________________________________________________________
13854[ 3642] By: gsar on 1999/07/07 10:03:24
13855 Log: From: Doug MacEachern <dougm@cp.net>
13856 Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
13857 Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
13858 Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
13859 Branch: perl
13860 ! ext/B/B.xs
13861____________________________________________________________________________
13862[ 3641] By: gsar on 1999/07/07 10:00:57
13863 Log: slightly modified version of suggested patch
13864 From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
13865 Date: Mon, 28 Jun 1999 14:23:59 -0400
13866 Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
13867 Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
13868 Branch: perl
13869 ! ext/POSIX/POSIX.xs
13870____________________________________________________________________________
13871[ 3640] By: gsar on 1999/07/07 09:45:43
13872 Log: lexical warnings update (warning.t fails one test
13873 due to leaked scalar, investigation pending)
13874 From: paul.marquess@bt.com
13875 Date: Sat, 26 Jun 1999 23:19:52 +0100
13876 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
13877 Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
13878 Branch: perl
13879 + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
13880 + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
13881 + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
13882 - README.lexwarn
13883 ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
13884 ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
13885 ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
13886 ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
13887 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13888 ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
13889 ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
13890 ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
13891 ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
13892 ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13893 ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
13894 ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
13895 ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
13896 ! warning.h warning.pl win32/win32.c
13897____________________________________________________________________________
0453d815
PM
13898[ 3639] By: gsar on 1999/07/07 08:09:30
13899 Log: From: Brian Jepson <bjepson@home.com>
13900 Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
13901 Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
13902 Subject: Patch to JPL example program
13903 Branch: perl
13904 ! jpl/JPL_Rolo/JPL_Rolo.jpl
13905____________________________________________________________________________
13906[ 3638] By: jhi on 1999/07/07 08:07:58
13907 Log: Integrate with Sarathy.
13908 Branch: cfgperl
13909 !> (integrate 34 files)
13910____________________________________________________________________________
13911[ 3637] By: gsar on 1999/07/07 08:07:49
13912 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13913 Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
13914 Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
13915 Subject: [PATCH _57, long] Eliminate CONDOPs
13916 Branch: perl
13917 ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
13918 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
13919 ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
13920 ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
13921 ! pod/perltoc.pod pp_ctl.c pp_hot.c
13922____________________________________________________________________________
13923[ 3636] By: gsar on 1999/07/07 07:50:51
13924 Log: adapted suggested patch for IO-1.20x
13925 From: ian@dial.pipex.com
13926 Date: Fri, 25 Jun 1999 10:39:42 +0100
13927 Message-Id: <199906250939.KAA02152@homer.diplex.co.uk>
13928 Subject: [ID 19990625.001] Minor fixes for IO::Socket.pm
13929 Branch: perl
13930 ! ext/IO/lib/IO/Socket.pm
13931____________________________________________________________________________
13932[ 3635] By: gsar on 1999/07/07 07:26:05
13933 Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
13934 Branch: perl
13935 ! hints/powerux.sh
13936____________________________________________________________________________
13937[ 3634] By: gsar on 1999/07/07 07:20:02
13938 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13939 Date: Wed, 23 Jun 1999 16:16:05 +0100
13940 Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
13941 Subject: [PATCH 5.005_57] memleak in optimizer
13942 Branch: perl
13943 ! embed.h embed.pl objXSUB.h op.c proto.h
13944____________________________________________________________________________
13945[ 3633] By: gsar on 1999/07/07 07:10:52
13946 Log: add do-not-edit caveats for files generated by opcode.pl
13947 (suggested by Hugo van der Sanden)
13948 Branch: perl
13949 ! opcode.h opcode.pl pp.sym pp_proto.h
13950____________________________________________________________________________
13951[ 3632] By: gsar on 1999/07/07 06:41:13
13952 Log: better diagnostics on read operations from write-only
13953 filehandles
13954 Branch: perl
13955 ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
13956 ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
13957____________________________________________________________________________
13958[ 3631] By: gsar on 1999/07/07 02:03:34
13959 Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
13960 by David Muir Sharnoff <muir@idiom.com>)
13961 Branch: perl
13962 ! lib/Sys/Hostname.pm
13963____________________________________________________________________________
13964[ 3630] By: gsar on 1999/07/07 01:57:16
13965 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13966 Date: Sun, 20 Jun 1999 17:17:17 -0700
13967 Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
13968 Subject: [PATCH 5.005_57] Minor bug fix in pp_require
13969 Branch: perl
13970 ! ext/B/B/CC.pm
13971____________________________________________________________________________
13972[ 3629] By: gsar on 1999/07/07 01:46:03
13973 Log: installperl should write normal messages to STDOUT, not STDERR
13974 Branch: perl
13975 ! installperl
13976____________________________________________________________________________
13977[ 3628] By: gsar on 1999/07/07 01:41:25
13978 Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
13979 Branch: perl
13980 ! hints/bsdos.sh
13981____________________________________________________________________________
13982[ 3627] By: gsar on 1999/07/07 00:27:10
13983 Log: make diagnostic on C<my $^I> etc., more readable
13984 Branch: perl
13985 ! op.c
13986____________________________________________________________________________
13987[ 3626] By: gsar on 1999/07/06 23:47:27
13988 Log: From: Andy Dougherty <doughera@lafayette.edu>
13989 Date: Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
13990 Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
13991 Subject: [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
13992 Branch: perl
13993 ! Makefile.SH utils/Makefile
13994____________________________________________________________________________
13995[ 3625] By: jhi on 1999/07/06 21:50:46
13996 Log: Some new files of #3624 missing from MANIFEST.
13997 Branch: cfgperl
13998 ! MANIFEST
13999____________________________________________________________________________
14000[ 3624] By: jhi on 1999/07/06 21:47:04
14001 Log: POSIX [[:character class:]] support for standard, locale,
14002 and utf8. If both utf8 and locale are on, utf8 wins.
14003 I don't fully understand why so many tables changed in
14004 lib/unicode because of "make" -- maybe it was just overdue.
14005 Branch: cfgperl
14006 + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
14007 + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
14008 + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
14009 ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
14010 ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
14011 ! lib/unicode/Block.pl lib/unicode/Category.pl
14012 ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
14013 ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
14014 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
14015 ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
14016 ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
14017 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
14018 ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
14019 ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
14020 ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
14021 ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
14022 ! t/pragma/warn/regcomp utf8.c
14023____________________________________________________________________________
14024[ 3623] By: gsar on 1999/07/06 20:52:48
14025 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14026 Date: Wed, 16 Jun 1999 14:57:22 -0400
14027 Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
14028 Subject: [PATCH 5.00557] Devel::Peek
14029 Branch: perl
14030 ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
14031____________________________________________________________________________
14032[ 3622] By: gsar on 1999/07/06 20:22:59
14033 Log: applied patch after demunging headers with appropriate paths
14034 From: "Vishal Bhatia" <vishalb@my-deja.com>
14035 Date: Sat, 12 Jun 1999 08:23:59 -0700
14036 Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
14037 Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
14038 Branch: perl
14039 ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
14040 ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
14041____________________________________________________________________________
14042[ 3621] By: gsar on 1999/07/06 20:10:50
14043 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14044 Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
14045 Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
14046 Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
14047 Branch: perl
14048 ! doio.c
14049____________________________________________________________________________
14050[ 3620] By: jhi on 1999/07/06 19:16:47
14051 Log: Mention EPOC and SOCKS.
14052 Branch: cfgperl
14053 ! pod/perldelta.pod
14054____________________________________________________________________________
14055[ 3619] By: gsar on 1999/07/06 16:52:37
14056 Log: fix int vs STRLEN issue
14057 Branch: perl
14058 ! pp.c
14059____________________________________________________________________________
14060[ 3618] By: jhi on 1999/07/06 16:52:20
14061 Log: There ain't Perl_atonv().
14062 Branch: cfgperl
14063 ! ext/ByteLoader/bytecode.h
14064____________________________________________________________________________
14065[ 3617] By: jhi on 1999/07/06 15:55:22
14066 Log: Integrate with Sarathy.
14067 Branch: cfgperl
14068 !> Makefile.SH
14069____________________________________________________________________________
14070[ 3616] By: jhi on 1999/07/06 15:54:09
14071 Log: Tweak for #3613.
14072 Branch: cfgperl
14073 ! Configure config_h.SH
14074____________________________________________________________________________
14075[ 3615] By: gsar on 1999/07/06 11:00:21
14076 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14077 Date: Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
14078 Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
14079 Subject: [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
14080 Branch: perl
14081 ! Makefile.SH
14082____________________________________________________________________________
14083[ 3614] By: jhi on 1999/07/06 10:44:48
14084 Log: Integrate with Sarathy.
14085 Branch: cfgperl
14086 !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
14087 !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
14088____________________________________________________________________________
14089[ 3613] By: jhi on 1999/07/06 10:43:20
14090 Log: From: Nathan Kurz <nate@valleytel.net>
14091 Subject: [ID 19990612.001 compiling three deep modules within ext/]
14092 ply-To: nate@valleytel.net
14093 erl5-porters@perl.org
14094 Date: Sat, 12 Jun 1999 01:26:04 -0500
14095 Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
14096 Branch: cfgperl
14097 ! Configure config_h.SH
14098____________________________________________________________________________
14099[ 3612] By: gsar on 1999/07/06 10:17:52
14100 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14101 Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
14102 Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
14103 Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
14104 Branch: perl
14105 ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
14106____________________________________________________________________________
14107[ 3611] By: gsar on 1999/07/06 09:51:20
14108 Log: From: pvhp@forte.com (Peter Prymmer)
14109 Date: Fri, 11 Jun 99 17:07:19 PDT
14110 Message-Id: <9906120007.AA13802@forte.com>
14111 Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
14112 Branch: perl
14113 ! ext/IO/lib/IO/File.pm
14114____________________________________________________________________________
14115[ 3610] By: gsar on 1999/07/06 09:37:37
14116 Log: fix for C<$/ = 42> setting paragraph mode (applied with small
14117 tweak)
14118 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14119 Date: Wed, 09 Jun 1999 18:27:51 +0100
14120 Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
14121 Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
14122 Branch: perl
14123 ! perl.h t/base/rs.t
14124____________________________________________________________________________
14125[ 3609] By: jhi on 1999/07/06 09:28:48
14126 Log: Integrate with Sarathy.
14127 Branch: cfgperl
14128 !> (integrate 49 files)
14129____________________________________________________________________________
14130[ 3608] By: gsar on 1999/07/06 09:28:21
14131 Log: test tweak
14132 Branch: perl
14133 ! t/pragma/warn/op
14134____________________________________________________________________________
14135[ 3607] By: jhi on 1999/07/06 09:22:48
14136 Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
14137 Branch: cfgperl
14138 ! Configure config_h.SH
14139____________________________________________________________________________
14140[ 3606] By: gsar on 1999/07/06 09:05:02
14141 Log: applied slightly tweaked version of suggested patch for
14142 improved RE API
14143 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14144 Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
14145 Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
14146 Subject: [PATCH 5.005_57] REx engine rehash
14147 Branch: perl
14148 ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
14149 ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
14150 ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
14151 ! util.c
14152____________________________________________________________________________
14153[ 3605] By: gsar on 1999/07/06 08:54:03
14154 Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
14155 Branch: perl
14156 ! sv.c
14157____________________________________________________________________________
f722798b
IZ
14158[ 3604] By: gsar on 1999/07/06 07:08:30
14159 Log: From: paul.marquess@bt.com
14160 Date: Tue, 8 Jun 1999 22:37:58 +0100
14161 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
14162 Subject: [PATCH 5.005_57] DB_File 1.67
14163 Branch: perl
14164 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14165 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14166____________________________________________________________________________
14167[ 3603] By: gsar on 1999/07/06 07:04:50
14168 Log: From: paul.marquess@bt.com
14169 Date: Tue, 8 Jun 1999 22:34:01 +0100
14170 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
14171 Subject: [PATCH 5.005_57] DBM Filters
14172 Branch: perl
14173 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14174 ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
14175 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14176 ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
14177____________________________________________________________________________
14178[ 3602] By: gsar on 1999/07/06 07:00:01
14179 Log: slightly tweaked version of suggested patch
14180 From: Dan Sugalski <sugalskd@ous.edu>
14181 Date: Tue, 08 Jun 1999 14:09:38 -0700
14182 Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
14183 Subject: [PATCH 5.005_57]Use NV instead of double in the core
14184 Branch: perl
14185 ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
14186 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
14187 ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
14188 ! proto.h sv.c sv.h toke.c universal.c util.c
14189____________________________________________________________________________
14190[ 3601] By: gsar on 1999/07/06 06:52:57
14191 Log: integrate cfgperl contents into mainline
14192 Branch: perl
14193 +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
14194 +> epoc/perl.mmp epoc/perl.pkg
14195 !> (integrate 30 files)
14196____________________________________________________________________________
14197[ 3598] By: jhi on 1999/07/05 20:02:55
14198 Log: Integrate with mainperl.
14199 Branch: cfgperl
14200 +> lib/CGI/Pretty.pm
14201 !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14202 !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
14203 !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
14204 !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
14205 !> vms/vmsish.h
14206____________________________________________________________________________
14207[ 3597] By: jhi on 1999/07/05 19:59:48
14208 Log: Hack SOCKS support some more plus a patch from Andy Dougherty
14209 that addresses the notorious "Additional libraries" question.
14210 Branch: cfgperl
14211 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14212 ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
14213 ! pp_sys.c
14214____________________________________________________________________________
14215[ 3596] By: gsar on 1999/07/05 18:30:51
14216 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14217 Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
14218 Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
14219 Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
14220 Branch: perl
14221 ! pp_sys.c t/lib/io_udp.t
14222____________________________________________________________________________
14223[ 3595] By: gsar on 1999/07/05 18:29:08
14224 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14225 Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
14226 Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
14227 Subject: [PATCH 5.00557] Setting $^E wipes out $!
14228 Branch: perl
14229 ! mg.c
14230____________________________________________________________________________
14231[ 3594] By: gsar on 1999/07/05 18:24:53
14232 Log: hand-apply whitespace mutiliated patch
14233 From: Dan Sugalski <sugalskd@osshe.edu>
14234 Date: Mon, 07 Jun 1999 14:46:42 -0700
14235 Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
14236 Subject: [PATCH 5.005_57]Updated VMS patch
14237 Branch: perl
14238 ! thread.h vms/descrip_mms.template vms/subconfigure.com
14239 ! vms/vms.c vms/vmsish.h
14240____________________________________________________________________________
14241[ 3593] By: gsar on 1999/07/05 17:53:04
14242 Log: applied parts not duplicated by previous patches
14243 From: "Vishal Bhatia" <vishalb@my-deja.com>
14244 Date: Sat, 05 Jun 1999 08:42:17 -0700
14245 Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
14246 Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
14247 Branch: perl
14248 ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14249 ! ext/B/B/Stackobj.pm
14250____________________________________________________________________________
5ab5c7a4
VB
14251[ 3592] By: jhi on 1999/07/05 17:17:22
14252 Log: AIX threaded build, plus few more on the side.
14253 Branch: cfgperl
14254 ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
14255 ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
14256 ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
14257 ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
14258____________________________________________________________________________
14259[ 3591] By: gsar on 1999/07/05 16:52:34
14260 Log: "\e" and "\a" didn't produce right escape under EBCDIC
14261 From: pvhp@forte.com (Peter Prymmer)
14262 Date: Fri, 4 Jun 99 12:00:27 PDT
14263 Message-Id: <9906041900.AA28387@forte.com>
14264 Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
14265 Branch: perl
14266 ! toke.c
14267____________________________________________________________________________
14268[ 3590] By: gsar on 1999/07/05 16:40:01
14269 Log: s/scalar ref constructor/single ref constructor/ (suggested
14270 by Stephen McCamant)
14271 Branch: perl
14272 ! opcode.h opcode.pl
14273____________________________________________________________________________
14274[ 3589] By: gsar on 1999/07/05 16:34:06
14275 Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
14276 Branch: perl
14277 ! ext/GDBM_File/GDBM_File.xs
14278____________________________________________________________________________
14279[ 3588] By: gsar on 1999/07/05 16:29:39
14280 Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
14281 is unchanged still)
14282 Branch: perl
14283 ! op.c
14284____________________________________________________________________________
14285[ 3587] By: jhi on 1999/07/05 10:31:43
14286 Log: Make perl_exp.SH smarter about what to include and what to exclude.
14287 Branch: cfgperl
14288 ! perl_exp.SH
14289____________________________________________________________________________
14290[ 3586] By: jhi on 1999/07/05 09:29:31
14291 Log: Remove unnecessary and extraneous my $i = 0.
14292 Branch: cfgperl
14293 ! bytecode.pl
14294____________________________________________________________________________
14295[ 3585] By: jhi on 1999/07/05 07:28:59
14296 Log: Integrate with mainperl.
14297 Branch: cfgperl
14298 !> (integrate 30 files)
14299____________________________________________________________________________
14300[ 3584] By: gsar on 1999/07/05 05:36:28
14301 Log: From: Vishal Bhatia <vishalb@hotmail.com>
14302 Date: Thu, 03 Jun 1999 00:57:48 PDT
14303 Message-ID: <19990603075749.86665.qmail@hotmail.com>
14304 Subject: Re: [PATCH 5.005_57] pp_sort sorted out
14305 Branch: perl
14306 ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
14307____________________________________________________________________________
14308[ 3583] By: gsar on 1999/07/05 05:31:19
14309 Log: suppress fancy display when in verbose mode (suggested by
14310 Paul Johnson <pjcj@transeda.com>)
14311 Branch: perl
14312 ! lib/Test/Harness.pm
14313____________________________________________________________________________
14314[ 3582] By: gsar on 1999/07/05 05:17:12
14315 Log: cygwin32 update
14316 From: "Fifer, Eric" <EFifer@sanwaint.com>
14317 Date: Wed, 2 Jun 1999 15:16:05 +0100
14318 Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
14319 Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
14320 Branch: perl
14321 ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
14322 ! cygwin32/build-instructions.READFIRST
14323 ! cygwin32/build-instructions.charles-wilson
14324 ! cygwin32/build-instructions.sebastien-barre
14325 ! cygwin32/build-instructions.steven-morlock
14326 ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
14327 ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
14328 ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
14329 ! t/op/magic.t util.c
14330____________________________________________________________________________
14331[ 3581] By: gsar on 1999/07/05 02:46:18
14332 Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
14333 Branch: perl
14334 ! util.c
14335____________________________________________________________________________
14336[ 3580] By: gsar on 1999/07/05 02:38:03
14337 Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
14338 Date: Mon, 31 May 1999 18:18:13 -0600
14339 Message-ID: <19990601001813.AAA17834@csgsystems.com>
14340 Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
14341 Branch: perl
14342 ! t/TEST t/UTEST t/harness utils/perlcc.PL
14343____________________________________________________________________________
14344[ 3579] By: gsar on 1999/07/05 01:20:58
14345 Log: compatibility tweak for Class::Struct
14346 Branch: perl
14347 ! lib/Class/Struct.pm
14348____________________________________________________________________________
14349[ 3578] By: jhi on 1999/07/04 23:26:01
14350 Log: Miscellaneus AIX fixes + SOCKS support.
14351 Branch: cfgperl
14352 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14353 ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
14354 ! hints/aix.sh pp_sys.c
14355____________________________________________________________________________
14356[ 3577] By: gsar on 1999/07/04 23:07:39
14357 Log: test tweak
14358 Branch: perl
14359 ! t/io/openpid.t
14360____________________________________________________________________________
14361[ 3576] By: jhi on 1999/07/04 22:39:23
14362 Log: Integrate with mainperl.
14363 Branch: cfgperl
14364 +> t/io/openpid.t
14365 - win32/perlhost.h
14366 !> (integrate 51 files)
14367____________________________________________________________________________
14368[ 3575] By: jhi on 1999/07/04 22:26:48
14369 Log: Added 64-bit support for AIX 4.3 or better
14370 based on Martin H. Rusoff's observations.
14371 Branch: cfgperl
14372 ! Configure config_h.SH hints/aix.sh
14373____________________________________________________________________________
14374[ 3574] By: jhi on 1999/07/04 21:34:47
14375 Log: Do not throw away gccvers compilation errors.
14376 From: Andy Dougherty <doughera@lafayette.edu>
14377 To: Ron Seguin <rseguin@on.bell.ca>
14378 Cc: Perl Porters <perl5-porters@perl.org>
14379 Subject: [PATCH] Re: [ID 19990625.011] WHOA There
14380 Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
14381 Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
14382 Branch: cfgperl
14383 ! Configure config_h.SH
14384____________________________________________________________________________
14385[ 3573] By: gsar on 1999/07/04 21:10:32
14386 Log: adapted suggested tests for addition to testsuite
14387 From: RonaldWS@aol.com
14388 Date: Sun, 30 May 1999 16:27:28 EDT
14389 Message-Id: <25cd799f.2482f930@aol.com>
14390 Subject: [19990530.007] Open with pipe | does not return pid under win32
14391 Branch: perl
14392 + t/io/openpid.t
14393 ! MANIFEST win32/win32.c
14394____________________________________________________________________________
14395[ 3572] By: gsar on 1999/07/04 20:29:32
14396 Log: perl_run() should call my_exit(0) for normal completion
14397 Branch: perl
14398 ! perl.c
14399____________________________________________________________________________
14400[ 3571] By: jhi on 1999/07/04 20:10:44
14401 Log: Add test for change #3568 plus general cleanup.
14402 Branch: cfgperl
14403 ! t/pragma/locale.t
14404____________________________________________________________________________
14405[ 3570] By: gsar on 1999/07/04 20:03:21
14406 Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
14407 overloading
14408 Branch: perl
14409 ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
14410 ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
14411____________________________________________________________________________
14412[ 3569] By: gsar on 1999/07/04 18:04:48
14413 Log: make AIX dynaloading work when libperl is shared (and thus under
14414 mod_perl etc.)
14415 From: Jens-Uwe Mager <jum@helios.de>
14416 Date: Sat, 29 May 1999 17:09:52 +0200
14417 Message-Id: <199905291509.RAA43978@ans.helios.de>
14418 Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
14419 Branch: perl
14420 ! ext/DynaLoader/dl_aix.xs
14421____________________________________________________________________________
14422[ 3568] By: jhi on 1999/07/04 14:54:23
14423 Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
14424 This resulted for example in the 'o' magic not being cleared by
14425 magic_setcollxfrm(), which resulted in strange cmp results.
14426 The bug was reported originally in the message
14427 Subject: Bug with locale
14428 From: Jan Starzynski <jan@planet.de>
14429 To: perlbug@perl.com
14430 Date: Fri, 09 Apr 1999 13:23:07 +0200
14431 Message-ID: <370DE31B.DAEE1332@planet.de>
14432 Branch: cfgperl
14433 ! pp.c
14434____________________________________________________________________________
14435[ 3567] By: gsar on 1999/07/04 02:38:34
14436 Log: remove misleading info on defined(&func), unclutter deprecation
14437 about defined(@array)
14438 Branch: perl
14439 ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
14440 ! t/pragma/warn/op
14441____________________________________________________________________________
14442[ 3566] By: gsar on 1999/07/04 01:46:31
14443 Log: From: jan.dubois@ibm.net (Jan Dubois)
14444 Date: Wed, 26 May 1999 22:07:17 +0200
14445 Message-ID: <374c53ac.10322322@smtp1.ibm.net>
14446 Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
14447 Branch: perl
14448 ! Changes win32/win32.c win32/win32.h
14449____________________________________________________________________________
2d63fa08
JD
14450[ 3565] By: gsar on 1999/07/04 01:26:02
14451 Log: newer version of perlxstut from Jeff Okamoto (slightly edited
14452 for win32 issues)
14453 Branch: perl
14454 ! pod/perlxstut.pod
14455____________________________________________________________________________
14456[ 3564] By: gsar on 1999/07/02 03:09:04
14457 Log: avoid warnings
14458 Branch: perl
14459 ! ext/Thread/Thread/Specific.pm lib/fields.pm
14460____________________________________________________________________________
14461[ 3563] By: gsar on 1999/06/28 19:23:47
14462 Log: inc version (for CPAN.pm sanity)
14463 Branch: perl
14464 ! lib/Text/ParseWords.pm
14465____________________________________________________________________________
14466[ 3562] By: gsar on 1999/06/28 19:19:01
14467 Log: regen perltoc
14468 Branch: perl
14469 ! pod/perltoc.pod
14470____________________________________________________________________________
14471[ 3561] By: gsar on 1999/06/28 19:08:41
14472 Log: From: Damian Conway <damian@cs.monash.edu.au>
14473 Date: Wed, 26 May 1999 00:58:35 -0400
14474 Message-Id: <199905260458.AAA06411@defender.perl.org>
14475 Subject: [19990526.002] Misc. improvements to Class:Struct
14476 Branch: perl
14477 ! MANIFEST lib/Class/Struct.pm
14478____________________________________________________________________________
14479[ 3560] By: gsar on 1999/06/28 18:50:52
14480 Log: remove bogus PL_optype_size
14481 Branch: perl
14482 ! bytecode.pl ext/ByteLoader/byterun.h
14483____________________________________________________________________________
14484[ 3559] By: gsar on 1999/06/28 18:22:26
14485 Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
14486 Branch: perl
14487 + lib/CGI/Pretty.pm
14488 ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
14489 ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
14490 ! t/lib/cgi-html.t t/lib/cgi-request.t
14491____________________________________________________________________________
14492[ 3558] By: jhi on 1999/06/28 07:30:21
14493 Log: Change Olaf Lebbe's email address.
14494 Branch: cfgperl
14495 ! README.epoc
14496____________________________________________________________________________
14497[ 3557] By: gsar on 1999/06/28 00:07:33
14498 Log: make autogenerated files writable
14499 Branch: perl
14500 - win32/perlhost.h
14501 ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
14502 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
14503 ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
14504 ! proto.h regnodes.h warning.h win32/config_H.bc
14505 ! win32/config_H.gc win32/config_H.vc
14506____________________________________________________________________________
14507[ 3556] By: jhi on 1999/06/27 19:22:53
14508 Log: Update MANIFEST to match #3555.
14509 Branch: cfgperl
14510 ! MANIFEST
14511____________________________________________________________________________
14512[ 3555] By: jhi on 1999/06/27 19:16:22
14513 Log: EPOC port to Psion5.
14514 From: Olaf Flebbe <O.Flebbe@science-computing.de>
14515 To: Jarkko Hietaniemi <jhi@iki.fi>
14516 Cc: perl5-porters@perl.org
14517 Subject: Re: Psion5
14518 Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
14519 Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
14520 Branch: cfgperl
14521 + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
14522 + epoc/perl.mmp epoc/perl.pkg
14523 ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
14524 ! perl.h sv.c util.c
14525____________________________________________________________________________
14526[ 3554] By: jhi on 1999/06/27 18:50:52
14527 Log: Integrate from mainperl.
14528 Branch: cfgperl
14529 !> (integrate 48 files)
14530____________________________________________________________________________
14531[ 3553] By: gsar on 1999/06/27 14:28:49
14532 Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
14533 gone from the public API); PERL_OBJECT builds again on
14534 windows
14535
14536 TODO: namespace-clean the typedefs in iperlsys.h and
14537 elsewhere; remove C++ remnants from public headers
14538 Branch: perl
14539 ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
14540 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14541 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
14542 ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
14543 ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
14544 ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
14545 ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
14546 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
14547 ! win32/config.gc win32/config.vc win32/dl_win32.xs
14548 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
14549 ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
14550 ! win32/win32sck.c
14551____________________________________________________________________________
14552[ 3552] By: gsar on 1999/06/27 13:49:31
14553 Log: integrate cfgperl changes into mainline
14554 Branch: perl
14555 !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
14556 !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
14557 !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
14558 !> util.c
14559____________________________________________________________________________
14560[ 3551] By: gsar on 1999/06/27 13:31:11
14561 Log: fix indents
14562 Branch: perl
14563 ! op.c
14564____________________________________________________________________________
14565[ 3550] By: gsar on 1999/06/24 22:42:53
14566 Log: update Changes
14567 Branch: perl
14568 ! Changes
14569____________________________________________________________________________
c9fdb9e9
GS
14570[ 3549] By: gsar on 1999/06/24 22:41:17
14571 Log: avoid race condition in the CAPI extension bootstrap handler
14572 Branch: perl
14573 ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
14574____________________________________________________________________________
14575[ 3548] By: gsar on 1999/06/24 22:39:53
14576 Log: sanity check to cover the case when perl is installed into the
14577 X:\ (drive root)
14578 Branch: perl
14579 ! win32/win32.c
14580____________________________________________________________________________
14581[ 3547] By: gsar on 1999/06/22 19:30:32
14582 Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
14583 Branch: perl
14584 ! lib/Tie/RefHash.pm
14585____________________________________________________________________________
14586[ 3544] By: jhi on 1999/06/18 19:24:28
14587 Log: Tidy up #3542 and #3543.
14588 Branch: cfgperl
14589 ! t/pragma/locale.t util.c
14590____________________________________________________________________________
14591[ 3543] By: jhi on 1999/06/18 10:28:45
14592 Log: Spice up locale.t.
14593 Branch: cfgperl
14594 ! t/pragma/locale.t
14595____________________________________________________________________________
14596[ 3542] By: jhi on 1999/06/17 22:42:03
14597 Log: Fixed two long-standing locale bugs.
14598
14599 Both problems were related to numeric locale which
14600 controls the radix character aka the decimal separator.
14601 (1) printf (and sprintf) were resetting the numeric locale to C.
14602 (2) Using locale-numerically formatted floating point
14603 numbers (e.g. "1,23") together with -w caused warnings about
14604 "isn't numeric". The operations were working fine, though,
14605 because atof() was using the local locale.
14606 Both problems reported by Stefan Vogtner.
14607
14608 Introduced a wrapper for atof() that attempts to convert
14609 the string both ways. This helps Perl to understand
14610 numbers like this "4.56" even when using a local locale
14611 makes atof() understand only numbers like this "7,89".
14612
14613 Remaining related problems, both of which existed before
14614 this patch and continue to exist after this patch:
14615 (a) The behaviour of print() is _not_ as documented by perllocale.
14616 Instead of always using the C locale, print() does use the
14617 local locale, just like the *printf() do. This may be fixable
14618 now that switching to-and-fro between locales has been made
14619 more consistent, but fixing print() would change existing
14620 behaviour. perllocale is not changed by this patch.
14621 (b) If a number has been stringified (say, via "$number") under
14622 a local locale, the cached string value persists even under
14623 "no locale". This may or may not be a problem: operations
14624 work fine because the original number is still there, but
14625 that the string form keeps its locale-ish outlook may be
14626 somewhat confusing.
14627 Branch: cfgperl
14628 ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
14629 ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
14630 ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
14631 ! util.c
14632____________________________________________________________________________
14633[ 3541] By: jhi on 1999/06/17 20:00:16
14634 Log: Integrate from mainperl.
14635 Branch: cfgperl
14636 !> ext/Data/Dumper/Dumper.pm op.c
14637____________________________________________________________________________
14638[ 3540] By: gsar on 1999/06/16 16:49:55
14639 Log: dump C<0> as such, not C<'0'>
14640 Branch: perl
14641 ! ext/Data/Dumper/Dumper.pm
14642____________________________________________________________________________
14643[ 3539] By: gsar on 1999/06/13 04:04:40
14644 Log: fix coredumper in change#3498
14645 Branch: perl
14646 ! op.c
14647____________________________________________________________________________
14648[ 3538] By: jhi on 1999/06/12 22:01:26
14649 Log: Integrate from mainperl.
14650 Branch: cfgperl
14651 +> lib/caller.pm
14652 !> (integrate 36 files)
14653____________________________________________________________________________
14654[ 3537] By: gsar on 1999/06/12 06:43:03
14655 Log: EXTERN_C declarations for global arrays in various
14656 headers, so perl can be built even in C++ mode; win32
14657 build fixups; regen headers
14658 Branch: perl
14659 ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
14660 ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
14661____________________________________________________________________________
14662[ 3536] By: gsar on 1999/06/12 06:38:21
14663 Log: caller.pm typos
14664 Branch: perl
14665 ! lib/caller.pm
14666____________________________________________________________________________
14667[ 3535] By: gsar on 1999/06/11 23:13:54
14668 Log: various little tweaks; most globals are now in intrpvar.h, ninterps
14669 is temporarily gone
14670 Branch: perl
14671 ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
14672 ! pod/perldelta.pod proto.h win32/perllib.c
14673____________________________________________________________________________
14674[ 3534] By: gsar on 1999/06/11 20:41:51
14675 Log: implement C<use caller 'encoding'>
14676 Branch: perl
14677 + lib/caller.pm
14678 ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
14679____________________________________________________________________________
14680[ 3533] By: gsar on 1999/06/11 16:51:04
14681 Log: truncate() has a peculiar exemption from strict barewords, even
14682 though it has a non-filehandle prototype
14683 Branch: perl
14684 ! op.c t/io/fs.t
14685____________________________________________________________________________
14686[ 3532] By: gsar on 1999/06/11 09:09:16
14687 Log: GDBM tweak
14688 Branch: perl
14689 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
14690____________________________________________________________________________
14691[ 3531] By: gsar on 1999/06/10 23:34:19
14692 Log: part of the platform changes for IMPLICIT_CONTEXT
14693 Branch: perl
14694 ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
14695 ! jpl/PerlInterpreter/PerlInterpreter.c
14696 ! jpl/PerlInterpreter/PerlInterpreter.h
14697 ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
14698 ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
14699____________________________________________________________________________
14700[ 3530] By: jhi on 1999/06/10 20:55:56
14701 Log: Integrate from mainperl.
14702 Branch: cfgperl
14703 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
14704____________________________________________________________________________
14705[ 3529] By: gsar on 1999/06/10 20:40:01
14706 Log: DB_File tweaks for IMPLICIT CONTEXT
14707 Branch: perl
14708 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14709____________________________________________________________________________
14710[ 3528] By: jhi on 1999/06/10 10:18:15
14711 Log: Integrate from mainperl.
14712 Branch: cfgperl
14713 !> (integrate 105 files)
14714____________________________________________________________________________
14715[ 3527] By: gsar on 1999/06/10 09:30:35
14716 Log: most globals are now interpreter local; locale initialization
14717 was too early, defer it until interpreter is allocated and
14718 initialized; multiple interpreters should now be
14719 concurrency-safe (untested)
14720 Branch: perl
14721 ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
14722 ! perlvars.h
14723____________________________________________________________________________
14724[ 3526] By: gsar on 1999/06/10 08:38:00
14725 Log: fix small nits
14726 Branch: perl
14727 ! cc_runtime.h ext/B/B/CC.pm run.c
14728____________________________________________________________________________
14729[ 3525] By: gsar on 1999/06/10 04:41:38
14730 Log: win32 build fixes
14731 Branch: perl
14732 ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
14733 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14734 ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
14735 ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
14736 ! win32/Makefile win32/config_H.bc win32/config_H.gc
14737 ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
14738 ! win32/makedef.pl win32/makefile.mk win32/perllib.c
14739 ! win32/win32.c win32/win32.h win32/win32sck.c
14740 ! win32/win32thread.c win32/win32thread.h
14741____________________________________________________________________________
14742[ 3524] By: gsar on 1999/06/09 18:03:01
14743 Log: more complete support for implicit thread/interpreter pointer,
14744 enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
14745 without that enabled):
14746 - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
14747 is a noop; tests pass on Solaris; should be faster now!
14748 - MULTIPLICITY has been tested with and without
14749 PERL_IMPLICIT_CONTEXT on Solaris
14750 - improved function database now merged with embed.pl
14751 - everything except the varargs functions have foo(a,b,c) macros
14752 to provide compatibility
14753 - varargs functions default to compatibility variants that
14754 get the context pointer using dTHX
14755 - there should be almost no source compatibility issues as a
14756 result of all this
14757 - dl_foo.xs changes other than dl_dlopen.xs untested
14758 - still needs documentation, fixups for win32 etc
14759 Next step: migrate most non-mutex variables from perlvars.h
14760 to intrpvar.h
14761 Branch: perl
14762 - proto.pl
14763 ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
14764 ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
14765 ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
14766 ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
14767 ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
14768 ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
14769 ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
14770 ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
14771 ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
14772 ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
14773 ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
14774 ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
14775 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
14776 ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
14777 ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
14778 ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
14779 ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
14780 ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
14781 ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
14782 ! util.c win32/Makefile win32/makefile.mk writemain.SH
14783____________________________________________________________________________
14784[ 3523] By: gsar on 1999/06/07 05:24:13
14785 Log: missed a file
14786 Branch: perl
14787 + proto.pl
14788 ! MANIFEST
14789____________________________________________________________________________
14790[ 3522] By: gsar on 1999/06/07 05:18:34
14791 Log: initial stub implementation of implicit thread/this
14792 pointer argument; builds/tests on Solaris, win32
14793 hasn't been fixed up yet; proto.h, global.sym and
14794 static function decls are now generated from a common
14795 database in proto.pl; some inconsistently named
14796 perl_foo() things are now Perl_foo(), compatibility
14797 #defines provided; perl_foo() (lowercase 'p') reserved
14798 for functions that take an explicit context argument;
14799 next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
14800 Branch: perl
14801 ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
14802 ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
14803 ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
14804 ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
14805 ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
14806 ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
14807 ! universal.c utf8.c util.c
14808____________________________________________________________________________
14809[ 3521] By: gsar on 1999/06/04 23:00:22
14810 Log: clean up some stray "global" symbols
14811 Branch: perl
14812 ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
14813 ! pp_proto.h proto.h
14814____________________________________________________________________________
14815[ 3520] By: jhi on 1999/06/02 21:33:28
14816 Log: Integrate from mainperl.
14817 Branch: cfgperl
14818 !> (integrate 94 files)
14819____________________________________________________________________________
14820[ 3519] By: gsar on 1999/06/02 07:16:10
14821 Log: avoid dereferencing null pointer from getpwent() et al
14822 Branch: perl
14823 ! pp_sys.c
14824____________________________________________________________________________
14825[ 3518] By: gsar on 1999/06/02 04:47:10
14826 Log: remove _() non-ansism
14827 Branch: perl
14828 ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
14829 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
14830 ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
14831 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
14832 ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
14833 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
14834 ! ext/re/re.xs handy.h hv.c iperlsys.h
14835 ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
14836 ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
14837 ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
14838 ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
14839 ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
14840 ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
14841 ! vms/vmsish.h vms/writemain.pl vos/config.h
14842 ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
14843 ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
14844 ! win32/perllib.c win32/runperl.c win32/win32.h
14845 ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
14846 ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
14847____________________________________________________________________________
14848[ 3517] By: gsar on 1999/06/02 02:17:51
14849 Log: missed a few files
14850 Branch: perl
14851 ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
14852____________________________________________________________________________
14853[ 3516] By: gsar on 1999/06/02 01:37:33
14854 Log: integrate cfgperl contents into mainline
14855 Branch: perl
14856 +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14857 +> ext/ByteLoader/byterun.h
14858 - bytecode.h byterun.c byterun.h
14859 ! Changes
14860 !> (integrate 58 files)
14861____________________________________________________________________________
69dec784
GS
14862[ 3515] By: gsar on 1999/06/02 00:48:50
14863 Log: remove stray K&R-isms
14864 Branch: perl
14865 ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
14866 ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
14867 ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
14868 ! toke.c util.c win32/win32.c x2p/hash.c
14869____________________________________________________________________________
14870[ 3514] By: gsar on 1999/06/01 15:55:55
14871 Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
14872 strict 'subs'
14873 Branch: perl
14874 ! op.c t/pragma/strict-subs
14875____________________________________________________________________________
14876[ 3513] By: jhi on 1999/06/01 07:17:05
14877 Log: Patch applying of #3499 had gone awry.
14878 Branch: cfgperl
14879 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
14880____________________________________________________________________________
14881[ 3512] By: gsar on 1999/05/31 19:21:30
14882 Log: tighter -help output
14883 Branch: perl
14884 ! perl.c
14885____________________________________________________________________________
14886[ 3511] By: gsar on 1999/05/31 17:18:23
14887 Log: fix memory leak in C<eval 'return sub {...}'>
14888 Branch: perl
14889 ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
14890____________________________________________________________________________
14891[ 3510] By: gsar on 1999/05/31 14:11:46
14892 Log: tweak C++isms
14893 Branch: perl
14894 ! win32/dl_win32.xs win32/win32.c
14895____________________________________________________________________________
14896[ 3509] By: jhi on 1999/05/30 13:02:26
14897 Log: Cleanup of #3488.
14898 Branch: cfgperl
14899 ! Configure config_h.SH
14900____________________________________________________________________________
14901[ 3508] By: jhi on 1999/05/30 11:16:01
14902 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14903 To: Mailing list Perl5 <perl5-porters@perl.org>
14904 Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
14905 Date: Sat, 29 May 1999 20:18:13 -0400
14906 Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
14907 Branch: cfgperl
14908 ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
14909____________________________________________________________________________
14910[ 3507] By: jhi on 1999/05/29 20:05:40
14911 Log: From: Mark-Jason Dominus <mjd@plover.com>
14912 To: perl5-porters@perl.com
14913 Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
14914 Date: Sat, 29 May 1999 14:45:10 -0400
14915 Message-ID: <19990529184510.27557.qmail@plover.com>
14916 Branch: cfgperl
14917 ! op.h
14918____________________________________________________________________________
14919[ 3506] By: gsar on 1999/05/29 16:49:39
14920 Log: avoid gv_check() recursive pit
14921 Branch: perl
14922 ! gv.c
14923____________________________________________________________________________
14924[ 3505] By: jhi on 1999/05/29 11:38:16
14925 Log: From: jan.dubois@ibm.net (Jan Dubois)
14926 To: Gurusamy Sarathy <gsar@activestate.com>
14927 Cc: perl5-porters@perl.org
14928 Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
14929 Date: Sat, 29 May 1999 08:46:22 +0200
14930 Message-ID: <374f8007.2016008@smtp1.ibm.net>
14931 Branch: cfgperl
14932 ! t/op/grent.t t/op/pwent.t
14933____________________________________________________________________________
14934[ 3504] By: jhi on 1999/05/29 11:07:10
14935 Log: QNX needs <sys/select.h> to define fd_set.
14936
14937 From: Norton Allen <allen@huarp.harvard.edu>
14938 To: perl5-porters@perl.org
14939 Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
14940 Date: Wed, 26 May 1999 13:51:27 -0400 (EDT)
14941 Message-Id: <199905261751.NAA20966@bottesini.harvard.edu>
14942 Branch: cfgperl
14943 ! ext/IO/poll.c
14944____________________________________________________________________________
14945[ 3503] By: jhi on 1999/05/29 10:53:31
14946 Log: From: jan.dubois@ibm.net (Jan Dubois)
14947 To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
14948 Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
14949 Date: Fri, 28 May 1999 20:14:35 +0200
14950 Message-ID: <3751daa4.7188847@smtp1.ibm.net>
14951 Branch: cfgperl
14952 ! lib/Math/BigFloat.pm
14953____________________________________________________________________________
14954[ 3502] By: jhi on 1999/05/29 10:44:44
14955 Log: Make Configure support the change #3367,
14956 SysV shadow passwords.
14957 Branch: cfgperl
14958 ! Configure config_h.SH pp_sys.c
14959____________________________________________________________________________
14960[ 3501] By: gsar on 1999/05/28 21:22:23
14961 Log: add wide versions of win32 system calls (first step in
14962 globalization); delayload winsock for performance if compiling
14963 with VC 6.0
14964 Branch: perl
14965 ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
14966 ! win32/win32.c win32/win32.h
14967____________________________________________________________________________
14968[ 3500] By: jhi on 1999/05/28 21:17:24
14969 Log: The new t/lib/io_linenum.t was using stricture
14970 before @INC was set up.
14971 Branch: cfgperl
14972 ! t/lib/io_linenum.t
14973____________________________________________________________________________
14974[ 3499] By: jhi on 1999/05/28 17:13:23
14975 Log: From: Tom Hughes <tom@compton.nu>
14976 To: perl5-porters@perl.org
14977 Subject: [PATCH 5.005_57] ByteLoader mark 2
14978 Date: Wed, 26 May 1999 23:59:49 +0100
14979 Message-ID: <bf337a0849.tom@compton.compton.nu>
14980
14981 plus resolve tiny conflict with #3479
14982 plus regen_headers.
14983 Branch: cfgperl
14984 + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14985 + ext/ByteLoader/byterun.h
14986 - bytecode.h byterun.c byterun.h
14987 ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
14988 ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
14989 ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14990 ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
14991 ! perl.h perlvars.h proto.h util.c utils/Makefile
14992____________________________________________________________________________
14993[ 3498] By: jhi on 1999/05/28 16:53:04
14994 Log: From: Mark-Jason Dominus <mjd@plover.com>
14995 To: perl5-porters@perl.com
14996 Subject: PATCH (5.005_57): defined(@a) now deprecated
14997 Date: Thu, 27 May 1999 16:05:44 -0400
14998 Message-ID: <19990527200544.13330.qmail@plover.com>
14999 Branch: cfgperl
15000 ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
15001 ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
15002____________________________________________________________________________
15003[ 3497] By: jhi on 1999/05/28 16:50:54
15004 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15005 To: perl5-porters@perl.org (Mailing list Perl5)
15006 Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
15007 Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
15008 Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
15009 Branch: cfgperl
15010 ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
15011 ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
15012____________________________________________________________________________
15013[ 3496] By: jhi on 1999/05/28 16:48:39
15014 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15015 To: perl5-porters@perl.org (Mailing list Perl5)
15016 Subject: [PATCH 5.00557] Required OS/2-related patches
15017 Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
15018 Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
15019 Branch: cfgperl
15020 ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
15021 ! t/op/stat.t util.c
15022____________________________________________________________________________
15023[ 3495] By: jhi on 1999/05/28 16:45:56
15024 Log: From: Paul Johnson <pjcj@transeda.com>
15025 To: perl5-porters <perl5-porters@perl.org>
15026 Subject: [PATCH 5.005_57] Provide more useful test okay percentage
15027 Date: Fri, 28 May 1999 15:13:54 +0100
15028 Message-ID: <19990528151354.B289@west-tip.transeda.com>
15029 Branch: cfgperl
15030 ! t/TEST
15031____________________________________________________________________________
15032[ 3494] By: jhi on 1999/05/28 16:44:34
15033 Log: From: Paul Johnson <pjcj@transeda.com>
15034 To: perl5-porters <perl5-porters@perl.org>
15035 Subject: [PATCH 5.005_57] Fixes related to working local $.
15036 Date: Fri, 28 May 1999 15:11:18 +0100
15037 Message-ID: <19990528151118.A289@west-tip.transeda.com>
15038 Branch: cfgperl
15039 ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
15040____________________________________________________________________________
15041[ 3493] By: gsar on 1999/05/28 16:37:26
15042 Log: change#3449 wasn't doing enough
15043 Branch: perl
15044 ! op.c t/comp/proto.t
15045____________________________________________________________________________
15046[ 3492] By: jhi on 1999/05/28 08:12:23
15047 Log: From: paul.marquess@bt.com
15048 To: doughera@lafayette.edu
15049 Cc: perl5-porters@perl.org
15050 Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
15051 Date: Thu, 27 May 1999 23:31:38 +0100
15052 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
15053
15054 Had to be applied manually; some mailer had munged the patch slightly.
15055 Branch: cfgperl
15056 ! ext/NDBM_File/NDBM_File.xs
15057____________________________________________________________________________
15058[ 3491] By: jhi on 1999/05/28 07:51:17
15059 Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
15060 To: perl5-porters@perl.org
15061 Subject: [PATCH 5.005_57] fixing eval in the compiler
15062 Date: Thu, 27 May 1999 07:56:54 -0700
15063 Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
15064 Branch: cfgperl
15065 ! cc_runtime.h scope.h
15066____________________________________________________________________________
15067[ 3490] By: jhi on 1999/05/28 07:47:06
15068 Log: From: Andy Dougherty <doughera@lafayette.edu>
15069 To: perlbug@perl.com
15070 Cc: Jarkko Hietaniemi <jhi@iki.fi>
15071 Subject: [PATCH] Configure updates for ISC 4.1
15072 Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
15073 Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
15074 Branch: cfgperl
15075 ! Configure config_h.SH
15076____________________________________________________________________________
15077[ 3489] By: jhi on 1999/05/28 07:39:17
15078 Log: Integrate from mainperl.
15079 Branch: cfgperl
15080 !> malloc.c win32/makedef.pl win32/win32.c
15081____________________________________________________________________________
15082[ 3488] By: jhi on 1999/05/27 16:57:19
15083 Log: From: Andy Dougherty <doughera@lafayette.edu>
15084 To: Perl Porters <perl5-porters@perl.org>
15085 Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
15086 Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
15087 Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
15088 Branch: cfgperl
15089 ! Configure config_h.SH hints/sunos_4_1.sh util.c
15090____________________________________________________________________________
15091[ 3487] By: gsar on 1999/05/27 03:56:20
15092 Log: make win32_spawnvp() inherit standard handles even when they
15093 may be redirected
15094 Branch: perl
15095 ! win32/win32.c
15096____________________________________________________________________________
15097[ 3486] By: jhi on 1999/05/26 19:55:52
15098 Log: From: Andy Dougherty <doughera@lafayette.edu>
15099 To: perl5-porters@perl.org
15100 Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
15101 Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
15102 Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
15103 Branch: cfgperl
15104 ! util.c
15105____________________________________________________________________________
15106[ 3485] By: chip on 1999/05/26 17:19:11
15107 Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
15108 Branch: maint-5.004/perl
15109 ! Configure
15110____________________________________________________________________________
15111[ 3484] By: gsar on 1999/05/26 01:56:28
15112 Log: fix missing exported symbol
15113 Branch: perl
15114 ! malloc.c win32/makedef.pl
15115____________________________________________________________________________
15116[ 3483] By: jhi on 1999/05/25 23:08:07
15117 Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
15118
15119 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15120 To: perlbug@perl.com
15121 Subject: OpenBSD hints file update
15122 Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
15123 Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
15124 Branch: cfgperl
15125 ! hints/openbsd.sh
15126____________________________________________________________________________
15127[ 3482] By: jhi on 1999/05/25 23:01:25
15128 Log: From: Tom Hughes <tom@compton.nu>
15129 To: perl5-porters@perl.org
15130 Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
15131 Date: Tue, 25 May 1999 23:10:23 +0100
15132 Message-ID: <1ed7f10749.tom@compton.compton.nu>
15133 Branch: cfgperl
15134 ! Configure config_h.SH
15135____________________________________________________________________________
15136[ 3481] By: jhi on 1999/05/25 22:31:50
15137 Log: 3479, 3480, 3481 seems logical.
15138 Branch: cfgperl
15139 !> hints/aix.sh
15140____________________________________________________________________________
15141[ 3480] By: jhi on 1999/05/25 22:13:39
15142 Log: The change #3479 wasn't perfect.
15143 Branch: perl
15144 ! hints/aix.sh
15145____________________________________________________________________________
15146[ 3479] By: jhi on 1999/05/25 21:59:21
15147 Log: Cures for _57 in AIX 4.1.5.0.
15148 (1) The lddlflags lost its -lc by change #3660
15149 (and the politeness of change #3257).
15150 (2) optype_size must end up in perl.exp (as PL_optype_size).
15151 Added it to perlvars.h, fixed bytecode.pl,
15152 regen'ed the relevant headers.
15153 Branch: cfgperl
15154 ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
15155 ! perlvars.h
15156 Branch: perl
15157 ! hints/aix.sh
15158____________________________________________________________________________
15159[ 3478] By: jhi on 1999/05/25 20:13:47
15160 Log: Integrate from mainperl.
15161 Branch: cfgperl
15162 +> pod/perltootc.pod
15163 !> (integrate 101 files)
15164____________________________________________________________________________
15165[ 3477] By: gsar on 1999/05/25 10:43:48
15166 Log: here be 5.005_57
15167 Branch: perl
15168 ! Changes MANIFEST Porting/makerel
15169 !> Changes5.005
15170
15171----------------
15172Version 5.005_57
db5cf5a9
GS
15173----------------
15174
15175____________________________________________________________________________
3239fffd
GS
15176[ 3476] By: gsar on 1999/05/25 09:23:43
15177 Log: up patchlevel &c
15178 Branch: perl
15179 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
15180 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15181 ! win32/makefile.mk
15182____________________________________________________________________________
15183[ 3475] By: gsar on 1999/05/25 09:14:51
15184 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15185 Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
15186 Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
15187 Subject: [PATCH 5.005_56] REx engine improvements
15188 Branch: perl
15189 ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
15190 ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
15191 ! thrdvar.h util.c
15192____________________________________________________________________________
15193[ 3474] By: gsar on 1999/05/25 08:39:56
15194 Log: test case for change#3470
15195 Branch: perl
15196 ! t/lib/bigintpm.t
15197____________________________________________________________________________
15198[ 3473] By: gsar on 1999/05/25 08:36:52
15199 Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
15200 Branch: perl
15201 ! Changes pod/perlport.pod
15202____________________________________________________________________________
b7df3edc
GS
15203[ 3472] By: gsar on 1999/05/25 08:28:57
15204 Log: assorted tweaks
15205 Branch: perl
15206 ! doio.c iperlsys.h win32/config.bc win32/config.gc
15207 ! win32/config.vc win32/config_H.bc win32/config_H.gc
15208 ! win32/config_H.vc win32/makedef.pl
15209____________________________________________________________________________
15210[ 3471] By: gsar on 1999/05/25 06:06:04
15211 Log: perlref update from Tom Christiansen
15212 Branch: perl
15213 ! pod/perlref.pod
15214____________________________________________________________________________
15215[ 3470] By: gsar on 1999/05/25 06:03:27
15216 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15217 Date: Mon, 24 May 1999 17:43:56 -0400
15218 Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
15219 Subject: [PATCH 5.005_*] hv.c calling negative malloc()
15220 Branch: perl
15221 ! hv.c
15222____________________________________________________________________________
15223[ 3469] By: gsar on 1999/05/25 05:59:22
15224 Log: avoid temporary files that have a constant name (from a suggestion
15225 by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
15226 Branch: perl
15227 ! lib/ExtUtils/MM_Unix.pm
15228____________________________________________________________________________
15229[ 3468] By: gsar on 1999/05/25 05:54:29
15230 Log: From: pvhp@forte.com (Peter Prymmer)
15231 Date: Mon, 24 May 99 11:20:25 PDT
15232 Message-Id: <9905241820.AA28071@forte.com>
15233 Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
15234 Branch: perl
15235 ! lib/Pod/Text.pm
15236____________________________________________________________________________
15237[ 3467] By: gsar on 1999/05/25 04:08:50
15238 Log: fix glob() bug that resulted in missing symlinks that don't point
15239 anywhere
15240 Branch: perl
15241 ! pp_hot.c
15242____________________________________________________________________________
15243[ 3466] By: gsar on 1999/05/25 03:00:00
15244 Log: avoid enumerating @INC contents in diagnostic if @INC was never
15245 searched
15246 Branch: perl
15247 ! pod/perldiag.pod pp_ctl.c
15248____________________________________________________________________________
15249[ 3465] By: gsar on 1999/05/25 02:24:08
15250 Log: add caveat about close(PIPE) carelessness
15251 Branch: perl
15252 ! pod/perlfunc.pod
15253____________________________________________________________________________
15254[ 3464] By: gsar on 1999/05/24 23:55:53
15255 Log: fix bogus line numbers for void context warnings
15256 (change#2548 was overeager)
15257 Branch: perl
15258 ! op.c
15259____________________________________________________________________________
15260[ 3463] By: gsar on 1999/05/24 23:31:58
15261 Log: change#3455 had a typo
15262 Branch: perl
15263 ! pp_ctl.c
15264____________________________________________________________________________
15265[ 3462] By: gsar on 1999/05/24 17:32:20
15266 Log: more pod updates from Tom Christiansen; regen perltoc
15267 Branch: perl
15268 ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
15269 ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
15270____________________________________________________________________________
15271[ 3461] By: gsar on 1999/05/24 07:41:32
15272 Log: perlmod notes from Damian Conway (via Tom Christiansen)
15273 Branch: perl
15274 ! pod/perlmod.pod
15275____________________________________________________________________________
15276[ 3460] By: gsar on 1999/05/24 07:24:11
15277 Log: major pod update from Tom Christiansen
15278 Branch: perl
15279 + pod/perltootc.pod
15280 ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
15281 ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
15282 ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
15283 ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
15284 ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
15285 ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
15286 ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
15287 ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
15288 ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
15289 ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
15290 ! pod/perlxs.pod pod/pod2man.PL
15291____________________________________________________________________________
15292[ 3459] By: gsar on 1999/05/24 06:26:48
15293 Log: perlfaq update from Tom Christiansen
15294 Branch: perl
15295 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15296 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15297 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15298 ! pod/perlfaq9.pod
15299____________________________________________________________________________
15300[ 3458] By: gsar on 1999/05/24 05:55:11
15301 Log: updated to v1.50 from CPAN
15302 Branch: perl
15303 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
15304____________________________________________________________________________
15305[ 3457] By: gsar on 1999/05/24 05:46:20
15306 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15307 Date: Sun, 23 May 1999 16:35:07 +0100
15308 Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
15309 Subject: [PATCH 5.005_56] name PL_in_eval bits
15310 Branch: perl
15311 ! cop.h op.c perl.c pp_ctl.c toke.c util.c
15312____________________________________________________________________________
15313[ 3456] By: gsar on 1999/05/24 05:18:06
15314 Log: make -t mode the default on emacs/dumb terminals
15315 Branch: perl
15316 ! Changes utils/perldoc.PL
15317____________________________________________________________________________
d49321e7
GS
15318[ 3455] By: gsar on 1999/05/24 05:05:19
15319 Log: return 0 rather than "" when scalar grep has nothing to iterate
15320 on (brings behavior in line with documentation)
15321 Branch: perl
15322 ! pp_ctl.c
15323____________________________________________________________________________
15324[ 3454] By: gsar on 1999/05/24 04:52:52
15325 Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
15326 Date: Thu, 20 May 1999 13:27:02 -1000
15327 Message-Id: <E10kcDN-0007TA-00@lapaki>
15328 Subject: Problem with MM_Unix in 5.005_03
15329 Branch: perl
15330 ! lib/ExtUtils/MM_Unix.pm
15331____________________________________________________________________________
15332[ 3453] By: gsar on 1999/05/24 04:39:49
15333 Log: avoid removing duplicates in user-generated warnings
15334 From: byron@omix.com (Byron Brummer)
15335 Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
15336 Message-Id: <199905201101.EAA91175@thrush.omix.com>
15337 Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
15338 Branch: perl
15339 ! lib/diagnostics.pm
15340____________________________________________________________________________
15341[ 3452] By: gsar on 1999/05/24 04:23:10
15342 Log: straighten some code to avoid NeXT compiler bugs (from
15343 Geoff Kuenning <geoff@cs.hmc.edu>)
15344 Branch: perl
15345 ! pp_ctl.c
15346____________________________________________________________________________
15347[ 3451] By: gsar on 1999/05/24 03:03:05
15348 Log: minor logic tweak for reserved word warning
15349 Branch: perl
15350 ! lib/Test/Harness.pm toke.c
15351____________________________________________________________________________
15352[ 3450] By: gsar on 1999/05/24 02:34:20
15353 Log: oops, some files missing in change#3449
15354 Branch: perl
15355 ! op.c op.h toke.c
15356____________________________________________________________________________
15357[ 3449] By: gsar on 1999/05/24 02:33:12
15358 Log: allow '*' prototype to autoquote even barewords that happen to be
15359 function names; parens or ampersand continue to force the other
15360 interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
15361 do the right thing, for example
15362 Branch: perl
15363 ! t/comp/proto.t
15364____________________________________________________________________________
15365[ 3448] By: gsar on 1999/05/24 01:51:24
15366 Log: remove vestiges of PL_last_proto
15367 Branch: perl
15368 ! embedvar.h intrpvar.h objXSUB.h
15369____________________________________________________________________________
15370[ 3447] By: gsar on 1999/05/24 01:49:20
15371 Log: redo change#2061 and parts of change#1169 with code in the
15372 parser; PL_last_proto hackery gone, strict 'subs' in now
15373 implemented in the optimizer where specifying the exceptional
15374 cases is much more robust; '*' (bareword) prototype now works
15375 reliably when used in second and subsequent arguments
15376 Branch: perl
15377 ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
15378____________________________________________________________________________
15379[ 3446] By: gsar on 1999/05/23 05:00:55
15380 Log: remove redundant part of change#1169 superceded by change#2061;
15381 avoid "future reserved word" warning on prototypical bearwords
15382 Branch: perl
15383 ! t/lib/fatal.t toke.c
15384____________________________________________________________________________
15385[ 3445] By: gsar on 1999/05/21 23:36:49
15386 Log: s/isspace/isSPACE/g and make sure the CRT version is always
15387 passed an unsigned char (fixes random occurrence of spaces in
15388 arguments containing high-bit chars passed to spawned children,
15389 on win32)
15390 Branch: perl
15391 ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
15392____________________________________________________________________________
15393[ 3444] By: gsar on 1999/05/21 23:08:55
15394 Log: integrate Configure changes from cfgperl
15395 Branch: perl
15396 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15397 !> config_h.SH
15398____________________________________________________________________________
15399[ 3443] By: jhi on 1999/05/21 22:00:56
15400 Log: Integrate from mainperl.
15401 Branch: cfgperl
15402 !> Changes doop.c ext/SDBM_File/sdbm/dba.c
15403 !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
15404 !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
15405 !> win32/perlhost.h win32/win32.c x2p/walk.c
15406____________________________________________________________________________
15407[ 3442] By: jhi on 1999/05/21 21:59:46
15408 Log: fflush.
15409 Branch: cfgperl
15410 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15411 ! config_h.SH
15412____________________________________________________________________________
15413[ 3441] By: gsar on 1999/05/21 17:48:55
15414 Log: integrate cfgperl changes
15415 Branch: perl
15416 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15417 !> config_h.SH hints/sunos_4_1.sh installperl
15418____________________________________________________________________________
15419[ 3440] By: gsar on 1999/05/21 17:42:49
15420 Log: test tweak
15421 Branch: perl
15422 ! t/comp/proto.t
15423____________________________________________________________________________
15424[ 3439] By: gsar on 1999/05/21 17:31:26
15425 Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
15426 (Configure fflush(NULL) detection seems broken on Solaris, which
15427 is why I hit the problem)
15428 Branch: perl
15429 ! Changes perl.h
15430____________________________________________________________________________
e2dbf222
GS
15431[ 3438] By: gsar on 1999/05/20 16:41:01
15432 Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
15433 Branch: perl
15434 ! pod/perlport.pod
15435____________________________________________________________________________
15436[ 3437] By: jhi on 1999/05/20 07:14:39
15437 Log: Patches to fflushing in SunOS 4 from Andy Dougherty
15438 (via private email).
15439 Branch: cfgperl
15440 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15441 ! config_h.SH hints/sunos_4_1.sh
15442____________________________________________________________________________
15443[ 3436] By: gsar on 1999/05/20 05:18:26
15444 Log: various little nits
15445 Branch: perl
15446 ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
15447 ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
15448 ! win32/perlhost.h win32/win32.c x2p/walk.c
15449____________________________________________________________________________
15450[ 3435] By: jhi on 1999/05/18 16:25:49
15451 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15452 To: perl5-porters@perl.org
15453 Subject: installperl
15454 Date: Fri, 14 May 1999 21:34:58 +0100
15455 Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
15456 Branch: cfgperl
15457 ! installperl
15458____________________________________________________________________________
15459[ 3434] By: jhi on 1999/05/17 21:25:54
15460 Log: Integrate from mainperl.
15461 Branch: cfgperl
15462 +> lib/ExtUtils/MM_Cygwin.pm
15463 - cygwin32/impure_ptr.c
15464 !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
15465 !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
15466 !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
15467 !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
15468 !> x2p/find2perl.PL
15469____________________________________________________________________________
15470[ 3433] By: gsar on 1999/05/17 09:49:01
15471 Log: integrate cfgperl changes into mainline
15472 Branch: perl
15473 !> Configure INSTALL config_h.SH configure.com embed.h
15474 !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
15475 !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
15476 !> util.c
15477____________________________________________________________________________
15478[ 3432] By: gsar on 1999/05/17 09:06:45
15479 Log: emit more appropriate diagnostic for failed glob (variant
15480 of patch suggested by Graham Barr)
15481 Branch: perl
15482 ! gv.c pod/perldiag.pod pp.c pp_hot.c
15483____________________________________________________________________________
15484[ 3431] By: gsar on 1999/05/17 08:38:09
15485 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15486 Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
15487 Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
15488 Subject: find2perl does not grok the 'c' suffix to the -size argument
15489 Branch: perl
15490 ! x2p/find2perl.PL
15491____________________________________________________________________________
15492[ 3430] By: gsar on 1999/05/17 08:26:21
15493 Log: additional cleanups for cygwin32 port
15494 From: "Fifer, Eric" <EFifer@sanwaint.com>
15495 Date: Wed, 12 May 1999 20:25:54 +0100
15496 Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
15497 Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
15498 Branch: perl
15499 + lib/ExtUtils/MM_Cygwin.pm
15500 - cygwin32/impure_ptr.c
15501 ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
15502 ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
15503 ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
15504 ! perl.h util.c
15505____________________________________________________________________________
15506[ 3429] By: gsar on 1999/05/17 08:01:04
15507 Log: From: Andy Dougherty <doughera@lafayette.edu>
15508 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
15509 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
15510 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
15511 Branch: perl
15512 ! INSTALL
15513____________________________________________________________________________
15514[ 3428] By: jhi on 1999/05/17 07:03:26
15515 Log: Integrate from mainperl modulo the Socket.xs change.
15516 Branch: cfgperl
15517 !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
15518 !> win32/win32.c win32/win32.h
15519____________________________________________________________________________
15520[ 3427] By: jhi on 1999/05/16 22:09:11
15521 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15522 To: perl5-porters@perl.org (Mailing list Perl5)
15523 Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
15524 Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
15525 Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
15526 Branch: cfgperl
15527 ! ext/Devel/Peek/Peek.xs
15528____________________________________________________________________________
15529[ 3426] By: jhi on 1999/05/16 22:07:11
15530 Log: From: Mark-Jason Dominus <mjd@plover.com>
15531 To: perl5-porters@perl.com
15532 Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
15533 Date: Sat, 15 May 1999 12:43:47 -0400
15534 Message-ID: <19990515164348.7313.qmail@plover.com>
15535 Branch: cfgperl
15536 ! pod/perldiag.pod
15537____________________________________________________________________________
15538[ 3425] By: nick on 1999/05/15 15:56:10
15539 Log: Mingw32 + w32api-0.1.5 tweaks
15540 - now more like other Win32 compilers
15541 Branch: perl
15542 ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
15543 ! win32/win32.h
15544____________________________________________________________________________
15545[ 3424] By: nick on 1999/05/14 21:04:22
15546 Log: Experimental "slab" allocator for ops.
15547 To try it -DPL_OP_SLAB_ALLOC for op.c
15548 This is for proof of concept only, it leaks memory
15549 (ops are not free'd) so don't use in embedded apps.
15550 If this minimalist version does not show performance
15551 gain then whole idea is worthless.
15552 Nick see's approx 12% speed up vs perlmalloc running
15553 perl -Ilib -MCPAN -e ''
15554 Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
15555 Branch: perl
15556 ! op.c
15557____________________________________________________________________________
15558[ 3423] By: gsar on 1999/05/14 19:55:04
15559 Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
15560 found (brings sitelib intuition in line with privlib)
15561 Branch: perl
15562 ! win32/win32.c
15563____________________________________________________________________________
15564[ 3422] By: jhi on 1999/05/14 08:08:01
15565 Log: From: pvhp@forte.com (Peter Prymmer)
15566 To: perl5-porters@perl.org, vmsperl@perl.org
15567 Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
15568 Date: Thu, 13 May 99 15:29:57 PDT
15569 Message-Id: <9905132229.AA15854@forte.com>
15570 Branch: cfgperl
15571 ! configure.com
15572____________________________________________________________________________
15573[ 3421] By: jhi on 1999/05/14 07:34:20
15574 Log: Integrate from mainperl.
15575 Branch: cfgperl
15576 !> lib/ExtUtils/MM_Unix.pm win32/win32.c
15577____________________________________________________________________________
15578[ 3420] By: jhi on 1999/05/14 07:33:26
15579 Log: Still fflushing.
15580 Branch: cfgperl
15581 ! Configure config_h.SH util.c
15582____________________________________________________________________________
15583[ 3419] By: gsar on 1999/05/14 03:08:29
15584 Log: mortalize string allocations by win32_get_{priv,site}lib()
15585 (fixes small memory leak in interpreter)
15586 Branch: perl
15587 ! win32/win32.c
15588____________________________________________________________________________
15589[ 3418] By: gsar on 1999/05/14 03:06:50
15590 Log: make win32_longname() preserve kind of slashes in argument
15591 Branch: perl
15592 ! win32/win32.c
15593____________________________________________________________________________
15594[ 3417] By: gsar on 1999/05/14 03:04:44
15595 Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
15596 Branch: perl
15597 ! lib/ExtUtils/MM_Unix.pm
15598____________________________________________________________________________
15599[ 3416] By: jhi on 1999/05/13 21:18:06
15600 Log: Integrate from mainperl.
15601 Branch: cfgperl
15602 !> pp_ctl.c
15603____________________________________________________________________________
15604[ 3415] By: jhi on 1999/05/13 21:16:49
15605 Log: Fixes from Andy Dougherty (via private email).
15606 Branch: cfgperl
15607 ! Configure config_h.SH
15608____________________________________________________________________________
15609[ 3414] By: nick on 1999/05/13 20:04:26
15610 Log: valist vs va_list typo
15611 Branch: perl
15612 ! pp_ctl.c
15613____________________________________________________________________________
15614[ 3413] By: jhi on 1999/05/13 15:04:05
15615 Log: From: Andy Dougherty <doughera@lafayette.edu>
15616 To: perlbug@perl.com
15617 Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
15618 Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
15619 Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
15620 Branch: cfgperl
15621 ! INSTALL
15622____________________________________________________________________________
15623[ 3412] By: jhi on 1999/05/13 14:20:17
15624 Log: Integrate from mainperl.
15625 Branch: cfgperl
15626 !> pp_ctl.c
15627____________________________________________________________________________
15628[ 3411] By: gsar on 1999/05/13 14:16:56
15629 Log: docatch_body() declaration mismatch
15630 Branch: perl
15631 ! pp_ctl.c
15632____________________________________________________________________________
15633[ 3410] By: jhi on 1999/05/13 13:51:44
15634 Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
15635 Branch: cfgperl
15636 ! Configure config_h.SH perl.h
15637____________________________________________________________________________
15638[ 3409] By: jhi on 1999/05/13 13:31:53
15639 Log: Still fflushing strong.
15640 Branch: cfgperl
15641 ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
15642 ! proto.h util.c
15643____________________________________________________________________________
15644[ 3408] By: jhi on 1999/05/12 14:30:23
15645 Log: Integrate from mainperl.
15646 Branch: cfgperl
15647 !> (integrate 30 files)
15648____________________________________________________________________________
15649[ 3407] By: jhi on 1999/05/12 12:28:31
15650 Log: Be tidier with fflush(NULL) testing.
15651 Branch: cfgperl
15652 ! Configure config_h.SH
15653____________________________________________________________________________
15654[ 3406] By: gsar on 1999/05/12 11:26:03
15655 Log: better range-checking on list slices, with test
15656 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15657 Date: Sun, 02 May 1999 17:02:53 +0100
15658 Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
15659 Subject: Re: List slice of undefs returns 0 items
15660 Branch: perl
15661 ! pp.c t/op/list.t
15662____________________________________________________________________________
15663[ 3405] By: gsar on 1999/05/12 11:22:27
15664 Log: change#3397 needs test tweak
15665 Branch: perl
15666 ! Changes t/pragma/warn/sv
15667____________________________________________________________________________
15668[ 3404] By: gsar on 1999/05/12 11:07:44
15669 Log: typo in change#3397
15670 Branch: perl
15671 ! doop.c
15672____________________________________________________________________________
b0c98cec
GS
15673[ 3403] By: gsar on 1999/05/12 10:49:01
15674 Log: From: Stephen Zander <gibreel@pobox.com>
15675 Date: 12 May 1999 01:22:31 -0700
15676 Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
15677 Subject: Re: Test::Harness runs tainted tests with wrong library path
15678 Branch: perl
15679 ! lib/Test/Harness.pm
15680____________________________________________________________________________
15681[ 3402] By: gsar on 1999/05/12 10:42:06
15682 Log: typo in change#3400
15683 Branch: perl
15684 ! ext/B/B/Deparse.pm
15685____________________________________________________________________________
15686[ 3401] By: jhi on 1999/05/12 10:40:42
15687 Log: A better, shinier, and possibly even correctly working
15688 reincarnation of #3398.
15689 Branch: cfgperl
15690 ! Configure config_h.SH
15691____________________________________________________________________________
15692[ 3400] By: gsar on 1999/05/12 10:40:11
15693 Log: deparse \&func() as \(&func()) for clarity
15694 From: Albert Dvornik <bert@genscan.com>
15695 Date: 11 May 1999 13:32:04 -0400
15696 Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
15697 Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
15698 Branch: perl
15699 ! ext/B/B/Deparse.pm
15700____________________________________________________________________________
15701[ 3399] By: gsar on 1999/05/12 10:36:02
15702 Log: more testsuite smarts (many of them courtesy Ilya)
15703 Branch: perl
15704 ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
15705 ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
15706 ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
15707 ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
15708 ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
15709 ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
15710 ! t/op/pwent.t
15711____________________________________________________________________________
15712[ 3398] By: jhi on 1999/05/12 09:33:08
15713 Log: Detect whether fflush(NULL) works as per change #3352.
15714 Branch: cfgperl
15715 ! Configure config_h.SH perl.h
15716____________________________________________________________________________
15717[ 3397] By: gsar on 1999/05/12 08:56:03
15718 Log: From: jan.dubois@ibm.net (Jan Dubois)
15719 Date: Wed, 12 May 1999 01:01:00 +0200
15720 Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
15721 Subject: [PATCH 5.005_03] chop/chomp modify readonly values
15722 Branch: perl
15723 ! doop.c
15724____________________________________________________________________________
15725[ 3396] By: gsar on 1999/05/12 08:23:27
15726 Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
15727 stat() behaves similarly
15728 Branch: perl
15729 ! win32/win32.c
15730____________________________________________________________________________
15731[ 3395] By: jhi on 1999/05/11 22:21:32
15732 Log: Redo parts of #3341 and #3358 that #3394 undid.
15733 Branch: cfgperl
15734 ! Configure config_h.SH
15735____________________________________________________________________________
15736[ 3394] By: jhi on 1999/05/11 22:03:48
15737 Log: Add I_NETINET_TCP to help change #3391.
15738 Branch: cfgperl
15739 ! Configure config_h.SH ext/Socket/Socket.xs
15740____________________________________________________________________________
15741[ 3393] By: jhi on 1999/05/11 21:44:59
15742 Log: Integrate from mainperl.
15743 Branch: cfgperl
15744 !> (integrate 55 files)
15745____________________________________________________________________________
15746[ 3392] By: gsar on 1999/05/11 20:56:43
15747 Log: update embedvar.h
15748 Branch: perl
15749 ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
15750____________________________________________________________________________
15751[ 3391] By: gsar on 1999/05/11 16:32:05
15752 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15753 Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
15754 Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
15755 Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
15756 Branch: perl
15757 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
15758____________________________________________________________________________
15759[ 3390] By: gsar on 1999/05/11 15:27:40
15760 Log: display more frequent progress messages when STDOUT is a tty
15761 Branch: perl
15762 ! lib/Test/Harness.pm
15763____________________________________________________________________________
15764[ 3389] By: gsar on 1999/05/11 14:40:58
15765 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15766 Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
15767 Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
15768 Subject: [PATCH 5.005_53] Explanations by Test::Harness
15769 Branch: perl
15770 ! lib/Test/Harness.pm
15771____________________________________________________________________________
15772[ 3388] By: gsar on 1999/05/11 14:08:14
15773 Log: avoid creating spurious subroutine stubs on failed subroutine
15774 call and other places of sv_2cv() misuse; fixes problems with
15775 failed subroutine calls "hiding" later attempts to lookup methods
15776 in base classes
15777 Branch: perl
15778 ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
15779____________________________________________________________________________
15780[ 3387] By: gsar on 1999/05/11 09:34:13
15781 Log: various fixes for clean build and test on win32; configpm broken,
15782 needed to open myconfig.SH rather than myconfig; sundry adjustments
15783 to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
15784 work under win32; getenv_sv() changed to getenv_len() since SVs
15785 aren't visible in the lower echelons; remove bogus exports from
15786 config.sym; PERL_OBJECT-ness for C++ exception support; null out
15787 IoDIRP in filter_del() or sv_free() will attempt to close it
15788 Branch: perl
15789 ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
15790 ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
15791 ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
15792 ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
15793 ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
15794 ! win32/GenCAPI.pl win32/Makefile win32/config.bc
15795 ! win32/config.gc win32/config.vc win32/makedef.pl
15796 ! win32/makefile.mk win32/perlhost.h win32/runperl.c
15797 ! win32/win32.c win32/win32.h
15798____________________________________________________________________________
15799[ 3386] By: gsar on 1999/05/11 02:49:07
15800 Log: gutsupport for C++ exceptions
15801 From: Chip Salzenberg <chip@perlsupport.com>
15802 Date: Tue, 9 Mar 1999 11:51:57 -0500
15803 Message-ID: <19990309115157.E7911@perlsupport.com>
15804 Subject: [PATCH 5.005] Flexible Exceptions
15805 Branch: perl
15806 ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
15807 ! scope.c scope.h thrdvar.h util.c
15808____________________________________________________________________________
a6c40364
GS
15809[ 3385] By: gsar on 1999/05/10 19:33:36
15810 Log: "weak" references internals, still needs perlguts documentation
15811 (somewhat modified version of patch suggested by Tuomas J. Lukka
15812 <lukka@fas.harvard.edu>)
15813 Branch: perl
15814 ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
15815 ! pod/perldiag.pod proto.h sv.c sv.h util.c
15816____________________________________________________________________________
15817[ 3384] By: jhi on 1999/05/10 18:21:43
15818 Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
15819 (due to QAR 56761) (the bug has been fixed in 4.0E or better)
15820 Branch: cfgperl
15821 ! INSTALL hints/dec_osf.sh
15822____________________________________________________________________________
15823[ 3381] By: jhi on 1999/05/10 14:39:28
15824 Log: Integrate from mainperl.
15825 Branch: cfgperl
15826 +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
15827 +> cygwin32/build-instructions.charles-wilson
15828 +> cygwin32/build-instructions.sebastien-barre
15829 +> cygwin32/build-instructions.steven-morlock
15830 +> cygwin32/build-instructions.steven-morlock2
15831 +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
15832 +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
15833 +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
15834 +> t/op/numconvert.t utils/perlbc.PL
15835 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
15836 - cygwin32/perlld
15837 !> (integrate 105 files)
15838____________________________________________________________________________
15839[ 3380] By: gsar on 1999/05/10 12:27:14
15840 Log: regen regnodes.h
15841 Branch: perl
15842 ! Changes regnodes.h
15843____________________________________________________________________________
885f9e59
GS
15844[ 3379] By: gsar on 1999/05/10 12:17:26
15845 Log: From: jan.dubois@ibm.net (Jan Dubois)
15846 Date: Sat, 01 May 1999 22:55:36 +0200
15847 Message-ID: <373067e9.56194713@smtp1.ibm.net>
15848 Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
15849 Branch: perl
15850 ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
15851 ! win32/config_H.vc
15852____________________________________________________________________________
15853[ 3378] By: gsar on 1999/05/10 12:07:13
15854 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15855 Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
15856 Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
15857 Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
15858 Branch: perl
15859 + t/op/numconvert.t
15860 ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
15861 ! util.c
15862____________________________________________________________________________
15863[ 3377] By: gsar on 1999/05/10 11:39:48
15864 Log: pp_modulo comment tweak from Ilya
15865 Branch: perl
15866 ! pp.c
15867____________________________________________________________________________
15868[ 3376] By: gsar on 1999/05/10 11:30:40
15869 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15870 Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
15871 Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
15872 Subject: Test.pm update [PATCH _56]
15873 Branch: perl
15874 ! lib/Test.pm
15875____________________________________________________________________________
15876[ 3375] By: gsar on 1999/05/10 11:28:30
15877 Log: From: jan.dubois@ibm.net (Jan Dubois)
15878 Date: Fri, 07 May 1999 00:59:54 +0200
15879 Message-ID: <373318ae.19292461@smtp1.ibm.net>
15880 Subject: Re: Using existing memory for an SV's PV
15881 Branch: perl
15882 ! sv.c
15883____________________________________________________________________________
15884[ 3374] By: gsar on 1999/05/10 11:23:44
15885 Log: From: jan.dubois@ibm.net (Jan Dubois)
15886 Date: Fri, 07 May 1999 00:59:52 +0200
15887 Message-ID: <37321800.19118320@smtp1.ibm.net>
15888 Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
15889 Branch: perl
15890 ! perl.h
15891____________________________________________________________________________
15892[ 3373] By: gsar on 1999/05/10 11:22:10
15893 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15894 Date: Thu, 6 May 1999 18:17:28 -0400
15895 Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
15896 Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
15897 Branch: perl
15898 ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
15899 ! util.c
15900____________________________________________________________________________
15901[ 3372] By: gsar on 1999/05/10 10:57:49
15902 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15903 Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
15904 Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
15905 Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
15906 Branch: perl
15907 ! regcomp.c regcomp.pl
15908____________________________________________________________________________
15909[ 3371] By: gsar on 1999/05/10 10:54:01
15910 Log: From: lane@duphy4.physics.drexel.edu
15911 Date: Tue, 04 May 1999 10:19:25 -0700
15912 Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
15913 Subject: [PATCH 5.005.56] pod->html VMS fixes
15914 Branch: perl
15915 ! installhtml lib/Pod/Html.pm
15916____________________________________________________________________________
15917[ 3370] By: gsar on 1999/05/10 10:45:52
15918 Log: testsuite nits
15919 Branch: perl
15920 ! t/lib/io_linenum.t t/op/filetest.t
15921____________________________________________________________________________
15922[ 3369] By: gsar on 1999/05/10 10:35:22
15923 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15924 Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
15925 Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
15926 Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
15927 Branch: perl
15928 ! os2/os2ish.h os2/os2thread.h
15929____________________________________________________________________________
15930[ 3368] By: gsar on 1999/05/10 10:00:11
15931 Log: From: Albert Dvornik <bert@genscan.com>
15932 Date: 03 May 1999 12:20:57 -0400
15933 Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
15934 Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
15935 Branch: perl
15936 ! dump.c
15937____________________________________________________________________________
15938[ 3367] By: gsar on 1999/05/10 09:55:51
15939 Log: shadow password support for Solaris (needs Configure help to
15940 determine HAS_GETSPENT)
15941 From: "Patrick O'Brien" <pdo@cs.umd.edu>
15942 Date: Sat, 01 May 1999 19:41:17 -0400
15943 Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
15944 Subject: getpwent() under solaris
15945 Branch: perl
15946 ! pp_sys.c
15947____________________________________________________________________________
15948[ 3366] By: gsar on 1999/05/10 09:45:58
15949 Log: From: jan.dubois@ibm.net (Jan Dubois)
15950 Date: Sat, 01 May 1999 23:45:47 +0200
15951 Message-ID: <373373fb.59284266@smtp1.ibm.net>
15952 Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
15953 Branch: perl
15954 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15955 ! pod/perldelta.pod
15956____________________________________________________________________________
15957[ 3365] By: gsar on 1999/05/10 09:34:22
15958 Log: test suite and fix input_line_number()
15959 From: Paul Johnson <pjcj@transeda.com>
15960 Date: Thu, 29 Apr 1999 06:28:14 +0100
15961 Message-ID: <19990429062814.A17906@west-tip.transeda.com>
15962 Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
15963 Branch: perl
15964 + t/lib/io_linenum.t
15965 ! MANIFEST ext/IO/lib/IO/Handle.pm
15966____________________________________________________________________________
15967[ 3364] By: gsar on 1999/05/10 09:20:56
15968 Log: fix overeager [:foo:] parsing
15969 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15970 Date: Fri, 30 Apr 1999 09:26:18 +0100
15971 Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
15972 Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
15973 Branch: perl
15974 ! regcomp.c t/op/re_tests
15975____________________________________________________________________________
15976[ 3363] By: gsar on 1999/05/10 09:09:21
15977 Log: documentation for Win32 builtins (somewhat modified)
15978 From: jan.dubois@ibm.net (Jan Dubois)
15979 Date: Tue, 30 Mar 1999 08:05:03 +0200
15980 Message-ID: <37006783.1926460@smtp1.ibm.net>
15981 Subject: Re: Issues with build 509
15982 Branch: perl
15983 + pod/Win32.pod
15984 ! MANIFEST
15985____________________________________________________________________________
15986[ 3362] By: gsar on 1999/05/10 08:22:07
15987 Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
15988 Branch: perl
15989 ! lib/File/Copy.pm win32/win32.c
15990____________________________________________________________________________
15991[ 3361] By: gsar on 1999/05/10 08:11:29
15992 Log: escape ampersands in <pre> sections
15993 Branch: perl
15994 ! Changes lib/Pod/Html.pm
15995____________________________________________________________________________
15996[ 3360] By: gsar on 1999/05/10 08:04:14
15997 Log: AIX hints enhancements (threads build, SOCKS support)
15998 From: "David R. Favor" <dfavor@austin.ibm.com>
15999 Date: Wed, 28 Apr 1999 08:45:28 -0500
16000 Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
16001 Subject: Working build for AIX + gcc + threading
16002 Branch: perl
16003 ! hints/aix.sh
16004____________________________________________________________________________
db085819
GS
16005[ 3359] By: gsar on 1999/05/10 07:49:26
16006 Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
16007 Date: Tue, 27 Apr 1999 23:47:24 PDT
16008 Message-ID: <19990428064724.95244.qmail@hotmail.com>
16009 Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
16010 --
16011 Date: Thu, 29 Apr 1999 18:21:06 -0700
16012 Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
16013 Subject: [PATCH 5.005_56] double constants ( C.pm)
16014 --
16015 Date: Mon, 03 May 1999 20:21:31 PDT
16016 Message-ID: <19990504032131.81113.qmail@hotmail.com>
16017 Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
16018 --
16019 Date: Thu, 06 May 1999 17:57:09 -0700
16020 Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
16021 Subject: Stash.pm
16022 Branch: perl
16023 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
16024 ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
16025____________________________________________________________________________
16026[ 3358] By: gsar on 1999/05/10 04:39:15
16027 Log: cygwin32 update (untested adaptation of patch against 5.005_03)
16028 From: alexander smishlajev <als@turnhere.com>
16029 Date: Sun, 25 Apr 1999 14:58:29 +0300
16030 Message-ID: <37230365.5F68B460@turnhere.com>
16031 Subject: [PATCH]5.005_03 (CORE) cygwin32 port
16032 Branch: perl
16033 + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
16034 + cygwin32/build-instructions.charles-wilson
16035 + cygwin32/build-instructions.sebastien-barre
16036 + cygwin32/build-instructions.steven-morlock
16037 + cygwin32/build-instructions.steven-morlock2
16038 + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
16039 - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
16040 - cygwin32/perlld
16041 ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
16042 ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
16043 ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
16044 ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
16045 ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
16046 ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
16047____________________________________________________________________________
16048[ 3357] By: gsar on 1999/05/10 04:07:07
16049 Log: applied suggested patch, modulo already applied parts
16050 From: Charles Bailey <BAILEY@newman.upenn.edu>
16051 Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
16052 Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
16053 Subject: [Patch 5.005_56] VMS consolidated patch #2
16054 Branch: perl
16055 ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
16056 ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
16057 ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
16058 ! vms/subconfigure.com vms/test.com vms/vms.c
16059____________________________________________________________________________
16060[ 3356] By: gsar on 1999/05/10 03:48:08
16061 Log: applied suggested patch, with win32 and PERL_OBJECT additions
16062 From: Tom Hughes <tom@compton.nu>
16063 Date: Sat, 24 Apr 1999 18:11:59 +0100
16064 Message-ID: <609bdff748.tom@compton.compton.nu>
16065 Subject: ByteLoader patch
16066 Branch: perl
16067 + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
16068 + ext/ByteLoader/Makefile.PL utils/perlbc.PL
16069 ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
16070 ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
16071 ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
16072 ! utils/Makefile win32/Makefile win32/makefile.mk
16073____________________________________________________________________________
16074[ 3355] By: gsar on 1999/05/10 03:22:49
16075 Log: document 'test' attribute (from Andreas Koenig)
16076 Branch: perl
16077 ! lib/ExtUtils/MakeMaker.pm
16078____________________________________________________________________________
16079[ 3354] By: gsar on 1999/05/10 03:12:37
16080 Log: From: pmarquess@bfsec.bt.co.uk
16081 Date: Thu, 22 Apr 1999 23:12:08 +0100
16082 Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
16083 Subject: PATCH for small bug in scan_bin
16084 Branch: perl
16085 ! util.c
16086____________________________________________________________________________
16087[ 3353] By: gsar on 1999/05/10 02:39:33
16088 Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
16089 provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
16090 Branch: perl
16091 ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
16092 ! win32/win32iop.h
16093____________________________________________________________________________
16094[ 3352] By: gsar on 1999/05/09 22:47:39
16095 Log: flush all open output buffers before fork(), exec(), system, qx//
16096 and pipe open() operations, simplifying buffering headaches faced
16097 by users; uses fflush(NULL), which may need Configure test
16098 Branch: perl
16099 ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
16100 ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
16101____________________________________________________________________________
16102[ 3351] By: gsar on 1999/05/09 21:11:51
16103 Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
16104 Leroy <jll@skynet.be>)
16105 Branch: perl
16106 ! utils/perlcc.PL
16107____________________________________________________________________________
16108[ 3350] By: gsar on 1999/05/09 20:39:11
16109 Log: normalize $^X to full pathname on win32
16110 Branch: perl
16111 ! win32/runperl.c
16112____________________________________________________________________________
16113[ 3349] By: gsar on 1999/05/09 20:23:07
16114 Log: allow readline($globref), <$globref> already works
16115 Branch: perl
16116 ! pp_hot.c
16117____________________________________________________________________________
16118[ 3348] By: gsar on 1999/05/09 20:00:09
16119 Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
16120 <lemburg@online-club.de>)
16121 Branch: perl
16122 ! utils/perldoc.PL
16123____________________________________________________________________________
16124[ 3347] By: gsar on 1999/05/09 18:47:21
16125 Log: additions to Thread.pm docs from Tuomas J. Lukka
16126 <lukka@fas.harvard.edu>
16127 Branch: perl
16128 ! ext/Thread/Thread.pm
16129____________________________________________________________________________
16130[ 3346] By: gsar on 1999/05/09 18:38:00
16131 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16132 Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
16133 Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
16134 Subject: [PATCH _56] Re: pdt: Perl Development Tools?
16135 Branch: perl
16136 ! ext/B/B/Xref.pm
16137____________________________________________________________________________
16138[ 3345] By: gsar on 1999/05/09 18:22:43
16139 Log: work around mangled archname on win32 while finding privlib/sitelib;
16140 normalize lib paths to forward slashes internally
16141 Branch: perl
16142 ! win32/win32.c
16143____________________________________________________________________________
16144[ 3344] By: gsar on 1999/05/09 03:20:06
16145 Log: fix typo in dbm filters that caused odbm.t to fail
16146 Branch: perl
16147 ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
16148____________________________________________________________________________
16149[ 3343] By: gsar on 1999/05/09 02:02:59
16150 Log: tweak test totals
16151 Branch: perl
16152 ! Changes t/lib/tie-stdhandle.t
16153____________________________________________________________________________
4068bd03
GS
16154[ 3342] By: gsar on 1999/05/09 01:42:06
16155 Log: import list propagation busted (pointed out by Ton Hospel
16156 <thospel@mail.dma.be>)
16157 Branch: perl
16158 ! lib/autouse.pm
16159____________________________________________________________________________
16160[ 3341] By: gsar on 1999/05/09 00:54:18
16161 Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
16162 (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
16163 Branch: perl
16164 ! Configure Makefile.SH
16165____________________________________________________________________________
16166[ 3340] By: gsar on 1999/05/09 00:40:41
16167 Log: generate manpages for newly added utils
16168 Branch: perl
16169 ! installman
16170____________________________________________________________________________
16171[ 3339] By: gsar on 1999/05/09 00:33:50
16172 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16173 Date: Sun, 02 May 1999 17:59:24 +0100
16174 Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
16175 Subject: [PATCH] Re: ptr to realloced memory in yylex
16176 Branch: perl
16177 ! toke.c
16178____________________________________________________________________________
16179[ 3338] By: jhi on 1999/05/08 22:40:29
16180 Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
16181 Branch: cfgperl
16182 ! INSTALL
16183____________________________________________________________________________
16184[ 3337] By: jhi on 1999/05/08 22:22:26
16185 Log: Integrate from mainperl.
16186 Branch: cfgperl
16187 +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
16188 !> (integrate 54 files)
16189____________________________________________________________________________
16190[ 3336] By: gsar on 1999/05/08 21:48:22
16191 Log: make perldoc -f grok nested =items
16192 Branch: perl
16193 ! utils/perldoc.PL
16194____________________________________________________________________________
16195[ 3335] By: gsar on 1999/05/08 19:48:11
16196 Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
16197 Branch: perl
16198 ! op.c t/lib/fields.t
16199____________________________________________________________________________
16200[ 3334] By: gsar on 1999/05/08 19:09:41
16201 Log: update test totals
16202 Branch: perl
16203 ! t/lib/bigintpm.t
16204____________________________________________________________________________
16205[ 3333] By: gsar on 1999/05/08 16:56:02
16206 Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
16207 Branch: perl
16208 ! pod/perlfunc.pod
16209____________________________________________________________________________
16210[ 3332] By: gsar on 1999/05/08 16:46:44
16211 Log: applied suggested patch, added tests
16212 From: William Mann <wmann@avici.com>
16213 Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
16214 Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
16215 Subject: BigInt.pm extensions for logical operations
16216 Branch: perl
16217 ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
16218____________________________________________________________________________
16219[ 3331] By: gsar on 1999/05/08 16:09:33
16220 Log: avoid temporary files named 'tmp'
16221 Branch: perl
16222 ! Makefile.SH pp.c
16223____________________________________________________________________________
16224[ 3330] By: nick on 1999/05/08 14:16:30
16225 Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
16226 Provide Tie::StdHandle
16227 Basic update of docs.
16228 Branch: perl
16229 + t/lib/tie-stdhandle.t
16230 ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
16231____________________________________________________________________________
16232[ 3329] By: nick on 1999/05/08 12:03:45
16233 Log: Tweaks to open(my $fh,...) stuff
16234 Branch: perl
16235 ! op.c pp.c pp_sys.c t/io/open.t
16236____________________________________________________________________________
16237[ 3328] By: nick on 1999/05/08 11:18:42
16238 Log: Bring SDBM_File.xs into line with new typemap
16239 Branch: perl
16240 ! ext/SDBM_File/SDBM_File.xs
16241____________________________________________________________________________
16242[ 3327] By: gsar on 1999/05/08 00:07:11
16243 Log: add test case for AUTOLOAD reentrancy fix in change#3279
16244 Branch: perl
16245 ! t/lib/autoloader.t
16246____________________________________________________________________________
16247[ 3326] By: nick on 1999/05/07 21:24:50
16248 Log: Implement open( my $fh, ...) and similar.
16249 Set flag in op.c for "constructor ops"
16250 In pp_rv2gv, if flag is set and arg is PADSV and uninit
16251 vivify as reference to a detached GV.
16252 (Name of GV is the pad name.)
16253 This scheme should "just work" for pipe/socket etc. too.
16254
16255 #if 0 out the open(FH,undef) for now.
16256 Change t/io/open.t to test open(my $fh,...)
16257 Branch: perl
16258 ! op.c pp.c pp_sys.c t/io/open.t
16259____________________________________________________________________________
16260[ 3325] By: nick on 1999/05/07 21:18:42
16261 Log: Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().
16262 Branch: perl
16263 ! util.c
16264____________________________________________________________________________
16265[ 3324] By: gsar on 1999/05/07 20:28:31
16266 Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
16267 intervening code has to allocate SVs)
16268 Branch: perl
16269 ! util.c
16270____________________________________________________________________________
16271[ 3323] By: gsar on 1999/05/07 19:45:08
16272 Log: allow line numbers to show in diagnostics during global destruction
16273 Branch: perl
16274 ! util.c
16275____________________________________________________________________________
16276[ 3322] By: gsar on 1999/05/07 09:38:11
16277 Log: From: Dan Sugalski <sugalskd@ous.edu>
16278 Date: Fri, 09 Apr 1999 16:16:39 -0700
16279 Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
16280 Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
16281 Branch: perl
16282 ! lib/ExtUtils/MM_VMS.pm
16283____________________________________________________________________________
16284[ 3321] By: gsar on 1999/05/07 09:08:23
16285 Log: From: kwzh@gnu.org (Karl Heuer)
16286 Date: Wed, 7 Apr 1999 23:58:58 -0400
16287 Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
16288 Subject: [perl-5.005.02] detect lack of /dev/tty
16289 Branch: perl
16290 ! Makefile.SH
16291____________________________________________________________________________
16292[ 3320] By: gsar on 1999/05/07 08:52:14
16293 Log: allow distinct prefix for versioned executables
16294 From: Roderick Schertler <roderick@argon.org>
16295 Date: Wed, 07 Apr 1999 15:34:56 -0400
16296 Message-ID: <3003.923513696@eeyore.ibcinc.com>
16297 Subject: perl55.00503 -> perl5.00503 patch for installperl
16298 Branch: perl
16299 ! INSTALL installperl
16300____________________________________________________________________________
16301[ 3319] By: gsar on 1999/05/07 08:07:02
16302 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16303 Date: Mon, 05 Apr 1999 15:38:42 -0700
16304 Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
16305 Subject: Re: chomp fails with $/ in fixed-length record mode
16306 --
16307 From: Roderick Schertler <roderick@argon.org>
16308 Date: Tue, 06 Apr 1999 21:11:37 -0400
16309 Message-ID: <2795.923447497@eeyore.ibcinc.com>
16310 Subject: Re: chomp fails with $/ in fixed-length record mode
16311 Branch: perl
16312 ! doop.c pod/perlfunc.pod t/op/chop.t
16313____________________________________________________________________________
16314[ 3318] By: gsar on 1999/05/07 07:56:35
16315 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16316 Date: Tue, 6 Apr 1999 01:40:36 -0400
16317 Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
16318 Subject: [PATCH 5.005_*] Make % use fmod()
16319 Branch: perl
16320 ! pp.c t/op/arith.t
16321____________________________________________________________________________
16322[ 3317] By: gsar on 1999/05/07 04:18:11
16323 Log: DBM Filters (via private mail)
16324 From: pmarquess@bfsec.bt.co.uk
16325 Date: Sun, 18 Apr 1999 21:05:52 +0100
16326 Message-Id: <199904182009.NAA19152@activestate.com>
16327 Subject: DBM Filters
16328 Branch: perl
16329 + pod/perldbmfilter.pod
16330 ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
16331 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
16332 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16333 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
16334 ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
16335 ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
16336 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
16337 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
16338 ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
16339 ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
16340 ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
16341 ! t/lib/sdbm.t
16342____________________________________________________________________________
16343[ 3316] By: gsar on 1999/05/07 03:28:53
16344 Log: avoid negative return value from Win32::GetTickCount()
16345 From: jan.dubois@ibm.net (Jan Dubois)
16346 Date: Sat, 03 Apr 1999 19:04:18 +0200
16347 Message-ID: <37084742.22824479@smtp1.ibm.net>
16348 Subject: Re: Win32::GetTickCount
16349 Branch: perl
16350 ! win32/win32.c
16351____________________________________________________________________________
4068bd03
GS
16352[ 3314] By: gsar on 1999/05/06 08:01:23
16353 Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
16354 Date: Tue, 30 Mar 1999 23:40:34 PST
16355 Message-ID: <19990331074034.6117.qmail@hotmail.com>
16356 Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
16357 --
16358 Date: Wed, 07 Apr 1999 00:28:23 -0800
16359 Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
16360 Subject: [PATCH 5.005_56] function prototypes(B.pm)
16361 --
16362 Date: Thu, 22 Apr 1999 23:40:52 -0700
16363 Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
16364 Subject: [PATCH 5.005_56 ] discarding worthless padsvs
16365 --
16366 Date: Tue, 27 Apr 1999 01:14:49 PDT
16367 Message-ID: <19990427081449.28615.qmail@hotmail.com>
16368 Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
16369 Branch: perl
16370 ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
16371 ! t/op/ref.t
16372____________________________________________________________________________
16373[ 3313] By: jhi on 1999/05/06 07:59:52
16374 Log: Integrate from mainperl.
16375 Branch: cfgperl
16376 !> (integrate 33 files)
16377____________________________________________________________________________
16378[ 3312] By: gsar on 1999/05/06 07:11:50
16379 Log: add Ethiopic section to unicode master database (from Ken
16380 Whistler <kenw@sybase.com>)
16381 Branch: perl
16382 ! lib/unicode/UnicodeData-Latest.txt
16383____________________________________________________________________________
16384[ 3311] By: gsar on 1999/05/06 05:37:55
16385 Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
16386 Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
16387 Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
16388 Subject: Largefiles for Solaris
16389 Branch: perl
16390 ! hints/solaris_2.sh
16391____________________________________________________________________________
16392[ 3310] By: gsar on 1999/05/06 05:14:35
16393 Log: emit more accurate diagnostic for syntax errors involving <>
16394 within eval""
16395 Branch: perl
16396 ! toke.c utils/perldoc.PL
16397____________________________________________________________________________
16398[ 3309] By: gsar on 1999/05/06 04:36:31
16399 Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
16400 Branch: perl
16401 ! t/lib/open3.t
16402____________________________________________________________________________
16403[ 3308] By: gsar on 1999/05/06 03:19:16
16404 Log: applied first part of suggested patch (bug described cannot be
16405 reproduced any longer, so the second inconclusive part has not
16406 been applied)
16407 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16408 Date: Sun, 28 Mar 1999 04:51:34 +0100
16409 Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
16410 Subject: [PATCH 5.005_56] Re: A core dump
16411 Branch: perl
16412 ! toke.c
16413____________________________________________________________________________
16414[ 3307] By: gsar on 1999/05/06 01:56:06
16415 Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
c9fdb9e9 16416 change#3180)
4068bd03
GS
16417 Branch: perl
16418 ! op.c
16419____________________________________________________________________________
16420[ 3306] By: gsar on 1999/05/05 17:17:34
16421 Log: applied non-conflicting parts of suggested patch
16422 From: Charles Bailey <BAILEY@newman.upenn.edu>
16423 Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
16424 Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
16425 Subject: [Patch 5.005_56] Revised VMS patch
16426 Branch: perl
16427 ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
16428 ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
16429____________________________________________________________________________
f675dbe5
CB
16430[ 3305] By: gsar on 1999/05/05 16:20:19
16431 Log: make perldoc use backslashed pathnames within system() on win32
16432 Branch: perl
16433 ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
16434____________________________________________________________________________
16435[ 3304] By: gsar on 1999/05/05 07:29:43
16436 Log: upgrade Pod::Parser to v1.081 from CPAN
16437 Branch: perl
16438 ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
16439 ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
16440 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
16441____________________________________________________________________________
16442[ 3303] By: gsar on 1999/05/05 07:02:07
16443 Log: From: Andy Dougherty <doughera@lafayette.edu>
16444 Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
16445 Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
16446 Subject: [PATCH 5.005_03-MT3] INSTALL patches
16447 Branch: perl
16448 ! INSTALL
16449____________________________________________________________________________
16450[ 3302] By: gsar on 1999/05/05 06:55:21
16451 Log: load base packages based on nonexistent $VERSION
16452 From: andreas.koenig@anima.de (Andreas J. Koenig)
16453 Date: 19 Mar 1999 06:00:28 +0100
16454 Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
16455 Subject: Re: base.pm flaw
16456 Branch: perl
16457 ! lib/base.pm lib/locale.pm
16458____________________________________________________________________________
16459[ 3301] By: gsar on 1999/05/04 05:41:08
16460 Log: pod2man outputs switched date and revision label (fix suggested by
16461 EthanSasiela@mede.com)
16462 Branch: perl
16463 ! pod/pod2man.PL
16464____________________________________________________________________________
16465[ 3300] By: gsar on 1999/05/03 18:48:25
16466 Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
16467 (makes opendir(D,"c:") work reliably)
16468 Branch: perl
16469 ! win32/win32.c
16470____________________________________________________________________________
16471[ 3299] By: gsar on 1999/05/02 19:39:55
16472 Log: add test case for change#3298
16473 Branch: perl
16474 ! sv.c t/op/readdir.t
16475____________________________________________________________________________
16476[ 3298] By: gsar on 1999/05/02 19:24:41
16477 Log: close directory handles properly when localized
16478 Branch: perl
16479 ! sv.c
16480____________________________________________________________________________
16481[ 3297] By: jhi on 1999/04/30 11:42:14
16482 Log: Integrate from mainperl.
16483 Branch: cfgperl
16484 !> Changes config_h.SH configure.com lib/AutoLoader.pm
16485 !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
16486 !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
16487 !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
16488 !> vms/subconfigure.com win32/win32.c
16489____________________________________________________________________________
16490[ 3293] By: chip on 1999/04/29 18:50:49
16491 Log: Fix shebang lines.
16492 Branch: maint-5.004/perl
16493 ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
16494 ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
16495 ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
16496 ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
16497 ! x2p/find2perl.PL x2p/s2p.PL
16498____________________________________________________________________________
16499[ 3284] By: gsar on 1999/04/27 00:48:42
16500 Log: integrate change#3279 from maint-5.004
16501 Branch: perl
16502 ! lib/AutoLoader.pm
16503____________________________________________________________________________
16504[ 3279] By: chip on 1999/04/26 23:09:26
16505 Log: Make &AutoLoad::AUTOLOAD reentrant.
16506 Branch: maint-5.004/perl
16507 ! lib/AutoLoader.pm
16508____________________________________________________________________________
16509[ 3276] By: chip on 1999/04/26 22:34:36
16510 Log: Make porting scripts executable.
16511 Branch: maint-5.004/perl
16512 ! Changes Porting/genlog Porting/makerel Porting/p4desc
16513 ! Porting/patchls
16514____________________________________________________________________________
16515[ 3274] By: gsar on 1999/04/26 17:30:31
16516 Log: allow embedded null characters in diagnostics
16517 Branch: perl
16518 ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
16519____________________________________________________________________________
16520[ 3273] By: gsar on 1999/04/26 08:27:22
16521 Log: hand-applied conflicting parts of suggested patch
16522 From: Charles Bailey <BAILEY@newman.upenn.edu>
16523 Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
16524 Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
16525 Subject: [PATCH 5.005_56] VMS configuration/build
16526 Branch: perl
16527 ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
16528 ! vms/munchconfig.c vms/subconfigure.com
16529____________________________________________________________________________
16530[ 3272] By: gsar on 1999/04/26 08:25:41
16531 Log: update Changes; tweak minor regressions
16532 Branch: perl
16533 ! Changes lib/AutoSplit.pm lib/File/Path.pm
16534____________________________________________________________________________
16535[ 3271] By: gsar on 1999/04/26 07:52:51
16536 Log: integrate change#3229 from maint-5.004
16537 Branch: perl
16538 ! pp_ctl.c util.c
16539____________________________________________________________________________
53667d02
GS
16540[ 3270] By: gsar on 1999/04/25 22:58:27
16541 Log: fix buggy reference count on refs to SVs with autoviv magic
16542 (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
16543 accessing free()d memory)
16544 Branch: perl
16545 ! pp.c t/op/ref.t
16546____________________________________________________________________________
16547[ 3269] By: gsar on 1999/04/24 17:07:55
16548 Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
16549 on win32)
16550 Branch: perl
16551 ! win32/win32.c
16552____________________________________________________________________________
16553[ 3268] By: gsar on 1999/04/24 16:38:25
16554 Log: kill dup hunk
16555 Branch: perl
16556 ! config_h.SH
16557____________________________________________________________________________
16558[ 3267] By: gsar on 1999/04/24 16:35:57
16559 Log: integrate cfgperl changes into mainline
16560 Branch: perl
16561 +> myconfig.SH
16562 - myconfig
16563 ! pod/perlre.pod
16564 !> (integrate 38 files)
16565____________________________________________________________________________
16566[ 3266] By: jhi on 1999/04/23 18:42:44
16567 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16568 To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
16569 Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
16570 Cc: Lionel Cons <lionel.cons@cern.ch>,
16571 Ilya Zakharevich <ilya@math.ohio-state.edu>,
16572 David Hayes <david@bdel.com>
16573 Subject: [PATCH] h2ph
16574 Date: Fri, 23 Apr 1999 12:37:23 -0400
16575 Message-ID: <19990423123723.A49550@O2.chapin.edu>
16576 Branch: cfgperl
16577 ! utils/h2ph.PL
16578____________________________________________________________________________
16579[ 3265] By: jhi on 1999/04/21 18:17:12
16580 Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
16581 To: perlbug@perl.org
16582 Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
16583 Date: Wed, 21 Apr 1999 08:17:54 -0700
16584 Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
16585 Branch: cfgperl
16586 ! vms/descrip_mms.template
16587____________________________________________________________________________
16588[ 3264] By: jhi on 1999/04/20 08:50:54
16589 Log: From: Andy Dougherty <doughera@lafayette.edu>
16590 To: The Perl Porters Mailing List <perl5-porters@perl.org>
16591 Subject: [PATCH 5.005_56] Re: 5.006 Todo
16592 Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
16593 Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
16594 Branch: cfgperl
16595 ! Porting/pumpkin.pod
16596____________________________________________________________________________
16597[ 3263] By: jhi on 1999/04/20 08:05:01
16598 Log: From: Chip Salzenberg <chip@perlsupport.com>
16599 To: Perl 5 Porters <perl5-porters@perl.org>
16600 Subject: [PATCH 5.005_56] Configure: $sig_count
16601 Date: Sun, 18 Apr 1999 17:54:36 -0400
16602 Message-ID: <19990418175436.A27496@perlsupport.com>
16603 Branch: cfgperl
16604 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16605 ! config_h.SH
16606____________________________________________________________________________
16607[ 3262] By: jhi on 1999/04/19 18:23:50
16608 Log: Subject: PATCH wrong faq reference in perlbook.pod
16609 From: Robin Barker <rmb1@cise.npl.co.uk>
16610 To: perlbug@perl.com
16611 Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
16612 Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
16613 Branch: cfgperl
16614 ! pod/perlbook.pod
16615____________________________________________________________________________
16616[ 3261] By: jhi on 1999/04/15 13:59:04
16617 Log: From: Andy Dougherty <doughera@lafayette.edu>
16618 To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
16619 Cc: Perl Porters <perl5-porters@perl.org>
16620 Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
16621 Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
16622 Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
16623 Branch: cfgperl
16624 ! hints/solaris_2.sh
16625____________________________________________________________________________
16626[ 3260] By: jhi on 1999/04/15 13:56:53
16627 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16628 To: pumpkings@jhereg.perl.com
16629 Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
16630 Date: Thu, 15 Apr 1999 07:13:41 -0600
16631 Message-Id: <199904151313.HAA07682@jhereg.perl.com>
16632 Branch: cfgperl
16633 ! pod/perldata.pod
16634____________________________________________________________________________
16635[ 3259] By: jhi on 1999/04/13 23:12:52
16636 Log: LDLIBPTH also on 'clean' targets.
16637 Branch: cfgperl
16638 ! Makefile.SH
16639____________________________________________________________________________
16640[ 3258] By: jhi on 1999/04/13 21:38:46
16641 Log: Add information about the two DEC C compiler optimizer bugs
16642 (what patch levels of the compilers fix them).
16643 Branch: cfgperl
16644 ! pp.c t/op/repeat.t
16645____________________________________________________________________________
16646[ 3257] By: jhi on 1999/04/13 14:25:08
16647 Log: Be polite about ccdlflags and lddflags, too.
16648 Avoid Perl's malloc only when threaded.
16649 Branch: cfgperl
16650 ! hints/aix.sh
16651____________________________________________________________________________
16652[ 3256] By: jhi on 1999/04/13 10:21:33
16653 Log: Croak if no known ways to semctl() (don't assume union semun).
16654 Branch: cfgperl
16655 ! doio.c perl.h
16656____________________________________________________________________________
16657[ 3255] By: jhi on 1999/04/13 09:10:26
16658 Log: From: Dan Sugalski <sugalskd@osshe.edu>
16659 To: perl5-porters@perl.org, vmsperl@perl.org
16660 Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
16661 Date: Mon, 12 Apr 1999 13:36:48 -0700
16662 Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
16663 Branch: cfgperl
16664 ! lib/ExtUtils/MM_VMS.pm
16665____________________________________________________________________________
16666[ 3254] By: jhi on 1999/04/13 06:56:26
16667 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16668 To: perlbug@perl.com
16669 Subject: Update for OpenBSD hints
16670 Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
16671 Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
16672 Branch: cfgperl
16673 ! hints/openbsd.sh
16674____________________________________________________________________________
16675[ 3229] By: chip on 1999/04/13 04:04:14
16676 Log: Preserve errno from importunities of sfio.
16677 Branch: maint-5.004/perl
16678 ! pp_ctl.c util.c
16679____________________________________________________________________________
16680[ 3226] By: jhi on 1999/04/11 12:52:26
16681 Log: If both ways to call semctl are broken, skip the tests.
16682 Branch: cfgperl
16683 ! t/lib/ipc_sysv.t
16684____________________________________________________________________________
16685[ 3225] By: jhi on 1999/04/10 22:27:28
16686 Log: From: Andy Dougherty <doughera@lafayette.edu>
16687 To: dsembr01@ox.slug.louisville.edu
16688 Cc: perlbug@perl.com
16689 Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
16690 Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
16691 Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
16692 Branch: cfgperl
16693 ! ext/POSIX/POSIX.xs
16694____________________________________________________________________________
16695[ 3224] By: jhi on 1999/04/09 18:50:32
16696 Log: From: Andy Dougherty <doughera@lafayette.edu>
16697 To: Perl Porters <perl5-porters@perl.org>
16698 Subject: [PATCH 5.005_56] Re: prefix= in hints
16699 Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
16700 Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
16701
16702 (Overrides change #3204 from Kurt)
16703 Branch: cfgperl
16704 ! hints/linux.sh
16705____________________________________________________________________________
16706[ 3223] By: jhi on 1999/04/09 18:37:55
16707 Log: Understand Apollo's //node notation.
16708
16709 From: Johann Klasek <jk@auto.tuwien.ac.at>
16710 To: jhi@iki.fi
16711 Subject: Re: DomainPerl
16712 Date: Fri, 9 Apr 1999 18:21:37 +0200
16713 Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
16714 Branch: cfgperl
16715 ! lib/Cwd.pm
16716____________________________________________________________________________
16717[ 3220] By: jhi on 1999/04/04 16:33:49
16718 Log: Integrate from mainperl.
16719 Branch: cfgperl
16720 !> (integrate 39 files)
16721____________________________________________________________________________
16722[ 3219] By: gsar on 1999/04/04 02:48:17
16723 Log: tweak previous change
16724 Branch: maint-5.005/perl
16725 ! win32/win32.c
16726____________________________________________________________________________
16727[ 3218] By: gsar on 1999/04/04 02:44:47
16728 Log: be careful about extending the stack for the Win32:: builtins
16729 Branch: maint-5.005/perl
16730 ! win32/win32.c
16731____________________________________________________________________________
16732[ 3217] By: gsar on 1999/04/04 01:59:26
16733 Log: correct places that said newSVpv() when they meant newSVpvn()
16734 Branch: perl
16735 ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
16736 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
16737 ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
16738 ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
16739 ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
16740 ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
16741 ! win32/win32.c
16742____________________________________________________________________________
16743[ 3216] By: gsar on 1999/04/03 23:58:27
16744 Log: avoid duplicate code
16745 Branch: perl
16746 ! sv.c
16747____________________________________________________________________________
16748[ 3215] By: gsar on 1999/04/03 23:14:34
16749 Log: grow PL_tmps_stack more efficiently; make it more amenable to
16750 STRESS_REALLOC testing
16751 Branch: perl
16752 ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
16753 ! sv.c
16754____________________________________________________________________________
16755[ 3214] By: gsar on 1999/04/03 21:01:09
16756 Log: scrounge and save three extra branches in pp_entersub()
16757 Branch: perl
16758 ! cv.h pp_ctl.c pp_hot.c
16759____________________________________________________________________________
16760[ 3213] By: gsar on 1999/04/03 17:43:23
16761 Log: remove duplicate code and an extra branch in sv_setsv() and
16762 other hot code by making SvTHINKFIRST() think about FAKE SVs
16763 Branch: perl
16764 ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
16765 ! proto.h scope.c sv.c sv.h
16766____________________________________________________________________________
16767[ 3212] By: jhi on 1999/04/03 16:20:09
16768 Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
16769
16770 From: John Bley <jbb6@acpub.duke.edu>
16771 To: perlbug@perl.org
16772 Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
16773 Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
16774 Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
16775 Branch: cfgperl
16776 ! doio.c pp_sys.c
16777____________________________________________________________________________
16778[ 3211] By: jhi on 1999/04/03 13:27:26
16779 Log: Change #3210 was rather unportable. This is better.
16780 Branch: cfgperl
16781 ! Configure config_h.SH
16782____________________________________________________________________________
16783[ 3210] By: jhi on 1999/04/03 13:16:20
16784 Log: Avoid Digital UNIX' ksh.
16785
16786 From: Jarkko Hietaniemi <jhi@iki.fi>
16787 To: Henrik Tougaard <ht000@siberut.foa.dk>
16788 Cc: perlbug@perl.com, ht000@foa.dk
16789 Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
16790 Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET)
16791 Message-ID: <13999.10289.319422.239987@alpha.hut.fi>
16792 Branch: cfgperl
16793 ! Configure config_h.SH
16794____________________________________________________________________________
16795[ 3209] By: jhi on 1999/04/03 12:49:04
16796 Log: Integrate from mainperl.
16797 Branch: cfgperl
16798 !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
16799____________________________________________________________________________
16800[ 3208] By: jhi on 1999/04/03 12:27:24
16801 Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
16802
16803 From: Lionel Cons <lionel.cons@cern.ch>
16804 To: jhi@iki.fi
16805 Cc: perlbug@perl.com, kstar@isinet.com,
16806 Philippe Defert <philippe.defert@cern.ch>
16807 Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
16808 Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
16809 Message-Id: <199904011205.OAA11380@mercury.cern.ch>
16810 Branch: cfgperl
16811 ! hints/irix_6.sh
16812____________________________________________________________________________
16813[ 3207] By: jhi on 1999/04/03 12:20:21
16814 Log: Be polite about usemymalloc.
16815 Branch: cfgperl
16816 ! hints/aix.sh
16817____________________________________________________________________________
16818[ 3206] By: gsar on 1999/04/02 23:31:59
16819 Log: a typo in change#3205
16820 Branch: perl
16821 ! t/lib/bigfloatpm.t
16822____________________________________________________________________________
16823[ 3205] By: gsar on 1999/04/02 23:20:31
16824 Log: make testsuite reflect change#3157 (Math::BigFloat->new now
16825 returns NaNs faithfully)
16826 Branch: perl
16827 ! t/lib/bigfloatpm.t
16828____________________________________________________________________________
16829[ 3204] By: jhi on 1999/04/02 22:03:23
16830 Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
16831
16832 From: "Kurt D. Starsinic" <kstar@chapin.edu>
16833 To: perl5-porters@perl.org
16834 Subject: linux hints nit
16835 Date: Fri, 2 Apr 1999 16:49:47 -0500
16836 Message-ID: <19990402164947.E80926@O2.chapin.edu>
16837 Branch: cfgperl
16838 ! hints/linux.sh
16839____________________________________________________________________________
16840[ 3203] By: jhi on 1999/04/02 22:00:56
16841 Log: Display exact glibc version in Linux.
16842
16843 From: Andy Dougherty <doughera@lafayette.edu>
16844 To: Perl Porters <perl5-porters@perl.org>
16845 Subject: Displaying glibc version on Linux
16846 Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
16847 Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
16848 Branch: cfgperl
16849 ! hints/linux.sh
16850____________________________________________________________________________
16851[ 3202] By: gsar on 1999/04/02 21:23:18
16852 Log: various little goofs
16853 Branch: perl
16854 ! Changes Makefile.SH README installperl
16855____________________________________________________________________________
16856[ 3201] By: jhi on 1999/04/02 13:13:39
16857 Log: Configure regen.
16858
16859 Add llseek + offset_t probing.
16860 Change CONFIG to CONFIGDOTSH.
16861 'unset foo' is unportable, use foo=''.
16862 Branch: cfgperl
16863 ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16864 ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
16865 ! perl_exp.SH writemain.SH
16866____________________________________________________________________________
16867[ 3200] By: jhi on 1999/04/02 12:06:22
16868 Log: Introduce myconfig.SH.
16869
16870 From: Andy Dougherty <doughera@lafayette.edu>
16871 To: Jarkko Hietaniemi <jhi@iki.fi>
16872 Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
16873 Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
16874 Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
16875 Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
16876 Branch: cfgperl
16877 + myconfig.SH
16878 - myconfig
16879 ! MANIFEST
16880____________________________________________________________________________
16881[ 3195] By: jhi on 1999/03/28 16:42:54
16882 Log: Update perlhist on 5_03.
16883 Branch: maint-5.005/perl
16884 ! pod/perlhist.pod
16885____________________________________________________________________________
16886[ 3194] By: jhi on 1999/03/28 12:30:01
16887 Log: Integrate from mainperl.
16888 Branch: cfgperl
16889 +> t/op/grep.t
16890 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
16891 ! t/lib/bigintpm.t
16892 !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
16893 !> t/lib/thread.t
16894____________________________________________________________________________
16895[ 3189] By: gsar on 1999/03/28 08:22:00
16896 Log: various pod niggles
16897 Branch: maint-5.005/perl
16898 ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
16899 ! pod/perlfunc.pod pod/perlhist.pod
16900____________________________________________________________________________
16901[ 3187] By: gsar on 1999/03/28 07:31:16
16902 Log: regularize CAPI declarations (CAPI extensions now build under
16903 the Borland compiler)
16904 Branch: maint-5.005/perl
16905 ! win32/GenCAPI.pl
16906____________________________________________________________________________
16907[ 3186] By: gsar on 1999/03/28 07:26:33
16908 Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
16909 -DPERL_CAPI
16910 Branch: maint-5.005/perl
16911 ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
16912____________________________________________________________________________
16913[ 3183] By: gsar on 1999/03/28 06:00:46
16914 Log: update p4 utility to ignore non-text files
16915 Branch: perl
16916 ! Porting/p4desc
16917____________________________________________________________________________
efb12ca0
GS
16918[ 3181] By: gsar on 1999/03/28 03:37:23
16919 Log: integrate change#3179 from maint-5.005
16920 Branch: perl
16921 !> ext/Thread/Thread.xs t/lib/thread.t
16922____________________________________________________________________________
16923[ 3180] By: gsar on 1999/03/28 02:28:20
16924 Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
16925 (sometimes caused bizarreness in the BLOCK)
16926 Branch: perl
16927 + t/op/grep.t
16928 ! MANIFEST op.c
16929____________________________________________________________________________
16930[ 3179] By: gsar on 1999/03/28 02:14:04
16931 Log: fix thread segfault when passing large number of arguments to child
16932 a la C<Thread->new($foo, 1..1000)>
16933 Branch: maint-5.005/perl
16934 ! ext/Thread/Thread.xs t/lib/thread.t
16935____________________________________________________________________________
16936[ 3178] By: gbarr on 1999/03/28 01:39:23
16937 Log: fix $Config{'usethreads'} typo in perlthrtut
16938
16939 From: Ian Maloney <szhmf9@wsblob.ubs.com>
16940 Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
16941 Message-Id: <199903251540.QAA02439@wsblob.>
16942 Subject: perlthrtut documentation error
16943 Branch: maint-5.005/perl
16944 ! pod/perlthrtut.pod
16945____________________________________________________________________________
16946[ 3173] By: gbarr on 1999/03/27 18:19:47
16947 Log: Update Test.pm to VERSION 1.122 from CPAN
16948 Branch: maint-5.005/perl
16949 ! lib/Test.pm
16950____________________________________________________________________________
16951[ 3171] By: jhi on 1999/03/26 22:38:28
16952 Log: Integrate from mainperl.
16953 Branch: cfgperl
16954 !> (integrate 37 files)
16955____________________________________________________________________________
16956[ 3170] By: gsar on 1999/03/26 01:30:25
16957 Log: specify type of bracket in "Unmatched bracket" diagnostic;
16958 prefer 'brace' or 'curly bracket' over 'curly brace'
16959 Branch: perl
16960 ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
16961 ! t/op/misc.t t/op/re_tests toke.c
16962____________________________________________________________________________
16963[ 3169] By: gsar on 1999/03/26 00:50:51
16964 Log: better description of "Integer overflow" diagnostic
16965 Branch: perl
16966 ! pod/perldiag.pod
16967____________________________________________________________________________
16968[ 3168] By: gsar on 1999/03/25 11:02:46
16969 Log: applied needful parts of suggested patch
16970 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
16971 Date: Tue, 23 Mar 1999 16:21:43 -0800
16972 Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
16973 Subject: [PATCH 5.005_56] pp_formline correction
16974 Branch: perl
16975 ! ext/B/B/Bblock.pm ext/B/B/CC.pm
16976____________________________________________________________________________
16977[ 3167] By: gsar on 1999/03/25 10:39:02
16978 Log: clarify what a "comment" means (due to Mark-Jason Dominus
16979 <mjd@plover.com>)
16980 Branch: perl
16981 ! pod/perlsyn.pod
16982____________________________________________________________________________
16983[ 3166] By: gsar on 1999/03/25 10:33:18
16984 Log: describe current behavior on local($foo{nothere}) (suggested by
16985 Lionel Cons <lionel.cons@cern.ch>)
16986 Branch: perl
16987 ! pod/perlsub.pod
16988____________________________________________________________________________
16989[ 3165] By: gsar on 1999/03/25 06:21:05
16990 Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
16991 <vishalb@hotmail.com>)
16992 Branch: perl
16993 ! ext/B/B/C.pm
16994____________________________________________________________________________
16995[ 3164] By: gsar on 1999/03/25 06:17:27
16996 Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16997 Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
16998 Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
16999 Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
17000 Branch: perl
17001 ! ext/B/B.xs op.h opcode.pl
17002____________________________________________________________________________
17003[ 3163] By: gsar on 1999/03/25 06:15:49
17004 Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
17005 Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
17006 Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
17007 Subject: [PATCH _56] B::Deparse 0.57
17008 --
17009 Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
17010 Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
17011 Subject: Re: [PATCH _56] B::Deparse 0.57
17012 Branch: perl
17013 ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
17014____________________________________________________________________________
17015[ 3162] By: gsar on 1999/03/25 06:11:46
17016 Log: fix a few places that said 'int', but meant 'STRLEN'
17017 Branch: perl
17018 ! pod/perlguts.pod proto.h sv.c
17019____________________________________________________________________________
17020[ 3161] By: gsar on 1999/03/25 06:01:18
17021 Log: From: Russ Allbery <rra@stanford.edu>
17022 Date: 22 Mar 1999 04:26:26 -0800
17023 Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
17024 Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
17025 Branch: perl
17026 ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
17027 ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
17028 ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
17029 ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
17030____________________________________________________________________________
17031[ 3160] By: gsar on 1999/03/25 02:26:31
17032 Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
17033 Branch: perl
17034 ! opcode.h opcode.pl
17035____________________________________________________________________________
17036[ 3159] By: gsar on 1999/03/25 02:18:17
17037 Log: add statement-modifier loops to :base_loop class
17038 Branch: perl
17039 ! ext/Opcode/Opcode.pm
17040____________________________________________________________________________
17041[ 3158] By: gsar on 1999/03/25 00:36:57
17042 Log: integrate changes#3105,3130,3154 from maint-5.005
17043 Branch: perl
17044 !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
17045____________________________________________________________________________
17046[ 3157] By: gsar on 1999/03/25 00:24:17
17047 Log: remove bogus panic()
17048 Branch: perl
17049 ! Changes lib/Math/BigFloat.pm
17050____________________________________________________________________________
17051[ 3156] By: jhi on 1999/03/24 22:43:43
17052 Log: Integrate from mainperl.
17053 Branch: cfgperl
17054 +> (branch 38 files)
17055 !> (integrate 68 files)
17056____________________________________________________________________________
17057[ 3155] By: jhi on 1999/03/24 22:12:17
17058 Log: Configure regenerated because of changes #3130/#3154 and #3147.
17059 Branch: cfgperl
17060 ! Configure config_h.SH
17061____________________________________________________________________________
17062[ 3154] By: jhi on 1999/03/24 21:40:51
17063 Log: Reword the shared library search path (LD_LIBRARY_PATH) info
17064 based on suggestions from Andy Dougherty.
17065 Branch: maint-5.005/perl
17066 ! INSTALL
17067____________________________________________________________________________
0e8b9368
GS
17068[ 3153] By: gsar on 1999/03/24 10:38:05
17069 Log: applied suggested patch, modulo superceded parts
17070 From: Charles Bailey <BAILEY@newman.upenn.edu>
17071 Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
17072 Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
17073 Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
17074 Branch: perl
17075 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
17076 ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
17077 ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
17078 ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
17079____________________________________________________________________________
17080[ 3152] By: gsar on 1999/03/24 10:30:51
17081 Log: applied suggested patch, modulo superceded parts
17082 From: Charles Bailey <BAILEY@newman.upenn.edu>
17083 Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
17084 Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
17085 Subject: [PATCH 5.005_56] Miscellaneous small fixes
17086 Branch: perl
17087 ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
17088 ! lib/File/Basename.pm
17089____________________________________________________________________________
17090[ 3151] By: gsar on 1999/03/24 10:15:00
17091 Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
17092 Branch: perl
17093 ! pod/perlop.pod
17094____________________________________________________________________________
17095[ 3150] By: gsar on 1999/03/24 10:09:13
17096 Log: missing integration in previous change
17097 Branch: perl
17098 !> README.apollo
17099____________________________________________________________________________
17100[ 3149] By: gsar on 1999/03/24 10:06:44
17101 Log: integrate changes#3116,3119 from maint-5.005
17102 Branch: perl
17103 + README.apollo
17104 +> apollo/netinet/in.h
17105 !> MANIFEST hints/apollo.sh t/lib/io_udp.t
17106____________________________________________________________________________
17107[ 3148] By: gsar on 1999/03/24 10:01:56
17108 Log: integrate changes#3091-3094 from maint-5.005
17109 Branch: perl
17110 !> README.hurd vms/subconfigure.com vos/config.h
17111 !> vos/config_h.SH_orig
17112____________________________________________________________________________
17113[ 3147] By: gsar on 1999/03/24 09:31:49
17114 Log: warn about newfangled vfork() caveats
17115 Branch: perl
17116 ! Configure
17117____________________________________________________________________________
17118[ 3146] By: jhi on 1999/03/24 09:20:14
17119 Log: Bring in changes #2808 and #2812 (from mainline perl)
17120 that enhance the perlbug checklist.
17121 Branch: maint-5.005/perl
17122 ! utils/perlbug.PL
17123____________________________________________________________________________
17124[ 3145] By: gsar on 1999/03/24 08:37:02
17125 Log: integrate change#3115 from maint-5.005
17126 Branch: perl
17127 !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17128 !> ext/DB_File/DB_File.xs ext/DB_File/typemap
17129____________________________________________________________________________
17130[ 3144] By: gsar on 1999/03/24 08:33:59
17131 Log: add note about map in scalar context
17132 Branch: perl
17133 ! pod/perlfunc.pod
17134____________________________________________________________________________
17135[ 3143] By: gsar on 1999/03/24 08:25:59
17136 Log: doc tweak
17137 Branch: perl
17138 ! lib/Time/Local.pm
17139____________________________________________________________________________
17140[ 3142] By: gsar on 1999/03/24 08:20:37
17141 Log: applied suggested patch, modulo bogus hunk
17142 From: "Vishal Bhatia" <vishalb@hotmail.com>
17143 Date: Thu, 11 Mar 1999 07:40:27 PST
17144 Message-ID: <19990311154027.25891.qmail@hotmail.com>
17145 Subject: [PATCH 5.005_56] Minor fixes in perlcc
17146 Branch: perl
17147 ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
17148____________________________________________________________________________
17149[ 3141] By: gsar on 1999/03/24 08:06:12
17150 Log: integrate change#3104 from maint-5.005
17151 Branch: perl
17152 !> README.os390 t/lib/posix.t
17153____________________________________________________________________________
17154[ 3140] By: gsar on 1999/03/24 06:34:56
17155 Log: fix failure of C<&locked_sub;> under -Dusethreads
17156 Branch: perl
17157 ! pp_hot.c t/lib/thread.t
17158____________________________________________________________________________
17159[ 3139] By: gsar on 1999/03/24 05:52:00
17160 Log: debugger tweak (wasn't printing a newline after recalled commands)
17161 Branch: perl
17162 ! lib/perl5db.pl
17163____________________________________________________________________________
17164[ 3138] By: gsar on 1999/03/24 05:33:28
17165 Log: document OO exceptions (based on a suggestion by Andreas Koenig
17166 <andreas.koenig@anima.de>)
17167 Branch: perl
17168 ! pod/perlfunc.pod
17169____________________________________________________________________________
17170[ 3137] By: gsar on 1999/03/24 02:50:20
17171 Log: better "Illegal %s digit ignored" warnings
17172 Branch: perl
17173 ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
17174 ! toke.c util.c
17175____________________________________________________________________________
17176[ 3136] By: gsar on 1999/03/24 02:26:38
17177 Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
17178 Branch: perl
17179 + t/pragma/utf8.t
17180 ! regcomp.c
17181____________________________________________________________________________
17182[ 3135] By: gsar on 1999/03/24 01:29:09
17183 Log: flip release & version in win32_uname()
17184 Branch: perl
17185 ! win32/win32.c
17186____________________________________________________________________________
17187[ 3134] By: gsar on 1999/03/24 01:08:33
17188 Log: support POSIX::uname() via win32_uname()
17189 Branch: perl
17190 ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
17191 ! win32/config.gc win32/config.vc win32/config_H.bc
17192 ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
17193 ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17194____________________________________________________________________________
17195[ 3133] By: gsar on 1999/03/23 22:20:10
17196 Log: From: jan.dubois@ibm.net (Jan Dubois)
17197 Date: Sat, 06 Mar 1999 21:42:56 +0100
17198 Message-ID: <36e49281.50337171@smtp1.ibm.net>
17199 Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
17200 Branch: perl
17201 ! pod/perldelta.pod
17202____________________________________________________________________________
17203[ 3132] By: gsar on 1999/03/23 22:17:45
17204 Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
17205 Date: Sat, 06 Mar 1999 17:50:49 +0100
17206 Message-ID: <36e25209.33833760@smtp1.ibm.net>
17207 Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
17208 --
17209 Date: Sat, 06 Mar 1999 18:15:00 +0100
17210 Message-ID: <36e36222.37954195@smtp1.ibm.net>
17211 Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
17212 Branch: perl
17213 + t/lib/filefunc.t
17214 ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
17215 ! pod/perldelta.pod pod/perlmodlib.pod
17216____________________________________________________________________________
17217[ 3131] By: gsar on 1999/03/23 22:07:59
17218 Log: integrate cfgperl changes into mainline
17219 Branch: perl
17220 +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
17221 !> Configure Makefile.SH config_h.SH configure.gnu handy.h
17222 !> installperl malloc.c perl.c perl.h pod/perl.pod
17223 !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
17224____________________________________________________________________________
17225[ 3130] By: jhi on 1999/03/23 22:02:23
17226 Log: Don't use config.msg to remind about the
17227 LD_LIBRARY_PATH because Makefile.SH takes
17228 care of that.
17229
17230 Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
17231 This used to be the default but in some MT or another it
17232 was dropped because of some transient error or another.
17233 Branch: maint-5.005/perl
17234 ! Configure hints/dec_osf.sh
17235____________________________________________________________________________
17236[ 3129] By: gsar on 1999/03/23 21:38:03
17237 Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
17238 to size and better maintainability)
17239 Branch: perl
17240 + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
17241 + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
17242 + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
17243 + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
17244 + t/pod/headings.t t/pod/headings.xr t/pod/include.t
17245 + t/pod/include.xr t/pod/included.t t/pod/included.xr
17246 + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
17247 + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
17248 + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
17249 + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
17250 + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
17251 ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
17252 ! win32/Makefile win32/makefile.mk win32/pod.mak
17253____________________________________________________________________________
17254[ 3128] By: jhi on 1999/03/23 10:14:54
17255 Log: Integrate from mainperl.
17256 Branch: cfgperl
17257 !> (integrate 46 files)
17258____________________________________________________________________________
17259[ 3127] By: gsar on 1999/03/23 06:57:30
17260 Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
17261 Date: Thu, 4 Mar 1999 10:54:01 -0800
17262 Message-Id: <9903041854.AA46868@frc0000>
17263 Subject: patch for useless Math::BigInt warnings
17264 Branch: perl
17265 ! lib/Math/BigInt.pm
17266____________________________________________________________________________
17267[ 3126] By: gsar on 1999/03/23 05:54:37
17268 Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
17269 From: "Kurt D. Starsinic" <kstar@chapin.edu>
17270 Date: Fri, 19 Feb 1999 15:47:59 -0500
17271 Message-ID: <19990219154759.A32350@O2.chapin.edu>
17272 Subject: [PATCH] OSF/1 hints
17273 Branch: perl
17274 ! hints/dec_osf.sh
17275____________________________________________________________________________
17276[ 3125] By: gsar on 1999/03/23 00:56:38
17277 Log: avoid typeglob persistence in pp_readline()
17278 Branch: perl
17279 ! sv.c t/op/gv.t
17280____________________________________________________________________________
17281[ 3124] By: gsar on 1999/03/22 21:12:23
17282 Log: update copyright years
17283 Branch: perl
17284 ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
17285 ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
17286 ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
17287 ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
17288 ! sv.c sv.h toke.c utf8.c utf8.h util.c
17289____________________________________________________________________________
17290[ 3123] By: gsar on 1999/03/22 07:07:06
17291 Log: implement win32_spawnvp() internally, making it return true PIDs
17292 for asynchronous spawns; fix win32_kill() to always deal with
17293 PIDs
17294 Branch: perl
17295 ! win32/win32.c win32/win32.h
17296____________________________________________________________________________
17297[ 3122] By: jhi on 1999/03/19 21:12:14
17298 Log: Describe the new Benchmark feature in more detail.
17299 Branch: cfgperl
17300 ! pod/perldelta.pod
17301 Branch: maint-5.005/perl
17302 ! pod/perldelta.pod
17303____________________________________________________________________________
17304[ 3121] By: jhi on 1999/03/19 08:16:12
17305 Log: AVAILABILITY tuning.
17306 Branch: cfgperl
17307 ! pod/perl.pod
17308 Branch: maint-5.005/perl
17309 ! pod/perl.pod
17310____________________________________________________________________________
4eb8286e
GS
17311[ 3120] By: jhi on 1999/03/17 14:52:17
17312 Log: Rhapsody change assumed too much.
17313 Branch: cfgperl
17314 ! t/op/stat.t
17315____________________________________________________________________________
17316[ 3119] By: jhi on 1999/03/17 14:33:43
17317 Log: More Apollo fixes.
17318 Branch: maint-5.005/perl
17319 ! README.apollo hints/apollo.sh t/lib/io_udp.t
17320____________________________________________________________________________
17321[ 3118] By: jhi on 1999/03/16 17:23:39
17322 Log: Nada.
17323 Branch: maint-5.005/perl
17324 ! README.apollo
17325____________________________________________________________________________
17326[ 3117] By: jhi on 1999/03/16 17:18:49
17327 Log: Apollo DomainOS AVAILABILITY.
17328 Branch: cfgperl
17329 ! pod/perl.pod
17330 Branch: maint-5.005/perl
17331 ! pod/perl.pod
17332____________________________________________________________________________
17333[ 3116] By: jhi on 1999/03/16 17:14:00
17334 Log: Apollo DomainOS patch
17335 From: Johann Klasek <jk@auto.tuwien.ac.at>
17336 Subject: Re: DomainPerl
17337 Date: Tue, 16 Mar 1999 17:46:32 +0100
17338 Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
17339 Branch: maint-5.005/perl
17340 + README.apollo apollo/netinet/in.h
17341 ! MANIFEST hints/apollo.sh
17342____________________________________________________________________________
17343[ 3115] By: jhi on 1999/03/16 14:23:54
17344 Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
17345 To: Gurusamy Sarathy <gsar@activestate.com>,
17346 Graham Barr <gbarr@pobox.com>
17347 Cc: Perl5 Porters <perl5-porters@perl.org>,
17348 "Paul.Marquess" <Paul.Marquess@btinternet.com>
17349 Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
17350 Date: Sun, 14 Mar 1999 14:43:57 -0000
17351 Message-Id: <199903141841.NAA17040@defender.perl.org>
17352 Branch: maint-5.005/perl
17353 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17354 ! ext/DB_File/DB_File.xs ext/DB_File/typemap
17355____________________________________________________________________________
17356[ 3114] By: jhi on 1999/03/16 12:42:20
17357 Log: Mention Rhapsody in 5.005_5X perldelta,
17358 and in Rhapsody and Netware in 5.005_0X and 5.005_5X
17359 *planned* AVAILABILITY.
17360 Branch: cfgperl
17361 ! pod/perl.pod pod/perldelta.pod
17362 Branch: maint-5.005/perl
17363 ! pod/perl.pod
17364____________________________________________________________________________
17365[ 3113] By: jhi on 1999/03/16 10:38:53
17366 Log: perldelta niggling.
17367 Branch: cfgperl
17368 ! pod/perldelta.pod
17369 Branch: maint-5.005/perl
17370 ! pod/perldelta.pod
17371____________________________________________________________________________
17372[ 3112] By: jhi on 1999/03/16 10:35:21
17373 Log: Integrate from mainperl.
17374 Branch: cfgperl
17375 !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
17376 !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
17377____________________________________________________________________________
17378[ 3111] By: jhi on 1999/03/16 10:28:10
17379 Log: AVAILABILITY update: still mention PowerUX,
17380 Novell Netware now has sources available.
17381 Branch: cfgperl
17382 ! pod/perl.pod
17383 Branch: maint-5.005/perl
17384 ! pod/perl.pod
17385____________________________________________________________________________
17386[ 3110] By: gsar on 1999/03/16 04:34:23
17387 Log: sundry pod niggles
17388 Branch: perl
17389 ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
17390 ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
17391____________________________________________________________________________
17392[ 3109] By: jhi on 1999/03/15 17:00:11
17393 Log: Integrate from mainperl.
17394 Branch: cfgperl
17395 +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
17396 +> lib/unicode/Is/Syllable.pl
17397 +> lib/unicode/MakeEthiopicSyllables.PL
17398 +> lib/unicode/README.Ethiopic
17399 !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
17400 !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
17401 !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
17402 !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
17403 !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
17404 !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
17405 !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
17406 !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
17407____________________________________________________________________________
17408[ 3108] By: jhi on 1999/03/15 16:58:12
17409 Log: First pass of integrating the Rhapsody port,
17410
17411 From: Wilfredo Sanchez <wsanchez@apple.com>
17412 Subject: Keeping the world in sync.
17413 Reply-To: wsanchez@apple.com
17414 To: perlbug@perl.com
17415 Date: Fri, 13 Nov 1998 17:11:30 -0800
17416 Message-Id: <199811140111.RAA41784@scv4.apple.com>
17417 Branch: cfgperl
17418 + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
17419 ! Configure Makefile.SH config_h.SH configure.gnu handy.h
17420 ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
17421 ! x2p/util.c
17422____________________________________________________________________________
17423[ 3107] By: gsar on 1999/03/15 03:22:10
17424 Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
17425 From: Daniel Yacob <dmulholl@cs.indiana.edu>
17426 Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
17427 Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
17428 Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
17429 Branch: perl
17430 + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
17431 + lib/unicode/Is/Syllable.pl
17432 + lib/unicode/MakeEthiopicSyllables.PL
17433 + lib/unicode/README.Ethiopic
17434 ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
17435 ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
17436 ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
17437 ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
17438 ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
17439 ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
17440 ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
17441 ! lib/unicode/Name.pl lib/unicode/Number.pl
17442____________________________________________________________________________
17443[ 3106] By: gsar on 1999/03/12 20:35:36
17444 Log: change#3067 failed package.t due to needless creation of $a and $b;
17445 fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
17446 Branch: perl
17447 ! op.c
17448____________________________________________________________________________
17449[ 3105] By: jhi on 1999/03/12 15:54:57
17450 Log: Recognize the NetBSD packages collection.
17451 Branch: maint-5.005/perl
17452 ! hints/netbsd.sh
17453____________________________________________________________________________
17454[ 3104] By: jhi on 1999/03/12 09:07:04
17455 Log: From: pvhp@forte.com (Peter Prymmer)
17456 To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
17457 Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
17458 Date: Thu, 11 Mar 99 14:24:54 PST
17459 Message-Id: <9903112224.AA24346@forte.com>
17460 Branch: maint-5.005/perl
17461 ! README.os390 t/lib/posix.t
17462____________________________________________________________________________
17463[ 3103] By: jhi on 1999/03/10 11:07:46
17464 Log: Integrate from mainperl.
17465 Branch: cfgperl
17466 !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
17467 !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
17468 !> t/pragma/warn/1global toke.c win32/makedef.pl
17469____________________________________________________________________________
17470[ 3102] By: jhi on 1999/03/10 11:01:20
17471 Log: From: pvhp@forte.com (Peter Prymmer)
17472 To: perl5-porters@perl.org
17473 Subject: [5.005_03-MT6]Patch: time passes
17474 Date: Tue, 9 Mar 99 18:42:17 PST
17475 Message-Id: <9903100242.AA29057@forte.com>
17476 Branch: maint-5.005/perl
17477 ! perl.c
17478____________________________________________________________________________
17479[ 3101] By: jhi on 1999/03/10 10:30:15
17480 Log: From: Mark-Jason Dominus <mjd@plover.com>
17481 To: perl5-porters@perl.com
17482 Subject: Minor fix to perlfunc.pod
17483 Date: Mon, 08 Mar 1999 20:05:53 -0500
17484 Message-ID: <19990309010553.13757.qmail@plover.com>
17485 Branch: maint-5.005/perl
17486 ! pod/perlfunc.pod
17487____________________________________________________________________________
17488[ 3100] By: gsar on 1999/03/09 23:04:44
17489 Log: change#3060 had the wrong quotes
17490 Branch: perl
17491 ! pod/pod2man.PL
17492____________________________________________________________________________
17493[ 3099] By: jhi on 1999/03/09 12:52:21
17494 Log: d_uname was broken (probably since _53), reported by
17495
17496 From: Alan Burlison <Alan.Burlison@uk.sun.com>
17497 To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
17498 cpan-testers@perl.org
17499 Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
17500 Date: Mon, 08 Mar 1999 13:22:31 +0000
17501 Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
17502
17503 and
17504
17505 From: lvirden@cas.org (Larry W. Virden)
17506 To: perlbug@perl.com
17507 Subject: configure not correctly identifying uname posix compatibility
17508 Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
17509 Message-Id: <199903081136.GAA23682@cas.org>
17510 Branch: cfgperl
17511 ! Configure config_h.SH
17512____________________________________________________________________________
17513[ 3098] By: gsar on 1999/03/09 03:16:07
17514 Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
17515 Branch: perl
17516 ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
17517____________________________________________________________________________
17518[ 3097] By: gsar on 1999/03/09 02:50:43
17519 Log: use yyerror() instead of croak() so that compile-time failures in
17520 my(LIST) don't confuse globals with lexicals
17521 Branch: perl
17522 ! op.c toke.c
17523____________________________________________________________________________
17524[ 3096] By: gsar on 1999/03/09 02:47:36
17525 Log: adjust testsuite for change#3067
17526 Branch: perl
17527 ! t/pragma/warn/1global
17528____________________________________________________________________________
17529[ 3095] By: gsar on 1999/03/08 21:04:48
17530 Log: remove bogus symbols from global.sym
17531 Branch: perl
17532 ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
17533 ! perl.h win32/makedef.pl
17534____________________________________________________________________________
17535[ 3094] By: jhi on 1999/03/06 16:16:15
17536 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
17537 To: jhi@iki.fi
17538 Subject: Oops
17539 Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
17540 Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
17541 Branch: maint-5.005/perl
17542 ! README.hurd
17543____________________________________________________________________________
17544[ 3093] By: jhi on 1999/03/06 15:59:46
17545 Log: From: Mark Kettenis <kettenis@wins.uva.nl>
17546 To: jhi@iki.fi
17547 Subject: New Hurd README
17548 Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
17549 Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
17550 Branch: maint-5.005/perl
17551 ! README.hurd
17552____________________________________________________________________________
17553[ 3092] By: jhi on 1999/03/06 12:52:06
17554 Log: From: Paul_Green@stratus.com
17555 To: perl5-porters@perl.org
17556 Cc: jhi@iki.fi, Paul_Green@stratus.com
17557 Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
17558 Date: Fri, 5 Mar 1999 18:08:49 -0500
17559 Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
17560 Branch: maint-5.005/perl
17561 ! vos/config.h vos/config_h.SH_orig
17562____________________________________________________________________________
17563[ 3091] By: jhi on 1999/03/06 12:42:21
17564 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17565 To: perl5-porters@perl.org, vmsperl@perl.org
17566 Subject: [PATCH 5.005_03-MT6]VMS build patch
17567 Date: Fri, 05 Mar 1999 12:36:19 -0800
17568 Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
17569 Branch: maint-5.005/perl
17570 ! vms/subconfigure.com
17571____________________________________________________________________________
17572[ 3090] By: gsar on 1999/03/06 04:40:03
17573 Log: integrate change#3089 from mainline
17574
17575 tolerate CRs after options
17576 Branch: maint-5.005/perl
17577 !> perl.c
17578____________________________________________________________________________
db5cf5a9
GS
17579[ 3089] By: gsar on 1999/03/06 04:30:40
17580 Log: tolerate CRs after options
17581 Branch: perl
17582 ! perl.c
17583____________________________________________________________________________
17584[ 3088] By: jhi on 1999/03/05 12:49:01
17585 Log: Integrate from mainperl.
17586 Branch: cfgperl
17587 +> README.hurd
17588 !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
17589____________________________________________________________________________
17590[ 3087] By: gsar on 1999/03/05 06:41:16
17591 Log: adjust timeouts to accomodate slow/busy systems
17592 Branch: perl
17593 ! t/lib/io_sock.t
17594____________________________________________________________________________
17595[ 3083] By: gsar on 1999/03/05 01:32:47
17596 Log: integrate change#3081 from maint-5.005
17597 Branch: perl
17598 !> ext/Errno/Errno_pm.PL
17599____________________________________________________________________________
17600[ 3082] By: gsar on 1999/03/05 01:31:06
17601 Log: integrate change#2904 from maint-5.005
17602 Branch: perl
17603 +> README.hurd
17604 !> MANIFEST
17605____________________________________________________________________________
17606[ 3081] By: gsar on 1999/03/05 00:14:33
17607 Log: protect against doubled backslashes
17608 Branch: maint-5.005/perl
17609 ! ext/Errno/Errno_pm.PL
17610____________________________________________________________________________
17611[ 3077] By: jhi on 1999/03/04 08:10:13
17612 Log: Integrate from mainperl.
17613 Branch: cfgperl
17614 +> ext/B/B/Stash.pm
17615 !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
17616 !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
17617 !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
17618 !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
17619____________________________________________________________________________
17620[ 3076] By: jhi on 1999/03/04 08:07:59
17621 Log: Regen config_h.SH once more because of *size,
17622 noticed by
17623
17624 From: Hans Mulder <hansm@icgned.icgroup.nl>
17625 To: Jarkko Hietaniemi <jhi@iki.fi>
17626 Cc: perl5-porters@perl.org
17627 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
17628 Date: Thu, 4 Mar 99 00:10:45 +0100
17629 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
17630 Branch: cfgperl
17631 ! Configure config_h.SH
17632____________________________________________________________________________
17633[ 3068] By: gsar on 1999/03/04 05:48:03
17634 Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
17635 Date: Thu, 4 Mar 99 00:10:45 +0100
17636 Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
17637 Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
17638 Branch: perl
17639 ! config_h.SH
17640____________________________________________________________________________
17641[ 3067] By: gsar on 1999/03/04 05:44:32
17642 Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
17643 From: Graham Barr <gbarr@ti.com>
17644 Date: Wed, 3 Mar 1999 17:23:56 -0600
17645 Message-ID: <19990303172356.F7442@dal.asp.ti.com>
17646 Subject: Re: 'use strict' doesn't work for one-letter variables
17647 Branch: perl
17648 ! gv.c op.c
17649____________________________________________________________________________
17650[ 3066] By: gsar on 1999/03/04 05:20:50
17651 Log: updates to compiler modules
17652 From: "Vishal Bhatia" <vishalb@hotmail.com>
17653 Date: Tue, 02 Mar 1999 23:27:25 PST
17654 Message-ID: <19990303072725.779.qmail@hotmail.com>
17655 Subject: PATCH 5.005_56 + Test procedure
17656 Branch: perl
17657 + ext/B/B/Stash.pm
17658 ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
17659 ! lib/Test/Harness.pm utils/perlcc.PL
17660____________________________________________________________________________
17661[ 3065] By: gsar on 1999/03/04 05:03:30
17662 Log: more s/s_/s!/ etc.
17663 Branch: perl
17664 ! pod/perldelta.pod pod/perlfunc.pod
17665____________________________________________________________________________
17666[ 3064] By: gsar on 1999/03/04 04:50:45
17667 Log: integrate cfgperl contents into mainline
17668 Branch: perl
17669 !> Configure README.vms bytecode.h config_h.SH configure.com
17670 !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
17671 !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
17672 !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
17673____________________________________________________________________________
17674[ 3063] By: gsar on 1999/03/04 04:44:13
17675 Log: HP-UX has yet another spelling for /NaNQ?/
17676 Branch: perl
17677 ! t/lib/bigfloatpm.t
17678____________________________________________________________________________
17679[ 3062] By: gsar on 1999/03/04 04:36:08
17680 Log: error-check for accept() test
17681 Branch: perl
17682 ! t/lib/io_sock.t
17683____________________________________________________________________________
17684[ 3061] By: gsar on 1999/03/04 03:40:25
17685 Log: allow custom comparison function in File::Compare::compare_text()
17686 From: jan.dubois@ibm.net (Jan Dubois)
17687 Date: Fri, 26 Feb 1999 21:56:09 +0100
17688 Message-ID: <36db0838.8805651@smtp1.ibm.net>
17689 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
17690 Branch: perl
17691 ! lib/File/Compare.pm
17692____________________________________________________________________________
17693[ 3060] By: gsar on 1999/03/04 03:37:38
17694 Log: better version of change#3038
17695 From: abigail@fnx.com
17696 Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
17697 Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
17698 Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
17699 Branch: perl
17700 ! pod/pod2man.PL
17701____________________________________________________________________________
17702[ 3058] By: jhi on 1999/03/03 22:30:40
17703 Log: Configure regen to
17704 (1) match maint-5.005 patches #3056 and #3057
17705 (2) better version of PHOSTNAME of #3050
17706 (3) the crosscompile/multiarch config_h.SH trouble solved for now
17707 Branch: cfgperl
17708 ! Configure config_h.SH
17709____________________________________________________________________________
17710[ 3054] By: jhi on 1999/03/03 09:57:59
17711 Log: Change #3053 missed perldelta.
17712 Branch: cfgperl
17713 ! pod/perldelta.pod
17714____________________________________________________________________________
17715[ 3053] By: jhi on 1999/03/03 08:29:43
17716 Log: Use '!' to mark native integer packings instead of '_'.
17717 Branch: cfgperl
17718 ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
17719____________________________________________________________________________
17720[ 3052] By: jhi on 1999/03/02 23:12:36
17721 Log: The HP-UX threads patch (change #3028) is needed also here.
17722 Branch: cfgperl
17723 ! hints/hpux.sh thread.h
17724____________________________________________________________________________
17725[ 3051] By: jhi on 1999/03/02 08:24:52
17726 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17727 To: perl5-porters@perl.org, vmsperl@perl.org
17728 Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
17729 Date: Mon, 01 Mar 1999 16:10:57 -0800
17730 Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
17731 Branch: cfgperl
17732 ! README.vms
17733 Branch: maint-5.005/perl
17734 ! README.vms
17735____________________________________________________________________________
17736[ 3050] By: jhi on 1999/03/02 08:22:29
17737 Log: From: Dan Sugalski <sugalskd@osshe.edu>
17738 To: perl5-porters@perl.org, vmsperl@perl.org
17739 Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
17740 Date: Mon, 01 Mar 1999 16:06:29 -0800
17741 Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
17742
17743 From: Dan Sugalski <sugalskd@osshe.edu>
17744 To: perl5-porters@perl.org, vmsperl@perl.org
17745 Subject: [PATCH 5.005_56]vmsish.pm patch
17746 Date: Mon, 01 Mar 1999 20:19:04 -0800
17747 Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
17748
17749 plus Configure regen containing a "solution" to the
17750 crosscompile/multiarch problem.
17751 Branch: cfgperl
17752 ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
17753 ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
17754____________________________________________________________________________
17755[ 3049] By: jhi on 1999/03/02 07:34:21
17756 Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
17757 To: perl5-porters@perl.org
17758 Subject: [PATCH] Eliminate (valid) warning in byterun.c
17759 Date: Mon, 01 Mar 1999 17:27:59 -0500
17760 Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
17761 Branch: cfgperl
17762 ! bytecode.h
17763 Branch: maint-5.005/perl
17764 ! bytecode.h
17765____________________________________________________________________________
17766[ 3048] By: gsar on 1999/03/02 06:41:21
17767 Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17768 Branch: perl
17769 ! MANIFEST README.hpux
17770____________________________________________________________________________
17771[ 3047] By: jhi on 1999/03/01 06:34:43
17772 Log: Integrate from mainperl.
17773 Branch: cfgperl
17774 +> README.hpux lib/File/Spec/Functions.pm
17775 !> (integrate 28 files)
17776____________________________________________________________________________
17777[ 3046] By: gsar on 1999/03/01 05:34:28
17778 Log: this is 5.005_56
17779 Branch: perl
17780 ! Changes
17781
17782----------------
17783Version 5.005_56
642c2561
GS
17784----------------
17785
17786____________________________________________________________________________
f3af6f93
GS
17787[ 3045] By: gsar on 1999/03/01 03:32:30
17788 Log: destroy PL_svref_mutex in perl_destruct()
17789 Branch: perl
17790 ! perl.c
17791____________________________________________________________________________
17792[ 3044] By: gsar on 1999/03/01 00:38:50
17793 Log: up patchlevel &c.
17794 Branch: perl
17795 ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
17796 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17797 ! win32/makefile.mk
17798____________________________________________________________________________
642c2561
GS
17799[ 3043] By: gsar on 1999/03/01 00:14:15
17800 Log: integrate cfgperl contents into mainline
17801 Branch: perl
17802 ! pod/perldelta.pod
17803 !> Configure config_h.SH
17804____________________________________________________________________________
17805[ 3042] By: gsar on 1999/02/28 23:55:08
17806 Log: slightly edited version of suggested patch
17807 From: jan.dubois@ibm.net (Jan Dubois)
17808 Date: Mon, 01 Mar 1999 00:32:05 +0100
17809 Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
17810 Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
17811 Branch: perl
17812 + lib/File/Spec/Functions.pm
17813 ! MANIFEST lib/File/Spec.pm
17814____________________________________________________________________________
17815[ 3041] By: gsar on 1999/02/28 22:47:19
17816 Log: fix subtle bug in eval'' testsuite
17817 Branch: perl
17818 ! t/op/eval.t
17819____________________________________________________________________________
17820[ 3040] By: gsar on 1999/02/28 22:46:24
17821 Log: avoid literal control characters in change#3039
17822 Branch: perl
17823 ! t/base/lex.t
17824____________________________________________________________________________
17825[ 3039] By: gsar on 1999/02/28 21:47:18
17826 Log: todo item: permit extended control variables a la ${^Foo} (patch
17827 courtesy Mark-Jason Dominus <mjd@plover.com>)
17828 Branch: perl
17829 ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
17830 ! t/base/lex.t toke.c
17831____________________________________________________________________________
17832[ 3038] By: gsar on 1999/02/28 21:21:05
17833 Log: From: abigail@fnx.com
17834 Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
17835 Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
17836 Subject: Recognize -> and => inside [A-Z]<> sequences.
17837 Branch: perl
17838 ! pod/pod2man.PL
17839____________________________________________________________________________
17840[ 3037] By: gsar on 1999/02/28 21:12:22
17841 Log: fix longstanding bug: searches for lexicals originating within eval''
17842 weren't stopping at the subroutine boundary correctly
17843 Branch: perl
17844 ! op.c proto.h t/op/eval.t
17845____________________________________________________________________________
17846[ 3036] By: gsar on 1999/02/28 20:02:29
17847 Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
17848 as stacked list values
17849 From: jan.dubois@ibm.net (Jan Dubois)
17850 Date: Sat, 27 Feb 1999 18:24:17 +0100
17851 Message-ID: <36e22849.36531259@smtp1.ibm.net>
17852 Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup
17853 Branch: perl
17854 ! win32/win32.c
17855____________________________________________________________________________
17856[ 3035] By: gsar on 1999/02/28 19:48:54
17857 Log: remove superfluous stack_sp decl
17858 Branch: perl
17859 ! jpl/JNI/JNI.xs
17860____________________________________________________________________________
17861[ 3034] By: gsar on 1999/02/28 19:34:58
17862 Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
17863 Branch: perl
17864 ! lib/Getopt/Std.pm
17865____________________________________________________________________________
17866[ 3033] By: gsar on 1999/02/28 19:23:41
17867 Log: add File::Compare::compare_text()
17868 From: jan.dubois@ibm.net (Jan Dubois)
17869 Date: Fri, 26 Feb 1999 00:20:41 +0100
17870 Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
17871 Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff())
17872 Branch: perl
17873 ! lib/File/Compare.pm pod/perltodo.pod
17874____________________________________________________________________________
17875[ 3032] By: gsar on 1999/02/28 19:01:33
17876 Log: add README.hpux
17877 Branch: perl
17878 + README.hpux
17879 ! MAINTAIN MANIFEST
17880____________________________________________________________________________
17881[ 3031] By: gsar on 1999/02/28 18:49:08
17882 Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
17883 James Cromie <jcromie@fossil.uswc.uswest.com>
17884 Branch: perl
17885 ! lib/Pod/Html.pm
17886____________________________________________________________________________
17887[ 3030] By: gsar on 1999/02/28 18:35:09
17888 Log: From: jan.dubois@ibm.net (Jan Dubois)
17889 Date: Wed, 24 Feb 1999 22:34:56 +0100
17890 Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
17891 Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
17892 Branch: perl
17893 ! lib/Test/Harness.pm
17894____________________________________________________________________________
17895[ 3029] By: gsar on 1999/02/28 18:28:18
17896 Log: add note about env pollution
17897 Branch: perl
17898 ! INSTALL pod/perltodo.pod
17899____________________________________________________________________________
17900[ 3028] By: jhi on 1999/02/26 14:40:00
17901 Log: HP-UX 11 threads.
17902
17903 From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17904 To: perl5-porters@perl.org
17905 Cc: jhi@cc.hut.fi
17906 Subject: Maint 5 and _54 with threading on HP-UX 11.00
17907 Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
17908 Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
17909
17910 NOTE from jhi: the hpux hints could still be more robust by
17911 disabling gdbm when necessary.
17912
17913 Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
17914 linking -lgdbm -lpthread creates an executable that instantly
17915 core dumps on a pthreads internal panic:
17916
17917 ./gdpt
17918
17919 Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
17920 Return Pointer is 0xc082bf33
17921 17639 quit (core dumped) ./gdpt
17922
17923 You don't have to *use* either gdbm or pthreads in the executable,
17924 just linking them together is enough. Workaround is to recompile
17925 the GDBM under HP-UX 11, that makes the problem go away.
17926 Branch: maint-5.005/perl
17927 ! hints/hpux.sh thread.h
17928____________________________________________________________________________
17929[ 3025] By: jhi on 1999/02/25 20:41:07
17930 Log: Temporary workaround for the config_h.SH versus
17931 crosscompile and multiarch plus introduce 'rt'
17932 to $libswanted: in UNIX98 sched_yield() lives there.
17933 Branch: cfgperl
17934 ! Configure config_h.SH
17935____________________________________________________________________________
17936[ 3024] By: jhi on 1999/02/24 12:54:59
17937 Log: Integrate from mainperl.
17938 Branch: cfgperl
17939 +> t/lib/fatal.t
17940 !> (integrate 44 files)
17941____________________________________________________________________________
17942[ 3023] By: gsar on 1999/02/24 07:02:12
17943 Log: integrate cfgperl contents
17944 Branch: perl
17945 !> (integrate 30 files)
17946____________________________________________________________________________
17947[ 3022] By: gsar on 1999/02/24 05:59:47
17948 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
17949 Date: 23 Feb 1999 17:53:22 -0700
17950 Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
17951 Subject: [PATCH: _55] perldoc -q broken
17952 Branch: perl
17953 ! utils/perldoc.PL
17954____________________________________________________________________________
17955[ 3021] By: gsar on 1999/02/24 05:51:53
17956 Log: ansify perlio.c, fix PerlIO-ish typos
17957 Branch: perl
17958 ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
17959 ! iperlsys.h perlio.c
17960____________________________________________________________________________
17961[ 3020] By: gsar on 1999/02/24 05:28:06
17962 Log: adjust a Perl_malloc() flag for NeXT
17963 From: Hans Mulder <hansm@icgned.icgroup.nl>
17964 Date: Tue, 23 Feb 99 00:26:25 +0100
17965 Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
17966 Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
17967 Branch: perl
17968 ! perl.h
17969____________________________________________________________________________
17970[ 3019] By: gsar on 1999/02/24 05:19:42
17971 Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
17972 Branch: perl
17973 ! pod/perltodo.pod
17974____________________________________________________________________________
17975[ 3018] By: gsar on 1999/02/24 04:15:18
17976 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17977 Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
17978 Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
17979 Subject: improved error message [PATCH _55] [RESEND]
17980 Branch: perl
17981 ! sv.c
17982____________________________________________________________________________
17983[ 3017] By: gsar on 1999/02/24 03:50:34
17984 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17985 Date: Sun, 21 Feb 1999 20:02:18 -0700
17986 Message-Id: <199902220302.UAA09981@jhereg.perl.com>
17987 Subject: perlfunc updates (against 55)
17988 Branch: perl
17989 ! pod/perlfunc.pod
17990____________________________________________________________________________
17991[ 3016] By: gsar on 1999/02/24 03:17:05
17992 Log: testsuite adjustments
17993 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17994 Date: Sat, 20 Feb 1999 15:24:57 +0000
17995 Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
17996 Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
17997 Branch: perl
17998 ! t/lib/io_sock.t t/op/lex_assign.t
17999____________________________________________________________________________
18000[ 3015] By: gsar on 1999/02/24 02:54:47
18001 Log: avoid modifying readonly values from qw()
18002 Branch: perl
18003 ! lib/ExtUtils/MM_Unix.pm
18004____________________________________________________________________________
18005[ 3014] By: gsar on 1999/02/24 02:49:04
18006 Log: more "correct" utbuf for utime()
18007 Branch: perl
18008 ! doio.c
18009____________________________________________________________________________
18010[ 3013] By: jhi on 1999/02/22 19:27:44
18011 Log: Fix MacPerl version, change PowerUX to PowerMAX.
18012
18013 From: Chris Nandor <pudge@pobox.com>
18014 To: jhi@iki.fi
18015 Cc: perl5-porters@perl.org
18016 Subject: Re: perl current availability as documented by perl.pod
18017 Date: Sun, 21 Feb 1999 11:06:03 -0500
18018 Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
18019
18020 From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18021 To: jhi@iki.fi
18022 Cc: perl5-porters@perl.org
18023 Subject: Re: perl current availability as documented by perl.pod
18024 Date: Mon, 22 Feb 1999 13:08:30 GMT
18025 Message-Id: <199902221308.NAA19971@cleo.ccur.com>
18026 Branch: cfgperl
18027 ! pod/perl.pod
18028 Branch: maint-5.005/perl
18029 ! pod/perl.pod
18030____________________________________________________________________________
18031[ 3012] By: jhi on 1999/02/22 10:26:11
18032 Log: Snapshot the cross-compilation/multiarchitecture stuff
18033 (currently broken in next)
18034 Branch: cfgperl
18035 ! Configure config_h.SH pp.c
18036____________________________________________________________________________
18037[ 3011] By: jhi on 1999/02/22 10:24:51
18038 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18039 To: gsar@activestate.com (Gurusamy Sarathy)
18040 Cc: perl5-porters@perl.org (Perl5 Porters)
18041 Subject: [PATCH 5.005_55] DB_File 1.64 patch
18042 Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
18043 Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
18044 Branch: cfgperl
18045 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18046 ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
18047____________________________________________________________________________
18048[ 3009] By: jhi on 1999/02/22 09:14:26
18049 Log: Scratch #3008 and introduce $crosscompile and $multiarch
18050 also in non-Configure lands.
18051 Branch: cfgperl
18052 ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
18053 ! hints/next_4.sh vms/subconfigure.com win32/config.bc
18054 ! win32/config.gc win32/config.vc win32/config_H.bc
18055 ! win32/config_H.gc win32/config_H.vc
18056____________________________________________________________________________
18057[ 3008] By: jhi on 1999/02/22 08:58:04
18058 Log: Add -DMULTIARCH (see change #3006).
18059 Branch: cfgperl
18060 ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
18061____________________________________________________________________________
18062[ 3007] By: jhi on 1999/02/22 08:54:06
18063 Log: Undo the references to local{lib,arch} introduced by #3006.
18064 Branch: cfgperl
18065 ! Configure config_h.SH
18066____________________________________________________________________________
18067[ 3006] By: jhi on 1999/02/22 08:43:50
18068 Log: From: hansm@icgned.icgroup.nl
18069 To: perlbug@perl.com
18070 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
18071 Date: Sun, 21 Feb 1999 22:58:55 +0100
18072 Reply-To: hansmu@xs4all.nl
18073 Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
18074
18075 plus other Configure changes: prepare for cross-compilation/
18076 multiarchitecture builds.
18077 Branch: cfgperl
18078 ! Configure config_h.SH
18079____________________________________________________________________________
18080[ 3005] By: jhi on 1999/02/22 08:35:30
18081 Log: Configure/Perl knew how to look for use Mach cthreads
18082 but Configure didn't let them to be used ($osname 'next').
18083 Branch: cfgperl
18084 ! Configure config_h.SH
18085 Branch: maint-5.005/perl
18086 ! Configure
18087____________________________________________________________________________
18088[ 3004] By: jhi on 1999/02/21 15:46:02
18089 Log: Update Acorn AVAILABILITY.
18090 Branch: cfgperl
18091 ! pod/perl.pod
18092 Branch: maint-5.005/perl
18093 ! pod/perl.pod
18094____________________________________________________________________________
18095[ 3003] By: jhi on 1999/02/21 14:50:42
18096 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
18097 To: perl5-porters@perl.org (Perl 5 Porters)
18098 Subject: PATCH: perlref.pod - symbolic ref example
18099 Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
18100 Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
18101 Branch: cfgperl
18102 ! pod/perlref.pod
18103 Branch: maint-5.005/perl
18104 ! pod/perlref.pod
18105____________________________________________________________________________
18106[ 3002] By: jhi on 1999/02/21 14:35:22
18107 Log: Sync cfgperl with maint-5.005 change #3000.
18108 Branch: cfgperl
18109 ! pod/perlfunc.pod t/op/pack.t
18110____________________________________________________________________________
18111[ 2999] By: gsar on 1999/02/20 22:48:30
18112 Log: From: John Bley <jbb6@acpub.duke.edu>
18113 Date: Sat, 20 Feb 1999 16:02:34 EST
18114 Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
18115 Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
18116 Branch: perl
18117 ! regcomp.c
18118____________________________________________________________________________
18119[ 2998] By: jhi on 1999/02/20 14:13:06
18120 Log: Enhanced the endianness description.
18121 Branch: cfgperl
18122 ! pod/perlfunc.pod
18123____________________________________________________________________________
18124[ 2996] By: jhi on 1999/02/20 13:55:41
18125 Log: Glossary now mostly fixed.
18126 Branch: cfgperl
18127 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18128 ! config_h.SH
18129____________________________________________________________________________
18130[ 2994] By: jhi on 1999/02/20 11:58:33
18131 Log: Perldeltify GNU/Hurd.
18132 Branch: cfgperl
18133 ! pod/perldelta.pod
18134____________________________________________________________________________
18135[ 2993] By: gsar on 1999/02/20 00:59:10
18136 Log: fix typo in Perl_sbrk()
18137 From: hansm@icgned.icgroup.nl
18138 Date: Fri, 19 Feb 1999 23:19:31 +0100
18139 Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
18140 Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
18141 Branch: perl
18142 ! malloc.c
18143____________________________________________________________________________
18144[ 2992] By: gsar on 1999/02/20 00:51:08
18145 Log: integrate change#2980 from maint-5.005
18146 Branch: perl
18147 !> utils/h2xs.PL
18148____________________________________________________________________________
18149[ 2991] By: gsar on 1999/02/20 00:34:01
18150 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18151 Date: Thu, 18 Feb 1999 18:51:38 +0000
18152 Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
18153 Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55
18154 Branch: perl
18155 ! pp_hot.c t/op/pat.t
18156____________________________________________________________________________
18157[ 2990] By: gsar on 1999/02/20 00:30:48
18158 Log: From: jan.dubois@ibm.net (Jan Dubois)
18159 Date: Thu, 18 Feb 1999 19:14:07 +0100
18160 Message-ID: <36d15809.40853323@smtp1.ibm.net>
18161 Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
18162 Branch: perl
18163 ! win32/win32.c
18164____________________________________________________________________________
18165[ 2989] By: gsar on 1999/02/20 00:27:01
18166 Log: do poll() emulation unless HAS_POLL && I_POLL
18167 Branch: perl
18168 ! ext/IO/poll.h
18169____________________________________________________________________________
18170[ 2988] By: gsar on 1999/02/19 23:52:12
18171 Log: tweak RE for NaNQ? recognition
18172 Branch: perl
18173 ! t/lib/bigfloatpm.t
18174____________________________________________________________________________
18175[ 2987] By: gsar on 1999/02/19 23:29:59
18176 Log: mention C<use utf8> and C<use warning> in perldelta
18177 Branch: perl
18178 ! pod/perldelta.pod
18179____________________________________________________________________________
18180[ 2985] By: jhi on 1999/02/19 20:43:19
18181 Log: pack/unpack better in (network-)short-non-16-bits and
18182 (network-)long-non-32-bits systems such as Cray C90.
18183 Branch: cfgperl
18184 ! perl.h pp.c t/op/pack.t
18185____________________________________________________________________________
18186[ 2984] By: jhi on 1999/02/19 20:38:54
18187 Log: Regen Configure.
18188 Branch: cfgperl
18189 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18190 ! perl.c
18191____________________________________________________________________________
18192[ 2982] By: jhi on 1999/02/19 19:51:49
18193 Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
18194 not probed for and
18195
18196 From: "Kurt D. Starsinic" <kstar@chapin.edu>
18197 To: Chaim Frenkel <chaimf@pobox.com>,
18198 Russ Allbery <rra@stanford.edu>,
18199 Jarkko Hietaniemi <jhi@iki.fi>,
18200 Gurusamy Sarathy <gsar@activestate.com>,
18201 Graham Barr <gbarr@pobox.com>
18202 Cc: bdensch@ameritech.net, perlbug@perl.com
18203 Subject: [PATCH] Re: Solaris 7 for Intel
18204 Message-ID: <19990219124404.A30182@O2.chapin.edu>
18205
18206 Glossary is still missing some terms because
18207 mkglossary is misbehaving (change #2981 updated
18208 Glossary manually)
18209 Branch: cfgperl
18210 ! Configure Makefile.SH Porting/Glossary Porting/config.sh
18211 ! Porting/config_H
18212____________________________________________________________________________
18213[ 2980] By: gbarr on 1999/02/19 16:06:53
18214 Log: Make result of h2xs work when user adds C<use strict>
18215 Branch: maint-5.005/perl
18216 ! utils/h2xs.PL
18217____________________________________________________________________________
18218[ 2979] By: gsar on 1999/02/19 05:24:29
18219 Log: doc for change#2978
18220 Branch: perl
18221 ! pod/perlsub.pod
18222____________________________________________________________________________
18223[ 2978] By: gsar on 1999/02/19 05:08:29
18224 Log: bring '*' prototype closer to how it behaves internally
18225 Branch: perl
18226 + t/lib/fatal.t
18227 ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
18228____________________________________________________________________________
18229[ 2977] By: gsar on 1999/02/19 02:50:31
18230 Log: stem leakage of perly.h #defines #ifndef PERL_CORE
18231 Branch: perl
18232 ! perly.h
18233____________________________________________________________________________
18234[ 2975] By: gsar on 1999/02/18 21:41:57
18235 Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
18236 of lexical searches in BEGIN|INIT|END)
18237 Branch: perl
18238 ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
18239 ! vms/perly_c.vms
18240____________________________________________________________________________
18241[ 2974] By: gsar on 1999/02/18 21:03:06
18242 Log: missing PERL_POLLUTE_MALLOC
18243 Branch: perl
18244 ! ext/SDBM_File/sdbm/sdbm.h
18245____________________________________________________________________________
18246[ 2973] By: gsar on 1999/02/18 17:10:49
18247 Log: From: Andy Dougherty <doughera@lafayette.edu>
18248 Date: Wed, 17 Feb 1999 17:22:50 EST
18249 Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
18250 Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
18251 Branch: perl
18252 ! lib/dotsh.pl
18253____________________________________________________________________________
18254[ 2972] By: gsar on 1999/02/18 17:04:12
18255 Log: s/#defined/#define/
18256 Branch: perl
18257 ! ext/Data/Dumper/Dumper.xs
18258____________________________________________________________________________
18259[ 2970] By: gsar on 1999/02/18 03:26:43
18260 Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
18261 Branch: perl
18262 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
18263 ! ext/GDBM_File/typemap
18264____________________________________________________________________________
18265[ 2969] By: gsar on 1999/02/17 23:30:47
18266 Log: correct slurp mode doc
18267 Branch: perl
18268 ! pod/perlfunc.pod pod/perlop.pod
18269____________________________________________________________________________
18270[ 2968] By: jhi on 1999/02/17 23:15:49
18271 Log: Ultrix hints update.
18272
18273 From: Spider Boardman <spider@zk3.dec.com>
18274 To: perlbug@perl.com
18275 Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
18276 Date: Tue, 16 Feb 1999 23:04:28 -0500
18277 Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
18278 Branch: cfgperl
18279 ! hints/ultrix_4.sh
18280____________________________________________________________________________
18281[ 2966] By: jhi on 1999/02/17 23:09:21
18282 Log: Change #2965 wiped out some Sarathy's _55 changes.
18283 Now unwiped.
18284 Branch: cfgperl
18285 ! Configure pp.c t/op/pack.t
18286____________________________________________________________________________
18287[ 2965] By: jhi on 1999/02/17 23:00:04
18288 Log: Configure tweaks.
18289
18290 Fix the Unixware/SCO uname scan:
18291
18292 From: Tom Hughes <thh@cyberscience.com>
18293 To: perlbug@perl.com
18294 Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
18295 Date: 17 Feb 1999 15:34:15 +0000
18296 Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
18297
18298 AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
18299
18300 From: Joe Buehler <jhpb@hekimian.com>
18301 To: perl5-porters@perl.org
18302 Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
18303 Date: 12 Feb 1999 11:25:21 -0500
18304 Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
18305
18306 Make the pthreads joinable constant scan to output to fd 4, not 2.
18307 Branch: cfgperl
18308 ! Configure
18309____________________________________________________________________________
18310[ 2964] By: gsar on 1999/02/17 21:30:07
18311 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18312 Date: Wed, 17 Feb 1999 06:53:13 -0700
18313 Message-Id: <199902171353.GAA15682@jhereg.perl.com>
18314 Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
18315 Branch: perl
18316 ! lib/Pod/Functions.pm
18317____________________________________________________________________________
18318[ 2963] By: gsar on 1999/02/17 21:18:21
18319 Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
18320 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18321 Date: Wed, 17 Feb 1999 10:06:01 +0000
18322 Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
18323 Subject: Re: [5.005_53] panic: pad_free curpad
18324 Branch: perl
18325 ! regcomp.c regexec.c t/op/misc.t
18326____________________________________________________________________________
18327[ 2962] By: gsar on 1999/02/16 21:26:28
18328 Log: NaNQ? tweak
18329 Branch: perl
18330 ! t/lib/bigfloatpm.t
18331____________________________________________________________________________
18332[ 2961] By: jhi on 1999/02/16 19:26:38
18333 Log: Integrate from mainperl.
18334 Branch: cfgperl
18335 !> (integrate 37 files)
18336____________________________________________________________________________
18337[ 2960] By: gsar on 1999/02/16 18:04:29
18338 Log: undo change#2465 (qw[] is a real list now)
18339 Branch: perl
18340 ! pod/perlop.pod
18341____________________________________________________________________________
18342[ 2959] By: gsar on 1999/02/16 07:09:33
18343 Log: this was 5.005_55
18344 Branch: perl
18345 ! Changes
18346
18347----------------
18348Version 5.005_55
5fdc711f
GS
18349----------------
18350
18351____________________________________________________________________________
50c2b76a
GS
18352[ 2958] By: gsar on 1999/02/16 06:18:27
18353 Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
18354 elide dups and non-dependents from Changes
18355 Branch: perl
18356 ! Changes pod/perlhist.pod
18357 !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
18358 !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
18359 !> pod/perlport.pod pp.c t/op/pack.t
18360____________________________________________________________________________
99ed61e6
GS
18361[ 2957] By: gsar on 1999/02/16 04:09:47
18362 Log: propagate PERL_VERSION everywhere, add to pod
18363 Branch: perl
18364 ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
18365 ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
18366 ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
18367 ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
18368 ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
18369 ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
18370 ! vms/myconfig.com vms/subconfigure.com win32/config.bc
18371 ! win32/config.gc win32/config.vc win32/config_sh.PL
18372 ! win32/win32.c x2p/a2py.c
18373____________________________________________________________________________
18374[ 2955] By: jhi on 1999/02/15 16:15:03
18375 Log: The pack tests now better in C90 (after the packnative patches).
18376 Branch: cfgperl
18377 ! t/op/pack.t
18378____________________________________________________________________________
18379[ 2954] By: gsar on 1999/02/15 14:11:50
18380 Log: tweak Configure to follow new PERL_VERSION etc.
18381 Branch: perl
18382 ! Configure patchlevel.h pod/perlhist.pod
18383____________________________________________________________________________
18384[ 2953] By: jhi on 1999/02/15 14:02:21
18385 Log: Integrate from mainperl.
18386 Branch: cfgperl
18387 !> MANIFEST Porting/makerel
18388____________________________________________________________________________
18389[ 2952] By: jhi on 1999/02/15 13:50:07
18390 Log: Enhance the packnative patch: use the packnative code
18391 only if required. Also added hefty testing (hopefully
18392 I didn't assume too much...). Tested on alpha, ix86, sparc.
18393 Branch: cfgperl
18394 ! pod/perlfunc.pod pp.c t/op/pack.t
18395____________________________________________________________________________
18396[ 2951] By: jhi on 1999/02/15 13:46:56
18397 Log: AVAILABILITY from 5.005_03-tobe, will of course
18398 require updating when 5.006 comes out.
18399 Branch: cfgperl
18400 ! pod/perl.pod
18401____________________________________________________________________________
18402[ 2949] By: gsar on 1999/02/15 13:28:51
18403 Log: will this be it for 5.005_55?
18404 Branch: perl
18405 ! MANIFEST Porting/makerel
18406____________________________________________________________________________
18407[ 2948] By: jhi on 1999/02/15 13:23:52
18408 Log: Integrate from mainperl.
18409 Branch: cfgperl
18410 !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
18411 !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18412 !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18413 !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
18414 !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
18415 !> win32/config.gc win32/config.vc win32/config_H.bc
18416 !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
18417____________________________________________________________________________
18418[ 2947] By: jhi on 1999/02/15 13:20:41
18419 Log: perlport.pod 1.39 from Chris.
18420 Branch: cfgperl
18421 ! pod/perlport.pod
18422____________________________________________________________________________
18423[ 2946] By: jhi on 1999/02/15 13:09:58
18424 Log: Import Ultrix update, change #2864,
18425
18426 From: Spider Boardman <spider@zk3.dec.com>
18427 To: perlbug@perl.com
18428 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
18429 Date: Wed, 10 Feb 1999 23:33:31 -0500
18430 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
18431 Branch: cfgperl
18432 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
18433____________________________________________________________________________
18434[ 2945] By: jhi on 1999/02/15 13:04:50
18435 Log: OpenBSD sparc SHMLBA.
18436 Branch: cfgperl
18437 ! ext/IPC/SysV/SysV.xs
18438____________________________________________________________________________
18439[ 2944] By: gsar on 1999/02/15 12:09:52
18440 Log: update win32/config* stuff, Changes
18441 Branch: perl
18442 ! Changes win32/Makefile win32/config.bc win32/config.gc
18443 ! win32/config.vc win32/config_H.bc win32/config_H.gc
18444 ! win32/config_H.vc win32/makefile.mk
18445____________________________________________________________________________
c4d53692
GS
18446[ 2943] By: gsar on 1999/02/15 11:54:08
18447 Log: #include patchlevel.h by default, provide
18448 PERL_{REVISION,VERSION,SUBVERSION}
18449 Branch: perl
18450 ! patchlevel.h perl.h
18451____________________________________________________________________________
18452[ 2942] By: gsar on 1999/02/15 10:26:59
18453 Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
18454 misc fixes
18455 Branch: perl
18456 ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
18457____________________________________________________________________________
18458[ 2941] By: gsar on 1999/02/15 10:24:37
18459 Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
18460 Message-ID: <19990207002851.B9185@toldyouso.com>
18461 Message-ID: <19990207212152.A9765@toldyouso.com>
18462 Message-ID: <19990207212041.A9622@toldyouso.com>
18463 Message-ID: <19990207213127.A10244@toldyouso.com>
18464 Message-ID: <19990207212559.A9950@toldyouso.com>
18465 Message-ID: <19990207212842.A9994@toldyouso.com>
18466 Message-ID: <19990207212500.A9860@toldyouso.com>
18467 Message-ID: <19990207213013.A10105@toldyouso.com>
18468 Branch: perl
18469 ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
18470 ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
18471 ! pod/perlmodlib.pod pod/perltoc.pod
18472____________________________________________________________________________
18473[ 2940] By: gsar on 1999/02/15 10:07:08
18474 Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
18475 of suggested patch)
18476 From: "Vishal Bhatia" <vishalb@my-dejanews.com>
18477 Date: Mon, 08 Feb 1999 01:14:41 -0000
18478 Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
18479 Subject: [PATCH 5.005_54] some pending C.pm stuff
18480 Branch: perl
18481 ! ext/B/B/C.pm
18482____________________________________________________________________________
18483[ 2939] By: jhi on 1999/02/15 08:40:18
18484 Log: Integrate from mainperl.
18485 Branch: cfgperl
18486 +> t/lib/bigfloat.t t/lib/bigfloatpm.t
18487 - lib/File/PathConvert.pm
18488 !> (integrate 81 files)
18489____________________________________________________________________________
18490[ 2938] By: gsar on 1999/02/15 06:56:39
18491 Log: change#2839 was bogus, redo
18492 Branch: perl
18493 !> t/lib/h2ph.pht
18494____________________________________________________________________________
18495[ 2937] By: gsar on 1999/02/15 06:38:15
18496 Log: support Win32::GetFullPathName() and Win32::SetLastError()
18497 From: jan.dubois@ibm.net (Jan Dubois)
18498 Date: Tue, 09 Feb 1999 22:27:31 +0100
18499 Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
18500 Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
18501 Branch: perl
18502 ! win32/win32.c
18503____________________________________________________________________________
18504[ 2936] By: gsar on 1999/02/15 06:26:39
18505 Log: support native integers, pack("L_",...) etc. (via private mail)
18506 From: Jarkko Hietaniemi <jhi@iki.fi>
18507 Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
18508 Message-Id: <199902092204.AAA29065@alpha.hut.fi>
18509 Subject: the "packnative" patch
18510 Branch: perl
18511 ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
18512 ! t/lib/ipc_sysv.t t/op/pack.t
18513____________________________________________________________________________
18514[ 2935] By: gsar on 1999/02/15 06:04:02
18515 Log: From: Michael G Schwern <schwern@pobox.com>
18516 Date: Tue, 9 Feb 1999 04:13:12 -0500
18517 Message-ID: <19990209041312.A15788@toldyouso.com>
18518 Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
18519 Branch: perl
18520 ! utils/h2xs.PL
18521____________________________________________________________________________
18522[ 2934] By: gsar on 1999/02/15 05:30:13
18523 Log: fix bugs in the handling of negative numbers, among other things
18524 From: Steven Knight <knight@theopera.baldmt.citilink.com>
18525 Date: Mon, 8 Feb 1999 01:16:24 -0600
18526 Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
18527 Subject: Math::BigFloat and Math::BigInt
18528 Branch: perl
18529 + t/lib/bigfloat.t t/lib/bigfloatpm.t
18530 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
18531 ! t/lib/bigintpm.t
18532____________________________________________________________________________
18533[ 2933] By: gsar on 1999/02/15 04:57:52
18534 Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
18535 Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
18536 Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
18537 Subject: s2p incorrectly handles hold space commands
18538 Branch: perl
18539 ! x2p/s2p.PL
18540____________________________________________________________________________
18541[ 2932] By: gsar on 1999/02/15 04:45:55
18542 Log: clarify what a "line" is
18543 Branch: perl
18544 ! pod/perlfunc.pod pod/perlvar.pod
18545____________________________________________________________________________
18546[ 2931] By: gsar on 1999/02/15 04:23:29
18547 Log: backout change#2811 and add newer version based on File::Spec
18548 From: Barrie Slaymaker <rbs@telerama.com>
18549 Date: Thu, 11 Feb 1999 16:29:24 -0500
18550 Message-ID: <36C34BB4.A62090E0@telerama.com>
18551 Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
18552 Branch: perl
18553 - lib/File/PathConvert.pm
18554 ! MANIFEST installhtml lib/Pod/Html.pm
18555____________________________________________________________________________
18556[ 2930] By: gsar on 1999/02/15 04:16:25
18557 Log: From: Barrie Slaymaker <rbs@telerama.com>
18558 Date: Thu, 11 Feb 1999 19:39:48 -0500
18559 Message-ID: <36C37854.707D139@telerama.com>
18560 Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
18561 Branch: perl
18562 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
18563____________________________________________________________________________
18564[ 2929] By: gsar on 1999/02/15 04:06:50
18565 Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
18566 Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
18567 Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
18568 Subject: [PATCH]5.005_54 (DOC) fix many typos
18569 --
18570 Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
18571 Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
18572 Subject: [PATCH]5.005_54 (DOC) typos
18573 Branch: perl
18574 ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
18575 ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
18576 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18577 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18578 ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
18579 ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
18580 ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
18581 ! pod/perlvar.pod pod/perlxs.pod
18582____________________________________________________________________________
18583[ 2928] By: gsar on 1999/02/15 03:39:53
18584 Log: allow the Carp routines to pass through exception objects
18585 Branch: perl
18586 ! lib/Carp.pm
18587____________________________________________________________________________
18588[ 2927] By: gsar on 1999/02/15 03:22:57
18589 Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
18590 Branch: perl
18591 ! pod/perlfaq8.pod
18592____________________________________________________________________________
18593[ 2926] By: gsar on 1999/02/15 03:19:39
18594 Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
18595 have done that, but didn't)
18596 Branch: perl
18597 !> utils/h2ph.PL
18598____________________________________________________________________________
18599[ 2925] By: gsar on 1999/02/15 03:17:01
18600 Log: integrate cfgperl changes into mainline
18601 Branch: perl
18602 ! Changes
18603 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18604 !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
18605 !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
18606 !> vms/subconfigure.com
18607____________________________________________________________________________
9816bd0f
GS
18608[ 2924] By: gsar on 1999/02/15 03:07:08
18609 Log: add const qualifier to most char* prototypes, handle ripple effect
18610 Branch: perl
18611 ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
18612 ! universal.c util.c
18613____________________________________________________________________________
18614[ 2923] By: gsar on 1999/02/15 01:04:30
18615 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18616 Date: Thu, 04 Feb 1999 02:37:31 +0000
18617 Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
18618 Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop
18619 Branch: perl
18620 ! pp_ctl.c t/op/range.t
18621____________________________________________________________________________
18622[ 2922] By: gsar on 1999/02/15 00:24:34
18623 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18624 Date: Sun, 31 Jan 1999 01:50:06 +0000
18625 Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
18626 Subject: [PATCH 5.005_03t4] regexp flags bug
18627 Branch: perl
18628 ! regcomp.c t/op/re_tests
18629____________________________________________________________________________
18630[ 2921] By: gsar on 1999/02/15 00:13:02
18631 Log: use New() et al., rather than safemalloc() et al.
18632 From: jan.dubois@ibm.net (Jan Dubois)
18633 Date: Fri, 29 Jan 1999 23:27:22 +0100
18634 Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
18635 Subject: [PATCH _03-MT5] POSIX.xs memory API
18636 Branch: perl
18637 ! ext/POSIX/POSIX.xs
18638____________________________________________________________________________
18639[ 2920] By: gsar on 1999/02/15 00:05:33
18640 Log: tweak READ() docs to mention $buffer must be altered by reference
18641 Branch: perl
18642 ! pod/perltie.pod
18643____________________________________________________________________________
18644[ 2919] By: gsar on 1999/02/14 23:50:39
18645 Log: applied suggested patch, with several language/readability tweaks
18646 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18647 Date: Fri, 29 Jan 1999 00:25:02 -0500
18648 Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
18649 Subject: Re: [PATCH 5.005_*] Better parsing docs
18650 Branch: perl
18651 ! pod/perlop.pod
18652____________________________________________________________________________
18653[ 2918] By: gsar on 1999/02/14 23:20:42
18654 Log: several bug fixes; now croak()s when date exceeds integer limits (instead
18655 of silently returning bogus values)
18656 From: Peter Chines <pchines@nhgri.nih.gov>
18657 Date: Wed, 27 Jan 1999 16:11:31 -0500
18658 Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
18659 Subject: Time::Local
18660 Branch: perl
18661 ! lib/Time/Local.pm pod/perldelta.pod
18662____________________________________________________________________________
18663[ 2917] By: gsar on 1999/02/14 11:21:43
18664 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18665 Date: Thu, 28 Jan 1999 10:02:20 -0500
18666 Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
18667 Subject: Re: [PATCH 5.005_53] Better perldoc
18668 Branch: perl
18669 ! utils/perldoc.PL
18670____________________________________________________________________________
18671[ 2916] By: gsar on 1999/02/14 10:59:38
18672 Log: back out change#2751, apply updated version
18673 From: jan.dubois@ibm.net (Jan Dubois)
18674 Date: Sat, 06 Feb 1999 01:06:29 +0100
18675 Message-ID: <36bc844c.18763049@smtp1.ibm.net>
18676 Subject: [PATCH] Cleanup of File::Spec module
18677 Branch: perl
18678 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18679 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18680 ! lib/File/Spec/Win32.pm
18681____________________________________________________________________________
18682[ 2915] By: gsar on 1999/02/14 10:48:01
18683 Log: tweak select() test
18684 Branch: perl
18685 ! pod/perlipc.pod t/op/fh.t
18686____________________________________________________________________________
18687[ 2914] By: gsar on 1999/02/14 10:25:55
18688 Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
18689 Branch: perl
18690 ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
18691____________________________________________________________________________
18692[ 2913] By: gsar on 1999/02/14 10:03:51
18693 Log: From: Kenneth Albanowski <kjahds@kjahds.com>
18694 Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
18695 Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
18696 Subject: Re: SvOPV() or SvPV_nolen() or ...
18697 Branch: perl
18698 ! pod/perlguts.pod
18699____________________________________________________________________________
18700[ 2912] By: gsar on 1999/02/14 09:57:29
18701 Log: provide SvPV_nolen(sv) to avoid use of PL_na
18702 From: jan.dubois@ibm.net (Jan Dubois)
18703 Date: Sun, 24 Jan 1999 02:45:32 +0100
18704 Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
18705 Subject: [PATCH 5.005_54] _54 version of SvPV_nolen patch
18706 Branch: perl
18707 ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
18708 ! sv.h
18709____________________________________________________________________________
18710[ 2911] By: gsar on 1999/02/14 06:51:05
18711 Log: elide stray effluvium
18712 Branch: perl
18713 ! pod/perldelta.pod
18714____________________________________________________________________________
18715[ 2910] By: gsar on 1999/02/14 05:51:56
18716 Log: slurping an empty file should return '' rather than undef, with
18717 commensurate effects on ARGV processing
18718 Branch: perl
18719 ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
18720 ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
18721____________________________________________________________________________
18722[ 2909] By: gsar on 1999/02/14 00:02:11
18723 Log: perly_c.diff typo
18724 Branch: perl
18725 ! perly.c perly_c.diff vms/perly_c.vms
18726____________________________________________________________________________
18727[ 2908] By: gsar on 1999/02/13 18:20:13
18728 Log: From: jan.dubois@ibm.net (Jan Dubois)
18729 Date: Sat, 13 Feb 1999 13:25:53 +0100
18730 Message-Id: <36c9629c.13334874@smtp1.ibm.net>
18731 Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
18732 Branch: perl
18733 ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
18734____________________________________________________________________________
18735[ 2907] By: jhi on 1999/02/13 15:07:26
18736 Log: Integrate from mainperl.
18737 Branch: cfgperl
18738 +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
18739 !> (integrate 150 files)
18740____________________________________________________________________________
9816bd0f
GS
18741[ 2903] By: gsar on 1999/02/12 13:25:59
18742 Log: From: jan.dubois@ibm.net (Jan Dubois)
18743 Date: Sun, 24 Jan 1999 01:12:00 +0100
18744 Message-ID: <36b66479.62756298@smtp1.ibm.net>
18745 Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
18746 Branch: perl
18747 ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
18748 ! proto.h sv.c sv.h
18749____________________________________________________________________________
18750[ 2902] By: gsar on 1999/02/12 12:55:11
18751 Log: script to generate ctags from etags
18752 From: Colin Kuskie <ckuskie@cadence.com>
18753 Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
18754 Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
18755 Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
18756 Branch: perl
18757 + emacs/e2ctags.pl
18758 ! Makefile.SH pod/perlfaq3.pod
18759____________________________________________________________________________
18760[ 2901] By: gsar on 1999/02/12 12:40:17
18761 Log: allow boolean assign ops to be lvalues
18762 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18763 Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
18764 Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
18765 --
18766 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18767 Date: Mon, 18 Jan 1999 10:04:00 +0000
18768 Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
18769 Subject: Re: [inconsistency 5.005_54] ||= not an lvalue
18770 Branch: perl
18771 + t/op/lop.t
18772 ! MANIFEST op.c
18773____________________________________________________________________________
9816bd0f
GS
18774[ 2899] By: jhi on 1999/02/12 12:03:48
18775 Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
18776 Branch: cfgperl
18777 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18778 ! config_h.SH hints/openbsd.sh
18779____________________________________________________________________________
18780[ 2898] By: gsar on 1999/02/12 11:49:25
18781 Log: support win32_putenv()
18782 Branch: perl
18783 ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
18784 ! win32/win32.c win32/win32iop.h
18785____________________________________________________________________________
9816bd0f
GS
18786[ 2894] By: gsar on 1999/02/12 11:09:27
18787 Log: add missing hunk in change#2657
18788 Branch: perl
18789 ! ext/B/B/CC.pm
18790____________________________________________________________________________
18791[ 2893] By: gsar on 1999/02/12 11:00:13
18792 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18793 Date: Tue, 19 Jan 1999 20:13:15 -0500
18794 Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
18795 Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
18796 Branch: perl
18797 ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
18798 ! t/pragma/subs.t t/pragma/warning.t
18799____________________________________________________________________________
18800[ 2892] By: gsar on 1999/02/12 10:44:38
18801 Log: update change#2670 to later version
18802 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18803 Date: Sun, 31 Jan 1999 16:16:14 +0000
18804 Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
18805 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
18806 Branch: perl
18807 ! t/op/subst.t toke.c
18808____________________________________________________________________________
18809[ 2891] By: gsar on 1999/02/12 10:31:17
18810 Log: make testsuite somewhat location independent
18811 Branch: perl
18812 ! (edit 117 files)
18813____________________________________________________________________________
93430cb4
GS
18814[ 2890] By: gsar on 1999/02/12 10:00:30
18815 Log: add $AutoLoader::VERSION
18816 Branch: perl
18817 ! lib/AutoLoader.pm
18818____________________________________________________________________________
18819[ 2889] By: gsar on 1999/02/12 09:55:48
18820 Log: tweak PERL_STRICT_CR notes
18821 Branch: perl
18822 ! pod/perl5005delta.pod
18823____________________________________________________________________________
18824[ 2888] By: gsar on 1999/02/12 09:41:45
18825 Log: add note about test-notty target
18826 Branch: perl
18827 ! README.win32
18828____________________________________________________________________________
18829[ 2887] By: gsar on 1999/02/12 09:37:37
18830 Log: add perltodo.pod
18831 Branch: perl
18832 + pod/perltodo.pod
18833 ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
18834 ! win32/pod.mak
18835____________________________________________________________________________
18836[ 2886] By: jhi on 1999/02/12 08:52:14
18837 Log: Integrate from mainperl.
18838 Branch: cfgperl
18839 +> t/op/fh.t
18840 !> (integrate 30 files)
18841____________________________________________________________________________
18842[ 2885] By: gsar on 1999/02/12 08:42:10
18843 Log: note how to find REG_INFTY limit
18844 Branch: perl
18845 ! pod/perlre.pod
18846____________________________________________________________________________
18847[ 2884] By: jhi on 1999/02/12 08:36:14
18848 Log: OpenBSD pthreads awareness, thanks to
18849 David Leonard <david.leonard@csee.uq.edu.au>
18850 Branch: maint-5.005/perl
18851 ! Configure hints/openbsd.sh
18852____________________________________________________________________________
93430cb4
GS
18853[ 2882] By: gsar on 1999/02/12 08:05:20
18854 Log: IO is maintained by p5p (per Graham Barr's wishes)
18855 Branch: perl
18856 ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
18857 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
18858 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18859 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18860____________________________________________________________________________
18861[ 2881] By: gsar on 1999/02/12 07:57:13
18862 Log: fh.t typo
18863 Branch: perl
18864 ! t/op/fh.t
18865____________________________________________________________________________
18866[ 2880] By: gsar on 1999/02/12 07:38:16
18867 Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
18868 Branch: perl
18869 ! perl.c pod/perlrun.pod
18870____________________________________________________________________________
18871[ 2879] By: gsar on 1999/02/12 05:39:29
18872 Log: fix ops that are not filehandle constructors to not create GV if it
18873 doesn't already exist (avoids leaks); extend semantics of defined()
18874 so that defined(*{$foo}) works (experimental)
18875 Branch: perl
18876 + t/op/fh.t
18877 ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
18878 ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
18879____________________________________________________________________________
93430cb4
GS
18880[ 2877] By: jhi on 1999/02/11 20:44:00
18881 Log: From: Chris Nandor <pudge@pobox.com>
18882 To: perl5-porters@perl.org
18883 Subject: [PATCH] perlport.pod 1.39
18884 Date: Thu, 11 Feb 1999 12:28:35 -0500
18885 Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
18886 Branch: cfgperl
18887 ! pod/perlport.pod
18888____________________________________________________________________________
93430cb4
GS
18889[ 2870] By: gsar on 1999/02/11 11:17:08
18890 Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
18891 Branch: perl
18892 ! ext/IO/lib/IO/Pipe.pm
18893____________________________________________________________________________
18894[ 2869] By: gsar on 1999/02/11 11:00:56
18895 Log: update win32/pod.mak
18896 Branch: perl
18897 ! win32/pod.mak
18898____________________________________________________________________________
18899[ 2868] By: gsar on 1999/02/11 10:42:44
18900 Log: From: Benjamin Low <b.d.low@unsw.edu.au>
18901 Date: Fri, 08 Jan 1999 14:36:53 +1100
18902 Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
18903 Subject: Re: [Fwd: IO::Socket::connect and blocking]
18904 Branch: perl
18905 ! ext/IO/lib/IO/Socket.pm
18906____________________________________________________________________________
18907[ 2867] By: gsar on 1999/02/11 09:43:03
18908 Log: av_extend() doc tweak from Jan Dubois
18909 Branch: perl
18910 ! pod/perlguts.pod
18911____________________________________________________________________________
18912[ 2866] By: gsar on 1999/02/11 09:27:17
18913 Log: display full pathname of unreadable files
18914 Branch: perl
18915 ! utils/perldoc.PL
18916____________________________________________________________________________
18917[ 2865] By: gsar on 1999/02/11 09:02:31
18918 Log: missing patch in change#2522
18919 Branch: perl
18920 ! lib/Pod/Text.pm
18921____________________________________________________________________________
18922[ 2864] By: jhi on 1999/02/11 08:45:00
18923 Log: From: Spider Boardman <spider@zk3.dec.com>
18924 To: perlbug@perl.com
18925 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
18926 Date: Wed, 10 Feb 1999 23:33:31 -0500
18927 Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
18928 Branch: maint-5.005/perl
18929 ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
18930____________________________________________________________________________
93430cb4
GS
18931[ 2862] By: gsar on 1999/02/11 08:14:34
18932 Log: integrate changes#2738,2740 from maint-5.005
18933 Branch: perl
18934 !> lib/ExtUtils/MakeMaker.pm
18935____________________________________________________________________________
18936[ 2861] By: jhi on 1999/02/11 08:04:25
18937 Log: Integrate from mainperl.
18938 Branch: cfgperl
18939 !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
18940 !> t/op/range.t win32/config.gc
18941____________________________________________________________________________
18942[ 2860] By: gsar on 1999/02/11 07:30:08
18943 Log: binmode() support for cygwin32 (suggested by Steven Morlock
18944 <newspost@morlock.net>)
18945 Branch: perl
18946 ! perl.h
18947____________________________________________________________________________
18948[ 2859] By: gsar on 1999/02/11 07:14:21
18949 Log: update Changes
18950 Branch: perl
18951 ! Changes
18952 !> pod/perl5005delta.pod
18953____________________________________________________________________________
854b7fdb
GS
18954[ 2856] By: gsar on 1999/02/11 07:07:39
18955 Log: integrate perldelta changes from maint-5.005
18956 Branch: perl
18957 !> pod/perl5005delta.pod
18958____________________________________________________________________________
18959[ 2855] By: gsar on 1999/02/11 06:31:50
18960 Log: applied suggested patch; added tests
18961 From: Adam Krolnik <adamk@gypsy.cyrix.com>
18962 Date: Sat, 12 Dec 98 15:30:18 -0600
18963 Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
18964 Subject: Range operation doesn't handle IV_MAX
18965 Branch: perl
18966 ! pp_ctl.c t/op/range.t
18967____________________________________________________________________________
18968[ 2854] By: gsar on 1999/02/11 05:00:55
18969 Log: compatibility fix: magic non-propagation in foreach implicit localization
18970 Branch: perl
18971 ! pp_ctl.c t/op/local.t win32/config.gc
18972____________________________________________________________________________
854b7fdb
GS
18973[ 2852] By: gsar on 1999/02/10 23:17:49
18974 Log: fair warning about -Dusethreads
18975 Branch: maint-5.005/perl
18976 ! Configure INSTALL README.threads
18977____________________________________________________________________________
854b7fdb
GS
18978[ 2847] By: jhi on 1999/02/09 19:13:28
18979 Log: Integrate from mainperl.
18980 Branch: cfgperl
18981 !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
18982 !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
18983____________________________________________________________________________
18984[ 2846] By: gsar on 1999/02/09 13:53:28
18985 Log: a modified version of suggested patch for pack template 'Z'; added docs
18986 From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
18987 Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
18988 Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
18989 Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
18990 Branch: perl
18991 ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
18992____________________________________________________________________________
18993[ 2845] By: gsar on 1999/02/09 00:03:26
18994 Log: clarify docs for change#2835
18995 Branch: perl
18996 ! pod/perldelta.pod pod/perlop.pod
18997____________________________________________________________________________
18998[ 2844] By: gsar on 1999/02/08 23:40:57
18999 Log: addendum to change#2823
19000 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19001 Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
19002 Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
19003 Subject: [PATCH] Docs and tests for method-call syntax
19004 Branch: perl
19005 ! pod/perlobj.pod t/op/method.t
19006____________________________________________________________________________
19007[ 2843] By: jhi on 1999/02/08 21:06:28
19008 Log: Ultrix mmap tidbit.
19009 Branch: cfgperl
19010 ! hints/ultrix_4.sh
19011____________________________________________________________________________
19012[ 2842] By: jhi on 1999/02/08 20:22:55
19013 Log: Integrate from mainperl.
19014 Branch: cfgperl
19015 +> t/op/subst_wamp.t
19016 !> (integrate 35 files)
19017____________________________________________________________________________
19018[ 2841] By: jhi on 1999/02/08 18:23:26
19019 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19020 To: Mailing list Perl5 <perl5-porters@perl.org>
19021 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19022 Date: Sun, 7 Feb 1999 17:25:22 -0500
19023 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19024 Branch: cfgperl
19025 + t/op/subst_amp.t
19026 ! MANIFEST regcomp.c t/op/subst.t
19027____________________________________________________________________________
19028[ 2840] By: jhi on 1999/02/08 18:16:54
19029 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19030 To: Mailing list Perl5 <perl5-porters@perl.org>
19031 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19032 Date: Sun, 7 Feb 1999 17:00:10 -0500
19033 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19034 Branch: cfgperl
19035 ! pp_hot.c t/op/pat.t
19036____________________________________________________________________________
19037[ 2839] By: jhi on 1999/02/08 17:25:30
19038 Log: A require was missing.
19039 Branch: cfgperl
19040 ! t/lib/h2ph.pht
19041____________________________________________________________________________
19042[ 2838] By: jhi on 1999/02/08 16:38:41
19043 Log: Bring in the change #2809 (the Configure part has been
19044 modified rather a lot since the #2809, though.)
19045 Branch: cfgperl
19046 ! Configure utils/h2ph.PL
19047____________________________________________________________________________
854b7fdb
GS
19048[ 2835] By: gsar on 1999/02/08 14:40:23
19049 Log: make qw() into a true list at compile time (slightly modified
19050 variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
19051 Branch: perl
19052 ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
19053____________________________________________________________________________
19054[ 2834] By: gsar on 1999/02/08 13:23:16
19055 Log: make safesysmalloc() etc., always available; safemalloc() et al are
19056 now macros that point to the right malloc; fix various places in
19057 sources that need to always use safesysmalloc() et al
19058 Branch: perl
19059 ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
19060 ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
19061____________________________________________________________________________
19062[ 2833] By: gsar on 1999/02/08 10:56:16
19063 Log: remove spurious #endif in last change
19064 Branch: perl
19065 ! perl.h
19066____________________________________________________________________________
19067[ 2832] By: gsar on 1999/02/08 10:34:55
19068 Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
19069 them ask for insanity (untested)
19070 Branch: perl
19071 ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
19072 ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
19073 ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
19074____________________________________________________________________________
19075[ 2831] By: jhi on 1999/02/08 08:33:33
19076 Log: Update vms/subconfigure.com along the lines of change #2829.
19077 Branch: cfgperl
19078 ! vms/subconfigure.com
19079____________________________________________________________________________
19080[ 2830] By: gsar on 1999/02/08 00:19:46
19081 Log: integrate cfgperl changes into mainline
19082 Branch: perl
19083 +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
19084 +> lib/File/PathConvert.pm pod/perlthrtut.pod
19085 ! Changes
19086 !> (integrate 93 files)
19087____________________________________________________________________________
19088[ 2829] By: jhi on 1999/02/07 23:49:46
19089 Log: Configure update.
19090
19091 Probe for mmap() et alia.
19092 The *cc*symbols patch (just Configure, no h2ph).
19093 Branch: cfgperl
19094 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19095 ! config_h.SH perl.h
19096____________________________________________________________________________
a43a7b9b
GS
19097[ 2828] By: gsar on 1999/02/07 23:38:47
19098 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19099 Date: Sun, 7 Feb 1999 17:25:22 -0500
19100 Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
19101 Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
19102 Branch: perl
19103 + t/op/subst_amp.t t/op/subst_wamp.t
19104 ! MANIFEST regcomp.c t/op/subst.t
19105____________________________________________________________________________
19106[ 2827] By: gsar on 1999/02/07 23:27:32
19107 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19108 Date: Sun, 7 Feb 1999 17:00:10 -0500
19109 Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
19110 Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
19111 Branch: perl
19112 ! pp_hot.c t/op/pat.t
19113____________________________________________________________________________
19114[ 2826] By: gsar on 1999/02/07 23:26:04
19115 Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
19116 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19117 Date: Sun, 7 Feb 1999 15:07:27 -0500
19118 Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
19119 Subject: Re: fixing memory leaks in REx compilation
19120 Branch: perl
19121 ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
19122 ! regexec.c
19123____________________________________________________________________________
19124[ 2825] By: jhi on 1999/02/07 18:05:13
19125 Log: Integrate from mainperl.
19126 Branch: cfgperl
19127 +> lib/DB.pm t/comp/bproto.t
19128 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
19129 !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
19130 !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
19131 !> toke.c vms/perly_c.vms
19132____________________________________________________________________________
19133[ 2824] By: gsar on 1999/02/07 14:21:48
19134 Log: tweak doc on bitwise ops
19135 Branch: perl
19136 ! pod/perlop.pod
19137____________________________________________________________________________
19138[ 2823] By: gsar on 1999/02/07 13:38:31
19139 Log: applied suggested patch; regen perly* and vms/perly*
19140 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19141 Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
19142 Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
19143 Subject: [PATCH] Re: Suggestion for perlobj man page
19144 Branch: perl
19145 ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
19146____________________________________________________________________________
19147[ 2822] By: gsar on 1999/02/07 12:39:09
19148 Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
19149 disabled, fails tests)
19150 Branch: perl
19151 ! regcomp.h
19152____________________________________________________________________________
19153[ 2821] By: gsar on 1999/02/07 11:09:39
19154 Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
19155 <Alexander.Barilo@aexp.com>)
19156 Branch: perl
19157 ! lib/Pod/Html.pm
19158____________________________________________________________________________
19159[ 2820] By: gsar on 1999/02/07 10:20:35
19160 Log: add draft debugging API implementation
19161 Branch: perl
19162 + lib/DB.pm
19163 ! MANIFEST
19164____________________________________________________________________________
19165[ 2819] By: gsar on 1999/02/07 09:58:45
19166 Log: avoid garbage in db->dirbuf
19167 From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
19168 Date: Sat, 05 Dec 1998 14:14:54 +0900
19169 Message-Id: <199812050514.OAA23268@toshiba.co.jp>
19170 Subject: SDBM bug
19171 Branch: perl
19172 ! ext/SDBM_File/sdbm/sdbm.c
19173____________________________________________________________________________
19174[ 2818] By: gsar on 1999/02/07 09:32:24
19175 Log: missing entry
19176 Branch: perl
19177 ! MANIFEST
19178____________________________________________________________________________
19179[ 2817] By: gsar on 1999/02/07 09:30:47
19180 Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
19181 Branch: perl
19182 + t/comp/bproto.t
19183 ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
19184____________________________________________________________________________
19185[ 2816] By: gsar on 1999/02/06 00:14:29
19186 Log: minor bug in dumping blessed subrefs
19187 Branch: perl
19188 ! ext/Data/Dumper/Dumper.pm
19189____________________________________________________________________________
a43a7b9b
GS
19190[ 2812] By: jhi on 1999/02/03 22:02:24
19191 Log: Enhance change #2808.
19192
19193 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19194 To: perl5-porters@perl.org
19195 Subject: Re: [PATCH 5.00*]: perlbug checklist
19196 Date: Wed, 3 Feb 1999 19:02:27 +0000
19197 Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
19198 Branch: cfgperl
19199 ! utils/perlbug.PL
19200____________________________________________________________________________
19201[ 2811] By: jhi on 1999/02/03 21:53:23
19202 Log: From: Barrie Slaymaker <rbs@telerama.com>
19203 To: perl5-porters@perl.org
19204 CC: pod-people@perl.org
19205 Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
19206 Date: Wed, 03 Feb 1999 10:34:18 -0500
19207 Message-ID: <36B86C7A.E99EFFF1@telerama.com>
19208
19209 Add File::PathConvert.pm.
19210 Fix Pod::Html and installhtml to understand relative urls.
19211 Branch: cfgperl
19212 + lib/File/PathConvert.pm
19213 ! MANIFEST installhtml lib/Pod/Html.pm
19214____________________________________________________________________________
19215[ 2810] By: jhi on 1999/02/03 20:25:10
19216 Log: From: Francois Desarmenien <desar@club-internet.fr>
19217 To: Mailing list Perl5 <perl5-porters@perl.org>
19218 Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
19219 Date: Wed, 03 Feb 1999 13:13:24 +0000
19220 Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
19221
19222 (note: this patch completely overrides Tom Wolfe's patch,
19223 change #2604)
19224 Branch: cfgperl
19225 + ext/GDBM_File/hints/sco.pl
19226 ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
19227____________________________________________________________________________
19228[ 2809] By: jhi on 1999/02/03 19:54:16
19229 Log: h2ph fixes + Configure patch to support them.
19230
19231 From: "Kurt D. Starsinic" <kstar@chapin.edu>
19232 To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
19233 Gurusamy Sarathy <gsar@engin.umich.edu>
19234 Cc: perl5-porters@perl.org
19235 Subject: [PATCH 5.00503_MT5] h2ph.PL
19236 Date: Tue, 2 Feb 1999 19:48:06 -0500
19237 Message-ID: <19990202194806.E10647@O2.chapin.edu>
19238 Branch: maint-5.005/perl
19239 ! Configure utils/h2ph.PL
19240____________________________________________________________________________
19241[ 2808] By: jhi on 1999/02/03 16:59:55
19242 Log: Enhance the perlbug checklist.
19243 Branch: cfgperl
19244 ! utils/perlbug.PL
19245____________________________________________________________________________
19246[ 2807] By: jhi on 1999/02/03 14:01:37
19247 Log: Document the standard strftime %formats.
19248
19249 From: Dominic Dunlop <domo@vo.lu>
19250 To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
19251 Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
19252 Date: Tue, 2 Feb 1999 15:55:29 +0100
19253 Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
19254 Branch: cfgperl
19255 ! ext/POSIX/POSIX.pod
19256____________________________________________________________________________
19257[ 2806] By: jhi on 1999/02/03 13:58:00
19258 Log: Integrate from mainperl.
19259 Branch: cfgperl
19260 !> perl.h
19261____________________________________________________________________________
19262[ 2805] By: gsar on 1999/02/03 03:32:31
19263 Log: PL_uuemap[] init needs help for sizeof()
19264 Branch: perl
19265 ! perl.h
19266____________________________________________________________________________
19267[ 2804] By: jhi on 1999/02/02 20:44:30
19268 Log: These should've been already in #2803.
19269 Branch: cfgperl
19270 ! Configure config_h.SH vms/subconfigure.com
19271____________________________________________________________________________
19272[ 2803] By: jhi on 1999/02/02 20:38:45
19273 Log: telldir prototype issue, from mists of time...
19274 Branch: cfgperl
19275 ! hints/netbsd.sh pp_sys.c
19276____________________________________________________________________________
a43a7b9b
GS
19277[ 2801] By: jhi on 1999/02/02 17:40:14
19278 Log: From: John Bley <jbb6@acpub.duke.edu>
19279 To: perlbug@perl.org
19280 Subject: [PATCH]5.005_54 (DOC) fix minor typos
19281 Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
19282 Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
19283 Branch: cfgperl
19284 ! pod/perlre.pod
19285____________________________________________________________________________
19286[ 2800] By: jhi on 1999/02/02 17:26:49
19287 Log: Update todo with POSIX 1003.1 1996 Edition reminder.
19288 Branch: cfgperl
19289 ! Todo-5.005
19290____________________________________________________________________________
19291[ 2799] By: jhi on 1999/02/02 17:18:51
19292 Log: Update FindBin from maint-5.005.
19293 Branch: cfgperl
19294 ! lib/FindBin.pm
19295____________________________________________________________________________
19296[ 2798] By: jhi on 1999/02/02 17:16:07
19297 Log: Fix typecasts in #2797
19298
19299 From: "G. Del Merritt" <del@intranetics.com>
19300 Date: Fri, 29 Jan 1999 11:47:25 -0700
19301 Message-Id: <199901291847.LAA04828@jhereg.perl.com>
19302 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
19303 Branch: cfgperl
19304 ! ext/POSIX/POSIX.xs
19305____________________________________________________________________________
19306[ 2797] By: jhi on 1999/02/02 17:14:37
19307 Log: From: Ted Law <tedlaw@cibcwg.com>
19308 Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
19309 Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
19310 Subject: POSIX::strftime buffer overflow problem
19311 Branch: cfgperl
19312 ! ext/POSIX/POSIX.xs
19313____________________________________________________________________________
19314[ 2796] By: jhi on 1999/02/02 17:13:23
19315 Log: Do not use File::Slurp.
19316 Branch: cfgperl
19317 ! t/lib/textfill.t
19318____________________________________________________________________________
19319[ 2795] By: jhi on 1999/02/02 17:11:48
19320 Log: perlhist update from maint-5.005.
19321 Branch: cfgperl
19322 ! pod/perlhist.pod
19323____________________________________________________________________________
19324[ 2794] By: jhi on 1999/02/02 17:10:33
19325 Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
19326 Branch: cfgperl
19327 ! ext/POSIX/POSIX.pm
19328____________________________________________________________________________
19329[ 2793] By: jhi on 1999/02/02 17:08:39
19330 Log: Missed the html test from change #2787.
19331 Branch: cfgperl
19332 ! t/lib/cgi-html.t
19333____________________________________________________________________________
19334[ 2792] By: jhi on 1999/02/02 17:01:24
19335 Log: Update Getopt::Long to 2.19.
19336 Branch: cfgperl
19337 ! lib/Getopt/Long.pm
19338____________________________________________________________________________
19339[ 2791] By: jhi on 1999/02/02 16:59:13
19340 Log: overload syntax is no longer experimental
19341 Branch: cfgperl
19342 ! lib/overload.pm
19343____________________________________________________________________________
a43a7b9b
GS
19344[ 2789] By: jhi on 1999/02/02 16:47:50
19345 Log: Still doc fixes.
19346 Branch: cfgperl
19347 ! lib/diagnostics.pm
19348____________________________________________________________________________
19349[ 2788] By: jhi on 1999/02/02 16:47:07
19350 Log: Doc fixes.
19351 Branch: cfgperl
19352 ! lib/CGI.pm lib/diagnostics.pm
19353____________________________________________________________________________
19354[ 2787] By: jhi on 1999/02/02 16:38:55
19355 Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
19356 where applicable).
19357 Branch: cfgperl
19358 ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
19359 ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
19360 ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
19361 ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
19362 ! eg/cgi/frameset.cgi eg/cgi/index.html
19363 ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
19364 ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
19365 ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
19366 ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
19367 ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
19368 ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
19369____________________________________________________________________________
19370[ 2786] By: jhi on 1999/02/02 16:17:52
19371 Log: Update CPAN to 1.47.
19372 Branch: cfgperl
19373 ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
19374____________________________________________________________________________
19375[ 2785] By: jhi on 1999/02/02 16:09:03
19376 Log: From: Mark-Jason Dominus <mjd@plover.com>
19377 Date: Sat, 16 Jan 1999 17:22:06 -0500
19378 Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
19379 Message-ID: <19990116222206.3674.qmail@plover.com>
19380 Branch: cfgperl
19381 ! pod/perlsub.pod
19382____________________________________________________________________________
19383[ 2784] By: jhi on 1999/02/02 16:01:31
19384 Log: Fix incorrect "used only once" warnings
19385
19386 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19387 Date: Fri, 8 Jan 1999 04:37:10 -0500
19388 Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
19389 Subject: Re: change#965 flakiness
19390 Branch: cfgperl
19391 ! gv.c
19392____________________________________________________________________________
19393[ 2783] By: jhi on 1999/02/02 15:50:38
19394 Log: perldelta updates.
19395 Branch: cfgperl
19396 ! pod/perldelta.pod
19397____________________________________________________________________________
19398[ 2782] By: jhi on 1999/02/02 14:28:26
19399 Log: Mirror change #2781.
19400 Branch: cfgperl
19401 ! hints/linux.sh
19402____________________________________________________________________________
19403[ 2781] By: jhi on 1999/02/02 14:27:01
19404 Log: Update the MkLinux note.
19405 Branch: maint-5.005/perl
19406 ! hints/linux.sh
19407____________________________________________________________________________
19408[ 2780] By: jhi on 1999/02/02 14:10:59
19409 Log: Update todo.
19410 Branch: cfgperl
19411 ! Todo-5.005
19412____________________________________________________________________________
19413[ 2779] By: jhi on 1999/02/02 14:00:25
19414 Log: Integrate from mainperl.
19415 Branch: cfgperl
19416 ! t/lib/textfill.t t/lib/textwrap.t
19417 !> (integrate 32 files)
19418____________________________________________________________________________
19419[ 2778] By: jhi on 1999/02/02 13:56:23
19420 Log: VMS update, applicable parts of
19421
19422 From: Dan Sugalski <sugalskd@osshe.edu>
19423 To: perl5-porters@perl.org
19424 Subject: [PATCH 5.005_03MT3]VMS configure tweak
19425 Date: Wed, 20 Jan 1999 12:05:18 -0800
19426 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
19427
19428 From: Dan Sugalski <sugalskd@osshe.edu>
19429 To: perlbug@perl.com, vmsperl@perl.org
19430 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
19431 Date: Tue, 26 Jan 1999 14:40:38 -0800
19432 Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
19433
19434 From: Dan Sugalski <sugalskd@osshe.edu>
19435 To: perl5-porters@perl.org, vmsperl@perl.org
19436 Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
19437 Date: Tue, 26 Jan 1999 14:55:29 -0800
19438 Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
19439 Branch: cfgperl
19440 ! vms/ext/Stdio/test.pl vms/subconfigure.com
19441____________________________________________________________________________
19442[ 2777] By: jhi on 1999/02/02 13:43:24
19443 Log: Synch usethreads parts from maint-5.005.
19444 Branch: cfgperl
19445 ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
19446 ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
19447 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
19448 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
19449____________________________________________________________________________
19450[ 2776] By: jhi on 1999/02/02 13:17:16
19451 Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
19452 Branch: cfgperl
19453 ! Makefile.SH hints/freebsd.sh
19454____________________________________________________________________________
a43a7b9b
GS
19455[ 2774] By: jhi on 1999/02/02 13:10:39
19456 Log: Add perlthrtut, update pod/* machinery.
19457 (a pod/Makefile.SH is sorely needed)
19458 Branch: cfgperl
19459 + pod/perlthrtut.pod
19460 ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
19461____________________________________________________________________________
19462[ 2773] By: jhi on 1999/02/02 12:54:24
19463 Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19464 To: perl5-porters@perl.org
19465 Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
19466 Date: Tue, 26 Jan 1999 22:25:07 +0000
19467 Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
19468 Branch: cfgperl
19469 ! pod/perlguts.pod
19470____________________________________________________________________________
a43a7b9b
GS
19471[ 2771] By: jhi on 1999/02/02 12:47:34
19472 Log: Use perlbug instead of personal email address.
19473 Branch: cfgperl
19474 ! Configure
19475____________________________________________________________________________
19476[ 2770] By: jhi on 1999/02/02 12:42:06
19477 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
19478
19479 From: "G. Del Merritt" <del@intranetics.com>
19480 To: perlbug@perl.com
19481 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19482 Date: Tue, 26 Jan 1999 12:09:09 -0700
19483 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19484 Branch: cfgperl
19485 ! iperlsys.h
19486____________________________________________________________________________
19487[ 2769] By: jhi on 1999/02/02 12:37:57
19488 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19489 To: Mailing list Perl5 <perl5-porters@perl.org>
19490 Subject: [PATCH 5.005_*] OS/2 threads
19491 Date: Tue, 26 Jan 1999 13:39:46 -0500
19492 Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
19493 Branch: cfgperl
19494 ! os2/os2ish.h
19495____________________________________________________________________________
19496[ 2768] By: jhi on 1999/02/02 12:36:16
19497 Log: Apply change #2711 from maint-5.005:
19498
19499 make ok", "make okfile", and "make nok" were broken
19500 with -Duseshrplib, because of a shared typo.
19501
19502 From: Spider Boardman <spider@web.zk3.dec.com>
19503 To: perlbug@perl.com
19504 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19505 Date: Wed, 27 Jan 1999 12:27:15 -0500
19506 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
19507 Branch: cfgperl
19508 ! Makefile.SH
19509____________________________________________________________________________
a43a7b9b
GS
19510[ 2766] By: jhi on 1999/02/02 12:27:08
19511 Log: Make Configure use "int main()" instead of bare "main()".
19512 Like maint-5.005 change #2703 but now via metaconfig.
19513 Branch: cfgperl
19514 ! Configure
19515____________________________________________________________________________
19516[ 2765] By: jhi on 1999/02/02 11:59:30
19517 Log: Undo part of change #2562.
19518 Branch: cfgperl
19519 ! Configure
19520____________________________________________________________________________
19521[ 2764] By: jhi on 1999/02/02 11:52:39
19522 Log: NetBSD synch with maint-5.005.
19523 Branch: cfgperl
19524 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
19525____________________________________________________________________________
19526[ 2763] By: jhi on 1999/02/02 11:44:07
19527 Log: $Config{installusrbinperl}
19528 (maint-5.005 changes #2614 and #2709)
19529 Branch: cfgperl
19530 ! Configure installperl
19531____________________________________________________________________________
19532[ 2762] By: jhi on 1999/02/02 11:29:13
19533 Log: Errno update from maint-5.005 (changes #2583, #2710).
19534 Branch: cfgperl
19535 ! Configure ext/Errno/Errno_pm.PL
19536____________________________________________________________________________
19537[ 2759] By: jhi on 1999/02/02 10:53:20
19538 Log: Update Trig.pm from maint-5.005.
19539 Branch: cfgperl
19540 ! lib/Math/Trig.pm
19541____________________________________________________________________________
a43a7b9b
GS
19542[ 2757] By: jhi on 1999/02/02 10:41:26
19543 Log: MPE/iX update (mirror maint-5.005 change #2715)
19544 Branch: cfgperl
19545 ! hints/mpeix.sh mpeix/relink
19546____________________________________________________________________________
19547[ 2756] By: jhi on 1999/02/02 10:38:08
19548 Log: BeOS update (Mirror maint-5.005 change #2727).
19549 Branch: cfgperl
19550 + ext/DynaLoader/dl_beos.xs
19551 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
19552 ! lib/ExtUtils/MM_Unix.pm
19553____________________________________________________________________________
a43a7b9b
GS
19554[ 2754] By: gsar on 1999/02/02 08:52:13
19555 Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
19556 Branch: perl
19557 ! Porting/pumpkin.pod Todo Todo-5.005
19558____________________________________________________________________________
19559[ 2753] By: gsar on 1999/02/02 08:46:21
19560 Log: Todo tweaks
19561 Branch: perl
19562 ! Todo Todo-5.005
19563____________________________________________________________________________
19564[ 2752] By: jhi on 1999/02/01 22:15:12
19565 Log: Add perlthrtut.pod.
19566
19567 From: Dan Sugalski <sugalskd@osshe.edu>
19568 To: perl5-porters@perl.org
19569 Subject: perlthrtut.pod
19570 Date: Mon, 01 Feb 1999 10:57:11 -0800
19571 Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
19572 Branch: maint-5.005/perl
19573 + pod/perlthrtut.pod
19574 ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
19575 ! pod/roffitall
19576____________________________________________________________________________
19577[ 2751] By: gsar on 1999/02/01 07:28:05
19578 Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
19579 Branch: perl
19580 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
19581 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
19582____________________________________________________________________________
19583[ 2750] By: gsar on 1999/02/01 07:09:20
19584 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19585 Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
19586 Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
19587 Subject: [PATCH 5.005_53] Debugging REx with lookbehind
19588 Branch: perl
19589 ! regexec.c
19590____________________________________________________________________________
19591[ 2749] By: gsar on 1999/02/01 07:07:59
19592 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19593 Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
19594 Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
19595 Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
19596 Branch: perl
19597 ! regexec.c
19598____________________________________________________________________________
19599[ 2748] By: gsar on 1999/02/01 06:47:06
19600 Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
19601 Date: Thu, 3 Dec 1998 15:10:17 -0500
19602 Message-Id: <199812032010.PAA09692@jik.shore.net>
19603 Subject: sample checksum code in "perlfunc" man page is wrong
19604 Branch: perl
19605 ! pod/perlfunc.pod
19606____________________________________________________________________________
19607[ 2747] By: gsar on 1999/02/01 06:35:13
19608 Log: typos in Pod/Text.pm
19609 From: "Greg Chapman" <glc@well.com>
19610 Date: Tue, 1 Dec 1998 10:50:18 -0800
19611 Message-Id: <199812011849.KAA08816@smtp.well.com>
19612 Subject: Glitch in Pod::Text
19613 Branch: perl
19614 ! lib/Pod/Text.pm
19615____________________________________________________________________________
19616[ 2746] By: gsar on 1999/02/01 06:27:35
19617 Log: various win32-ish changes merged from maint-5.005
19618 Branch: perl
19619 ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
19620 ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
19621 ! win32/Makefile win32/config.bc win32/config.vc
19622 ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
19623 ! win32/win32.c
19624____________________________________________________________________________
19625[ 2745] By: gsar on 1999/02/01 04:51:54
19626 Log: integrate cfgperl changes into mainline
19627 Branch: perl
19628 !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
19629____________________________________________________________________________
19630[ 2744] By: gsar on 1999/02/01 04:31:09
19631 Log: improved diagnostic on syntax errors at EOL
19632 Branch: perl
19633 ! toke.c
19634____________________________________________________________________________
19635[ 2743] By: gsar on 1999/02/01 03:59:13
19636 Log: don't attempt connect() to bogus IP addresses
19637 From: Graham Barr <gbarr@pobox.com>
19638 Date: Sun, 31 Jan 1999 21:50:45 CST
19639 Message-Id: <19990131215045.A633@pobox.com>
19640 Branch: perl
19641 ! t/lib/io_multihomed.t
19642____________________________________________________________________________
19643[ 2742] By: gsar on 1999/02/01 03:08:58
19644 Log: update Changes
19645 Branch: perl
19646 ! Changes pod/perldelta.pod
19647____________________________________________________________________________
5fdc711f
GS
19648[ 2740] By: gsar on 1999/02/01 02:43:07
19649 Log: CAPI inheritance tweak and doc
19650 Branch: maint-5.005/perl
19651 ! lib/ExtUtils/MakeMaker.pm
19652____________________________________________________________________________
19653[ 2739] By: jhi on 1999/01/31 18:31:54
19654 Log: Undo changes #2730 and #2731 and replace them
19655 with an extensively tested patch from
19656 Anton Berezin <tobez@plab.ku.dk> (via private email).
19657 Branch: maint-5.005/perl
19658 ! Makefile.SH hints/freebsd.sh
19659____________________________________________________________________________
19660[ 2738] By: gsar on 1999/01/31 05:04:32
19661 Log: fix bogus CAPI inheritance from change#2541
19662 Branch: maint-5.005/perl
19663 ! lib/ExtUtils/MakeMaker.pm
19664____________________________________________________________________________
5fdc711f
GS
19665[ 2731] By: jhi on 1999/01/29 14:33:12
19666 Log: FreeBSD version numbers can be like "2.2.8-release".
19667 Branch: maint-5.005/perl
19668 ! hints/freebsd.sh
19669____________________________________________________________________________
19670[ 2730] By: jhi on 1999/01/29 12:40:38
19671 Log: FreeBSD hints iteration (hopefully convergent).
19672 usethreads: require at least FreeBSD 2.2.8.
19673 signal type: mirror change #2429 in cfgperl.
19674 Branch: maint-5.005/perl
19675 ! hints/freebsd.sh
19676____________________________________________________________________________
5fdc711f
GS
19677[ 2727] By: gbarr on 1999/01/29 04:09:57
19678 Log: From: Tom Spindler <dogcow@isi.net>
19679 Date: Thu, 28 Jan 1999 17:15:11 -0800
19680 Message-ID: <19990128171510.A11778@isi.net>
19681 Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
19682 Branch: maint-5.005/perl
19683 + ext/DynaLoader/dl_beos.xs
19684 ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
19685 ! lib/ExtUtils/MM_Unix.pm
19686____________________________________________________________________________
19687[ 2726] By: gbarr on 1999/01/29 03:30:51
19688 Log: Remove use of File::Slurp in t/lib/textfill.t
19689 Branch: maint-5.005/perl
19690 ! t/lib/textfill.t
19691____________________________________________________________________________
19692[ 2725] By: gbarr on 1999/01/29 03:11:41
19693 Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
19694 Date: Wed, 27 Jan 1999 23:14:33 -0800
19695 Message-Id: <199901280714.XAA10176@activestate.com>
19696 Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
19697 Branch: maint-5.005/perl
19698 ! win32/Makefile win32/makefile.mk
19699____________________________________________________________________________
5fdc711f
GS
19700[ 2720] By: gsar on 1999/01/27 21:54:42
19701 Log: missing space while munging CCFLAGS for PERL_CAPI
19702 Branch: perl
19703 ! lib/ExtUtils/MM_Unix.pm
19704____________________________________________________________________________
5fdc711f
GS
19705[ 2718] By: jhi on 1999/01/27 19:46:04
19706 Log: io/fs.t fails test #18 (sense of tests appears to have been
19707 changed incompletely; this patch just skips the test attached,
19708 a la test #17 preceding it).
19709
19710 From: "G. Del Merritt" <del@intranetics.com>
19711 To: perlbug@perl.com
19712 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19713 Date: Tue, 26 Jan 1999 12:09:09 -0700
19714 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19715 Branch: maint-5.005/perl
19716 ! t/io/fs.t
19717____________________________________________________________________________
19718[ 2717] By: jhi on 1999/01/27 19:44:46
19719 Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
19720
19721 From: "G. Del Merritt" <del@intranetics.com>
19722 To: perlbug@perl.com
19723 Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
19724 Date: Tue, 26 Jan 1999 12:09:09 -0700
19725 Message-Id: <199901261909.MAA25525@jhereg.perl.com>
19726 Branch: maint-5.005/perl
19727 ! iperlsys.h
19728____________________________________________________________________________
5fdc711f
GS
19729[ 2715] By: jhi on 1999/01/27 19:34:28
19730 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19731 To: perl5-porters@perl.org
19732 Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
19733 Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
19734 Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
19735 Branch: maint-5.005/perl
19736 ! hints/mpeix.sh mpeix/relink
19737____________________________________________________________________________
5fdc711f
GS
19738[ 2710] By: jhi on 1999/01/27 19:22:23
19739 Log: Errno fixes:
19740
19741 From: Spider Boardman <spider@web.zk3.dec.com>
19742 To: perlbug@perl.com
19743 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19744 Date: Wed, 27 Jan 1999 12:27:15 -0500
19745 Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
19746
19747 From: Spider Boardman <spider@web.zk3.dec.com>
19748 To: perlbug@perl.com
19749 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19750 Date: Wed, 27 Jan 1999 13:31:16 -0500
19751 Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
19752 Branch: maint-5.005/perl
19753 ! Configure ext/Errno/Errno_pm.PL
19754____________________________________________________________________________
19755[ 2709] By: jhi on 1999/01/27 19:17:35
19756 Log: Fix Configure installusrbinperl:
19757
19758 From: Spider Boardman <spider@web.zk3.dec.com>
19759 To: jhi@iki.fi
19760 cc: perl5-porters@perl.org
19761 Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
19762 Date: Wed, 27 Jan 1999 13:03:35 -0500
19763 Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
19764 Branch: maint-5.005/perl
19765 ! Configure
19766____________________________________________________________________________
5fdc711f
GS
19767[ 2707] By: gbarr on 1999/01/26 02:06:17
19768 Log: Add redef IO::Handle::* for setv?buf()
19769 Branch: maint-5.005/perl
19770 ! ext/POSIX/POSIX.pm
19771____________________________________________________________________________
5fdc711f
GS
19772[ 2705] By: jhi on 1999/01/24 15:14:30
19773 Log: Mention year-1900 and month 0..11.
19774 Branch: cfgperl
19775 ! lib/Time/Local.pm
19776____________________________________________________________________________
19777[ 2704] By: jhi on 1999/01/24 15:13:36
19778 Log: Document Configure -Uinstallusrbinperl.
19779 Branch: cfgperl
19780 ! INSTALL pod/perldelta.pod
19781____________________________________________________________________________
99ed61e6
GS
19782[ 2698] By: jhi on 1999/01/24 12:46:00
19783 Log: Use only xlc_r for usethreads.
19784 Branch: cfgperl
19785 ! hints/aix.sh
5fdc711f
GS
19786____________________________________________________________________________
19787[ 2695] By: gsar on 1999/01/24 07:09:05
19788 Log: integrate cfgperl changes into mainline
19789 Branch: perl
19790 +> lib/Exporter/Heavy.pm
19791 !> (integrate 65 files)
19792____________________________________________________________________________
19793[ 2694] By: gsar on 1999/01/24 01:28:49
19794 Log: better notes on 'make' on win32
19795 Branch: perl
19796 ! README.win32
19797____________________________________________________________________________
5fdc711f
GS
19798[ 2683] By: jhi on 1999/01/22 15:41:00
19799 Log: More de-cut-and-pastos.
19800 Branch: cfgperl
19801 ! hints/irix_6.sh hints/os2.sh
19802____________________________________________________________________________
19803[ 2682] By: jhi on 1999/01/22 15:30:51
19804 Log: usethreads.cbu cut-and-pasto.
19805 Branch: cfgperl
19806 ! hints/solaris_2.sh
19807____________________________________________________________________________
19808[ 2681] By: jhi on 1999/01/22 14:54:55
19809 Log: Better (I hope) LANGUAGE documentation.
19810 Branch: cfgperl
19811 ! pod/perllocale.pod
19812____________________________________________________________________________
19813[ 2680] By: jhi on 1999/01/22 09:20:29
19814 Log: From: Dan Sugalski <sugalskd@osshe.edu>
19815 To: perl5-porters@perl.org
19816 Subject: [PATCH 5.005_03MT3]VMS configure tweak
19817 Date: Wed, 20 Jan 1999 12:05:18 -0800
19818 Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
19819 Branch: cfgperl
19820 ! vms/subconfigure.com
19821____________________________________________________________________________
19822[ 2679] By: jhi on 1999/01/22 09:13:18
19823 Log: nosuid getmntent() branch.
19824 Branch: cfgperl
19825 ! perl.c perl.h
19826____________________________________________________________________________
19827[ 2678] By: jhi on 1999/01/22 08:54:19
19828 Log: nosuid patch continued: *BSD needs <sys/param.h>.
19829 Branch: cfgperl
19830 ! Configure config_h.SH
19831____________________________________________________________________________
5fdc711f
GS
19832[ 2676] By: gbarr on 1999/01/22 01:54:02
19833 Log: Fixup FindBin to use File::Spec
19834
19835 Message-Id: <19990120185157.D24479@west-tip.transeda.com>
19836 Date: Wed, 20 Jan 1999 18:51:57 +0000
19837 From: Paul Johnson <pjcj@transeda.com>
19838 Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
19839 Branch: maint-5.005/perl
19840 ! lib/FindBin.pm
19841____________________________________________________________________________
5fdc711f
GS
19842[ 2671] By: gbarr on 1999/01/22 00:40:13
19843 Log: Fix win32 for Borland compiler and spaces in paths
19844
19845 From: Gurusamy Sarathy <gsar@activestate.com>
19846 Date: Mon, 18 Jan 1999 20:33:17 -0800
19847 Message-Id: <199901190433.UAA03656@activestate.com>
19848 Subject: [PATCH] 5.005_03-trial3 win32 issues
19849 Branch: maint-5.005/perl
19850 ! README.win32 win32/Makefile win32/config_sh.PL
19851 ! win32/makefile.mk win32/runperl.c
19852____________________________________________________________________________
19853[ 2670] By: jhi on 1999/01/21 16:12:38
19854 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19855 To: perl5-porters@perl.org
19856 Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
19857 Date: Thu, 21 Jan 1999 12:08:01 +0000
19858 Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
19859 Branch: cfgperl
19860 ! pod/perldiag.pod t/op/subst.t toke.c
19861____________________________________________________________________________
19862[ 2669] By: jhi on 1999/01/21 16:11:46
19863 Log: To: perl5-porters@perl.org
19864 Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
19865 From: Anton Berezin <tobez@plab.ku.dk>
19866 Date: 21 Jan 1999 17:07:28 +0100
19867 Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
19868 Branch: cfgperl
19869 ! hints/freebsd.sh
19870____________________________________________________________________________
19871[ 2668] By: jhi on 1999/01/21 15:38:34
19872 Log: Add Daniel Grisinger <dgris@dimensional.com>.
19873 Branch: cfgperl
19874 ! AUTHORS MAINTAIN
19875____________________________________________________________________________
19876[ 2667] By: jhi on 1999/01/21 15:32:28
19877 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19878 To: Mailing list Perl5 <perl5-porters@perl.org>
19879 Subject: [PATCH 5.005_53] Lean Exporter.pm
19880 Date: Thu, 21 Jan 1999 03:25:23 -0500
19881 Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
19882 Branch: cfgperl
19883 + lib/Exporter/Heavy.pm
19884 ! MANIFEST lib/Exporter.pm
19885____________________________________________________________________________
19886[ 2666] By: jhi on 1999/01/21 15:24:10
19887 Log: From: "W. Phillip Moore" <wpm@ms.com>
19888 To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
19889 Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
19890 Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
19891 Message-ID: <13988.46383.298992.97303@zappa>
19892 Branch: cfgperl
19893 ! lib/File/Path.pm
19894____________________________________________________________________________
19895[ 2665] By: jhi on 1999/01/21 15:20:48
19896 Log: CPAN update (CPAN-1.44_54) from Andreas and
19897 jumbo doc patch from Abigail.
19898
19899 From: abigail@fnx.com
19900 To: perl5-porters@perl.org (Perl Porters)
19901 Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm] Typos
19902 Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
19903 Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
19904
19905 From: abigail@fnx.com
19906 To: perl5-porters@perl.org (Perl Porters)
19907 Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
19908 Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
19909 Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
19910
19911 From: abigail@fnx.com
19912 To: perl5-porters@perl.org (Perl Porters)
19913 Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
19914 Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
19915 Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
19916
19917 From: abigail@fnx.com
19918 To: perl5-porters@perl.org (Perl Porters)
19919 Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
19920 Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
19921 Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
19922
19923 From: abigail@fnx.com
19924 To: perl5-porters@perl.org (Perl Porters)
19925 Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
19926 Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
19927 Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
19928
19929 From: abigail@fnx.com
19930 To: perl5-porters@perl.org (Perl Porters)
19931 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
19932 Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
19933 Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
19934
19935 From: abigail@fnx.com
19936 To: perl5-porters@perl.org (Perl Porters)
19937 Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
19938 Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
19939 Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
19940
19941 From: abigail@fnx.com
19942 To: perl5-porters@perl.org (Perl Porters)
19943 Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
19944 Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
19945 Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
19946
19947 From: abigail@fnx.com
19948 To: perl5-porters@perl.org (Perl Porters)
19949 Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
19950 Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
19951 Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
19952
19953 From: abigail@fnx.com
19954 To: perl5-porters@perl.org (Perl Porters)
19955 Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
19956 Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
19957 Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
19958
19959 From: abigail@fnx.com
19960 To: perl5-porters@perl.org (Perl Porters)
19961 Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos (ignore previous patch for this file...)
19962 Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
19963 Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
19964
19965 From: abigail@fnx.com
19966 To: perl5-porters@perl.org (Perl Porters)
19967 Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
19968 Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
19969 Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
19970
19971 From: abigail@fnx.com
19972 To: perl5-porters@perl.org (Perl Porters)
19973 Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
19974 Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
19975 Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
19976 Branch: cfgperl
19977 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
19978 ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
19979 ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
19980 ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
19981____________________________________________________________________________
19982[ 2664] By: jhi on 1999/01/21 14:47:43
19983 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19984 To: Mailing list Perl5 <perl5-porters@perl.org>
19985 Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
19986 Date: Thu, 21 Jan 1999 03:58:29 -0500
19987 Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
19988 Branch: cfgperl
19989 ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
19990____________________________________________________________________________
19991[ 2663] By: jhi on 1999/01/21 14:43:58
19992 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19993 To: Mailing list Perl5 <perl5-porters@perl.org>
19994 Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
19995 Date: Thu, 21 Jan 1999 02:46:34 -0500
19996 Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
19997 Branch: cfgperl
19998 ! ext/Errno/Errno_pm.PL
19999____________________________________________________________________________
20000[ 2662] By: jhi on 1999/01/21 14:42:42
20001 Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
20002 To: Francois Desarmenien <desar@club-internet.fr>
20003 Cc: Gurusamy Sarathy <gsar@activestate.com>,
20004 Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
20005 Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
20006 Date: 21 Jan 1999 00:17:35 -0700
20007 Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
20008 Branch: cfgperl
20009 ! Porting/patching.pod
20010____________________________________________________________________________
20011[ 2661] By: jhi on 1999/01/21 14:41:13
20012 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20013 To: Mailing list Perl5 <perl5-porters@perl.org>
20014 Subject: [PATCH 5.00*] makedepend
20015 Date: Thu, 21 Jan 1999 02:08:27 -0500
20016 Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
20017 Branch: cfgperl
20018 ! makedepend.SH
20019____________________________________________________________________________
20020[ 2660] By: jhi on 1999/01/21 14:36:45
20021 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20022 To: Mailing list Perl5 <perl5-porters@perl.org>
20023 Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
20024 Date: Tue, 19 Jan 1999 20:06:45 -0500
20025 Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
20026 Branch: cfgperl
20027 ! os2/Changes os2/os2.c
20028____________________________________________________________________________
20029[ 2657] By: jhi on 1999/01/21 11:40:35
20030 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20031 To: perl5-porters@perl.org
20032 Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
20033 Date: Mon, 18 Jan 1999 01:32:31 PST
20034 Message-ID: <19990118093231.18443.qmail@hotmail.com>
20035 Branch: cfgperl
20036 ! ext/B/B/CC.pm
20037____________________________________________________________________________
20038[ 2656] By: jhi on 1999/01/21 11:35:34
20039 Log: From: Achim Bohnet <ach@mpe.mpg.de>
20040 Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED)
20041 Date: Wed, 20 Jan 1999 20:25:53 +0100
20042 Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
20043 Branch: cfgperl
20044 ! pp.c
20045____________________________________________________________________________
20046[ 2655] By: jhi on 1999/01/21 10:46:01
20047 Log: Handle NIS (and NetInfo) more robustly.
20048 Branch: cfgperl
20049 ! t/op/grent.t t/op/pwent.t
20050____________________________________________________________________________
20051[ 2654] By: jhi on 1999/01/21 10:17:20
20052 Log: Two-argument eaccess() of SCO.
20053 Branch: cfgperl
20054 ! pp_sys.c
20055____________________________________________________________________________
20056[ 2653] By: jhi on 1999/01/21 08:53:14
20057 Log: -DNO_NOSUID_CHECK for those platforms which have no way
20058 of checking for nosuid but still want suidperl.
20059 Branch: cfgperl
20060 ! perl.c
20061____________________________________________________________________________
20062[ 2652] By: jhi on 1999/01/21 08:22:50
20063 Log: The LANGUAGE mirrors LC_ALL usage.
20064 Branch: cfgperl
20065 ! Configure config_h.SH
20066____________________________________________________________________________
20067[ 2651] By: jhi on 1999/01/20 22:01:21
20068 Log: I_MNTENT was missing.
20069 Branch: cfgperl
20070 ! Configure config_h.SH
20071____________________________________________________________________________
20072[ 2650] By: jhi on 1999/01/19 13:42:03
20073 Log: NetBSD update, based on patches from the NetBSD packages system.
20074 Branch: cfgperl
20075 ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
20076____________________________________________________________________________
20077[ 2649] By: jhi on 1999/01/19 12:44:02
20078 Log: Jumbo Configure update.
20079 * -Uinstallusrbinperl: disable /usr/bin/perl installation
20080 by installperl
20081 * usethreads.cbu
20082 * use64bits.cbu
20083 * "nosuid"
20084 Branch: cfgperl
20085 ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
20086 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
20087 ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
20088 ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
20089 ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
20090 ! pod/perldiag.pod
20091____________________________________________________________________________
20092[ 2648] By: jhi on 1999/01/19 09:16:44
20093 Log: Mention /usr/share/locale.
20094 Branch: cfgperl
20095 ! pod/perllocale.pod
20096____________________________________________________________________________
20097[ 2647] By: jhi on 1999/01/19 09:11:11
20098 Log: SHMLBA strikes back in NetBSD/sparc.
20099
20100 From: Dave Nelson <David.Nelson@bellcow.com>
20101 To: jhi@iki.fi
20102 Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
20103 Date: Mon, 18 Jan 1999 22:07:56 -0600
20104 Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
20105 Branch: cfgperl
20106 ! ext/IPC/SysV/SysV.xs
20107____________________________________________________________________________
20108[ 2646] By: jhi on 1999/01/19 08:58:17
20109 Log: Show LANGUAGE env var when needed. (Augment change #2645).
20110 Branch: cfgperl
20111 ! util.c utils/perlbug.PL
20112____________________________________________________________________________
20113[ 2645] By: jhi on 1999/01/19 08:52:15
20114 Log: Document the GNU LANGUAGE env var.
20115 Branch: cfgperl
20116 ! pod/perllocale.pod
20117____________________________________________________________________________
20118[ 2644] By: jhi on 1999/01/19 08:42:25
20119 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20120 To: Mailing list Perl5 <perl5-porters@perl.org>
20121 Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
20122 Date: Mon, 18 Jan 1999 20:57:02 -0500
20123 Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
20124 Branch: cfgperl
20125 ! pp_hot.c t/op/pat.t
20126____________________________________________________________________________
20127[ 2643] By: jhi on 1999/01/18 11:23:41
20128 Log: Add various cruft to "clean" target. (Time for t/Makefile?)
20129 Branch: cfgperl
20130 ! Makefile.SH
20131____________________________________________________________________________
20132[ 2642] By: jhi on 1999/01/18 11:03:38
20133 Log: GNU libc locale system has LANGUAGE env var that partly
20134 overrides even LC_ALL.
20135 Branch: cfgperl
20136 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
20137____________________________________________________________________________
20138[ 2641] By: jhi on 1999/01/18 10:55:04
20139 Log: Integrate from mainperl.
20140 Branch: cfgperl
20141 +> ext/B/defsubs.h.PL
20142 ! t/op/groups.t
20143 !> (integrate 38 files)
20144____________________________________________________________________________
20145[ 2640] By: gsar on 1999/01/18 10:06:29
20146 Log: a few random cleanups
20147 Branch: perl
20148 ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
20149____________________________________________________________________________
20150[ 2639] By: gsar on 1999/01/18 05:56:21
20151 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20152 Date: Sun, 17 Jan 1999 16:41:10 PST
20153 Message-Id: <19990118004111.29667.qmail@hotmail.com>
20154 Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
20155 Branch: perl
20156 ! ext/B/B/C.pm
20157____________________________________________________________________________
20158[ 2638] By: gsar on 1999/01/18 05:41:21
20159 Log: From: jan.dubois@ibm.net (Jan Dubois)
20160 Date: Mon, 18 Jan 1999 00:37:41 +0100
20161 Message-Id: <36a271cd.2105507@smtp1.ibm.net>
20162 Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
20163 Branch: perl
20164 ! dump.c
20165____________________________________________________________________________
5fdc711f
GS
20166[ 2633] By: gsar on 1999/01/17 13:39:59
20167 Log: bogus assert()
20168 Branch: perl
20169 ! pp.c t/op/groups.t
20170____________________________________________________________________________
20171[ 2632] By: gsar on 1999/01/17 13:22:04
20172 Log: various tweaks for clean build and test on win32
20173 Branch: perl
20174 ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
20175 ! op.c t/pragma/warn/doio
20176____________________________________________________________________________
20177[ 2631] By: gsar on 1999/01/17 12:28:06
20178 Log: undo change#2336, and add clarification about subversive
20179 CPAN distributions from Andreas Koenig
20180 Branch: perl
20181 ! Porting/pumpkin.pod lib/CPAN.pm
20182____________________________________________________________________________
20183[ 2630] By: gsar on 1999/01/17 12:04:06
20184 Log: fix silent taint failures under -U
20185 Branch: perl
20186 ! doio.c
20187____________________________________________________________________________
20188[ 2629] By: gsar on 1999/01/17 12:00:23
20189 Log: sanity check piped opens (tweaked version of patch suggested
20190 by Mark-Jason Dominus)
20191 Branch: perl
20192 ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
20193 ! t/op/taint.t t/pragma/warn/doio
20194____________________________________________________________________________
20195[ 2628] By: gsar on 1999/01/17 11:26:21
20196 Log: regen headers
20197 Branch: perl
20198 ! embed.h embedvar.h objXSUB.h
20199____________________________________________________________________________
20200[ 2627] By: gsar on 1999/01/17 11:23:37
20201 Log: PERL_OBJECTness for change#2595
20202 Branch: perl
20203 ! embed.pl op.c pod/perlport.pod proto.h
20204____________________________________________________________________________
20205[ 2626] By: gsar on 1999/01/17 09:47:07
20206 Log: PERL_OBJECT tweaks for change#2426
20207 Branch: perl
20208 ! embed.pl proto.h regcomp.c
20209____________________________________________________________________________
20210[ 2625] By: gsar on 1999/01/17 09:37:58
20211 Log: documentation in change#2596 is not quite right; fix it
20212 Branch: perl
20213 ! lib/Math/BigFloat.pm pod/perlguts.pod
20214____________________________________________________________________________
20215[ 2624] By: gsar on 1999/01/17 09:28:34
20216 Log: undo change#2571; C<use File::Spec> instead
20217 Branch: perl
20218 ! lib/FindBin.pm
20219____________________________________________________________________________
20220[ 2623] By: gsar on 1999/01/17 09:20:42
20221 Log: change#2572 is not applicable; undo, retaining scan_bin addition
20222 to global.sym
20223 Branch: perl
20224 ! global.sym perl.c proto.h
20225____________________________________________________________________________
20226[ 2622] By: gsar on 1999/01/17 09:17:42
20227 Log: change#2576 is based on a wrong premise; undo it
20228 Branch: perl
20229 ! pp_ctl.c
20230____________________________________________________________________________
20231[ 2621] By: gsar on 1999/01/17 09:12:42
20232 Log: fix change#2602 to not used hard coded constants
20233 Branch: perl
20234 ! ext/B/B/C.pm ext/B/defsubs.h.PL
20235____________________________________________________________________________
20236[ 2620] By: gsar on 1999/01/17 09:02:07
20237 Log: integrate cfgperl changes into mainline, fix conflicts
20238 Branch: perl
20239 +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
20240 +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
20241 +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
20242 +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
20243 +> pod/perlopentut.pod
20244 !> (integrate 162 files)
20245____________________________________________________________________________
20246[ 2619] By: gsar on 1999/01/17 08:42:04
20247 Log: a few doc typos
20248 Branch: perl
20249 ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
20250____________________________________________________________________________
5fdc711f
GS
20251[ 2616] By: gbarr on 1999/01/16 18:59:55
20252 Log: Win32 changes from Jan
20253
20254 From: jan.dubois@ibm.net (Jan Dubois)
20255 Date: Fri, 15 Jan 1999 23:38:35 +0100
20256 Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
20257 Subject: [PATCH 5.005_03m2] Win32 Makefile patches
20258
20259 From: jan.dubois@ibm.net (Jan Dubois)
20260 Date: Sat, 16 Jan 1999 13:02:45 +0100
20261 Message-ID: <36a07da6.10722337@smtp1.ibm.net>
20262 Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
20263 Branch: maint-5.005/perl
20264 ! README.win32 win32/Makefile win32/makefile.mk
20265____________________________________________________________________________
20266[ 2615] By: gbarr on 1999/01/16 18:48:48
20267 Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
20268
20269 From: Gurusamy Sarathy <gsar@engin.umich.edu>
20270 Date: Thu, 07 Jan 1999 00:12:00 -0500
20271 Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
20272 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20273
20274 From: Gurusamy Sarathy <gsar@engin.umich.edu>
20275 Date: Thu, 14 Jan 1999 19:21:46 -0500
20276 Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
20277 Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20278 Branch: maint-5.005/perl
20279 ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
20280 ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
20281 ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
20282 ! win32/makedef.pl win32/runperl.c win32/win32.c
20283____________________________________________________________________________
20284[ 2614] By: gbarr on 1999/01/16 16:48:38
20285 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20286 Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
20287 Message-Id: <199901151528.RAA08785@alpha.hut.fi>
20288 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
20289
20290 From: Jarkko Hietaniemi <jhi@iki.fi>
20291 Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
20292 Message-Id: <199901151644.SAA08184@alpha.hut.fi>
20293 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
20294
20295 From: Jarkko Hietaniemi <jhi@iki.fi>
20296 Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
20297 Message-Id: <199901151652.SAA11259@alpha.hut.fi>
20298 Subject: the promised "installusrbinperl + NetBSD" fix
20299 Branch: maint-5.005/perl
20300 ! Configure Makefile.SH hints/netbsd.sh installperl
20301 ! makedepend.SH unixish.h
20302____________________________________________________________________________
5fdc711f
GS
20303[ 2611] By: jhi on 1999/01/14 12:16:14
20304 Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
20305 To: pumpkings@jhereg.perl.com
20306 Subject: perlopentut.pod
20307 Date: Sat, 09 Jan 1999 08:13:18 -0700
20308 Message-Id: <199901091513.IAA17512@jhereg.perl.com>
20309 Branch: cfgperl
20310 + pod/perlopentut.pod
20311 ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
20312____________________________________________________________________________
5fdc711f
GS
20313[ 2607] By: gbarr on 1999/01/14 02:53:40
20314 Log: Added Carp::cluck to perldelta.pod
20315 Branch: maint-5.005/perl
20316 ! pod/perldelta.pod
20317____________________________________________________________________________
5fdc711f
GS
20318[ 2605] By: jhi on 1999/01/13 18:26:19
20319 Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
20320 To: "'cpan@perl.org'" <cpan@perl.org>
20321 Subject: "Bug" fix for File::Find.pm
20322 Date: Thu, 31 Dec 1998 13:01:50 -0500
20323 Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
20324 Branch: cfgperl
20325 ! lib/File/Find.pm
20326____________________________________________________________________________
20327[ 2604] By: jhi on 1999/01/13 18:08:45
20328 Log: From: Peter Wolfe <wolfe@teloseng.com>
20329 Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
20330 To: perlbug@perl.com
20331 Date: 11 Jan 1999 23:00:05 +0200
20332 Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
20333 Branch: cfgperl
20334 ! hints/sco.sh
20335____________________________________________________________________________
20336[ 2603] By: jhi on 1999/01/13 18:06:56
20337 Log: From: hans@icgroup.nl (Hans Mulder)
20338 Subject: [Patch for 5.005_54] re::debugcolors dumps core
20339 To: perlbug@perl.com
20340 Cc: hansmu@xs4all.nl
20341 Date: 11 Jan 1999 22:22:45 +0200
20342 Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
20343 Branch: cfgperl
20344 ! ext/re/re.pm regcomp.c
20345____________________________________________________________________________
20346[ 2602] By: jhi on 1999/01/13 18:05:43
20347 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20348 Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
20349 Date: 11 Jan 1999 08:02:41 +0200
20350 Lines: 134
20351 Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
20352 Branch: cfgperl
20353 ! ext/B/B.xs ext/B/B/C.pm
20354____________________________________________________________________________
20355[ 2601] By: jhi on 1999/01/13 18:01:53
20356 Log: From: James FitzGibbon <james@ican.net>
20357 Subject: Trivial patch for HP-UX 11 and shared libperl
20358 To: perl5-porters@perl.org
20359 Date: 8 Jan 1999 19:13:23 +0200
20360 Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
20361 Branch: cfgperl
20362 ! Makefile.SH
20363____________________________________________________________________________
20364[ 2600] By: jhi on 1999/01/13 17:59:45
20365 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20366 Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
20367 To: perl5-porters@perl.org
20368 Date: 8 Jan 1999 12:43:36 +0200
20369 Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
20370 Branch: cfgperl
20371 ! ext/B/B/CC.pm
20372____________________________________________________________________________
20373[ 2599] By: jhi on 1999/01/13 17:50:11
20374 Log: From: Robin Barker <rmb1@cise.npl.co.uk>
20375 Subject: PATCH to installperl
20376 To: perl5-porters@perl.org
20377 Date: 4 Jan 1999 16:15:18 +0200
20378 Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
20379 Branch: cfgperl
20380 ! installperl
20381____________________________________________________________________________
20382[ 2598] By: jhi on 1999/01/13 17:34:51
20383 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
20384 To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
20385 Cc: perl5-porters@perl.org
20386 Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
20387 Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
20388 Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
20389 Branch: cfgperl
20390 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20391 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
20392____________________________________________________________________________
20393[ 2597] By: jhi on 1999/01/13 17:30:33
20394 Log: From: David Dyck <dcd@tc.fluke.com>
20395 To: Perl Porters <perl5-porters@perl.org>,
20396 Gurusamy Sarathy <gsar@engin.umich.edu>
20397 Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
20398 Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
20399 Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
20400 Branch: cfgperl
20401 ! pod/perldsc.pod
20402____________________________________________________________________________
20403[ 2596] By: jhi on 1999/01/13 17:26:44
20404 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
20405 To: perl5-porters@perl.org
20406 Subject: [PATCH] modglobal w/ spelling fixes
20407 Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
20408 Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
20409 Branch: cfgperl
20410 ! pod/perlguts.pod
20411____________________________________________________________________________
20412[ 2595] By: jhi on 1999/01/13 17:24:59
20413 Log: From: Hans Mulder <hansm@icgroup.nl>
20414 Optimize common sort routines. Thread started by the message
20415
20416 From: Hans Mulder <hansm@icgroup.nl>
20417 Sender: owner-perl5-porters@perl.org
20418 To: perl5-porters@perl.org
20419 Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
20420 Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
20421
20422 and the patch from the message
20423
20424 From: Hans Mulder <hans@icgroup.nl>
20425 To: jhi@iki.fi
20426 Cc: perl5-porters@perl.org
20427 Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
20428 $b }
20429 Date: Wed, 13 Jan 1999 17:39:35 +0100
20430 Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
20431 Branch: cfgperl
20432 ! Todo op.c op.h pp_ctl.c t/op/sort.t
20433____________________________________________________________________________
20434[ 2594] By: jhi on 1999/01/13 16:50:17
20435 Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
20436 (the diffs were based on 5.004_02). Tested by Guido
20437 and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
20438 Branch: cfgperl
20439 + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
20440 + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
20441 + mint/sys/time.h mint/time.h
20442 ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
20443 ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
20444____________________________________________________________________________
20445[ 2593] By: jhi on 1999/01/09 16:54:26
20446 Log: Detypo.
20447 Branch: cfgperl
20448 ! hints/dec_osf.sh
20449____________________________________________________________________________
20450[ 2592] By: jhi on 1999/01/09 16:17:13
20451 Log: Move usethreads and use64bits logic from hints to Configure.
20452 Branch: cfgperl
20453 ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
20454 ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
20455 ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
20456 ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
20457____________________________________________________________________________
20458[ 2591] By: jhi on 1999/01/09 14:45:24
20459 Log: Missing dTHRs added.
20460 Branch: cfgperl
20461 ! regcomp.c toke.c
20462____________________________________________________________________________
20463[ 2590] By: jhi on 1999/01/08 15:27:17
20464 Log: Finalize change #2589 and add better AIX nm scanning from:
20465
20466 Message-Id: <m0zyNW0-00017VC@gentoo.com>
20467 From: bll@gentoo.com (Brad Lanam)
20468 Subject: Re: mailhelp returned a non-zero status
20469 In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
20470 To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
20471 Branch: cfgperl
20472 ! Configure hints/freebsd.sh hints/linux.sh
20473____________________________________________________________________________
20474[ 2589] By: jhi on 1999/01/08 15:14:54
20475 Log: Undo change #2581.
20476 Branch: cfgperl
20477 ! Configure hints/freebsd.sh hints/linux.sh
20478____________________________________________________________________________
20479[ 2588] By: jhi on 1999/01/08 11:51:52
20480 Log: FAQ jumbo patch from tchrist.
20481
20482 Message-Id: <199901080605.XAA20229@jhereg.perl.com>
20483 From: Tom Christiansen <tchrist@jhereg.perl.com>
20484 To: pumpkings@jhereg.perl.com
20485 Subject: newest version of perlfaq.pod
20486 Date: Thu, 7 Jan 1999 23:05:02 -0700
20487
20488 Message-Id: <199901080605.XAA20231@jhereg.perl.com>
20489 From: Tom Christiansen <tchrist@jhereg.perl.com>
20490 To: pumpkings@jhereg.perl.com
20491 Subject: newest version of perlfaq1.pod
20492 Date: Thu, 7 Jan 1999 23:05:02 -0700
20493
20494 Message-Id: <199901080605.XAA20233@jhereg.perl.com>
20495 From: Tom Christiansen <tchrist@jhereg.perl.com>
20496 To: pumpkings@jhereg.perl.com
20497 Subject: newest version of perlfaq2.pod
20498 Date: Thu, 7 Jan 1999 23:05:02 -0700
20499
20500 Message-Id: <199901080605.XAA20235@jhereg.perl.com>
20501 From: Tom Christiansen <tchrist@jhereg.perl.com>
20502 To: pumpkings@jhereg.perl.com
20503 Subject: newest version of perlfaq3.pod
20504 Date: Thu, 7 Jan 1999 23:05:02 -0700
20505
20506 Message-Id: <199901080605.XAA20237@jhereg.perl.com>
20507 From: Tom Christiansen <tchrist@jhereg.perl.com>
20508 To: pumpkings@jhereg.perl.com
20509 Subject: newest version of perlfaq4.pod
20510 Date: Thu, 7 Jan 1999 23:05:02 -0700
20511
20512 Message-Id: <199901080605.XAA20239@jhereg.perl.com>
20513 From: Tom Christiansen <tchrist@jhereg.perl.com>
20514 To: pumpkings@jhereg.perl.com
20515 Subject: newest version of perlfaq5.pod
20516 Date: Thu, 7 Jan 1999 23:05:02 -0700
20517
20518 Message-Id: <199901080605.XAA20241@jhereg.perl.com>
20519 From: Tom Christiansen <tchrist@jhereg.perl.com>
20520 To: pumpkings@jhereg.perl.com
20521 Subject: newest version of perlfaq6.pod
20522 Date: Thu, 7 Jan 1999 23:05:02 -0700
20523
20524 Message-Id: <199901080605.XAA20243@jhereg.perl.com>
20525 From: Tom Christiansen <tchrist@jhereg.perl.com>
20526 To: pumpkings@jhereg.perl.com
20527 Subject: newest version of perlfaq7.pod
20528 Date: Thu, 7 Jan 1999 23:05:03 -0700
20529
20530 Message-Id: <199901080605.XAA20245@jhereg.perl.com>
20531 From: Tom Christiansen <tchrist@jhereg.perl.com>
20532 To: pumpkings@jhereg.perl.com
20533 Subject: newest version of perlfaq8.pod
20534 Date: Thu, 7 Jan 1999 23:05:03 -0700
20535
20536 Message-Id: <199901080605.XAA20257@jhereg.perl.com>
20537 From: Tom Christiansen <tchrist@jhereg.perl.com>
20538 To: pumpkings@jhereg.perl.com
20539 Subject: newest version of perlfaq9.pod
20540 Date: Thu, 7 Jan 1999 23:05:03 -0700
20541 Branch: cfgperl
20542 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20543 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20544 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20545 ! pod/perlfaq9.pod
20546____________________________________________________________________________
20547[ 2587] By: jhi on 1999/01/08 11:17:43
20548 Log: More doc fixes from Abigail.
20549 Branch: cfgperl
20550 ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
20551 ! lib/User/pwent.pm
20552____________________________________________________________________________
20553[ 2585] By: jhi on 1999/01/08 08:31:02
20554 Log: Change #2584 from maint-5.005:
20555
20556 implemented Ilya's suggested fix, and added a testcase
20557
20558 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20559 Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
20560 Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
20561 Subject: Re: Text::ParseWords: regex fix
20562 Branch: cfgperl
20563 ! lib/Text/ParseWords.pm t/lib/parsewords.t
20564____________________________________________________________________________
5fdc711f
GS
20565[ 2583] By: gbarr on 1999/01/08 04:50:03
20566 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
20567 Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
20568 Message-Id: <199901071047.MAA24100@alpha.hut.fi>
20569 Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
20570 Branch: maint-5.005/perl
20571 ! ext/Errno/Errno_pm.PL
20572____________________________________________________________________________
5fdc711f
GS
20573[ 2581] By: jhi on 1999/01/07 16:38:03
20574 Log: Configure update:
20575 - usethreads, use64bits, and usemultiplicity
20576 are no more interactively asked by Configure
20577 - "int main()" (vs bare "main()") enforced in test programs
20578 Branch: cfgperl
20579 ! Configure hints/freebsd.sh hints/linux.sh
20580____________________________________________________________________________
20581[ 2580] By: jhi on 1999/01/07 11:19:12
20582 Log: From: Dan Sugalski <sugalskd@osshe.edu>
20583 Date: Wed, 06 Jan 1999 13:47:34 -0800
20584 Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
20585 Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
20586 Branch: cfgperl
20587 ! vms/vms.c
20588____________________________________________________________________________
20589[ 2579] By: jhi on 1999/01/07 09:08:36
20590 Log: Another set of doc patches from Abigail
20591
20592 From: abigail@fnx.com
20593 Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
20594 Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
20595 Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
20596
20597 From: abigail@fnx.com
20598 Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
20599 Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
20600 Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
20601
20602 From: abigail@fnx.com
20603 Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
20604 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
20605 Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
20606
20607 From: abigail@fnx.com
20608 Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
20609 Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
20610 Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
20611
20612 From: abigail@fnx.com
20613 Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
20614 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
20615 Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
20616
20617 From: abigail@fnx.com
20618 Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
20619 Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
20620 Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
20621
20622 From: abigail@fnx.com
20623 Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
20624 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
20625 Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
20626
20627 From: abigail@fnx.com
20628 Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
20629 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
20630 Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
20631
20632 From: abigail@fnx.com
20633 Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
20634 Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
20635 Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
20636
20637 From: abigail@fnx.com
20638 Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
20639 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
20640 Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
20641
20642 From: abigail@fnx.com
20643 Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
20644 Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
20645 Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
20646
20647 From: abigail@fnx.com
20648 Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
20649 Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
20650 Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
20651
20652 From: abigail@fnx.com
20653 Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
20654 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
20655 Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
20656
20657 From: abigail@fnx.com
20658 Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
20659 Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
20660 Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
20661 Branch: cfgperl
20662 ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
20663 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
20664 ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
20665 ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
20666 ! lib/Tie/Array.pm lib/Tie/Hash.pm
20667____________________________________________________________________________
99ed61e6
GS
20668[ 2576] By: jhi on 1999/01/06 17:05:20
20669 Log: Change #2582 fallout: the amagic_cmp* are no more file static.
20670 Branch: cfgperl
20671 ! pp_ctl.c
5fdc711f
GS
20672____________________________________________________________________________
20673[ 2575] By: jhi on 1999/01/06 13:18:56
20674 Log: Enhance the great_circle_distance() documentation.
20675 Branch: cfgperl
20676 ! lib/Math/Trig.pm
20677____________________________________________________________________________
20678[ 2574] By: jhi on 1999/01/06 12:58:03
20679 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
20680 To: perlbug@perl.com
20681 Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
20682 Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
20683 Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
20684 Branch: cfgperl
20685 ! t/op/sysio.t
20686____________________________________________________________________________
20687[ 2573] By: jhi on 1999/01/06 12:40:19
20688 Log: From: "W. Phillip Moore" <wpm@ms.com>
20689 To: perlbug@perl.org
20690 Subject: [PATCH] POSIX getpgrp is not -w clean
20691 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
20692 Message-ID: <13970.20107.190314.549471@zappa>
20693 Branch: cfgperl
20694 ! ext/POSIX/POSIX.pm
20695____________________________________________________________________________
20696[ 2572] By: jhi on 1999/01/06 12:25:24
20697 Log: Based on
20698 From: jan.dubois@ibm.net (Jan Dubois)
20699 To: perl5-porters@perl.org
20700 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20701 Date: Wed, 06 Jan 1999 01:24:09 +0100
20702 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
20703 except that
20704 - objXSUB.h was already okay
20705 - embed.h patching is futile, global.sym patched instead
20706 - objpp.h does not exist
20707 - proto.h addition applied manually
20708 - win32/GenCAPI.pl was already okay
20709 - win32/makedef.pl was already okay
20710 Branch: cfgperl
20711 ! global.sym perl.c proto.h
20712____________________________________________________________________________
20713[ 2571] By: jhi on 1999/01/06 11:25:48
20714 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
20715 To: perlbug@perl.com
20716 Subject: FindBin.pm on Win32 systems
20717 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
20718 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
20719 Branch: cfgperl
20720 ! lib/FindBin.pm
20721____________________________________________________________________________
20722[ 2570] By: jhi on 1999/01/06 11:21:48
20723 Log: From: Dan Sugalski <sugalskd@osshe.edu>
20724 To: perl5-porters@perl.org, vmsperl@perl.org
20725 Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
20726 Date: Tue, 05 Jan 1999 16:47:31 -0800
20727 Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
20728
20729 (the ext/IO/lib/IO/Socket.pm was not really changed here;
20730 it was a leftover from #2569)
20731 Branch: cfgperl
20732 ! ext/IO/lib/IO/Socket.pm taint.c
20733____________________________________________________________________________
20734[ 2569] By: jhi on 1999/01/06 11:18:22
20735 Log: Jumbo doc patch from Abigail (almost identical to
20736 the 5.005-maint change #2562 except for the
20737 ext/IO/lib/IO/Socket.pm patch which was not
20738 applicable because the IO version of 5.005-devel
20739 is somewhat different (why?))
20740
20741 From: abigail@fnx.com
20742 Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
20743 Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
20744 Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
20745
20746 From: abigail@fnx.com
20747 Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
20748 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
20749 Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
20750
20751 From: abigail@fnx.com
20752 Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
20753 Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
20754 Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
20755
20756 From: abigail@fnx.com
20757 Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
20758 Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
20759 Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
20760
20761 From: abigail@fnx.com
20762 Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
20763 Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
20764 Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
20765
20766 From: abigail@fnx.com
20767 Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
20768 Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
20769 Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
20770
20771 From: abigail@fnx.com
20772 Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
20773 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
20774 Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
20775
20776 From: abigail@fnx.com
20777 Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
20778 Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
20779 Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
20780
20781 From: abigail@fnx.com
20782 Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
20783 Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
20784 Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
20785
20786 From: abigail@fnx.com
20787 Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
20788 Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
20789 Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
20790 Branch: cfgperl
20791 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20792 ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
20793 ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
20794 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
20795 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
20796____________________________________________________________________________
20797[ 2568] By: gbarr on 1999/01/06 03:13:15
20798 Log: From: jan.dubois@ibm.net (Jan Dubois)
20799 Date: Wed, 06 Jan 1999 01:24:09 +0100
20800 Message-ID: <3696aa85.18259325@smtp1.ibm.net>
20801 Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
20802 Branch: maint-5.005/perl
20803 ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
20804 ! win32/GenCAPI.pl win32/makedef.pl
20805____________________________________________________________________________
5fdc711f
GS
20806[ 2566] By: gbarr on 1999/01/06 02:29:05
20807 Log: From: "W. Phillip Moore" <wpm@ms.com>
20808 Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
20809 Message-ID: <13970.20107.190314.549471@zappa>
20810 Subject: [PATCH] POSIX getpgrp is not -w clean
20811 Branch: maint-5.005/perl
20812 ! ext/POSIX/POSIX.pm
20813____________________________________________________________________________
20814[ 2565] By: gbarr on 1999/01/06 02:19:00
20815 Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
20816 Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
20817 Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
20818 Subject: FindBin.pm on Win32 systems
20819 Branch: maint-5.005/perl
20820 ! lib/FindBin.pm
20821____________________________________________________________________________
5fdc711f
GS
20822[ 2561] By: jhi on 1999/01/05 10:49:10
20823 Log: Reword the setlocale() 1-arg case better.
20824 Branch: cfgperl
20825 ! ext/POSIX/POSIX.pod
20826____________________________________________________________________________
5fdc711f
GS
20827[ 2559] By: gbarr on 1999/01/02 15:37:35
20828 Log: From: Blair Zajac <bzajac@geostaff.com>
20829 Date: Wed, 23 Dec 1998 17:13:32 -0800
20830 Message-ID: <3681953C.8B6A90AA@geostaff.com>
20831 Subject: Tie::SubstrHash patch
20832 Branch: maint-5.005/perl
20833 ! lib/Tie/SubstrHash.pm
20834____________________________________________________________________________
5fdc711f
GS
20835[ 2554] By: jhi on 1999/01/02 14:55:06
20836 Log: Object destruction order testing.
20837 Branch: cfgperl
20838 ! t/op/misc.t
20839____________________________________________________________________________
20840[ 2553] By: jhi on 1999/01/02 14:49:40
20841 Log: perldelta the Dumpvalue.pm of change #2513.
20842 Branch: cfgperl
20843 ! lib/Dumpvalue.pm pod/perldelta.pod
20844____________________________________________________________________________
20845[ 2552] By: nick on 1999/01/02 14:45:38
20846 Log: Tone down Makefile.PL so it works on Win32
20847 Branch: perl
20848 ! ext/B/Makefile.PL
20849____________________________________________________________________________
20850[ 2551] By: nick on 1999/01/02 14:06:30
20851 Log: Export constant subs from B.xs for op.h, cop.h and a few others.
20852 Use them in various B::* rather than have local defs.
20853 Branch: perl
20854 + ext/B/defsubs.h.PL
20855 ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
20856 ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
20857 ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
20858____________________________________________________________________________
20859[ 2550] By: nick on 1999/01/02 10:04:02
20860 Log: Integrate ext/B changes from //depot/cfgperl
20861 Branch: perl
20862 !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20863____________________________________________________________________________
20864[ 2549] By: jhi on 1999/01/01 13:54:16
20865 Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
20866 To: perlbug@perl.com
20867 Subject: op/groups.t fails test 1 on HP-UX 10.20
20868 Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
20869 Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
20870 Branch: cfgperl
20871 ! t/op/groups.t
20872____________________________________________________________________________
20873[ 2548] By: jhi on 1999/01/01 13:53:31
20874 Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20875 To: perl5-porters@perl.org
20876 cc: hv@crypt0.demon.co.uk
20877 Subject: [bug 5.004_54] duplicate error message
20878 Date: Thu, 31 Dec 1998 04:05:25 +0000
20879 Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
20880
20881 Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
20882 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
20883 To: hv@crypt0.demon.co.uk
20884 Cc: perl5-porters@perl.org
20885 Subject: [PATCH _54] Re: duplicate error message
20886 Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
20887
20888 Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
20889 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20890 To: Stephen McCamant <smccam@uclink4.berkeley.edu>
20891 cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
20892 Subject: [TEST PATCH _54] Re: duplicate error message
20893 Date: Fri, 01 Jan 1999 07:32:14 +0000
20894 Branch: cfgperl
20895 ! op.c t/pragma/warn/op
20896____________________________________________________________________________
20897[ 2547] By: jhi on 1998/12/31 14:15:04
20898 Log: From: Chris Nandor <pudge@pobox.com>
20899 To: jhi@iki.fi
20900 Cc: perl5-porters@perl.org
20901 Subject: Re: [PATCH] perlport.pod 1.38
20902 Date: Thu, 31 Dec 1998 09:06:48 -0500
20903 Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
20904 Branch: cfgperl
20905 ! pod/perlport.pod
20906____________________________________________________________________________
20907[ 2546] By: jhi on 1998/12/31 11:18:17
20908 Log: From: Wilson P. Snyder II
20909 To: perl5-porters@perl.org
20910 Subject: [PATCH v5.5.53] REV2: Binary number support
20911 Date: 1998/11/30
20912 Message-ID: <199811301543.KAA15689@vulcan.maker.com>
20913 Branch: cfgperl
20914 ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
20915 ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
20916 ! toke.c util.c
20917____________________________________________________________________________
20918[ 2545] By: jhi on 1998/12/31 09:27:40
20919 Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20920 To: perlbug@perl.com
20921 Subject: "perl -T -P" dumps core on OpenBSD and Linux
20922 Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
20923 Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
20924 Branch: cfgperl
20925 ! taint.c
20926____________________________________________________________________________
20927[ 2544] By: jhi on 1998/12/31 09:21:45
20928 Log: From: Tim Bunce <Tim.Bunce@ig.co.uk>
20929 To: perlbug@perl.com
20930 Subject: bug in pod2man search for perl binary [5.005_5x]
20931 Date: Sat, 12 Dec 1998 23:08:51 +0000
20932 Message-ID: <19981212230851.A20578@ig.co.uk>
20933 Branch: cfgperl
20934 ! pod/pod2man.PL
20935____________________________________________________________________________
5fdc711f
GS
20936[ 2541] By: gbarr on 1998/12/30 14:37:14
20937 Log: From: jan.dubois@ibm.net (Jan Dubois)
20938 Date: Wed, 23 Dec 1998 21:26:38 +0100
20939 Message-ID: <36895086.8849224@smtp1.ibm.net>
20940 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
20941 Branch: maint-5.005/perl
20942 ! lib/ExtUtils/MakeMaker.pm
20943____________________________________________________________________________
20944[ 2540] By: jhi on 1998/12/30 08:42:04
20945 Log: Evermore AUTHORS and MAINTAIN.
20946 Branch: cfgperl
20947 ! AUTHORS MAINTAIN
20948____________________________________________________________________________
20949[ 2539] By: jhi on 1998/12/29 15:10:34
20950 Log: More AUTHORS and MAINTAIN.
20951 Branch: cfgperl
20952 ! AUTHORS MAINTAIN
20953____________________________________________________________________________
5fdc711f
GS
20954[ 2537] By: jhi on 1998/12/29 14:34:47
20955 Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
20956 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
20957 Message-ID: <13942.32480.700000.640927@utensil>
20958 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
20959 (mirror change#2531 in the 5.005-maint)
20960 Branch: cfgperl
20961 ! lib/AutoSplit.pm
20962____________________________________________________________________________
5fdc711f
GS
20963[ 2531] By: gbarr on 1998/12/29 14:12:25
20964 Log: change in_pod pattern to /^=\w/ from /^=/
20965 From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
20966 Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
20967 Message-ID: <13942.32480.700000.640927@utensil>
20968 Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
20969 Branch: maint-5.005/perl
20970 ! lib/AutoSplit.pm
20971____________________________________________________________________________
5fdc711f
GS
20972[ 2525] By: jhi on 1998/12/29 13:06:26
20973 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20974 To: perl5-porters@perl.org
20975 Subject: [PATCH 5.005_54] More minor Fixes in CC.pm/C.pm
20976 Date: 16 Dec 1998 03:17:03 +0200
20977 Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
20978 Branch: cfgperl
20979 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20980____________________________________________________________________________
20981[ 2524] By: jhi on 1998/12/29 13:00:06
20982 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
20983 To: perl5-porters@perl.org
20984 Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
20985 Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
20986 Date: 10 Dec 1998 08:30:02 +0200
20987 Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
20988
20989 (Nick's part was applied earlier, in change #2460)
20990 Branch: cfgperl
20991 ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20992____________________________________________________________________________
20993[ 2523] By: jhi on 1998/12/29 12:41:31
20994 Log: From: "vishal bhatia" <vishalb@hotmail.com>
20995 To: nick@ni-s.u-net.com
20996 Cc: perl5-porters@perl.org
20997 Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
20998 Date: 9 Dec 1998 06:50:30 +0200
20999 Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
21000 Branch: cfgperl
21001 ! ext/B/B/CC.pm
21002____________________________________________________________________________
21003[ 2522] By: jhi on 1998/12/29 12:15:18
21004 Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
21005 To: perl5-porters@perl.org (Perl 5 Porters)
21006 Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
21007 Date: 25 Dec 1998 23:02:28 +0200
21008 Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
21009 Branch: cfgperl
21010 ! lib/Pod/Text.pm
21011____________________________________________________________________________
21012[ 2521] By: jhi on 1998/12/29 12:07:54
21013 Log: Undo #2519 (breaks universal.c).
21014 Branch: cfgperl
21015 ! XSUB.h
21016____________________________________________________________________________
21017[ 2519] By: jhi on 1998/12/29 11:41:10
21018 Log: From: Joshua Pritikin <joshua.pritikin@db.com>
21019 To: perl5-porters@perl.org
21020 Cc: perl-xs@perl.org
21021 Subject: XSUB.h refinement [PATCH]
21022 Date: 18 Dec 1998 03:58:44 +0200
21023 Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
21024 Branch: cfgperl
21025 ! XSUB.h
21026____________________________________________________________________________
21027[ 2518] By: jhi on 1998/12/29 11:36:19
21028 Log: From: abigail@fnx.com
21029 To: perl5-porters@perl.org (Perl Porters)
21030 Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
21031 Date: 28 Dec 1998 21:39:15 +0200
21032 Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
21033 Branch: cfgperl
21034 ! lib/fields.pm
21035____________________________________________________________________________
21036[ 2517] By: jhi on 1998/12/29 11:35:03
21037 Log: Document change #2516.
21038 Branch: cfgperl
21039 ! pod/perldelta.pod
21040____________________________________________________________________________
21041[ 2516] By: jhi on 1998/12/29 11:32:26
21042 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21043 To: perl5-porters@perl.org (Mailing list Perl5)
21044 Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
21045 Date: 9 Dec 1998 10:39:31 +0200
21046 Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
21047 Branch: cfgperl
21048 ! pod/perldiag.pod regcomp.c toke.c
21049____________________________________________________________________________
21050[ 2515] By: jhi on 1998/12/29 11:27:11
21051 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21052 To: perl5-porters@perl.org (Mailing list Perl5)
21053 Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
21054 Date: 8 Dec 1998 09:02:04 +0200
21055 Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
21056
21057 \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
21058 Branch: cfgperl
21059 ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
21060____________________________________________________________________________
21061[ 2514] By: jhi on 1998/12/29 11:21:31
21062 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21063 To: perl5-porters@perl.org (Mailing list Perl5)
21064 Subject: [PATCH 5.005_53] Regexp tests and UTF8
21065 Date: 8 Dec 1998 07:02:01 +0200
21066 Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
21067 Branch: cfgperl
21068 ! regcomp.c
21069____________________________________________________________________________
21070[ 2513] By: jhi on 1998/12/29 11:18:34
21071 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21072 Subject: [PATCH 5.005_*] Dumpvar.pm
21073 To: perl5-porters@perl.org (Mailing list Perl5)
21074 Date: 7 Dec 1998 10:17:35 +0200
21075 Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
21076 Branch: cfgperl
21077 + lib/Dumpvalue.pm
21078 ! MANIFEST
21079____________________________________________________________________________
5fdc711f
GS
21080[ 2511] By: gbarr on 1998/12/28 14:55:28
21081 Log: From: jan.dubois@ibm.net (Jan Dubois)
21082 Date: Tue, 01 Dec 1998 00:07:33 +0100
21083 Message-ID: <366921b5.14512598@smtp1.ibm.net>
21084 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
21085
21086 From: jan.dubois@ibm.net (Jan Dubois)
21087 Date: Wed, 02 Dec 1998 00:24:54 +0100
21088 Message-ID: <366a77bb.19498126@smtp1.ibm.net>
21089 Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
21090 Branch: maint-5.005/perl
21091 ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
21092 ! win32/config.bc win32/config.gc win32/config.vc
21093 ! win32/config_sh.PL win32/makedef.pl
21094____________________________________________________________________________
5fdc711f 21095[ 2509] By: jhi on 1998/12/28 13:00:31
99ed61e6
GS
21096 Log: Kickstart AUTHORS and MAINTAIN.
21097 Branch: cfgperl
21098 + AUTHORS MAINTAIN
21099 ! MANIFEST
5fdc711f
GS
21100____________________________________________________________________________
21101[ 2508] By: jhi on 1998/12/28 08:04:00
99ed61e6
GS
21102 Log: From: Nathan Torkington <gnat@frii.com>
21103 To: perlbug@perl.com
21104 Subject: [PATCH] perlxstut.pod fix
21105 Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
21106 Message-ID: <13956.15285.933914.320849@localhost.frii.com>
21107 Branch: cfgperl
21108 ! pod/perlxstut.pod
5fdc711f
GS
21109____________________________________________________________________________
21110[ 2507] By: jhi on 1998/12/28 07:59:00
99ed61e6
GS
21111 Log: From: abigail@fnx.com
21112 To: perlbug@perl.com
21113 Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
21114 Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
21115 Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
21116 (slightly modified, a part of the patch was rejected)
21117 (strange, I thought I had already submitted this one
21118 but Perforce disagrees with me...)
21119 Branch: cfgperl
21120 ! pod/perlop.pod
5fdc711f
GS
21121____________________________________________________________________________
21122[ 2506] By: jhi on 1998/12/28 07:56:59
99ed61e6
GS
21123 Log: From: Artur <artur@vogon-solutions.com>
21124 To: perlbug@perl.com
21125 Subject: PATCH: perlmodlib.pod
21126 Date: Fri, 25 Dec 1998 00:48:39 +0000
21127 Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
21128 Branch: cfgperl
21129 ! pod/perlmodlib.pod pod/perlop.pod
5fdc711f
GS
21130____________________________________________________________________________
21131[ 2505] By: jhi on 1998/12/28 07:46:06
99ed61e6
GS
21132 Log: From: abigail@fnx.com
21133 To: perl5-porters@perl.org (Perl Porters)
21134 Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
21135 Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
21136 Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
21137 Branch: cfgperl
21138 ! pod/pod2html.PL
5fdc711f
GS
21139____________________________________________________________________________
21140[ 2504] By: jhi on 1998/12/28 07:44:35
99ed61e6
GS
21141 Log: From: Jim Avera <avera@fjst.com>
21142 To: perlbug@perl.com
21143 Subject: perlbug bug - shows dates reversed
21144 Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
21145 Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
21146 Branch: cfgperl
21147 ! utils/perlbug.PL
5fdc711f
GS
21148____________________________________________________________________________
21149[ 2503] By: jhi on 1998/12/28 07:41:39
99ed61e6
GS
21150 Log: From: jan.dubois@ibm.net (Jan Dubois)
21151 To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
21152 Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
21153 Date: Wed, 23 Dec 1998 21:26:38 +0100
21154 Message-ID: <36895086.8849224@smtp1.ibm.net>
21155 Branch: cfgperl
21156 ! lib/ExtUtils/MakeMaker.pm
5fdc711f
GS
21157____________________________________________________________________________
21158[ 2502] By: jhi on 1998/12/28 07:39:20
99ed61e6
GS
21159 Log: From: Blair Zajac <bzajac@geostaff.com>
21160 To: perl5-porters@perl.org
21161 Subject: Tie::SubstrHash patch
21162 Date: Wed, 23 Dec 1998 17:13:32 -0800
21163 Message-ID: <3681953C.8B6A90AA@geostaff.com>
21164 Branch: cfgperl
21165 ! lib/Tie/SubstrHash.pm
5fdc711f
GS
21166____________________________________________________________________________
21167[ 2501] By: jhi on 1998/12/28 07:37:16
99ed61e6
GS
21168 Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
21169 To: perlbug@perl.com
21170 Subject: perlfaq9 minor error
21171 Date: Wed, 23 Dec 1998 14:54:19 -0800
21172 Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
21173 Branch: cfgperl
21174 ! pod/perlfaq9.pod
5fdc711f
GS
21175____________________________________________________________________________
21176[ 2500] By: jhi on 1998/12/23 10:38:18
99ed61e6
GS
21177 Log: More porting notes about filesystems, AmigaOS, and MiNT.
21178 Branch: cfgperl
21179 ! pod/perlport.pod
5fdc711f
GS
21180____________________________________________________________________________
21181[ 2499] By: jhi on 1998/12/22 09:26:49
99ed61e6
GS
21182 Log: Add few MSG_ and uio constants.
21183 Branch: cfgperl
21184 ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
5fdc711f
GS
21185____________________________________________________________________________
21186[ 2498] By: jhi on 1998/12/22 08:39:30
99ed61e6
GS
21187 Log: Slight recoding of util.c:repeatcpy() to circumnavigate
21188 a Digital C compiler optimizer bug that broke the 'x'
21189 operator under certain circumstances. See t/op/repeat.t
21190 test #20 for graphic details. Reported in
21191
21192 From: Gisle Aas <gisle@aas.no>
21193 To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
21194 Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
21195 Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
21196 Date: 18 Dec 1998 14:27:40 +0100
21197 Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
21198
21199 and discussed further in the thread
21200
21201 From: Jarkko Hietaniemi <jhi@iki.fi>
21202 To: Gisle Aas <gisle@aas.no>
21203 Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
21204 cpan-testers@perl.org, perl5-porters@perl.org
21205 Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
21206 Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
21207 Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
21208 Branch: cfgperl
21209 ! t/op/repeat.t util.c
5fdc711f
GS
21210____________________________________________________________________________
21211[ 2497] By: jhi on 1998/12/21 14:18:57
99ed61e6
GS
21212 Log: Change #2483 update.
21213 Branch: cfgperl
21214 ! t/op/tr.t
5fdc711f
GS
21215____________________________________________________________________________
21216[ 2496] By: jhi on 1998/12/21 14:07:41
99ed61e6
GS
21217 Log: Update on change #2493.
21218 Branch: cfgperl
21219 ! t/pragma/warn/op
5fdc711f
GS
21220____________________________________________________________________________
21221[ 2495] By: jhi on 1998/12/21 13:52:00
99ed61e6
GS
21222 Log: Change #2487 aftershock.
21223 Branch: cfgperl
21224 ! warning.pl
5fdc711f
GS
21225____________________________________________________________________________
21226[ 2494] By: jhi on 1998/12/21 12:35:00
99ed61e6
GS
21227 Log: From: Chris Nandor <pudge@pobox.com>
21228 To: perl5-porters@perl.org
21229 Subject: [PATCH] perlport.pod v1.37
21230 Date: Sat, 19 Dec 1998 12:54:34 -0500
21231 Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
21232 Branch: cfgperl
21233 ! pod/perlport.pod
5fdc711f
GS
21234____________________________________________________________________________
21235[ 2493] By: jhi on 1998/12/21 12:22:44
99ed61e6
GS
21236 Log: From: Mark-Jason Dominus <mjd@plover.com>
21237 To: perl5-porters@perl.com
21238 Subject: PATCH (5.005_02): Dejargonizing
21239 Date: Sun, 20 Dec 1998 14:35:20 -0500
21240 Message-ID: <19981220193520.11230.qmail@plover.com>
21241
21242 From: Mark-Jason Dominus <mjd@plover.com>
21243 To: perl5-porters@perl.com
21244 Subject: PATCH (5.005_02): Spelling correction in warning message
21245 Date: Sun, 20 Dec 1998 13:51:30 -0500
21246 Message-ID: <19981220185130.11067.qmail@plover.com>
21247 Branch: cfgperl
21248 ! doio.c op.c
5fdc711f
GS
21249____________________________________________________________________________
21250[ 2492] By: jhi on 1998/12/21 09:00:05
99ed61e6
GS
21251 Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
21252 To: perl5-porters@perl.org
21253 Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
21254 Date: Sun, 20 Dec 1998 19:03:25 PST
21255 Message-ID: <19981221030326.27660.qmail@hotmail.com>
21256
21257 (slightly reformatted)
21258 Branch: cfgperl
21259 ! ext/B/B/CC.pm
5fdc711f
GS
21260____________________________________________________________________________
21261[ 2491] By: nick on 1998/12/20 14:21:29
99ed61e6
GS
21262 Log: Save _all_ GV's which have SV, AV or HV set.
21263 Branch: perl
21264 ! ext/B/B/C.pm
5fdc711f
GS
21265____________________________________________________________________________
21266[ 2490] By: jhi on 1998/12/18 15:13:19
99ed61e6
GS
21267 Log: Add idea about generalising cpp symbol probing of Errno.
21268 Branch: cfgperl
21269 ! Todo
5fdc711f
GS
21270____________________________________________________________________________
21271[ 2489] By: jhi on 1998/12/18 14:47:57
99ed61e6
GS
21272 Log: Address some of the issues of:
21273
21274 From: Tom Christiansen <tchrist@jhereg.perl.com>
21275 To: perl-porters-active@jhereg.perl.com
21276 Subject: Undocumentation Issues for 5.005
21277 Date: Thu, 17 Dec 1998 14:46:24 -0700
21278 Message-Id: <199812172146.OAA05316@jhereg.perl.com>
21279 Branch: cfgperl
21280 ! pod/perl5005delta.pod
5fdc711f
GS
21281____________________________________________________________________________
21282[ 2488] By: jhi on 1998/12/18 11:26:32
99ed61e6
GS
21283 Log: From: root <root@dubravka.in-berlin.de>
21284 To: perlbug@perl.com
21285 Cc: k@dubravka.in-berlin.de
21286 Subject: Please add no_modify to PERL_POLLUTE
21287 Date: Fri, 18 Dec 1998 10:45:52 +0100
21288 Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
21289
21290 (Really from Andreas König)
21291 Branch: cfgperl
21292 ! embed.pl
5fdc711f
GS
21293____________________________________________________________________________
21294[ 2487] By: jhi on 1998/12/17 14:05:52
99ed61e6
GS
21295 Log: Some (by far not all) issues of the below message addressed.
21296
21297 From: Tom Christiansen <tchrist@jhereg.perl.com>
21298 To: The Perl Porters Mailing List <perl5-porters@perl.org>
21299 Subject: important UNDOC issues for 5.005_54
21300 Date: Wed, 16 Dec 1998 21:14:53 -0700
21301 Message-Id: <199812170414.VAA25860@jhereg.perl.com>
21302 Branch: cfgperl
21303 ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
5fdc711f
GS
21304____________________________________________________________________________
21305[ 2486] By: jhi on 1998/12/17 12:47:15
99ed61e6
GS
21306 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21307 To: domo@computer.org
21308 Cc: jhi@iki.fi, perl5-porters@perl.org
21309 Subject: Re: stuff related to malloc.c
21310 Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
21311 Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
21312 Branch: cfgperl
21313 ! malloc.c
5fdc711f
GS
21314____________________________________________________________________________
21315[ 2485] By: jhi on 1998/12/17 12:17:19
99ed61e6
GS
21316 Log: More porting notes.
21317 Branch: cfgperl
21318 ! Porting/pumpkin.pod
5fdc711f
GS
21319____________________________________________________________________________
21320[ 2484] By: jhi on 1998/12/15 08:38:05
99ed61e6
GS
21321 Log: Undo #2386 and #2205.
21322 Branch: cfgperl
21323 ! pod/perlfunc.pod
5fdc711f
GS
21324____________________________________________________________________________
21325[ 2483] By: jhi on 1998/12/14 17:58:35
99ed61e6
GS
21326 Log: lib was missing from @INC.
21327 Branch: cfgperl
21328 ! t/op/tr.t
5fdc711f
GS
21329____________________________________________________________________________
21330[ 2482] By: jhi on 1998/12/14 17:52:42
99ed61e6
GS
21331 Log: Was missing use Text::Wrap.
21332 Branch: cfgperl
21333 ! t/lib/textfill.t
5fdc711f
GS
21334____________________________________________________________________________
21335[ 2481] By: jhi on 1998/12/14 16:00:22
99ed61e6
GS
21336 Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
21337
21338 From: Jonathan Roy <roy@idle.com>
21339 To: perl5-porters@perl.org
21340 Subject: nlist.h add to Configure checks?
21341 Date: Sun, 13 Dec 1998 22:22:49 -0500
21342 Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
21343 Branch: cfgperl
21344 + ext/DynaLoader/hints/linux.pl
21345 ! MANIFEST
5fdc711f
GS
21346____________________________________________________________________________
21347[ 2480] By: jhi on 1998/12/14 15:02:44
99ed61e6
GS
21348 Log: Give up completely using nm in AIX.
21349
21350 From: "Kurt D. Starsinic" <kstar@chapin.edu>
21351 To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
21352 Cc: perl5-porters@perl.org
21353 Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
21354 Date: Thu, 10 Dec 1998 00:51:46 -0500
21355 Message-ID: <19981210005146.B29986@O2.chapin.edu>
21356 Branch: cfgperl
21357 ! hints/aix.sh
5fdc711f
GS
21358____________________________________________________________________________
21359[ 2479] By: jhi on 1998/12/14 14:39:52
99ed61e6
GS
21360 Log: AIX' error messages are different.
21361
21362 From: "Kurt D. Starsinic" <kstar@chapin.edu>
21363 To: Gurusamy Sarathy <gsar@engin.umich.edu>
21364 Cc: perl5-porters@perl.org
21365 Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
21366 Date: Thu, 10 Dec 1998 00:42:36 -0500
21367 Message-ID: <19981210004236.A29986@O2.chapin.edu>
21368
21369 From: Michael Engel <engel@nms1.cc.huji.ac.il>
21370 To: perlbug@perl.com
21371 Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
21372 Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
21373 Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
21374 Branch: cfgperl
21375 ! t/pragma/warn/doio
5fdc711f
GS
21376____________________________________________________________________________
21377[ 2475] By: jhi on 1998/12/13 12:35:55
99ed61e6
GS
21378 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21379 To: jhi@iki.fi
21380 Cc: Carl_Adler@idx.com, perl5-porters@perl.org
21381 Subject: Re: stuff related to malloc.c
21382 Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
21383 Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
21384 Branch: cfgperl
21385 ! malloc.c
5fdc711f
GS
21386____________________________________________________________________________
21387[ 2474] By: jhi on 1998/12/13 12:32:42
99ed61e6
GS
21388 Log: Some notes about porting issues.
21389 Branch: cfgperl
21390 ! Porting/pumpkin.pod
5fdc711f
GS
21391____________________________________________________________________________
21392[ 2473] By: jhi on 1998/12/13 12:03:58
99ed61e6
GS
21393 Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
21394 To: Perl 5 Porters <perl5-porters@perl.org>
21395 Subject: [patch 5.005_02] dos-djgpp update
21396 Date: Sun, 13 Dec 1998 00:08:44 +0100
21397 Message-ID: <19981213000844.C264@beeblebrox>
21398 Branch: cfgperl
21399 ! djgpp/config.over
5fdc711f
GS
21400____________________________________________________________________________
21401[ 2472] By: gbarr on 1998/12/12 17:12:28
99ed61e6
GS
21402 Log: undo changes to Exporter.pm from #2312
21403 Branch: maint-5.005/perl
21404 ! lib/Exporter.pm
5fdc711f
GS
21405____________________________________________________________________________
21406[ 2465] By: jhi on 1998/12/12 12:31:21
99ed61e6
GS
21407 Log: Document that qw() taints.
21408
21409 From: Christian Burger <burger@terra.mpikg-teltow.mpg.de>
21410 To: perlbug@perl.com
21411 Subject: taint problems
21412 Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET)
21413 Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
21414 Branch: cfgperl
21415 ! pod/perlop.pod
5fdc711f
GS
21416____________________________________________________________________________
21417[ 2464] By: jhi on 1998/12/11 14:09:51
99ed61e6
GS
21418 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
21419 To: dist-users@foretune.co.jp
21420 Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
21421 Date: Mon, 07 Dec 1998 20:13:04 -0400
21422 Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
21423 Branch: cfgperl
21424 ! Configure
5fdc711f
GS
21425____________________________________________________________________________
21426[ 2463] By: jhi on 1998/12/11 13:29:54
99ed61e6
GS
21427 Log: MAXPATHLEN.
21428 Branch: cfgperl
21429 ! perl.h
5fdc711f
GS
21430____________________________________________________________________________
21431[ 2462] By: jhi on 1998/12/11 08:37:58
99ed61e6
GS
21432 Log: From: Mark Kettenis <kettenis@phys.uva.nl>
21433 To: perl5-porters@perl.org
21434 Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
21435 Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
21436 Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
21437 Branch: cfgperl
21438 + hints/gnu.sh
5fdc711f
GS
21439____________________________________________________________________________
21440[ 2461] By: nick on 1998/12/10 21:00:50
99ed61e6
GS
21441 Log: Date: Wed, 09 Dec 1998 22:16:50 PST
21442 From: Vishal Bhatia <vishalb@hotmail.com>
21443 1. Fixes the bug reported by Robin Barker <rmb1@cise.npl.co.uk>
21444 2. Fixes the bug regarding return value of c-functions generated out
21445 of perl subs. ( Just includes the patch I sent earlier)
21446 3. Incorporates the other changes that need to be done to get CC.pm
21447 use ISA search for packages and methods on the same lines as C.pm
21448
21449 Vishal would appreciate comments about B::Stackobj changes from
21450 someone knowing that module well.
21451 Branch: perl
21452 ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
5fdc711f
GS
21453____________________________________________________________________________
21454[ 2460] By: jhi on 1998/12/08 08:11:27
99ed61e6
GS
21455 Log: Integrate from mainperl.
21456 Branch: cfgperl
21457 !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
21458 !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
21459 !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
21460 !> toke.c util.c
5fdc711f
GS
21461____________________________________________________________________________
21462[ 2459] By: jhi on 1998/12/07 07:50:11
99ed61e6
GS
21463 Log: From: hansm@icgroup.nl
21464 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21465 Reply-To: hansmu@xs4all.nl
21466 To: perlbug@perl.com
21467 Date: Sun, 6 Dec 98 22:19:54 +0100
21468 Message-Id: <9812062116.AA26445@icgned.icgroup.nl>
21469 Branch: cfgperl
21470 ! util.c
5fdc711f
GS
21471____________________________________________________________________________
21472[ 2458] By: gsar on 1998/12/07 06:00:55
99ed61e6
GS
21473 Log: fix dup lexical
21474 Branch: perl
21475 ! ext/B/B/Deparse.pm t/lib/io_unix.t
5fdc711f
GS
21476____________________________________________________________________________
21477[ 2457] By: gsar on 1998/12/06 14:38:59
99ed61e6
GS
21478 Log: mention limit on line numbers reported by diagnostics
21479 Branch: perl
21480 ! pod/perl.pod toke.c
5fdc711f
GS
21481____________________________________________________________________________
21482[ 2456] By: gsar on 1998/12/06 13:49:02
99ed61e6
GS
21483 Log: branch perldelta.pod
21484 Branch: maint-5.005/perl
21485 +> pod/perldelta.pod
5fdc711f
GS
21486____________________________________________________________________________
21487[ 2455] By: gsar on 1998/12/06 13:47:21
99ed61e6
GS
21488 Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
21489 Branch: maint-5.005/perl
21490 - pod/perldelta.pod
5fdc711f
GS
21491____________________________________________________________________________
21492[ 2454] By: gsar on 1998/12/06 13:35:31
99ed61e6
GS
21493 Log: fix outdated/incorrect info about arbitrary limits
21494 Branch: perl
21495 ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
21496 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
5fdc711f
GS
21497____________________________________________________________________________
21498[ 2453] By: nick on 1998/12/05 16:14:42
99ed61e6
GS
21499 Log: Avoid hard-coding op numbers
21500 Update CC.pm to save %INC, and to co-exist with new C.pm
21501 Branch: perl
21502 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
21503____________________________________________________________________________
21504[ 2452] By: nick on 1998/12/05 10:44:28
99ed61e6
GS
21505 Log: B.xs had its own code to calculate hash() which differed from
21506 PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
21507 which meant that run-time require was re-done.
21508 Removed some debug from C.pm
21509 Branch: perl
21510 ! ext/B/B.xs ext/B/B/C.pm
5fdc711f
GS
21511____________________________________________________________________________
21512[ 2451] By: nick on 1998/12/04 21:58:49
99ed61e6
GS
21513 Log: Snapshot of re-worked B::C which compiles Tk apps at least as
21514 well as _54, but with pre-scan for classes and save the ISA scheme.
21515 Branch: perl
21516 ! ext/B/B/C.pm
5fdc711f
GS
21517____________________________________________________________________________
21518[ 2450] By: nick on 1998/12/04 17:58:44
99ed61e6
GS
21519 Log: Vishal Bhatia's patch as a basis.
21520 Branch: perl
21521 ! ext/B/B/C.pm ext/B/B/CC.pm
5fdc711f
GS
21522____________________________________________________________________________
21523[ 2449] By: jhi on 1998/12/04 16:39:21
99ed61e6
GS
21524 Log: Integrate from mainperl.
21525 Branch: cfgperl
21526 !> t/op/goto.t t/op/tr.t
5fdc711f
GS
21527____________________________________________________________________________
21528[ 2448] By: gsar on 1998/12/04 06:06:49
99ed61e6
GS
21529 Log: tweak test for UTEST
21530 Branch: perl
21531 ! t/op/tr.t
5fdc711f
GS
21532____________________________________________________________________________
21533[ 2444] By: jhi on 1998/12/03 14:37:22
99ed61e6
GS
21534 Log: s/\bthe the\b/the/g *.pod
21535 Branch: cfgperl
21536 ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
5fdc711f
GS
21537____________________________________________________________________________
21538[ 2443] By: jhi on 1998/12/03 13:39:53
99ed61e6
GS
21539 Log: Change#2441 aftermath.
21540 Branch: cfgperl
21541 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21542 ! config_h.SH thread.h vms/subconfigure.com
5fdc711f
GS
21543____________________________________________________________________________
21544[ 2441] By: jhi on 1998/12/03 08:15:13
99ed61e6
GS
21545 Log: From: Dan Sugalski <sugalskd@osshe.edu>
21546 To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
21547 Subject: [PATCH 5.005_54]Initial VMS patches
21548 Date: 3 Dec 1998 01:05:55 +0200
21549 Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
21550
21551 The patch to config_h.SH requires more study because
21552 metaconfig needs to agree.
21553 Branch: cfgperl
21554 ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
21555 ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
21556 ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
5fdc711f
GS
21557____________________________________________________________________________
21558[ 2440] By: gsar on 1998/12/03 01:32:16
99ed61e6
GS
21559 Log: add failed check-in of goto.t from change#1867
21560 Branch: perl
21561 ! t/op/goto.t
5fdc711f
GS
21562____________________________________________________________________________
21563[ 2437] By: jhi on 1998/12/02 18:03:51
99ed61e6
GS
21564 Log: Fix most of the bad L<> links of
21565
21566 From: Tom Christiansen <tchrist@jhereg.perl.com>
21567 Subject: bad L<> links
21568 Reply-to: tchrist@perl.com
21569 To: perlbug@jhereg.perl.com
21570 Date: Tue, 11 Aug 1998 10:58:07 -0500
21571 Message-Id: <199808111658.KAA00484@jhereg.perl.com>
21572
21573 The ones not fixed may require darker Pod::HTML magic,
21574 for example the perlguts.html#tags should work fine, IMHO.
21575 Branch: cfgperl
21576 ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
21577 ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
21578 ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
21579 ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
21580 ! pod/perlvar.pod
5fdc711f
GS
21581____________________________________________________________________________
21582[ 2436] By: jhi on 1998/12/02 16:35:04
99ed61e6
GS
21583 Log: One paste too many in #2345.
21584 Branch: cfgperl
21585 ! lib/Pod/Html.pm
5fdc711f
GS
21586____________________________________________________________________________
21587[ 2435] By: jhi on 1998/12/02 16:32:33
99ed61e6
GS
21588 Log: Pod::Html and Pod::Text were not locale-savvy:
21589 for example in =head1 all non-ASCII-\w-runs were
21590 turned into underscores in NAME tags. This could
21591 result in several NAME tags becoming identical.
21592 Reported by:
21593
21594 From: Fyodor Krasnov <fyodor@aha.ru>
21595 Subject: pod2html vs Russian Characters
21596 To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com
21597 Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK)
21598 Message-Id: <199811241600.TAA05149@stat.aha.ru>
21599 Branch: cfgperl
21600 ! lib/Pod/Html.pm lib/Pod/Text.pm
5fdc711f
GS
21601____________________________________________________________________________
21602[ 2434] By: jhi on 1998/12/02 10:29:00
99ed61e6
GS
21603 Log: The real Mc5_54 integration.
21604 Branch: cfgperl
21605 !> Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
21606____________________________________________________________________________
21607[ 2433] By: jhi on 1998/12/02 08:52:13
99ed61e6
GS
21608 Log: From: Andy Dougherty <doughera@lafayette.edu>
21609 To: Perl Porters <perl5-porters@perl.org>
21610 Subject: [PATCH 5.005_xx] Missing redirection of simple test program
21611 Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
21612 Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
21613 Branch: cfgperl
21614 ! Configure
5fdc711f
GS
21615____________________________________________________________________________
21616[ 2432] By: jhi on 1998/12/02 08:49:47
99ed61e6
GS
21617 Log: From: Andy Dougherty <doughera@lafayette.edu>
21618 To: Perl Porters <perl5-porters@perl.org>
21619 Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
21620 Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
21621 Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
21622 Branch: cfgperl
21623 ! Configure
5fdc711f
GS
21624____________________________________________________________________________
21625[ 2431] By: jhi on 1998/12/01 16:11:50
99ed61e6
GS
21626 Log: From: achampio@lehman.com (Alan Champion)
21627 Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
21628 To: perlbug@perl.com
21629 Date: 1 Dec 1998 17:36:33 +0200
21630 Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
21631
21632 Skip NIS includes.
21633 Branch: cfgperl
21634 ! t/op/pwent.t
5fdc711f
GS
21635____________________________________________________________________________
21636[ 2430] By: gsar on 1998/12/01 12:12:50
99ed61e6
GS
21637 Log: 5.005_54, as released
21638 Branch: perl
21639 ! Changes MANIFEST pod/perlhist.pod pp_hot.c
5fdc711f
GS
21640____________________________________________________________________________
21641[ 2429] By: jhi on 1998/12/01 11:28:39
99ed61e6
GS
21642 Log: From: Anton Berezin <tobez@plab.ku.dk>
21643 To: perl5-porters@perl.org
21644 Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
21645 Date: 30 Nov 1998 19:46:24 +0100
21646 Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
21647 Branch: cfgperl
21648 ! hints/freebsd.sh
5fdc711f
GS
21649____________________________________________________________________________
21650[ 2428] By: jhi on 1998/12/01 11:08:16
99ed61e6
GS
21651 Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
21652 Branch: cfgperl
21653 +> (branch 30 files)
21654 !> (integrate 71 files)
5fdc711f
GS
21655____________________________________________________________________________
21656[ 2427] By: jhi on 1998/12/01 10:51:37
99ed61e6
GS
21657 Log: Default to accepting a hinted $randfunc even when $csym
21658 does not find it. (the previous defaylt behaviour was not
21659 to accept).
21660 Branch: cfgperl
21661 ! Configure
5fdc711f
GS
21662____________________________________________________________________________
21663[ 2426] By: jhi on 1998/12/01 10:13:03
99ed61e6
GS
21664 Log: Separated the [:foo:] parsing to its own function.
21665 Passes all tests.
21666 Branch: cfgperl
21667 ! regcomp.c
5fdc711f
GS
21668____________________________________________________________________________
21669[ 2425] By: jhi on 1998/12/01 08:22:49
99ed61e6
GS
21670 Log: Typo in comments.
21671 Branch: cfgperl
21672 ! regexec.c
5fdc711f
GS
21673____________________________________________________________________________
21674[ 2424] By: jhi on 1998/12/01 08:21:38
99ed61e6
GS
21675 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21676 Subject: [PATCH 5.005_*] Debugger 'v' command
21677 To: perl5-porters@perl.org (Mailing list Perl5)
21678 Date: 1 Dec 1998 07:55:11 +0200
21679 Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
21680 Branch: cfgperl
21681 ! lib/perl5db.pl
5fdc711f
GS
21682____________________________________________________________________________
21683[ 2423] By: jhi on 1998/12/01 08:19:08
99ed61e6
GS
21684 Log: From: pvhp@forte.com (Peter Prymmer)
21685 Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
21686 To: perl5-porters@perl.org
21687 Date: 1 Dec 1998 07:27:11 +0200
21688 Message-ID: <MLIST_9812010508.AA07791@forte.com>
21689 Branch: cfgperl
21690 ! hints/os390.sh
5fdc711f
GS
21691____________________________________________________________________________
21692[ 2417] By: jhi on 1998/11/30 08:14:00
99ed61e6
GS
21693 Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
21694 Branch: cfgperl
21695 ! ext/Socket/Socket.xs
5fdc711f
GS
21696____________________________________________________________________________
21697[ 2416] By: jhi on 1998/11/30 08:00:15
99ed61e6
GS
21698 Log: Undo #2395, seems more like a problem in netbsd-current.
21699 Branch: cfgperl
21700 ! util.c
5fdc711f
GS
21701
21702----------------
21703Version 5.005_54
823168e8
GS
21704----------------
21705
21706____________________________________________________________________________
c2444246 21707[ 2414] By: gsar on 1998/11/30 02:23:55
99ed61e6
GS
21708 Log: more JPL tweaks
21709 Branch: perl
21710 - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
21711 ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
c2444246
GS
21712____________________________________________________________________________
21713[ 2413] By: gsar on 1998/11/30 01:35:56
99ed61e6
GS
21714 Log: stub bin/jpl that just runs JPL::Compile::files()
21715 Branch: perl
21716 + jpl/bin/jpl
c2444246
GS
21717____________________________________________________________________________
21718[ 2412] By: gsar on 1998/11/30 01:32:14
99ed61e6
GS
21719 Log: delete symlink
21720 Branch: perl
21721 - jpl/bin/jpl
c2444246
GS
21722____________________________________________________________________________
21723[ 2410] By: gsar on 1998/11/30 01:30:44
99ed61e6
GS
21724 Log: branch jpl from perlext to perl
21725 Branch: perl
21726 +> (branch 30 files)
c2444246
GS
21727____________________________________________________________________________
21728[ 2407] By: gsar on 1998/11/30 01:24:53
99ed61e6
GS
21729 Log: JPL tweaks to build with 5.005
21730 Branch: perlext
21731 ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
21732 ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
c2444246
GS
21733____________________________________________________________________________
21734[ 2406] By: gsar on 1998/11/30 00:55:54
99ed61e6
GS
21735 Log: integrate changes#2273,2274,2288,2291 from maint-5.004
21736 Branch: perl
21737 ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
c2444246 21738____________________________________________________________________________
db4a4bfe 21739[ 2405] By: gsar on 1998/11/30 00:28:55
99ed61e6
GS
21740 Log: patchlevel up to 54
21741 Branch: perl
21742 ! patchlevel.h win32/Makefile win32/config_H.bc
21743 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
db4a4bfe
GS
21744____________________________________________________________________________
21745[ 2403] By: gsar on 1998/11/29 23:35:50
99ed61e6
GS
21746 Log: integrate cfgperl changes into mainline
21747 Branch: perl
21748 !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21749 !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
db4a4bfe
GS
21750____________________________________________________________________________
21751[ 2402] By: gsar on 1998/11/29 23:08:42
99ed61e6
GS
21752 Log: sync Text::Wrap version number
21753 Branch: perl
21754 ! lib/Text/Wrap.pm
db4a4bfe
GS
21755____________________________________________________________________________
21756[ 2401] By: gsar on 1998/11/29 22:56:21
99ed61e6
GS
21757 Log: textfill.t tweak
21758 Branch: perl
21759 ! t/lib/textfill.t
db4a4bfe
GS
21760____________________________________________________________________________
21761[ 2400] By: gsar on 1998/11/29 22:50:41
99ed61e6
GS
21762 Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
21763 <muir@idiom.com>
21764 Branch: perl
21765 + t/lib/textfill.t
21766 ! MANIFEST lib/Text/Wrap.pm
db4a4bfe
GS
21767____________________________________________________________________________
21768[ 2399] By: gsar on 1998/11/29 22:28:05
99ed61e6
GS
21769 Log: updated to Text::Wrap 98.112801 from CPAN; one published change
21770 has happened without the authors knowledge or consent; the subversive
21771 version (which is in 5.00502) breaks one of the tests in the
21772 authors testsuite; attempts are being made to find a fix that
21773 avoids breaking code already running with the 5.005_02 version
21774 From: David Muir Sharnoff <muir@idiom.com>
21775 Date: Sat, 28 Nov 1998 04:34:17 PST
21776 Message-Id: <199811281234.EAA03082@idiom.com>
21777 Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
21778 Branch: perl
21779 ! lib/Text/Wrap.pm t/lib/textwrap.t
db4a4bfe
GS
21780____________________________________________________________________________
21781[ 2397] By: nick on 1998/11/29 20:13:58
99ed61e6
GS
21782 Log: Update docs and English.pm for $^C
21783 Branch: perl
21784 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
21785____________________________________________________________________________
21786[ 2396] By: jhi on 1998/11/29 20:13:03
99ed61e6
GS
21787 Log: Mirror #2384.
21788 Branch: cfgperl
21789 ! t/op/pwent.t
db4a4bfe
GS
21790____________________________________________________________________________
21791[ 2395] By: jhi on 1998/11/29 19:59:12
99ed61e6
GS
21792 Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
21793 Branch: cfgperl
21794 ! util.c
db4a4bfe
GS
21795____________________________________________________________________________
21796[ 2394] By: gsar on 1998/11/29 19:49:08
99ed61e6
GS
21797 Log: updated perlreftut.pod
21798 Branch: perl
21799 ! pod/perlreftut.pod
db4a4bfe
GS
21800____________________________________________________________________________
21801[ 2393] By: gsar on 1998/11/29 19:31:56
99ed61e6
GS
21802 Log: misc tweaks
21803 Branch: perl
21804 ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
db4a4bfe
GS
21805____________________________________________________________________________
21806[ 2392] By: gsar on 1998/11/29 19:31:18
99ed61e6
GS
21807 Log: notes about -DPERL_POLLUTE
21808 Branch: perl
21809 ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
db4a4bfe
GS
21810____________________________________________________________________________
21811[ 2391] By: gsar on 1998/11/29 19:13:52
99ed61e6
GS
21812 Log: explain various win32 build caveats more clearly
21813 Branch: perl
21814 ! README.win32 win32/Makefile win32/makefile.mk
db4a4bfe
GS
21815____________________________________________________________________________
21816[ 2390] By: gsar on 1998/11/29 16:51:59
99ed61e6
GS
21817 Log: remove I_POLL detection (Configure will do that now)
21818 Branch: perl
21819 ! ext/IO/Makefile.PL
db4a4bfe
GS
21820____________________________________________________________________________
21821[ 2389] By: jhi on 1998/11/29 16:39:16
99ed61e6
GS
21822 Log: Add I_POLL for IO 1.20.
21823 Branch: cfgperl
21824 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21825 ! config_h.SH
db4a4bfe
GS
21826____________________________________________________________________________
21827[ 2388] By: gsar on 1998/11/29 16:23:30
99ed61e6
GS
21828 Log: add p4desc (augments 'p4 describe' output with diffs for new files)
21829 Branch: perl
21830 + Porting/p4desc
21831 ! MANIFEST
db4a4bfe
GS
21832____________________________________________________________________________
21833[ 2387] By: gsar on 1998/11/29 16:08:03
99ed61e6
GS
21834 Log: another threads reliability fix: serialize writes to thr->threadsv
21835 avoid most uses of PL_na (which is much more inefficient than a
21836 simple local); update docs to suit; PL_na now being thr->Tna may
21837 be a minor compatibility issue for extensions--will require dTHR
21838 outside of XSUBs (those get automatic dTHR)
21839 Branch: perl
21840 ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
21841 ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
21842 ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
21843 ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
21844 ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
21845 ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
21846 ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
21847 ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
21848 ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
db4a4bfe
GS
21849____________________________________________________________________________
21850[ 2386] By: jhi on 1998/11/29 15:40:42
99ed61e6
GS
21851 Log: Tune the "if" entry.
21852 Branch: cfgperl
21853 ! pod/perlfunc.pod
db4a4bfe
GS
21854____________________________________________________________________________
21855[ 2385] By: gsar on 1998/11/29 12:40:28
99ed61e6
GS
21856 Log: various fixes for race conditions under threads: mutex locks based
21857 on PL_threadnum were seriously flawed, since it means more than one
21858 thread could enter the critical region; PL_na was global instead of
21859 thread-local; child thread could finish and free thr structures
21860 before Thread->new() got around to creating the Thread object;
21861 cv_clone() needed locking, as it mucks with PL_comppad and other
21862 global data; new_struct_thread() needed to lock template-thread's
21863 mutex while copying its data
21864 Branch: perl
21865 ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
21866 ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
db4a4bfe
GS
21867____________________________________________________________________________
21868[ 2384] By: gsar on 1998/11/29 10:54:38
99ed61e6
GS
21869 Log: s/warn/print/ on multiply defined groups
21870 Branch: perl
21871 ! t/op/grent.t
db4a4bfe
GS
21872____________________________________________________________________________
21873[ 2383] By: gsar on 1998/11/29 10:48:39
99ed61e6
GS
21874 Log: backout change#2334
21875 Branch: perl
21876 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
21877____________________________________________________________________________
21878[ 2382] By: jhi on 1998/11/29 10:33:40
99ed61e6
GS
21879 Log: Better NetInfo behaviour.
21880 Branch: cfgperl
21881 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
21882____________________________________________________________________________
21883[ 2381] By: jhi on 1998/11/29 10:08:15
99ed61e6
GS
21884 Log: Integrate from mainperl.
21885 Branch: cfgperl
21886 +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
21887 +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
21888 +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
21889 +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
21890 +> t/lib/io_poll.t t/lib/io_unix.t
21891 !> (integrate 58 files)
db4a4bfe
GS
21892____________________________________________________________________________
21893[ 2380] By: gsar on 1998/11/29 08:22:49
99ed61e6
GS
21894 Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
21895 Tim Bunce)
21896 Branch: perl
21897 ! gv.c
db4a4bfe
GS
21898____________________________________________________________________________
21899[ 2379] By: gsar on 1998/11/29 07:06:43
99ed61e6
GS
21900 Log: fix for pat.t failure under USE_THREADS
21901 Branch: perl
21902 ! pp_ctl.c regexec.c
db4a4bfe
GS
21903____________________________________________________________________________
21904[ 2378] By: nick on 1998/11/28 22:46:57
99ed61e6
GS
21905 Log: More C.pm tweaks
21906 Save globs even if we have saved cv itself before - may be imported.
21907
21908 While we don't save "bootstrap" CV we need to provide a stub,
21909 so that if we require it later we don't fall through and attempt
21910 to DynaLoad module again.
21911
21912 Attempt to save %INC so that "require" does not reload things
21913 we have compiled-in (does not work right yet - seems to be due
21914 to PL_incgv being created in perl_parse() current scheme setting
21915 GvHV() is "better" than saving the glob, but still does not
21916 work as I expect).
21917 Branch: perl
21918 ! ext/B/B/C.pm
db4a4bfe
GS
21919____________________________________________________________________________
21920[ 2377] By: gsar on 1998/11/28 22:30:38
99ed61e6
GS
21921 Log: various tweaks; result passes all tests for normal build on Solaris;
21922 fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
21923 win32 due to lack of select() that works on non-socket fds
21924 Branch: perl
21925 ! ext/IO/poll.c regcomp.c regexec.c scope.c
21926 ! t/lib/io_multihomed.t win32/makefile.mk
db4a4bfe
GS
21927____________________________________________________________________________
21928[ 2376] By: gsar on 1998/11/28 20:44:39
99ed61e6
GS
21929 Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
21930 Branch: perl
21931 ! myconfig
db4a4bfe
GS
21932____________________________________________________________________________
21933[ 2375] By: gsar on 1998/11/28 20:42:58
99ed61e6
GS
21934 Log: integrate cfgperl changes into mainline
21935 Branch: perl
21936 !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
21937 !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
db4a4bfe
GS
21938____________________________________________________________________________
21939[ 2374] By: gsar on 1998/11/28 20:02:03
99ed61e6
GS
21940 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21941 Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
21942 Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
21943 Subject: [PATCH 5.00553] Yet another OS/2 patch
21944 Branch: perl
21945 ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
db4a4bfe
GS
21946____________________________________________________________________________
21947[ 2373] By: gsar on 1998/11/28 19:30:06
99ed61e6
GS
21948 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21949 Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
21950 Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
21951 Subject: [PATCH 5.005_53] Change $#+
21952 Branch: perl
21953 ! mg.c pod/perlvar.pod t/op/pat.t
db4a4bfe
GS
21954____________________________________________________________________________
21955[ 2372] By: gsar on 1998/11/28 19:28:00
99ed61e6
GS
21956 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21957 Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
21958 Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
21959 Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
21960 Branch: perl
21961 ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
21962 ! thrdvar.h
db4a4bfe
GS
21963____________________________________________________________________________
21964[ 2371] By: gsar on 1998/11/28 19:23:53
99ed61e6
GS
21965 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21966 Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
21967 Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
21968 Subject: [PATCH 5.005_53] better -Mre=debugcolor
21969 Branch: perl
21970 ! embedvar.h objXSUB.h regexec.c thrdvar.h
db4a4bfe
GS
21971____________________________________________________________________________
21972[ 2370] By: gsar on 1998/11/28 19:21:17
99ed61e6
GS
21973 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21974 Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
21975 Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
21976 Subject: [PATCH 5.005_*] regcolors
21977 Branch: perl
21978 ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
db4a4bfe
GS
21979____________________________________________________________________________
21980[ 2369] By: gsar on 1998/11/28 19:00:15
99ed61e6
GS
21981 Log: allow final period in a file (not followed by a newline) to
21982 terminate format spec
21983 Branch: perl
21984 ! toke.c
db4a4bfe
GS
21985____________________________________________________________________________
21986[ 2368] By: gsar on 1998/11/28 18:58:25
99ed61e6
GS
21987 Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
21988 add C<$Config{installarchlib}/CORE> to the default locations searched
21989 on win32
21990 Branch: perl
21991 ! lib/ExtUtils/Liblist.pm
db4a4bfe
GS
21992____________________________________________________________________________
21993[ 2367] By: gsar on 1998/11/28 18:46:05
99ed61e6
GS
21994 Log: applied suggested patch with PERL_OBJECT tweaks
21995 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21996 Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
21997 Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
21998 Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
21999 Branch: perl
22000 ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
22001 ! regexec.c t/op/pat.t thrdvar.h
db4a4bfe
GS
22002____________________________________________________________________________
22003[ 2366] By: gsar on 1998/11/28 18:38:34
99ed61e6
GS
22004 Log: additional documentation for qr//
22005 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22006 Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
22007 Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
22008 Subject: [PATCH 5.005_*] Documentation (fwd)
22009 Branch: perl
22010 ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
db4a4bfe
GS
22011____________________________________________________________________________
22012[ 2365] By: gsar on 1998/11/28 18:35:35
99ed61e6
GS
22013 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22014 Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
22015 Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
22016 Subject: [PATCH 5.005_*] Fix \G in REx without //g
22017 Branch: perl
22018 ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
22019 ! regexp.h t/op/pat.t thrdvar.h
db4a4bfe
GS
22020____________________________________________________________________________
22021[ 2364] By: gsar on 1998/11/28 18:24:20
99ed61e6
GS
22022 Log: update Test.pm to Test-1.12; tweak 're' detection
22023 Branch: perl
22024 ! lib/Test.pm
db4a4bfe
GS
22025____________________________________________________________________________
22026[ 2363] By: gsar on 1998/11/28 18:12:04
99ed61e6
GS
22027 Log: avoid command-line quoting portability problems in lex_assign.t
22028 Branch: perl
22029 ! t/op/lex_assign.t
db4a4bfe
GS
22030____________________________________________________________________________
22031[ 2362] By: gsar on 1998/11/28 18:08:50
99ed61e6
GS
22032 Log: From: John Tobey <jtobey@channel1.com>
22033 Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
22034 Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
22035 Subject: PATCH: document English.pm sawampersand and thread issues
22036 Branch: perl
22037 ! lib/English.pm pod/perlvar.pod
db4a4bfe
GS
22038____________________________________________________________________________
22039[ 2361] By: gsar on 1998/11/28 18:03:04
99ed61e6
GS
22040 Log: fix uninitialized warnings
22041 From: Brian Callaghan <callagh@itginc.com>
22042 Date: Thu, 19 Nov 1998 17:49:10 -0800
22043 Message-Id: <3654CA96.B64FCAEB@itginc.com>
22044 Subject: Complete.pm patch (version 1.1)
22045 Branch: perl
22046 ! lib/Term/Complete.pm
db4a4bfe
GS
22047____________________________________________________________________________
22048[ 2360] By: gsar on 1998/11/28 17:59:16
99ed61e6
GS
22049 Log: s/Array/List/ suggested by John Tobey
22050 Branch: perl
22051 ! pod/perldata.pod
db4a4bfe
GS
22052____________________________________________________________________________
22053[ 2359] By: gsar on 1998/11/28 17:47:48
99ed61e6
GS
22054 Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
22055 Branch: perl
22056 ! lib/Tie/Handle.pm pod/perlfunc.pod
db4a4bfe
GS
22057____________________________________________________________________________
22058[ 2358] By: jhi on 1998/11/28 17:23:15
99ed61e6
GS
22059 Log: Revamp the locale tests.
22060 (0) Instead of rewiring a few locales scan for them.
22061 (1) Bogus test #101 removed.
22062 (2) All the locales are checked, the lists of failed
22063 and non-failed ones are displayed.
22064 (3) The test #103 is again 'active' so that it may fail.
22065 (4) To balance (3) a hopefully pacifying message is shown
22066 if the #103 fails.
22067 Branch: cfgperl
22068 ! t/pragma/locale.t
db4a4bfe
GS
22069____________________________________________________________________________
22070[ 2357] By: gsar on 1998/11/28 17:21:07
99ed61e6
GS
22071 Log: add perlreftut.pod
22072 Branch: perl
22073 + pod/perlreftut.pod
22074 ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
22075 ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
22076 ! win32/pod.mak
db4a4bfe
GS
22077____________________________________________________________________________
22078[ 2356] By: jhi on 1998/11/28 16:58:01
99ed61e6
GS
22079 Log: Change #2346 fallout.
22080 Branch: cfgperl
22081 ! t/op/undef.t
db4a4bfe
GS
22082____________________________________________________________________________
22083[ 2355] By: gsar on 1998/11/28 16:46:43
99ed61e6
GS
22084 Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
22085 ANSI prototypes
22086 Branch: perl
22087 ! ext/IO/IO.xs
db4a4bfe
GS
22088____________________________________________________________________________
22089[ 2354] By: gsar on 1998/11/28 16:08:07
99ed61e6
GS
22090 Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
22091 keep platform hacks that aren't in the 1.20 dist; add new files
22092 to MANIFEST; hack Makefile.PL; result hasn't been tested
22093 anywhere
22094 Branch: perl
22095 + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
22096 + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22097 + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
22098 + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
22099 ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
22100 ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22101 ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
22102 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
22103 ! t/lib/io_sock.t t/lib/io_udp.t
db4a4bfe
GS
22104____________________________________________________________________________
22105[ 2353] By: jhi on 1998/11/28 15:51:03
99ed61e6
GS
22106 Log: Locale collation, ctype, and numeric, were initialized wrong
22107 (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
22108 as reported by
22109
22110 From: Ilya.Sandler@etak.com (Ilya Sandler)
22111 Subject: a bug in locale handling: LC_COLLATE ignored sometimes
22112 To: perlbug@perl.com
22113 Date: 25 Nov 1998 04:53:52 +0200
22114 Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
22115 Branch: cfgperl
22116 ! util.c
db4a4bfe
GS
22117____________________________________________________________________________
22118[ 2352] By: nick on 1998/11/28 15:21:59
99ed61e6
GS
22119 Log: Implement $^C to allow perl access to -c flag - I think this
22120 was agreed once...
22121 Branch: perl
22122 ! gv.c mg.c
db4a4bfe
GS
22123____________________________________________________________________________
22124[ 2351] By: jhi on 1998/11/28 15:14:24
99ed61e6
GS
22125 Log: Change #2251 fixup.
22126 Branch: cfgperl
22127 ! myconfig
db4a4bfe
GS
22128____________________________________________________________________________
22129[ 2350] By: jhi on 1998/11/28 14:58:19
99ed61e6
GS
22130 Log: Integrate from mainperl.
22131 Branch: cfgperl
22132 +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22133 +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22134 +> pod/perl5005delta.pod
22135 !> (integrate 49 files)
db4a4bfe
GS
22136____________________________________________________________________________
22137[ 2349] By: jhi on 1998/11/28 14:27:36
99ed61e6
GS
22138 Log: Passwd and group file groveling.
22139 Branch: cfgperl
22140 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
22141____________________________________________________________________________
22142[ 2348] By: gsar on 1998/11/28 14:09:50
99ed61e6
GS
22143 Log: more conservative version of changes#2345,2346,2347; those break
22144 C<defined(@{"foo::ISA"})> which seems to be extensively used in
22145 the libs :-(
22146 Branch: perl
22147 ! pp.c t/op/method.t
db4a4bfe
GS
22148____________________________________________________________________________
22149[ 2347] By: gsar on 1998/11/28 13:36:08
99ed61e6
GS
22150 Log: tweak bogus test
22151 Branch: perl
22152 ! t/op/method.t
db4a4bfe
GS
22153____________________________________________________________________________
22154[ 2346] By: gsar on 1998/11/28 13:20:34
99ed61e6
GS
22155 Log: test cases for previous change
22156 Branch: perl
22157 ! t/op/undef.t
db4a4bfe
GS
22158____________________________________________________________________________
22159[ 2345] By: gsar on 1998/11/28 13:07:17
99ed61e6
GS
22160 Log: fix typo in pp_defined() causing C<defined %tied> to fail
22161 Branch: perl
22162 ! pp.c
db4a4bfe
GS
22163____________________________________________________________________________
22164[ 2344] By: gsar on 1998/11/28 13:03:29
99ed61e6
GS
22165 Log: s/comment/comment_t/ tweak (suggested by John Gorman
22166 <jgorman@webbysoft.com>)
22167 Branch: perl
22168 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
db4a4bfe
GS
22169____________________________________________________________________________
22170[ 2343] By: gsar on 1998/11/28 12:52:40
99ed61e6
GS
22171 Log: add (stub) perldelta.pod
22172 Branch: perl
22173 + pod/perldelta.pod
db4a4bfe
GS
22174____________________________________________________________________________
22175[ 2342] By: gsar on 1998/11/28 12:49:26
99ed61e6
GS
22176 Log: rename perldelta.pod to perl5005delta.pod in preparation for
22177 starting a new one
22178 Branch: perl
22179 +> pod/perl5005delta.pod
22180 - pod/perldelta.pod
22181 ! MANIFEST pod/perl.pod
db4a4bfe
GS
22182____________________________________________________________________________
22183[ 2341] By: gsar on 1998/11/28 12:41:55
99ed61e6
GS
22184 Log: fix MALLOC_LOCK #define
22185 Branch: perl
22186 ! malloc.c
db4a4bfe
GS
22187____________________________________________________________________________
22188[ 2340] By: gsar on 1998/11/28 12:18:23
99ed61e6
GS
22189 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22190 Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
22191 Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
22192 Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
22193 Branch: perl
22194 ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
db4a4bfe
GS
22195____________________________________________________________________________
22196[ 2339] By: jhi on 1998/11/28 11:59:01
99ed61e6
GS
22197 Log: Add -lm to dynix/ptx POSIX hints.
22198 From: "Martin J. Bligh" <mbligh@sequent.com>
22199 To: jhi@iki.fi
22200 Subject: Re: Making Perl work on DYNIX/ptx
22201 Date: Wed, 25 Nov 1998 10:34:41 -0800
22202 Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
22203 Branch: cfgperl
22204 ! ext/POSIX/hints/dynixptx.pl
db4a4bfe
GS
22205____________________________________________________________________________
22206[ 2338] By: jhi on 1998/11/28 11:57:19
99ed61e6
GS
22207 Log: Detypo.
22208 Branch: cfgperl
22209 ! lib/filetest.pm
db4a4bfe
GS
22210____________________________________________________________________________
22211[ 2337] By: jhi on 1998/11/28 11:56:29
99ed61e6
GS
22212 Log: Better LD_LIBRARY_PATH instructions for Bourneists.
22213 Branch: cfgperl
22214 ! Configure
db4a4bfe
GS
22215____________________________________________________________________________
22216[ 2336] By: gsar on 1998/11/28 11:41:14
99ed61e6
GS
22217 Log: teach CPAN.pm to ignore beta perl distributions when looking for
22218 modules
22219 From: root@dogberry.rutgers.edu (root)
22220 Date: Thu, 12 Nov 1998 23:08:39 -0500
22221 Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
22222 Subject: recompile tries getting a perl distribution
22223 Branch: perl
22224 ! lib/CPAN.pm
db4a4bfe
GS
22225____________________________________________________________________________
22226[ 2335] By: gsar on 1998/11/28 11:27:46
99ed61e6
GS
22227 Log: make $1 et al readonly under threads; make C<undef $1> fail like
22228 C<$1 = undef> does
22229 Branch: perl
22230 ! op.c pp.c t/op/undef.t
db4a4bfe
GS
22231____________________________________________________________________________
22232[ 2334] By: gsar on 1998/11/28 10:24:52
99ed61e6
GS
22233 Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
22234 Branch: perl
22235 ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
db4a4bfe
GS
22236____________________________________________________________________________
22237[ 2333] By: gsar on 1998/11/28 09:36:40
99ed61e6
GS
22238 Log: document changed PERL_HASH()
22239 Branch: perl
22240 ! pod/perlfunc.pod pod/perlguts.pod
db4a4bfe
GS
22241____________________________________________________________________________
22242[ 2332] By: nick on 1998/11/27 21:10:27
99ed61e6
GS
22243 Log: Handle INIT list in C.pm
22244 1. Provide init_av() from B.xs
22245 2. Export it in B.pm
22246 3. Use it in C.pm
22247 Also disable some pruning in savecv() which seems to undo
22248 my previous patch.
22249 Experimental feature - save pathnames of .so files in easily
22250 grep-able form for use in wrapper to feed to linker.
22251 Branch: perl
22252 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
db4a4bfe
GS
22253____________________________________________________________________________
22254[ 2327] By: gsar on 1998/11/27 15:12:01
99ed61e6
GS
22255 Log: integrate change#2315 from maint-5.005
22256 Branch: perl
22257 ! t/op/sort.t
22258 !> op.c sv.c
db4a4bfe
GS
22259____________________________________________________________________________
22260[ 2326] By: gsar on 1998/11/27 15:00:42
99ed61e6
GS
22261 Log: integrate changes#2304,2305,2306,2308 from maint-5.005
22262 Branch: perl
22263 !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
22264 !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22265 !> lib/ExtUtils/typemap
db4a4bfe
GS
22266____________________________________________________________________________
22267[ 2325] By: gsar on 1998/11/27 14:46:18
99ed61e6
GS
22268 Log: malloc bugfix and documentation from Ilya Zakharevich
22269 Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
22270 Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
22271 Subject: [PATCH 5.005_*] Re: Internal coredump
22272 --
22273 Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
22274 Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
22275 Subject: [PATCH 5.005_*] malloc.c documentation
22276 Branch: perl
22277 ! malloc.c
db4a4bfe
GS
22278____________________________________________________________________________
22279[ 2324] By: gsar on 1998/11/27 14:41:38
99ed61e6
GS
22280 Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
22281 Branch: perl
22282 ! ext/B/B/C.pm
db4a4bfe
GS
22283____________________________________________________________________________
22284[ 2323] By: gsar on 1998/11/27 14:33:44
99ed61e6
GS
22285 Log: From: maeda@src.ricoh.co.jp
22286 Date: Tue, 24 Nov 1998 10:37:45 +0900
22287 Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
22288 Subject: format "..." bug
22289 Branch: perl
22290 ! pp_ctl.c t/op/write.t
db4a4bfe
GS
22291____________________________________________________________________________
22292[ 2322] By: gsar on 1998/11/27 14:20:12
99ed61e6
GS
22293 Log: add ext/Devel/Peek
22294 From: jan.dubois@ibm.net (Jan Dubois)
22295 Date: Mon, 23 Nov 1998 00:48:11 +0100
22296 Message-ID: <36589ec9.49964585@smtp1.ibm.net>
22297 Subject: [PATCH 5.005_53] Devel::Peek integration
22298 Branch: perl
22299 + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
22300 + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22301 ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
22302 ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
22303 ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
db4a4bfe
GS
22304____________________________________________________________________________
22305[ 2321] By: gsar on 1998/11/27 13:03:08
99ed61e6
GS
22306 Log: ensure 'make regen_headers' even without perl installed
22307 (suggested by Ilya Zakharevich)
22308 Branch: perl
22309 ! bytecode.pl warning.pl
db4a4bfe
GS
22310____________________________________________________________________________
22311[ 2320] By: gsar on 1998/11/27 12:58:36
99ed61e6
GS
22312 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22313 Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
22314 Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
22315 Subject: [PATCH 5.005_*] Cosmetic malloc patch
22316 Branch: perl
22317 ! malloc.c
db4a4bfe
GS
22318____________________________________________________________________________
22319[ 2319] By: gsar on 1998/11/27 12:56:13
99ed61e6
GS
22320 Log: eliminate dup hunk from integration
22321 Branch: perl
22322 ! lib/filetest.pm perl.h
db4a4bfe
GS
22323____________________________________________________________________________
22324[ 2318] By: gsar on 1998/11/27 12:50:08
99ed61e6
GS
22325 Log: integrate cfgperl changes into mainline
22326 Branch: perl
22327 +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
22328 ! pod/perlfaq4.pod
22329 !> (integrate 30 files)
db4a4bfe
GS
22330____________________________________________________________________________
22331[ 2317] By: jhi on 1998/11/27 11:38:13
99ed61e6
GS
22332 Log: C<-x>.
22333 Branch: cfgperl
22334 ! lib/filetest.pm
db4a4bfe
GS
22335____________________________________________________________________________
22336[ 2316] By: jhi on 1998/11/27 11:10:22
99ed61e6
GS
22337 Log: Integrate from mainperl.
22338 Branch: cfgperl
22339 !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
22340 !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
22341 !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
22342 !> universal.c util.c win32/GenCAPI.pl win32/win32.h
22343 !> win32/win32sck.c
db4a4bfe
GS
22344____________________________________________________________________________
22345[ 2315] By: gbarr on 1998/11/27 05:16:50
99ed61e6
GS
22346 Log: integrate change#2246 from mainline, while still allowing
22347 C<sort $globref @foo>
22348
22349 allow C<sort $coderef @foo>
22350 Branch: maint-5.005/perl
22351 ! op.c sv.c
22352 !> t/op/sort.t
db4a4bfe
GS
22353____________________________________________________________________________
22354[ 2308] By: gbarr on 1998/11/27 00:11:44
99ed61e6
GS
22355 Log: Updates for MPE/iX DynaLoader and installperl, via private mail
22356 forwarded by Jarkko Hietaniemi from Mark Bixby
22357 Branch: maint-5.005/perl
22358 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
22359____________________________________________________________________________
22360[ 2306] By: gbarr on 1998/11/26 23:44:47
99ed61e6
GS
22361 Log: Allow PL_FILES to have multiple targets from one source by allowing
22362 an array ref as the value in the hash
22363 Branch: maint-5.005/perl
22364 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22365 ! lib/ExtUtils/MakeMaker.pm
db4a4bfe
GS
22366____________________________________________________________________________
22367[ 2305] By: gbarr on 1998/11/26 23:38:06
99ed61e6
GS
22368 Log: fix unsigned variables to use SvUV and sv_setuv
22369 Branch: maint-5.005/perl
22370 ! lib/ExtUtils/typemap
db4a4bfe
GS
22371____________________________________________________________________________
22372[ 2304] By: gbarr on 1998/11/26 23:36:17
99ed61e6
GS
22373 Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
22374 Branch: maint-5.005/perl
22375 ! lib/ExtUtils/MM_Unix.pm
db4a4bfe
GS
22376____________________________________________________________________________
22377[ 2301] By: gsar on 1998/11/26 10:16:54
99ed61e6
GS
22378 Log: fix PL_defoutgv leak under threads
22379 Branch: perl
22380 ! ext/Thread/Thread.xs
db4a4bfe
GS
22381____________________________________________________________________________
22382[ 2300] By: gsar on 1998/11/26 09:04:44
99ed61e6
GS
22383 Log: properly free temporaries created by threads
22384 Branch: perl
22385 ! ext/Thread/Thread.xs
db4a4bfe
GS
22386____________________________________________________________________________
22387[ 2299] By: gsar on 1998/11/26 06:51:16
99ed61e6
GS
22388 Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
22389 to set the package for the block properly
22390 Branch: perl
22391 ! op.c t/comp/package.t t/lib/dumper.t
db4a4bfe
GS
22392____________________________________________________________________________
22393[ 2298] By: nick on 1998/11/24 22:04:20
99ed61e6
GS
22394 Log: Part-1 of tweaks to allow Tk to be "compiled"
22395 Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
22396 (May also need attention to exports etc. - to follow.)
22397 Branch: perl
22398 ! universal.c
db4a4bfe
GS
22399____________________________________________________________________________
22400[ 2294] By: jhi on 1998/11/23 10:44:26
99ed61e6
GS
22401 Log: The new socket tests need in some platforms
22402 to #include <sys/types.h>.
22403 Branch: cfgperl
22404 ! Configure
db4a4bfe
GS
22405____________________________________________________________________________
22406[ 2293] By: jhi on 1998/11/23 10:33:42
99ed61e6
GS
22407 Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22408 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
22409 Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22410 Date: Mon, 23 Nov 1998 10:07:04 +0100
22411 Message-Id: <9811230907.AA06484@AWT.nl>
22412
22413 NeXTstep NetInfo uses nidump to get the user/group databases.
22414 Branch: cfgperl
22415 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
22416____________________________________________________________________________
22417[ 2291] By: TimBunce on 1998/11/22 22:23:09
99ed61e6
GS
22418 Log: Updated Porting/patchls utility.
22419 Branch: maint-5.004/perl
22420 ! Porting/patchls
db4a4bfe
GS
22421____________________________________________________________________________
22422[ 2288] By: TimBunce on 1998/11/22 21:46:11
99ed61e6
GS
22423 Log: Title: "Buglet in Sys::Syslog.pm (with fix)"
22424 From: Henrik Tougaard <ht.000@foa.dk>
22425 Msg-ID: <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
22426 Files: lib/Sys/Syslog.pm
22427 Branch: maint-5.004/perl
22428 ! lib/Sys/Syslog.pm
db4a4bfe
GS
22429____________________________________________________________________________
22430[ 2286] By: jhi on 1998/11/22 19:08:42
99ed61e6
GS
22431 Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
22432 Branch: cfgperl
22433 ! ext/Socket/Socket.xs
db4a4bfe
GS
22434____________________________________________________________________________
22435[ 2285] By: jhi on 1998/11/22 18:21:07
99ed61e6
GS
22436 Log: MSG_PROXY for GNU/Hurd (previously we believed that
22437 all GNU libc platforms have MSG_PROXY. Untrue).
22438 In fact this ended up as a major MSG_* and SCM_*
22439 update. The MSG_XXX known to be enums in some
22440 versions of the glibc are now probed for and respective
22441 HAS_MSG_XXX are defined. While I was at it I noticed
22442 SCM_RIGHTS being similarly an enum. This reminded me of
22443 an ancient discussion in perl5-porters:
22444 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
22445 The BSD socket interface has a nifty feature for passing
22446 file descriptors and credentials--via sockets. It may be
22447 too late to add this functionality to the CORE but
22448 at least Configure now probes for the functions,
22449 structs, and includes, defining the appropriate
22450 HAS_YYY and I_ZZZ, and the Socket extension exports
22451 the constants, in case somebody wants to write an
22452 extension for this interface.
22453 Branch: cfgperl
22454 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22455 ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
22456 ! iperlsys.h
db4a4bfe
GS
22457____________________________________________________________________________
22458[ 2284] By: jhi on 1998/11/22 18:13:21
99ed61e6
GS
22459 Log: perlhist.pod 1.54, containing 5_53.
22460 Branch: cfgperl
22461 ! pod/perlhist.pod
db4a4bfe
GS
22462____________________________________________________________________________
22463[ 2274] By: TimBunce on 1998/11/22 16:25:46
99ed61e6
GS
22464 Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
22465 Branch: maint-5.004/perl
22466 ! doio.c
db4a4bfe
GS
22467____________________________________________________________________________
22468[ 2273] By: TimBunce on 1998/11/22 16:17:43
99ed61e6
GS
22469 Log: Improve op/die_exit.t test for implicit close changing $!
22470 Branch: maint-5.004/perl
22471 ! t/op/die_exit.t
db4a4bfe
GS
22472____________________________________________________________________________
22473[ 2268] By: jhi on 1998/11/22 14:44:11
99ed61e6
GS
22474 Log: Fix thinko.
22475 Branch: cfgperl
22476 ! hints/dynixptx.sh
db4a4bfe
GS
22477____________________________________________________________________________
22478[ 2267] By: jhi on 1998/11/22 13:19:41
99ed61e6
GS
22479 Log: Document the d_socket override.
22480 Branch: cfgperl
22481 ! hints/dynixptx.sh
db4a4bfe
GS
22482____________________________________________________________________________
22483[ 2266] By: jhi on 1998/11/22 12:12:29
99ed61e6
GS
22484 Log: From: John Tobey <jtobey@channel1.com>
22485 Subject: [PATCH] perlfaq typos
22486 To: perl5-porters@perl.com
22487 Date: 22 Nov 1998 04:25:15 +0200
22488 Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
22489 Branch: cfgperl
22490 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22491 ! pod/perlfaq7.pod pod/perlfaq8.pod
db4a4bfe
GS
22492____________________________________________________________________________
22493[ 2265] By: jhi on 1998/11/22 12:06:29
99ed61e6
GS
22494 Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
22495 Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
22496 Newsgroups: hut.lists.perl5-porters
22497 To: gsar@engin.umich.edu (Gurusamy Sarathy)
22498 Cc: perl5-porters@perl.org (Perl5 Porters)
22499 Date: 20 Nov 1998 12:20:41 +0200
22500 Branch: cfgperl
22501 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
22502 ! ext/DB_File/DB_File.xs
db4a4bfe
GS
22503____________________________________________________________________________
22504[ 2264] By: jhi on 1998/11/22 11:55:09
99ed61e6
GS
22505 Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
22506 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22507 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22508 To: perlbug@perl.com
22509 Date: 20 Nov 1998 18:39:06 +0200
22510 Lines: 47
22511 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
22512 Branch: cfgperl
22513 ! t/op/grent.t t/op/pwent.t
db4a4bfe
GS
22514____________________________________________________________________________
22515[ 2263] By: jhi on 1998/11/22 11:42:59
99ed61e6
GS
22516 Log: Permission testing is tricky when we have too much power.
22517 Problem reported in
22518 From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
22519 Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
22520 To: perlbug@perl.com
22521 Date: 20 Nov 1998 18:39:06 +0200
22522 Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
22523 Branch: cfgperl
22524 ! t/op/filetest.t
db4a4bfe
GS
22525____________________________________________________________________________
22526[ 2262] By: gsar on 1998/11/22 11:37:02
99ed61e6
GS
22527 Log: fix broken CAPI generation
22528 Branch: perl
22529 ! win32/GenCAPI.pl
db4a4bfe
GS
22530____________________________________________________________________________
22531[ 2261] By: jhi on 1998/11/22 11:17:00
99ed61e6
GS
22532 Log: -x should be C<-x>, reported by Gerben Wierda.
22533 Branch: cfgperl
22534 ! pod/perlfunc.pod
db4a4bfe
GS
22535____________________________________________________________________________
22536[ 2260] By: gsar on 1998/11/22 11:12:02
99ed61e6
GS
22537 Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
22538 Branch: perl
22539 ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
22540 ! proto.h
db4a4bfe
GS
22541____________________________________________________________________________
22542[ 2259] By: jhi on 1998/11/22 11:06:40
99ed61e6
GS
22543 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
22544 Subject: Re: [PATCH] Re: pod2man bug in date generated line
22545 To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
22546 Cc: perlbug@perl.com
22547 Date: 20 Nov 1998 21:30:17 +0200
22548 Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
22549 Branch: cfgperl
22550 ! pod/pod2man.PL
db4a4bfe
GS
22551____________________________________________________________________________
22552[ 2256] By: jhi on 1998/11/21 10:44:01
99ed61e6
GS
22553 Log: From: Thomas Bowditch <bowditch@inmet.com>
22554 Subject: Benchmark.pm suggestion
22555 To: jhi@iki.fi, Tim.Bunce@ig.co.uk
22556 Date: Fri, 20 Nov 1998 17:43:46 -0500
22557 Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
22558
22559 Added timesum().
22560 Branch: cfgperl
22561 ! lib/Benchmark.pm
db4a4bfe
GS
22562____________________________________________________________________________
22563[ 2255] By: gsar on 1998/11/21 08:45:06
99ed61e6
GS
22564 Log: another win32 portability fix: make sysread() and syswrite()
22565 work on sockets
22566 Branch: perl
22567 ! pp_sys.c win32/win32.h
db4a4bfe
GS
22568____________________________________________________________________________
22569[ 2254] By: gsar on 1998/11/21 07:49:06
99ed61e6
GS
22570 Log: win32_recvfrom() compatibility fix
22571 Branch: perl
22572 ! win32/win32sck.c
db4a4bfe
GS
22573____________________________________________________________________________
22574[ 2253] By: jhi on 1998/11/20 08:22:06
99ed61e6
GS
22575 Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
22576 To: jhi@iki.fi
22577 Subject: MPE/iX Perl 5.005_02 oops
22578 Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
22579 Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
22580 Branch: cfgperl
22581 ! ext/DynaLoader/dl_mpeix.xs installperl
db4a4bfe
GS
22582____________________________________________________________________________
22583[ 2252] By: gsar on 1998/11/19 17:38:03
99ed61e6
GS
22584 Log: mess_sv tweak for change#2249
22585 Branch: perl
22586 ! util.c
db4a4bfe
GS
22587____________________________________________________________________________
22588[ 2251] By: jhi on 1998/11/18 12:32:19
99ed61e6
GS
22589 Log: Display use64bits and usemultiplicity but only if necessary.
22590 Branch: cfgperl
22591 ! myconfig
db4a4bfe
GS
22592____________________________________________________________________________
22593[ 2250] By: jhi on 1998/11/18 12:26:50
99ed61e6
GS
22594 Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
22595 Subject: pp.c uses 'unsigned Quad_t'
22596 To: perlbug@perl.com
22597 Date: Sun, 15 Nov 1998 20:57:05 -0300
22598 Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
22599 Branch: cfgperl
22600 ! perl.h pp.c
db4a4bfe
GS
22601____________________________________________________________________________
22602[ 2249] By: gsar on 1998/11/18 05:43:11
99ed61e6
GS
22603 Log: use PL_mess_sv only during global destruction (fixes problems with
22604 overlapping invocations of form()/warn()/die()/croak() trampling on
22605 each other's messages)
22606 Branch: perl
22607 ! mg.c util.c
db4a4bfe
GS
22608____________________________________________________________________________
22609[ 2248] By: gsar on 1998/11/18 05:39:36
99ed61e6
GS
22610 Log: tweak change#2245 to skip previous message if any
22611 Branch: perl
22612 ! pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
22613____________________________________________________________________________
22614[ 2247] By: jhi on 1998/11/17 11:46:56
99ed61e6
GS
22615 Log: Integrate from mainperl.
22616 Branch: cfgperl
22617 !> (integrate 26 files)
db4a4bfe
GS
22618____________________________________________________________________________
22619[ 2246] By: gsar on 1998/11/17 09:41:10
99ed61e6
GS
22620 Log: allow C<sort $coderef @foo>
22621 Branch: perl
22622 ! op.c t/op/sort.t t/pragma/overload.t
db4a4bfe
GS
22623____________________________________________________________________________
22624[ 2245] By: gsar on 1998/11/17 08:28:26
99ed61e6
GS
22625 Log: propagate failures in DESTROY() as (optional) warnings
22626 Branch: perl
22627 ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
db4a4bfe
GS
22628____________________________________________________________________________
22629[ 2244] By: gsar on 1998/11/17 07:43:08
99ed61e6
GS
22630 Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
22631 Branch: perl
22632 ! perl.c thrdvar.h
db4a4bfe
GS
22633____________________________________________________________________________
22634[ 2243] By: gsar on 1998/11/17 07:40:09
99ed61e6
GS
22635 Log: sort WARN_FOO symbols to avoid hash traversal order dependency
22636 Branch: perl
22637 ! lib/warning.pm warning.h warning.pl
db4a4bfe
GS
22638____________________________________________________________________________
22639[ 2242] By: gsar on 1998/11/17 06:32:39
99ed61e6
GS
22640 Log: fix skipspace() to properly account for newlines in eval''-ed
22641 strings (caused bogus line numbers in diagnostics and debugger)
22642 Branch: perl
22643 ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
db4a4bfe
GS
22644____________________________________________________________________________
22645[ 2241] By: gsar on 1998/11/17 03:48:12
99ed61e6
GS
22646 Log: s/Perl_utf8skip/PL_utf8skip/g
22647 Branch: perl
22648 ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
db4a4bfe
GS
22649____________________________________________________________________________
22650[ 2240] By: gsar on 1998/11/14 06:09:06
99ed61e6
GS
22651 Log: rework op/groups.t
22652 Branch: perl
22653 ! t/op/filetest.t t/op/groups.t
db4a4bfe
GS
22654____________________________________________________________________________
22655[ 2235] By: gsar on 1998/11/14 00:17:05
99ed61e6
GS
22656 Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
22657 Branch: perl
22658 ! op.c
db4a4bfe
GS
22659____________________________________________________________________________
22660[ 2234] By: gsar on 1998/11/14 00:14:02
99ed61e6
GS
22661 Log: update Changes
22662 Branch: perl
22663 ! Changes win32/config.bc win32/config.gc win32/config.vc
db4a4bfe
GS
22664____________________________________________________________________________
22665[ 2233] By: gsar on 1998/11/13 09:43:03
99ed61e6
GS
22666 Log: doc tweak
22667 Branch: perl
22668 ! README.win32
db4a4bfe 22669____________________________________________________________________________
823168e8 22670[ 2230] By: jhi on 1998/11/12 17:07:45
99ed61e6
GS
22671 Log: Allow hints file override for d_socket
22672 (based on Sequent-induced change #2229).
22673 Branch: cfgperl
22674 ! Configure
823168e8
GS
22675____________________________________________________________________________
22676[ 2229] By: jhi on 1998/11/12 16:32:33
99ed61e6
GS
22677 Log:
22678 From: "Martin J. Bligh" <mbligh@sequent.com>
22679 To: jhi@iki.fi
22680 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
22681 Subject: Re: Making Perl work on DYNIX/ptx
22682 Date: Tue, 10 Nov 1998 16:24:26 -0800
22683 Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
22684 Branch: cfgperl
22685 ! hints/dynixptx.sh
823168e8
GS
22686____________________________________________________________________________
22687[ 2228] By: jhi on 1998/11/12 11:40:37
99ed61e6
GS
22688 Log: From: "Martin J. Bligh" <mbligh@sequent.com>
22689 Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
22690 To: jhi@iki.fi
22691 cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
22692 Subject: Re: Making Perl work on DYNIX/ptx
22693 Date: Tue, 10 Nov 1998 18:01:10 -0800
22694 Branch: cfgperl
22695 + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
823168e8
GS
22696____________________________________________________________________________
22697[ 2227] By: jhi on 1998/11/12 11:17:42
99ed61e6
GS
22698 Log: Integrate from mainperl.
22699 Branch: cfgperl
22700 !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
22701 !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
22702 !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
22703 !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
22704 !> win32/win32.c x2p/s2p.PL
823168e8
GS
22705____________________________________________________________________________
22706[ 2226] By: gsar on 1998/11/11 21:05:42
99ed61e6
GS
22707 Log: provide -DPERL_POLLUTE
22708 Branch: perl
22709 ! embed.pl embedvar.h
823168e8
GS
22710____________________________________________________________________________
22711[ 2225] By: jhi on 1998/11/09 07:45:12
99ed61e6
GS
22712 Log: From: Hans Mulder <hansm@icgroup.nl>
22713 To: Ilya Zakharevich <ilya@math.ohio-state.edu>
22714 Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
22715 perl5-porters@perl.org
22716 Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
22717 (UNINSTALLED)
22718 Date: Sun, 8 Nov 98 22:20:23 +0100
22719 Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
22720 Branch: cfgperl
22721 ! malloc.c perl.h
823168e8
GS
22722____________________________________________________________________________
22723[ 2224] By: gsar on 1998/11/09 03:13:14
99ed61e6
GS
22724 Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
22725 Christoph <lupe@alanya.m.isar.de>)
22726 Branch: perl
22727 ! lib/Text/Wrap.pm
823168e8
GS
22728____________________________________________________________________________
22729[ 2223] By: gsar on 1998/11/09 02:09:06
99ed61e6
GS
22730 Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
22731 <lionel.fourquaux@wanadoo.fr>)
22732 Branch: perl
22733 ! x2p/s2p.PL
823168e8
GS
22734____________________________________________________________________________
22735[ 2222] By: gsar on 1998/11/09 01:56:24
99ed61e6
GS
22736 Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
22737 Date: Wed, 04 Nov 1998 12:19:44 +0000
22738 Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
22739 Subject: [PATCH] Re: [5.005_53] read overflow?
22740 --
22741 Date: Wed, 04 Nov 1998 13:15:18 +0000
22742 Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
22743 Subject: [PATCH 5.005_53] perl -V fix
22744 Branch: perl
22745 ! perl.c regexec.c
823168e8
GS
22746____________________________________________________________________________
22747[ 2221] By: gsar on 1998/11/09 01:34:56
99ed61e6
GS
22748 Log: From: jan.dubois@ibm.net (Jan Dubois)
22749 Date: Sun, 01 Nov 1998 00:05:01 +0100
22750 Message-ID: <364294bd.18052307@smtp1.ibm.net>
22751 Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
22752 Branch: perl
22753 ! Changes win32/makedef.pl
823168e8
GS
22754____________________________________________________________________________
22755[ 2220] By: gsar on 1998/11/08 21:13:07
99ed61e6
GS
22756 Log: integrate changes#2120,2168,2218 from maint-5.005;
22757 add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
22758 enum; make regen_headers
22759 Branch: perl
22760 ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
22761 ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
823168e8
GS
22762____________________________________________________________________________
22763[ 2219] By: gsar on 1998/11/08 19:42:57
99ed61e6
GS
22764 Log: integrate cfgperl changes into mainline
22765 Branch: perl
22766 +> README.vmesa
22767 !> Configure MANIFEST Porting/Glossary Porting/config.sh
22768 !> Porting/config_H config_h.SH ext/Thread/Thread.xs
22769 !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
22770 !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
22771 !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
22772 !> thread.h vms/subconfigure.com vos/config.h
823168e8
GS
22773____________________________________________________________________________
22774[ 2218] By: gbarr on 1998/11/08 16:48:44
99ed61e6
GS
22775 Log: From: Graham Barr <gbarr@ti.com>
22776 Date: Mon, 2 Nov 1998 07:38:52 -0600
22777 Message-ID: <19981102073852.A12751@asic.sc.ti.com>
22778 Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
22779 Branch: maint-5.005/perl
22780 ! ext/IPC/SysV/Msg.pm
823168e8
GS
22781____________________________________________________________________________
22782[ 2215] By: gsar on 1998/11/08 02:52:52
99ed61e6
GS
22783 Log: set close-on-exec bit on pipe() FDs
22784 Branch: perl
22785 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
823168e8
GS
22786____________________________________________________________________________
22787[ 2214] By: gsar on 1998/11/08 02:27:57
99ed61e6
GS
22788 Log: typo in newHVhv()
22789 Branch: perl
22790 ! hv.c
823168e8
GS
22791____________________________________________________________________________
22792[ 2211] By: jhi on 1998/11/07 21:14:18
99ed61e6
GS
22793 Log: Finalize the Mach CThreads support.
22794
22795 From: Hans Mulder <hansm@icgroup.nl>
22796 Date: Sat, 7 Nov 98 22:06:20 +0100
22797 To: Gurusamy Sarathy <gsar@engin.umich.edu>
22798 Cc: jhi@iki.fi, perl5-porters@perl.org
22799 Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22800 Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
22801 Branch: cfgperl
22802 ! malloc.c perl.h
823168e8
GS
22803____________________________________________________________________________
22804[ 2210] By: gsar on 1998/11/06 20:36:50
99ed61e6
GS
22805 Log: fix AvREALISH bogusness
22806 Branch: perl
22807 ! av.c t/op/array.t
823168e8
GS
22808____________________________________________________________________________
22809[ 2209] By: jhi on 1998/11/06 08:05:31
99ed61e6
GS
22810 Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
22811 ASSERT() causes problems in {NeXTStep,OpenStep}.
22812
22813 From: Hans Mulder <hansm@icgroup.nl>
22814 To: Jarkko Hietaniemi <jhi@cc.hut.fi>
22815 Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22816 Date: Fri, 6 Nov 98 01:27:41 +0100
22817 Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
22818
22819 and
22820
22821 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22822 Subject: Re: ASSERT() in malloc.c
22823 To: jhi@iki.fi
22824 Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
22825 Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
22826 Branch: cfgperl
22827 ! malloc.c
823168e8
GS
22828____________________________________________________________________________
22829[ 2208] By: jhi on 1998/11/06 07:55:38
99ed61e6
GS
22830 Log: Mach CThreads needs #include <mach/cthreads.h>.
22831 Branch: cfgperl
22832 ! perl.h
823168e8
GS
22833____________________________________________________________________________
22834[ 2206] By: jhi on 1998/11/05 14:54:52
99ed61e6
GS
22835 Log: PERL_BADLANG wrongly documented.
22836
22837 From: ts <decoux@moulon.inra.fr>
22838 To: jhi@cc.hut.fi
22839 Subject: Re: Locale warning messages
22840 Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
22841 Message-Id: <199811051334.OAA24863@moulon.inra.fr>
22842
22843 and
22844
22845 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22846 Subject: Re: PERL_BADLANG
22847 To: jhi@iki.fi
22848 Subject: Re: PERL_BADLANG
22849 Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
22850 Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
22851 Branch: cfgperl
22852 ! pod/perllocale.pod
823168e8
GS
22853____________________________________________________________________________
22854[ 2205] By: jhi on 1998/11/05 14:24:33
99ed61e6
GS
22855 Log: Document all the control flow keywords in perlfunc
22856 so that "perlfunc -f while" works.
22857 Branch: cfgperl
22858 ! pod/perlfunc.pod
823168e8
GS
22859____________________________________________________________________________
22860[ 2204] By: jhi on 1998/11/05 12:46:02
99ed61e6
GS
22861 Log: Configure update. Remove last trace of PTHREADS_CREATED_JOINABLE
22862 (from vos/config.h). Update Porting/{Glossary,config*}.
22863 Branch: cfgperl
22864 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22865 ! config_h.SH vos/config.h
823168e8
GS
22866____________________________________________________________________________
22867[ 2203] By: jhi on 1998/11/05 08:34:39
99ed61e6
GS
22868 Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
22869 Branch: cfgperl
22870 ! hints/vmesa.sh vms/subconfigure.com
823168e8
GS
22871____________________________________________________________________________
22872[ 2202] By: jhi on 1998/11/05 08:03:20
99ed61e6
GS
22873 Log: Integrate from mainperl.
22874 Branch: cfgperl
22875 !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
22876 !> win32/Makefile win32/makefile.mk win32/win32.c
823168e8
GS
22877____________________________________________________________________________
22878[ 2201] By: gsar on 1998/11/05 04:40:44
99ed61e6
GS
22879 Log: another POPSTACK victim
22880 Branch: perl
22881 ! cop.h sv.c
823168e8
GS
22882____________________________________________________________________________
22883[ 2196] By: gsar on 1998/11/05 02:07:54
99ed61e6
GS
22884 Log: fix a location affected by change#2191, add note about POPSTACK
22885 Branch: perl
22886 ! cop.h gv.c pp_ctl.c
823168e8
GS
22887____________________________________________________________________________
22888[ 2195] By: gsar on 1998/11/05 02:04:45
99ed61e6
GS
22889 Log: makefile notes
22890 Branch: perl
22891 ! win32/Makefile win32/makefile.mk
823168e8
GS
22892____________________________________________________________________________
22893[ 2192] By: gsar on 1998/11/04 23:48:53
99ed61e6
GS
22894 Log: indeterminate order-of-evaluation fixes
22895 Branch: perl
22896 ! mg.c
823168e8
GS
22897____________________________________________________________________________
22898[ 2191] By: gsar on 1998/11/04 23:02:16
99ed61e6
GS
22899 Log: refetch local stack pointer in POPSTACK
22900 Branch: perl
22901 ! cop.h perl.c
823168e8
GS
22902____________________________________________________________________________
22903[ 2190] By: jhi on 1998/11/04 08:50:40
99ed61e6
GS
22904 Log: Configure update.
22905 Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
22906
22907 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
22908 To: Martin Bligh <mbligh@sequent.com>
22909 Cc: Jarkko Hietaniemi <jhi@iki.fi>
22910 Subject: Re: Perl 5's configure on DYNIX/ptx
22911 Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
22912 Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
22913
22914 find sockets also from libsocket, not just libnet.
22915 OS390: $compile_ok instead of $compile for <inttypes.h>,
22916
22917 From: pvhp@forte.com (Peter Prymmer)
22918 To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
22919 Subject: _53 not OK on os390 but looking better than ever
22920 Date: Tue, 3 Nov 98 17:33:22 PST
22921 Message-Id: <9811040133.AA09450@forte.com>
22922 Branch: cfgperl
22923 ! Configure
823168e8
GS
22924____________________________________________________________________________
22925[ 2189] By: jhi on 1998/11/04 07:43:58
99ed61e6
GS
22926 Log: sysio.t failure: fix undefined order of evaluation, from
22927
22928 From: Spider Boardman <spider@web.zk3.dec.com>
22929 Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
22930 To: perlbug@perl.com
22931 Date: 4 Nov 1998 01:22:30 +0200
22932 Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
22933 Branch: cfgperl
22934 ! pp_sys.c
823168e8
GS
22935____________________________________________________________________________
22936[ 2188] By: gsar on 1998/11/04 02:59:16
99ed61e6
GS
22937 Log: fix return value of win32_pclose()
22938 Branch: perl
22939 ! win32/win32.c
823168e8
GS
22940____________________________________________________________________________
22941[ 2187] By: gsar on 1998/11/04 02:56:34
99ed61e6
GS
22942 Log: s/sv_upgrade/SvUPGRADE/ a couple of places
22943 Branch: perl
22944 ! Changes doop.c gv.c util.c
823168e8
GS
22945____________________________________________________________________________
22946[ 2186] By: jhi on 1998/11/03 08:17:52
99ed61e6
GS
22947 Log: Document quads in pack.
22948 Branch: cfgperl
22949 ! pod/perlfunc.pod
823168e8
GS
22950____________________________________________________________________________
22951[ 2185] By: jhi on 1998/11/03 07:49:35
99ed61e6
GS
22952 Log: (IV) vs (I32) vs I_V()
22953
22954 Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
22955 From: Anton Berezin <tobez@plab.ku.dk>
22956 To: "p5p" <perl5-porters@perl.org>
22957 Date: 01 Nov 1998 15:09:11 +0100
22958 Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
22959
22960 and
22961
22962 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
22963 Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
22964 Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
22965 Branch: cfgperl
22966 ! sv.c
823168e8
GS
22967____________________________________________________________________________
22968[ 2184] By: jhi on 1998/11/03 07:42:46
99ed61e6
GS
22969 Log: VM/ESA updates.
22970 Branch: cfgperl
22971 + README.vmesa
22972 ! MANIFEST pod/perlfunc.pod pod/perlport.pod
823168e8
GS
22973____________________________________________________________________________
22974[ 2183] By: jhi on 1998/11/02 12:58:13
99ed61e6
GS
22975 Log: The id(1)-parsing is real fun.
22976 Branch: cfgperl
22977 ! t/op/groups.t
823168e8
GS
22978____________________________________________________________________________
22979[ 2182] By: jhi on 1998/11/02 12:07:43
99ed61e6
GS
22980 Log: Decommission the symlink test.
22981 Branch: cfgperl
22982 ! t/op/lex_assign.t
823168e8
GS
22983____________________________________________________________________________
22984[ 2181] By: jhi on 1998/11/02 12:03:08
99ed61e6
GS
22985 Log: Replace ATTR_JOINABLE with true Configure probe
22986 for PTHREAD_CREATE_JOINABLE (or equivalent:
22987 PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
22988 Remove ATTR_JOINABLE itself: Thread.xs uses
22989 PTHREAD_CREATE_JOINABLE (or equivalent) directly.
22990
22991 Really scan for <mach/cthreads.h> only if usethreads.
22992 Branch: cfgperl
22993 ! Configure config_h.SH ext/Thread/Thread.xs thread.h
823168e8
GS
22994____________________________________________________________________________
22995[ 2180] By: jhi on 1998/11/02 11:07:34
99ed61e6
GS
22996 Log: In HP-UX 10.X usethreads only if the required files are present.
22997 Branch: cfgperl
22998 ! hints/hpux.sh
823168e8
GS
22999____________________________________________________________________________
23000[ 2179] By: jhi on 1998/11/02 09:10:33
99ed61e6
GS
23001 Log: Prefer groups(1).
23002 id -Gn can be broken.
23003 id -a can save the day.
23004 Branch: cfgperl
23005 ! t/op/groups.t
823168e8
GS
23006____________________________________________________________________________
23007[ 2178] By: jhi on 1998/11/02 08:35:29
99ed61e6
GS
23008 Log: Detrail enum comma.
23009 Branch: cfgperl
23010 ! perl.h
823168e8
GS
23011____________________________________________________________________________
23012[ 2177] By: jhi on 1998/11/02 08:24:12
99ed61e6
GS
23013 Log: 0**0 = 1, from
23014
23015 From: d-lewart@uiuc.edu (Daniel S. Lewart)
23016 Subject: Math::Complex 0**0 patches
23017 Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
23018 Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
23019 To: jhi@iki.fi (Jarkko Hietaniemi),
23020 Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
23021 Branch: cfgperl
23022 ! lib/Math/Complex.pm t/lib/complex.t
823168e8
GS
23023____________________________________________________________________________
23024[ 2168] By: gbarr on 1998/11/01 01:58:58
99ed61e6
GS
23025 Log: From: jan.dubois@ibm.net (Jan Dubois)
23026 Date: Fri, 09 Oct 1998 23:28:31 +0200
23027 Message-ID: <36217b7f.3193091@smtp1.ibm.net>
23028 Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
23029 Branch: maint-5.005/perl
23030 ! XSUB.h
823168e8
GS
23031____________________________________________________________________________
23032[ 2164] By: jhi on 1998/10/31 15:50:02
99ed61e6
GS
23033 Log: Integrate from mainperl.
23034 Branch: cfgperl
23035 +> t/op/lex_assign.t
23036 !> (integrate 45 files)
823168e8
GS
23037
23038----------------
23039Version 5.005_53
2e2b7522
GS
23040----------------
23041
23042____________________________________________________________________________
07f14f54 23043[ 2163] By: gsar on 1998/10/31 11:31:12
99ed61e6
GS
23044 Log: bump patchlevel; other minor fixes for clean build and test on
23045 Solaris and win32
23046 Branch: perl
23047 ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
23048 ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
23049 ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
23050 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
23051 ! x2p/a2p.c
07f14f54 23052____________________________________________________________________________
0f4592ef 23053[ 2162] By: gsar on 1998/10/31 09:40:31
99ed61e6
GS
23054 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23055 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
23056 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
23057 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
23058 Branch: perl
23059 ! pp.h
0f4592ef
GS
23060____________________________________________________________________________
23061[ 2161] By: gsar on 1998/10/31 09:39:13
99ed61e6
GS
23062 Log: From: Albert Dvornik <bert@genscan.com>
23063 Date: 30 Oct 1998 17:50:04 -0500
23064 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
23065 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
23066 Branch: perl
23067 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
0f4592ef
GS
23068____________________________________________________________________________
23069[ 2160] By: gsar on 1998/10/31 09:35:03
99ed61e6
GS
23070 Log: fix for bugs in -x mode
23071 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23072 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
23073 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
23074 Subject: [PATCH 5.00552] Fix h2xs
23075 Branch: perl
23076 ! utils/h2xs.PL
0f4592ef
GS
23077____________________________________________________________________________
23078[ 2159] By: gsar on 1998/10/31 09:31:36
99ed61e6
GS
23079 Log: Data::Dumper update
23080 Branch: perl
23081 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
23082 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
0f4592ef
GS
23083____________________________________________________________________________
23084[ 2153] By: gsar on 1998/10/30 21:40:09
99ed61e6
GS
23085 Log: add testsuite portion of patch
23086 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23087 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
23088 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
23089 Subject: [PATCH 5.00321 ;-)] 87% speedup
23090 Branch: perl
23091 + t/op/lex_assign.t
23092 ! MANIFEST
0f4592ef
GS
23093____________________________________________________________________________
23094[ 2152] By: gsar on 1998/10/30 21:08:11
99ed61e6
GS
23095 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
23096 Branch: perl
23097 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
0f4592ef
GS
23098____________________________________________________________________________
23099[ 2151] By: gsar on 1998/10/30 20:18:09
99ed61e6
GS
23100 Log: From: Mark-Jason Dominus <mjd@plover.com>
23101 Date: Fri, 30 Oct 1998 14:24:23 EST
23102 Message-Id: <19981030192423.27276.qmail@plover.com>
23103 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
23104 Branch: perl
23105 ! x2p/walk.c
0f4592ef
GS
23106____________________________________________________________________________
23107[ 2150] By: gsar on 1998/10/30 20:08:57
99ed61e6
GS
23108 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23109 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
23110 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
23111 Subject: [PATCH 5.00552] Overloaded <> and deref again
23112 Branch: perl
23113 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
23114 ! t/pragma/overload.t toke.c
0f4592ef
GS
23115____________________________________________________________________________
23116[ 2149] By: gsar on 1998/10/30 19:38:15
99ed61e6
GS
23117 Log: From: Roderick Schertler <roderick@argon.org>
23118 Date: Thu, 29 Oct 1998 14:50:18 -0500
23119 Message-ID: <17625.909690618@eeyore.ibcinc.com>
23120 Subject: patch for daemonization docs in perlipc
23121 Branch: perl
23122 ! pod/perlipc.pod
0f4592ef
GS
23123____________________________________________________________________________
23124[ 2148] By: gsar on 1998/10/30 19:36:07
99ed61e6
GS
23125 Log: From: Anton Berezin <tobez@plab.ku.dk>
23126 Date: 29 Oct 1998 17:06:25 +0100
23127 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
23128 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
23129 Branch: perl
23130 ! win32/win32.c
0f4592ef
GS
23131____________________________________________________________________________
23132[ 2147] By: gsar on 1998/10/30 19:31:37
99ed61e6
GS
23133 Log: tweaked version of suggested patch
23134 From: Anton Berezin <tobez@plab.ku.dk>
23135 Date: 29 Oct 1998 14:48:54 +0100
23136 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
23137 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
23138 Branch: perl
23139 ! win32/win32.c
0f4592ef
GS
23140____________________________________________________________________________
23141[ 2146] By: gsar on 1998/10/30 19:03:50
99ed61e6
GS
23142 Log: hand-apply whitespace-mutiliated patch
23143 From: "vishal bhatia" <vishalb@hotmail.com>
23144 Date: Wed, 28 Oct 1998 23:45:32 PST
23145 Message-ID: <19981029074534.2334.qmail@hotmail.com>
23146 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
23147 Branch: perl
23148 ! ext/B/B/C.pm ext/B/B/CC.pm
0f4592ef
GS
23149____________________________________________________________________________
23150[ 2145] By: gsar on 1998/10/30 18:46:58
99ed61e6
GS
23151 Log: remaining PL_foo stragglers
23152 Branch: perl
23153 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
23154 ! op.h os2/os2.c vms/gen_shrfls.pl
0f4592ef
GS
23155____________________________________________________________________________
23156[ 2144] By: gsar on 1998/10/30 17:38:36
99ed61e6
GS
23157 Log: integrate cfgperl tweaks into mainline
23158 Branch: perl
23159 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
23160 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
23161____________________________________________________________________________
23162[ 2143] By: jhi on 1998/10/30 13:27:39
99ed61e6
GS
23163 Log: There can be multiple yacc/bison errors.
23164 Branch: cfgperl
23165 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
0f4592ef
GS
23166____________________________________________________________________________
23167[ 2142] By: jhi on 1998/10/30 13:18:43
99ed61e6
GS
23168 Log: README.posix-bc update.
23169 Branch: cfgperl
23170 ! README.posix-bc
0f4592ef
GS
23171____________________________________________________________________________
23172[ 2141] By: jhi on 1998/10/30 09:12:59
99ed61e6
GS
23173 Log: #2133 fallout.
23174 Branch: cfgperl
23175 ! doio.c ext/POSIX/POSIX.xs
0f4592ef
GS
23176____________________________________________________________________________
23177[ 2140] By: jhi on 1998/10/30 08:43:18
99ed61e6
GS
23178 Log: Integrate from mainperl.
23179 Branch: cfgperl
23180 +> globvar.sym pp.sym
23181 - objpp.h thread.sym
23182 !> (integrate 61 files)
0f4592ef
GS
23183____________________________________________________________________________
23184[ 2133] By: gsar on 1998/10/30 02:51:39
99ed61e6
GS
23185 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
23186 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
23187 should soon be automated also; the global variables that
23188 escaped the PL_foo conversion are now reined in; renamed
23189 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
23190 type of same name; duplicated lists of pp_things in various
23191 places is now gone; result has only been tested on win32
23192 Branch: perl
23193 + globvar.sym pp.sym
23194 - objpp.h thread.sym
23195 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
23196 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
23197 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
23198 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
23199 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
23200 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
23201 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
23202 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
23203 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
23204 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23205 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
0f4592ef
GS
23206____________________________________________________________________________
23207[ 2130] By: jhi on 1998/10/29 15:31:26
99ed61e6
GS
23208 Log: Pure bison yylex() proto was broken.
23209 Branch: cfgperl
23210 ! proto.h
0f4592ef
GS
23211____________________________________________________________________________
23212[ 2126] By: jhi on 1998/10/29 08:35:54
99ed61e6
GS
23213 Log: Integrate mainperl.
23214 Branch: cfgperl
23215 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
23216 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
23217 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
23218 !> t/pragma/warn/doio toke.c win32/makefile.mk
0f4592ef
GS
23219____________________________________________________________________________
23220[ 2125] By: jhi on 1998/10/29 08:32:38
99ed61e6
GS
23221 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
23222 Branch: cfgperl
23223 ! Makefile.SH
0f4592ef
GS
23224____________________________________________________________________________
23225[ 2124] By: jhi on 1998/10/29 08:06:44
99ed61e6
GS
23226 Log: EBCDIC Makefile.SH tuneup.
23227 Branch: cfgperl
23228 ! Makefile.SH
0f4592ef
GS
23229____________________________________________________________________________
23230[ 2119] By: gsar on 1998/10/28 23:24:04
99ed61e6
GS
23231 Log: remove doubled hunk from integration
23232 Branch: perl
23233 ! pp.c
0f4592ef
GS
23234____________________________________________________________________________
23235[ 2118] By: gsar on 1998/10/28 22:03:31
99ed61e6
GS
23236 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23237 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
23238 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
23239 Subject: [PATCH 5.00552] Minor debugger tweaks
23240 Branch: perl
23241 ! lib/perl5db.pl
0f4592ef
GS
23242____________________________________________________________________________
23243[ 2117] By: gsar on 1998/10/28 22:02:30
99ed61e6
GS
23244 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23245 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
23246 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
23247 Subject: [PATCH 5.00552] Make sort respect overloading
23248 Branch: perl
23249 ! pp_ctl.c proto.h t/pragma/overload.t
0f4592ef
GS
23250____________________________________________________________________________
23251[ 2116] By: gsar on 1998/10/28 21:51:11
99ed61e6
GS
23252 Log: MM patches from Ilya Zakharevich
23253 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
23254 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
23255 Subject: [PATCH 5.00552] Make MakeMaker more verbose
23256 --
23257 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
23258 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
23259 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
23260 Branch: perl
23261 ! lib/ExtUtils/MakeMaker.pm
0f4592ef
GS
23262____________________________________________________________________________
23263[ 2115] By: gsar on 1998/10/28 21:46:19
99ed61e6
GS
23264 Log: add explicit references to perl source path in ld2 and gcc2
23265 Branch: perl
23266 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
0f4592ef
GS
23267____________________________________________________________________________
23268[ 2114] By: gsar on 1998/10/28 21:39:56
99ed61e6
GS
23269 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23270 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
23271 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
23272 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
23273 Branch: perl
23274 ! INSTALL
0f4592ef
GS
23275____________________________________________________________________________
23276[ 2113] By: gsar on 1998/10/28 21:21:16
99ed61e6
GS
23277 Log: integrate cfgperl into mainline
23278 Branch: perl
23279 +> t/op/filetest.t
23280 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
23281 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
23282 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
23283 !> thread.h toke.c vmesa/Makefile
0f4592ef
GS
23284____________________________________________________________________________
23285[ 2112] By: gsar on 1998/10/28 21:14:18
99ed61e6
GS
23286 Log: minor cleanup
23287 Branch: perl
23288 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
0f4592ef
GS
23289____________________________________________________________________________
23290[ 2111] By: gsar on 1998/10/28 18:52:10
99ed61e6
GS
23291 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
23292 Branch: perl
23293 ! toke.c
0f4592ef
GS
23294____________________________________________________________________________
23295[ 2110] By: jhi on 1998/10/28 15:07:54
99ed61e6
GS
23296 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
23297 Branch: cfgperl
23298 ! Makefile.SH
0f4592ef
GS
23299____________________________________________________________________________
23300[ 2109] By: jhi on 1998/10/28 13:39:54
99ed61e6
GS
23301 Log: a2p.y needs to generate also y.tab.h.
23302 Branch: cfgperl
23303 ! Makefile.SH
0f4592ef
GS
23304____________________________________________________________________________
23305[ 2108] By: jhi on 1998/10/28 10:33:36
99ed61e6
GS
23306 Log: The "parse error" must be converted to "syntax error",
23307 just matching it aint' enough.
23308 Branch: cfgperl
23309 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23310 ! t/pragma/warning.t
0f4592ef
GS
23311____________________________________________________________________________
23312[ 2107] By: jhi on 1998/10/28 10:23:05
99ed61e6
GS
23313 Log: Regen sig_n{ame,umber}* if slightest doubt.
23314 Branch: cfgperl
23315 ! Configure
0f4592ef
GS
23316____________________________________________________________________________
23317[ 2106] By: jhi on 1998/10/28 08:44:49
99ed61e6
GS
23318 Log: Bison says 'parse error', not 'parser error'.
23319 Branch: cfgperl
23320 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23321 ! t/pragma/warning.t
0f4592ef
GS
23322____________________________________________________________________________
23323[ 2105] By: jhi on 1998/10/28 08:42:09
99ed61e6
GS
23324 Log: yylex() parametrization.
23325 Branch: cfgperl
23326 ! proto.h toke.c
0f4592ef
GS
23327____________________________________________________________________________
23328[ 2104] By: jhi on 1998/10/28 08:25:09
99ed61e6
GS
23329 Log: Bring in #2102.
23330 Branch: cfgperl
23331 ! pp.c
0f4592ef
GS
23332____________________________________________________________________________
23333[ 2103] By: jhi on 1998/10/28 08:22:04
99ed61e6
GS
23334 Log: From: Dominic Dunlop <domo@vo.lu>
23335 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
23336 Date: 27 Oct 1998 20:47:25 +0200
23337 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
23338 Branch: cfgperl
23339 ! t/op/groups.t
0f4592ef
GS
23340____________________________________________________________________________
23341[ 2102] By: larry on 1998/10/27 18:58:55
99ed61e6
GS
23342 Log: utf8 change to quotemeta broke EBCDIC
23343 Branch: perl
23344 ! pp.c
0f4592ef
GS
23345____________________________________________________________________________
23346[ 2101] By: jhi on 1998/10/27 12:55:34
99ed61e6
GS
23347 Log: $Config{sig_num_init}.
23348 Also, a new approach to the 'pthreads-created-joinable': drop
23349 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
23350 directly. (See also #2096).
23351 Branch: cfgperl
23352 ! Configure config_h.SH
0f4592ef
GS
23353____________________________________________________________________________
23354[ 2100] By: jhi on 1998/10/27 10:48:55
99ed61e6
GS
23355 Log: Regenerated perly_c.diff.
23356 Branch: cfgperl
23357 ! perly_c.diff
0f4592ef
GS
23358____________________________________________________________________________
23359[ 2099] By: jhi on 1998/10/27 08:42:25
99ed61e6
GS
23360 Log: First the mangler was Netscape, then it was me.
23361 Branch: cfgperl
23362 ! vmesa/Makefile
0f4592ef
GS
23363____________________________________________________________________________
23364[ 2098] By: jhi on 1998/10/27 08:34:40
99ed61e6
GS
23365 Log: `id -Gn` might be available where `groups` is not.
23366 Branch: cfgperl
23367 ! t/op/groups.t
0f4592ef
GS
23368____________________________________________________________________________
23369[ 2097] By: jhi on 1998/10/27 08:05:17
99ed61e6
GS
23370 Log: Netscape had mangled the tabs.
23371 Branch: cfgperl
23372 ! vmesa/Makefile
0f4592ef
GS
23373____________________________________________________________________________
23374[ 2096] By: jhi on 1998/10/27 08:03:05
99ed61e6
GS
23375 Log: ATTR_JOINABLE logic, based on (private email)
23376
23377 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23378 Subject: Some little diffs
23379 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
23380 Date: Tue, 27 Oct 1998 13:44:42 +1300
23381 Branch: cfgperl
23382 ! thread.h
0f4592ef
GS
23383____________________________________________________________________________
23384[ 2095] By: jhi on 1998/10/27 07:56:57
99ed61e6
GS
23385 Log: Mach cthreads support based on:
23386
23387 From: brie@corp.home.net (Brian Harrison)
23388 Subject: perl5.005_02 patch for mthreads
23389 To: perl5-porters@perl.org
23390 Date: 24 Oct 1998 01:01:55 +0300
23391 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
23392
23393 Pthread yield probe (dejavu)
23394 Cosmetic nanochange for the union semun output.
23395 Better inttypes.h probe.
23396 Undo the 'void *' $selecttype probe from #1971 because
23397 it breaks the $selectminbits test.
23398 Branch: cfgperl
23399 ! Configure config_h.SH perl.h thread.h
0f4592ef
GS
23400____________________________________________________________________________
23401[ 2094] By: jhi on 1998/10/26 13:02:07
99ed61e6
GS
23402 Log: Also posix-bc wants to reyacc.
23403 Branch: cfgperl
23404 ! Makefile.SH
0f4592ef
GS
23405____________________________________________________________________________
23406[ 2093] By: jhi on 1998/10/26 10:17:21
99ed61e6
GS
23407 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
23408 5_02 and really breaking things in non-ASCII worlds.
23409 Branch: cfgperl
23410 ! pp.c
0f4592ef
GS
23411____________________________________________________________________________
23412[ 2092] By: jhi on 1998/10/26 09:08:00
99ed61e6
GS
23413 Log: More robustness.
23414 Branch: cfgperl
23415 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
23416 ! t/pragma/warning.t
0f4592ef
GS
23417____________________________________________________________________________
23418[ 2091] By: jhi on 1998/10/26 08:47:32
99ed61e6
GS
23419 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
23420 Bison really wants YYLEX_PARAM.
23421 Branch: cfgperl
23422 ! perly.y proto.h toke.c
0f4592ef
GS
23423____________________________________________________________________________
23424[ 2090] By: jhi on 1998/10/26 08:21:25
99ed61e6
GS
23425 Log: s/YYLEX_PARAM/YYLEXPARAM/
23426 Branch: cfgperl
23427 ! perly.y
0f4592ef
GS
23428____________________________________________________________________________
23429[ 2089] By: jhi on 1998/10/26 08:17:33
99ed61e6
GS
23430 Log: Indicate skipped subtests.
23431 Branch: cfgperl
23432 ! t/io/pipe.t
0f4592ef
GS
23433____________________________________________________________________________
23434[ 2088] By: jhi on 1998/10/26 08:11:36
99ed61e6
GS
23435 Log: Integrate from mainperl.
23436 Branch: cfgperl
23437 !> (integrate 54 files)
0f4592ef
GS
23438____________________________________________________________________________
23439[ 2087] By: jhi on 1998/10/26 08:08:02
99ed61e6
GS
23440 Log: Add test for filetests.
23441 Branch: cfgperl
23442 + t/op/filetest.t
23443 ! MANIFEST
0f4592ef
GS
23444____________________________________________________________________________
23445[ 2086] By: gsar on 1998/10/26 02:44:44
99ed61e6
GS
23446 Log: various win32 tweaks; disable new xs_cpp section (it creates
23447 ambiguous inference graph for %.xs --> %.o)
23448 Branch: perl
23449 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
23450 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
23451 ! win32/config.gc win32/config_H.gc win32/makedef.pl
23452 ! win32/makefile.mk win32/win32.h
0f4592ef
GS
23453____________________________________________________________________________
23454[ 2085] By: gsar on 1998/10/26 00:50:02
99ed61e6
GS
23455 Log: sanity-check $Config{drand01} in rand.t
23456 Branch: perl
23457 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
23458 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef
GS
23459____________________________________________________________________________
23460[ 2078] By: gsar on 1998/10/25 10:22:04
99ed61e6
GS
23461 Log: update win32/config*.?c
23462 Branch: perl
23463 ! Changes win32/config.bc win32/config.gc win32/config.vc
23464 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
0f4592ef 23465____________________________________________________________________________
104f9d64 23466[ 2077] By: gsar on 1998/10/25 08:39:25
99ed61e6
GS
23467 Log: From: Graham Barr <gbarr@pobox.com>
23468 Date: Sat, 24 Oct 1998 21:45:50 -0500
23469 Message-ID: <19981024214550.C508@pobox.com>
23470 Subject: Re: die with a reference should use overload "" operator
23471 Branch: perl
23472 ! pp_ctl.c
104f9d64
GS
23473____________________________________________________________________________
23474[ 2076] By: gsar on 1998/10/25 08:37:49
99ed61e6
GS
23475 Log: From: Graham Barr <gbarr@pobox.com>
23476 Date: Sat, 24 Oct 1998 12:45:21 -0500
23477 Message-ID: <19981024124521.C512@pobox.com>
23478 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
23479 Branch: perl
23480 ! sv.c
104f9d64
GS
23481____________________________________________________________________________
23482[ 2075] By: gsar on 1998/10/25 08:24:09
99ed61e6
GS
23483 Log: fix C<print $n += 5;> etc.
23484 Branch: perl
23485 ! toke.c
104f9d64
GS
23486____________________________________________________________________________
23487[ 2074] By: gsar on 1998/10/25 08:12:28
99ed61e6
GS
23488 Log: list builtins with portability caveats
23489 From: Jarkko Hietaniemi <jhi@iki.fi>
23490 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
23491 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
23492 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
23493 Branch: perl
23494 ! pod/perlfunc.pod
104f9d64
GS
23495____________________________________________________________________________
23496[ 2073] By: gsar on 1998/10/25 07:55:43
99ed61e6
GS
23497 Log: fix stack overrun in file test operators
23498 Branch: perl
23499 ! pp_sys.c
104f9d64
GS
23500____________________________________________________________________________
23501[ 2072] By: gsar on 1998/10/25 07:29:45
99ed61e6
GS
23502 Log: implement C<goto &func> and other fixes (via private mail)
23503 From: "vishal bhatia" <vishalb@hotmail.com>
23504 Date: Wed, 21 Oct 1998 22:59:03 PDT
23505 Message-Id: <19981022055904.20083.qmail@hotmail.com>
23506 Subject: [PATCH 5.005_52] More fixes for B
23507 Branch: perl
23508 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
104f9d64
GS
23509____________________________________________________________________________
23510[ 2071] By: gsar on 1998/10/25 07:14:41
99ed61e6
GS
23511 Log: From: Graham Barr <gbarr@pobox.com>
23512 Date: Sat, 17 Oct 1998 20:42:41 -0500
23513 Message-ID: <19981017204241.G510@pobox.com>
23514 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
23515 Branch: perl
23516 ! pp_ctl.c
104f9d64
GS
23517____________________________________________________________________________
23518[ 2070] By: gsar on 1998/10/25 07:07:29
99ed61e6
GS
23519 Log: avoid bogus line number in XSUB redefined warnings
23520 Branch: perl
23521 ! op.c
104f9d64
GS
23522____________________________________________________________________________
23523[ 2069] By: gsar on 1998/10/25 06:59:03
99ed61e6
GS
23524 Log: From: Martijn Koster <mak@excitecorp.com>
23525 Date: Wed, 21 Oct 1998 13:12:03 +0100
23526 Message-ID: <19981021131203.A15661@excitecorp.com>
23527 Subject: File::Path::mkpath reports the wrong error
23528 Branch: perl
23529 ! lib/File/Path.pm
104f9d64
GS
23530____________________________________________________________________________
23531[ 2068] By: gsar on 1998/10/25 06:54:43
99ed61e6
GS
23532 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
23533 Date: Tue, 20 Oct 1998 20:52:20 -0500
23534 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
23535 Subject: Exporter.pm's export_to_level() argument handling buggy
23536 Branch: perl
23537 ! lib/Exporter.pm
104f9d64
GS
23538____________________________________________________________________________
23539[ 2067] By: gsar on 1998/10/25 06:50:19
99ed61e6
GS
23540 Log: From: jan.dubois@ibm.net (Jan Dubois)
23541 Date: Wed, 21 Oct 1998 00:55:51 +0200
23542 Message-ID: <36380269.55370608@smtp1.ibm.net>
23543 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
23544 Branch: perl
23545 ! ext/DynaLoader/DynaLoader_pm.PL
104f9d64
GS
23546____________________________________________________________________________
23547[ 2066] By: gsar on 1998/10/25 06:48:19
99ed61e6
GS
23548 Log: recognize '%' as a shell metachar for win32
23549 From: jan.dubois@ibm.net (Jan Dubois)
23550 Date: Tue, 20 Oct 1998 21:57:35 +0200
23551 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
23552 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
23553 Branch: perl
23554 ! win32/win32.c
104f9d64
GS
23555____________________________________________________________________________
23556[ 2065] By: gsar on 1998/10/25 06:46:30
99ed61e6
GS
23557 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
23558 Branch: perl
23559 ! sv.c
104f9d64
GS
23560____________________________________________________________________________
23561[ 2064] By: gsar on 1998/10/25 06:45:09
99ed61e6
GS
23562 Log: From: Gisle Aas <gisle@aas.no>
23563 Date: 20 Oct 1998 14:24:44 +0200
23564 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
23565 Subject: ord() and unpack("U*",...) should not be negative
23566 Branch: perl
23567 ! pp.c
104f9d64
GS
23568____________________________________________________________________________
23569[ 2063] By: gsar on 1998/10/25 06:42:29
99ed61e6
GS
23570 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23571 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
23572 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
23573 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
23574 Branch: perl
23575 ! os2/os2.c
104f9d64
GS
23576____________________________________________________________________________
23577[ 2062] By: gsar on 1998/10/25 06:41:26
99ed61e6
GS
23578 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23579 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
23580 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
23581 Subject: [PATCH 5.005_*] Speed up aassign
23582 Branch: perl
23583 ! pp_hot.c
104f9d64
GS
23584____________________________________________________________________________
23585[ 2061] By: gsar on 1998/10/25 06:39:04
99ed61e6
GS
23586 Log: From: Graham Barr <gbarr@pobox.com>
23587 Date: Sat, 17 Oct 1998 22:22:02 -0500
23588 Message-ID: <19981017222202.J510@pobox.com>
23589 Subject: Re: '*' prototype does not allow bareword with strict
23590 Branch: perl
23591 ! toke.c
104f9d64
GS
23592____________________________________________________________________________
23593[ 2060] By: gsar on 1998/10/25 06:37:34
99ed61e6
GS
23594 Log: handle '::' in section names properly
23595 From: Graham Barr <gbarr@pobox.com>
23596 Date: Sat, 17 Oct 1998 12:57:54 -0500
23597 Message-ID: <19981017125754.C510@pobox.com>
23598 Subject: Re: pod2html
23599 Branch: perl
23600 ! lib/Pod/Html.pm
104f9d64
GS
23601____________________________________________________________________________
23602[ 2059] By: gsar on 1998/10/25 06:33:43
99ed61e6
GS
23603 Log: integrate changes#1982,2014,2021 (from maint-5.005)
23604 Branch: perl
23605 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
23606 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
104f9d64
GS
23607____________________________________________________________________________
23608[ 2058] By: gsar on 1998/10/25 05:44:17
99ed61e6
GS
23609 Log: allow more win32 symbol exports (suggested by Jan Dubois)
23610 Branch: perl
23611 ! win32/makedef.pl
104f9d64
GS
23612____________________________________________________________________________
23613[ 2057] By: gsar on 1998/10/25 05:40:40
99ed61e6
GS
23614 Log: integrate change#2053 from maint-5.005
23615 Branch: perl
23616 !> cop.h t/cmd/while.t
104f9d64
GS
23617____________________________________________________________________________
23618[ 2056] By: gsar on 1998/10/25 05:16:41
99ed61e6
GS
23619 Log: commented version of a patch suggested by Drago Goricanec
23620 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23621 Date: 16 Oct 1998 15:24:45 +0300
23622 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
23623 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
23624 Branch: perl
23625 ! pp_sys.c
104f9d64
GS
23626____________________________________________________________________________
23627[ 2055] By: gsar on 1998/10/25 05:11:03
99ed61e6
GS
23628 Log: include eof() in description of buffering caveats
23629 From: Anton Berezin <tobez@plab.ku.dk>
23630 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
23631 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
23632 Subject: [DOCPATCH] pod/perlfunc.pod
23633 Branch: perl
23634 ! pod/perlfunc.pod
104f9d64
GS
23635____________________________________________________________________________
23636[ 2054] By: gsar on 1998/10/25 05:07:42
99ed61e6
GS
23637 Log: disallow 'x' in hex numbers (except leading '0x')
23638 From: Gisle Aas <gisle@aas.no>
23639 Date: 16 Oct 1998 16:33:12 +0200
23640 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
23641 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
23642 Branch: perl
23643 ! perlvars.h t/op/oct.t util.c
104f9d64 23644____________________________________________________________________________
104f9d64 23645[ 2052] By: gsar on 1998/10/25 04:49:04
99ed61e6
GS
23646 Log: avoid the circular refcnt logic in magic_mutexfree()
23647 Branch: perl
23648 ! mg.c pp.c pp_hot.c
104f9d64
GS
23649____________________________________________________________________________
23650[ 2051] By: gsar on 1998/10/25 04:35:07
99ed61e6
GS
23651 Log: properly restore PL_rsfp_filters after require
23652 Branch: perl
23653 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
23654 ! scope.h
104f9d64
GS
23655____________________________________________________________________________
23656[ 2050] By: gsar on 1998/10/25 02:42:32
99ed61e6
GS
23657 Log: integrate cfgperl changes back into mainline
23658 Branch: perl
23659 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
23660 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
23661 !> (integrate 33 files)
104f9d64
GS
23662____________________________________________________________________________
23663[ 2049] By: gsar on 1998/10/25 01:30:48
99ed61e6
GS
23664 Log: avoid "mysterious" compile-time failures without messages
23665 Branch: perl
23666 ! gv.c
104f9d64 23667____________________________________________________________________________
104f9d64 23668[ 2041] By: gsar on 1998/10/23 21:11:56
99ed61e6
GS
23669 Log: checkin jpl under //depot/perlext/jpl/...
23670 Branch: perlext
23671 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
23672 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
23673 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
23674 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
23675 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
23676 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
23677 + jpl/PerlInterpreter/Makefile.PL
23678 + jpl/PerlInterpreter/PerlInterpreter.c
23679 + jpl/PerlInterpreter/PerlInterpreter.h
23680 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
23681 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
23682 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
23683 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
23684 + jpl/get_jdk/jdk_hosts jpl/install-jpl
104f9d64
GS
23685____________________________________________________________________________
23686[ 2040] By: larry on 1998/10/23 19:31:42
99ed61e6
GS
23687 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
23688 Branch: perl
23689 ! pp.c
104f9d64
GS
23690____________________________________________________________________________
23691[ 2039] By: larry on 1998/10/23 18:48:34
99ed61e6
GS
23692 Log: tr///d does not seem to work
23693 Branch: perl
23694 ! lib/utf8_heavy.pl
104f9d64
GS
23695____________________________________________________________________________
23696[ 2038] By: larry on 1998/10/23 18:00:41
99ed61e6
GS
23697 Log: Program with utf8 identifiers fails to compile
23698 Branch: perl
23699 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
104f9d64
GS
23700____________________________________________________________________________
23701[ 2037] By: jhi on 1998/10/23 14:04:51
99ed61e6
GS
23702 Log: Test suite portability:
23703 - posix-bc does not write to broken pipes
23704 - filehand #11 only iff we have fork
23705 - warning.t can now match $expected using regular expressions
23706 Branch: cfgperl
23707 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
23708 ! t/pragma/warning.t
104f9d64
GS
23709____________________________________________________________________________
23710[ 2036] By: jhi on 1998/10/23 12:12:07
99ed61e6
GS
23711 Log: yacc clarification.
23712 Branch: cfgperl
23713 ! README.posix-bc
104f9d64
GS
23714____________________________________________________________________________
23715[ 2035] By: jhi on 1998/10/23 12:09:59
99ed61e6
GS
23716 Log: Some C compilers get upset about 8-bit characters in /* comments. */
23717 Branch: cfgperl
23718 ! mg.c
104f9d64
GS
23719____________________________________________________________________________
23720[ 2034] By: jhi on 1998/10/22 09:11:52
99ed61e6
GS
23721 Log: Configure update: both for pthread_yield more robust
23722 testing (all variants of pthread_attr_getdetachstate()) --
23723 and because Configure was broken in major way! About 1000
23724 last lines were truncated.
23725 Branch: cfgperl
23726 ! Configure
104f9d64
GS
23727____________________________________________________________________________
23728[ 2033] By: jhi on 1998/10/22 07:47:10
99ed61e6
GS
23729 Log: DJGPP feedback for #2028.
23730 Branch: cfgperl
23731 ! thread.h
104f9d64
GS
23732____________________________________________________________________________
23733[ 2032] By: jhi on 1998/10/21 13:03:57
99ed61e6
GS
23734 Log: yielding, the saga continues.
23735 Branch: cfgperl
23736 ! Configure config_h.SH
23737 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
23738 !> t/op/goto.t t/pragma/constant.t
104f9d64
GS
23739____________________________________________________________________________
23740[ 2031] By: jhi on 1998/10/21 09:15:42
99ed61e6
GS
23741 Log: VM/ESA feedback for #2028.
23742 Branch: cfgperl
23743 ! Configure config_h.SH thread.h
104f9d64
GS
23744____________________________________________________________________________
23745[ 2030] By: gsar on 1998/10/21 04:22:53
99ed61e6
GS
23746 Log: fix handling of mayhaps-extended @_ in goto &sub
23747 Branch: perl
23748 ! av.c pp_ctl.c t/op/goto.t
104f9d64
GS
23749____________________________________________________________________________
23750[ 2029] By: gsar on 1998/10/21 00:54:14
99ed61e6
GS
23751 Log: restore sanity to "constant" references
23752 Branch: perl
23753 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
104f9d64
GS
23754____________________________________________________________________________
23755[ 2028] By: jhi on 1998/10/20 15:01:20
99ed61e6
GS
23756 Log: OLD_PTHREADS_API reorganizing.
23757 Branch: cfgperl
23758 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
23759 ! vmesa/vmesaish.h
104f9d64
GS
23760____________________________________________________________________________
23761[ 2027] By: jhi on 1998/10/20 14:14:51
99ed61e6
GS
23762 Log: #2026 fallout.
23763 Branch: cfgperl
23764 ! Makefile.SH
104f9d64
GS
23765____________________________________________________________________________
23766[ 2026] By: jhi on 1998/10/20 11:47:21
99ed61e6
GS
23767 Log: VM/ESA update.
23768 Branch: cfgperl
23769 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
104f9d64
GS
23770____________________________________________________________________________
23771[ 2025] By: jhi on 1998/10/20 08:20:56
99ed61e6
GS
23772 Log: 64-bitness, based on
23773
23774 From: Scott Henry <scotth@sgi.com>
23775 To: perl-64bit@perl.org
23776 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
23777 Subject: Re: Configure problems/questions...
23778 Date: 19 Oct 1998 22:38:06 -0700
23779 Branch: cfgperl
23780 ! hints/irix_6.sh perl.h
104f9d64
GS
23781____________________________________________________________________________
23782[ 2024] By: jhi on 1998/10/20 08:09:07
99ed61e6
GS
23783 Log: Add lseeksize.
23784 Branch: cfgperl
23785 ! config_h.SH
104f9d64
GS
23786____________________________________________________________________________
23787[ 2023] By: jhi on 1998/10/20 08:08:33
99ed61e6
GS
23788 Log: Mumble about _yields() only when threaded.
23789 Branch: cfgperl
23790 ! Configure
104f9d64
GS
23791____________________________________________________________________________
23792[ 2022] By: jhi on 1998/10/20 07:46:26
99ed61e6
GS
23793 Log: Thinko at PTHREADS_CREATED_JOINABLE.
23794 Branch: cfgperl
23795 ! thread.h
104f9d64
GS
23796____________________________________________________________________________
23797[ 2021] By: gbarr on 1998/10/20 01:25:23
99ed61e6
GS
23798 Log: From: Chip Salzenberg <chip@perlsupport.com>
23799 Date: Tue, 6 Oct 1998 13:33:05 -0400
23800 Message-ID: <19981006133305.A2348@perlsupport.com>
23801 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
23802 Branch: maint-5.005/perl
23803 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
23804 ! t/op/tie.t
104f9d64
GS
23805____________________________________________________________________________
23806[ 2020] By: jhi on 1998/10/19 09:15:53
99ed61e6
GS
23807 Log: YIELD more robustly.
23808 Branch: cfgperl
23809 ! thread.h
104f9d64
GS
23810____________________________________________________________________________
23811[ 2019] By: jhi on 1998/10/19 08:48:33
99ed61e6
GS
23812 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
23813 the 'new' one (just like DJGPP, it seems).
23814 Branch: cfgperl
23815 ! thread.h
104f9d64
GS
23816____________________________________________________________________________
23817[ 2018] By: jhi on 1998/10/19 07:02:44
99ed61e6
GS
23818 Log: vmesaish.h doesn't exclude unixish.h.
23819 Branch: cfgperl
23820 ! perl.h
104f9d64
GS
23821____________________________________________________________________________
23822[ 2017] By: jhi on 1998/10/19 06:44:19
99ed61e6
GS
23823 Log: 1<<$randbits is not good for randbits=48.
23824 Branch: cfgperl
23825 ! t/op/rand.t
104f9d64
GS
23826____________________________________________________________________________
23827[ 2016] By: jhi on 1998/10/19 06:39:47
99ed61e6
GS
23828 Log: Make #2012 glob pattern more portable.
23829 Branch: cfgperl
23830 ! Makefile.SH
104f9d64 23831____________________________________________________________________________
104f9d64 23832[ 2014] By: gbarr on 1998/10/17 20:31:42
99ed61e6
GS
23833 Log: Fix POSIX::sigprocmask not to check type of $old parameter
23834 as it is output only
23835 Branch: maint-5.005/perl
23836 ! ext/POSIX/POSIX.xs
104f9d64 23837____________________________________________________________________________
104f9d64 23838[ 2012] By: jhi on 1998/10/17 15:04:23
99ed61e6
GS
23839 Log: clean numbered core dumps and t/tmp[0-9]*.
23840 Branch: cfgperl
23841 ! Makefile.SH
104f9d64
GS
23842____________________________________________________________________________
23843[ 2011] By: jhi on 1998/10/17 14:59:15
99ed61e6
GS
23844 Log: More robust yacc/bison failure output handling.
23845 Branch: cfgperl
23846 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
104f9d64
GS
23847____________________________________________________________________________
23848[ 2010] By: jhi on 1998/10/17 14:51:05
99ed61e6
GS
23849 Log: BC2000 POSIX update.
23850 Branch: cfgperl
23851 ! MANIFEST
104f9d64
GS
23852____________________________________________________________________________
23853[ 2009] By: jhi on 1998/10/17 14:49:46
99ed61e6
GS
23854 Log: POSIX BC2000 port from perl-mvs:
23855
23856 Subject: Ported perl 5.005.02 to BS2000 / POSIX
23857 From: Dorner Thomas <Thomas.Dorner@start.de>
23858 Date: Tue, 29 Sep 1998 13:29:36 +0100
23859 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
23860 Branch: cfgperl
23861 + README.posix-bc hints/posix-bc.sh
23862 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
23863 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
23864 ! unixish.h
104f9d64
GS
23865____________________________________________________________________________
23866[ 2008] By: jhi on 1998/10/17 14:07:49
99ed61e6
GS
23867 Log: VM/ESA-update.
23868 Branch: cfgperl
23869 ! MANIFEST
104f9d64
GS
23870____________________________________________________________________________
23871[ 2007] By: jhi on 1998/10/17 13:55:34
99ed61e6
GS
23872 Log: Forgot few S_I* imports.
23873 Branch: cfgperl
23874 ! t/lib/ipc_sysv.t
104f9d64
GS
23875____________________________________________________________________________
23876[ 2006] By: jhi on 1998/10/17 13:43:54
99ed61e6
GS
23877 Log: The VM/ESA port essentials, based on
23878
23879 perl-mvs:
23880
23881 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23882 Subject: Re: Can't find Data/Dumper.pm
23883 Date: Mon, 28 Sep 1998 07:40:49 +1300
23884 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
23885
23886 private email:
23887
23888 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
23889 Subject: Re: Perl thread problems in VM/ESA
23890 Date: Thu, 15 Oct 1998 07:18:35 +1300
23891 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
23892
23893 and private email:
23894
23895 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
23896 Subject: perl archive
23897 Date: Sun, 11 Oct 1998 19:28:54 EDT
23898 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
23899 which gave a pointer to
23900
23901 http://pucc.princeton.edu/~neale/perl.tar
23902
23903 (based on Perl 5.005_51)
23904 Branch: cfgperl
23905 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
23906 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
23907 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
23908 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
104f9d64
GS
23909____________________________________________________________________________
23910[ 2005] By: jhi on 1998/10/17 13:17:19
99ed61e6
GS
23911 Log: Integrate mainperl.
23912 Branch: cfgperl
23913 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
23914 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
23915 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
23916 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
23917 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
23918 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
23919 !> win32/makefile.mk
104f9d64
GS
23920____________________________________________________________________________
23921[ 2004] By: jhi on 1998/10/17 11:19:06
99ed61e6
GS
23922 Log: Removed an extra ' from the int64_t test.
23923 Branch: cfgperl
23924 ! Configure
104f9d64
GS
23925____________________________________________________________________________
23926[ 2003] By: gsar on 1998/10/17 04:11:40
99ed61e6
GS
23927 Log: silence -w noises (suggested by Greg Bacon)
23928 Branch: perl
23929 ! lib/Term/Complete.pm
104f9d64
GS
23930____________________________________________________________________________
23931[ 2002] By: gsar on 1998/10/17 04:07:48
99ed61e6
GS
23932 Log: From: Gisle Aas <gisle@aas.no>
23933 Date: 14 Oct 1998 15:53:14 +0200
23934 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
23935 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
23936 Branch: perl
23937 ! util.c
104f9d64
GS
23938____________________________________________________________________________
23939[ 2001] By: gsar on 1998/10/17 04:06:10
99ed61e6
GS
23940 Log: From: Gisle Aas <gisle@aas.no>
23941 Date: 14 Oct 1998 15:17:44 +0200
23942 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
23943 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
23944 Branch: perl
23945 ! toke.c
104f9d64
GS
23946____________________________________________________________________________
23947[ 2000] By: gsar on 1998/10/17 03:06:33
99ed61e6
GS
23948 Log: From: Gisle Aas <gisle@aas.no>
23949 Date: 14 Oct 1998 00:38:06 +0200
23950 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
23951 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
23952 Branch: perl
23953 ! sv.c
104f9d64
GS
23954____________________________________________________________________________
23955[ 1999] By: gsar on 1998/10/17 03:04:48
99ed61e6
GS
23956 Log: From: Dan Sugalski <sugalskd@osshe.edu>
23957 Date: Tue, 13 Oct 1998 15:10:57 -0700
23958 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
23959 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
23960 Branch: perl
23961 ! vms/ext/Stdio/Stdio.pm
104f9d64
GS
23962____________________________________________________________________________
23963[ 1998] By: gsar on 1998/10/17 03:00:40
99ed61e6
GS
23964 Log: skip readonly vars and unref references when doing a reset()
23965 Branch: perl
23966 ! sv.c
104f9d64
GS
23967____________________________________________________________________________
23968[ 1997] By: gsar on 1998/10/17 02:49:19
99ed61e6
GS
23969 Log: fix buggy treatment of large checksums on unicode strings
23970 From: Gisle Aas <gisle@aas.no>
23971 Date: 13 Oct 1998 21:35:39 +0200
23972 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
23973 Subject: unpack("%48U*",...) [PATCH 5.005_52]
23974 Branch: perl
23975 ! pp.c
104f9d64
GS
23976____________________________________________________________________________
23977[ 1996] By: gsar on 1998/10/17 02:43:22
99ed61e6
GS
23978 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23979 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
23980 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
23981 Subject: [PATCH 5.005_52] Memory overrun in os2.c
23982 Branch: perl
23983 ! os2/Makefile.SHs os2/os2.c
104f9d64
GS
23984____________________________________________________________________________
23985[ 1995] By: gsar on 1998/10/17 02:42:01
99ed61e6
GS
23986 Log: clarify section name rules for typemaps
23987 Branch: perl
23988 ! pod/perlxs.pod
104f9d64
GS
23989____________________________________________________________________________
23990[ 1994] By: gsar on 1998/10/17 02:33:02
99ed61e6
GS
23991 Log: whitespace-proof grent.t
23992 Branch: perl
23993 ! t/op/grent.t
104f9d64
GS
23994____________________________________________________________________________
23995[ 1993] By: gsar on 1998/10/17 02:27:29
99ed61e6
GS
23996 Log: fix bug in B::CC::pp_sassign()
23997 From: "vishal bhatia" <vishalb@hotmail.com>
23998 Date: Sun, 11 Oct 1998 18:41:38 PDT
23999 Message-ID: <19981012014139.19614.qmail@hotmail.com>
24000 Subject: B::CC problems with pp_sassign routine
24001 Branch: perl
24002 ! ext/B/B/CC.pm
104f9d64
GS
24003____________________________________________________________________________
24004[ 1992] By: gsar on 1998/10/17 02:17:49
99ed61e6
GS
24005 Log: applied suggested patch with small doc tweak
24006 From: Gisle Aas <gisle@aas.no>
24007 Date: 11 Oct 1998 12:53:13 +0200
24008 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
24009 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
24010 Branch: perl
24011 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
24012 ! t/op/tiehandle.t
104f9d64
GS
24013____________________________________________________________________________
24014[ 1991] By: gsar on 1998/10/17 02:08:30
99ed61e6
GS
24015 Log: apply non-conflicting parts from suggested patch
24016 From: jan.dubois@ibm.net (Jan Dubois)
24017 Date: Sat, 10 Oct 1998 13:15:45 +0200
24018 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
24019 Subject: [PATCH 5.005_52] Still more MakeMaker patches
24020 Branch: perl
24021 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
104f9d64
GS
24022____________________________________________________________________________
24023[ 1990] By: gsar on 1998/10/17 02:01:24
99ed61e6
GS
24024 Log: provide option to enable optimization with VC (suggested by Jan
24025 Dubois)
24026 Branch: perl
24027 ! win32/Makefile win32/makefile.mk
104f9d64
GS
24028____________________________________________________________________________
24029[ 1989] By: gsar on 1998/10/17 01:55:27
99ed61e6
GS
24030 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
24031 Dave Leppik <dleppik@gage.com>
24032 Branch: perl
24033 ! perl.h
104f9d64
GS
24034____________________________________________________________________________
24035[ 1988] By: gsar on 1998/10/17 01:49:05
99ed61e6
GS
24036 Log: stray typo found by Hugo van der Sanden
24037 Branch: perl
24038 ! op.c
104f9d64
GS
24039____________________________________________________________________________
24040[ 1987] By: gsar on 1998/10/17 01:45:52
99ed61e6
GS
24041 Log: perldoc pod update
24042 From: Daniel Grisinger <dgris@perrin.dimensional.com>
24043 Date: 06 Oct 1998 23:56:51 -0600
24044 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
24045 Subject: [PATCH _02 and _52] perldoc
24046 Branch: perl
24047 ! utils/perldoc.PL
104f9d64
GS
24048____________________________________________________________________________
24049[ 1986] By: gsar on 1998/10/17 01:41:40
99ed61e6
GS
24050 Log: qualify names of builtins
24051 Branch: perl
24052 ! ext/POSIX/POSIX.pm
104f9d64 24053____________________________________________________________________________
104f9d64 24054[ 1982] By: gbarr on 1998/10/17 00:20:57
99ed61e6
GS
24055 Log: From: Jochen Wiedmann <joe@ispsoft.de>
24056 Date: Thu, 17 Sep 1998 17:16:06 +0200
24057 Message-ID: <360127B6.E44564A@ispsoft.de>
24058 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
24059 Branch: maint-5.005/perl
24060 ! lib/ExtUtils/MakeMaker.pm
104f9d64 24061____________________________________________________________________________
104f9d64 24062[ 1978] By: gsar on 1998/10/16 01:58:58
99ed61e6
GS
24063 Log: integrate cfgperl mods into mainline
24064 Branch: perl
24065 +> ext/DynaLoader/dl_vmesa.xs
24066 ! Porting/genlog
24067 !> Configure MANIFEST Makefile.SH config_h.SH
24068 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24069 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
24070 !> x2p/Makefile.SH
104f9d64 24071____________________________________________________________________________
104f9d64 24072[ 1976] By: gsar on 1998/10/16 00:10:52
99ed61e6
GS
24073 Log: stray tweak
24074 Branch: perl
24075 ! op.c
104f9d64
GS
24076____________________________________________________________________________
24077[ 1975] By: gsar on 1998/10/15 23:54:38
99ed61e6
GS
24078 Log: propagate typeness of lexicals while cloning them
24079 Branch: perl
24080 ! op.c
104f9d64
GS
24081____________________________________________________________________________
24082[ 1974] By: gsar on 1998/10/15 23:53:25
99ed61e6
GS
24083 Log: s/last/first/ typo in append_list()
24084 Branch: perl
24085 ! op.c
104f9d64
GS
24086____________________________________________________________________________
24087[ 1973] By: gsar on 1998/10/15 20:06:17
99ed61e6
GS
24088 Log: nuke confperl branch and contents
24089 Branch: confperl
24090 - (delete 1284 files)
104f9d64
GS
24091____________________________________________________________________________
24092[ 1972] By: jhi on 1998/10/15 07:07:35
99ed61e6
GS
24093 Log: Test #162 had been added but the "print 1..161" had not been updated.
24094 Branch: cfgperl
24095 ! t/op/pat.t
104f9d64
GS
24096____________________________________________________________________________
24097[ 1971] By: gsar on 1998/10/15 03:09:58
99ed61e6
GS
24098 Log: check in all confperl changes as of change#1964 into cfgperl
24099 Branch: cfgperl
24100 + ext/DynaLoader/dl_vmesa.xs
24101 ! Configure MANIFEST Makefile.SH config_h.SH
24102 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
24103 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
104f9d64
GS
24104____________________________________________________________________________
24105[ 1970] By: gsar on 1998/10/15 03:05:59
99ed61e6
GS
24106 Log: integrate mainline to get tr.t
24107 Branch: cfgperl
24108 +> t/op/tr.t
104f9d64
GS
24109____________________________________________________________________________
24110[ 1969] By: gsar on 1998/10/15 03:04:17
99ed61e6
GS
24111 Log: add missing tr.t to repository
24112 Branch: perl
24113 + t/op/tr.t
104f9d64
GS
24114____________________________________________________________________________
24115[ 1968] By: gsar on 1998/10/15 03:02:43
99ed61e6
GS
24116 Log: create cfgperl branch
24117 Branch: cfgperl
24118 +> (branch 1282 files)
104f9d64
GS
24119____________________________________________________________________________
24120[ 1967] By: gsar on 1998/10/15 02:46:08
99ed61e6
GS
24121 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
24122 (MAN3PODS cannot be set to ' '; stray stricture violation)
24123 Branch: perl
24124 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
24125 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
24126 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
24127 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
24128 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
24129 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
24130 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
24131 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
24132 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
24133 ! lib/ExtUtils/MM_Unix.pm
104f9d64
GS
24134____________________________________________________________________________
24135[ 1966] By: gsar on 1998/10/15 02:19:03
99ed61e6
GS
24136 Log: tweak to make fix in change#1944 behave correctly for closures
24137 created within eval''
24138 Branch: perl
24139 ! op.c t/op/eval.t
104f9d64
GS
24140____________________________________________________________________________
24141[ 1965] By: gsar on 1998/10/14 23:22:41
99ed61e6
GS
24142 Log: use better numbers for exitstatus test
24143 Branch: perl
24144 ! t/op/die_exit.t
104f9d64
GS
24145____________________________________________________________________________
24146[ 1964] By: jhi on 1998/10/14 17:25:41
99ed61e6
GS
24147 Log: Add VM/ESA dynaloading (uses <dll.h>).
24148 Branch: confperl
24149 + ext/DynaLoader/dl_vmesa.xs
24150 ! MANIFEST
104f9d64
GS
24151____________________________________________________________________________
24152[ 1963] By: jhi on 1998/10/14 17:17:10
99ed61e6
GS
24153 Log: Remove a2p.loadmap in 'clean' target.
24154 Branch: confperl
24155 ! x2p/Makefile.SH
104f9d64
GS
24156____________________________________________________________________________
24157[ 1962] By: jhi on 1998/10/14 17:13:11
99ed61e6
GS
24158 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
24159 Branch: confperl
24160 ! Makefile.SH
104f9d64
GS
24161____________________________________________________________________________
24162[ 1961] By: jhi on 1998/10/14 16:27:39
99ed61e6
GS
24163 Log: VM/ESA creates executable.loadmaps.
24164 Branch: confperl
24165 ! Makefile.SH
104f9d64
GS
24166____________________________________________________________________________
24167[ 1960] By: jhi on 1998/10/14 15:37:39
99ed61e6
GS
24168 Log: Introduce SCHED_YIELD (one of sched_yield(),
24169 pthread_yield(), or pthread_yield(NULL)).
24170 YIELD is then defined using SCHED_YIELD unless
24171 a platform-specific YIELD has already been defined.
24172
24173 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
24174
24175 The need for pthread_yield(NULL) and pthread_attr_setdet...
24176 introduced by (private email)
24177
24178 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
24179 Date: Sat, 10 Oct 1998 21:08:15 +1300
24180 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
24181 Subject: Re: Perl thread problems in VM/ESA
24182
24183 Better select() protoprobe (for AIX), from (private email)
24184 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24185 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
24186 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
24187 Subject: AIX select (fwd)
24188 From: Lars Hecking <lhecking@nmrc.ucc.ie>
24189 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
24190 Date: Fri, 2 Oct 1998 10:40:01 +0100
24191 Subject: AIX select
24192
24193 Linux-avoid-so.X.Y, based on
24194 From: "Kurt D. Starsinic" <kstar@chapin.edu>
24195 Date: Tue, 13 Oct 1998 15:55:07 -0400
24196 Message-ID: <19981013155507.B4004@O2.chapin.edu>
24197 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
24198 Branch: confperl
24199 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
24200 ! thread.h
104f9d64
GS
24201____________________________________________________________________________
24202[ 1959] By: jhi on 1998/10/14 12:51:26
99ed61e6
GS
24203 Log: Some old pthread implementations have
24204 pthread_attr_setdetachstate(pthread_attr_t*, int*).
24205 Branch: confperl
24206 ! ext/Thread/Thread.xs
104f9d64
GS
24207____________________________________________________________________________
24208[ 1958] By: jhi on 1998/10/14 12:41:11
99ed61e6
GS
24209 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
24210 counterparts will follow soon.
24211 Branch: confperl
24212 ! thread.h
104f9d64
GS
24213____________________________________________________________________________
24214[ 1957] By: jhi on 1998/10/14 12:38:11
99ed61e6
GS
24215 Log: Add tr.t (MANIFEST already knew about it, strange)
24216 Branch: confperl
24217 + t/op/tr.t
104f9d64
GS
24218____________________________________________________________________________
24219[ 1956] By: jhi on 1998/10/14 12:24:35
99ed61e6
GS
24220 Log: Mutexen should be initialized only once.
24221 Branch: confperl
24222 ! gv.c op.c
104f9d64
GS
24223____________________________________________________________________________
24224[ 1955] By: jhi on 1998/10/14 12:19:38
99ed61e6
GS
24225 Log: os390 has its own cppstdin.
24226 Branch: confperl
24227 ! hints/os390.sh
104f9d64
GS
24228____________________________________________________________________________
24229[ 1954] By: jhi on 1998/10/14 12:15:06
99ed61e6
GS
24230 Log: Integrate with mainperl.
24231 Branch: confperl
24232 !> (integrate 1280 files)
104f9d64
GS
24233____________________________________________________________________________
24234[ 1953] By: jhi on 1998/10/14 11:48:08
99ed61e6
GS
24235 Log: Removed duplicate CMA threads code for HPUX 10.X.
24236 (probably residue of patch(1) being too understanding)
24237 Enhanced 64-bit settings. (redo change#1940)
24238 Branch: confperl
24239 ! hints/hpux.sh
104f9d64
GS
24240____________________________________________________________________________
24241[ 1952] By: jhi on 1998/10/14 11:45:16
99ed61e6
GS
24242 Log: (redo change#1949) Detypo in the d_open64 warning about
24243 the impending WHOA.
24244 Branch: confperl
24245 ! hints/irix_6.sh
104f9d64
GS
24246____________________________________________________________________________
24247[ 1951] By: jhi on 1998/10/14 10:54:16
99ed61e6
GS
24248 Log: Mutexen should only be inited once, after they have been New()ed.
24249 Branch: confperl
24250 ! gv.c op.c
104f9d64
GS
24251____________________________________________________________________________
24252[ 1950] By: jhi on 1998/10/14 10:41:43
99ed61e6
GS
24253 Log: Own cppstdin.
24254 Branch: confperl
24255 ! hints/os390.sh
104f9d64
GS
24256____________________________________________________________________________
24257[ 1949] By: jhi on 1998/10/14 10:34:23
99ed61e6
GS
24258 Log: Detypo in the d_open64 warning about the impending WHOA.
24259 Branch: confperl
24260 ! hints/irix_6.sh
104f9d64
GS
24261____________________________________________________________________________
24262[ 1948] By: gsar on 1998/10/14 05:38:01
99ed61e6
GS
24263 Log: two typos
24264 Branch: perl
24265 ! pp_hot.c t/op/eval.t
104f9d64
GS
24266____________________________________________________________________________
24267[ 1947] By: gsar on 1998/10/14 05:37:10
99ed61e6
GS
24268 Log: let docatch() pass the buck when restartop turns out to be null,
24269 making exceptions in BEGIN{} propagate as expected
24270 Branch: perl
24271 ! pp_ctl.c t/op/misc.t
104f9d64
GS
24272____________________________________________________________________________
24273[ 1946] By: gsar on 1998/10/13 03:41:49
99ed61e6
GS
24274 Log: add missing file from change#1943
24275 Branch: perl
24276 ! proto.h
104f9d64
GS
24277____________________________________________________________________________
24278[ 1945] By: gsar on 1998/10/13 03:32:02
99ed61e6
GS
24279 Log: defer "deep recursion" warnings until CXt_SUB context is properly
24280 set up
24281 Branch: perl
24282 ! pp_hot.c t/pragma/warn/pp_hot
104f9d64
GS
24283____________________________________________________________________________
24284[ 1944] By: gsar on 1998/10/13 03:15:50
99ed61e6
GS
24285 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
24286 fixup the cop_seq value that must be seen by lexical lookups that
24287 emanate within eval''
24288 Branch: perl
24289 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
104f9d64
GS
24290____________________________________________________________________________
24291[ 1943] By: gsar on 1998/10/13 02:06:09
99ed61e6
GS
24292 Log: ensure recursive attempts to findlex()icals know enough about where
24293 the last eval'' context was encountered
24294 Branch: perl
24295 ! op.c t/op/eval.t
104f9d64
GS
24296____________________________________________________________________________
24297[ 1942] By: gsar on 1998/10/13 02:01:24
99ed61e6
GS
24298 Log: force copy of substrings when matching against temporaries
24299 Branch: perl
24300 ! pp_hot.c t/op/pat.t
104f9d64
GS
24301____________________________________________________________________________
24302[ 1941] By: gsar on 1998/10/13 01:49:16
99ed61e6
GS
24303 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
24304 implementation)
24305 Branch: perl
24306 ! pp_ctl.c t/op/runlevel.t
104f9d64
GS
24307____________________________________________________________________________
24308[ 1940] By: jhi on 1998/10/12 09:57:44
99ed61e6
GS
24309 Log: Removed duplicate CMA threads code for HPUX 10.X.
24310 (probably residue of patch(1) being too understanding)
24311 Enhanced 64-bit settings.
24312 Branch: confperl
24313 ! hints/hpux.sh
104f9d64
GS
24314____________________________________________________________________________
24315[ 1939] By: jhi on 1998/10/12 09:53:11
99ed61e6
GS
24316 Log: Initial sync from mainline perl.
24317 Branch: confperl
24318 + (add 1282 files)
104f9d64 24319____________________________________________________________________________
104f9d64 24320[ 1937] By: gsar on 1998/10/06 21:16:34
99ed61e6
GS
24321 Log: fix $/ init for USE_THREADS
24322 Branch: perl
24323 ! perl.c
104f9d64
GS
24324____________________________________________________________________________
24325[ 1936] By: gsar on 1998/10/06 07:19:39
99ed61e6
GS
24326 Log: fix globals caught by change#1927; builds and tests on Solaris
24327 Branch: perl
24328 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
24329 ! warning.h warning.pl
104f9d64 24330____________________________________________________________________________
e24b16f9 24331[ 1935] By: gsar on 1998/10/06 06:50:35
99ed61e6
GS
24332 Log: add test for previous fix
24333 Branch: perl
24334 ! ext/Thread/create.t
e24b16f9
GS
24335____________________________________________________________________________
24336[ 1934] By: gsar on 1998/10/06 06:37:36
99ed61e6
GS
24337 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
24338 Branch: perl
24339 ! util.c
e24b16f9
GS
24340____________________________________________________________________________
24341[ 1933] By: gsar on 1998/10/06 05:04:20
99ed61e6
GS
24342 Log: undo bogus part of change#1903 (as pointed out by Larry)
24343 Branch: perl
24344 ! pp_ctl.c
e24b16f9
GS
24345____________________________________________________________________________
24346[ 1932] By: gsar on 1998/10/06 04:21:31
99ed61e6
GS
24347 Log: added tweaked version of suggested patch
24348 From: jan.dubois@ibm.net (Jan Dubois)
24349 Date: Sat, 03 Oct 1998 19:04:48 +0200
24350 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
24351 Subject: [PATCH 5.005_52] More MakeMaker patches
24352 Branch: perl
24353 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
24354 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
e24b16f9
GS
24355____________________________________________________________________________
24356[ 1931] By: gsar on 1998/10/06 04:04:33
99ed61e6
GS
24357 Log: use cpp symbols instead of hardwired constants
24358 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24359 Date: Mon, 05 Oct 1998 09:23:33 +0100
24360 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
24361 Subject: [PATCH 5.005_52] By the numbers (resend)
24362 Branch: perl
24363 ! op.c
e24b16f9
GS
24364____________________________________________________________________________
24365[ 1930] By: gsar on 1998/10/06 04:01:55
99ed61e6
GS
24366 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24367 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
24368 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
24369 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
24370 Branch: perl
24371 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
24372 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
e24b16f9
GS
24373____________________________________________________________________________
24374[ 1929] By: gsar on 1998/10/06 03:50:36
99ed61e6
GS
24375 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24376 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
24377 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
24378 Subject: [PATCH 5.00552] Minor test improvement
24379 Branch: perl
24380 ! t/op/magic.t
e24b16f9
GS
24381____________________________________________________________________________
24382[ 1928] By: gsar on 1998/10/06 03:49:03
99ed61e6
GS
24383 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24384 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
24385 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
24386 Subject: [PATCH 5.00552] emacs/ptags inprovements
24387 Branch: perl
24388 ! emacs/ptags
e24b16f9
GS
24389____________________________________________________________________________
24390[ 1927] By: gsar on 1998/10/06 03:47:44
99ed61e6
GS
24391 Log: disable C<#define dirty PL_dirty> et al.
24392 Branch: perl
24393 ! embed.pl embedvar.h
e24b16f9
GS
24394____________________________________________________________________________
24395[ 1926] By: gsar on 1998/10/06 03:43:32
99ed61e6
GS
24396 Log: From: Mark-Jason Dominus <mjd@plover.com>
24397 Date: Sun, 04 Oct 1998 14:48:11 -0400
24398 Message-ID: <19981004184811.16048.qmail@plover.com>
24399 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
24400 Branch: perl
24401 ! utils/perldoc.PL
e24b16f9
GS
24402____________________________________________________________________________
24403[ 1925] By: gsar on 1998/10/06 03:27:35
99ed61e6
GS
24404 Log: disable USE_THREADS when PERL_OBJECT is enabled
24405 Branch: perl
24406 ! win32/Makefile win32/makefile.mk
e24b16f9
GS
24407____________________________________________________________________________
24408[ 1924] By: gsar on 1998/10/06 03:26:54
99ed61e6
GS
24409 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
24410 Branch: perl
24411 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
24412 ! vms/perly_c.vms
e24b16f9
GS
24413____________________________________________________________________________
24414[ 1923] By: gsar on 1998/10/03 05:19:56
99ed61e6
GS
24415 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
24416 overridden
24417 Branch: perl
24418 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
24419 ! proto.h vms/perly_c.vms
e24b16f9
GS
24420____________________________________________________________________________
24421[ 1922] By: gsar on 1998/10/03 03:59:50
99ed61e6
GS
24422 Log: suppress manifypods leak in extensions
24423 Branch: perl
24424 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
e24b16f9
GS
24425____________________________________________________________________________
24426[ 1921] By: gsar on 1998/10/02 22:30:15
99ed61e6
GS
24427 Log: os390 fixes (suggested by Peter Prymmer)
24428 Branch: perl
24429 ! Makefile.SH regcomp.c
e24b16f9
GS
24430____________________________________________________________________________
24431[ 1920] By: gsar on 1998/10/02 21:41:19
99ed61e6
GS
24432 Log: squelch undef warnings
24433 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24434 Date: Fri, 02 Oct 1998 11:01:14 +0100
24435 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
24436 Subject: [PATCH] Re: Apparent bug in Math::BigInt
24437 Branch: perl
24438 ! Changes lib/Math/BigInt.pm
e24b16f9 24439____________________________________________________________________________
9f6ab407 24440[ 1919] By: gsar on 1998/10/02 04:59:13
99ed61e6
GS
24441 Log: add note to INSTALL about ANSI C
24442 Branch: perl
24443 ! INSTALL
9f6ab407
HS
24444____________________________________________________________________________
24445[ 1918] By: gsar on 1998/10/02 04:21:10
99ed61e6
GS
24446 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
24447 From: jan.dubois@ibm.net (Jan Dubois)
24448 Date: Wed, 30 Sep 1998 23:35:30 +0200
24449 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
24450 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
24451 Branch: perl
24452 ! lib/ExtUtils/xsubpp
9f6ab407
HS
24453____________________________________________________________________________
24454[ 1917] By: gsar on 1998/10/02 04:16:02
99ed61e6
GS
24455 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
24456 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
24457 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
24458 Subject: Re: Configure test for selectbits busted
24459 Branch: perl
24460 ! Configure
9f6ab407
HS
24461____________________________________________________________________________
24462[ 1916] By: gsar on 1998/10/02 04:14:17
99ed61e6
GS
24463 Log: From: Dan Sugalski <sugalskd@osshe.edu>
24464 Date: Wed, 30 Sep 1998 17:15:20 -0700
24465 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
24466 Subject: [PATCH 5.005_02]VMS config tweaks
24467 Branch: perl
24468 ! vms/descrip_mms.template vms/subconfigure.com
9f6ab407
HS
24469____________________________________________________________________________
24470[ 1915] By: gsar on 1998/10/02 04:10:47
99ed61e6
GS
24471 Log: use Off_t to permit 64-bit seek()
24472 From: Scott Henry <scotth@sgi.com>
24473 Date: 29 Sep 1998 17:38:46 -0700
24474 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
24475 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
24476 --
24477 Date: 28 Sep 1998 18:55:37 -0700
24478 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
24479 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
24480 Branch: perl
24481 ! doio.c pp_sys.c proto.h sv.c
9f6ab407
HS
24482____________________________________________________________________________
24483[ 1914] By: gsar on 1998/10/02 04:05:36
99ed61e6
GS
24484 Log: normalize tm struct passed to strftime() with mktime()
24485 From: Spider Boardman <spider@orb.nashua.nh.us>
24486 Date: Wed, 30 Sep 1998 15:12:09 -0400
24487 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
24488 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
24489 Branch: perl
24490 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9f6ab407
HS
24491____________________________________________________________________________
24492[ 1913] By: gsar on 1998/10/02 03:59:46
99ed61e6
GS
24493 Log: don't try to run foo_SH.orig etc.
24494 Branch: perl
24495 ! Configure
9f6ab407
HS
24496____________________________________________________________________________
24497[ 1912] By: gsar on 1998/10/02 03:45:37
99ed61e6
GS
24498 Log: make warning about glob process failure optional
24499 Branch: perl
24500 ! pod/perldiag.pod pp_hot.c
9f6ab407
HS
24501____________________________________________________________________________
24502[ 1911] By: gsar on 1998/10/02 02:52:21
99ed61e6
GS
24503 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
24504 From: Dominic Dunlop <domo@vo.lu>
24505 Date: Tue, 29 Sep 1998 21:06:30 +0000
24506 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
24507 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
24508 --
24509 Date: Wed, 30 Sep 1998 11:46:44 +0000
24510 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
24511 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
24512 Branch: perl
24513 ! pod/perldiag.pod regcomp.c
9f6ab407
HS
24514____________________________________________________________________________
24515[ 1910] By: gsar on 1998/10/02 02:48:48
99ed61e6
GS
24516 Log: minor Configure tweaks (via private mail)
24517 From: Jarkko Hietaniemi <jhi@iki.fi>
24518 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
24519 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
24520 Subject: [PATCH] 5.005_52: the drizzle continues
24521 Branch: perl
24522 ! Configure config_h.SH handy.h
9f6ab407
HS
24523____________________________________________________________________________
24524[ 1909] By: gsar on 1998/10/02 02:46:39
99ed61e6
GS
24525 Log: update SCO hints for dynamic loading
24526 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
24527 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
24528 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
24529 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
24530 --
24531 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
24532 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
24533 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
24534 Branch: perl
24535 ! hints/sco.sh
9f6ab407
HS
24536____________________________________________________________________________
24537[ 1908] By: gsar on 1998/10/02 02:33:39
99ed61e6
GS
24538 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
24539 Branch: perl
24540 ! lib/File/Find.pm
9f6ab407
HS
24541____________________________________________________________________________
24542[ 1907] By: gsar on 1998/10/02 02:21:52
99ed61e6
GS
24543 Log: applied patches, but retained old behavior for win32 (where compilers
24544 can't read from stdin at all)
24545 From: Graham Barr <gbarr@ti.com>
24546 Date: Mon, 28 Sep 1998 09:41:49 -0500
24547 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
24548 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
24549 --
24550 Date: Tue, 29 Sep 1998 12:35:43 -0500
24551 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
24552 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
24553 Branch: perl
24554 ! ext/Errno/Errno_pm.PL
9f6ab407
HS
24555____________________________________________________________________________
24556[ 1906] By: gsar on 1998/10/02 02:02:19
99ed61e6
GS
24557 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
24558 Hietaniemi)
24559 Branch: perl
24560 ! t/op/grent.t
9f6ab407
HS
24561____________________________________________________________________________
24562[ 1905] By: gsar on 1998/10/02 01:59:56
99ed61e6
GS
24563 Log: win32 caveats about truncate()
24564 Branch: perl
24565 ! pod/perlport.pod
9f6ab407
HS
24566____________________________________________________________________________
24567[ 1904] By: gsar on 1998/10/02 01:53:25
99ed61e6
GS
24568 Log: various Configure and hints updates (prefer drand48() or random()
24569 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
24570 applied modulo SCO hints superceded by later patch
24571 From: Jarkko Hietaniemi <jhi@iki.fi>
24572 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
24573 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
24574 Subject: [PATCH] 5.005_52: Configure et al:
24575 Branch: perl
24576 + ext/IPC/SysV/hints/next_3.pl
24577 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
24578 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
24579 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
9f6ab407
HS
24580____________________________________________________________________________
24581[ 1903] By: gsar on 1998/10/02 01:42:37
99ed61e6
GS
24582 Log: fixes for bugs in /RE/p from Hugo van der Sanden
24583 Date: Mon, 28 Sep 1998 17:41:49 +0100
24584 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
24585 Subject: [PATCH 5.005_52] Re: More on ?p
24586 --
24587 Date: Thu, 01 Oct 1998 09:10:58 +0100
24588 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
24589 Subject: [PATCH 5.005_52] ?p fix
24590 --
24591 Date: Thu, 01 Oct 1998 10:45:56 +0100
24592 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
24593 Subject: [PATCH 5.005_52] more on ?p
24594 Branch: perl
24595 ! pp_ctl.c
9f6ab407
HS
24596____________________________________________________________________________
24597[ 1902] By: gsar on 1998/10/02 01:36:14
99ed61e6
GS
24598 Log: From: Kenneth Duda <kjd@cisco.com>
24599 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
24600 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
24601 Subject: writemain dies when there are more than 4000 characters of extensions
24602 Branch: perl
24603 ! writemain.SH
9f6ab407
HS
24604____________________________________________________________________________
24605[ 1901] By: gsar on 1998/10/02 01:33:16
99ed61e6
GS
24606 Log: tweak run_byacc recipe
24607 Branch: perl
24608 ! Makefile.SH Porting/pumpkin.pod
9f6ab407
HS
24609____________________________________________________________________________
24610[ 1900] By: gsar on 1998/10/02 01:02:09
99ed61e6
GS
24611 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
24612 Branch: perl
24613 ! perl.h pp_ctl.c
9f6ab407
HS
24614____________________________________________________________________________
24615[ 1899] By: gsar on 1998/09/28 20:46:30
99ed61e6
GS
24616 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
24617 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
24618 Dvornik)
24619 Branch: perl
24620 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
9f6ab407
HS
24621____________________________________________________________________________
24622[ 1898] By: gsar on 1998/09/28 20:42:52
99ed61e6
GS
24623 Log: flush unsubmitted 5.00552 change
24624 Branch: perl
24625 ! MANIFEST
9f6ab407
HS
24626____________________________________________________________________________
24627[ 1897] By: gsar on 1998/09/27 04:43:06
99ed61e6
GS
24628 Log: run vms_yfix.pl
24629 Branch: perl
24630 ! vms/perly_c.vms
9f6ab407
HS
24631____________________________________________________________________________
24632[ 1896] By: gsar on 1998/09/27 03:38:55
99ed61e6
GS
24633 Log: small tweak on last change
24634 Branch: perl
24635 ! win32/win32.c
9f6ab407
HS
24636____________________________________________________________________________
24637[ 1895] By: gsar on 1998/09/27 03:17:17
99ed61e6
GS
24638 Log: fix win32_stat() to do the right thing for share names
24639 Branch: perl
24640 ! win32/win32.c
9f6ab407
HS
24641____________________________________________________________________________
24642[ 1891] By: larry on 1998/09/25 18:50:40
99ed61e6
GS
24643 Log: Fixed apostrophe problem from Mark Knutsen.
24644 Branch: perl
24645 ! sv.h
9f6ab407
HS
24646
24647----------------
24648Version 5.005_52
24649----------------
24650
24651____________________________________________________________________________
24652[ 1890] By: gsar on 1998/09/25 10:25:00
99ed61e6
GS
24653 Log: update template config.sh, add new config vars to win32 stuff
24654 Branch: perl
24655 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
24656 ! pp_sys.c proto.h win32/config.bc win32/config.gc
24657 ! win32/config.vc win32/config_H.bc win32/config_H.gc
24658 ! win32/config_H.vc win32/win32.h
9f6ab407 24659____________________________________________________________________________
327c3667 24660[ 1889] By: gsar on 1998/09/25 07:13:13
99ed61e6
GS
24661 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
24662 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
24663 of full-fledged 64-bit support (including support for: fseeko/ftello,
24664 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
24665 in Fcntl)
24666 From: Jarkko Hietaniemi <jhi@iki.fi>
24667 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
24668 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
24669 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
24670 --
24671 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24672 Date: 12 Sep 1998 09:44:25 +0300
24673 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
24674 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
24675 Branch: perl
24676 + lib/filetest.pm
24677 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
24678 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
24679 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
24680 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
24681 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
24682 ! win32/makedef.pl
327c3667
GS
24683____________________________________________________________________________
24684[ 1888] By: gsar on 1998/09/25 06:27:12
99ed61e6
GS
24685 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
24686 Branch: perl
24687 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
24688 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24689 ! win32/makedef.pl win32/makefile.mk win32/win32.c
327c3667
GS
24690____________________________________________________________________________
24691[ 1887] By: gsar on 1998/09/25 04:50:49
99ed61e6
GS
24692 Log: win32.c tweak
24693 Branch: perl
24694 ! win32/win32.c
327c3667
GS
24695____________________________________________________________________________
24696[ 1886] By: gsar on 1998/09/25 04:47:32
99ed61e6
GS
24697 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
24698 Branch: perl
24699 ! lib/ExtUtils/MakeMaker.pm
327c3667
GS
24700____________________________________________________________________________
24701[ 1885] By: gsar on 1998/09/25 04:05:09
99ed61e6
GS
24702 Log: From: Dominic Dunlop <domo@vo.lu>
24703 Date: Thu, 10 Sep 1998 11:02:46 +0000
24704 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
24705 Subject: MM_Unix::canonpath erroneously turns leading // into /
24706 Branch: perl
24707 ! lib/ExtUtils/MM_Unix.pm
327c3667
GS
24708____________________________________________________________________________
24709[ 1884] By: gsar on 1998/09/25 03:06:10
99ed61e6
GS
24710 Log: temporarily disable perl malloc for a2p until we clean up
24711 conflicting malloc() declarations everywhere
24712 Branch: perl
24713 ! x2p/Makefile.SH
327c3667
GS
24714____________________________________________________________________________
24715[ 1883] By: gsar on 1998/09/25 02:27:00
99ed61e6
GS
24716 Log: remove obsolete win32/bin/*.pl
24717 Branch: perl
24718 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
24719 ! Changes MANIFEST win32/Makefile win32/makefile.mk
327c3667 24720____________________________________________________________________________
400153aa 24721[ 1882] By: gsar on 1998/09/25 02:04:43
99ed61e6
GS
24722 Log: missing file in last submit
24723 Branch: perl
24724 ! proto.h
400153aa
GS
24725____________________________________________________________________________
24726[ 1881] By: gsar on 1998/09/25 01:56:54
99ed61e6
GS
24727 Log: serial access to PL_x[inpr]v_root for USE_THREADS
24728 Branch: perl
24729 ! sv.c
400153aa
GS
24730____________________________________________________________________________
24731[ 1880] By: gsar on 1998/09/25 01:19:38
99ed61e6
GS
24732 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
24733 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
24734 Date: Thu, 24 Sep 1998 22:01:09 +0900
24735 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
24736 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
24737 Branch: perl
24738 ! hv.c proto.h
400153aa
GS
24739____________________________________________________________________________
24740[ 1879] By: gsar on 1998/09/25 00:20:07
99ed61e6
GS
24741 Log: tweaks to enable PERL_OBJECT to build & test on win32
24742 Branch: perl
24743 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
24744 ! win32/GenCAPI.pl
400153aa
GS
24745____________________________________________________________________________
24746[ 1878] By: gsar on 1998/09/25 00:13:36
99ed61e6
GS
24747 Log: fix change#1861, which breaks default boot_xxx symbol generation
24748 Branch: perl
24749 ! lib/ExtUtils/Mksymlists.pm
400153aa
GS
24750____________________________________________________________________________
24751[ 1877] By: gsar on 1998/09/24 10:29:54
99ed61e6
GS
24752 Log: two tweaks for clean build and test on Solaris
24753 Branch: perl
24754 ! op.c t/op/subst.t
400153aa 24755____________________________________________________________________________
942e002e 24756[ 1876] By: gsar on 1998/09/24 09:04:43
99ed61e6
GS
24757 Log: From: Colin Kuskie <ckuskie@cadence.com>
24758 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
24759 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
24760 Subject: [PATCH 5.005_51] perlform.pod
24761 Branch: perl
24762 ! pod/perlform.pod
942e002e
GS
24763____________________________________________________________________________
24764[ 1875] By: gsar on 1998/09/24 08:47:47
99ed61e6
GS
24765 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24766 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
24767 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
24768 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
24769 Branch: perl
24770 ! regexec.c
942e002e
GS
24771____________________________________________________________________________
24772[ 1874] By: gsar on 1998/09/24 08:44:55
99ed61e6
GS
24773 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24774 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
24775 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
24776 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
24777 Branch: perl
24778 ! toke.c
942e002e
GS
24779____________________________________________________________________________
24780[ 1873] By: gsar on 1998/09/24 08:39:41
99ed61e6
GS
24781 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24782 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
24783 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
24784 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
24785 Branch: perl
24786 ! Changes regcomp.c
942e002e
GS
24787____________________________________________________________________________
24788[ 1872] By: gsar on 1998/09/24 08:37:00
99ed61e6
GS
24789 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
24790 Date: Sun, 23 Aug 1998 23:18:38 PDT
24791 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
24792 Subject: new irix_6.sh hints file
24793 Branch: perl
24794 ! hints/irix_6.sh
942e002e 24795____________________________________________________________________________
d1b80229 24796[ 1871] By: gsar on 1998/09/24 07:26:37
99ed61e6
GS
24797 Log: correct FSF address in various places
24798 Branch: perl
24799 ! Copying README ext/B/README lib/Getopt/Long.pm
d1b80229
IZ
24800____________________________________________________________________________
24801[ 1870] By: gsar on 1998/09/24 07:11:56
99ed61e6
GS
24802 Log: From: Dan Sugalski <sugalskd@osshe.edu>
24803 Date: Fri, 14 Aug 1998 09:20:16 PDT
24804 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
24805 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
24806 Branch: perl
24807 ! configure.com
d1b80229
IZ
24808____________________________________________________________________________
24809[ 1869] By: gsar on 1998/09/24 06:55:59
99ed61e6
GS
24810 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
24811 From: Scott Henry <scotth@sgi.com>
24812 Date: 13 Aug 1998 09:52:15 PDT
24813 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
24814 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
24815 Branch: perl
24816 ! hints/irix_6.sh
d1b80229
IZ
24817____________________________________________________________________________
24818[ 1868] By: gsar on 1998/09/24 06:51:23
99ed61e6
GS
24819 Log: From: Nathan Torkington <gnat@frii.com>
24820 Date: Thu, 13 Aug 1998 10:59:48 MDT
24821 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
24822 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
24823 Branch: perl
24824 ! pod/perlfunc.pod
d1b80229
IZ
24825____________________________________________________________________________
24826[ 1867] By: gsar on 1998/09/24 06:45:13
99ed61e6
GS
24827 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
24828 that are autoloaded)
24829 Branch: perl
24830 ! pp_ctl.c
d1b80229
IZ
24831____________________________________________________________________________
24832[ 1866] By: gsar on 1998/09/24 05:21:19
99ed61e6
GS
24833 Log: grandfather deprecated "$$<digit>" no more
24834 Branch: perl
24835 ! pod/perldiag.pod toke.c
d1b80229
IZ
24836____________________________________________________________________________
24837[ 1865] By: gsar on 1998/09/24 04:52:48
99ed61e6
GS
24838 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
24839 low bits (suggested by Ilya Zakharevich)
24840 Branch: perl
24841 ! hv.h
d1b80229
IZ
24842____________________________________________________________________________
24843[ 1864] By: gsar on 1998/09/24 04:29:14
99ed61e6
GS
24844 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
24845 perly_c.diff
24846 Branch: perl
24847 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
24848 ! perly_c.diff toke.c
d1b80229
IZ
24849____________________________________________________________________________
24850[ 1863] By: gsar on 1998/09/24 03:36:30
99ed61e6
GS
24851 Log: provide locked access to string table for USE_THREADS
24852 Branch: perl
24853 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
d1b80229
IZ
24854____________________________________________________________________________
24855[ 1862] By: gsar on 1998/09/24 03:30:32
99ed61e6
GS
24856 Log: remove bogus warn()
24857 Branch: perl
24858 ! embed.pl
d1b80229
IZ
24859____________________________________________________________________________
24860[ 1861] By: gsar on 1998/09/24 02:58:51
99ed61e6
GS
24861 Log: applied suggested patch, adapted for all platforms
24862 From: jan.dubois@ibm.net (Jan Dubois)
24863 Date: Sun, 20 Sep 1998 12:56:38 +0200
24864 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
24865 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
24866 Branch: perl
24867 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24868 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24869 ! lib/ExtUtils/MakeMaker.pm
d1b80229
IZ
24870____________________________________________________________________________
24871[ 1860] By: gsar on 1998/09/24 02:16:14
99ed61e6
GS
24872 Log: upgrade to CPAN-1.40
24873 Branch: perl
24874 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
d1b80229
IZ
24875____________________________________________________________________________
24876[ 1859] By: gsar on 1998/09/24 02:08:59
99ed61e6
GS
24877 Log: use $ENV{MAKEMAKEROPT} to set default command line args
24878 Branch: perl
24879 ! lib/ExtUtils/MakeMaker.pm
d1b80229 24880____________________________________________________________________________
2e2b7522 24881[ 1857] By: gsar on 1998/09/23 10:58:36
99ed61e6
GS
24882 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24883 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
24884 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
24885 Subject: More verbose Test::Harness [PATCH]
24886 Branch: perl
24887 ! lib/Test/Harness.pm
2e2b7522
GS
24888____________________________________________________________________________
24889[ 1856] By: gsar on 1998/09/23 10:56:24
99ed61e6
GS
24890 Log: update hints for OPENSTEP 4.2 on i386
24891 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
24892 Date: Sun, 20 Sep 1998 01:03:18 +0200
24893 Message-Id: <9809192303.AA29190@Spike>
24894 Subject: Perl 5.005_02 compilation problems
24895 Branch: perl
24896 ! hints/next_4.sh
2e2b7522
GS
24897____________________________________________________________________________
24898[ 1855] By: gsar on 1998/09/23 10:52:27
99ed61e6
GS
24899 Log: reset errno after C<require> search (as suggested by Larry)
24900 Branch: perl
24901 ! pp_ctl.c
2e2b7522
GS
24902____________________________________________________________________________
24903[ 1854] By: gsar on 1998/09/23 10:50:26
99ed61e6
GS
24904 Log: misc pod tweaks
24905 Branch: perl
24906 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
2e2b7522
GS
24907____________________________________________________________________________
24908[ 1853] By: gsar on 1998/09/23 10:46:06
99ed61e6
GS
24909 Log: make Pod/Html.pm handle the --title option properly (as suggested
24910 by gml4410@ggr.co.uk)
24911 Branch: perl
24912 ! lib/Pod/Html.pm
2e2b7522
GS
24913____________________________________________________________________________
24914[ 1852] By: gsar on 1998/09/23 10:41:39
99ed61e6
GS
24915 Log: SSNEW() API for allocating memory on the savestack
24916 From: Albert Dvornik <bert@genscan.com>
24917 Date: 17 Sep 1998 19:23:07 -0400
24918 Message-Id: <tqemtae338.fsf@puma.genscan.com>
24919 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
24920 Branch: perl
24921 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
24922 ! perl.h proto.h scope.c scope.h t/io/tell.t
2e2b7522
GS
24923____________________________________________________________________________
24924[ 1851] By: gsar on 1998/09/23 10:37:05
99ed61e6
GS
24925 Log: From: Jochen Wiedmann <joe@ispsoft.de>
24926 Date: Thu, 17 Sep 1998 17:16:06 +0200
24927 Message-ID: <360127B6.E44564A@ispsoft.de>
24928 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
24929 Branch: perl
24930 ! lib/ExtUtils/MakeMaker.pm
2e2b7522
GS
24931____________________________________________________________________________
24932[ 1850] By: gsar on 1998/09/23 10:33:05
99ed61e6
GS
24933 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
24934 Date: 15 Sep 1998 01:32:31 +0200
24935 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
24936 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
24937 Branch: perl
24938 ! lib/ExtUtils/MM_Unix.pm
2e2b7522
GS
24939____________________________________________________________________________
24940[ 1849] By: gsar on 1998/09/23 10:29:04
99ed61e6
GS
24941 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
24942 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
24943 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
24944 Subject: Re: extralibs.ld problem in MM_VMS.pm
24945 Branch: perl
24946 ! lib/ExtUtils/MM_VMS.pm
2e2b7522
GS
24947____________________________________________________________________________
24948[ 1848] By: gsar on 1998/09/23 10:25:24
99ed61e6
GS
24949 Log: From: Roderick Schertler <roderick@argon.org>
24950 Date: 11 Sep 1998 16:19:21 -0400
24951 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
24952 Subject: Re: Open2 and memory leaks
24953 Branch: perl
24954 ! lib/IPC/Open3.pm
2e2b7522
GS
24955____________________________________________________________________________
24956[ 1847] By: gsar on 1998/09/23 10:18:31
99ed61e6
GS
24957 Log: From: Roderick Schertler <roderick@argon.org>
24958 Date: Wed, 09 Sep 1998 23:52:48 -0400
24959 Message-ID: <20567.905399568@eeyore.ibcinc.com>
24960 Subject: seed srand from /dev/urandom when possible
24961 Branch: perl
24962 ! pod/perlfunc.pod pp.c
2e2b7522
GS
24963____________________________________________________________________________
24964[ 1846] By: gsar on 1998/09/23 10:12:22
99ed61e6
GS
24965 Log: From: Roderick Schertler <roderick@argon.org>
24966 Date: Thu, 10 Sep 1998 00:32:17 -0400
24967 Message-ID: <21142.905401937@eeyore.ibcinc.com>
24968 Subject: doc update for crypt()'s salt
24969 Branch: perl
24970 ! pod/perlfunc.pod
2e2b7522
GS
24971____________________________________________________________________________
24972[ 1845] By: gsar on 1998/09/23 10:09:23
99ed61e6
GS
24973 Log: fix h2ph handling of C<#error "foo">
24974 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
24975 Date: Thu, 10 Sep 1998 09:59:33 +0900
24976 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
24977 Subject: [5.005_02] h2ph problem
24978 Branch: perl
24979 ! utils/h2ph.PL
2e2b7522
GS
24980____________________________________________________________________________
24981[ 1844] By: gsar on 1998/09/23 10:06:13
99ed61e6
GS
24982 Log: plug strictly private function leaks in API listing
24983 Branch: perl
24984 ! pod/perlguts.pod
2e2b7522
GS
24985____________________________________________________________________________
24986[ 1843] By: gsar on 1998/09/23 10:02:57
99ed61e6
GS
24987 Log: hide symbol for static build
24988 From: Dominic Dunlop <domo@vo.lu>
24989 Date: Tue, 8 Sep 1998 21:40:46 +0000
24990 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
24991 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
24992 Branch: perl
24993 ! regcomp.c
2e2b7522
GS
24994____________________________________________________________________________
24995[ 1842] By: gsar on 1998/09/23 09:52:46
99ed61e6
GS
24996 Log: define PUT_svindex(), PUT_opindex()
24997 Branch: perl
24998 ! ext/B/B/Assembler.pm
2e2b7522
GS
24999____________________________________________________________________________
25000[ 1841] By: gsar on 1998/09/23 09:44:25
99ed61e6
GS
25001 Log: From: Dominic Dunlop <domo@vo.lu>
25002 Date: Tue, 8 Sep 1998 15:34:53 +0000
25003 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
25004 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
25005 Branch: perl
25006 ! t/pragma/warn/regexec
2e2b7522
GS
25007____________________________________________________________________________
25008[ 1840] By: gsar on 1998/09/23 09:42:17
99ed61e6
GS
25009 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
25010 Branch: perl
25011 ! win32/bin/pl2bat.pl
2e2b7522
GS
25012____________________________________________________________________________
25013[ 1839] By: gsar on 1998/09/23 09:38:18
99ed61e6
GS
25014 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
25015 Date: Mon, 7 Sep 1998 17:36:09 +0900
25016 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
25017 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
25018 Branch: perl
25019 ! ext/Thread/Thread.xs
2e2b7522
GS
25020____________________________________________________________________________
25021[ 1838] By: gsar on 1998/09/23 09:21:11
99ed61e6
GS
25022 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
25023 Date: Thu, 10 Sep 1998 00:02:07 -0400
25024 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
25025 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
25026 Branch: perl
25027 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
25028 + vos/config.h vos/config_h.SH_orig vos/perl.bind
25029 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
25030 ! MANIFEST perl.c perl.h pod/perlport.pod
2e2b7522
GS
25031____________________________________________________________________________
25032[ 1837] By: gsar on 1998/09/23 08:45:58
99ed61e6
GS
25033 Log: (via private mail)
25034 From: Charles Bailey <BAILEY@newman.upenn.edu>
25035 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
25036 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
25037 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
25038 Branch: perl
25039 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
25040 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
25041 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
25042 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
25043 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
25044 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
25045 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
25046 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
25047 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
25048 ! vms/writemain.pl
2e2b7522
GS
25049____________________________________________________________________________
25050[ 1836] By: gsar on 1998/09/23 08:17:42
99ed61e6
GS
25051 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25052 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
25053 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
25054 Subject: [PATCH 5.005_*] OS/2 spawning typos
25055 Branch: perl
25056 ! os2/os2.c
2e2b7522
GS
25057____________________________________________________________________________
25058[ 1835] By: gsar on 1998/09/23 08:09:55
99ed61e6
GS
25059 Log: warn on C<my($foo,$foo)>
25060 Branch: perl
25061 ! op.c pod/perldiag.pod
2e2b7522
GS
25062____________________________________________________________________________
25063[ 1834] By: gsar on 1998/09/23 07:35:56
99ed61e6
GS
25064 Log: From: pvhp@forte.com (Peter Prymmer)
25065 Date: Fri, 4 Sep 98 13:27:41 PDT
25066 Message-Id: <9809042027.AA04463@forte.com>
25067 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
25068 Branch: perl
25069 ! README.vms
2e2b7522
GS
25070____________________________________________________________________________
25071[ 1833] By: gsar on 1998/09/23 07:27:34
99ed61e6
GS
25072 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25073 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
25074 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
25075 Subject: PATCH: 5.005_02 hint/hpux.sh
25076 Branch: perl
25077 ! hints/hpux.sh
2e2b7522
GS
25078____________________________________________________________________________
25079[ 1832] By: gsar on 1998/09/23 07:22:40
99ed61e6
GS
25080 Log: fix (some) installhtml bugs
25081 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
25082 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
25083 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
25084 Subject: installhtml script needs work
25085 Branch: perl
25086 ! installhtml
2e2b7522
GS
25087____________________________________________________________________________
25088[ 1831] By: gsar on 1998/09/23 07:19:30
99ed61e6
GS
25089 Log: document 'U' magic with examples
25090 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
25091 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
25092 Message-Id: <199809011455.PAA00631@sale-wts>
25093 Subject: Re: Looking for some XS MAGIC examples...
25094 Branch: perl
25095 ! pod/perlguts.pod
2e2b7522
GS
25096____________________________________________________________________________
25097[ 1830] By: gsar on 1998/09/23 07:16:43
99ed61e6
GS
25098 Log: From: pvhp@forte.com (Peter Prymmer)
25099 Date: Mon, 31 Aug 98 17:13:49 PDT
25100 Message-Id: <9809010013.AA06737@forte.com>
25101 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
25102 Branch: perl
25103 ! README.os390
2e2b7522
GS
25104____________________________________________________________________________
25105[ 1829] By: gsar on 1998/09/23 07:15:08
99ed61e6
GS
25106 Log: fix problematic typecast in filter_del()
25107 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
25108 Date: Mon, 31 Aug 1998 21:13:11 GMT
25109 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
25110 Subject: perl5.005_02 does not build on Cray T90
25111 Branch: perl
25112 ! toke.c
2e2b7522
GS
25113____________________________________________________________________________
25114[ 1828] By: gsar on 1998/09/23 07:11:34
99ed61e6
GS
25115 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25116 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
25117 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
25118 Subject: [PATCH 5.005_5*] (?>) broken in RE
25119 Branch: perl
25120 ! regexec.c t/op/re_tests
2e2b7522
GS
25121____________________________________________________________________________
25122[ 1827] By: gsar on 1998/09/23 07:09:50
99ed61e6
GS
25123 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
25124 Branch: perl
25125 ! t/op/grent.t t/op/groups.t
2e2b7522
GS
25126____________________________________________________________________________
25127[ 1826] By: gsar on 1998/09/23 07:03:16
99ed61e6
GS
25128 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25129 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
25130 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
25131 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
25132 Branch: perl
25133 - interp.sym
25134 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2e2b7522
GS
25135____________________________________________________________________________
25136[ 1825] By: gsar on 1998/09/23 06:56:40
99ed61e6
GS
25137 Log: re-introduce change#1703
25138 Branch: perl
25139 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
2e2b7522
GS
25140____________________________________________________________________________
25141[ 1824] By: gsar on 1998/09/23 06:44:19
99ed61e6
GS
25142 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25143 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
25144 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
25145 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
25146 Branch: perl
25147 ! lib/perl5db.pl
2e2b7522
GS
25148____________________________________________________________________________
25149[ 1823] By: gsar on 1998/09/23 06:41:34
25150 Log: From: Joe Buehler <jhpb@hekimian.com>
25151 Date: 29 Aug 1998 17:13:28 -0400
25152 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
25153 Subject: patches for perl 5.005_51 under U/WIN
25154 Branch: perl
25155 + hints/uwin.sh
25156 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
25157 ! t/lib/posix.t
25158____________________________________________________________________________
25159[ 1822] By: gsar on 1998/09/23 06:36:59
25160 Log: add missing C<no utf8;> tweak from Larry
25161 Branch: perl
25162 ! t/op/subst.t
25163____________________________________________________________________________
25164[ 1821] By: gsar on 1998/09/23 06:27:51
25165 Log: s/runops/CALLRUNOPS/
25166 Branch: perl
25167 ! cc_runtime.h
25168____________________________________________________________________________
25169[ 1820] By: gsar on 1998/09/23 06:24:49
25170 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
25171 Branch: perl
25172 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
25173 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
25174 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
25175 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
25176 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
25177 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
25178 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
25179 +> t/pragma/warn/util
25180 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
25181 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
25182 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
25183 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
25184 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
25185 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
25186 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
25187 - t/pragma/warn-util
25188 ! MANIFEST t/pragma/warning.t
25189____________________________________________________________________________
25190[ 1819] By: gsar on 1998/09/23 06:08:46
25191 Log: make \(%foo) return refs to values (not copies of values)
25192 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
25193 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
25194 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
25195 --
25196 From: Roderick Schertler <roderick@argon.org>
25197 Date: Sat, 29 Aug 1998 00:58:33 -0400
25198 Message-ID: <29894.904366713@eeyore.ibcinc.com>
25199 Subject: Re: \(%x) problems
25200 Branch: perl
25201 ! doop.c pod/perlref.pod
25202____________________________________________________________________________
25203[ 1818] By: gsar on 1998/09/23 06:05:08
25204 Log: make h2xs generate ANSI prototypes
25205 Branch: perl
25206 ! utils/h2xs.PL
25207____________________________________________________________________________
25208[ 1817] By: gsar on 1998/09/23 05:57:16
25209 Log: updated usethreads hints for hpux 10.X
25210 From: Matthew T Harden <mthard@mthard1.monsanto.com>
25211 Date: Fri, 28 Aug 1998 14:10:42 GMT
25212 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
25213 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
25214 Branch: perl
25215 ! hints/hpux.sh perl.h
25216____________________________________________________________________________
25217[ 1816] By: gsar on 1998/09/23 05:53:31
25218 Log: don't create empty directories in installperl
25219 From: Robin Barker <rmb1@cise.npl.co.uk>
25220 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
25221 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
25222 Subject: [PATCH 5.005_02] install: empty dirs
25223 Branch: perl
25224 ! installperl
25225____________________________________________________________________________
25226[ 1815] By: gsar on 1998/09/23 05:50:36
25227 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
25228 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25229 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
25230 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
25231 Subject: Re: your mail
25232 Branch: perl
25233 ! regexec.c t/op/re_tests
25234____________________________________________________________________________
25235[ 1814] By: gsar on 1998/09/23 05:45:17
25236 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
25237 Date: Thu, 20 Aug 1998 20:59:03 -0400
25238 Message-ID: <19980820205903.A12908@O2.chapin.edu>
25239 Subject: [PATCH] h2ph misquotes #error directives
25240 Branch: perl
25241 ! t/lib/h2ph.pht utils/h2ph.PL
25242____________________________________________________________________________
25243[ 1813] By: gsar on 1998/09/23 05:42:41
25244 Log: patch to support computed regular subexpressions
25245 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25246 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
25247 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
25248 Subject: [5.005_5* PATCH] Postponed RE - now!
25249 Branch: perl
25250 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
25251 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
25252____________________________________________________________________________
25253[ 1812] By: gsar on 1998/09/23 05:26:26
25254 Log: better CR-handling on shebang line and in formats (fixed variant of
25255 patch suggested by Igor Sysoev <igor@nitek.ru>)
25256 Branch: perl
25257 ! perl.c toke.c
25258____________________________________________________________________________
25259[ 1811] By: gsar on 1998/09/23 04:35:46
25260 Log: document non-loopish blocks better
25261 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25262 Date: Tue, 18 Aug 1998 12:28:36 +0100
25263 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
25264 Subject: Re: next in do {} while block gives error message
25265 Branch: perl
25266 ! pod/perlfunc.pod
25267____________________________________________________________________________
25268[ 1810] By: gsar on 1998/09/23 04:12:05
25269 Log: fix bogus integerization of pop()'s return value
25270 From: Gurusamy Sarathy <gsar@engin.umich.edu>
25271 Date: Sat, 15 Aug 1998 23:27:54 -0400
25272 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
25273 Subject: Re: Complex expression does integer arithmetic
25274 Branch: perl
25275 ! opcode.h opcode.pl
25276____________________________________________________________________________
25277[ 1809] By: gsar on 1998/09/23 04:09:43
25278 Log: tweak README.win32
25279 Branch: perl
25280 ! README.win32
25281____________________________________________________________________________
25282[ 1808] By: gsar on 1998/09/23 03:40:57
25283 Log: better diagnostic for do{} used as lvalue
25284 Branch: perl
25285 ! op.c pod/perlport.pod
25286____________________________________________________________________________
25287[ 1807] By: gsar on 1998/09/23 03:38:30
25288 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
25289 From: hansm@icgroup.nl
25290 Date: Tue, 11 Aug 98 21:08:51 +0200
25291 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
25292 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
25293 Branch: perl
25294 ! malloc.c
25295____________________________________________________________________________
25296[ 1806] By: gsar on 1998/09/23 03:36:08
25297 Log: support make written in perl (aka "pmake") on win32
25298 Branch: perl
25299 ! lib/ExtUtils/MM_Win32.pm
25300____________________________________________________________________________
25301[ 1805] By: gsar on 1998/09/23 03:30:07
25302 Log: fix mismatched UV/U32 types for to_utf8_*()
25303 Branch: perl
25304 ! utf8.c
25305____________________________________________________________________________
25306[ 1804] By: gsar on 1998/09/23 03:22:22
25307 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
25308 Date: Sun, 9 Aug 1998 22:38:23 +0200
25309 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
25310 Subject: [PATCH 5.5002] dos-djgpp update
25311 Branch: perl
25312 ! t/io/fs.t
25313____________________________________________________________________________
25314[ 1803] By: gsar on 1998/09/23 03:20:13
25315 Log: apply minimal variant of patch (sent via private mail)
25316 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
25317 Date: Wed, 12 Aug 1998 15:42:35 +0300
25318 Message-Id: <199808121242.PAA29761@comanche.spices>
25319 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
25320 Branch: perl
25321 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
25322 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
25323____________________________________________________________________________
25324[ 1802] By: gsar on 1998/09/23 03:03:39
25325 Log: adjust searchdict.t for EBCDIC (still needs documenting)
25326 From: pvhp@forte.com (Peter Prymmer)
25327 Date: Thu, 6 Aug 98 18:09:39 PDT
25328 Message-Id: <9808070109.AA06158@forte.com>
25329 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
25330 Branch: perl
25331 ! README.os390 t/lib/searchdict.t
25332____________________________________________________________________________
25333[ 1801] By: gsar on 1998/09/23 02:54:15
25334 Log: silence redefined warning for XS(INIT) {}
25335 Branch: perl
25336 ! op.c
25337____________________________________________________________________________
25338[ 1800] By: gsar on 1998/09/23 02:42:23
25339 Log: support match indices via special variables @- and @+
25340 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25341 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
25342 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
25343 Subject: [PATCH 5.004_76] @- and @+
25344 Branch: perl
25345 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
25346 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
25347____________________________________________________________________________
25348[ 1799] By: gsar on 1998/09/23 01:44:31
25349 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25350 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
25351 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
25352 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
25353 Branch: perl
25354 ! regcomp.c t/op/re_tests
25355____________________________________________________________________________
25356[ 1798] By: gsar on 1998/09/23 01:39:23
25357 Log: integrate maint-5.005 changes (except conflicting change#1794)
25358 Branch: perl
25359 ! Changes
25360 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
25361 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
25362 !> win32/win32.h
25363____________________________________________________________________________
25364[ 1797] By: gsar on 1998/09/23 01:32:36
25365 Log: add note to win32/Makefile about setting CCHOME
25366 Branch: perl
25367 ! win32/Makefile win32/makefile.mk
25368____________________________________________________________________________
25369[ 1796] By: gsar on 1998/09/23 01:31:32
25370 Log: perl.pod tweak
25371 Branch: perl
25372 ! pod/perl.pod
25373____________________________________________________________________________
25374[ 1795] By: gsar on 1998/09/21 20:34:10
25375 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
25376 Branch: perl
25377 ! lib/ExtUtils/xsubpp
25378____________________________________________________________________________
25379[ 1789] By: gsar on 1998/09/18 18:01:37
25380 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
25381 Branch: perl
25382 ! cop.h t/cmd/for.t
25383____________________________________________________________________________
25384[ 1788] By: gsar on 1998/09/17 02:19:11
25385 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
25386 Branch: perl
25387 ! win32/config.bc win32/config.gc win32/config.vc
25388____________________________________________________________________________
25389[ 1787] By: gsar on 1998/09/17 01:45:14
25390 Log: suppress bogus warning on C<sub x {} x()>
25391 Branch: perl
25392 ! toke.c
25393____________________________________________________________________________
25394[ 1786] By: gsar on 1998/09/17 01:42:51
25395 Log: ntohl typo in objXSUB.h
25396 Branch: perl
25397 ! objXSUB.h
25398____________________________________________________________________________
25399[ 1785] By: gsar on 1998/09/17 01:41:48
25400 Log: fill gaps in sig_* entries in win32/config.?c
25401 Branch: perl
25402 ! win32/config.bc win32/config.gc win32/config.vc
25403____________________________________________________________________________
25404[ 1781] By: larry on 1998/09/05 23:48:24
25405 Log: tr/// logic was hosed under utf8
25406 Branch: perl
25407 ! doop.c op.c op.h pp.c proto.h
25408____________________________________________________________________________
25409[ 1780] By: larry on 1998/09/05 23:44:16
25410 Log: several new tests needed tweaking to work under utf8
25411 Branch: perl
25412 ! t/comp/require.t t/op/pack.t t/op/substr.t
25413____________________________________________________________________________
25414[ 1779] By: larry on 1998/09/05 23:41:42
25415 Log: index() applied BM optimization to wrong argument
25416 Branch: perl
25417 ! op.c util.c
25418____________________________________________________________________________
25419[ 1778] By: larry on 1998/09/05 23:38:29
25420 Log: Implicit require during compile reset line numbering
25421 Branch: perl
25422 ! pp_ctl.c
25423
25424----------------
25425Version 5.005_51
599cee73
PM
25426----------------
25427
25428____________________________________________________________________________
2b336d57
GS
25429[ 1777] By: gsar on 1998/08/10 07:02:38
25430 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
25431 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
25432 lexical warning testsuite for win32
25433 Branch: perl
25434 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
25435 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
25436 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
25437 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
87de1672
GS
25438 ! win32/Makefile win32/makefile.mk
25439____________________________________________________________________________
dfe13c55
GS
25440[ 1776] By: gsar on 1998/08/09 17:53:48
25441 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
25442 Branch: perl
25443 ! Changes MANIFEST perl.c pod/perlhist.pod
25444____________________________________________________________________________
2aea9f8a
GS
25445[ 1775] By: gsar on 1998/08/09 14:35:33
25446 Log: tweak warning test
25447 Branch: perl
25448 ! t/pragma/warn-toke
25449____________________________________________________________________________
25450[ 1774] By: gsar on 1998/08/09 14:13:46
25451 Log: add missing dTHR; notes for test failures due to small stacksize
25452 Branch: perl
25453 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
25454 ! toke.c universal.c util.c
25455____________________________________________________________________________
25456[ 1773] By: gsar on 1998/08/09 11:31:53
25457 Log: lexical warnings; tweaks to places that didn't apply correctly
25458 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
25459 Date: Wed, 29 Jul 1998 09:28:45 BST
25460 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
25461 Subject: lexical warnings patch for 5.005_50
25462 Branch: perl
25463 + README.lexwarn lib/warning.pm t/pragma/warn-2use
25464 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
25465 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
25466 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
25467 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
25468 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
25469 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
25470 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
25471 + warning.h warning.pl
25472 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
25473 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
25474 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
25475 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
25476 ! universal.c util.c
25477____________________________________________________________________________
599cee73
PM
25478[ 1772] By: gsar on 1998/08/08 23:06:00
25479 Log: bump patchlevel to 5.005_51
25480 Branch: perl
25481 ! patchlevel.h win32/Makefile win32/config_H.bc
25482 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25483____________________________________________________________________________
25484[ 1771] By: gsar on 1998/08/08 23:01:57
25485 Log: fix bogus warning on "\x{123}"
25486 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
25487 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
25488 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
25489 Subject: [5.005_50 PATCH] Some unicode problems
25490 Branch: perl
25491 ! regcomp.c toke.c
25492____________________________________________________________________________
25493[ 1770] By: gsar on 1998/08/08 22:56:55
25494 Log: hide dup symbol for static build of ext/re
25495 From: Dominic Dunlop <domo@ppp72.vo.lu>
25496 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
25497 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
25498 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
25499 Branch: perl
25500 ! regcomp.c
25501____________________________________________________________________________
25502[ 1769] By: gsar on 1998/08/08 22:45:06
25503 Log: fix double free on -Mutf8 -e '$b=uc("")'
25504 From: larry@wall.org (Larry Wall)
25505 Date: Fri, 7 Aug 1998 14:42:43 -0700
25506 Message-Id: <199808072142.OAA14920@wall.org>
25507 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
25508 Branch: perl
25509 ! pp.c
25510____________________________________________________________________________
25511[ 1768] By: gsar on 1998/08/08 22:42:29
25512 Log: substr() assumes utf8 without say-so
25513 From: larry@wall.org (Larry Wall)
25514 Date: Fri, 7 Aug 1998 12:25:12 -0700
25515 Message-Id: <199808071925.MAA13436@wall.org>
25516 Subject: [PATCH 5.005_50] substr bug?
25517 Branch: perl
25518 ! pp.c
25519____________________________________________________________________________
25520[ 1767] By: gsar on 1998/08/08 22:38:25
25521 Log: fix intolerance of SWASHes for blank lines
25522 From: Gisle Aas <aas@sn.no>
25523 Date: 06 Aug 1998 23:28:57 +0200
25524 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
25525 Subject: Re: Re[2]: another joyride begins
25526 Branch: perl
25527 ! lib/utf8_heavy.pl
25528____________________________________________________________________________
25529[ 1766] By: gsar on 1998/08/08 22:33:10
25530 Log: utf8 doc tweak
25531 From: Gisle Aas <aas@sn.no>
25532 Date: 05 Aug 1998 00:41:04 +0200
25533 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
25534 Subject: Matching clumps
25535 Branch: perl
25536 ! lib/utf8.pm
25537____________________________________________________________________________
25538[ 1765] By: gsar on 1998/08/08 22:31:37
25539 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
25540 From: Gisle Aas <aas@sn.no>
25541 Date: 04 Aug 1998 22:56:11 +0200
25542 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
25543 Subject: Re: another joyride begins
25544 Branch: perl
25545 ! lib/utf8_heavy.pl
25546____________________________________________________________________________
25547[ 1764] By: gsar on 1998/08/08 22:28:43
25548 Log: From: larry@wall.org (Larry Wall)
25549 Date: Tue, 4 Aug 1998 17:04:51 -0700
25550 Message-Id: <199808050004.RAA22592@wall.org>
25551 Subject: [PATCH 5.005_50] \pX not implemented!
25552 Branch: perl
25553 ! regcomp.c
25554____________________________________________________________________________
25555[ 1763] By: gsar on 1998/08/08 22:27:15
25556 Log: From: Stephen McCamant <alias@mcs.com>
25557 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
25558 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
25559 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
25560 Branch: perl
25561 ! op.c
25562____________________________________________________________________________
25563[ 1762] By: gsar on 1998/08/08 22:26:09
25564 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
25565 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
25566 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
25567 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
25568 Branch: perl
25569 + t/op/grent.t t/op/pwent.t
25570 ! MANIFEST
25571____________________________________________________________________________
25572[ 1761] By: gsar on 1998/08/08 22:21:52
25573 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25574 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
25575 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
25576 Subject: [5.005_50 PATCH] misprint in RE engine
25577 Branch: perl
25578 ! regexec.c t/op/re_tests
25579____________________________________________________________________________
25580[ 1760] By: gsar on 1998/08/08 22:18:54
25581 Log: integrate maint-5.005 changes into mainline
25582 Branch: perl
25583 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
25584 !> (integrate 138 files)
25585____________________________________________________________________________
25586[ 1672] By: gsar on 1998/07/27 18:35:28
25587 Log: create new Changes
25588 Branch: perl
25589 + Changes
25590 ! Changes5.005 MANIFEST
25591____________________________________________________________________________
25592[ 1671] By: gsar on 1998/07/27 18:30:57
25593 Log: rename Changes --> Changes5.005
25594 Branch: perl
25595 +> Changes5.005
25596 - Changes
25597____________________________________________________________________________
25598[ 1670] By: gsar on 1998/07/27 18:10:14
25599 Log: integrate 5.005_01 changes from maint
25600 Branch: perl
25601 ! Changes
25602 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
25603 !> win32/win32.c
25604____________________________________________________________________________
25605[ 1667] By: nick on 1998/07/26 14:31:01
25606 Log: Add dTHR so that it compiles miniperl in threaded mode
25607 Branch: perl
25608 ! doop.c mg.c regcomp.c regexec.c
25609____________________________________________________________________________
25610[ 1666] By: nick on 1998/07/26 13:01:10
25611 Log: Resolve ansiperl against mainline (@1648?)
25612 Unclear that change number has "taken".
25613 Branch: ansiperl
25614 +> (branch 169 files)
25615 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
25616 !> (integrate 131 files)
25617
25618----------------
25619Version 5.005_50
527cc686
GS
25620----------------
25621
25622____________________________________________________________________________
25623[ 1665] By: gsar on 1998/07/26 05:38:48
25624 Log: add trailing newline to file
25625 Branch: perl
25626 ! Changes lib/unicode/blocks.txt
25627____________________________________________________________________________
25628[ 1664] By: gsar on 1998/07/26 05:08:48
25629 Log: integrate proto.h additions from maint-5.005
25630 Branch: perl
25631 !> pod/perlhist.pod proto.h
25632____________________________________________________________________________
25633[ 1663] By: gsar on 1998/07/26 05:07:05
25634 Log: add new files to MANIFEST; add missing prototypes to proto.h;
25635 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
25636 add typecasts to silence warnings; tweaks for win32 builds
25637 Branch: perl
25638 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
25639 ! win32/Makefile win32/makefile.mk
25640____________________________________________________________________________
25641[ 1662] By: gsar on 1998/07/26 05:01:52
25642 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
25643 Branch: maint-5.005/perl
25644 ! pod/perlhist.pod proto.h
25645____________________________________________________________________________
25646[ 1661] By: gsar on 1998/07/26 02:52:48
25647 Log: up patchlevel to 5.005_50
25648 Branch: perl
25649 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
25650 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
25651____________________________________________________________________________
25652[ 1660] By: gsar on 1998/07/26 02:43:57
25653 Log: integrate utfperl
25654 Branch: perl
25655 +> (branch 162 files)
25656 !> (integrate 29 files)
25657____________________________________________________________________________
25658[ 1659] By: gsar on 1998/07/26 02:38:22
25659 Log: integrate maint-5.005 changes
25660 Branch: perl
25661 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
25662 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
25663 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
25664 !> vms/descrip_mms.template vms/subconfigure.com
25665____________________________________________________________________________
25666[ 1658] By: gsar on 1998/07/26 02:23:46
25667 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
25668 Date: Fri, 24 Jul 1998 11:38:25 -0700
25669 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
25670 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
25671 --
25672 Date: Fri, 24 Jul 1998 12:30:36 -0700
25673 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
25674 Subject: [PATCH 5.005]Tweaks to README.vms
25675 --
25676 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
25677 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
25678 Subject: [PATCH 5.005] Final build cleanup patch
25679 Branch: maint-5.005/perl
25680 ! README.vms vms/descrip_mms.template vms/subconfigure.com
25681____________________________________________________________________________
25682[ 1657] By: gsar on 1998/07/26 02:19:50
25683 Log: another platform where pp_sselect() needs a whole fd_set buffer
25684 From: Lupe Christoph <lupe@alanya.m.isar.de>
25685 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
25686 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
25687 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
25688 Branch: maint-5.005/perl
25689 ! pp_sys.c
25690____________________________________________________________________________
25691[ 1656] By: gsar on 1998/07/26 02:12:46
25692 Log: fix problem building modules on dos-djgpp
25693 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
25694 Date: Sat, 25 Jul 1998 00:53:39 +0200
25695 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
25696 Subject: [PATCH 5.005] dos-djgpp and modules problem
25697 Branch: maint-5.005/perl
25698 ! djgpp/fixpmain
25699____________________________________________________________________________
25700[ 1655] By: gsar on 1998/07/26 02:11:09
25701 Log: From: Tom Spindler <dogcow@home.merit.edu>
25702 Date: Wed, 22 Jul 1998 16:11:07 -0400
25703 Message-ID: <19980722161107.A16813@home.merit.edu>
25704 Subject: [PATCH 5.005] BeOS tweak
25705 Branch: maint-5.005/perl
25706 ! hints/beos.sh
25707____________________________________________________________________________
25708[ 1654] By: gsar on 1998/07/26 02:09:29
25709 Log: various pod tweaks
25710 Branch: maint-5.005/perl
25711 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
25712 ! pod/perltoc.pod
25713____________________________________________________________________________
25714[ 1653] By: gsar on 1998/07/26 02:05:46
25715 Log: fix emacs/ptags for PL_* changes
25716 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25717 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
25718 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
25719 Subject: [PATCH 5.004_76] Yet better ptags
25720 Branch: maint-5.005/perl
25721 ! emacs/ptags
25722____________________________________________________________________________
25723[ 1652] By: gsar on 1998/07/26 02:03:01
25724 Log: fix behavior of <=> on bigints
25725 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25726 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
25727 Date: Fri, 24 Jul 1998 18:29:53 +0100
25728 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
25729 Branch: maint-5.005/perl
25730 ! lib/Math/BigInt.pm t/lib/bigintpm.t
25731____________________________________________________________________________
25732[ 1651] By: larry on 1998/07/24 05:44:33
25733 Log: Here are the long-expected Unicode/UTF-8 modifications.
25734 Branch: utfperl
25735 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
25736 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
25737 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
25738 + lib/unicode/Decomposition.pl
25739 + lib/unicode/In/AlphabeticPresentationForms.pl
25740 + lib/unicode/In/Arabic.pl
25741 + lib/unicode/In/ArabicPresentationForms-A.pl
25742 + lib/unicode/In/ArabicPresentationForms-B.pl
25743 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25744 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25745 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25746 + lib/unicode/In/BoxDrawing.pl
25747 + lib/unicode/In/CJKCompatibility.pl
25748 + lib/unicode/In/CJKCompatibilityForms.pl
25749 + lib/unicode/In/CJKCompatibilityIdeographs.pl
25750 + lib/unicode/In/CJKSymbolsandPunctuation.pl
25751 + lib/unicode/In/CJKUnifiedIdeographs.pl
25752 + lib/unicode/In/CombiningDiacriticalMarks.pl
25753 + lib/unicode/In/CombiningHalfMarks.pl
25754 + lib/unicode/In/CombiningMarksforSymbols.pl
25755 + lib/unicode/In/ControlPictures.pl
25756 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25757 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25758 + lib/unicode/In/EnclosedAlphanumerics.pl
25759 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
25760 + lib/unicode/In/GeneralPunctuation.pl
25761 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25762 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25763 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25764 + lib/unicode/In/HalfwidthandFullwidthForms.pl
25765 + lib/unicode/In/HangulCompatibilityJamo.pl
25766 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25767 + lib/unicode/In/Hebrew.pl
25768 + lib/unicode/In/HighPrivateUseSurrogates.pl
25769 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25770 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
25771 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25772 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
25773 + lib/unicode/In/LatinExtended-A.pl
25774 + lib/unicode/In/LatinExtended-B.pl
25775 + lib/unicode/In/LatinExtendedAdditional.pl
25776 + lib/unicode/In/LetterlikeSymbols.pl
25777 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25778 + lib/unicode/In/MathematicalOperators.pl
25779 + lib/unicode/In/MiscellaneousSymbols.pl
25780 + lib/unicode/In/MiscellaneousTechnical.pl
25781 + lib/unicode/In/NumberForms.pl
25782 + lib/unicode/In/OpticalCharacterRecognition.pl
25783 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25784 + lib/unicode/In/SmallFormVariants.pl
25785 + lib/unicode/In/SpacingModifierLetters.pl
25786 + lib/unicode/In/Specials.pl
25787 + lib/unicode/In/SuperscriptsandSubscripts.pl
25788 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
25789 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25790 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25791 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
25792 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
25793 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
25794 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
25795 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
25796 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
25797 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
25798 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
25799 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
25800 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
25801 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
25802 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
25803 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
25804 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
25805 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
25806 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
25807 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
25808 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
25809 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
25810 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
25811 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
25812 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
25813 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
25814 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
25815 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
25816 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
25817 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
25818 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
25819 + lib/unicode/JamoShort.pl lib/unicode/Makefile
25820 + lib/unicode/Name.pl lib/unicode/Number.pl
25821 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
25822 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
25823 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
25824 + lib/unicode/blocks.txt lib/unicode/index2.txt
25825 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
25826 + lib/unicode/names2.txt lib/unicode/props2.txt
25827 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
25828 + utf8.c utf8.h
25829 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
25830 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
25831 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
25832 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
25833 ! t/op/vec.t toke.c util.c vms/vmsish.h
25834____________________________________________________________________________
25835[ 1650] By: gsar on 1998/07/24 04:06:48
25836 Log: create utfperl branch
25837 Branch: utfperl
25838 +> (branch 1079 files)
25839____________________________________________________________________________
25840[ 1649] By: gsar on 1998/07/24 03:56:56
25841 Log: create maint-5.005 branch
25842 Branch: maint-5.005/perl
25843 +> (branch 1079 files)
25844____________________________________________________________________________
25845[ 1648] By: gsar on 1998/07/24 03:36:35
25846 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)
25847 Branch: perl
25848 ! Changes
25849