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