perldoc pod update
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current 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>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
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
59 And, of course, the Author of Perl:
60
61     Larry Wall          <larry@wall.org>
62
63
64 NOTE: Each change entry shows the change number; who checked it into the
65 repository; when; description of the change; which branch the change
66 happened in; and the affected files.  The file lists have a short symbolic
67 indicator:
68
69             !       modified
70             +       added
71             -       deleted
72             +>      branched (from elsewhere)
73             !>      merged changes (from elsewhere)
74
75
76 ----------------
77 Version 5.005_53        Development release working toward 5.006
78 ----------------
79
80 ____________________________________________________________________________
81 [  1935] By: gsar                                  on 1998/10/06  06:50:35
82         Log: add test for previous fix
83      Branch: perl
84            ! ext/Thread/create.t
85 ____________________________________________________________________________
86 [  1934] By: gsar                                  on 1998/10/06  06:37:36
87         Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
88      Branch: perl
89            ! util.c
90 ____________________________________________________________________________
91 [  1933] By: gsar                                  on 1998/10/06  05:04:20
92         Log: undo bogus part of change#1903 (as pointed out by Larry)
93      Branch: perl
94            ! pp_ctl.c
95 ____________________________________________________________________________
96 [  1932] By: gsar                                  on 1998/10/06  04:21:31
97         Log: added tweaked version of suggested patch
98              From: jan.dubois@ibm.net (Jan Dubois)
99              Date: Sat, 03 Oct 1998 19:04:48 +0200
100              Message-ID: <361d54b2.36841294@smtp1.ibm.net>
101              Subject: [PATCH 5.005_52] More MakeMaker  patches
102      Branch: perl
103            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
104            ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
105 ____________________________________________________________________________
106 [  1931] By: gsar                                  on 1998/10/06  04:04:33
107         Log: use cpp symbols instead of hardwired constants
108              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
109              Date: Mon, 05 Oct 1998 09:23:33 +0100
110              Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
111              Subject: [PATCH 5.005_52] By the numbers (resend)
112      Branch: perl
113            ! op.c
114 ____________________________________________________________________________
115 [  1930] By: gsar                                  on 1998/10/06  04:01:55
116         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
117              Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
118              Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
119              Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
120      Branch: perl
121            ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
122            ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
123 ____________________________________________________________________________
124 [  1929] By: gsar                                  on 1998/10/06  03:50:36
125         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
126              Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
127              Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
128              Subject: [PATCH 5.00552] Minor test improvement
129      Branch: perl
130            ! t/op/magic.t
131 ____________________________________________________________________________
132 [  1928] By: gsar                                  on 1998/10/06  03:49:03
133         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
134              Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
135              Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
136              Subject: [PATCH 5.00552] emacs/ptags inprovements
137      Branch: perl
138            ! emacs/ptags
139 ____________________________________________________________________________
140 [  1927] By: gsar                                  on 1998/10/06  03:47:44
141         Log: disable C<#define dirty PL_dirty> et al.
142      Branch: perl
143            ! embed.pl embedvar.h
144 ____________________________________________________________________________
145 [  1926] By: gsar                                  on 1998/10/06  03:43:32
146         Log: From: Mark-Jason Dominus <mjd@plover.com>
147              Date: Sun, 04 Oct 1998 14:48:11 -0400
148              Message-ID: <19981004184811.16048.qmail@plover.com>
149              Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
150      Branch: perl
151            ! utils/perldoc.PL
152 ____________________________________________________________________________
153 [  1925] By: gsar                                  on 1998/10/06  03:27:35
154         Log: disable USE_THREADS when PERL_OBJECT is enabled
155      Branch: perl
156            ! win32/Makefile win32/makefile.mk
157 ____________________________________________________________________________
158 [  1924] By: gsar                                  on 1998/10/06  03:26:54
159         Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
160      Branch: perl
161            ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
162            ! vms/perly_c.vms
163 ____________________________________________________________________________
164 [  1923] By: gsar                                  on 1998/10/03  05:19:56
165         Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
166              overridden
167      Branch: perl
168            ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
169            ! proto.h vms/perly_c.vms
170 ____________________________________________________________________________
171 [  1922] By: gsar                                  on 1998/10/03  03:59:50
172         Log: suppress manifypods leak in extensions
173      Branch: perl
174            ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
175 ____________________________________________________________________________
176 [  1921] By: gsar                                  on 1998/10/02  22:30:15
177         Log: os390 fixes (suggested by Peter Prymmer)
178      Branch: perl
179            ! Makefile.SH regcomp.c
180 ____________________________________________________________________________
181 [  1920] By: gsar                                  on 1998/10/02  21:41:19
182         Log: squelch undef warnings
183              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
184              Date: Fri, 02 Oct 1998 11:01:14 +0100
185              Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
186              Subject: [PATCH] Re: Apparent bug in Math::BigInt 
187      Branch: perl
188            ! Changes lib/Math/BigInt.pm
189 ____________________________________________________________________________
190 [  1919] By: gsar                                  on 1998/10/02  04:59:13
191         Log: add note to INSTALL about ANSI C
192      Branch: perl
193            ! INSTALL
194 ____________________________________________________________________________
195 [  1918] By: gsar                                  on 1998/10/02  04:21:10
196         Log: tolerate spaces when fixing up __cplusplus output by old h2xs
197              From: jan.dubois@ibm.net (Jan Dubois)
198              Date: Wed, 30 Sep 1998 23:35:30 +0200
199              Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
200              Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
201      Branch: perl
202            ! lib/ExtUtils/xsubpp
203 ____________________________________________________________________________
204 [  1917] By: gsar                                  on 1998/10/02  04:16:02
205         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
206              Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
207              Message-Id: <199810010837.LAA31371@alpha.hut.fi>
208              Subject: Re: Configure test for selectbits busted
209      Branch: perl
210            ! Configure
211 ____________________________________________________________________________
212 [  1916] By: gsar                                  on 1998/10/02  04:14:17
213         Log: From: Dan Sugalski <sugalskd@osshe.edu>
214              Date: Wed, 30 Sep 1998 17:15:20 -0700
215              Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
216              Subject: [PATCH 5.005_02]VMS config tweaks
217      Branch: perl
218            ! vms/descrip_mms.template vms/subconfigure.com
219 ____________________________________________________________________________
220 [  1915] By: gsar                                  on 1998/10/02  04:10:47
221         Log: use Off_t to permit 64-bit seek()
222              From: Scott Henry <scotth@sgi.com>
223              Date: 29 Sep 1998 17:38:46 -0700
224              Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
225              Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
226              --
227              Date: 28 Sep 1998 18:55:37 -0700
228              Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
229              Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
230      Branch: perl
231            ! doio.c pp_sys.c proto.h sv.c
232 ____________________________________________________________________________
233 [  1914] By: gsar                                  on 1998/10/02  04:05:36
234         Log: normalize tm struct passed to strftime() with mktime()
235              From: Spider Boardman <spider@orb.nashua.nh.us>
236              Date: Wed, 30 Sep 1998 15:12:09 -0400
237              Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
238              Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
239      Branch: perl
240            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
241 ____________________________________________________________________________
242 [  1913] By: gsar                                  on 1998/10/02  03:59:46
243         Log: don't try to run foo_SH.orig etc.
244      Branch: perl
245            ! Configure
246 ____________________________________________________________________________
247 [  1912] By: gsar                                  on 1998/10/02  03:45:37
248         Log: make warning about glob process failure optional
249      Branch: perl
250            ! pod/perldiag.pod pp_hot.c
251 ____________________________________________________________________________
252 [  1911] By: gsar                                  on 1998/10/02  02:52:21
253         Log: document yet another RE diagnostic, make it consistent with REG_INFTY
254              From: Dominic Dunlop <domo@vo.lu>
255              Date: Tue, 29 Sep 1998 21:06:30 +0000
256              Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
257              Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
258              --
259              Date: Wed, 30 Sep 1998 11:46:44 +0000
260              Message-Id: <v03110702b237beb04830@[212.24.192.74]>
261              Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
262      Branch: perl
263            ! pod/perldiag.pod regcomp.c
264 ____________________________________________________________________________
265 [  1910] By: gsar                                  on 1998/10/02  02:48:48
266         Log: minor Configure tweaks (via private mail)
267              From: Jarkko Hietaniemi <jhi@iki.fi>
268              Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
269              Message-Id: <199809292325.CAA19737@alpha.hut.fi>
270              Subject: [PATCH] 5.005_52: the drizzle continues
271      Branch: perl
272            ! Configure config_h.SH handy.h
273 ____________________________________________________________________________
274 [  1909] By: gsar                                  on 1998/10/02  02:46:39
275         Log: update SCO hints for dynamic loading
276              From: Andy Dougherty <doughera@lafcol.lafayette.edu>
277              Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
278              Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
279              Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
280              --
281              Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
282              Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
283              Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
284      Branch: perl
285            ! hints/sco.sh
286 ____________________________________________________________________________
287 [  1908] By: gsar                                  on 1998/10/02  02:33:39
288         Log: make File::Find work when wanted() is autoloaded or a symbolic ref
289      Branch: perl
290            ! lib/File/Find.pm
291 ____________________________________________________________________________
292 [  1907] By: gsar                                  on 1998/10/02  02:21:52
293         Log: applied patches, but retained old behavior for win32 (where compilers
294              can't read from stdin at all)
295              From: Graham Barr <gbarr@ti.com>
296              Date: Mon, 28 Sep 1998 09:41:49 -0500
297              Message-ID: <19980928094149.B26576@asic.sc.ti.com>
298              Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
299              --
300              Date: Tue, 29 Sep 1998 12:35:43 -0500
301              Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
302              Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
303      Branch: perl
304            ! ext/Errno/Errno_pm.PL
305 ____________________________________________________________________________
306 [  1906] By: gsar                                  on 1998/10/02  02:02:19
307         Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
308              Hietaniemi)
309      Branch: perl
310            ! t/op/grent.t
311 ____________________________________________________________________________
312 [  1905] By: gsar                                  on 1998/10/02  01:59:56
313         Log: win32 caveats about truncate()
314      Branch: perl
315            ! pod/perlport.pod
316 ____________________________________________________________________________
317 [  1904] By: gsar                                  on 1998/10/02  01:53:25
318         Log: various Configure and hints updates (prefer drand48() or random()
319              over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
320              applied modulo SCO hints superceded by later patch
321              From: Jarkko Hietaniemi <jhi@iki.fi>
322              Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
323              Message-Id: <199809282156.AAA18615@alpha.hut.fi>
324              Subject: [PATCH] 5.005_52: Configure et al:
325      Branch: perl
326            + ext/IPC/SysV/hints/next_3.pl
327            ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
328            ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
329            ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
330 ____________________________________________________________________________
331 [  1903] By: gsar                                  on 1998/10/02  01:42:37
332         Log: fixes for bugs in /RE/p    from Hugo van der Sanden
333              Date: Mon, 28 Sep 1998 17:41:49 +0100
334              Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
335              Subject: [PATCH 5.005_52] Re: More on ?p 
336              --
337              Date: Thu, 01 Oct 1998 09:10:58 +0100
338              Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
339              Subject: [PATCH 5.005_52] ?p fix
340              --
341              Date: Thu, 01 Oct 1998 10:45:56 +0100
342              Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
343              Subject: [PATCH 5.005_52] more on ?p
344      Branch: perl
345            ! pp_ctl.c
346 ____________________________________________________________________________
347 [  1902] By: gsar                                  on 1998/10/02  01:36:14
348         Log: From: Kenneth Duda <kjd@cisco.com>
349              Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
350              Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
351              Subject: writemain dies when there are more than 4000 characters of extensions
352      Branch: perl
353            ! writemain.SH
354 ____________________________________________________________________________
355 [  1901] By: gsar                                  on 1998/10/02  01:33:16
356         Log: tweak run_byacc recipe
357      Branch: perl
358            ! Makefile.SH Porting/pumpkin.pod
359 ____________________________________________________________________________
360 [  1900] By: gsar                                  on 1998/10/02  01:02:09
361         Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
362      Branch: perl
363            ! perl.h pp_ctl.c
364 ____________________________________________________________________________
365 [  1899] By: gsar                                  on 1998/09/28  20:46:30
366         Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
367              Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
368              Dvornik)
369      Branch: perl
370            ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
371 ____________________________________________________________________________
372 [  1898] By: gsar                                  on 1998/09/28  20:42:52
373         Log: flush unsubmitted 5.00552 change
374      Branch: perl
375            ! MANIFEST
376 ____________________________________________________________________________
377 [  1897] By: gsar                                  on 1998/09/27  04:43:06
378         Log: run vms_yfix.pl
379      Branch: perl
380            ! vms/perly_c.vms
381 ____________________________________________________________________________
382 [  1896] By: gsar                                  on 1998/09/27  03:38:55
383         Log: small tweak on last change
384      Branch: perl
385            ! win32/win32.c
386 ____________________________________________________________________________
387 [  1895] By: gsar                                  on 1998/09/27  03:17:17
388         Log: fix win32_stat() to do the right thing for share names
389      Branch: perl
390            ! win32/win32.c
391 ____________________________________________________________________________
392 [  1891] By: larry                                 on 1998/09/25  18:50:40
393         Log: Fixed apostrophe problem from Mark Knutsen.
394      Branch: perl
395            ! sv.h
396
397 ----------------
398 Version 5.005_52
399 ----------------
400
401 ____________________________________________________________________________
402 [  1890] By: gsar                                  on 1998/09/25  10:25:00
403         Log: update template config.sh, add new config vars to win32 stuff
404      Branch: perl
405            ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
406            ! pp_sys.c proto.h win32/config.bc win32/config.gc
407            ! win32/config.vc win32/config_H.bc win32/config_H.gc
408            ! win32/config_H.vc win32/win32.h
409 ____________________________________________________________________________
410 [  1889] By: gsar                                  on 1998/09/25  07:13:13
411         Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
412              for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
413              of full-fledged 64-bit support (including support for: fseeko/ftello,
414              Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
415              in Fcntl)
416              From: Jarkko Hietaniemi <jhi@iki.fi>
417              Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
418              Message-Id: <199809112056.XAA04720@alpha.hut.fi>
419              Subject: [PATCH] 5.005_51: Configure "Massive Attack"
420              --
421              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
422              Date: 12 Sep 1998 09:44:25 +0300
423              Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
424              Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
425      Branch: perl
426            + lib/filetest.pm
427            ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
428            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
429            ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
430            ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
431            ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
432            ! win32/makedef.pl
433 ____________________________________________________________________________
434 [  1888] By: gsar                                  on 1998/09/25  06:27:12
435         Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
436      Branch: perl
437            ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
438            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
439            ! win32/makedef.pl win32/makefile.mk win32/win32.c
440 ____________________________________________________________________________
441 [  1887] By: gsar                                  on 1998/09/25  04:50:49
442         Log: win32.c tweak
443      Branch: perl
444            ! win32/win32.c
445 ____________________________________________________________________________
446 [  1886] By: gsar                                  on 1998/09/25  04:47:32
447         Log: s/MAKEMAKEROPT/PERL_MM_OPT/
448      Branch: perl
449            ! lib/ExtUtils/MakeMaker.pm
450 ____________________________________________________________________________
451 [  1885] By: gsar                                  on 1998/09/25  04:05:09
452         Log: From: Dominic Dunlop <domo@vo.lu>
453              Date: Thu, 10 Sep 1998 11:02:46 +0000
454              Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
455              Subject: MM_Unix::canonpath erroneously turns leading // into /
456      Branch: perl
457            ! lib/ExtUtils/MM_Unix.pm
458 ____________________________________________________________________________
459 [  1884] By: gsar                                  on 1998/09/25  03:06:10
460         Log: temporarily disable perl malloc for a2p until we clean up
461              conflicting malloc() declarations everywhere
462      Branch: perl
463            ! x2p/Makefile.SH
464 ____________________________________________________________________________
465 [  1883] By: gsar                                  on 1998/09/25  02:27:00
466         Log: remove obsolete win32/bin/*.pl
467      Branch: perl
468            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
469            ! Changes MANIFEST win32/Makefile win32/makefile.mk
470 ____________________________________________________________________________
471 [  1882] By: gsar                                  on 1998/09/25  02:04:43
472         Log: missing file in last submit
473      Branch: perl
474            ! proto.h
475 ____________________________________________________________________________
476 [  1881] By: gsar                                  on 1998/09/25  01:56:54
477         Log: serial access to PL_x[inpr]v_root for USE_THREADS
478      Branch: perl
479            ! sv.c
480 ____________________________________________________________________________
481 [  1880] By: gsar                                  on 1998/09/25  01:19:38
482         Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
483              From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
484              Date: Thu, 24 Sep 1998 22:01:09 +0900
485              Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
486              Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
487      Branch: perl
488            ! hv.c proto.h
489 ____________________________________________________________________________
490 [  1879] By: gsar                                  on 1998/09/25  00:20:07
491         Log: tweaks to enable PERL_OBJECT to build & test on win32
492      Branch: perl
493            ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
494            ! win32/GenCAPI.pl
495 ____________________________________________________________________________
496 [  1878] By: gsar                                  on 1998/09/25  00:13:36
497         Log: fix change#1861, which breaks default boot_xxx symbol generation
498      Branch: perl
499            ! lib/ExtUtils/Mksymlists.pm
500 ____________________________________________________________________________
501 [  1877] By: gsar                                  on 1998/09/24  10:29:54
502         Log: two tweaks for clean build and test on Solaris
503      Branch: perl
504            ! op.c t/op/subst.t
505 ____________________________________________________________________________
506 [  1876] By: gsar                                  on 1998/09/24  09:04:43
507         Log: From: Colin Kuskie <ckuskie@cadence.com>
508              Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
509              Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
510              Subject: [PATCH 5.005_51] perlform.pod
511      Branch: perl
512            ! pod/perlform.pod
513 ____________________________________________________________________________
514 [  1875] By: gsar                                  on 1998/09/24  08:47:47
515         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
516              Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
517              Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
518              Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
519      Branch: perl
520            ! regexec.c
521 ____________________________________________________________________________
522 [  1874] By: gsar                                  on 1998/09/24  08:44:55
523         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
524              Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
525              Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
526              Subject: Re: your Regexp.patch dated 21.8 [PATCH]
527      Branch: perl
528            ! toke.c
529 ____________________________________________________________________________
530 [  1873] By: gsar                                  on 1998/09/24  08:39:41
531         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
532              Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
533              Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
534              Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
535      Branch: perl
536            ! Changes regcomp.c
537 ____________________________________________________________________________
538 [  1872] By: gsar                                  on 1998/09/24  08:37:00
539         Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
540              Date: Sun, 23 Aug 1998 23:18:38 PDT
541              Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
542              Subject: new irix_6.sh hints file
543      Branch: perl
544            ! hints/irix_6.sh
545 ____________________________________________________________________________
546 [  1871] By: gsar                                  on 1998/09/24  07:26:37
547         Log: correct FSF address in various places
548      Branch: perl
549            ! Copying README ext/B/README lib/Getopt/Long.pm
550 ____________________________________________________________________________
551 [  1870] By: gsar                                  on 1998/09/24  07:11:56
552         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
553              Date:    Fri, 14 Aug 1998 09:20:16 PDT
554              Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
555              Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
556      Branch: perl
557            ! configure.com
558 ____________________________________________________________________________
559 [  1869] By: gsar                                  on 1998/09/24  06:55:59
560         Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
561              From:    Scott Henry <scotth@sgi.com>
562              Date:    13 Aug 1998 09:52:15 PDT
563              Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
564              Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
565      Branch: perl
566            ! hints/irix_6.sh
567 ____________________________________________________________________________
568 [  1868] By: gsar                                  on 1998/09/24  06:51:23
569         Log: From:    Nathan Torkington <gnat@frii.com>
570              Date:    Thu, 13 Aug 1998 10:59:48 MDT
571              Message-Id: <199808131659.KAA06179@prometheus.frii.com>
572              Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
573      Branch: perl
574            ! pod/perlfunc.pod
575 ____________________________________________________________________________
576 [  1867] By: gsar                                  on 1998/09/24  06:45:13
577         Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
578              that are autoloaded)
579      Branch: perl
580            ! pp_ctl.c
581 ____________________________________________________________________________
582 [  1866] By: gsar                                  on 1998/09/24  05:21:19
583         Log: grandfather deprecated "$$<digit>" no more
584      Branch: perl
585            ! pod/perldiag.pod toke.c
586 ____________________________________________________________________________
587 [  1865] By: gsar                                  on 1998/09/24  04:52:48
588         Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
589              low bits (suggested by Ilya Zakharevich)
590      Branch: perl
591            ! hv.h
592 ____________________________________________________________________________
593 [  1864] By: gsar                                  on 1998/09/24  04:29:14
594         Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
595              perly_c.diff
596      Branch: perl
597            ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
598            ! perly_c.diff toke.c
599 ____________________________________________________________________________
600 [  1863] By: gsar                                  on 1998/09/24  03:36:30
601         Log: provide locked access to string table for USE_THREADS
602      Branch: perl
603            ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
604 ____________________________________________________________________________
605 [  1862] By: gsar                                  on 1998/09/24  03:30:32
606         Log: remove bogus warn()
607      Branch: perl
608            ! embed.pl
609 ____________________________________________________________________________
610 [  1861] By: gsar                                  on 1998/09/24  02:58:51
611         Log: applied suggested patch, adapted for all platforms
612              From: jan.dubois@ibm.net (Jan Dubois)
613              Date: Sun, 20 Sep 1998 12:56:38 +0200
614              Message-ID: <3604de0c.12319885@smtp1.ibm.net>
615              Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
616      Branch: perl
617            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
618            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
619            ! lib/ExtUtils/MakeMaker.pm
620 ____________________________________________________________________________
621 [  1860] By: gsar                                  on 1998/09/24  02:16:14
622         Log: upgrade to CPAN-1.40
623      Branch: perl
624            ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
625 ____________________________________________________________________________
626 [  1859] By: gsar                                  on 1998/09/24  02:08:59
627         Log: use $ENV{MAKEMAKEROPT} to set default command line args
628      Branch: perl
629            ! lib/ExtUtils/MakeMaker.pm
630 ____________________________________________________________________________
631 [  1857] By: gsar                                  on 1998/09/23  10:58:36
632         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
633              Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
634              Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
635              Subject: More verbose Test::Harness [PATCH]
636      Branch: perl
637            ! lib/Test/Harness.pm
638 ____________________________________________________________________________
639 [  1856] By: gsar                                  on 1998/09/23  10:56:24
640         Log: update hints for OPENSTEP 4.2 on i386
641              From: Gerben Wierda <Gerben_Wierda@RnA.nl>
642              Date: Sun, 20 Sep 1998 01:03:18 +0200
643              Message-Id: <9809192303.AA29190@Spike>
644              Subject: Perl 5.005_02 compilation problems
645      Branch: perl
646            ! hints/next_4.sh
647 ____________________________________________________________________________
648 [  1855] By: gsar                                  on 1998/09/23  10:52:27
649         Log: reset errno after C<require> search (as suggested by Larry)
650      Branch: perl
651            ! pp_ctl.c
652 ____________________________________________________________________________
653 [  1854] By: gsar                                  on 1998/09/23  10:50:26
654         Log: misc pod tweaks
655      Branch: perl
656            ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
657 ____________________________________________________________________________
658 [  1853] By: gsar                                  on 1998/09/23  10:46:06
659         Log: make Pod/Html.pm handle the --title option properly (as suggested
660              by gml4410@ggr.co.uk)
661      Branch: perl
662            ! lib/Pod/Html.pm
663 ____________________________________________________________________________
664 [  1852] By: gsar                                  on 1998/09/23  10:41:39
665         Log: SSNEW() API for allocating memory on the savestack
666              From: Albert Dvornik <bert@genscan.com>
667              Date: 17 Sep 1998 19:23:07 -0400
668              Message-Id: <tqemtae338.fsf@puma.genscan.com>
669              Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
670      Branch: perl
671            ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
672            ! perl.h proto.h scope.c scope.h t/io/tell.t
673 ____________________________________________________________________________
674 [  1851] By: gsar                                  on 1998/09/23  10:37:05
675         Log: From: Jochen Wiedmann <joe@ispsoft.de>
676              Date: Thu, 17 Sep 1998 17:16:06 +0200
677              Message-ID: <360127B6.E44564A@ispsoft.de>
678              Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
679      Branch: perl
680            ! lib/ExtUtils/MakeMaker.pm
681 ____________________________________________________________________________
682 [  1850] By: gsar                                  on 1998/09/23  10:33:05
683         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
684              Date: 15 Sep 1998 01:32:31 +0200
685              Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
686              Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
687      Branch: perl
688            ! lib/ExtUtils/MM_Unix.pm
689 ____________________________________________________________________________
690 [  1849] By: gsar                                  on 1998/09/23  10:29:04
691         Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
692              Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
693              Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
694              Subject: Re: extralibs.ld problem in MM_VMS.pm
695      Branch: perl
696            ! lib/ExtUtils/MM_VMS.pm
697 ____________________________________________________________________________
698 [  1848] By: gsar                                  on 1998/09/23  10:25:24
699         Log: From: Roderick Schertler <roderick@argon.org>
700              Date: 11 Sep 1998 16:19:21 -0400
701              Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
702              Subject: Re: Open2 and memory leaks
703      Branch: perl
704            ! lib/IPC/Open3.pm
705 ____________________________________________________________________________
706 [  1847] By: gsar                                  on 1998/09/23  10:18:31
707         Log: From: Roderick Schertler <roderick@argon.org>
708              Date: Wed, 09 Sep 1998 23:52:48 -0400
709              Message-ID: <20567.905399568@eeyore.ibcinc.com>
710              Subject: seed srand from /dev/urandom when possible
711      Branch: perl
712            ! pod/perlfunc.pod pp.c
713 ____________________________________________________________________________
714 [  1846] By: gsar                                  on 1998/09/23  10:12:22
715         Log: From: Roderick Schertler <roderick@argon.org>
716              Date: Thu, 10 Sep 1998 00:32:17 -0400
717              Message-ID: <21142.905401937@eeyore.ibcinc.com>
718              Subject: doc update for crypt()'s salt
719      Branch: perl
720            ! pod/perlfunc.pod
721 ____________________________________________________________________________
722 [  1845] By: gsar                                  on 1998/09/23  10:09:23
723         Log: fix h2ph handling of C<#error "foo">
724              From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
725              Date: Thu, 10 Sep 1998 09:59:33 +0900
726              Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
727              Subject: [5.005_02] h2ph problem
728      Branch: perl
729            ! utils/h2ph.PL
730 ____________________________________________________________________________
731 [  1844] By: gsar                                  on 1998/09/23  10:06:13
732         Log: plug strictly private function leaks in API listing
733      Branch: perl
734            ! pod/perlguts.pod
735 ____________________________________________________________________________
736 [  1843] By: gsar                                  on 1998/09/23  10:02:57
737         Log: hide symbol for static build
738              From: Dominic Dunlop <domo@vo.lu>
739              Date: Tue, 8 Sep 1998 21:40:46 +0000
740              Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
741              Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
742      Branch: perl
743            ! regcomp.c
744 ____________________________________________________________________________
745 [  1842] By: gsar                                  on 1998/09/23  09:52:46
746         Log: define PUT_svindex(), PUT_opindex()
747      Branch: perl
748            ! ext/B/B/Assembler.pm
749 ____________________________________________________________________________
750 [  1841] By: gsar                                  on 1998/09/23  09:44:25
751         Log: From: Dominic Dunlop <domo@vo.lu>
752              Date: Tue, 8 Sep 1998 15:34:53 +0000
753              Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
754              Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
755      Branch: perl
756            ! t/pragma/warn/regexec
757 ____________________________________________________________________________
758 [  1840] By: gsar                                  on 1998/09/23  09:42:17
759         Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
760      Branch: perl
761            ! win32/bin/pl2bat.pl
762 ____________________________________________________________________________
763 [  1839] By: gsar                                  on 1998/09/23  09:38:18
764         Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
765              Date: Mon, 7 Sep 1998 17:36:09 +0900
766              Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
767              Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
768      Branch: perl
769            ! ext/Thread/Thread.xs
770 ____________________________________________________________________________
771 [  1838] By: gsar                                  on 1998/09/23  09:21:11
772         Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
773              Date: Thu, 10 Sep 1998 00:02:07 -0400
774              Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
775              Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
776      Branch: perl
777            + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
778            + vos/config.h vos/config_h.SH_orig vos/perl.bind
779            + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
780            ! MANIFEST perl.c perl.h pod/perlport.pod
781 ____________________________________________________________________________
782 [  1837] By: gsar                                  on 1998/09/23  08:45:58
783         Log: (via private mail)
784              From: Charles Bailey <BAILEY@newman.upenn.edu>
785              Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
786              Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
787              Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
788      Branch: perl
789            ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
790            ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
791            ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
792            ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
793            ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
794            ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
795            ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
796            ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
797            ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
798            ! vms/writemain.pl
799 ____________________________________________________________________________
800 [  1836] By: gsar                                  on 1998/09/23  08:17:42
801         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
802              Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
803              Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
804              Subject: [PATCH 5.005_*] OS/2 spawning typos
805      Branch: perl
806            ! os2/os2.c
807 ____________________________________________________________________________
808 [  1835] By: gsar                                  on 1998/09/23  08:09:55
809         Log: warn on C<my($foo,$foo)>
810      Branch: perl
811            ! op.c pod/perldiag.pod
812 ____________________________________________________________________________
813 [  1834] By: gsar                                  on 1998/09/23  07:35:56
814         Log: From: pvhp@forte.com (Peter Prymmer)
815              Date: Fri, 4 Sep 98 13:27:41 PDT
816              Message-Id: <9809042027.AA04463@forte.com>
817              Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
818      Branch: perl
819            ! README.vms
820 ____________________________________________________________________________
821 [  1833] By: gsar                                  on 1998/09/23  07:27:34
822         Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
823              Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
824              Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
825              Subject: PATCH: 5.005_02 hint/hpux.sh
826      Branch: perl
827            ! hints/hpux.sh
828 ____________________________________________________________________________
829 [  1832] By: gsar                                  on 1998/09/23  07:22:40
830         Log: fix (some) installhtml bugs
831              From: Larry Parmelee <parmelee@CS.Cornell.EDU>
832              Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
833              Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
834              Subject: installhtml script needs work
835      Branch: perl
836            ! installhtml
837 ____________________________________________________________________________
838 [  1831] By: gsar                                  on 1998/09/23  07:19:30
839         Log: document 'U' magic with examples
840              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
841              Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
842              Message-Id: <199809011455.PAA00631@sale-wts>
843              Subject: Re: Looking for some XS MAGIC examples...
844      Branch: perl
845            ! pod/perlguts.pod
846 ____________________________________________________________________________
847 [  1830] By: gsar                                  on 1998/09/23  07:16:43
848         Log: From: pvhp@forte.com (Peter Prymmer)
849              Date: Mon, 31 Aug 98 17:13:49 PDT
850              Message-Id: <9809010013.AA06737@forte.com>
851              Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
852      Branch: perl
853            ! README.os390
854 ____________________________________________________________________________
855 [  1829] By: gsar                                  on 1998/09/23  07:15:08
856         Log: fix problematic typecast in filter_del()
857              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
858              Date: Mon, 31 Aug 1998 21:13:11 GMT
859              Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
860              Subject: perl5.005_02 does not build on Cray T90
861      Branch: perl
862            ! toke.c
863 ____________________________________________________________________________
864 [  1828] By: gsar                                  on 1998/09/23  07:11:34
865         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
866              Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
867              Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
868              Subject: [PATCH 5.005_5*] (?>) broken in RE
869      Branch: perl
870            ! regexec.c t/op/re_tests
871 ____________________________________________________________________________
872 [  1827] By: gsar                                  on 1998/09/23  07:09:50
873         Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
874      Branch: perl
875            ! t/op/grent.t t/op/groups.t
876 ____________________________________________________________________________
877 [  1826] By: gsar                                  on 1998/09/23  07:03:16
878         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
879              Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
880              Message-Id: <199808121941.WAA06263@alpha.hut.fi>
881              Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
882      Branch: perl
883            - interp.sym
884            ! MANIFEST Makefile.SH embed.pl perl_exp.SH
885 ____________________________________________________________________________
886 [  1825] By: gsar                                  on 1998/09/23  06:56:40
887         Log: re-introduce change#1703
888      Branch: perl
889            ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
890 ____________________________________________________________________________
891 [  1824] By: gsar                                  on 1998/09/23  06:44:19
892         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
893              Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
894              Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
895              Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
896      Branch: perl
897            ! lib/perl5db.pl
898 ____________________________________________________________________________
899 [  1823] By: gsar                                  on 1998/09/23  06:41:34
900         Log: From: Joe Buehler <jhpb@hekimian.com>
901              Date: 29 Aug 1998 17:13:28 -0400
902              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
903              Subject: patches for perl 5.005_51 under U/WIN
904      Branch: perl
905            + hints/uwin.sh
906            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
907            ! t/lib/posix.t
908 ____________________________________________________________________________
909 [  1822] By: gsar                                  on 1998/09/23  06:36:59
910         Log: add missing C<no utf8;> tweak from Larry
911      Branch: perl
912            ! t/op/subst.t
913 ____________________________________________________________________________
914 [  1821] By: gsar                                  on 1998/09/23  06:27:51
915         Log: s/runops/CALLRUNOPS/
916      Branch: perl
917            ! cc_runtime.h
918 ____________________________________________________________________________
919 [  1820] By: gsar                                  on 1998/09/23  06:24:49
920         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
921      Branch: perl
922           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
923           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
924           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
925           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
926           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
927           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
928           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
929           +> t/pragma/warn/util
930            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
931            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
932            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
933            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
934            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
935            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
936            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
937            - t/pragma/warn-util
938            ! MANIFEST t/pragma/warning.t
939 ____________________________________________________________________________
940 [  1819] By: gsar                                  on 1998/09/23  06:08:46
941         Log: make \(%foo) return refs to values (not copies of values)
942              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
943              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
944              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
945              --
946              From: Roderick Schertler <roderick@argon.org>
947              Date: Sat, 29 Aug 1998 00:58:33 -0400
948              Message-ID: <29894.904366713@eeyore.ibcinc.com>
949              Subject: Re: \(%x) problems
950      Branch: perl
951            ! doop.c pod/perlref.pod
952 ____________________________________________________________________________
953 [  1818] By: gsar                                  on 1998/09/23  06:05:08
954         Log: make h2xs generate ANSI prototypes
955      Branch: perl
956            ! utils/h2xs.PL
957 ____________________________________________________________________________
958 [  1817] By: gsar                                  on 1998/09/23  05:57:16
959         Log: updated usethreads hints for hpux 10.X
960              From: Matthew T Harden <mthard@mthard1.monsanto.com>
961              Date: Fri, 28 Aug 1998 14:10:42 GMT
962              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
963              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
964      Branch: perl
965            ! hints/hpux.sh perl.h
966 ____________________________________________________________________________
967 [  1816] By: gsar                                  on 1998/09/23  05:53:31
968         Log: don't create empty directories in installperl
969              From: Robin Barker <rmb1@cise.npl.co.uk>
970              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
971              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
972              Subject: [PATCH 5.005_02] install: empty dirs
973      Branch: perl
974            ! installperl
975 ____________________________________________________________________________
976 [  1815] By: gsar                                  on 1998/09/23  05:50:36
977         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
979              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
980              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
981              Subject: Re: your mail
982      Branch: perl
983            ! regexec.c t/op/re_tests
984 ____________________________________________________________________________
985 [  1814] By: gsar                                  on 1998/09/23  05:45:17
986         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
987              Date: Thu, 20 Aug 1998 20:59:03 -0400
988              Message-ID: <19980820205903.A12908@O2.chapin.edu>
989              Subject: [PATCH] h2ph misquotes #error directives
990      Branch: perl
991            ! t/lib/h2ph.pht utils/h2ph.PL
992 ____________________________________________________________________________
993 [  1813] By: gsar                                  on 1998/09/23  05:42:41
994         Log: patch to support computed regular subexpressions
995              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
996              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
997              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
998              Subject: [5.005_5* PATCH] Postponed RE - now!
999      Branch: perl
1000            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
1001            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
1002 ____________________________________________________________________________
1003 [  1812] By: gsar                                  on 1998/09/23  05:26:26
1004         Log: better CR-handling on shebang line and in formats (fixed variant of
1005              patch suggested by Igor Sysoev <igor@nitek.ru>)
1006      Branch: perl
1007            ! perl.c toke.c
1008 ____________________________________________________________________________
1009 [  1811] By: gsar                                  on 1998/09/23  04:35:46
1010         Log: document non-loopish blocks better
1011              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1012              Date: Tue, 18 Aug 1998 12:28:36 +0100
1013              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
1014              Subject: Re: next in do {} while block gives error message
1015      Branch: perl
1016            ! pod/perlfunc.pod
1017 ____________________________________________________________________________
1018 [  1810] By: gsar                                  on 1998/09/23  04:12:05
1019         Log: fix bogus integerization of pop()'s return value
1020              From: Gurusamy Sarathy <gsar@engin.umich.edu>
1021              Date: Sat, 15 Aug 1998 23:27:54 -0400
1022              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
1023              Subject: Re: Complex expression does integer arithmetic 
1024      Branch: perl
1025            ! opcode.h opcode.pl
1026 ____________________________________________________________________________
1027 [  1809] By: gsar                                  on 1998/09/23  04:09:43
1028         Log: tweak README.win32
1029      Branch: perl
1030            ! README.win32
1031 ____________________________________________________________________________
1032 [  1808] By: gsar                                  on 1998/09/23  03:40:57
1033         Log: better diagnostic for do{} used as lvalue
1034      Branch: perl
1035            ! op.c pod/perlport.pod
1036 ____________________________________________________________________________
1037 [  1807] By: gsar                                  on 1998/09/23  03:38:30
1038         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
1039              From: hansm@icgroup.nl
1040              Date: Tue, 11 Aug 98 21:08:51 +0200
1041              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
1042              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
1043      Branch: perl
1044            ! malloc.c
1045 ____________________________________________________________________________
1046 [  1806] By: gsar                                  on 1998/09/23  03:36:08
1047         Log: support make written in perl (aka "pmake") on win32
1048      Branch: perl
1049            ! lib/ExtUtils/MM_Win32.pm
1050 ____________________________________________________________________________
1051 [  1805] By: gsar                                  on 1998/09/23  03:30:07
1052         Log: fix mismatched UV/U32 types for to_utf8_*()
1053      Branch: perl
1054            ! utf8.c
1055 ____________________________________________________________________________
1056 [  1804] By: gsar                                  on 1998/09/23  03:22:22
1057         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1058              Date: Sun, 9 Aug 1998 22:38:23 +0200
1059              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
1060              Subject: [PATCH 5.5002] dos-djgpp update
1061      Branch: perl
1062            ! t/io/fs.t
1063 ____________________________________________________________________________
1064 [  1803] By: gsar                                  on 1998/09/23  03:20:13
1065         Log: apply minimal variant of patch (sent via private mail)
1066              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
1067              Date: Wed, 12 Aug 1998 15:42:35 +0300
1068              Message-Id: <199808121242.PAA29761@comanche.spices>
1069              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
1070      Branch: perl
1071            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
1072            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
1073 ____________________________________________________________________________
1074 [  1802] By: gsar                                  on 1998/09/23  03:03:39
1075         Log: adjust searchdict.t for EBCDIC (still needs documenting)
1076              From: pvhp@forte.com (Peter Prymmer)
1077              Date: Thu, 6 Aug 98 18:09:39 PDT
1078              Message-Id: <9808070109.AA06158@forte.com>
1079              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
1080      Branch: perl
1081            ! README.os390 t/lib/searchdict.t
1082 ____________________________________________________________________________
1083 [  1801] By: gsar                                  on 1998/09/23  02:54:15
1084         Log: silence redefined warning for XS(INIT) {}
1085      Branch: perl
1086            ! op.c
1087 ____________________________________________________________________________
1088 [  1800] By: gsar                                  on 1998/09/23  02:42:23
1089         Log: support match indices via special variables @- and @+
1090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1091              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
1092              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
1093              Subject: [PATCH 5.004_76] @- and @+
1094      Branch: perl
1095            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
1096            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
1097 ____________________________________________________________________________
1098 [  1799] By: gsar                                  on 1998/09/23  01:44:31
1099         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1100              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
1101              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
1102              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
1103      Branch: perl
1104            ! regcomp.c t/op/re_tests
1105 ____________________________________________________________________________
1106 [  1798] By: gsar                                  on 1998/09/23  01:39:23
1107         Log: integrate maint-5.005 changes (except conflicting change#1794)
1108      Branch: perl
1109            ! Changes
1110           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
1111           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
1112           !> win32/win32.h
1113 ____________________________________________________________________________
1114 [  1797] By: gsar                                  on 1998/09/23  01:32:36
1115         Log: add note to win32/Makefile about setting CCHOME
1116      Branch: perl
1117            ! win32/Makefile win32/makefile.mk
1118 ____________________________________________________________________________
1119 [  1796] By: gsar                                  on 1998/09/23  01:31:32
1120         Log: perl.pod tweak
1121      Branch: perl
1122            ! pod/perl.pod
1123 ____________________________________________________________________________
1124 [  1795] By: gsar                                  on 1998/09/21  20:34:10
1125         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
1126      Branch: perl
1127            ! lib/ExtUtils/xsubpp
1128 ____________________________________________________________________________
1129 [  1789] By: gsar                                  on 1998/09/18  18:01:37
1130         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
1131      Branch: perl
1132            ! cop.h t/cmd/for.t
1133 ____________________________________________________________________________
1134 [  1788] By: gsar                                  on 1998/09/17  02:19:11
1135         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
1136      Branch: perl
1137            ! win32/config.bc win32/config.gc win32/config.vc
1138 ____________________________________________________________________________
1139 [  1787] By: gsar                                  on 1998/09/17  01:45:14
1140         Log: suppress bogus warning on C<sub x {} x()>
1141      Branch: perl
1142            ! toke.c
1143 ____________________________________________________________________________
1144 [  1786] By: gsar                                  on 1998/09/17  01:42:51
1145         Log: ntohl typo in objXSUB.h
1146      Branch: perl
1147            ! objXSUB.h
1148 ____________________________________________________________________________
1149 [  1785] By: gsar                                  on 1998/09/17  01:41:48
1150         Log: fill gaps in sig_* entries in win32/config.?c
1151      Branch: perl
1152            ! win32/config.bc win32/config.gc win32/config.vc
1153 ____________________________________________________________________________
1154 [  1781] By: larry                                 on 1998/09/05  23:48:24
1155         Log: tr/// logic was hosed under utf8
1156      Branch: perl
1157            ! doop.c op.c op.h pp.c proto.h
1158 ____________________________________________________________________________
1159 [  1780] By: larry                                 on 1998/09/05  23:44:16
1160         Log: several new tests needed tweaking to work under utf8
1161      Branch: perl
1162            ! t/comp/require.t t/op/pack.t t/op/substr.t
1163 ____________________________________________________________________________
1164 [  1779] By: larry                                 on 1998/09/05  23:41:42
1165         Log: index() applied BM optimization to wrong argument
1166      Branch: perl
1167            ! op.c util.c
1168 ____________________________________________________________________________
1169 [  1778] By: larry                                 on 1998/09/05  23:38:29
1170         Log: Implicit require during compile reset line numbering
1171      Branch: perl
1172            ! pp_ctl.c
1173
1174 ----------------
1175 Version 5.005_51
1176 ----------------
1177
1178 ____________________________________________________________________________
1179 [  1777] By: gsar                                  on 1998/08/10  07:02:38
1180         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
1181              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
1182              lexical warning testsuite for win32
1183      Branch: perl
1184            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
1185            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
1186            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
1187            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
1188            ! win32/Makefile win32/makefile.mk
1189 ____________________________________________________________________________
1190 [  1776] By: gsar                                  on 1998/08/09  17:53:48
1191         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
1192      Branch: perl
1193            ! Changes MANIFEST perl.c pod/perlhist.pod
1194 ____________________________________________________________________________
1195 [  1775] By: gsar                                  on 1998/08/09  14:35:33
1196         Log: tweak warning test
1197      Branch: perl
1198            ! t/pragma/warn-toke
1199 ____________________________________________________________________________
1200 [  1774] By: gsar                                  on 1998/08/09  14:13:46
1201         Log: add missing dTHR; notes for test failures due to small stacksize
1202      Branch: perl
1203            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
1204            ! toke.c universal.c util.c
1205 ____________________________________________________________________________
1206 [  1773] By: gsar                                  on 1998/08/09  11:31:53
1207         Log: lexical warnings; tweaks to places that didn't apply correctly
1208              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
1209              Date:    Wed, 29 Jul 1998 09:28:45 BST
1210              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
1211              Subject: lexical warnings patch for 5.005_50
1212      Branch: perl
1213            + README.lexwarn lib/warning.pm t/pragma/warn-2use
1214            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
1215            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
1216            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
1217            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
1218            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
1219            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
1220            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
1221            + warning.h warning.pl
1222            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
1223            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
1224            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
1225            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
1226            ! universal.c util.c
1227 ____________________________________________________________________________
1228 [  1772] By: gsar                                  on 1998/08/08  23:06:00
1229         Log: bump patchlevel to 5.005_51
1230      Branch: perl
1231            ! patchlevel.h win32/Makefile win32/config_H.bc
1232            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1233 ____________________________________________________________________________
1234 [  1771] By: gsar                                  on 1998/08/08  23:01:57
1235         Log: fix bogus warning on "\x{123}"
1236              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
1237              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
1238              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
1239              Subject: [5.005_50 PATCH] Some unicode problems
1240      Branch: perl
1241            ! regcomp.c toke.c
1242 ____________________________________________________________________________
1243 [  1770] By: gsar                                  on 1998/08/08  22:56:55
1244         Log: hide dup symbol for static build of ext/re
1245              From: Dominic Dunlop <domo@ppp72.vo.lu>
1246              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
1247              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
1248              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
1249      Branch: perl
1250            ! regcomp.c
1251 ____________________________________________________________________________
1252 [  1769] By: gsar                                  on 1998/08/08  22:45:06
1253         Log: fix double free on -Mutf8 -e '$b=uc("")'
1254              From: larry@wall.org (Larry Wall)
1255              Date: Fri, 7 Aug 1998 14:42:43 -0700
1256              Message-Id: <199808072142.OAA14920@wall.org>
1257              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
1258      Branch: perl
1259            ! pp.c
1260 ____________________________________________________________________________
1261 [  1768] By: gsar                                  on 1998/08/08  22:42:29
1262         Log: substr() assumes utf8 without say-so
1263              From: larry@wall.org (Larry Wall)
1264              Date: Fri, 7 Aug 1998 12:25:12 -0700
1265              Message-Id: <199808071925.MAA13436@wall.org>
1266              Subject: [PATCH 5.005_50] substr bug?
1267      Branch: perl
1268            ! pp.c
1269 ____________________________________________________________________________
1270 [  1767] By: gsar                                  on 1998/08/08  22:38:25
1271         Log: fix intolerance of SWASHes for blank lines
1272              From: Gisle Aas <aas@sn.no>
1273              Date: 06 Aug 1998 23:28:57 +0200
1274              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
1275              Subject: Re: Re[2]: another joyride begins
1276      Branch: perl
1277            ! lib/utf8_heavy.pl
1278 ____________________________________________________________________________
1279 [  1766] By: gsar                                  on 1998/08/08  22:33:10
1280         Log: utf8 doc tweak
1281              From: Gisle Aas <aas@sn.no>
1282              Date: 05 Aug 1998 00:41:04 +0200
1283              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
1284              Subject: Matching clumps
1285      Branch: perl
1286            ! lib/utf8.pm
1287 ____________________________________________________________________________
1288 [  1765] By: gsar                                  on 1998/08/08  22:31:37
1289         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
1290              From: Gisle Aas <aas@sn.no>
1291              Date: 04 Aug 1998 22:56:11 +0200
1292              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
1293              Subject: Re: another joyride begins
1294      Branch: perl
1295            ! lib/utf8_heavy.pl
1296 ____________________________________________________________________________
1297 [  1764] By: gsar                                  on 1998/08/08  22:28:43
1298         Log: From: larry@wall.org (Larry Wall)
1299              Date: Tue, 4 Aug 1998 17:04:51 -0700
1300              Message-Id: <199808050004.RAA22592@wall.org>
1301              Subject: [PATCH 5.005_50] \pX not implemented!
1302      Branch: perl
1303            ! regcomp.c
1304 ____________________________________________________________________________
1305 [  1763] By: gsar                                  on 1998/08/08  22:27:15
1306         Log: From: Stephen McCamant <alias@mcs.com>
1307              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
1308              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
1309              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
1310      Branch: perl
1311            ! op.c
1312 ____________________________________________________________________________
1313 [  1762] By: gsar                                  on 1998/08/08  22:26:09
1314         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1315              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
1316              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
1317              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
1318      Branch: perl
1319            + t/op/grent.t t/op/pwent.t
1320            ! MANIFEST
1321 ____________________________________________________________________________
1322 [  1761] By: gsar                                  on 1998/08/08  22:21:52
1323         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1324              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
1325              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
1326              Subject: [5.005_50 PATCH] misprint in RE engine
1327      Branch: perl
1328            ! regexec.c t/op/re_tests
1329 ____________________________________________________________________________
1330 [  1760] By: gsar                                  on 1998/08/08  22:18:54
1331         Log: integrate maint-5.005 changes into mainline
1332      Branch: perl
1333           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
1334           !> (integrate 138 files)
1335 ____________________________________________________________________________
1336 [  1672] By: gsar                                  on 1998/07/27  18:35:28
1337         Log: create new Changes
1338      Branch: perl
1339            + Changes
1340            ! Changes5.005 MANIFEST
1341 ____________________________________________________________________________
1342 [  1671] By: gsar                                  on 1998/07/27  18:30:57
1343         Log: rename Changes --> Changes5.005
1344      Branch: perl
1345           +> Changes5.005
1346            - Changes
1347 ____________________________________________________________________________
1348 [  1670] By: gsar                                  on 1998/07/27  18:10:14
1349         Log: integrate 5.005_01 changes from maint
1350      Branch: perl
1351            ! Changes
1352           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
1353           !> win32/win32.c
1354 ____________________________________________________________________________
1355 [  1667] By: nick                                  on 1998/07/26  14:31:01
1356         Log: Add dTHR so that it compiles miniperl in threaded mode
1357      Branch: perl
1358            ! doop.c mg.c regcomp.c regexec.c
1359 ____________________________________________________________________________
1360 [  1666] By: nick                                  on 1998/07/26  13:01:10
1361         Log: Resolve ansiperl against mainline (@1648?)
1362              Unclear that change number has "taken".
1363      Branch: ansiperl
1364           +> (branch 169 files)
1365            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
1366           !> (integrate 131 files)
1367
1368 ----------------
1369 Version 5.005_50
1370 ----------------
1371
1372 ____________________________________________________________________________
1373 [  1665] By: gsar                                  on 1998/07/26  05:38:48
1374         Log: add trailing newline to file
1375      Branch: perl
1376            ! Changes lib/unicode/blocks.txt
1377 ____________________________________________________________________________
1378 [  1664] By: gsar                                  on 1998/07/26  05:08:48
1379         Log: integrate proto.h additions from maint-5.005
1380      Branch: perl
1381           !> pod/perlhist.pod proto.h
1382 ____________________________________________________________________________
1383 [  1663] By: gsar                                  on 1998/07/26  05:07:05
1384         Log: add new files to MANIFEST; add missing prototypes to proto.h;
1385              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
1386              add typecasts to silence warnings; tweaks for win32 builds
1387      Branch: perl
1388            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
1389            ! win32/Makefile win32/makefile.mk
1390 ____________________________________________________________________________
1391 [  1662] By: gsar                                  on 1998/07/26  05:01:52
1392         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
1393      Branch: maint-5.005/perl
1394            ! pod/perlhist.pod proto.h
1395 ____________________________________________________________________________
1396 [  1661] By: gsar                                  on 1998/07/26  02:52:48
1397         Log: up patchlevel to 5.005_50
1398      Branch: perl
1399            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1400            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1401 ____________________________________________________________________________
1402 [  1660] By: gsar                                  on 1998/07/26  02:43:57
1403         Log: integrate utfperl
1404      Branch: perl
1405           +> (branch 162 files)
1406           !> (integrate 29 files)
1407 ____________________________________________________________________________
1408 [  1659] By: gsar                                  on 1998/07/26  02:38:22
1409         Log: integrate maint-5.005 changes
1410      Branch: perl
1411           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
1412           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
1413           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
1414           !> vms/descrip_mms.template vms/subconfigure.com
1415 ____________________________________________________________________________
1416 [  1658] By: gsar                                  on 1998/07/26  02:23:46
1417         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
1418              Date: Fri, 24 Jul 1998 11:38:25 -0700
1419              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
1420              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
1421              --
1422              Date: Fri, 24 Jul 1998 12:30:36 -0700
1423              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
1424              Subject: [PATCH 5.005]Tweaks to README.vms
1425              --
1426              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
1427              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
1428              Subject: [PATCH 5.005] Final build cleanup patch
1429      Branch: maint-5.005/perl
1430            ! README.vms vms/descrip_mms.template vms/subconfigure.com
1431 ____________________________________________________________________________
1432 [  1657] By: gsar                                  on 1998/07/26  02:19:50
1433         Log: another platform where pp_sselect() needs a whole fd_set buffer
1434              From: Lupe Christoph <lupe@alanya.m.isar.de>
1435              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
1436              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
1437              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
1438      Branch: maint-5.005/perl
1439            ! pp_sys.c
1440 ____________________________________________________________________________
1441 [  1656] By: gsar                                  on 1998/07/26  02:12:46
1442         Log: fix problem building modules on dos-djgpp
1443              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
1444              Date: Sat, 25 Jul 1998 00:53:39 +0200
1445              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
1446              Subject: [PATCH 5.005] dos-djgpp and modules problem
1447      Branch: maint-5.005/perl
1448            ! djgpp/fixpmain
1449 ____________________________________________________________________________
1450 [  1655] By: gsar                                  on 1998/07/26  02:11:09
1451         Log: From: Tom Spindler <dogcow@home.merit.edu>
1452              Date: Wed, 22 Jul 1998 16:11:07 -0400
1453              Message-ID: <19980722161107.A16813@home.merit.edu>
1454              Subject: [PATCH 5.005] BeOS tweak
1455      Branch: maint-5.005/perl
1456            ! hints/beos.sh
1457 ____________________________________________________________________________
1458 [  1654] By: gsar                                  on 1998/07/26  02:09:29
1459         Log: various pod tweaks
1460      Branch: maint-5.005/perl
1461            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
1462            ! pod/perltoc.pod
1463 ____________________________________________________________________________
1464 [  1653] By: gsar                                  on 1998/07/26  02:05:46
1465         Log: fix emacs/ptags for PL_* changes
1466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1467              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
1468              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
1469              Subject: [PATCH 5.004_76] Yet better ptags
1470      Branch: maint-5.005/perl
1471            ! emacs/ptags
1472 ____________________________________________________________________________
1473 [  1652] By: gsar                                  on 1998/07/26  02:03:01
1474         Log: fix behavior of <=> on bigints
1475              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1476              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
1477              Date: Fri, 24 Jul 1998 18:29:53 +0100
1478              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
1479      Branch: maint-5.005/perl
1480            ! lib/Math/BigInt.pm t/lib/bigintpm.t
1481 ____________________________________________________________________________
1482 [  1651] By: larry                                 on 1998/07/24  05:44:33
1483         Log: Here are the long-expected Unicode/UTF-8 modifications.
1484      Branch: utfperl
1485            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1486            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1487            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1488            + lib/unicode/Decomposition.pl
1489            + lib/unicode/In/AlphabeticPresentationForms.pl
1490            + lib/unicode/In/Arabic.pl
1491            + lib/unicode/In/ArabicPresentationForms-A.pl
1492            + lib/unicode/In/ArabicPresentationForms-B.pl
1493            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1494            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1495            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1496            + lib/unicode/In/BoxDrawing.pl
1497            + lib/unicode/In/CJKCompatibility.pl
1498            + lib/unicode/In/CJKCompatibilityForms.pl
1499            + lib/unicode/In/CJKCompatibilityIdeographs.pl
1500            + lib/unicode/In/CJKSymbolsandPunctuation.pl
1501            + lib/unicode/In/CJKUnifiedIdeographs.pl
1502            + lib/unicode/In/CombiningDiacriticalMarks.pl
1503            + lib/unicode/In/CombiningHalfMarks.pl
1504            + lib/unicode/In/CombiningMarksforSymbols.pl
1505            + lib/unicode/In/ControlPictures.pl
1506            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1507            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1508            + lib/unicode/In/EnclosedAlphanumerics.pl
1509            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
1510            + lib/unicode/In/GeneralPunctuation.pl
1511            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1512            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1513            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1514            + lib/unicode/In/HalfwidthandFullwidthForms.pl
1515            + lib/unicode/In/HangulCompatibilityJamo.pl
1516            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1517            + lib/unicode/In/Hebrew.pl
1518            + lib/unicode/In/HighPrivateUseSurrogates.pl
1519            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1520            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
1521            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1522            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
1523            + lib/unicode/In/LatinExtended-A.pl
1524            + lib/unicode/In/LatinExtended-B.pl
1525            + lib/unicode/In/LatinExtendedAdditional.pl
1526            + lib/unicode/In/LetterlikeSymbols.pl
1527            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1528            + lib/unicode/In/MathematicalOperators.pl
1529            + lib/unicode/In/MiscellaneousSymbols.pl
1530            + lib/unicode/In/MiscellaneousTechnical.pl
1531            + lib/unicode/In/NumberForms.pl
1532            + lib/unicode/In/OpticalCharacterRecognition.pl
1533            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1534            + lib/unicode/In/SmallFormVariants.pl
1535            + lib/unicode/In/SpacingModifierLetters.pl
1536            + lib/unicode/In/Specials.pl
1537            + lib/unicode/In/SuperscriptsandSubscripts.pl
1538            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
1539            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
1540            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1541            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
1542            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
1543            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
1544            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
1545            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
1546            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
1547            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
1548            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
1549            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
1550            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
1551            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
1552            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
1553            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
1554            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
1555            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
1556            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
1557            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
1558            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
1559            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
1560            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
1561            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
1562            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
1563            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
1564            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
1565            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
1566            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
1567            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
1568            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
1569            + lib/unicode/JamoShort.pl lib/unicode/Makefile
1570            + lib/unicode/Name.pl lib/unicode/Number.pl
1571            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
1572            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
1573            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
1574            + lib/unicode/blocks.txt lib/unicode/index2.txt
1575            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
1576            + lib/unicode/names2.txt lib/unicode/props2.txt
1577            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
1578            + utf8.c utf8.h
1579            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
1580            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
1581            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1582            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
1583            ! t/op/vec.t toke.c util.c vms/vmsish.h
1584 ____________________________________________________________________________
1585 [  1650] By: gsar                                  on 1998/07/24  04:06:48
1586         Log: create utfperl branch
1587      Branch: utfperl
1588           +> (branch 1079 files)
1589 ____________________________________________________________________________
1590 [  1649] By: gsar                                  on 1998/07/24  03:56:56
1591         Log: create maint-5.005 branch
1592      Branch: maint-5.005/perl
1593           +> (branch 1079 files)
1594 ____________________________________________________________________________
1595 [  1648] By: gsar                                  on 1998/07/24  03:36:35
1596         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
1597      Branch: perl
1598            ! Changes
1599