| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@14391
|
|
|
|
|
| |
therefore quite probably also obsolete code.
p4raw-id: //depot/perl@14390
|
|
|
| |
p4raw-id: //depot/perl@14389
|
|
|
| |
p4raw-id: //depot/perl@14388
|
|
|
|
|
| |
Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
p4raw-id: //depot/perl@14386
|
|
|
|
|
| |
Message-ID: <20020121201642.GA6659@blackrider>
p4raw-id: //depot/perl@14385
|
|
|
|
|
| |
Message-ID: <20020123143547.24798.qmail@foad.org>
p4raw-id: //depot/perl@14384
|
|
|
|
|
|
|
| |
1.3.6(0.4732) (UNINSTALLED)
Message-Id: <GtgT8gzkg+CG092yn@efn.org>
p4raw-id: //depot/perl@14383
|
|
|
| |
p4raw-id: //depot/perl@14381
|
|
|
|
|
| |
Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
p4raw-id: //depot/perl@14380
|
|
|
|
|
|
|
|
|
| |
"the same" means trouble (here s and 's')
What broke now was 841 and 842 of t/op/pat.t, because of the
ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
(note that breakage happened only under cc_r and usethreads+
useithreads)
p4raw-id: //depot/perl@14379
|
|
|
|
|
| |
Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
p4raw-id: //depot/perl@14376
|
|
|
|
|
|
| |
(2) Other software (GNU) seems to use it and we don't need it,
so let's give it up.
p4raw-id: //depot/perl@14374
|
|
|
|
|
| |
Message-ID: <20020121202254.GA6731@blackrider>
p4raw-id: //depot/perl@14371
|
|
|
|
|
|
|
|
|
| |
solution being not including the *.html files. This means
that in the future there is no need for any renamings
(well, assuming that the Consortium doesn't cause any),
and the files are named like they are in the Consortium
website, thus alleviating confusion.
p4raw-id: //depot/perl@14370
|
|
|
| |
p4raw-id: //depot/perl@14369
|
|
|
|
|
|
|
|
| |
From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
(using IV instead of int)
p4raw-id: //depot/perl@14368
|
|
|
|
|
| |
a better name, but that's another story).
p4raw-id: //depot/perl@14367
|
|
|
|
|
| |
Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
p4raw-id: //depot/perl@14366
|
|
|
|
|
| |
Message-ID: <20020120225356.A12093@rafael>
p4raw-id: //depot/perl@14365
|
|
|
|
|
| |
Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
p4raw-id: //depot/perl@14364
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Sat, 19 Jan 02 17:17 est
Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
From: Paul_GreenVOS@vos.stratus.com
Date: Sat, 19 Jan 02 17:19 est
Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
p4raw-id: //depot/perl@14360
|
|
|
|
|
| |
Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
p4raw-id: //depot/perl@14359
|
|
|
|
|
| |
Message-ID: <20020120135136.A710@rafael>
p4raw-id: //depot/perl@14358
|
|
|
|
|
|
|
| |
cannot be downgraded (that is, if they contain wide
characters), just like crypt() does (and use the croak
feature of sv_utf8_downgrade()).
p4raw-id: //depot/perl@14354
|
|
|
| |
p4raw-id: //depot/perl@14351
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
p4raw-id: //depot/perl@14350
|
|
|
| |
p4raw-id: //depot/perl@14349
|
|
|
| |
p4raw-id: //depot/perl@14348
|
|
|
|
|
| |
Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
p4raw-id: //depot/perl@14347
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 14335]
Split out core of sv_magic() into sv_magicext().
sv_magic provides the extra restictions (no READONLY, only
one of each type, canned set of vtables), and sv_magicext()
does the actual data twiddling.
Also enhances semantics of ->mg_ptr setting via name/namlen
to allow either an uncopied ptr (namlen == 0), or a Newz()ed
scratch area (namlen > 0 && name == NULL).
sv_magicext also returns the MAGIC * it added.
sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
To come sv_unmagicext() - which will remove just one magic
of particular type, and additionaly match against ->mg_ptr,
or the MAGIC * (need to experiment as to which is more natural).
p4raw-link: @14335 on //depot/perlio: 92110913508b9944d111285d9488f2f7b604919c
p4raw-id: //depot/perl@14346
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
sv_magic provides the extra restictions (no READONLY, only
one of each type, canned set of vtables), and sv_magicext()
does the actual data twiddling.
Also enhances semantics of ->mg_ptr setting via name/namlen
to allow either an uncopied ptr (namlen == 0), or a Newz()ed
scratch area (namlen > 0 && name == NULL).
sv_magicext also returns the MAGIC * it added.
sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
To come sv_unmagicext() - which will remove just one magic
of particular type, and additionaly match against ->mg_ptr,
or the MAGIC * (need to experiment as to which is more natural).
p4raw-id: //depot/perlio@14335
|
| |\
| | |
| | | |
p4raw-id: //depot/perlio@14333
|
| |\ \
| | |/
| | | |
p4raw-id: //depot/perlio@14332
|
| | |
| | |
| | | |
p4raw-id: //depot/perlio@14312
|
| | |
| | |
| | |
| | |
| | | |
for timegm instead of progressive guessing
p4raw-id: //depot/perl@14345
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
p4raw-id: //depot/perl@14344
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>
p4raw-id: //depot/perl@14343
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
p4raw-id: //depot/perl@14342
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
p4raw-id: //depot/perl@14341
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <200201182106.XAA19133@taku.hut.fi>
p4raw-id: //depot/perl@14340
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@14339
|
| | |
| | |
| | |
| | |
| | | |
Message-Id: <200201182206.AAA15310@taku.hut.fi>
p4raw-id: //depot/perl@14338
|
| | |
| | |
| | | |
p4raw-id: //depot/perl@14336
|
| |/
|/|
| |
| |
| | |
to be too much for many platforms.
p4raw-id: //depot/perl@14334
|
| |
| |
| | |
p4raw-id: //depot/perl@14331
|
| |
| |
| | |
p4raw-id: //depot/perl@14330
|
| |
| |
| | |
p4raw-id: //depot/perl@14329
|
| |
| |
| |
| |
| | |
Message-ID: <20020118081027.GE7226@blackrider>
p4raw-id: //depot/perl@14328
|
| |
| |
| |
| |
| |
| | |
Subject: [PATCH] Improving lib/Time/Local.t
Message-Id: <200201180335.WAA08768@mailhub2.stratus.com>
p4raw-id: //depot/perl@14327
|