perlform.pod
[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_52        Development release working toward 5.006
78 ----------------
79
80 ____________________________________________________________________________
81 [  1871] By: gsar                                  on 1998/09/24  07:26:37
82         Log: correct FSF address in various places
83      Branch: perl
84            ! Copying README ext/B/README lib/Getopt/Long.pm
85 ____________________________________________________________________________
86 [  1870] By: gsar                                  on 1998/09/24  07:11:56
87         Log: From:    Dan Sugalski <sugalskd@osshe.edu>
88              Date:    Fri, 14 Aug 1998 09:20:16 PDT
89              Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
90              Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
91      Branch: perl
92            ! configure.com
93 ____________________________________________________________________________
94 [  1869] By: gsar                                  on 1998/09/24  06:55:59
95         Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
96              From:    Scott Henry <scotth@sgi.com>
97              Date:    13 Aug 1998 09:52:15 PDT
98              Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
99              Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
100      Branch: perl
101            ! hints/irix_6.sh
102 ____________________________________________________________________________
103 [  1868] By: gsar                                  on 1998/09/24  06:51:23
104         Log: From:    Nathan Torkington <gnat@frii.com>
105              Date:    Thu, 13 Aug 1998 10:59:48 MDT
106              Message-Id: <199808131659.KAA06179@prometheus.frii.com>
107              Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
108      Branch: perl
109            ! pod/perlfunc.pod
110 ____________________________________________________________________________
111 [  1867] By: gsar                                  on 1998/09/24  06:45:13
112         Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
113              that are autoloaded)
114      Branch: perl
115            ! pp_ctl.c
116 ____________________________________________________________________________
117 [  1866] By: gsar                                  on 1998/09/24  05:21:19
118         Log: grandfather deprecated "$$<digit>" no more
119      Branch: perl
120            ! pod/perldiag.pod toke.c
121 ____________________________________________________________________________
122 [  1865] By: gsar                                  on 1998/09/24  04:52:48
123         Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
124              low bits (suggested by Ilya Zakharevich)
125      Branch: perl
126            ! hv.h
127 ____________________________________________________________________________
128 [  1864] By: gsar                                  on 1998/09/24  04:29:14
129         Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
130              perly_c.diff
131      Branch: perl
132            ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
133            ! perly_c.diff toke.c
134 ____________________________________________________________________________
135 [  1863] By: gsar                                  on 1998/09/24  03:36:30
136         Log: provide locked access to string table for USE_THREADS
137      Branch: perl
138            ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
139 ____________________________________________________________________________
140 [  1862] By: gsar                                  on 1998/09/24  03:30:32
141         Log: remove bogus warn()
142      Branch: perl
143            ! embed.pl
144 ____________________________________________________________________________
145 [  1861] By: gsar                                  on 1998/09/24  02:58:51
146         Log: applied suggested patch, adapted for all platforms
147              From: jan.dubois@ibm.net (Jan Dubois)
148              Date: Sun, 20 Sep 1998 12:56:38 +0200
149              Message-ID: <3604de0c.12319885@smtp1.ibm.net>
150              Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
151      Branch: perl
152            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
153            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
154            ! lib/ExtUtils/MakeMaker.pm
155 ____________________________________________________________________________
156 [  1860] By: gsar                                  on 1998/09/24  02:16:14
157         Log: upgrade to CPAN-1.40
158      Branch: perl
159            ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
160 ____________________________________________________________________________
161 [  1859] By: gsar                                  on 1998/09/24  02:08:59
162         Log: use $ENV{MAKEMAKEROPT} to set default command line args
163      Branch: perl
164            ! lib/ExtUtils/MakeMaker.pm
165 ____________________________________________________________________________
166 [  1857] By: gsar                                  on 1998/09/23  10:58:36
167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
168              Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
169              Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
170              Subject: More verbose Test::Harness [PATCH]
171      Branch: perl
172            ! lib/Test/Harness.pm
173 ____________________________________________________________________________
174 [  1856] By: gsar                                  on 1998/09/23  10:56:24
175         Log: update hints for OPENSTEP 4.2 on i386
176              From: Gerben Wierda <Gerben_Wierda@RnA.nl>
177              Date: Sun, 20 Sep 1998 01:03:18 +0200
178              Message-Id: <9809192303.AA29190@Spike>
179              Subject: Perl 5.005_02 compilation problems
180      Branch: perl
181            ! hints/next_4.sh
182 ____________________________________________________________________________
183 [  1855] By: gsar                                  on 1998/09/23  10:52:27
184         Log: reset errno after C<require> search (as suggested by Larry)
185      Branch: perl
186            ! pp_ctl.c
187 ____________________________________________________________________________
188 [  1854] By: gsar                                  on 1998/09/23  10:50:26
189         Log: misc pod tweaks
190      Branch: perl
191            ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
192 ____________________________________________________________________________
193 [  1853] By: gsar                                  on 1998/09/23  10:46:06
194         Log: make Pod/Html.pm handle the --title option properly (as suggested
195              by gml4410@ggr.co.uk)
196      Branch: perl
197            ! lib/Pod/Html.pm
198 ____________________________________________________________________________
199 [  1852] By: gsar                                  on 1998/09/23  10:41:39
200         Log: SSNEW() API for allocating memory on the savestack
201              From: Albert Dvornik <bert@genscan.com>
202              Date: 17 Sep 1998 19:23:07 -0400
203              Message-Id: <tqemtae338.fsf@puma.genscan.com>
204              Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
205      Branch: perl
206            ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
207            ! perl.h proto.h scope.c scope.h t/io/tell.t
208 ____________________________________________________________________________
209 [  1851] By: gsar                                  on 1998/09/23  10:37:05
210         Log: From: Jochen Wiedmann <joe@ispsoft.de>
211              Date: Thu, 17 Sep 1998 17:16:06 +0200
212              Message-ID: <360127B6.E44564A@ispsoft.de>
213              Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
214      Branch: perl
215            ! lib/ExtUtils/MakeMaker.pm
216 ____________________________________________________________________________
217 [  1850] By: gsar                                  on 1998/09/23  10:33:05
218         Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
219              Date: 15 Sep 1998 01:32:31 +0200
220              Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
221              Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
222      Branch: perl
223            ! lib/ExtUtils/MM_Unix.pm
224 ____________________________________________________________________________
225 [  1849] By: gsar                                  on 1998/09/23  10:29:04
226         Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
227              Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
228              Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
229              Subject: Re: extralibs.ld problem in MM_VMS.pm
230      Branch: perl
231            ! lib/ExtUtils/MM_VMS.pm
232 ____________________________________________________________________________
233 [  1848] By: gsar                                  on 1998/09/23  10:25:24
234         Log: From: Roderick Schertler <roderick@argon.org>
235              Date: 11 Sep 1998 16:19:21 -0400
236              Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
237              Subject: Re: Open2 and memory leaks
238      Branch: perl
239            ! lib/IPC/Open3.pm
240 ____________________________________________________________________________
241 [  1847] By: gsar                                  on 1998/09/23  10:18:31
242         Log: From: Roderick Schertler <roderick@argon.org>
243              Date: Wed, 09 Sep 1998 23:52:48 -0400
244              Message-ID: <20567.905399568@eeyore.ibcinc.com>
245              Subject: seed srand from /dev/urandom when possible
246      Branch: perl
247            ! pod/perlfunc.pod pp.c
248 ____________________________________________________________________________
249 [  1846] By: gsar                                  on 1998/09/23  10:12:22
250         Log: From: Roderick Schertler <roderick@argon.org>
251              Date: Thu, 10 Sep 1998 00:32:17 -0400
252              Message-ID: <21142.905401937@eeyore.ibcinc.com>
253              Subject: doc update for crypt()'s salt
254      Branch: perl
255            ! pod/perlfunc.pod
256 ____________________________________________________________________________
257 [  1845] By: gsar                                  on 1998/09/23  10:09:23
258         Log: fix h2ph handling of C<#error "foo">
259              From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
260              Date: Thu, 10 Sep 1998 09:59:33 +0900
261              Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
262              Subject: [5.005_02] h2ph problem
263      Branch: perl
264            ! utils/h2ph.PL
265 ____________________________________________________________________________
266 [  1844] By: gsar                                  on 1998/09/23  10:06:13
267         Log: plug strictly private function leaks in API listing
268      Branch: perl
269            ! pod/perlguts.pod
270 ____________________________________________________________________________
271 [  1843] By: gsar                                  on 1998/09/23  10:02:57
272         Log: hide symbol for static build
273              From: Dominic Dunlop <domo@vo.lu>
274              Date: Tue, 8 Sep 1998 21:40:46 +0000
275              Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
276              Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
277      Branch: perl
278            ! regcomp.c
279 ____________________________________________________________________________
280 [  1842] By: gsar                                  on 1998/09/23  09:52:46
281         Log: define PUT_svindex(), PUT_opindex()
282      Branch: perl
283            ! ext/B/B/Assembler.pm
284 ____________________________________________________________________________
285 [  1841] By: gsar                                  on 1998/09/23  09:44:25
286         Log: From: Dominic Dunlop <domo@vo.lu>
287              Date: Tue, 8 Sep 1998 15:34:53 +0000
288              Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
289              Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
290      Branch: perl
291            ! t/pragma/warn/regexec
292 ____________________________________________________________________________
293 [  1840] By: gsar                                  on 1998/09/23  09:42:17
294         Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
295      Branch: perl
296            ! win32/bin/pl2bat.pl
297 ____________________________________________________________________________
298 [  1839] By: gsar                                  on 1998/09/23  09:38:18
299         Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
300              Date: Mon, 7 Sep 1998 17:36:09 +0900
301              Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
302              Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
303      Branch: perl
304            ! ext/Thread/Thread.xs
305 ____________________________________________________________________________
306 [  1838] By: gsar                                  on 1998/09/23  09:21:11
307         Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
308              Date: Thu, 10 Sep 1998 00:02:07 -0400
309              Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
310              Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
311      Branch: perl
312            + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
313            + vos/config.h vos/config_h.SH_orig vos/perl.bind
314            + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
315            ! MANIFEST perl.c perl.h pod/perlport.pod
316 ____________________________________________________________________________
317 [  1837] By: gsar                                  on 1998/09/23  08:45:58
318         Log: (via private mail)
319              From: Charles Bailey <BAILEY@newman.upenn.edu>
320              Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
321              Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
322              Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
323      Branch: perl
324            ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
325            ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
326            ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
327            ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
328            ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
329            ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
330            ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
331            ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
332            ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
333            ! vms/writemain.pl
334 ____________________________________________________________________________
335 [  1836] By: gsar                                  on 1998/09/23  08:17:42
336         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
337              Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
338              Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
339              Subject: [PATCH 5.005_*] OS/2 spawning typos
340      Branch: perl
341            ! os2/os2.c
342 ____________________________________________________________________________
343 [  1835] By: gsar                                  on 1998/09/23  08:09:55
344         Log: warn on C<my($foo,$foo)>
345      Branch: perl
346            ! op.c pod/perldiag.pod
347 ____________________________________________________________________________
348 [  1834] By: gsar                                  on 1998/09/23  07:35:56
349         Log: From: pvhp@forte.com (Peter Prymmer)
350              Date: Fri, 4 Sep 98 13:27:41 PDT
351              Message-Id: <9809042027.AA04463@forte.com>
352              Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
353      Branch: perl
354            ! README.vms
355 ____________________________________________________________________________
356 [  1833] By: gsar                                  on 1998/09/23  07:27:34
357         Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
358              Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
359              Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
360              Subject: PATCH: 5.005_02 hint/hpux.sh
361      Branch: perl
362            ! hints/hpux.sh
363 ____________________________________________________________________________
364 [  1832] By: gsar                                  on 1998/09/23  07:22:40
365         Log: fix (some) installhtml bugs
366              From: Larry Parmelee <parmelee@CS.Cornell.EDU>
367              Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
368              Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
369              Subject: installhtml script needs work
370      Branch: perl
371            ! installhtml
372 ____________________________________________________________________________
373 [  1831] By: gsar                                  on 1998/09/23  07:19:30
374         Log: document 'U' magic with examples
375              From: Alan Burlison <Alan.Burlison@UK.Sun.com>
376              Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
377              Message-Id: <199809011455.PAA00631@sale-wts>
378              Subject: Re: Looking for some XS MAGIC examples...
379      Branch: perl
380            ! pod/perlguts.pod
381 ____________________________________________________________________________
382 [  1830] By: gsar                                  on 1998/09/23  07:16:43
383         Log: From: pvhp@forte.com (Peter Prymmer)
384              Date: Mon, 31 Aug 98 17:13:49 PDT
385              Message-Id: <9809010013.AA06737@forte.com>
386              Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
387      Branch: perl
388            ! README.os390
389 ____________________________________________________________________________
390 [  1829] By: gsar                                  on 1998/09/23  07:15:08
391         Log: fix problematic typecast in filter_del()
392              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
393              Date: Mon, 31 Aug 1998 21:13:11 GMT
394              Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
395              Subject: perl5.005_02 does not build on Cray T90
396      Branch: perl
397            ! toke.c
398 ____________________________________________________________________________
399 [  1828] By: gsar                                  on 1998/09/23  07:11:34
400         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
401              Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
402              Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
403              Subject: [PATCH 5.005_5*] (?>) broken in RE
404      Branch: perl
405            ! regexec.c t/op/re_tests
406 ____________________________________________________________________________
407 [  1827] By: gsar                                  on 1998/09/23  07:09:50
408         Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
409      Branch: perl
410            ! t/op/grent.t t/op/groups.t
411 ____________________________________________________________________________
412 [  1826] By: gsar                                  on 1998/09/23  07:03:16
413         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
414              Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
415              Message-Id: <199808121941.WAA06263@alpha.hut.fi>
416              Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
417      Branch: perl
418            - interp.sym
419            ! MANIFEST Makefile.SH embed.pl perl_exp.SH
420 ____________________________________________________________________________
421 [  1825] By: gsar                                  on 1998/09/23  06:56:40
422         Log: re-introduce change#1703
423      Branch: perl
424            ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
425 ____________________________________________________________________________
426 [  1824] By: gsar                                  on 1998/09/23  06:44:19
427         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
428              Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
429              Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
430              Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
431      Branch: perl
432            ! lib/perl5db.pl
433 ____________________________________________________________________________
434 [  1823] By: gsar                                  on 1998/09/23  06:41:34
435         Log: From: Joe Buehler <jhpb@hekimian.com>
436              Date: 29 Aug 1998 17:13:28 -0400
437              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
438              Subject: patches for perl 5.005_51 under U/WIN
439      Branch: perl
440            + hints/uwin.sh
441            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
442            ! t/lib/posix.t
443 ____________________________________________________________________________
444 [  1822] By: gsar                                  on 1998/09/23  06:36:59
445         Log: add missing C<no utf8;> tweak from Larry
446      Branch: perl
447            ! t/op/subst.t
448 ____________________________________________________________________________
449 [  1821] By: gsar                                  on 1998/09/23  06:27:51
450         Log: s/runops/CALLRUNOPS/
451      Branch: perl
452            ! cc_runtime.h
453 ____________________________________________________________________________
454 [  1820] By: gsar                                  on 1998/09/23  06:24:49
455         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
456      Branch: perl
457           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
458           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
459           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
460           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
461           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
462           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
463           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
464           +> t/pragma/warn/util
465            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
466            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
467            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
468            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
469            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
470            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
471            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
472            - t/pragma/warn-util
473            ! MANIFEST t/pragma/warning.t
474 ____________________________________________________________________________
475 [  1819] By: gsar                                  on 1998/09/23  06:08:46
476         Log: make \(%foo) return refs to values (not copies of values)
477              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
478              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
479              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
480              --
481              From: Roderick Schertler <roderick@argon.org>
482              Date: Sat, 29 Aug 1998 00:58:33 -0400
483              Message-ID: <29894.904366713@eeyore.ibcinc.com>
484              Subject: Re: \(%x) problems
485      Branch: perl
486            ! doop.c pod/perlref.pod
487 ____________________________________________________________________________
488 [  1818] By: gsar                                  on 1998/09/23  06:05:08
489         Log: make h2xs generate ANSI prototypes
490      Branch: perl
491            ! utils/h2xs.PL
492 ____________________________________________________________________________
493 [  1817] By: gsar                                  on 1998/09/23  05:57:16
494         Log: updated usethreads hints for hpux 10.X
495              From: Matthew T Harden <mthard@mthard1.monsanto.com>
496              Date: Fri, 28 Aug 1998 14:10:42 GMT
497              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
498              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
499      Branch: perl
500            ! hints/hpux.sh perl.h
501 ____________________________________________________________________________
502 [  1816] By: gsar                                  on 1998/09/23  05:53:31
503         Log: don't create empty directories in installperl
504              From: Robin Barker <rmb1@cise.npl.co.uk>
505              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
506              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
507              Subject: [PATCH 5.005_02] install: empty dirs
508      Branch: perl
509            ! installperl
510 ____________________________________________________________________________
511 [  1815] By: gsar                                  on 1998/09/23  05:50:36
512         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
514              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
515              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
516              Subject: Re: your mail
517      Branch: perl
518            ! regexec.c t/op/re_tests
519 ____________________________________________________________________________
520 [  1814] By: gsar                                  on 1998/09/23  05:45:17
521         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
522              Date: Thu, 20 Aug 1998 20:59:03 -0400
523              Message-ID: <19980820205903.A12908@O2.chapin.edu>
524              Subject: [PATCH] h2ph misquotes #error directives
525      Branch: perl
526            ! t/lib/h2ph.pht utils/h2ph.PL
527 ____________________________________________________________________________
528 [  1813] By: gsar                                  on 1998/09/23  05:42:41
529         Log: patch to support computed regular subexpressions
530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
531              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
532              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
533              Subject: [5.005_5* PATCH] Postponed RE - now!
534      Branch: perl
535            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
536            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
537 ____________________________________________________________________________
538 [  1812] By: gsar                                  on 1998/09/23  05:26:26
539         Log: better CR-handling on shebang line and in formats (fixed variant of
540              patch suggested by Igor Sysoev <igor@nitek.ru>)
541      Branch: perl
542            ! perl.c toke.c
543 ____________________________________________________________________________
544 [  1811] By: gsar                                  on 1998/09/23  04:35:46
545         Log: document non-loopish blocks better
546              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
547              Date: Tue, 18 Aug 1998 12:28:36 +0100
548              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
549              Subject: Re: next in do {} while block gives error message
550      Branch: perl
551            ! pod/perlfunc.pod
552 ____________________________________________________________________________
553 [  1810] By: gsar                                  on 1998/09/23  04:12:05
554         Log: fix bogus integerization of pop()'s return value
555              From: Gurusamy Sarathy <gsar@engin.umich.edu>
556              Date: Sat, 15 Aug 1998 23:27:54 -0400
557              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
558              Subject: Re: Complex expression does integer arithmetic 
559      Branch: perl
560            ! opcode.h opcode.pl
561 ____________________________________________________________________________
562 [  1809] By: gsar                                  on 1998/09/23  04:09:43
563         Log: tweak README.win32
564      Branch: perl
565            ! README.win32
566 ____________________________________________________________________________
567 [  1808] By: gsar                                  on 1998/09/23  03:40:57
568         Log: better diagnostic for do{} used as lvalue
569      Branch: perl
570            ! op.c pod/perlport.pod
571 ____________________________________________________________________________
572 [  1807] By: gsar                                  on 1998/09/23  03:38:30
573         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
574              From: hansm@icgroup.nl
575              Date: Tue, 11 Aug 98 21:08:51 +0200
576              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
577              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
578      Branch: perl
579            ! malloc.c
580 ____________________________________________________________________________
581 [  1806] By: gsar                                  on 1998/09/23  03:36:08
582         Log: support make written in perl (aka "pmake") on win32
583      Branch: perl
584            ! lib/ExtUtils/MM_Win32.pm
585 ____________________________________________________________________________
586 [  1805] By: gsar                                  on 1998/09/23  03:30:07
587         Log: fix mismatched UV/U32 types for to_utf8_*()
588      Branch: perl
589            ! utf8.c
590 ____________________________________________________________________________
591 [  1804] By: gsar                                  on 1998/09/23  03:22:22
592         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
593              Date: Sun, 9 Aug 1998 22:38:23 +0200
594              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
595              Subject: [PATCH 5.5002] dos-djgpp update
596      Branch: perl
597            ! t/io/fs.t
598 ____________________________________________________________________________
599 [  1803] By: gsar                                  on 1998/09/23  03:20:13
600         Log: apply minimal variant of patch (sent via private mail)
601              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
602              Date: Wed, 12 Aug 1998 15:42:35 +0300
603              Message-Id: <199808121242.PAA29761@comanche.spices>
604              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
605      Branch: perl
606            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
607            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
608 ____________________________________________________________________________
609 [  1802] By: gsar                                  on 1998/09/23  03:03:39
610         Log: adjust searchdict.t for EBCDIC (still needs documenting)
611              From: pvhp@forte.com (Peter Prymmer)
612              Date: Thu, 6 Aug 98 18:09:39 PDT
613              Message-Id: <9808070109.AA06158@forte.com>
614              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
615      Branch: perl
616            ! README.os390 t/lib/searchdict.t
617 ____________________________________________________________________________
618 [  1801] By: gsar                                  on 1998/09/23  02:54:15
619         Log: silence redefined warning for XS(INIT) {}
620      Branch: perl
621            ! op.c
622 ____________________________________________________________________________
623 [  1800] By: gsar                                  on 1998/09/23  02:42:23
624         Log: support match indices via special variables @- and @+
625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
626              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
627              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
628              Subject: [PATCH 5.004_76] @- and @+
629      Branch: perl
630            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
631            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
632 ____________________________________________________________________________
633 [  1799] By: gsar                                  on 1998/09/23  01:44:31
634         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
635              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
636              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
637              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
638      Branch: perl
639            ! regcomp.c t/op/re_tests
640 ____________________________________________________________________________
641 [  1798] By: gsar                                  on 1998/09/23  01:39:23
642         Log: integrate maint-5.005 changes (except conflicting change#1794)
643      Branch: perl
644            ! Changes
645           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
646           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
647           !> win32/win32.h
648 ____________________________________________________________________________
649 [  1797] By: gsar                                  on 1998/09/23  01:32:36
650         Log: add note to win32/Makefile about setting CCHOME
651      Branch: perl
652            ! win32/Makefile win32/makefile.mk
653 ____________________________________________________________________________
654 [  1796] By: gsar                                  on 1998/09/23  01:31:32
655         Log: perl.pod tweak
656      Branch: perl
657            ! pod/perl.pod
658 ____________________________________________________________________________
659 [  1795] By: gsar                                  on 1998/09/21  20:34:10
660         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
661      Branch: perl
662            ! lib/ExtUtils/xsubpp
663 ____________________________________________________________________________
664 [  1789] By: gsar                                  on 1998/09/18  18:01:37
665         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
666      Branch: perl
667            ! cop.h t/cmd/for.t
668 ____________________________________________________________________________
669 [  1788] By: gsar                                  on 1998/09/17  02:19:11
670         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
671      Branch: perl
672            ! win32/config.bc win32/config.gc win32/config.vc
673 ____________________________________________________________________________
674 [  1787] By: gsar                                  on 1998/09/17  01:45:14
675         Log: suppress bogus warning on C<sub x {} x()>
676      Branch: perl
677            ! toke.c
678 ____________________________________________________________________________
679 [  1786] By: gsar                                  on 1998/09/17  01:42:51
680         Log: ntohl typo in objXSUB.h
681      Branch: perl
682            ! objXSUB.h
683 ____________________________________________________________________________
684 [  1785] By: gsar                                  on 1998/09/17  01:41:48
685         Log: fill gaps in sig_* entries in win32/config.?c
686      Branch: perl
687            ! win32/config.bc win32/config.gc win32/config.vc
688 ____________________________________________________________________________
689 [  1781] By: larry                                 on 1998/09/05  23:48:24
690         Log: tr/// logic was hosed under utf8
691      Branch: perl
692            ! doop.c op.c op.h pp.c proto.h
693 ____________________________________________________________________________
694 [  1780] By: larry                                 on 1998/09/05  23:44:16
695         Log: several new tests needed tweaking to work under utf8
696      Branch: perl
697            ! t/comp/require.t t/op/pack.t t/op/substr.t
698 ____________________________________________________________________________
699 [  1779] By: larry                                 on 1998/09/05  23:41:42
700         Log: index() applied BM optimization to wrong argument
701      Branch: perl
702            ! op.c util.c
703 ____________________________________________________________________________
704 [  1778] By: larry                                 on 1998/09/05  23:38:29
705         Log: Implicit require during compile reset line numbering
706      Branch: perl
707            ! pp_ctl.c
708
709 ----------------
710 Version 5.005_51
711 ----------------
712
713 ____________________________________________________________________________
714 [  1777] By: gsar                                  on 1998/08/10  07:02:38
715         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
716              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
717              lexical warning testsuite for win32
718      Branch: perl
719            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
720            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
721            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
722            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
723            ! win32/Makefile win32/makefile.mk
724 ____________________________________________________________________________
725 [  1776] By: gsar                                  on 1998/08/09  17:53:48
726         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
727      Branch: perl
728            ! Changes MANIFEST perl.c pod/perlhist.pod
729 ____________________________________________________________________________
730 [  1775] By: gsar                                  on 1998/08/09  14:35:33
731         Log: tweak warning test
732      Branch: perl
733            ! t/pragma/warn-toke
734 ____________________________________________________________________________
735 [  1774] By: gsar                                  on 1998/08/09  14:13:46
736         Log: add missing dTHR; notes for test failures due to small stacksize
737      Branch: perl
738            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
739            ! toke.c universal.c util.c
740 ____________________________________________________________________________
741 [  1773] By: gsar                                  on 1998/08/09  11:31:53
742         Log: lexical warnings; tweaks to places that didn't apply correctly
743              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
744              Date:    Wed, 29 Jul 1998 09:28:45 BST
745              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
746              Subject: lexical warnings patch for 5.005_50
747      Branch: perl
748            + README.lexwarn lib/warning.pm t/pragma/warn-2use
749            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
750            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
751            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
752            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
753            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
754            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
755            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
756            + warning.h warning.pl
757            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
758            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
759            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
760            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
761            ! universal.c util.c
762 ____________________________________________________________________________
763 [  1772] By: gsar                                  on 1998/08/08  23:06:00
764         Log: bump patchlevel to 5.005_51
765      Branch: perl
766            ! patchlevel.h win32/Makefile win32/config_H.bc
767            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
768 ____________________________________________________________________________
769 [  1771] By: gsar                                  on 1998/08/08  23:01:57
770         Log: fix bogus warning on "\x{123}"
771              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
772              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
773              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
774              Subject: [5.005_50 PATCH] Some unicode problems
775      Branch: perl
776            ! regcomp.c toke.c
777 ____________________________________________________________________________
778 [  1770] By: gsar                                  on 1998/08/08  22:56:55
779         Log: hide dup symbol for static build of ext/re
780              From: Dominic Dunlop <domo@ppp72.vo.lu>
781              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
782              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
783              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
784      Branch: perl
785            ! regcomp.c
786 ____________________________________________________________________________
787 [  1769] By: gsar                                  on 1998/08/08  22:45:06
788         Log: fix double free on -Mutf8 -e '$b=uc("")'
789              From: larry@wall.org (Larry Wall)
790              Date: Fri, 7 Aug 1998 14:42:43 -0700
791              Message-Id: <199808072142.OAA14920@wall.org>
792              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
793      Branch: perl
794            ! pp.c
795 ____________________________________________________________________________
796 [  1768] By: gsar                                  on 1998/08/08  22:42:29
797         Log: substr() assumes utf8 without say-so
798              From: larry@wall.org (Larry Wall)
799              Date: Fri, 7 Aug 1998 12:25:12 -0700
800              Message-Id: <199808071925.MAA13436@wall.org>
801              Subject: [PATCH 5.005_50] substr bug?
802      Branch: perl
803            ! pp.c
804 ____________________________________________________________________________
805 [  1767] By: gsar                                  on 1998/08/08  22:38:25
806         Log: fix intolerance of SWASHes for blank lines
807              From: Gisle Aas <aas@sn.no>
808              Date: 06 Aug 1998 23:28:57 +0200
809              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
810              Subject: Re: Re[2]: another joyride begins
811      Branch: perl
812            ! lib/utf8_heavy.pl
813 ____________________________________________________________________________
814 [  1766] By: gsar                                  on 1998/08/08  22:33:10
815         Log: utf8 doc tweak
816              From: Gisle Aas <aas@sn.no>
817              Date: 05 Aug 1998 00:41:04 +0200
818              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
819              Subject: Matching clumps
820      Branch: perl
821            ! lib/utf8.pm
822 ____________________________________________________________________________
823 [  1765] By: gsar                                  on 1998/08/08  22:31:37
824         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
825              From: Gisle Aas <aas@sn.no>
826              Date: 04 Aug 1998 22:56:11 +0200
827              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
828              Subject: Re: another joyride begins
829      Branch: perl
830            ! lib/utf8_heavy.pl
831 ____________________________________________________________________________
832 [  1764] By: gsar                                  on 1998/08/08  22:28:43
833         Log: From: larry@wall.org (Larry Wall)
834              Date: Tue, 4 Aug 1998 17:04:51 -0700
835              Message-Id: <199808050004.RAA22592@wall.org>
836              Subject: [PATCH 5.005_50] \pX not implemented!
837      Branch: perl
838            ! regcomp.c
839 ____________________________________________________________________________
840 [  1763] By: gsar                                  on 1998/08/08  22:27:15
841         Log: From: Stephen McCamant <alias@mcs.com>
842              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
843              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
844              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
845      Branch: perl
846            ! op.c
847 ____________________________________________________________________________
848 [  1762] By: gsar                                  on 1998/08/08  22:26:09
849         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
850              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
851              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
852              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
853      Branch: perl
854            + t/op/grent.t t/op/pwent.t
855            ! MANIFEST
856 ____________________________________________________________________________
857 [  1761] By: gsar                                  on 1998/08/08  22:21:52
858         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
859              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
860              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
861              Subject: [5.005_50 PATCH] misprint in RE engine
862      Branch: perl
863            ! regexec.c t/op/re_tests
864 ____________________________________________________________________________
865 [  1760] By: gsar                                  on 1998/08/08  22:18:54
866         Log: integrate maint-5.005 changes into mainline
867      Branch: perl
868           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
869           !> (integrate 138 files)
870 ____________________________________________________________________________
871 [  1672] By: gsar                                  on 1998/07/27  18:35:28
872         Log: create new Changes
873      Branch: perl
874            + Changes
875            ! Changes5.005 MANIFEST
876 ____________________________________________________________________________
877 [  1671] By: gsar                                  on 1998/07/27  18:30:57
878         Log: rename Changes --> Changes5.005
879      Branch: perl
880           +> Changes5.005
881            - Changes
882 ____________________________________________________________________________
883 [  1670] By: gsar                                  on 1998/07/27  18:10:14
884         Log: integrate 5.005_01 changes from maint
885      Branch: perl
886            ! Changes
887           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
888           !> win32/win32.c
889 ____________________________________________________________________________
890 [  1667] By: nick                                  on 1998/07/26  14:31:01
891         Log: Add dTHR so that it compiles miniperl in threaded mode
892      Branch: perl
893            ! doop.c mg.c regcomp.c regexec.c
894 ____________________________________________________________________________
895 [  1666] By: nick                                  on 1998/07/26  13:01:10
896         Log: Resolve ansiperl against mainline (@1648?)
897              Unclear that change number has "taken".
898      Branch: ansiperl
899           +> (branch 169 files)
900            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
901           !> (integrate 131 files)
902
903 ----------------
904 Version 5.005_50
905 ----------------
906
907 ____________________________________________________________________________
908 [  1665] By: gsar                                  on 1998/07/26  05:38:48
909         Log: add trailing newline to file
910      Branch: perl
911            ! Changes lib/unicode/blocks.txt
912 ____________________________________________________________________________
913 [  1664] By: gsar                                  on 1998/07/26  05:08:48
914         Log: integrate proto.h additions from maint-5.005
915      Branch: perl
916           !> pod/perlhist.pod proto.h
917 ____________________________________________________________________________
918 [  1663] By: gsar                                  on 1998/07/26  05:07:05
919         Log: add new files to MANIFEST; add missing prototypes to proto.h;
920              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
921              add typecasts to silence warnings; tweaks for win32 builds
922      Branch: perl
923            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
924            ! win32/Makefile win32/makefile.mk
925 ____________________________________________________________________________
926 [  1662] By: gsar                                  on 1998/07/26  05:01:52
927         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
928      Branch: maint-5.005/perl
929            ! pod/perlhist.pod proto.h
930 ____________________________________________________________________________
931 [  1661] By: gsar                                  on 1998/07/26  02:52:48
932         Log: up patchlevel to 5.005_50
933      Branch: perl
934            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
935            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
936 ____________________________________________________________________________
937 [  1660] By: gsar                                  on 1998/07/26  02:43:57
938         Log: integrate utfperl
939      Branch: perl
940           +> (branch 162 files)
941           !> (integrate 29 files)
942 ____________________________________________________________________________
943 [  1659] By: gsar                                  on 1998/07/26  02:38:22
944         Log: integrate maint-5.005 changes
945      Branch: perl
946           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
947           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
948           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
949           !> vms/descrip_mms.template vms/subconfigure.com
950 ____________________________________________________________________________
951 [  1658] By: gsar                                  on 1998/07/26  02:23:46
952         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
953              Date: Fri, 24 Jul 1998 11:38:25 -0700
954              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
955              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
956              --
957              Date: Fri, 24 Jul 1998 12:30:36 -0700
958              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
959              Subject: [PATCH 5.005]Tweaks to README.vms
960              --
961              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
962              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
963              Subject: [PATCH 5.005] Final build cleanup patch
964      Branch: maint-5.005/perl
965            ! README.vms vms/descrip_mms.template vms/subconfigure.com
966 ____________________________________________________________________________
967 [  1657] By: gsar                                  on 1998/07/26  02:19:50
968         Log: another platform where pp_sselect() needs a whole fd_set buffer
969              From: Lupe Christoph <lupe@alanya.m.isar.de>
970              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
971              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
972              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
973      Branch: maint-5.005/perl
974            ! pp_sys.c
975 ____________________________________________________________________________
976 [  1656] By: gsar                                  on 1998/07/26  02:12:46
977         Log: fix problem building modules on dos-djgpp
978              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
979              Date: Sat, 25 Jul 1998 00:53:39 +0200
980              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
981              Subject: [PATCH 5.005] dos-djgpp and modules problem
982      Branch: maint-5.005/perl
983            ! djgpp/fixpmain
984 ____________________________________________________________________________
985 [  1655] By: gsar                                  on 1998/07/26  02:11:09
986         Log: From: Tom Spindler <dogcow@home.merit.edu>
987              Date: Wed, 22 Jul 1998 16:11:07 -0400
988              Message-ID: <19980722161107.A16813@home.merit.edu>
989              Subject: [PATCH 5.005] BeOS tweak
990      Branch: maint-5.005/perl
991            ! hints/beos.sh
992 ____________________________________________________________________________
993 [  1654] By: gsar                                  on 1998/07/26  02:09:29
994         Log: various pod tweaks
995      Branch: maint-5.005/perl
996            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
997            ! pod/perltoc.pod
998 ____________________________________________________________________________
999 [  1653] By: gsar                                  on 1998/07/26  02:05:46
1000         Log: fix emacs/ptags for PL_* changes
1001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1002              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
1003              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
1004              Subject: [PATCH 5.004_76] Yet better ptags
1005      Branch: maint-5.005/perl
1006            ! emacs/ptags
1007 ____________________________________________________________________________
1008 [  1652] By: gsar                                  on 1998/07/26  02:03:01
1009         Log: fix behavior of <=> on bigints
1010              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1011              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
1012              Date: Fri, 24 Jul 1998 18:29:53 +0100
1013              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
1014      Branch: maint-5.005/perl
1015            ! lib/Math/BigInt.pm t/lib/bigintpm.t
1016 ____________________________________________________________________________
1017 [  1651] By: larry                                 on 1998/07/24  05:44:33
1018         Log: Here are the long-expected Unicode/UTF-8 modifications.
1019      Branch: utfperl
1020            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1021            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1022            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1023            + lib/unicode/Decomposition.pl
1024            + lib/unicode/In/AlphabeticPresentationForms.pl
1025            + lib/unicode/In/Arabic.pl
1026            + lib/unicode/In/ArabicPresentationForms-A.pl
1027            + lib/unicode/In/ArabicPresentationForms-B.pl
1028            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
1029            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
1030            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
1031            + lib/unicode/In/BoxDrawing.pl
1032            + lib/unicode/In/CJKCompatibility.pl
1033            + lib/unicode/In/CJKCompatibilityForms.pl
1034            + lib/unicode/In/CJKCompatibilityIdeographs.pl
1035            + lib/unicode/In/CJKSymbolsandPunctuation.pl
1036            + lib/unicode/In/CJKUnifiedIdeographs.pl
1037            + lib/unicode/In/CombiningDiacriticalMarks.pl
1038            + lib/unicode/In/CombiningHalfMarks.pl
1039            + lib/unicode/In/CombiningMarksforSymbols.pl
1040            + lib/unicode/In/ControlPictures.pl
1041            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
1042            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
1043            + lib/unicode/In/EnclosedAlphanumerics.pl
1044            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
1045            + lib/unicode/In/GeneralPunctuation.pl
1046            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
1047            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
1048            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
1049            + lib/unicode/In/HalfwidthandFullwidthForms.pl
1050            + lib/unicode/In/HangulCompatibilityJamo.pl
1051            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
1052            + lib/unicode/In/Hebrew.pl
1053            + lib/unicode/In/HighPrivateUseSurrogates.pl
1054            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
1055            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
1056            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
1057            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
1058            + lib/unicode/In/LatinExtended-A.pl
1059            + lib/unicode/In/LatinExtended-B.pl
1060            + lib/unicode/In/LatinExtendedAdditional.pl
1061            + lib/unicode/In/LetterlikeSymbols.pl
1062            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
1063            + lib/unicode/In/MathematicalOperators.pl
1064            + lib/unicode/In/MiscellaneousSymbols.pl
1065            + lib/unicode/In/MiscellaneousTechnical.pl
1066            + lib/unicode/In/NumberForms.pl
1067            + lib/unicode/In/OpticalCharacterRecognition.pl
1068            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
1069            + lib/unicode/In/SmallFormVariants.pl
1070            + lib/unicode/In/SpacingModifierLetters.pl
1071            + lib/unicode/In/Specials.pl
1072            + lib/unicode/In/SuperscriptsandSubscripts.pl
1073            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
1074            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
1075            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1076            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
1077            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
1078            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
1079            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
1080            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
1081            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
1082            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
1083            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
1084            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
1085            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
1086            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
1087            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
1088            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
1089            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
1090            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
1091            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
1092            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
1093            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
1094            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
1095            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
1096            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
1097            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
1098            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
1099            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
1100            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
1101            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
1102            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
1103            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
1104            + lib/unicode/JamoShort.pl lib/unicode/Makefile
1105            + lib/unicode/Name.pl lib/unicode/Number.pl
1106            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
1107            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
1108            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
1109            + lib/unicode/blocks.txt lib/unicode/index2.txt
1110            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
1111            + lib/unicode/names2.txt lib/unicode/props2.txt
1112            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
1113            + utf8.c utf8.h
1114            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
1115            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
1116            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1117            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
1118            ! t/op/vec.t toke.c util.c vms/vmsish.h
1119 ____________________________________________________________________________
1120 [  1650] By: gsar                                  on 1998/07/24  04:06:48
1121         Log: create utfperl branch
1122      Branch: utfperl
1123           +> (branch 1079 files)
1124 ____________________________________________________________________________
1125 [  1649] By: gsar                                  on 1998/07/24  03:56:56
1126         Log: create maint-5.005 branch
1127      Branch: maint-5.005/perl
1128           +> (branch 1079 files)
1129 ____________________________________________________________________________
1130 [  1648] By: gsar                                  on 1998/07/24  03:36:35
1131         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
1132      Branch: perl
1133            ! Changes
1134