Rick Delaney [Wed, 3 Nov 2004 19:46:16 +0000]
Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
Message-ID: <
20041104004616.GA11214@biff.bort.ca>
p4raw-id: //depot/perl@23470
Rafael Garcia-Suarez [Wed, 3 Nov 2004 11:54:28 +0000]
Mostly revert change #23347 (keep the test suite, fixed),
having decided that it wasn't a correct fix for bug #31793.
p4raw-link: @23347 on //depot/perl:
d411a6a9eb5df09116806ed1c441d30d37e8d5e8
p4raw-id: //depot/perl@23469
Yitzchak Scott-Thoennes [Tue, 2 Nov 2004 17:24:29 +0000]
Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
Message-ID: <
20041103012429.GA7196@efn.org>
p4raw-id: //depot/perl@23468
Craig A. Berry [Tue, 2 Nov 2004 20:02:04 +0000]
Re: [PATCH] Detecting strlcat() and strlcpy() in Configure
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
41883C1C.3080108@mac.com>
p4raw-id: //depot/perl@23467
Rafael Garcia-Suarez [Tue, 2 Nov 2004 12:33:57 +0000]
FAQ sync
p4raw-id: //depot/perl@23466
Rafael Garcia-Suarez [Tue, 2 Nov 2004 08:18:15 +0000]
Reformulate an error
(so the error message given by "perl -M" is a bit more
meaningful, as Jarkko pointed out)
p4raw-id: //depot/perl@23465
H.Merijn Brand [Mon, 1 Nov 2004 13:26:43 +0000]
New Glossary and samples for blead
Glossary now is in line with recent changes to config_h.SH
p4raw-id: //depot/perl@23457
H.Merijn Brand [Mon, 1 Nov 2004 12:51:52 +0000]
Since strlcat/strlcpy are not argument/return value compatible
with strncat/strncpy, replace the misleading defines with comment
p4raw-id: //depot/perl@23455
H.Merijn Brand [Sun, 31 Oct 2004 16:33:17 +0000]
The next step in strlcat ()/ strcpy () detection and usage
preparation. Change to handy.h eeded for config_h.SH
p4raw-id: //depot/perl@23450
Nicholas Clark [Sun, 31 Oct 2004 14:37:46 +0000]
Make TEST and harness skip tests for extensions that were not
configured. Currently this skipping is silent - maybe they should
report what they are skipping.
p4raw-id: //depot/perl@23448
Jim Cromie [Mon, 25 Oct 2004 16:36:40 +0000]
[patches] optree_* tests unexpectedly succeeding. + maint-only patch
Message-ID: <
cfe85dfa04102515365f11ef10@mail.gmail.com>
Date: Mon, 25 Oct 2004 16:36:40 -0600
p4raw-id: //depot/perl@23446
Nicholas Clark [Sun, 31 Oct 2004 12:24:09 +0000]
Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
p4raw-id: //depot/perl@23445
Nicholas Clark [Sun, 31 Oct 2004 11:20:27 +0000]
Skip tests if Devel::Peek not built
p4raw-id: //depot/perl@23444
Nicholas Clark [Sun, 31 Oct 2004 11:19:47 +0000]
Assimilate PathTools 3.01 (File::Spec and Cwd)
p4raw-id: //depot/perl@23443
Nicholas Clark [Sun, 31 Oct 2004 11:07:57 +0000]
Oops. Forgot to add the new test in I18N::LangTags 0.35
p4raw-id: //depot/perl@23442
Nicholas Clark [Sun, 31 Oct 2004 10:41:17 +0000]
Correct change 23437 - as Config isn't imported, need to use a fully
qualified package
p4raw-id: //depot/perl@23441
Nicholas Clark [Sun, 31 Oct 2004 10:40:11 +0000]
Assimilate I18N::LangTags 0.35
p4raw-id: //depot/perl@23440
Ed Allen Smith [Sun, 31 Oct 2004 04:01:42 +0000]
Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
Message-Id: <mid+
200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
p4raw-id: //depot/perl@23439
Dave Mitchell [Sat, 30 Oct 2004 23:25:37 +0000]
[perl #32033] Using foreach on threads::shared array crashes perl
The FETCH code for shared aggregate elements could leak a shared RV
address into a private SV. RVs are now handled specially, in the
same way that they already were for scalar shared magic.
p4raw-id: //depot/perl@23438
Nicholas Clark [Sat, 30 Oct 2004 22:49:18 +0000]
Skip tests that require Data::Dumper if it is not built
p4raw-id: //depot/perl@23437
H.Merijn Brand [Sat, 30 Oct 2004 16:11:15 +0000]
Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
p4raw-id: //depot/perl@23436
H.Merijn Brand [Sat, 30 Oct 2004 15:54:48 +0000]
Added probes for strlcat () and strlcpy () to Configure
Re-ordered config_h.SH
p4raw-id: //depot/perl@23435
Dave Mitchell [Fri, 29 Oct 2004 21:04:17 +0000]
[perl #31851] Threading crash with closures
various OpREFCNT_inc() operations weren't doing locking
p4raw-id: //depot/perl@23433
Steve Hay [Fri, 29 Oct 2004 14:12:02 +0000]
Document sv_magic() changes brought about by sv_magicext()
Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
but didn't update the documentation for sv_magic() to reflect
the changed handling of the name/namlen arguments.
Also correct a couple of typos, and mention sv_magicext() in
perlguts.
p4raw-id: //depot/perl@23432
Steve Peters [Fri, 29 Oct 2004 00:53:22 +0000]
36 additional tests for B
Message-Id: <
200410290053.22947.steve@fisharerojo.org>
p4raw-id: //depot/perl@23431
Dave Mitchell [Wed, 27 Oct 2004 22:50:57 +0000]
include flags and refcount in the list of leaked scalars
p4raw-id: //depot/perl@23426
Craig A. Berry [Tue, 26 Oct 2004 23:32:25 +0000]
lib/Carp.t improvements
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
417F24D9.1000904@mac.com>
p4raw-id: //depot/perl@23425
Rafael Garcia-Suarez [Mon, 25 Oct 2004 15:31:21 +0000]
Fix [perl #32130] Errno.pm must not pass references to "prototype"
p4raw-id: //depot/perl@23424
Rafael Garcia-Suarez [Mon, 25 Oct 2004 15:09:27 +0000]
Small updates to the web addresses for Perl, noticed by Robert Spier
p4raw-id: //depot/perl@23423
Steve Peters [Sat, 23 Oct 2004 13:55:41 +0000]
[perl #30227] [PATCH]splain vs. -w
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-30227-98375.1.
28465791111211@perl.org>
p4raw-id: //depot/perl@23422
Rafael Garcia-Suarez [Mon, 25 Oct 2004 07:29:50 +0000]
Upgrade to Encode 2.08.
p4raw-id: //depot/perl@23421
Steve Peters [Sat, 23 Oct 2004 08:01:51 +0000]
Re: [perl #31937] perlop: add basic =~ examples
Message-Id: <
200410230801.51649.steve@fisharerojo.org>
p4raw-id: //depot/perl@23420
Tels [Sat, 23 Oct 2004 16:56:31 +0000]
Re: Devel::Peek: hash quality 125%?
Message-Id: <
200410231656.40995@bloodgate.com>
p4raw-id: //depot/perl@23419
Dave Mitchell [Sat, 23 Oct 2004 21:50:19 +0000]
[perl #32039] Chained goto &sub drops data too early.
Change 22373 to stop a memory leak in goto &foo intead caused
the elements of @_ to be freed too early. This revised fix
just transfers the reifiedness of the old @_ to the new @_
p4raw-id: //depot/perl@23418
Rafael Garcia-Suarez [Sat, 23 Oct 2004 19:58:07 +0000]
Upgrade to Encode 2.07
p4raw-id: //depot/perl@23417
Brendan O'Dea [Fri, 22 Oct 2004 13:30:33 +0000]
ext/IO/IO.xs: fix blocking on sparc linux
Message-ID: <
20041022033033.GA12362@londo.c47.org>
Date: Fri, 22 Oct 2004 13:30:33 +1000
p4raw-id: //depot/perl@23416
David Cantrell [Thu, 21 Oct 2004 12:21:52 +0000]
docpatch for perltie.pod
Message-ID: <
20041021112151.GA22862@bytemark.barnyard.co.uk>
p4raw-id: //depot/perl@23410
Abhijit Menon-Sen [Thu, 21 Oct 2004 01:36:49 +0000]
[PATCH] Math::BigInt v1.73 final
From: Tels <perl_dummy@bloodgate.com>
Date: Wed, 20 Oct 2004 21:06:40 +0200
Message-Id: <
200410202106.41840@bloodgate.com>
Subject: [PATCH] Math::BigRat v0.13 (pre-release)
From: Tels <tels@bloodgate.com>
Date: Wed, 20 Oct 2004 22:03:55 +0200
Message-Id: <
200410202203.56063@bloodgate.com>
p4raw-id: //depot/perl@23396
Nicholas Clark [Wed, 20 Oct 2004 22:39:36 +0000]
Need to skip optree walking tests if perlio not built
p4raw-id: //depot/perl@23395
Rafael Garcia-Suarez [Wed, 20 Oct 2004 07:42:34 +0000]
Remove opmini.c when cleaning up.
p4raw-id: //depot/perl@23394
Rafael Garcia-Suarez [Wed, 20 Oct 2004 07:36:45 +0000]
Ensure that PVA.pl returns a true value.
p4raw-id: //depot/perl@23393
chromatic [Tue, 19 Oct 2004 22:52:19 +0000]
Rephrase "Perl Home Page" References
Message-Id: <
1098251539.20976.53.camel@localhost>
p4raw-id: //depot/perl@23392
Rafael Garcia-Suarez [Tue, 19 Oct 2004 13:17:01 +0000]
Upgrade to Encode 2.05
p4raw-id: //depot/perl@23384
Rafael Garcia-Suarez [Tue, 19 Oct 2004 11:38:37 +0000]
More Data::Dumper docs nits, fix the previous one,
suggested by Yves Orton.
p4raw-id: //depot/perl@23383
Richard Foley [Tue, 19 Oct 2004 07:29:31 +0000]
perlfaq2.pod (add a book)
Message-ID: <
B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
p4raw-id: //depot/perl@23382
Jarkko Hietaniemi [Mon, 16 Aug 2004 22:27:00 +0000]
Re-apply the encoding.pm part of:
Subject: [PATCH] encoding and open pragmas
Message-ID: <
41210A84.6060506@iki.fi>
p4raw-id: //depot/perl@23381
Marcus Holland-Moritz [Mon, 18 Oct 2004 21:00:26 +0000]
Upgrade to Encode 2.04.
p4raw-id: //depot/perl@23380
Marcus Holland-Moritz [Mon, 18 Oct 2004 15:44:05 +0000]
Fix a typo.
p4raw-id: //depot/perl@23379
Rafael Garcia-Suarez [Mon, 18 Oct 2004 11:25:20 +0000]
Add a missing warning categorisation in perldiag.
p4raw-id: //depot/perl@23378
Craig A. Berry [Sat, 16 Oct 2004 12:15:02 +0000]
test_harness tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
41715716.5000108@mac.com>
p4raw-id: //depot/perl@23377
Nicholas Clark [Sat, 16 Oct 2004 18:16:12 +0000]
Merge code from vdie and vcroak into S_vdie_croak_common
p4raw-id: //depot/perl@23376
Nicholas Clark [Sat, 16 Oct 2004 14:39:48 +0000]
Merge the common code from Perl_vdie and Perl_vwarner into a
S_vdie_common
p4raw-id: //depot/perl@23375
Nicholas Clark [Sat, 16 Oct 2004 12:57:39 +0000]
The second half of Perl_vwarner is actually a straight cut&paste job
from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
cut&paste is bad, m'kay.
p4raw-id: //depot/perl@23374
Nicholas Clark [Fri, 15 Oct 2004 17:11:08 +0000]
Implement sv_svset _nosteal variants by passing a flag into
sv_set_flags rather than messing with the SvTEMP() flag on either
side of the call.
p4raw-id: //depot/perl@23373
Rafael Garcia-Suarez [Fri, 15 Oct 2004 14:09:54 +0000]
Implement a new -dt command-line flag, to enable threads under the
debugger (bug #31666).
Subject: RE: [PATCH] debugger handles threads [perl #31666]
From: <richard.foley@ubs.com>
Date: Wed, 13 Oct 2004 13:01:18 +0200
Message-ID: <
B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
Subject: Re: [PATCH] debugger handles threads [perl #31666]
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Wed, 13 Oct 2004 02:49:58 -0700
Message-ID: <
20041013094957.GA17184@efn.org>
p4raw-id: //depot/perl@23372
Steve Hay [Fri, 15 Oct 2004 12:54:29 +0000]
Make autodoc.pl write its output with UNIX style EOL's.
This saves the Win32 committer(s?) having to dos2unix the files
before committing. Maybe Perforce's "LineEnd: share" suffices
anyway, but there's no harm in playing safe.
p4raw-id: //depot/perl@23371
Nicholas Clark [Fri, 15 Oct 2004 11:01:18 +0000]
Include opmini.c in the dependency generation.
p4raw-id: //depot/perl@23370
Rafael Garcia-Suarez [Fri, 15 Oct 2004 10:20:16 +0000]
Doc nit to Data::Dumper, suggested by Peter Kay.
p4raw-id: //depot/perl@23369
Steve Hay [Fri, 15 Oct 2004 10:12:31 +0000]
Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
These are already in the API supported by Devel::PPPort, and are
often more useful than sv_vcatpvfn and sv_vsetpvfn which were
already documented.
p4raw-id: //depot/perl@23368
Craig A. Berry [Thu, 14 Oct 2004 10:09:41 +0000]
Re: [NOT OK] 23353 OpenVMS 7.2 VAX
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
416E96B5.5020100@mac.com>
p4raw-id: //depot/perl@23367
Peter Dintelmann [Mon, 11 Oct 2004 09:54:15 +0000]
AW: [perl #31864] IO::Poll - undef fd not checked in mask()
From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
Message-ID: <
8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
p4raw-id: //depot/perl@23366
Rafael Garcia-Suarez [Thu, 14 Oct 2004 14:58:21 +0000]
Fix [perl #31971] local $^D gives noise
p4raw-id: //depot/perl@23365
Rafael Garcia-Suarez [Thu, 14 Oct 2004 14:25:29 +0000]
A few fixes in the list of -D debugging flags
p4raw-id: //depot/perl@23364
Vadim Konovalov [Wed, 13 Oct 2004 09:45:31 +0000]
RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <
7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
p4raw-id: //depot/perl@23363
Rafael Garcia-Suarez [Tue, 12 Oct 2004 16:49:53 +0000]
Minor tweaks for the test.utf16 target, by Jarkko
p4raw-id: //depot/perl@23362
kaminsky@math.huji.ac.il [Tue, 5 Oct 2004 09:52:07 +0000]
[perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-31843-97358.2.
89612012687236@perl.org>
(with tweaks)
p4raw-id: //depot/perl@23361
Vadim Konovalov [Mon, 11 Oct 2004 22:57:00 +0000]
enable statically linked extensions for Win32
Message-ID: <
80173417046.20041011225700@vkonovalov.ru>
p4raw-id: //depot/perl@23360
Tels [Sun, 10 Oct 2004 22:36:03 +0000]
Patch: BigInt v1.73 (pre-release)
Message-Id: <
200410102236.03637@bloodgate.com>
p4raw-id: //depot/perl@23359
Abe Timmerman [Sat, 9 Oct 2004 18:13:38 +0000]
add the 'test_harness' target to vms "makefile"
Message-Id: <
200410091813.38673.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@23358
Dave Mitchell [Sun, 10 Oct 2004 19:18:00 +0000]
Turn regcomp into a list op
p4raw-id: //depot/perl@23357
Nicholas Clark [Sun, 10 Oct 2004 15:21:24 +0000]
Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
p4raw-id: //depot/perl@23356
Nicholas Clark [Sun, 10 Oct 2004 15:03:25 +0000]
Restore runtime loading of Encode and Encode-related modules, so that
open.pm will work when the Encode extension isn't build.
p4raw-id: //depot/perl@23355
H.Merijn Brand [Sat, 9 Oct 2004 12:27:39 +0000]
Make AIX 5 + gcc work in 64bitall
p4raw-id: //depot/perl@23354
H.Merijn Brand [Fri, 8 Oct 2004 09:52:59 +0000]
A new machine type, some reformatting, some reorganization
and a bit of additional info on Sleepycat's db.
p4raw-id: //depot/perl@23353
Rafael Garcia-Suarez [Fri, 8 Oct 2004 08:56:49 +0000]
Briefly document the test.utf16 make target.
p4raw-id: //depot/perl@23352
Rafael Garcia-Suarez [Fri, 8 Oct 2004 08:52:39 +0000]
Make the perl interpreter more tolerant of UTF-16-encoded script
(patch by Jarkko Hietaniemi)
p4raw-id: //depot/perl@23351
Jim Cromie [Thu, 23 Sep 2004 21:45:42 +0000]
[perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
From: Jim Cromie (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-31697-96840.0.
810265136907162@perl.org>
(with doc nits)
p4raw-id: //depot/perl@23350
Rafael Garcia-Suarez [Mon, 4 Oct 2004 15:46:28 +0000]
Increment $overload::VERSION after change #23347
p4raw-link: @23347 on //depot/perl:
d411a6a9eb5df09116806ed1c441d30d37e8d5e8
p4raw-id: //depot/perl@23349
Vadim Konovalov [Sun, 3 Oct 2004 22:10:06 +0000]
dynaloader improvements and cleanup
Message-ID: <138-
1837306906.20041003221006@vkonovalov.ru>
p4raw-id: //depot/perl@23348
Rick Delaney [Sat, 2 Oct 2004 01:04:49 +0000]
Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
Message-ID: <
20041002050448.GB5059@biff.bort.ca>
p4raw-id: //depot/perl@23347
Craig A. Berry [Fri, 1 Oct 2004 13:18:03 +0000]
vms/t/filespec.t tweak
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
415D9F5B.5040306@mac.com>
p4raw-id: //depot/perl@23346
Rafael Garcia-Suarez [Mon, 4 Oct 2004 08:53:04 +0000]
More caveats on the non-portability of stat(), suggested by
Stas Bekman.
p4raw-id: //depot/perl@23345
Nicholas Clark [Sat, 2 Oct 2004 21:49:15 +0000]
Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
any check on whether it's valid.
p4raw-id: //depot/perl@23344
Craig A. Berry [Fri, 1 Oct 2004 12:57:55 +0000]
make t/uni/class.t pass on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <
415D9AA3.1000908@mac.com>
p4raw-id: //depot/perl@23343
Dave Mitchell [Thu, 30 Sep 2004 20:51:31 +0000]
[perl #31767] open $1, "file" doesn't raise an exception
p4raw-id: //depot/perl@23342
Jay Hannah [Wed, 15 Sep 2004 14:51:42 +0000]
[patch] Sys::Syslog POD - $Sys::Syslog::host
From: "Jay Hannah" <jhannah@omnihotels.com>
Message-ID: <
002001c49b5d$6d0d79c0$4722000a@omarests2>
p4raw-id: //depot/perl@23341
Rafael Garcia-Suarez [Thu, 30 Sep 2004 15:12:29 +0000]
A fix for [perl #31692] : as PerlIO::scalar accesses directly the
PV of the scalar it reads from, avoid to read it when it's an
undefined PV.
p4raw-id: //depot/perl@23340
Dave Mitchell [Tue, 28 Sep 2004 18:05:52 +0000]
the improved -DT output of #23325 could print an uninit stack value
p4raw-id: //depot/perl@23339
Nicholas Clark [Tue, 28 Sep 2004 16:55:08 +0000]
Spelling correction spotted by Greg McCarroll
p4raw-id: //depot/perl@23338
Merijn Broeren [Thu, 23 Sep 2004 17:18:17 +0000]
Patch for perl.c fixing an obscure environment bug
Message-ID: <
20040923151817.GA15782@brugman.iloquent.nl>
p4raw-id: //depot/perl@23337
Rafael Garcia-Suarez [Tue, 28 Sep 2004 08:08:24 +0000]
Perl -DT segfaults when parsing a 'use' statement
p4raw-id: //depot/perl@23336
Rafael Garcia-Suarez [Wed, 22 Sep 2004 11:20:53 +0000]
Typo fix.
Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
Message-ID: <
20040922112053.686562b6@valis.local>
p4raw-id: //depot/perl@23334
Rafael Garcia-Suarez [Thu, 23 Sep 2004 07:30:16 +0000]
Remove a couple of C<> to avoid confusing double quotes in text
rendering. [perl #31678]
p4raw-id: //depot/perl@23333
Rafael Garcia-Suarez [Wed, 22 Sep 2004 09:08:04 +0000]
Document that $ENV{PATH} may not contain relative directories under -T
p4raw-id: //depot/perl@23332
LAUN Wolfgang [Fri, 17 Sep 2004 14:01:11 +0000]
Re: [perl #31586] utime does not reach expectations [PATCH]
Message-Id: <
DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
Clarify the effect of utime when the file isn't owned by the user
p4raw-id: //depot/perl@23331
Rafael Garcia-Suarez [Mon, 20 Sep 2004 17:20:38 +0000]
Upgrade to MIME::Base64 3.05.
p4raw-id: //depot/perl@23330
Rafael Garcia-Suarez [Mon, 20 Sep 2004 17:13:20 +0000]
Upgrade to Time::HiRes 1.65.
p4raw-id: //depot/perl@23329
Steve Peters [Thu, 26 Aug 2004 19:06:52 +0000]
[perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
From: "Steve Peters via RT" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-27576-94411.2.
28321880730803@perl.org>
p4raw-id: //depot/perl@23327
Jarkko Hietaniemi [Mon, 16 Aug 2004 22:27:00 +0000]
[PATCH] encoding and open pragmas
Date: Mon, 16 Aug 2004 22:27:00 +0300
Message-ID: <
41210A84.6060506@iki.fi>
Subject: Re: [PATCH] encoding and open pragmas
From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
Message-Id: <
200408170822.i7H8MwUU016793@vipunen.hut.fi>
p4raw-id: //depot/perl@23326
Dave Mitchell [Sun, 19 Sep 2004 21:47:18 +0000]
improve lexer debugging output (-DT)
Decode yylex() return values, and show lexer state each time
yylex() is called
p4raw-id: //depot/perl@23325