bump patchlevel; other minor fixes for clean build and test on
[p5sagit/p5-mst-13.2.git] / Changes
CommitLineData
527cc686 1Please note: This file provides a summary of significant changes
2between versions and sub-versions of Perl, not necessarily a complete
3list of each modification. If you'd like more detailed information,
4please consult the comments in the patches on which the relevant
5release of Perl is based. (Patches can be found on any CPAN
6site, in the .../src/5.0 directory for full version releases,
7or in the .../src/5/0/unsupported directory for sub-version
8releases.)
9
10
11 ---------------
12 CAST AND CREW
13 ---------------
14
15To give due honor to those who have made Perl what is is today,
16here are some of the more common names in the Changes file, and their
17current addresses (as of July 1998):
18
19 Gisle Aas <gisle@aas.no>
20 Abigail <abigail@fnx.com>
21 Kenneth Albanowski <kjahds@kjahds.com>
22 Russ Allbery <rra@stanford.edu>
23 Graham Barr <gbarr@ti.com>
24 Spider Boardman <spider@orb.nashua.nh.us>
25 Tom Christiansen <tchrist@perl.com>
26 Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27 M. J. T. Guy <mjtg@cus.cam.ac.uk>
28 Jarkko Hietaniemi <jhi@iki.fi>
29 Nick Ing-Simmons <nik@tiuk.ti.com>
30 Andreas Koenig <a.koenig@mind.de>
31 Doug MacEachern <dougm@opengroup.org>
32 Paul Marquess <pmarquess@bfsec.bt.co.uk>
33 Stephen McCamant <alias@mcs.com>
34 Laszlo Molnar <molnarl@cdata.tvnet.hu>
35 Hans Mulder <hansmu@xs4all.nl>
36 Matthias Neeracher <neeri@iis.ee.ethz.ch>
37 Jeff Okamoto <okamoto@hpcc123.corp.hp.com>
38 Ulrich Pfeifer <pfeifer@charly.informatik.uni-dortmund.de>
39 Tom Phoenix <rootbeer@teleport.com>
40 Joshua Pritikin <joshua.pritikin@db.com>
41 Norbert Pueschel <pueschel@imsdd.meb.uni-bonn.de>
42 Dean Roehrich <roehrich@cray.com>
43 Hugo van der Sanden <hv@crypt0.demon.co.uk>
44 Roderick Schertler <roderick@argon.org>
455ece5e 45 Kurt D. Starsinic <kstar@isinet.com>
527cc686 46 Dan Sugalski <sugalskd@osshe.edu>
47 Larry W. Virden <lvirden@cas.org>
48 Ilya Zakharevich <ilya@math.ohio-state.edu>
49
50And the Keepers of the Patch Pumpkin:
51
bd3fa61c 52 Charles Bailey <bailey@newman.upenn.edu>
527cc686 53 Malcolm Beattie <mbeattie@sable.ox.ac.uk>
54 Tim Bunce <Tim.Bunce@ig.co.uk>
55 Andy Dougherty <doughera@lafcol.lafayette.edu>
56 Gurusamy Sarathy <gsar@engin.umich.edu>
57 Chip Salzenberg <chip@perl.com>
58
59And, of course, the Author of Perl:
60
61 Larry Wall <larry@wall.org>
62
63
64NOTE: Each change entry shows the change number; who checked it into the
65repository; when; description of the change; which branch the change
66happened in; and the affected files. The file lists have a short symbolic
67indicator:
68
69 ! modified
70 + added
71 - deleted
72 +> branched (from elsewhere)
73 !> merged changes (from elsewhere)
74
75
76----------------
9f6ab407 77Version 5.005_53 Development release working toward 5.006
2e2b7522 78----------------
79
80____________________________________________________________________________
0f4592ef 81[ 2162] By: gsar on 1998/10/31 09:40:31
82 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
83 Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
84 Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
85 Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
86 Branch: perl
87 ! pp.h
88____________________________________________________________________________
89[ 2161] By: gsar on 1998/10/31 09:39:13
90 Log: From: Albert Dvornik <bert@genscan.com>
91 Date: 30 Oct 1998 17:50:04 -0500
92 Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
93 Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
94 Branch: perl
95 ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
96____________________________________________________________________________
97[ 2160] By: gsar on 1998/10/31 09:35:03
98 Log: fix for bugs in -x mode
99 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
100 Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
101 Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
102 Subject: [PATCH 5.00552] Fix h2xs
103 Branch: perl
104 ! utils/h2xs.PL
105____________________________________________________________________________
106[ 2159] By: gsar on 1998/10/31 09:31:36
107 Log: Data::Dumper update
108 Branch: perl
109 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
110 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
111____________________________________________________________________________
112[ 2153] By: gsar on 1998/10/30 21:40:09
113 Log: add testsuite portion of patch
114 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
115 Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
116 Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
117 Subject: [PATCH 5.00321 ;-)] 87% speedup
118 Branch: perl
119 + t/op/lex_assign.t
120 ! MANIFEST
121____________________________________________________________________________
122[ 2152] By: gsar on 1998/10/30 21:08:11
123 Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
124 Branch: perl
125 ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
126____________________________________________________________________________
127[ 2151] By: gsar on 1998/10/30 20:18:09
128 Log: From: Mark-Jason Dominus <mjd@plover.com>
129 Date: Fri, 30 Oct 1998 14:24:23 EST
130 Message-Id: <19981030192423.27276.qmail@plover.com>
131 Subject: PATCH: (5.005_02) a2p should use `chomp' instead of `chop'
132 Branch: perl
133 ! x2p/walk.c
134____________________________________________________________________________
135[ 2150] By: gsar on 1998/10/30 20:08:57
136 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
137 Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
138 Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
139 Subject: [PATCH 5.00552] Overloaded <> and deref again
140 Branch: perl
141 ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
142 ! t/pragma/overload.t toke.c
143____________________________________________________________________________
144[ 2149] By: gsar on 1998/10/30 19:38:15
145 Log: From: Roderick Schertler <roderick@argon.org>
146 Date: Thu, 29 Oct 1998 14:50:18 -0500
147 Message-ID: <17625.909690618@eeyore.ibcinc.com>
148 Subject: patch for daemonization docs in perlipc
149 Branch: perl
150 ! pod/perlipc.pod
151____________________________________________________________________________
152[ 2148] By: gsar on 1998/10/30 19:36:07
153 Log: From: Anton Berezin <tobez@plab.ku.dk>
154 Date: 29 Oct 1998 17:06:25 +0100
155 Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
156 Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
157 Branch: perl
158 ! win32/win32.c
159____________________________________________________________________________
160[ 2147] By: gsar on 1998/10/30 19:31:37
161 Log: tweaked version of suggested patch
162 From: Anton Berezin <tobez@plab.ku.dk>
163 Date: 29 Oct 1998 14:48:54 +0100
164 Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
165 Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
166 Branch: perl
167 ! win32/win32.c
168____________________________________________________________________________
169[ 2146] By: gsar on 1998/10/30 19:03:50
170 Log: hand-apply whitespace-mutiliated patch
171 From: "vishal bhatia" <vishalb@hotmail.com>
172 Date: Wed, 28 Oct 1998 23:45:32 PST
173 Message-ID: <19981029074534.2334.qmail@hotmail.com>
174 Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
175 Branch: perl
176 ! ext/B/B/C.pm ext/B/B/CC.pm
177____________________________________________________________________________
178[ 2145] By: gsar on 1998/10/30 18:46:58
179 Log: remaining PL_foo stragglers
180 Branch: perl
181 ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
182 ! op.h os2/os2.c vms/gen_shrfls.pl
183____________________________________________________________________________
184[ 2144] By: gsar on 1998/10/30 17:38:36
185 Log: integrate cfgperl tweaks into mainline
186 Branch: perl
187 !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
188 !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
189____________________________________________________________________________
190[ 2143] By: jhi on 1998/10/30 13:27:39
191 Log: There can be multiple yacc/bison errors.
192 Branch: cfgperl
193 ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
194____________________________________________________________________________
195[ 2142] By: jhi on 1998/10/30 13:18:43
196 Log: README.posix-bc update.
197 Branch: cfgperl
198 ! README.posix-bc
199____________________________________________________________________________
200[ 2141] By: jhi on 1998/10/30 09:12:59
201 Log: #2133 fallout.
202 Branch: cfgperl
203 ! doio.c ext/POSIX/POSIX.xs
204____________________________________________________________________________
205[ 2140] By: jhi on 1998/10/30 08:43:18
206 Log: Integrate from mainperl.
207 Branch: cfgperl
208 +> globvar.sym pp.sym
209 - objpp.h thread.sym
210 !> (integrate 61 files)
211____________________________________________________________________________
212[ 2133] By: gsar on 1998/10/30 02:51:39
213 Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
214 (objpp.h is gone, embed.pl now does some of that); objXSUB.h
215 should soon be automated also; the global variables that
216 escaped the PL_foo conversion are now reined in; renamed
217 MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
218 type of same name; duplicated lists of pp_things in various
219 places is now gone; result has only been tested on win32
220 Branch: perl
221 + globvar.sym pp.sym
222 - objpp.h thread.sym
223 ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
224 ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
225 ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
226 ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
227 ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
228 ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
229 ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
230 ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
231 ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
232 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
233 ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
234____________________________________________________________________________
235[ 2130] By: jhi on 1998/10/29 15:31:26
236 Log: Pure bison yylex() proto was broken.
237 Branch: cfgperl
238 ! proto.h
239____________________________________________________________________________
240[ 2126] By: jhi on 1998/10/29 08:35:54
241 Log: Integrate mainperl.
242 Branch: cfgperl
243 !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
244 !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
245 !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
246 !> t/pragma/warn/doio toke.c win32/makefile.mk
247____________________________________________________________________________
248[ 2125] By: jhi on 1998/10/29 08:32:38
249 Log: EBCDIC Makefile.SH iteration converges. Hopefully.
250 Branch: cfgperl
251 ! Makefile.SH
252____________________________________________________________________________
253[ 2124] By: jhi on 1998/10/29 08:06:44
254 Log: EBCDIC Makefile.SH tuneup.
255 Branch: cfgperl
256 ! Makefile.SH
257____________________________________________________________________________
258[ 2119] By: gsar on 1998/10/28 23:24:04
259 Log: remove doubled hunk from integration
260 Branch: perl
261 ! pp.c
262____________________________________________________________________________
263[ 2118] By: gsar on 1998/10/28 22:03:31
264 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
265 Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
266 Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
267 Subject: [PATCH 5.00552] Minor debugger tweaks
268 Branch: perl
269 ! lib/perl5db.pl
270____________________________________________________________________________
271[ 2117] By: gsar on 1998/10/28 22:02:30
272 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
273 Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
274 Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
275 Subject: [PATCH 5.00552] Make sort respect overloading
276 Branch: perl
277 ! pp_ctl.c proto.h t/pragma/overload.t
278____________________________________________________________________________
279[ 2116] By: gsar on 1998/10/28 21:51:11
280 Log: MM patches from Ilya Zakharevich
281 Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
282 Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
283 Subject: [PATCH 5.00552] Make MakeMaker more verbose
284 --
285 Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
286 Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
287 Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
288 Branch: perl
289 ! lib/ExtUtils/MakeMaker.pm
290____________________________________________________________________________
291[ 2115] By: gsar on 1998/10/28 21:46:19
292 Log: add explicit references to perl source path in ld2 and gcc2
293 Branch: perl
294 ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
295____________________________________________________________________________
296[ 2114] By: gsar on 1998/10/28 21:39:56
297 Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
298 Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
299 Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
300 Subject: [PATCH] Re: Problems with: Creating an installable tar archive
301 Branch: perl
302 ! INSTALL
303____________________________________________________________________________
304[ 2113] By: gsar on 1998/10/28 21:21:16
305 Log: integrate cfgperl into mainline
306 Branch: perl
307 +> t/op/filetest.t
308 !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
309 !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
310 !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
311 !> thread.h toke.c vmesa/Makefile
312____________________________________________________________________________
313[ 2112] By: gsar on 1998/10/28 21:14:18
314 Log: minor cleanup
315 Branch: perl
316 ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
317____________________________________________________________________________
318[ 2111] By: gsar on 1998/10/28 18:52:10
319 Log: smarter C<$SIG{FOO} = BAREWORD;> warning
320 Branch: perl
321 ! toke.c
322____________________________________________________________________________
323[ 2110] By: jhi on 1998/10/28 15:07:54
324 Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
325 Branch: cfgperl
326 ! Makefile.SH
327____________________________________________________________________________
328[ 2109] By: jhi on 1998/10/28 13:39:54
329 Log: a2p.y needs to generate also y.tab.h.
330 Branch: cfgperl
331 ! Makefile.SH
332____________________________________________________________________________
333[ 2108] By: jhi on 1998/10/28 10:33:36
334 Log: The "parse error" must be converted to "syntax error",
335 just matching it aint' enough.
336 Branch: cfgperl
337 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
338 ! t/pragma/warning.t
339____________________________________________________________________________
340[ 2107] By: jhi on 1998/10/28 10:23:05
341 Log: Regen sig_n{ame,umber}* if slightest doubt.
342 Branch: cfgperl
343 ! Configure
344____________________________________________________________________________
345[ 2106] By: jhi on 1998/10/28 08:44:49
346 Log: Bison says 'parse error', not 'parser error'.
347 Branch: cfgperl
348 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
349 ! t/pragma/warning.t
350____________________________________________________________________________
351[ 2105] By: jhi on 1998/10/28 08:42:09
352 Log: yylex() parametrization.
353 Branch: cfgperl
354 ! proto.h toke.c
355____________________________________________________________________________
356[ 2104] By: jhi on 1998/10/28 08:25:09
357 Log: Bring in #2102.
358 Branch: cfgperl
359 ! pp.c
360____________________________________________________________________________
361[ 2103] By: jhi on 1998/10/28 08:22:04
362 Log: From: Dominic Dunlop <domo@vo.lu>
363 Subject: [PATCH 5.005_02] Re: perl5.004_04 testing problem
364 Date: 27 Oct 1998 20:47:25 +0200
365 Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
366 Branch: cfgperl
367 ! t/op/groups.t
368____________________________________________________________________________
369[ 2102] By: larry on 1998/10/27 18:58:55
370 Log: utf8 change to quotemeta broke EBCDIC
371 Branch: perl
372 ! pp.c
373____________________________________________________________________________
374[ 2101] By: jhi on 1998/10/27 12:55:34
375 Log: $Config{sig_num_init}.
376 Also, a new approach to the 'pthreads-created-joinable': drop
377 it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
378 directly. (See also #2096).
379 Branch: cfgperl
380 ! Configure config_h.SH
381____________________________________________________________________________
382[ 2100] By: jhi on 1998/10/27 10:48:55
383 Log: Regenerated perly_c.diff.
384 Branch: cfgperl
385 ! perly_c.diff
386____________________________________________________________________________
387[ 2099] By: jhi on 1998/10/27 08:42:25
388 Log: First the mangler was Netscape, then it was me.
389 Branch: cfgperl
390 ! vmesa/Makefile
391____________________________________________________________________________
392[ 2098] By: jhi on 1998/10/27 08:34:40
393 Log: `id -Gn` might be available where `groups` is not.
394 Branch: cfgperl
395 ! t/op/groups.t
396____________________________________________________________________________
397[ 2097] By: jhi on 1998/10/27 08:05:17
398 Log: Netscape had mangled the tabs.
399 Branch: cfgperl
400 ! vmesa/Makefile
401____________________________________________________________________________
402[ 2096] By: jhi on 1998/10/27 08:03:05
403 Log: ATTR_JOINABLE logic, based on (private email)
404
405 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
406 Subject: Some little diffs
407 Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
408 Date: Tue, 27 Oct 1998 13:44:42 +1300
409 Branch: cfgperl
410 ! thread.h
411____________________________________________________________________________
412[ 2095] By: jhi on 1998/10/27 07:56:57
413 Log: Mach cthreads support based on:
414
415 From: brie@corp.home.net (Brian Harrison)
416 Subject: perl5.005_02 patch for mthreads
417 To: perl5-porters@perl.org
418 Date: 24 Oct 1998 01:01:55 +0300
419 Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
420
421 Pthread yield probe (dejavu)
422 Cosmetic nanochange for the union semun output.
423 Better inttypes.h probe.
424 Undo the 'void *' $selecttype probe from #1971 because
425 it breaks the $selectminbits test.
426 Branch: cfgperl
427 ! Configure config_h.SH perl.h thread.h
428____________________________________________________________________________
429[ 2094] By: jhi on 1998/10/26 13:02:07
430 Log: Also posix-bc wants to reyacc.
431 Branch: cfgperl
432 ! Makefile.SH
433____________________________________________________________________________
434[ 2093] By: jhi on 1998/10/26 10:17:21
435 Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
436 5_02 and really breaking things in non-ASCII worlds.
437 Branch: cfgperl
438 ! pp.c
439____________________________________________________________________________
440[ 2092] By: jhi on 1998/10/26 09:08:00
441 Log: More robustness.
442 Branch: cfgperl
443 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
444 ! t/pragma/warning.t
445____________________________________________________________________________
446[ 2091] By: jhi on 1998/10/26 08:47:32
447 Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
448 Bison really wants YYLEX_PARAM.
449 Branch: cfgperl
450 ! perly.y proto.h toke.c
451____________________________________________________________________________
452[ 2090] By: jhi on 1998/10/26 08:21:25
453 Log: s/YYLEX_PARAM/YYLEXPARAM/
454 Branch: cfgperl
455 ! perly.y
456____________________________________________________________________________
457[ 2089] By: jhi on 1998/10/26 08:17:33
458 Log: Indicate skipped subtests.
459 Branch: cfgperl
460 ! t/io/pipe.t
461____________________________________________________________________________
462[ 2088] By: jhi on 1998/10/26 08:11:36
463 Log: Integrate from mainperl.
464 Branch: cfgperl
465 !> (integrate 54 files)
466____________________________________________________________________________
467[ 2087] By: jhi on 1998/10/26 08:08:02
468 Log: Add test for filetests.
469 Branch: cfgperl
470 + t/op/filetest.t
471 ! MANIFEST
472____________________________________________________________________________
473[ 2086] By: gsar on 1998/10/26 02:44:44
474 Log: various win32 tweaks; disable new xs_cpp section (it creates
475 ambiguous inference graph for %.xs --> %.o)
476 Branch: perl
477 ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
478 ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
479 ! win32/config.gc win32/config_H.gc win32/makedef.pl
480 ! win32/makefile.mk win32/win32.h
481____________________________________________________________________________
482[ 2085] By: gsar on 1998/10/26 00:50:02
483 Log: sanity-check $Config{drand01} in rand.t
484 Branch: perl
485 ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
486 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
487____________________________________________________________________________
488[ 2078] By: gsar on 1998/10/25 10:22:04
489 Log: update win32/config*.?c
490 Branch: perl
491 ! Changes win32/config.bc win32/config.gc win32/config.vc
492 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
493____________________________________________________________________________
104f9d64 494[ 2077] By: gsar on 1998/10/25 08:39:25
495 Log: From: Graham Barr <gbarr@pobox.com>
496 Date: Sat, 24 Oct 1998 21:45:50 -0500
497 Message-ID: <19981024214550.C508@pobox.com>
498 Subject: Re: die with a reference should use overload "" operator
499 Branch: perl
500 ! pp_ctl.c
501____________________________________________________________________________
502[ 2076] By: gsar on 1998/10/25 08:37:49
503 Log: From: Graham Barr <gbarr@pobox.com>
504 Date: Sat, 24 Oct 1998 12:45:21 -0500
505 Message-ID: <19981024124521.C512@pobox.com>
506 Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
507 Branch: perl
508 ! sv.c
509____________________________________________________________________________
510[ 2075] By: gsar on 1998/10/25 08:24:09
511 Log: fix C<print $n += 5;> etc.
512 Branch: perl
513 ! toke.c
514____________________________________________________________________________
515[ 2074] By: gsar on 1998/10/25 08:12:28
516 Log: list builtins with portability caveats
517 From: Jarkko Hietaniemi <jhi@iki.fi>
518 Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
519 Message-Id: <199810231105.OAA02411@alpha.hut.fi>
520 Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
521 Branch: perl
522 ! pod/perlfunc.pod
523____________________________________________________________________________
524[ 2073] By: gsar on 1998/10/25 07:55:43
525 Log: fix stack overrun in file test operators
526 Branch: perl
527 ! pp_sys.c
528____________________________________________________________________________
529[ 2072] By: gsar on 1998/10/25 07:29:45
530 Log: implement C<goto &func> and other fixes (via private mail)
531 From: "vishal bhatia" <vishalb@hotmail.com>
532 Date: Wed, 21 Oct 1998 22:59:03 PDT
533 Message-Id: <19981022055904.20083.qmail@hotmail.com>
534 Subject: [PATCH 5.005_52] More fixes for B
535 Branch: perl
536 ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
537____________________________________________________________________________
538[ 2071] By: gsar on 1998/10/25 07:14:41
539 Log: From: Graham Barr <gbarr@pobox.com>
540 Date: Sat, 17 Oct 1998 20:42:41 -0500
541 Message-ID: <19981017204241.G510@pobox.com>
542 Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
543 Branch: perl
544 ! pp_ctl.c
545____________________________________________________________________________
546[ 2070] By: gsar on 1998/10/25 07:07:29
547 Log: avoid bogus line number in XSUB redefined warnings
548 Branch: perl
549 ! op.c
550____________________________________________________________________________
551[ 2069] By: gsar on 1998/10/25 06:59:03
552 Log: From: Martijn Koster <mak@excitecorp.com>
553 Date: Wed, 21 Oct 1998 13:12:03 +0100
554 Message-ID: <19981021131203.A15661@excitecorp.com>
555 Subject: File::Path::mkpath reports the wrong error
556 Branch: perl
557 ! lib/File/Path.pm
558____________________________________________________________________________
559[ 2068] By: gsar on 1998/10/25 06:54:43
560 Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
561 Date: Tue, 20 Oct 1998 20:52:20 -0500
562 Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
563 Subject: Exporter.pm's export_to_level() argument handling buggy
564 Branch: perl
565 ! lib/Exporter.pm
566____________________________________________________________________________
567[ 2067] By: gsar on 1998/10/25 06:50:19
568 Log: From: jan.dubois@ibm.net (Jan Dubois)
569 Date: Wed, 21 Oct 1998 00:55:51 +0200
570 Message-ID: <36380269.55370608@smtp1.ibm.net>
571 Subject: Make _really_ sure Dynaloader.xs code is initialized only once
572 Branch: perl
573 ! ext/DynaLoader/DynaLoader_pm.PL
574____________________________________________________________________________
575[ 2066] By: gsar on 1998/10/25 06:48:19
576 Log: recognize '%' as a shell metachar for win32
577 From: jan.dubois@ibm.net (Jan Dubois)
578 Date: Tue, 20 Oct 1998 21:57:35 +0200
579 Message-ID: <3636ea31.49170453@smtp1.ibm.net>
580 Subject: [PATCH 5.005_02, Win32] Re: %ENV% not expanded in backquotes?
581 Branch: perl
582 ! win32/win32.c
583____________________________________________________________________________
584[ 2065] By: gsar on 1998/10/25 06:46:30
585 Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
586 Branch: perl
587 ! sv.c
588____________________________________________________________________________
589[ 2064] By: gsar on 1998/10/25 06:45:09
590 Log: From: Gisle Aas <gisle@aas.no>
591 Date: 20 Oct 1998 14:24:44 +0200
592 Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
593 Subject: ord() and unpack("U*",...) should not be negative
594 Branch: perl
595 ! pp.c
596____________________________________________________________________________
597[ 2063] By: gsar on 1998/10/25 06:42:29
598 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
599 Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
600 Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
601 Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
602 Branch: perl
603 ! os2/os2.c
604____________________________________________________________________________
605[ 2062] By: gsar on 1998/10/25 06:41:26
606 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
607 Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
608 Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
609 Subject: [PATCH 5.005_*] Speed up aassign
610 Branch: perl
611 ! pp_hot.c
612____________________________________________________________________________
613[ 2061] By: gsar on 1998/10/25 06:39:04
614 Log: From: Graham Barr <gbarr@pobox.com>
615 Date: Sat, 17 Oct 1998 22:22:02 -0500
616 Message-ID: <19981017222202.J510@pobox.com>
617 Subject: Re: '*' prototype does not allow bareword with strict
618 Branch: perl
619 ! toke.c
620____________________________________________________________________________
621[ 2060] By: gsar on 1998/10/25 06:37:34
622 Log: handle '::' in section names properly
623 From: Graham Barr <gbarr@pobox.com>
624 Date: Sat, 17 Oct 1998 12:57:54 -0500
625 Message-ID: <19981017125754.C510@pobox.com>
626 Subject: Re: pod2html
627 Branch: perl
628 ! lib/Pod/Html.pm
629____________________________________________________________________________
630[ 2059] By: gsar on 1998/10/25 06:33:43
631 Log: integrate changes#1982,2014,2021 (from maint-5.005)
632 Branch: perl
633 !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
634 !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
635____________________________________________________________________________
636[ 2058] By: gsar on 1998/10/25 05:44:17
637 Log: allow more win32 symbol exports (suggested by Jan Dubois)
638 Branch: perl
639 ! win32/makedef.pl
640____________________________________________________________________________
641[ 2057] By: gsar on 1998/10/25 05:40:40
642 Log: integrate change#2053 from maint-5.005
643 Branch: perl
644 !> cop.h t/cmd/while.t
645____________________________________________________________________________
646[ 2056] By: gsar on 1998/10/25 05:16:41
647 Log: commented version of a patch suggested by Drago Goricanec
648 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
649 Date: 16 Oct 1998 15:24:45 +0300
650 Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
651 Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
652 Branch: perl
653 ! pp_sys.c
654____________________________________________________________________________
655[ 2055] By: gsar on 1998/10/25 05:11:03
656 Log: include eof() in description of buffering caveats
657 From: Anton Berezin <tobez@plab.ku.dk>
658 Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
659 Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
660 Subject: [DOCPATCH] pod/perlfunc.pod
661 Branch: perl
662 ! pod/perlfunc.pod
663____________________________________________________________________________
664[ 2054] By: gsar on 1998/10/25 05:07:42
665 Log: disallow 'x' in hex numbers (except leading '0x')
666 From: Gisle Aas <gisle@aas.no>
667 Date: 16 Oct 1998 16:33:12 +0200
668 Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
669 Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
670 Branch: perl
671 ! perlvars.h t/op/oct.t util.c
672____________________________________________________________________________
104f9d64 673[ 2052] By: gsar on 1998/10/25 04:49:04
674 Log: avoid the circular refcnt logic in magic_mutexfree()
675 Branch: perl
676 ! mg.c pp.c pp_hot.c
677____________________________________________________________________________
678[ 2051] By: gsar on 1998/10/25 04:35:07
679 Log: properly restore PL_rsfp_filters after require
680 Branch: perl
681 ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
682 ! scope.h
683____________________________________________________________________________
684[ 2050] By: gsar on 1998/10/25 02:42:32
685 Log: integrate cfgperl changes back into mainline
686 Branch: perl
687 +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
688 +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
689 !> (integrate 33 files)
690____________________________________________________________________________
691[ 2049] By: gsar on 1998/10/25 01:30:48
692 Log: avoid "mysterious" compile-time failures without messages
693 Branch: perl
694 ! gv.c
695____________________________________________________________________________
104f9d64 696[ 2041] By: gsar on 1998/10/23 21:11:56
697 Log: checkin jpl under //depot/perlext/jpl/...
698 Branch: perlext
699 + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
700 + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
701 + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
702 + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
703 + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
704 + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
705 + jpl/PerlInterpreter/Makefile.PL
706 + jpl/PerlInterpreter/PerlInterpreter.c
707 + jpl/PerlInterpreter/PerlInterpreter.h
708 + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
709 + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
710 + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
711 + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
712 + jpl/get_jdk/jdk_hosts jpl/install-jpl
713____________________________________________________________________________
714[ 2040] By: larry on 1998/10/23 19:31:42
715 Log: chr(0xFFFFFFFF) didn't translate to utf8 character
716 Branch: perl
717 ! pp.c
718____________________________________________________________________________
719[ 2039] By: larry on 1998/10/23 18:48:34
720 Log: tr///d does not seem to work
721 Branch: perl
722 ! lib/utf8_heavy.pl
723____________________________________________________________________________
724[ 2038] By: larry on 1998/10/23 18:00:41
725 Log: Program with utf8 identifiers fails to compile
726 Branch: perl
727 ! doop.c gv.c op.c pp.c pp_hot.c toke.c
728____________________________________________________________________________
729[ 2037] By: jhi on 1998/10/23 14:04:51
730 Log: Test suite portability:
731 - posix-bc does not write to broken pipes
732 - filehand #11 only iff we have fork
733 - warning.t can now match $expected using regular expressions
734 Branch: cfgperl
735 ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
736 ! t/pragma/warning.t
737____________________________________________________________________________
738[ 2036] By: jhi on 1998/10/23 12:12:07
739 Log: yacc clarification.
740 Branch: cfgperl
741 ! README.posix-bc
742____________________________________________________________________________
743[ 2035] By: jhi on 1998/10/23 12:09:59
744 Log: Some C compilers get upset about 8-bit characters in /* comments. */
745 Branch: cfgperl
746 ! mg.c
747____________________________________________________________________________
748[ 2034] By: jhi on 1998/10/22 09:11:52
749 Log: Configure update: both for pthread_yield more robust
750 testing (all variants of pthread_attr_getdetachstate()) --
751 and because Configure was broken in major way! About 1000
752 last lines were truncated.
753 Branch: cfgperl
754 ! Configure
755____________________________________________________________________________
756[ 2033] By: jhi on 1998/10/22 07:47:10
757 Log: DJGPP feedback for #2028.
758 Branch: cfgperl
759 ! thread.h
760____________________________________________________________________________
761[ 2032] By: jhi on 1998/10/21 13:03:57
762 Log: yielding, the saga continues.
763 Branch: cfgperl
764 ! Configure config_h.SH
765 !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
766 !> t/op/goto.t t/pragma/constant.t
767____________________________________________________________________________
768[ 2031] By: jhi on 1998/10/21 09:15:42
769 Log: VM/ESA feedback for #2028.
770 Branch: cfgperl
771 ! Configure config_h.SH thread.h
772____________________________________________________________________________
773[ 2030] By: gsar on 1998/10/21 04:22:53
774 Log: fix handling of mayhaps-extended @_ in goto &sub
775 Branch: perl
776 ! av.c pp_ctl.c t/op/goto.t
777____________________________________________________________________________
778[ 2029] By: gsar on 1998/10/21 00:54:14
779 Log: restore sanity to "constant" references
780 Branch: perl
781 ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
782____________________________________________________________________________
783[ 2028] By: jhi on 1998/10/20 15:01:20
784 Log: OLD_PTHREADS_API reorganizing.
785 Branch: cfgperl
786 ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
787 ! vmesa/vmesaish.h
788____________________________________________________________________________
789[ 2027] By: jhi on 1998/10/20 14:14:51
790 Log: #2026 fallout.
791 Branch: cfgperl
792 ! Makefile.SH
793____________________________________________________________________________
794[ 2026] By: jhi on 1998/10/20 11:47:21
795 Log: VM/ESA update.
796 Branch: cfgperl
797 ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
798____________________________________________________________________________
799[ 2025] By: jhi on 1998/10/20 08:20:56
800 Log: 64-bitness, based on
801
802 From: Scott Henry <scotth@sgi.com>
803 To: perl-64bit@perl.org
804 Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
805 Subject: Re: Configure problems/questions...
806 Date: 19 Oct 1998 22:38:06 -0700
807 Branch: cfgperl
808 ! hints/irix_6.sh perl.h
809____________________________________________________________________________
810[ 2024] By: jhi on 1998/10/20 08:09:07
811 Log: Add lseeksize.
812 Branch: cfgperl
813 ! config_h.SH
814____________________________________________________________________________
815[ 2023] By: jhi on 1998/10/20 08:08:33
816 Log: Mumble about _yields() only when threaded.
817 Branch: cfgperl
818 ! Configure
819____________________________________________________________________________
820[ 2022] By: jhi on 1998/10/20 07:46:26
821 Log: Thinko at PTHREADS_CREATED_JOINABLE.
822 Branch: cfgperl
823 ! thread.h
824____________________________________________________________________________
825[ 2021] By: gbarr on 1998/10/20 01:25:23
826 Log: From: Chip Salzenberg <chip@perlsupport.com>
827 Date: Tue, 6 Oct 1998 13:33:05 -0400
828 Message-ID: <19981006133305.A2348@perlsupport.com>
829 Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
830 Branch: maint-5.005/perl
831 ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
832 ! t/op/tie.t
833____________________________________________________________________________
834[ 2020] By: jhi on 1998/10/19 09:15:53
835 Log: YIELD more robustly.
836 Branch: cfgperl
837 ! thread.h
838____________________________________________________________________________
839[ 2019] By: jhi on 1998/10/19 08:48:33
840 Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
841 the 'new' one (just like DJGPP, it seems).
842 Branch: cfgperl
843 ! thread.h
844____________________________________________________________________________
845[ 2018] By: jhi on 1998/10/19 07:02:44
846 Log: vmesaish.h doesn't exclude unixish.h.
847 Branch: cfgperl
848 ! perl.h
849____________________________________________________________________________
850[ 2017] By: jhi on 1998/10/19 06:44:19
851 Log: 1<<$randbits is not good for randbits=48.
852 Branch: cfgperl
853 ! t/op/rand.t
854____________________________________________________________________________
855[ 2016] By: jhi on 1998/10/19 06:39:47
856 Log: Make #2012 glob pattern more portable.
857 Branch: cfgperl
858 ! Makefile.SH
859____________________________________________________________________________
104f9d64 860[ 2014] By: gbarr on 1998/10/17 20:31:42
861 Log: Fix POSIX::sigprocmask not to check type of $old parameter
862 as it is output only
863 Branch: maint-5.005/perl
864 ! ext/POSIX/POSIX.xs
865____________________________________________________________________________
104f9d64 866[ 2012] By: jhi on 1998/10/17 15:04:23
867 Log: clean numbered core dumps and t/tmp[0-9]*.
868 Branch: cfgperl
869 ! Makefile.SH
870____________________________________________________________________________
871[ 2011] By: jhi on 1998/10/17 14:59:15
872 Log: More robust yacc/bison failure output handling.
873 Branch: cfgperl
874 ! t/comp/require.t t/op/misc.t t/pragma/subs.t
875____________________________________________________________________________
876[ 2010] By: jhi on 1998/10/17 14:51:05
877 Log: BC2000 POSIX update.
878 Branch: cfgperl
879 ! MANIFEST
880____________________________________________________________________________
881[ 2009] By: jhi on 1998/10/17 14:49:46
882 Log: POSIX BC2000 port from perl-mvs:
883
884 Subject: Ported perl 5.005.02 to BS2000 / POSIX
885 From: Dorner Thomas <Thomas.Dorner@start.de>
886 Date: Tue, 29 Sep 1998 13:29:36 +0100
887 Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>
888 Branch: cfgperl
889 + README.posix-bc hints/posix-bc.sh
890 ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
891 ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
892 ! unixish.h
893____________________________________________________________________________
894[ 2008] By: jhi on 1998/10/17 14:07:49
895 Log: VM/ESA-update.
896 Branch: cfgperl
897 ! MANIFEST
898____________________________________________________________________________
899[ 2007] By: jhi on 1998/10/17 13:55:34
900 Log: Forgot few S_I* imports.
901 Branch: cfgperl
902 ! t/lib/ipc_sysv.t
903____________________________________________________________________________
904[ 2006] By: jhi on 1998/10/17 13:43:54
905 Log: The VM/ESA port essentials, based on
906
907 perl-mvs:
908
909 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
910 Subject: Re: Can't find Data/Dumper.pm
911 Date: Mon, 28 Sep 1998 07:40:49 +1300
912 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
913
914 private email:
915
916 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
917 Subject: Re: Perl thread problems in VM/ESA
918 Date: Thu, 15 Oct 1998 07:18:35 +1300
919 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
920
921 and private email:
922
923 From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
924 Subject: perl archive
925 Date: Sun, 11 Oct 1998 19:28:54 EDT
926 Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
927 which gave a pointer to
928
929 http://pucc.princeton.edu/~neale/perl.tar
930
931 (based on Perl 5.005_51)
932 Branch: cfgperl
933 + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
934 ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
935 ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
936 ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
937____________________________________________________________________________
938[ 2005] By: jhi on 1998/10/17 13:17:19
939 Log: Integrate mainperl.
940 Branch: cfgperl
941 !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
942 !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
943 !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
944 !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
945 !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
946 !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
947 !> win32/makefile.mk
948____________________________________________________________________________
949[ 2004] By: jhi on 1998/10/17 11:19:06
950 Log: Removed an extra ' from the int64_t test.
951 Branch: cfgperl
952 ! Configure
953____________________________________________________________________________
954[ 2003] By: gsar on 1998/10/17 04:11:40
955 Log: silence -w noises (suggested by Greg Bacon)
956 Branch: perl
957 ! lib/Term/Complete.pm
958____________________________________________________________________________
959[ 2002] By: gsar on 1998/10/17 04:07:48
960 Log: From: Gisle Aas <gisle@aas.no>
961 Date: 14 Oct 1998 15:53:14 +0200
962 Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
963 Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
964 Branch: perl
965 ! util.c
966____________________________________________________________________________
967[ 2001] By: gsar on 1998/10/17 04:06:10
968 Log: From: Gisle Aas <gisle@aas.no>
969 Date: 14 Oct 1998 15:17:44 +0200
970 Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
971 Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
972 Branch: perl
973 ! toke.c
974____________________________________________________________________________
975[ 2000] By: gsar on 1998/10/17 03:06:33
976 Log: From: Gisle Aas <gisle@aas.no>
977 Date: 14 Oct 1998 00:38:06 +0200
978 Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
979 Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
980 Branch: perl
981 ! sv.c
982____________________________________________________________________________
983[ 1999] By: gsar on 1998/10/17 03:04:48
984 Log: From: Dan Sugalski <sugalskd@osshe.edu>
985 Date: Tue, 13 Oct 1998 15:10:57 -0700
986 Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
987 Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
988 Branch: perl
989 ! vms/ext/Stdio/Stdio.pm
990____________________________________________________________________________
991[ 1998] By: gsar on 1998/10/17 03:00:40
992 Log: skip readonly vars and unref references when doing a reset()
993 Branch: perl
994 ! sv.c
995____________________________________________________________________________
996[ 1997] By: gsar on 1998/10/17 02:49:19
997 Log: fix buggy treatment of large checksums on unicode strings
998 From: Gisle Aas <gisle@aas.no>
999 Date: 13 Oct 1998 21:35:39 +0200
1000 Message-ID: <m31zocp850.fsf@furu.g.aas.no>
1001 Subject: unpack("%48U*",...) [PATCH 5.005_52]
1002 Branch: perl
1003 ! pp.c
1004____________________________________________________________________________
1005[ 1996] By: gsar on 1998/10/17 02:43:22
1006 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1007 Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
1008 Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
1009 Subject: [PATCH 5.005_52] Memory overrun in os2.c
1010 Branch: perl
1011 ! os2/Makefile.SHs os2/os2.c
1012____________________________________________________________________________
1013[ 1995] By: gsar on 1998/10/17 02:42:01
1014 Log: clarify section name rules for typemaps
1015 Branch: perl
1016 ! pod/perlxs.pod
1017____________________________________________________________________________
1018[ 1994] By: gsar on 1998/10/17 02:33:02
1019 Log: whitespace-proof grent.t
1020 Branch: perl
1021 ! t/op/grent.t
1022____________________________________________________________________________
1023[ 1993] By: gsar on 1998/10/17 02:27:29
1024 Log: fix bug in B::CC::pp_sassign()
1025 From: "vishal bhatia" <vishalb@hotmail.com>
1026 Date: Sun, 11 Oct 1998 18:41:38 PDT
1027 Message-ID: <19981012014139.19614.qmail@hotmail.com>
1028 Subject: B::CC problems with pp_sassign routine
1029 Branch: perl
1030 ! ext/B/B/CC.pm
1031____________________________________________________________________________
1032[ 1992] By: gsar on 1998/10/17 02:17:49
1033 Log: applied suggested patch with small doc tweak
1034 From: Gisle Aas <gisle@aas.no>
1035 Date: 11 Oct 1998 12:53:13 +0200
1036 Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
1037 Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
1038 Branch: perl
1039 ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
1040 ! t/op/tiehandle.t
1041____________________________________________________________________________
1042[ 1991] By: gsar on 1998/10/17 02:08:30
1043 Log: apply non-conflicting parts from suggested patch
1044 From: jan.dubois@ibm.net (Jan Dubois)
1045 Date: Sat, 10 Oct 1998 13:15:45 +0200
1046 Message-ID: <36223ed7.18279374@smtp1.ibm.net>
1047 Subject: [PATCH 5.005_52] Still more MakeMaker patches
1048 Branch: perl
1049 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1050____________________________________________________________________________
1051[ 1990] By: gsar on 1998/10/17 02:01:24
1052 Log: provide option to enable optimization with VC (suggested by Jan
1053 Dubois)
1054 Branch: perl
1055 ! win32/Makefile win32/makefile.mk
1056____________________________________________________________________________
1057[ 1989] By: gsar on 1998/10/17 01:55:27
1058 Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
1059 Dave Leppik <dleppik@gage.com>
1060 Branch: perl
1061 ! perl.h
1062____________________________________________________________________________
1063[ 1988] By: gsar on 1998/10/17 01:49:05
1064 Log: stray typo found by Hugo van der Sanden
1065 Branch: perl
1066 ! op.c
1067____________________________________________________________________________
1068[ 1987] By: gsar on 1998/10/17 01:45:52
1069 Log: perldoc pod update
1070 From: Daniel Grisinger <dgris@perrin.dimensional.com>
1071 Date: 06 Oct 1998 23:56:51 -0600
1072 Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
1073 Subject: [PATCH _02 and _52] perldoc
1074 Branch: perl
1075 ! utils/perldoc.PL
1076____________________________________________________________________________
1077[ 1986] By: gsar on 1998/10/17 01:41:40
1078 Log: qualify names of builtins
1079 Branch: perl
1080 ! ext/POSIX/POSIX.pm
1081____________________________________________________________________________
104f9d64 1082[ 1982] By: gbarr on 1998/10/17 00:20:57
1083 Log: From: Jochen Wiedmann <joe@ispsoft.de>
1084 Date: Thu, 17 Sep 1998 17:16:06 +0200
1085 Message-ID: <360127B6.E44564A@ispsoft.de>
1086 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
1087 Branch: maint-5.005/perl
1088 ! lib/ExtUtils/MakeMaker.pm
1089____________________________________________________________________________
104f9d64 1090[ 1978] By: gsar on 1998/10/16 01:58:58
1091 Log: integrate cfgperl mods into mainline
1092 Branch: perl
1093 +> ext/DynaLoader/dl_vmesa.xs
1094 ! Porting/genlog
1095 !> Configure MANIFEST Makefile.SH config_h.SH
1096 !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
1097 !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
1098 !> x2p/Makefile.SH
1099____________________________________________________________________________
104f9d64 1100[ 1976] By: gsar on 1998/10/16 00:10:52
1101 Log: stray tweak
1102 Branch: perl
1103 ! op.c
1104____________________________________________________________________________
1105[ 1975] By: gsar on 1998/10/15 23:54:38
1106 Log: propagate typeness of lexicals while cloning them
1107 Branch: perl
1108 ! op.c
1109____________________________________________________________________________
1110[ 1974] By: gsar on 1998/10/15 23:53:25
1111 Log: s/last/first/ typo in append_list()
1112 Branch: perl
1113 ! op.c
1114____________________________________________________________________________
1115[ 1973] By: gsar on 1998/10/15 20:06:17
1116 Log: nuke confperl branch and contents
1117 Branch: confperl
1118 - (delete 1284 files)
1119____________________________________________________________________________
1120[ 1972] By: jhi on 1998/10/15 07:07:35
1121 Log: Test #162 had been added but the "print 1..161" had not been updated.
1122 Branch: cfgperl
1123 ! t/op/pat.t
1124____________________________________________________________________________
1125[ 1971] By: gsar on 1998/10/15 03:09:58
1126 Log: check in all confperl changes as of change#1964 into cfgperl
1127 Branch: cfgperl
1128 + ext/DynaLoader/dl_vmesa.xs
1129 ! Configure MANIFEST Makefile.SH config_h.SH
1130 ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
1131 ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
1132____________________________________________________________________________
1133[ 1970] By: gsar on 1998/10/15 03:05:59
1134 Log: integrate mainline to get tr.t
1135 Branch: cfgperl
1136 +> t/op/tr.t
1137____________________________________________________________________________
1138[ 1969] By: gsar on 1998/10/15 03:04:17
1139 Log: add missing tr.t to repository
1140 Branch: perl
1141 + t/op/tr.t
1142____________________________________________________________________________
1143[ 1968] By: gsar on 1998/10/15 03:02:43
1144 Log: create cfgperl branch
1145 Branch: cfgperl
1146 +> (branch 1282 files)
1147____________________________________________________________________________
1148[ 1967] By: gsar on 1998/10/15 02:46:08
1149 Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
1150 (MAN3PODS cannot be set to ' '; stray stricture violation)
1151 Branch: perl
1152 ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
1153 ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
1154 ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
1155 ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
1156 ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
1157 ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
1158 ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
1159 ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
1160 ! ext/attrs/Makefile.PL ext/re/Makefile.PL
1161 ! lib/ExtUtils/MM_Unix.pm
1162____________________________________________________________________________
1163[ 1966] By: gsar on 1998/10/15 02:19:03
1164 Log: tweak to make fix in change#1944 behave correctly for closures
1165 created within eval''
1166 Branch: perl
1167 ! op.c t/op/eval.t
1168____________________________________________________________________________
1169[ 1965] By: gsar on 1998/10/14 23:22:41
1170 Log: use better numbers for exitstatus test
1171 Branch: perl
1172 ! t/op/die_exit.t
1173____________________________________________________________________________
1174[ 1964] By: jhi on 1998/10/14 17:25:41
1175 Log: Add VM/ESA dynaloading (uses <dll.h>).
1176 Branch: confperl
1177 + ext/DynaLoader/dl_vmesa.xs
1178 ! MANIFEST
1179____________________________________________________________________________
1180[ 1963] By: jhi on 1998/10/14 17:17:10
1181 Log: Remove a2p.loadmap in 'clean' target.
1182 Branch: confperl
1183 ! x2p/Makefile.SH
1184____________________________________________________________________________
1185[ 1962] By: jhi on 1998/10/14 17:13:11
1186 Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
1187 Branch: confperl
1188 ! Makefile.SH
1189____________________________________________________________________________
1190[ 1961] By: jhi on 1998/10/14 16:27:39
1191 Log: VM/ESA creates executable.loadmaps.
1192 Branch: confperl
1193 ! Makefile.SH
1194____________________________________________________________________________
1195[ 1960] By: jhi on 1998/10/14 15:37:39
1196 Log: Introduce SCHED_YIELD (one of sched_yield(),
1197 pthread_yield(), or pthread_yield(NULL)).
1198 YIELD is then defined using SCHED_YIELD unless
1199 a platform-specific YIELD has already been defined.
1200
1201 Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
1202
1203 The need for pthread_yield(NULL) and pthread_attr_setdet...
1204 introduced by (private email)
1205
1206 From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
1207 Date: Sat, 10 Oct 1998 21:08:15 +1300
1208 Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
1209 Subject: Re: Perl thread problems in VM/ESA
1210
1211 Better select() protoprobe (for AIX), from (private email)
1212 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1213 Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
1214 Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
1215 Subject: AIX select (fwd)
1216 From: Lars Hecking <lhecking@nmrc.ucc.ie>
1217 To: Andy Dougherty <doughera@lafcol.lafayette.edu>
1218 Date: Fri, 2 Oct 1998 10:40:01 +0100
1219 Subject: AIX select
1220
1221 Linux-avoid-so.X.Y, based on
1222 From: "Kurt D. Starsinic" <kstar@chapin.edu>
1223 Date: Tue, 13 Oct 1998 15:55:07 -0400
1224 Message-ID: <19981013155507.B4004@O2.chapin.edu>
1225 Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
1226 Branch: confperl
1227 ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
1228 ! thread.h
1229____________________________________________________________________________
1230[ 1959] By: jhi on 1998/10/14 12:51:26
1231 Log: Some old pthread implementations have
1232 pthread_attr_setdetachstate(pthread_attr_t*, int*).
1233 Branch: confperl
1234 ! ext/Thread/Thread.xs
1235____________________________________________________________________________
1236[ 1958] By: jhi on 1998/10/14 12:41:11
1237 Log: SCHED_YIELD and ATTR_JOINABLE fixes. Thread.xs and Configure
1238 counterparts will follow soon.
1239 Branch: confperl
1240 ! thread.h
1241____________________________________________________________________________
1242[ 1957] By: jhi on 1998/10/14 12:38:11
1243 Log: Add tr.t (MANIFEST already knew about it, strange)
1244 Branch: confperl
1245 + t/op/tr.t
1246____________________________________________________________________________
1247[ 1956] By: jhi on 1998/10/14 12:24:35
1248 Log: Mutexen should be initialized only once.
1249 Branch: confperl
1250 ! gv.c op.c
1251____________________________________________________________________________
1252[ 1955] By: jhi on 1998/10/14 12:19:38
1253 Log: os390 has its own cppstdin.
1254 Branch: confperl
1255 ! hints/os390.sh
1256____________________________________________________________________________
1257[ 1954] By: jhi on 1998/10/14 12:15:06
1258 Log: Integrate with mainperl.
1259 Branch: confperl
1260 !> (integrate 1280 files)
1261____________________________________________________________________________
1262[ 1953] By: jhi on 1998/10/14 11:48:08
1263 Log: Removed duplicate CMA threads code for HPUX 10.X.
1264 (probably residue of patch(1) being too understanding)
1265 Enhanced 64-bit settings. (redo change#1940)
1266 Branch: confperl
1267 ! hints/hpux.sh
1268____________________________________________________________________________
1269[ 1952] By: jhi on 1998/10/14 11:45:16
1270 Log: (redo change#1949) Detypo in the d_open64 warning about
1271 the impending WHOA.
1272 Branch: confperl
1273 ! hints/irix_6.sh
1274____________________________________________________________________________
1275[ 1951] By: jhi on 1998/10/14 10:54:16
1276 Log: Mutexen should only be inited once, after they have been New()ed.
1277 Branch: confperl
1278 ! gv.c op.c
1279____________________________________________________________________________
1280[ 1950] By: jhi on 1998/10/14 10:41:43
1281 Log: Own cppstdin.
1282 Branch: confperl
1283 ! hints/os390.sh
1284____________________________________________________________________________
1285[ 1949] By: jhi on 1998/10/14 10:34:23
1286 Log: Detypo in the d_open64 warning about the impending WHOA.
1287 Branch: confperl
1288 ! hints/irix_6.sh
1289____________________________________________________________________________
1290[ 1948] By: gsar on 1998/10/14 05:38:01
1291 Log: two typos
1292 Branch: perl
1293 ! pp_hot.c t/op/eval.t
1294____________________________________________________________________________
1295[ 1947] By: gsar on 1998/10/14 05:37:10
1296 Log: let docatch() pass the buck when restartop turns out to be null,
1297 making exceptions in BEGIN{} propagate as expected
1298 Branch: perl
1299 ! pp_ctl.c t/op/misc.t
1300____________________________________________________________________________
1301[ 1946] By: gsar on 1998/10/13 03:41:49
1302 Log: add missing file from change#1943
1303 Branch: perl
1304 ! proto.h
1305____________________________________________________________________________
1306[ 1945] By: gsar on 1998/10/13 03:32:02
1307 Log: defer "deep recursion" warnings until CXt_SUB context is properly
1308 set up
1309 Branch: perl
1310 ! pp_hot.c t/pragma/warn/pp_hot
1311____________________________________________________________________________
1312[ 1944] By: gsar on 1998/10/13 03:15:50
1313 Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
1314 fixup the cop_seq value that must be seen by lexical lookups that
1315 emanate within eval''
1316 Branch: perl
1317 ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
1318____________________________________________________________________________
1319[ 1943] By: gsar on 1998/10/13 02:06:09
1320 Log: ensure recursive attempts to findlex()icals know enough about where
1321 the last eval'' context was encountered
1322 Branch: perl
1323 ! op.c t/op/eval.t
1324____________________________________________________________________________
1325[ 1942] By: gsar on 1998/10/13 02:01:24
1326 Log: force copy of substrings when matching against temporaries
1327 Branch: perl
1328 ! pp_hot.c t/op/pat.t
1329____________________________________________________________________________
1330[ 1941] By: gsar on 1998/10/13 01:49:16
1331 Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
1332 implementation)
1333 Branch: perl
1334 ! pp_ctl.c t/op/runlevel.t
1335____________________________________________________________________________
1336[ 1940] By: jhi on 1998/10/12 09:57:44
1337 Log: Removed duplicate CMA threads code for HPUX 10.X.
1338 (probably residue of patch(1) being too understanding)
1339 Enhanced 64-bit settings.
1340 Branch: confperl
1341 ! hints/hpux.sh
1342____________________________________________________________________________
1343[ 1939] By: jhi on 1998/10/12 09:53:11
1344 Log: Initial sync from mainline perl.
1345 Branch: confperl
1346 + (add 1282 files)
1347____________________________________________________________________________
104f9d64 1348[ 1937] By: gsar on 1998/10/06 21:16:34
1349 Log: fix $/ init for USE_THREADS
1350 Branch: perl
1351 ! perl.c
1352____________________________________________________________________________
1353[ 1936] By: gsar on 1998/10/06 07:19:39
1354 Log: fix globals caught by change#1927; builds and tests on Solaris
1355 Branch: perl
1356 ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
1357 ! warning.h warning.pl
1358____________________________________________________________________________
e24b16f9 1359[ 1935] By: gsar on 1998/10/06 06:50:35
1360 Log: add test for previous fix
1361 Branch: perl
1362 ! ext/Thread/create.t
1363____________________________________________________________________________
1364[ 1934] By: gsar on 1998/10/06 06:37:36
1365 Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
1366 Branch: perl
1367 ! util.c
1368____________________________________________________________________________
1369[ 1933] By: gsar on 1998/10/06 05:04:20
1370 Log: undo bogus part of change#1903 (as pointed out by Larry)
1371 Branch: perl
1372 ! pp_ctl.c
1373____________________________________________________________________________
1374[ 1932] By: gsar on 1998/10/06 04:21:31
1375 Log: added tweaked version of suggested patch
1376 From: jan.dubois@ibm.net (Jan Dubois)
1377 Date: Sat, 03 Oct 1998 19:04:48 +0200
1378 Message-ID: <361d54b2.36841294@smtp1.ibm.net>
1379 Subject: [PATCH 5.005_52] More MakeMaker patches
1380 Branch: perl
1381 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1382 ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
1383____________________________________________________________________________
1384[ 1931] By: gsar on 1998/10/06 04:04:33
1385 Log: use cpp symbols instead of hardwired constants
1386 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1387 Date: Mon, 05 Oct 1998 09:23:33 +0100
1388 Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
1389 Subject: [PATCH 5.005_52] By the numbers (resend)
1390 Branch: perl
1391 ! op.c
1392____________________________________________________________________________
1393[ 1930] By: gsar on 1998/10/06 04:01:55
1394 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1395 Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
1396 Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
1397 Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
1398 Branch: perl
1399 ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
1400 ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
1401____________________________________________________________________________
1402[ 1929] By: gsar on 1998/10/06 03:50:36
1403 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1404 Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
1405 Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
1406 Subject: [PATCH 5.00552] Minor test improvement
1407 Branch: perl
1408 ! t/op/magic.t
1409____________________________________________________________________________
1410[ 1928] By: gsar on 1998/10/06 03:49:03
1411 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1412 Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
1413 Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
1414 Subject: [PATCH 5.00552] emacs/ptags inprovements
1415 Branch: perl
1416 ! emacs/ptags
1417____________________________________________________________________________
1418[ 1927] By: gsar on 1998/10/06 03:47:44
1419 Log: disable C<#define dirty PL_dirty> et al.
1420 Branch: perl
1421 ! embed.pl embedvar.h
1422____________________________________________________________________________
1423[ 1926] By: gsar on 1998/10/06 03:43:32
1424 Log: From: Mark-Jason Dominus <mjd@plover.com>
1425 Date: Sun, 04 Oct 1998 14:48:11 -0400
1426 Message-ID: <19981004184811.16048.qmail@plover.com>
1427 Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
1428 Branch: perl
1429 ! utils/perldoc.PL
1430____________________________________________________________________________
1431[ 1925] By: gsar on 1998/10/06 03:27:35
1432 Log: disable USE_THREADS when PERL_OBJECT is enabled
1433 Branch: perl
1434 ! win32/Makefile win32/makefile.mk
1435____________________________________________________________________________
1436[ 1924] By: gsar on 1998/10/06 03:26:54
1437 Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
1438 Branch: perl
1439 ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
1440 ! vms/perly_c.vms
1441____________________________________________________________________________
1442[ 1923] By: gsar on 1998/10/03 05:19:56
1443 Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
1444 overridden
1445 Branch: perl
1446 ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
1447 ! proto.h vms/perly_c.vms
1448____________________________________________________________________________
1449[ 1922] By: gsar on 1998/10/03 03:59:50
1450 Log: suppress manifypods leak in extensions
1451 Branch: perl
1452 ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
1453____________________________________________________________________________
1454[ 1921] By: gsar on 1998/10/02 22:30:15
1455 Log: os390 fixes (suggested by Peter Prymmer)
1456 Branch: perl
1457 ! Makefile.SH regcomp.c
1458____________________________________________________________________________
1459[ 1920] By: gsar on 1998/10/02 21:41:19
1460 Log: squelch undef warnings
1461 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1462 Date: Fri, 02 Oct 1998 11:01:14 +0100
1463 Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
1464 Subject: [PATCH] Re: Apparent bug in Math::BigInt
1465 Branch: perl
1466 ! Changes lib/Math/BigInt.pm
1467____________________________________________________________________________
9f6ab407 1468[ 1919] By: gsar on 1998/10/02 04:59:13
1469 Log: add note to INSTALL about ANSI C
1470 Branch: perl
1471 ! INSTALL
1472____________________________________________________________________________
1473[ 1918] By: gsar on 1998/10/02 04:21:10
1474 Log: tolerate spaces when fixing up __cplusplus output by old h2xs
1475 From: jan.dubois@ibm.net (Jan Dubois)
1476 Date: Wed, 30 Sep 1998 23:35:30 +0200
1477 Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
1478 Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
1479 Branch: perl
1480 ! lib/ExtUtils/xsubpp
1481____________________________________________________________________________
1482[ 1917] By: gsar on 1998/10/02 04:16:02
1483 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1484 Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
1485 Message-Id: <199810010837.LAA31371@alpha.hut.fi>
1486 Subject: Re: Configure test for selectbits busted
1487 Branch: perl
1488 ! Configure
1489____________________________________________________________________________
1490[ 1916] By: gsar on 1998/10/02 04:14:17
1491 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1492 Date: Wed, 30 Sep 1998 17:15:20 -0700
1493 Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
1494 Subject: [PATCH 5.005_02]VMS config tweaks
1495 Branch: perl
1496 ! vms/descrip_mms.template vms/subconfigure.com
1497____________________________________________________________________________
1498[ 1915] By: gsar on 1998/10/02 04:10:47
1499 Log: use Off_t to permit 64-bit seek()
1500 From: Scott Henry <scotth@sgi.com>
1501 Date: 29 Sep 1998 17:38:46 -0700
1502 Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
1503 Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
1504 --
1505 Date: 28 Sep 1998 18:55:37 -0700
1506 Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
1507 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
1508 Branch: perl
1509 ! doio.c pp_sys.c proto.h sv.c
1510____________________________________________________________________________
1511[ 1914] By: gsar on 1998/10/02 04:05:36
1512 Log: normalize tm struct passed to strftime() with mktime()
1513 From: Spider Boardman <spider@orb.nashua.nh.us>
1514 Date: Wed, 30 Sep 1998 15:12:09 -0400
1515 Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
1516 Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date
1517 Branch: perl
1518 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1519____________________________________________________________________________
1520[ 1913] By: gsar on 1998/10/02 03:59:46
1521 Log: don't try to run foo_SH.orig etc.
1522 Branch: perl
1523 ! Configure
1524____________________________________________________________________________
1525[ 1912] By: gsar on 1998/10/02 03:45:37
1526 Log: make warning about glob process failure optional
1527 Branch: perl
1528 ! pod/perldiag.pod pp_hot.c
1529____________________________________________________________________________
1530[ 1911] By: gsar on 1998/10/02 02:52:21
1531 Log: document yet another RE diagnostic, make it consistent with REG_INFTY
1532 From: Dominic Dunlop <domo@vo.lu>
1533 Date: Tue, 29 Sep 1998 21:06:30 +0000
1534 Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
1535 Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
1536 --
1537 Date: Wed, 30 Sep 1998 11:46:44 +0000
1538 Message-Id: <v03110702b237beb04830@[212.24.192.74]>
1539 Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
1540 Branch: perl
1541 ! pod/perldiag.pod regcomp.c
1542____________________________________________________________________________
1543[ 1910] By: gsar on 1998/10/02 02:48:48
1544 Log: minor Configure tweaks (via private mail)
1545 From: Jarkko Hietaniemi <jhi@iki.fi>
1546 Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
1547 Message-Id: <199809292325.CAA19737@alpha.hut.fi>
1548 Subject: [PATCH] 5.005_52: the drizzle continues
1549 Branch: perl
1550 ! Configure config_h.SH handy.h
1551____________________________________________________________________________
1552[ 1909] By: gsar on 1998/10/02 02:46:39
1553 Log: update SCO hints for dynamic loading
1554 From: Andy Dougherty <doughera@lafcol.lafayette.edu>
1555 Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
1556 Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
1557 Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
1558 --
1559 Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
1560 Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
1561 Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
1562 Branch: perl
1563 ! hints/sco.sh
1564____________________________________________________________________________
1565[ 1908] By: gsar on 1998/10/02 02:33:39
1566 Log: make File::Find work when wanted() is autoloaded or a symbolic ref
1567 Branch: perl
1568 ! lib/File/Find.pm
1569____________________________________________________________________________
1570[ 1907] By: gsar on 1998/10/02 02:21:52
1571 Log: applied patches, but retained old behavior for win32 (where compilers
1572 can't read from stdin at all)
1573 From: Graham Barr <gbarr@ti.com>
1574 Date: Mon, 28 Sep 1998 09:41:49 -0500
1575 Message-ID: <19980928094149.B26576@asic.sc.ti.com>
1576 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
1577 --
1578 Date: Tue, 29 Sep 1998 12:35:43 -0500
1579 Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
1580 Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
1581 Branch: perl
1582 ! ext/Errno/Errno_pm.PL
1583____________________________________________________________________________
1584[ 1906] By: gsar on 1998/10/02 02:02:19
1585 Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
1586 Hietaniemi)
1587 Branch: perl
1588 ! t/op/grent.t
1589____________________________________________________________________________
1590[ 1905] By: gsar on 1998/10/02 01:59:56
1591 Log: win32 caveats about truncate()
1592 Branch: perl
1593 ! pod/perlport.pod
1594____________________________________________________________________________
1595[ 1904] By: gsar on 1998/10/02 01:53:25
1596 Log: various Configure and hints updates (prefer drand48() or random()
1597 over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
1598 applied modulo SCO hints superceded by later patch
1599 From: Jarkko Hietaniemi <jhi@iki.fi>
1600 Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
1601 Message-Id: <199809282156.AAA18615@alpha.hut.fi>
1602 Subject: [PATCH] 5.005_52: Configure et al:
1603 Branch: perl
1604 + ext/IPC/SysV/hints/next_3.pl
1605 ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
1606 ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
1607 ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
1608____________________________________________________________________________
1609[ 1903] By: gsar on 1998/10/02 01:42:37
1610 Log: fixes for bugs in /RE/p from Hugo van der Sanden
1611 Date: Mon, 28 Sep 1998 17:41:49 +0100
1612 Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
1613 Subject: [PATCH 5.005_52] Re: More on ?p
1614 --
1615 Date: Thu, 01 Oct 1998 09:10:58 +0100
1616 Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
1617 Subject: [PATCH 5.005_52] ?p fix
1618 --
1619 Date: Thu, 01 Oct 1998 10:45:56 +0100
1620 Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
1621 Subject: [PATCH 5.005_52] more on ?p
1622 Branch: perl
1623 ! pp_ctl.c
1624____________________________________________________________________________
1625[ 1902] By: gsar on 1998/10/02 01:36:14
1626 Log: From: Kenneth Duda <kjd@cisco.com>
1627 Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
1628 Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
1629 Subject: writemain dies when there are more than 4000 characters of extensions
1630 Branch: perl
1631 ! writemain.SH
1632____________________________________________________________________________
1633[ 1901] By: gsar on 1998/10/02 01:33:16
1634 Log: tweak run_byacc recipe
1635 Branch: perl
1636 ! Makefile.SH Porting/pumpkin.pod
1637____________________________________________________________________________
1638[ 1900] By: gsar on 1998/10/02 01:02:09
1639 Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
1640 Branch: perl
1641 ! perl.h pp_ctl.c
1642____________________________________________________________________________
1643[ 1899] By: gsar on 1998/09/28 20:46:30
1644 Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
1645 Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
1646 Dvornik)
1647 Branch: perl
1648 ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
1649____________________________________________________________________________
1650[ 1898] By: gsar on 1998/09/28 20:42:52
1651 Log: flush unsubmitted 5.00552 change
1652 Branch: perl
1653 ! MANIFEST
1654____________________________________________________________________________
1655[ 1897] By: gsar on 1998/09/27 04:43:06
1656 Log: run vms_yfix.pl
1657 Branch: perl
1658 ! vms/perly_c.vms
1659____________________________________________________________________________
1660[ 1896] By: gsar on 1998/09/27 03:38:55
1661 Log: small tweak on last change
1662 Branch: perl
1663 ! win32/win32.c
1664____________________________________________________________________________
1665[ 1895] By: gsar on 1998/09/27 03:17:17
1666 Log: fix win32_stat() to do the right thing for share names
1667 Branch: perl
1668 ! win32/win32.c
1669____________________________________________________________________________
1670[ 1891] By: larry on 1998/09/25 18:50:40
1671 Log: Fixed apostrophe problem from Mark Knutsen.
1672 Branch: perl
1673 ! sv.h
1674
1675----------------
1676Version 5.005_52
1677----------------
1678
1679____________________________________________________________________________
1680[ 1890] By: gsar on 1998/09/25 10:25:00
1681 Log: update template config.sh, add new config vars to win32 stuff
1682 Branch: perl
1683 ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
1684 ! pp_sys.c proto.h win32/config.bc win32/config.gc
1685 ! win32/config.vc win32/config_H.bc win32/config_H.gc
1686 ! win32/config_H.vc win32/win32.h
1687____________________________________________________________________________
327c3667 1688[ 1889] By: gsar on 1998/09/25 07:13:13
1689 Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
1690 for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
1691 of full-fledged 64-bit support (including support for: fseeko/ftello,
1692 Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
1693 in Fcntl)
1694 From: Jarkko Hietaniemi <jhi@iki.fi>
1695 Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
1696 Message-Id: <199809112056.XAA04720@alpha.hut.fi>
1697 Subject: [PATCH] 5.005_51: Configure "Massive Attack"
1698 --
1699 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1700 Date: 12 Sep 1998 09:44:25 +0300
1701 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
1702 Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
1703 Branch: perl
1704 + lib/filetest.pm
1705 ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
1706 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
1707 ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
1708 ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
1709 ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
1710 ! win32/makedef.pl
1711____________________________________________________________________________
1712[ 1888] By: gsar on 1998/09/25 06:27:12
1713 Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
1714 Branch: perl
1715 ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
1716 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1717 ! win32/makedef.pl win32/makefile.mk win32/win32.c
1718____________________________________________________________________________
1719[ 1887] By: gsar on 1998/09/25 04:50:49
1720 Log: win32.c tweak
1721 Branch: perl
1722 ! win32/win32.c
1723____________________________________________________________________________
1724[ 1886] By: gsar on 1998/09/25 04:47:32
1725 Log: s/MAKEMAKEROPT/PERL_MM_OPT/
1726 Branch: perl
1727 ! lib/ExtUtils/MakeMaker.pm
1728____________________________________________________________________________
1729[ 1885] By: gsar on 1998/09/25 04:05:09
1730 Log: From: Dominic Dunlop <domo@vo.lu>
1731 Date: Thu, 10 Sep 1998 11:02:46 +0000
1732 Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
1733 Subject: MM_Unix::canonpath erroneously turns leading // into /
1734 Branch: perl
1735 ! lib/ExtUtils/MM_Unix.pm
1736____________________________________________________________________________
1737[ 1884] By: gsar on 1998/09/25 03:06:10
1738 Log: temporarily disable perl malloc for a2p until we clean up
1739 conflicting malloc() declarations everywhere
1740 Branch: perl
1741 ! x2p/Makefile.SH
1742____________________________________________________________________________
1743[ 1883] By: gsar on 1998/09/25 02:27:00
1744 Log: remove obsolete win32/bin/*.pl
1745 Branch: perl
1746 - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
1747 ! Changes MANIFEST win32/Makefile win32/makefile.mk
1748____________________________________________________________________________
400153aa 1749[ 1882] By: gsar on 1998/09/25 02:04:43
1750 Log: missing file in last submit
1751 Branch: perl
1752 ! proto.h
1753____________________________________________________________________________
1754[ 1881] By: gsar on 1998/09/25 01:56:54
1755 Log: serial access to PL_x[inpr]v_root for USE_THREADS
1756 Branch: perl
1757 ! sv.c
1758____________________________________________________________________________
1759[ 1880] By: gsar on 1998/09/25 01:19:38
1760 Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
1761 From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
1762 Date: Thu, 24 Sep 1998 22:01:09 +0900
1763 Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
1764 Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe
1765 Branch: perl
1766 ! hv.c proto.h
1767____________________________________________________________________________
1768[ 1879] By: gsar on 1998/09/25 00:20:07
1769 Log: tweaks to enable PERL_OBJECT to build & test on win32
1770 Branch: perl
1771 ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
1772 ! win32/GenCAPI.pl
1773____________________________________________________________________________
1774[ 1878] By: gsar on 1998/09/25 00:13:36
1775 Log: fix change#1861, which breaks default boot_xxx symbol generation
1776 Branch: perl
1777 ! lib/ExtUtils/Mksymlists.pm
1778____________________________________________________________________________
1779[ 1877] By: gsar on 1998/09/24 10:29:54
1780 Log: two tweaks for clean build and test on Solaris
1781 Branch: perl
1782 ! op.c t/op/subst.t
1783____________________________________________________________________________
942e002e 1784[ 1876] By: gsar on 1998/09/24 09:04:43
1785 Log: From: Colin Kuskie <ckuskie@cadence.com>
1786 Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
1787 Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
1788 Subject: [PATCH 5.005_51] perlform.pod
1789 Branch: perl
1790 ! pod/perlform.pod
1791____________________________________________________________________________
1792[ 1875] By: gsar on 1998/09/24 08:47:47
1793 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1794 Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
1795 Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
1796 Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
1797 Branch: perl
1798 ! regexec.c
1799____________________________________________________________________________
1800[ 1874] By: gsar on 1998/09/24 08:44:55
1801 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1802 Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
1803 Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
1804 Subject: Re: your Regexp.patch dated 21.8 [PATCH]
1805 Branch: perl
1806 ! toke.c
1807____________________________________________________________________________
1808[ 1873] By: gsar on 1998/09/24 08:39:41
1809 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1810 Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
1811 Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
1812 Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
1813 Branch: perl
1814 ! Changes regcomp.c
1815____________________________________________________________________________
1816[ 1872] By: gsar on 1998/09/24 08:37:00
1817 Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
1818 Date: Sun, 23 Aug 1998 23:18:38 PDT
1819 Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
1820 Subject: new irix_6.sh hints file
1821 Branch: perl
1822 ! hints/irix_6.sh
1823____________________________________________________________________________
d1b80229 1824[ 1871] By: gsar on 1998/09/24 07:26:37
1825 Log: correct FSF address in various places
1826 Branch: perl
1827 ! Copying README ext/B/README lib/Getopt/Long.pm
1828____________________________________________________________________________
1829[ 1870] By: gsar on 1998/09/24 07:11:56
1830 Log: From: Dan Sugalski <sugalskd@osshe.edu>
1831 Date: Fri, 14 Aug 1998 09:20:16 PDT
1832 Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
1833 Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
1834 Branch: perl
1835 ! configure.com
1836____________________________________________________________________________
1837[ 1869] By: gsar on 1998/09/24 06:55:59
1838 Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
1839 From: Scott Henry <scotth@sgi.com>
1840 Date: 13 Aug 1998 09:52:15 PDT
1841 Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
1842 Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
1843 Branch: perl
1844 ! hints/irix_6.sh
1845____________________________________________________________________________
1846[ 1868] By: gsar on 1998/09/24 06:51:23
1847 Log: From: Nathan Torkington <gnat@frii.com>
1848 Date: Thu, 13 Aug 1998 10:59:48 MDT
1849 Message-Id: <199808131659.KAA06179@prometheus.frii.com>
1850 Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
1851 Branch: perl
1852 ! pod/perlfunc.pod
1853____________________________________________________________________________
1854[ 1867] By: gsar on 1998/09/24 06:45:13
1855 Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
1856 that are autoloaded)
1857 Branch: perl
1858 ! pp_ctl.c
1859____________________________________________________________________________
1860[ 1866] By: gsar on 1998/09/24 05:21:19
1861 Log: grandfather deprecated "$$<digit>" no more
1862 Branch: perl
1863 ! pod/perldiag.pod toke.c
1864____________________________________________________________________________
1865[ 1865] By: gsar on 1998/09/24 04:52:48
1866 Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
1867 low bits (suggested by Ilya Zakharevich)
1868 Branch: perl
1869 ! hv.h
1870____________________________________________________________________________
1871[ 1864] By: gsar on 1998/09/24 04:29:14
1872 Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
1873 perly_c.diff
1874 Branch: perl
1875 ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
1876 ! perly_c.diff toke.c
1877____________________________________________________________________________
1878[ 1863] By: gsar on 1998/09/24 03:36:30
1879 Log: provide locked access to string table for USE_THREADS
1880 Branch: perl
1881 ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
1882____________________________________________________________________________
1883[ 1862] By: gsar on 1998/09/24 03:30:32
1884 Log: remove bogus warn()
1885 Branch: perl
1886 ! embed.pl
1887____________________________________________________________________________
1888[ 1861] By: gsar on 1998/09/24 02:58:51
1889 Log: applied suggested patch, adapted for all platforms
1890 From: jan.dubois@ibm.net (Jan Dubois)
1891 Date: Sun, 20 Sep 1998 12:56:38 +0200
1892 Message-ID: <3604de0c.12319885@smtp1.ibm.net>
1893 Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
1894 Branch: perl
1895 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
1896 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1897 ! lib/ExtUtils/MakeMaker.pm
1898____________________________________________________________________________
1899[ 1860] By: gsar on 1998/09/24 02:16:14
1900 Log: upgrade to CPAN-1.40
1901 Branch: perl
1902 ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
1903____________________________________________________________________________
1904[ 1859] By: gsar on 1998/09/24 02:08:59
1905 Log: use $ENV{MAKEMAKEROPT} to set default command line args
1906 Branch: perl
1907 ! lib/ExtUtils/MakeMaker.pm
1908____________________________________________________________________________
2e2b7522 1909[ 1857] By: gsar on 1998/09/23 10:58:36
1910 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1911 Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
1912 Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
1913 Subject: More verbose Test::Harness [PATCH]
1914 Branch: perl
1915 ! lib/Test/Harness.pm
1916____________________________________________________________________________
1917[ 1856] By: gsar on 1998/09/23 10:56:24
1918 Log: update hints for OPENSTEP 4.2 on i386
1919 From: Gerben Wierda <Gerben_Wierda@RnA.nl>
1920 Date: Sun, 20 Sep 1998 01:03:18 +0200
1921 Message-Id: <9809192303.AA29190@Spike>
1922 Subject: Perl 5.005_02 compilation problems
1923 Branch: perl
1924 ! hints/next_4.sh
1925____________________________________________________________________________
1926[ 1855] By: gsar on 1998/09/23 10:52:27
1927 Log: reset errno after C<require> search (as suggested by Larry)
1928 Branch: perl
1929 ! pp_ctl.c
1930____________________________________________________________________________
1931[ 1854] By: gsar on 1998/09/23 10:50:26
1932 Log: misc pod tweaks
1933 Branch: perl
1934 ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
1935____________________________________________________________________________
1936[ 1853] By: gsar on 1998/09/23 10:46:06
1937 Log: make Pod/Html.pm handle the --title option properly (as suggested
1938 by gml4410@ggr.co.uk)
1939 Branch: perl
1940 ! lib/Pod/Html.pm
1941____________________________________________________________________________
1942[ 1852] By: gsar on 1998/09/23 10:41:39
1943 Log: SSNEW() API for allocating memory on the savestack
1944 From: Albert Dvornik <bert@genscan.com>
1945 Date: 17 Sep 1998 19:23:07 -0400
1946 Message-Id: <tqemtae338.fsf@puma.genscan.com>
1947 Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
1948 Branch: perl
1949 ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
1950 ! perl.h proto.h scope.c scope.h t/io/tell.t
1951____________________________________________________________________________
1952[ 1851] By: gsar on 1998/09/23 10:37:05
1953 Log: From: Jochen Wiedmann <joe@ispsoft.de>
1954 Date: Thu, 17 Sep 1998 17:16:06 +0200
1955 Message-ID: <360127B6.E44564A@ispsoft.de>
1956 Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
1957 Branch: perl
1958 ! lib/ExtUtils/MakeMaker.pm
1959____________________________________________________________________________
1960[ 1850] By: gsar on 1998/09/23 10:33:05
1961 Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
1962 Date: 15 Sep 1998 01:32:31 +0200
1963 Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
1964 Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
1965 Branch: perl
1966 ! lib/ExtUtils/MM_Unix.pm
1967____________________________________________________________________________
1968[ 1849] By: gsar on 1998/09/23 10:29:04
1969 Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
1970 Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
1971 Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
1972 Subject: Re: extralibs.ld problem in MM_VMS.pm
1973 Branch: perl
1974 ! lib/ExtUtils/MM_VMS.pm
1975____________________________________________________________________________
1976[ 1848] By: gsar on 1998/09/23 10:25:24
1977 Log: From: Roderick Schertler <roderick@argon.org>
1978 Date: 11 Sep 1998 16:19:21 -0400
1979 Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
1980 Subject: Re: Open2 and memory leaks
1981 Branch: perl
1982 ! lib/IPC/Open3.pm
1983____________________________________________________________________________
1984[ 1847] By: gsar on 1998/09/23 10:18:31
1985 Log: From: Roderick Schertler <roderick@argon.org>
1986 Date: Wed, 09 Sep 1998 23:52:48 -0400
1987 Message-ID: <20567.905399568@eeyore.ibcinc.com>
1988 Subject: seed srand from /dev/urandom when possible
1989 Branch: perl
1990 ! pod/perlfunc.pod pp.c
1991____________________________________________________________________________
1992[ 1846] By: gsar on 1998/09/23 10:12:22
1993 Log: From: Roderick Schertler <roderick@argon.org>
1994 Date: Thu, 10 Sep 1998 00:32:17 -0400
1995 Message-ID: <21142.905401937@eeyore.ibcinc.com>
1996 Subject: doc update for crypt()'s salt
1997 Branch: perl
1998 ! pod/perlfunc.pod
1999____________________________________________________________________________
2000[ 1845] By: gsar on 1998/09/23 10:09:23
2001 Log: fix h2ph handling of C<#error "foo">
2002 From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
2003 Date: Thu, 10 Sep 1998 09:59:33 +0900
2004 Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
2005 Subject: [5.005_02] h2ph problem
2006 Branch: perl
2007 ! utils/h2ph.PL
2008____________________________________________________________________________
2009[ 1844] By: gsar on 1998/09/23 10:06:13
2010 Log: plug strictly private function leaks in API listing
2011 Branch: perl
2012 ! pod/perlguts.pod
2013____________________________________________________________________________
2014[ 1843] By: gsar on 1998/09/23 10:02:57
2015 Log: hide symbol for static build
2016 From: Dominic Dunlop <domo@vo.lu>
2017 Date: Tue, 8 Sep 1998 21:40:46 +0000
2018 Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
2019 Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
2020 Branch: perl
2021 ! regcomp.c
2022____________________________________________________________________________
2023[ 1842] By: gsar on 1998/09/23 09:52:46
2024 Log: define PUT_svindex(), PUT_opindex()
2025 Branch: perl
2026 ! ext/B/B/Assembler.pm
2027____________________________________________________________________________
2028[ 1841] By: gsar on 1998/09/23 09:44:25
2029 Log: From: Dominic Dunlop <domo@vo.lu>
2030 Date: Tue, 8 Sep 1998 15:34:53 +0000
2031 Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
2032 Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
2033 Branch: perl
2034 ! t/pragma/warn/regexec
2035____________________________________________________________________________
2036[ 1840] By: gsar on 1998/09/23 09:42:17
2037 Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
2038 Branch: perl
2039 ! win32/bin/pl2bat.pl
2040____________________________________________________________________________
2041[ 1839] By: gsar on 1998/09/23 09:38:18
2042 Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
2043 Date: Mon, 7 Sep 1998 17:36:09 +0900
2044 Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
2045 Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
2046 Branch: perl
2047 ! ext/Thread/Thread.xs
2048____________________________________________________________________________
2049[ 1838] By: gsar on 1998/09/23 09:21:11
2050 Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
2051 Date: Thu, 10 Sep 1998 00:02:07 -0400
2052 Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
2053 Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
2054 Branch: perl
2055 + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
2056 + vos/config.h vos/config_h.SH_orig vos/perl.bind
2057 + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
2058 ! MANIFEST perl.c perl.h pod/perlport.pod
2059____________________________________________________________________________
2060[ 1837] By: gsar on 1998/09/23 08:45:58
2061 Log: (via private mail)
2062 From: Charles Bailey <BAILEY@newman.upenn.edu>
2063 Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
2064 Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
2065 Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
2066 Branch: perl
2067 ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
2068 ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
2069 ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
2070 ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
2071 ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
2072 ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
2073 ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
2074 ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
2075 ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
2076 ! vms/writemain.pl
2077____________________________________________________________________________
2078[ 1836] By: gsar on 1998/09/23 08:17:42
2079 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2080 Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
2081 Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
2082 Subject: [PATCH 5.005_*] OS/2 spawning typos
2083 Branch: perl
2084 ! os2/os2.c
2085____________________________________________________________________________
2086[ 1835] By: gsar on 1998/09/23 08:09:55
2087 Log: warn on C<my($foo,$foo)>
2088 Branch: perl
2089 ! op.c pod/perldiag.pod
2090____________________________________________________________________________
2091[ 1834] By: gsar on 1998/09/23 07:35:56
2092 Log: From: pvhp@forte.com (Peter Prymmer)
2093 Date: Fri, 4 Sep 98 13:27:41 PDT
2094 Message-Id: <9809042027.AA04463@forte.com>
2095 Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
2096 Branch: perl
2097 ! README.vms
2098____________________________________________________________________________
2099[ 1833] By: gsar on 1998/09/23 07:27:34
2100 Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2101 Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
2102 Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
2103 Subject: PATCH: 5.005_02 hint/hpux.sh
2104 Branch: perl
2105 ! hints/hpux.sh
2106____________________________________________________________________________
2107[ 1832] By: gsar on 1998/09/23 07:22:40
2108 Log: fix (some) installhtml bugs
2109 From: Larry Parmelee <parmelee@CS.Cornell.EDU>
2110 Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
2111 Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
2112 Subject: installhtml script needs work
2113 Branch: perl
2114 ! installhtml
2115____________________________________________________________________________
2116[ 1831] By: gsar on 1998/09/23 07:19:30
2117 Log: document 'U' magic with examples
2118 From: Alan Burlison <Alan.Burlison@UK.Sun.com>
2119 Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
2120 Message-Id: <199809011455.PAA00631@sale-wts>
2121 Subject: Re: Looking for some XS MAGIC examples...
2122 Branch: perl
2123 ! pod/perlguts.pod
2124____________________________________________________________________________
2125[ 1830] By: gsar on 1998/09/23 07:16:43
2126 Log: From: pvhp@forte.com (Peter Prymmer)
2127 Date: Mon, 31 Aug 98 17:13:49 PDT
2128 Message-Id: <9809010013.AA06737@forte.com>
2129 Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
2130 Branch: perl
2131 ! README.os390
2132____________________________________________________________________________
2133[ 1829] By: gsar on 1998/09/23 07:15:08
2134 Log: fix problematic typecast in filter_del()
2135 From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
2136 Date: Mon, 31 Aug 1998 21:13:11 GMT
2137 Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
2138 Subject: perl5.005_02 does not build on Cray T90
2139 Branch: perl
2140 ! toke.c
2141____________________________________________________________________________
2142[ 1828] By: gsar on 1998/09/23 07:11:34
2143 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2144 Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
2145 Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
2146 Subject: [PATCH 5.005_5*] (?>) broken in RE
2147 Branch: perl
2148 ! regexec.c t/op/re_tests
2149____________________________________________________________________________
2150[ 1827] By: gsar on 1998/09/23 07:09:50
2151 Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
2152 Branch: perl
2153 ! t/op/grent.t t/op/groups.t
2154____________________________________________________________________________
2155[ 1826] By: gsar on 1998/09/23 07:03:16
2156 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2157 Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
2158 Message-Id: <199808121941.WAA06263@alpha.hut.fi>
2159 Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
2160 Branch: perl
2161 - interp.sym
2162 ! MANIFEST Makefile.SH embed.pl perl_exp.SH
2163____________________________________________________________________________
2164[ 1825] By: gsar on 1998/09/23 06:56:40
2165 Log: re-introduce change#1703
2166 Branch: perl
2167 ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
2168____________________________________________________________________________
2169[ 1824] By: gsar on 1998/09/23 06:44:19
2170 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2171 Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
2172 Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
2173 Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
2174 Branch: perl
2175 ! lib/perl5db.pl
2176____________________________________________________________________________
2177[ 1823] By: gsar on 1998/09/23 06:41:34
2178 Log: From: Joe Buehler <jhpb@hekimian.com>
2179 Date: 29 Aug 1998 17:13:28 -0400
2180 Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
2181 Subject: patches for perl 5.005_51 under U/WIN
2182 Branch: perl
2183 + hints/uwin.sh
2184 ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
2185 ! t/lib/posix.t
2186____________________________________________________________________________
2187[ 1822] By: gsar on 1998/09/23 06:36:59
2188 Log: add missing C<no utf8;> tweak from Larry
2189 Branch: perl
2190 ! t/op/subst.t
2191____________________________________________________________________________
2192[ 1821] By: gsar on 1998/09/23 06:27:51
2193 Log: s/runops/CALLRUNOPS/
2194 Branch: perl
2195 ! cc_runtime.h
2196____________________________________________________________________________
2197[ 1820] By: gsar on 1998/09/23 06:24:49
2198 Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
2199 Branch: perl
2200 +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
2201 +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
2202 +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2203 +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2204 +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2205 +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2206 +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2207 +> t/pragma/warn/util
2208 - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
2209 - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
2210 - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
2211 - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
2212 - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
2213 - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
2214 - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
2215 - t/pragma/warn-util
2216 ! MANIFEST t/pragma/warning.t
2217____________________________________________________________________________
2218[ 1819] By: gsar on 1998/09/23 06:08:46
2219 Log: make \(%foo) return refs to values (not copies of values)
2220 From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2221 Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
2222 Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
2223 --
2224 From: Roderick Schertler <roderick@argon.org>
2225 Date: Sat, 29 Aug 1998 00:58:33 -0400
2226 Message-ID: <29894.904366713@eeyore.ibcinc.com>
2227 Subject: Re: \(%x) problems
2228 Branch: perl
2229 ! doop.c pod/perlref.pod
2230____________________________________________________________________________
2231[ 1818] By: gsar on 1998/09/23 06:05:08
2232 Log: make h2xs generate ANSI prototypes
2233 Branch: perl
2234 ! utils/h2xs.PL
2235____________________________________________________________________________
2236[ 1817] By: gsar on 1998/09/23 05:57:16
2237 Log: updated usethreads hints for hpux 10.X
2238 From: Matthew T Harden <mthard@mthard1.monsanto.com>
2239 Date: Fri, 28 Aug 1998 14:10:42 GMT
2240 Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
2241 Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
2242 Branch: perl
2243 ! hints/hpux.sh perl.h
2244____________________________________________________________________________
2245[ 1816] By: gsar on 1998/09/23 05:53:31
2246 Log: don't create empty directories in installperl
2247 From: Robin Barker <rmb1@cise.npl.co.uk>
2248 Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
2249 Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
2250 Subject: [PATCH 5.005_02] install: empty dirs
2251 Branch: perl
2252 ! installperl
2253____________________________________________________________________________
2254[ 1815] By: gsar on 1998/09/23 05:50:36
2255 Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
2256 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2257 Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
2258 Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
2259 Subject: Re: your mail
2260 Branch: perl
2261 ! regexec.c t/op/re_tests
2262____________________________________________________________________________
2263[ 1814] By: gsar on 1998/09/23 05:45:17
2264 Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
2265 Date: Thu, 20 Aug 1998 20:59:03 -0400
2266 Message-ID: <19980820205903.A12908@O2.chapin.edu>
2267 Subject: [PATCH] h2ph misquotes #error directives
2268 Branch: perl
2269 ! t/lib/h2ph.pht utils/h2ph.PL
2270____________________________________________________________________________
2271[ 1813] By: gsar on 1998/09/23 05:42:41
2272 Log: patch to support computed regular subexpressions
2273 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2274 Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
2275 Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
2276 Subject: [5.005_5* PATCH] Postponed RE - now!
2277 Branch: perl
2278 ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
2279 ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
2280____________________________________________________________________________
2281[ 1812] By: gsar on 1998/09/23 05:26:26
2282 Log: better CR-handling on shebang line and in formats (fixed variant of
2283 patch suggested by Igor Sysoev <igor@nitek.ru>)
2284 Branch: perl
2285 ! perl.c toke.c
2286____________________________________________________________________________
2287[ 1811] By: gsar on 1998/09/23 04:35:46
2288 Log: document non-loopish blocks better
2289 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2290 Date: Tue, 18 Aug 1998 12:28:36 +0100
2291 Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
2292 Subject: Re: next in do {} while block gives error message
2293 Branch: perl
2294 ! pod/perlfunc.pod
2295____________________________________________________________________________
2296[ 1810] By: gsar on 1998/09/23 04:12:05
2297 Log: fix bogus integerization of pop()'s return value
2298 From: Gurusamy Sarathy <gsar@engin.umich.edu>
2299 Date: Sat, 15 Aug 1998 23:27:54 -0400
2300 Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
2301 Subject: Re: Complex expression does integer arithmetic
2302 Branch: perl
2303 ! opcode.h opcode.pl
2304____________________________________________________________________________
2305[ 1809] By: gsar on 1998/09/23 04:09:43
2306 Log: tweak README.win32
2307 Branch: perl
2308 ! README.win32
2309____________________________________________________________________________
2310[ 1808] By: gsar on 1998/09/23 03:40:57
2311 Log: better diagnostic for do{} used as lvalue
2312 Branch: perl
2313 ! op.c pod/perlport.pod
2314____________________________________________________________________________
2315[ 1807] By: gsar on 1998/09/23 03:38:30
2316 Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
2317 From: hansm@icgroup.nl
2318 Date: Tue, 11 Aug 98 21:08:51 +0200
2319 Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
2320 Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
2321 Branch: perl
2322 ! malloc.c
2323____________________________________________________________________________
2324[ 1806] By: gsar on 1998/09/23 03:36:08
2325 Log: support make written in perl (aka "pmake") on win32
2326 Branch: perl
2327 ! lib/ExtUtils/MM_Win32.pm
2328____________________________________________________________________________
2329[ 1805] By: gsar on 1998/09/23 03:30:07
2330 Log: fix mismatched UV/U32 types for to_utf8_*()
2331 Branch: perl
2332 ! utf8.c
2333____________________________________________________________________________
2334[ 1804] By: gsar on 1998/09/23 03:22:22
2335 Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2336 Date: Sun, 9 Aug 1998 22:38:23 +0200
2337 Message-ID: <19980809223823.A215@cdata.tvnet.hu>
2338 Subject: [PATCH 5.5002] dos-djgpp update
2339 Branch: perl
2340 ! t/io/fs.t
2341____________________________________________________________________________
2342[ 1803] By: gsar on 1998/09/23 03:20:13
2343 Log: apply minimal variant of patch (sent via private mail)
2344 From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
2345 Date: Wed, 12 Aug 1998 15:42:35 +0300
2346 Message-Id: <199808121242.PAA29761@comanche.spices>
2347 Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
2348 Branch: perl
2349 ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
2350 ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
2351____________________________________________________________________________
2352[ 1802] By: gsar on 1998/09/23 03:03:39
2353 Log: adjust searchdict.t for EBCDIC (still needs documenting)
2354 From: pvhp@forte.com (Peter Prymmer)
2355 Date: Thu, 6 Aug 98 18:09:39 PDT
2356 Message-Id: <9808070109.AA06158@forte.com>
2357 Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
2358 Branch: perl
2359 ! README.os390 t/lib/searchdict.t
2360____________________________________________________________________________
2361[ 1801] By: gsar on 1998/09/23 02:54:15
2362 Log: silence redefined warning for XS(INIT) {}
2363 Branch: perl
2364 ! op.c
2365____________________________________________________________________________
2366[ 1800] By: gsar on 1998/09/23 02:42:23
2367 Log: support match indices via special variables @- and @+
2368 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2369 Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
2370 Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
2371 Subject: [PATCH 5.004_76] @- and @+
2372 Branch: perl
2373 ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
2374 ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
2375____________________________________________________________________________
2376[ 1799] By: gsar on 1998/09/23 01:44:31
2377 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2378 Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
2379 Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
2380 Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
2381 Branch: perl
2382 ! regcomp.c t/op/re_tests
2383____________________________________________________________________________
2384[ 1798] By: gsar on 1998/09/23 01:39:23
2385 Log: integrate maint-5.005 changes (except conflicting change#1794)
2386 Branch: perl
2387 ! Changes
2388 !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
2389 !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
2390 !> win32/win32.h
2391____________________________________________________________________________
2392[ 1797] By: gsar on 1998/09/23 01:32:36
2393 Log: add note to win32/Makefile about setting CCHOME
2394 Branch: perl
2395 ! win32/Makefile win32/makefile.mk
2396____________________________________________________________________________
2397[ 1796] By: gsar on 1998/09/23 01:31:32
2398 Log: perl.pod tweak
2399 Branch: perl
2400 ! pod/perl.pod
2401____________________________________________________________________________
2402[ 1795] By: gsar on 1998/09/21 20:34:10
2403 Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
2404 Branch: perl
2405 ! lib/ExtUtils/xsubpp
2406____________________________________________________________________________
2407[ 1789] By: gsar on 1998/09/18 18:01:37
2408 Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
2409 Branch: perl
2410 ! cop.h t/cmd/for.t
2411____________________________________________________________________________
2412[ 1788] By: gsar on 1998/09/17 02:19:11
2413 Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
2414 Branch: perl
2415 ! win32/config.bc win32/config.gc win32/config.vc
2416____________________________________________________________________________
2417[ 1787] By: gsar on 1998/09/17 01:45:14
2418 Log: suppress bogus warning on C<sub x {} x()>
2419 Branch: perl
2420 ! toke.c
2421____________________________________________________________________________
2422[ 1786] By: gsar on 1998/09/17 01:42:51
2423 Log: ntohl typo in objXSUB.h
2424 Branch: perl
2425 ! objXSUB.h
2426____________________________________________________________________________
2427[ 1785] By: gsar on 1998/09/17 01:41:48
2428 Log: fill gaps in sig_* entries in win32/config.?c
2429 Branch: perl
2430 ! win32/config.bc win32/config.gc win32/config.vc
2431____________________________________________________________________________
2432[ 1781] By: larry on 1998/09/05 23:48:24
2433 Log: tr/// logic was hosed under utf8
2434 Branch: perl
2435 ! doop.c op.c op.h pp.c proto.h
2436____________________________________________________________________________
2437[ 1780] By: larry on 1998/09/05 23:44:16
2438 Log: several new tests needed tweaking to work under utf8
2439 Branch: perl
2440 ! t/comp/require.t t/op/pack.t t/op/substr.t
2441____________________________________________________________________________
2442[ 1779] By: larry on 1998/09/05 23:41:42
2443 Log: index() applied BM optimization to wrong argument
2444 Branch: perl
2445 ! op.c util.c
2446____________________________________________________________________________
2447[ 1778] By: larry on 1998/09/05 23:38:29
2448 Log: Implicit require during compile reset line numbering
2449 Branch: perl
2450 ! pp_ctl.c
2451
2452----------------
2453Version 5.005_51
599cee73 2454----------------
2455
2456____________________________________________________________________________
2b336d57 2457[ 1777] By: gsar on 1998/08/10 07:02:38
2458 Log: various tweaks: fix signed vs. unsigned problems that prevented C++
2459 builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
2460 lexical warning testsuite for win32
2461 Branch: perl
2462 ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
2463 ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
2464 ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
2465 ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
87de1672 2466 ! win32/Makefile win32/makefile.mk
2467____________________________________________________________________________
dfe13c55 2468[ 1776] By: gsar on 1998/08/09 17:53:48
2469 Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
2470 Branch: perl
2471 ! Changes MANIFEST perl.c pod/perlhist.pod
2472____________________________________________________________________________
2aea9f8a 2473[ 1775] By: gsar on 1998/08/09 14:35:33
2474 Log: tweak warning test
2475 Branch: perl
2476 ! t/pragma/warn-toke
2477____________________________________________________________________________
2478[ 1774] By: gsar on 1998/08/09 14:13:46
2479 Log: add missing dTHR; notes for test failures due to small stacksize
2480 Branch: perl
2481 ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
2482 ! toke.c universal.c util.c
2483____________________________________________________________________________
2484[ 1773] By: gsar on 1998/08/09 11:31:53
2485 Log: lexical warnings; tweaks to places that didn't apply correctly
2486 From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
2487 Date: Wed, 29 Jul 1998 09:28:45 BST
2488 Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
2489 Subject: lexical warnings patch for 5.005_50
2490 Branch: perl
2491 + README.lexwarn lib/warning.pm t/pragma/warn-2use
2492 + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
2493 + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
2494 + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
2495 + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
2496 + t/pragma/warn-pp_sys t/pragma/warn-regcomp
2497 + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
2498 + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
2499 + warning.h warning.pl
2500 ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
2501 ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
2502 ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
2503 ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
2504 ! universal.c util.c
2505____________________________________________________________________________
599cee73 2506[ 1772] By: gsar on 1998/08/08 23:06:00
2507 Log: bump patchlevel to 5.005_51
2508 Branch: perl
2509 ! patchlevel.h win32/Makefile win32/config_H.bc
2510 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2511____________________________________________________________________________
2512[ 1771] By: gsar on 1998/08/08 23:01:57
2513 Log: fix bogus warning on "\x{123}"
2514 From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
2515 Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
2516 Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
2517 Subject: [5.005_50 PATCH] Some unicode problems
2518 Branch: perl
2519 ! regcomp.c toke.c
2520____________________________________________________________________________
2521[ 1770] By: gsar on 1998/08/08 22:56:55
2522 Log: hide dup symbol for static build of ext/re
2523 From: Dominic Dunlop <domo@ppp72.vo.lu>
2524 Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
2525 Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
2526 Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
2527 Branch: perl
2528 ! regcomp.c
2529____________________________________________________________________________
2530[ 1769] By: gsar on 1998/08/08 22:45:06
2531 Log: fix double free on -Mutf8 -e '$b=uc("")'
2532 From: larry@wall.org (Larry Wall)
2533 Date: Fri, 7 Aug 1998 14:42:43 -0700
2534 Message-Id: <199808072142.OAA14920@wall.org>
2535 Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
2536 Branch: perl
2537 ! pp.c
2538____________________________________________________________________________
2539[ 1768] By: gsar on 1998/08/08 22:42:29
2540 Log: substr() assumes utf8 without say-so
2541 From: larry@wall.org (Larry Wall)
2542 Date: Fri, 7 Aug 1998 12:25:12 -0700
2543 Message-Id: <199808071925.MAA13436@wall.org>
2544 Subject: [PATCH 5.005_50] substr bug?
2545 Branch: perl
2546 ! pp.c
2547____________________________________________________________________________
2548[ 1767] By: gsar on 1998/08/08 22:38:25
2549 Log: fix intolerance of SWASHes for blank lines
2550 From: Gisle Aas <aas@sn.no>
2551 Date: 06 Aug 1998 23:28:57 +0200
2552 Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
2553 Subject: Re: Re[2]: another joyride begins
2554 Branch: perl
2555 ! lib/utf8_heavy.pl
2556____________________________________________________________________________
2557[ 1766] By: gsar on 1998/08/08 22:33:10
2558 Log: utf8 doc tweak
2559 From: Gisle Aas <aas@sn.no>
2560 Date: 05 Aug 1998 00:41:04 +0200
2561 Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
2562 Subject: Matching clumps
2563 Branch: perl
2564 ! lib/utf8.pm
2565____________________________________________________________________________
2566[ 1765] By: gsar on 1998/08/08 22:31:37
2567 Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
2568 From: Gisle Aas <aas@sn.no>
2569 Date: 04 Aug 1998 22:56:11 +0200
2570 Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
2571 Subject: Re: another joyride begins
2572 Branch: perl
2573 ! lib/utf8_heavy.pl
2574____________________________________________________________________________
2575[ 1764] By: gsar on 1998/08/08 22:28:43
2576 Log: From: larry@wall.org (Larry Wall)
2577 Date: Tue, 4 Aug 1998 17:04:51 -0700
2578 Message-Id: <199808050004.RAA22592@wall.org>
2579 Subject: [PATCH 5.005_50] \pX not implemented!
2580 Branch: perl
2581 ! regcomp.c
2582____________________________________________________________________________
2583[ 1763] By: gsar on 1998/08/08 22:27:15
2584 Log: From: Stephen McCamant <alias@mcs.com>
2585 Date: Sun, 2 Aug 1998 16:33:18 -0500 (CDT)
2586 Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
2587 Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
2588 Branch: perl
2589 ! op.c
2590____________________________________________________________________________
2591[ 1762] By: gsar on 1998/08/08 22:26:09
2592 Log: From: Jarkko Hietaniemi <jhi@iki.fi>
2593 Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
2594 Message-Id: <199808021905.WAA10592@alpha.hut.fi>
2595 Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
2596 Branch: perl
2597 + t/op/grent.t t/op/pwent.t
2598 ! MANIFEST
2599____________________________________________________________________________
2600[ 1761] By: gsar on 1998/08/08 22:21:52
2601 Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2602 Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
2603 Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
2604 Subject: [5.005_50 PATCH] misprint in RE engine
2605 Branch: perl
2606 ! regexec.c t/op/re_tests
2607____________________________________________________________________________
2608[ 1760] By: gsar on 1998/08/08 22:18:54
2609 Log: integrate maint-5.005 changes into mainline
2610 Branch: perl
2611 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
2612 !> (integrate 138 files)
2613____________________________________________________________________________
2614[ 1672] By: gsar on 1998/07/27 18:35:28
2615 Log: create new Changes
2616 Branch: perl
2617 + Changes
2618 ! Changes5.005 MANIFEST
2619____________________________________________________________________________
2620[ 1671] By: gsar on 1998/07/27 18:30:57
2621 Log: rename Changes --> Changes5.005
2622 Branch: perl
2623 +> Changes5.005
2624 - Changes
2625____________________________________________________________________________
2626[ 1670] By: gsar on 1998/07/27 18:10:14
2627 Log: integrate 5.005_01 changes from maint
2628 Branch: perl
2629 ! Changes
2630 !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
2631 !> win32/win32.c
2632____________________________________________________________________________
2633[ 1667] By: nick on 1998/07/26 14:31:01
2634 Log: Add dTHR so that it compiles miniperl in threaded mode
2635 Branch: perl
2636 ! doop.c mg.c regcomp.c regexec.c
2637____________________________________________________________________________
2638[ 1666] By: nick on 1998/07/26 13:01:10
2639 Log: Resolve ansiperl against mainline (@1648?)
2640 Unclear that change number has "taken".
2641 Branch: ansiperl
2642 +> (branch 169 files)
2643 - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
2644 !> (integrate 131 files)
2645
2646----------------
2647Version 5.005_50
527cc686 2648----------------
2649
2650____________________________________________________________________________
2651[ 1665] By: gsar on 1998/07/26 05:38:48
2652 Log: add trailing newline to file
2653 Branch: perl
2654 ! Changes lib/unicode/blocks.txt
2655____________________________________________________________________________
2656[ 1664] By: gsar on 1998/07/26 05:08:48
2657 Log: integrate proto.h additions from maint-5.005
2658 Branch: perl
2659 !> pod/perlhist.pod proto.h
2660____________________________________________________________________________
2661[ 1663] By: gsar on 1998/07/26 05:07:05
2662 Log: add new files to MANIFEST; add missing prototypes to proto.h;
2663 s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
2664 add typecasts to silence warnings; tweaks for win32 builds
2665 Branch: perl
2666 ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
2667 ! win32/Makefile win32/makefile.mk
2668____________________________________________________________________________
2669[ 1662] By: gsar on 1998/07/26 05:01:52
2670 Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
2671 Branch: maint-5.005/perl
2672 ! pod/perlhist.pod proto.h
2673____________________________________________________________________________
2674[ 1661] By: gsar on 1998/07/26 02:52:48
2675 Log: up patchlevel to 5.005_50
2676 Branch: perl
2677 ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2678 ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2679____________________________________________________________________________
2680[ 1660] By: gsar on 1998/07/26 02:43:57
2681 Log: integrate utfperl
2682 Branch: perl
2683 +> (branch 162 files)
2684 !> (integrate 29 files)
2685____________________________________________________________________________
2686[ 1659] By: gsar on 1998/07/26 02:38:22
2687 Log: integrate maint-5.005 changes
2688 Branch: perl
2689 !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
2690 !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
2691 !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
2692 !> vms/descrip_mms.template vms/subconfigure.com
2693____________________________________________________________________________
2694[ 1658] By: gsar on 1998/07/26 02:23:46
2695 Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
2696 Date: Fri, 24 Jul 1998 11:38:25 -0700
2697 Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
2698 Subject: [PATCH 5.005] version number problem with VMS (Corrected)
2699 --
2700 Date: Fri, 24 Jul 1998 12:30:36 -0700
2701 Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
2702 Subject: [PATCH 5.005]Tweaks to README.vms
2703 --
2704 Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
2705 Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
2706 Subject: [PATCH 5.005] Final build cleanup patch
2707 Branch: maint-5.005/perl
2708 ! README.vms vms/descrip_mms.template vms/subconfigure.com
2709____________________________________________________________________________
2710[ 1657] By: gsar on 1998/07/26 02:19:50
2711 Log: another platform where pp_sselect() needs a whole fd_set buffer
2712 From: Lupe Christoph <lupe@alanya.m.isar.de>
2713 Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
2714 Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
2715 Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
2716 Branch: maint-5.005/perl
2717 ! pp_sys.c
2718____________________________________________________________________________
2719[ 1656] By: gsar on 1998/07/26 02:12:46
2720 Log: fix problem building modules on dos-djgpp
2721 From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
2722 Date: Sat, 25 Jul 1998 00:53:39 +0200
2723 Message-ID: <19980725005339.C222@cdata.tvnet.hu>
2724 Subject: [PATCH 5.005] dos-djgpp and modules problem
2725 Branch: maint-5.005/perl
2726 ! djgpp/fixpmain
2727____________________________________________________________________________
2728[ 1655] By: gsar on 1998/07/26 02:11:09
2729 Log: From: Tom Spindler <dogcow@home.merit.edu>
2730 Date: Wed, 22 Jul 1998 16:11:07 -0400
2731 Message-ID: <19980722161107.A16813@home.merit.edu>
2732 Subject: [PATCH 5.005] BeOS tweak
2733 Branch: maint-5.005/perl
2734 ! hints/beos.sh
2735____________________________________________________________________________
2736[ 1654] By: gsar on 1998/07/26 02:09:29
2737 Log: various pod tweaks
2738 Branch: maint-5.005/perl
2739 ! Changes pod/perldelta.pod pod/perlmodinstall.pod
2740 ! pod/perltoc.pod
2741____________________________________________________________________________
2742[ 1653] By: gsar on 1998/07/26 02:05:46
2743 Log: fix emacs/ptags for PL_* changes
2744 From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2745 Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
2746 Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
2747 Subject: [PATCH 5.004_76] Yet better ptags
2748 Branch: maint-5.005/perl
2749 ! emacs/ptags
2750____________________________________________________________________________
2751[ 1652] By: gsar on 1998/07/26 02:03:01
2752 Log: fix behavior of <=> on bigints
2753 From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2754 Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
2755 Date: Fri, 24 Jul 1998 18:29:53 +0100
2756 Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
2757 Branch: maint-5.005/perl
2758 ! lib/Math/BigInt.pm t/lib/bigintpm.t
2759____________________________________________________________________________
2760[ 1651] By: larry on 1998/07/24 05:44:33
2761 Log: Here are the long-expected Unicode/UTF-8 modifications.
2762 Branch: utfperl
2763 + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
2764 + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
2765 + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
2766 + lib/unicode/Decomposition.pl
2767 + lib/unicode/In/AlphabeticPresentationForms.pl
2768 + lib/unicode/In/Arabic.pl
2769 + lib/unicode/In/ArabicPresentationForms-A.pl
2770 + lib/unicode/In/ArabicPresentationForms-B.pl
2771 + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
2772 + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
2773 + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
2774 + lib/unicode/In/BoxDrawing.pl
2775 + lib/unicode/In/CJKCompatibility.pl
2776 + lib/unicode/In/CJKCompatibilityForms.pl
2777 + lib/unicode/In/CJKCompatibilityIdeographs.pl
2778 + lib/unicode/In/CJKSymbolsandPunctuation.pl
2779 + lib/unicode/In/CJKUnifiedIdeographs.pl
2780 + lib/unicode/In/CombiningDiacriticalMarks.pl
2781 + lib/unicode/In/CombiningHalfMarks.pl
2782 + lib/unicode/In/CombiningMarksforSymbols.pl
2783 + lib/unicode/In/ControlPictures.pl
2784 + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
2785 + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
2786 + lib/unicode/In/EnclosedAlphanumerics.pl
2787 + lib/unicode/In/EnclosedCJKLettersandMonths.pl
2788 + lib/unicode/In/GeneralPunctuation.pl
2789 + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
2790 + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
2791 + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
2792 + lib/unicode/In/HalfwidthandFullwidthForms.pl
2793 + lib/unicode/In/HangulCompatibilityJamo.pl
2794 + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
2795 + lib/unicode/In/Hebrew.pl
2796 + lib/unicode/In/HighPrivateUseSurrogates.pl
2797 + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
2798 + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
2799 + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
2800 + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
2801 + lib/unicode/In/LatinExtended-A.pl
2802 + lib/unicode/In/LatinExtended-B.pl
2803 + lib/unicode/In/LatinExtendedAdditional.pl
2804 + lib/unicode/In/LetterlikeSymbols.pl
2805 + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
2806 + lib/unicode/In/MathematicalOperators.pl
2807 + lib/unicode/In/MiscellaneousSymbols.pl
2808 + lib/unicode/In/MiscellaneousTechnical.pl
2809 + lib/unicode/In/NumberForms.pl
2810 + lib/unicode/In/OpticalCharacterRecognition.pl
2811 + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
2812 + lib/unicode/In/SmallFormVariants.pl
2813 + lib/unicode/In/SpacingModifierLetters.pl
2814 + lib/unicode/In/Specials.pl
2815 + lib/unicode/In/SuperscriptsandSubscripts.pl
2816 + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
2817 + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
2818 + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2819 + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
2820 + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
2821 + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
2822 + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
2823 + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
2824 + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
2825 + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
2826 + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
2827 + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
2828 + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
2829 + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
2830 + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
2831 + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
2832 + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
2833 + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
2834 + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
2835 + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
2836 + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
2837 + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
2838 + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
2839 + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
2840 + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
2841 + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
2842 + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
2843 + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
2844 + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
2845 + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
2846 + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
2847 + lib/unicode/JamoShort.pl lib/unicode/Makefile
2848 + lib/unicode/Name.pl lib/unicode/Number.pl
2849 + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
2850 + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
2851 + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
2852 + lib/unicode/blocks.txt lib/unicode/index2.txt
2853 + lib/unicode/jamo2.txt lib/unicode/mktables.PL
2854 + lib/unicode/names2.txt lib/unicode/props2.txt
2855 + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
2856 + utf8.c utf8.h
2857 ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
2858 ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
2859 ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
2860 ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
2861 ! t/op/vec.t toke.c util.c vms/vmsish.h
2862____________________________________________________________________________
2863[ 1650] By: gsar on 1998/07/24 04:06:48
2864 Log: create utfperl branch
2865 Branch: utfperl
2866 +> (branch 1079 files)
2867____________________________________________________________________________
2868[ 1649] By: gsar on 1998/07/24 03:56:56
2869 Log: create maint-5.005 branch
2870 Branch: maint-5.005/perl
2871 +> (branch 1079 files)
2872____________________________________________________________________________
2873[ 1648] By: gsar on 1998/07/24 03:36:35
2874 Log: un-checked-in 5.005 Changes (this is 5.005 *exactly*)
2875 Branch: perl
2876 ! Changes
2877