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