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