| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- added delete of READONLY value inhibit & test for same
- re-tabbed
p4raw-id: //depot/perlio@13760
|
|
|
|
|
| |
Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
p4raw-id: //depot/perl@13750
|
|
|
|
|
| |
to PVs.
p4raw-id: //depot/perl@13390
|
|
|
| |
p4raw-id: //depot/perl@13300
|
|
|
|
|
| |
Message-ID: <20011116004809.A934@math.ohio-state.edu>
p4raw-id: //depot/perl@13044
|
|
|
| |
p4raw-id: //depot/perl@12248
|
|
|
|
|
| |
not just as a byte string.
p4raw-id: //depot/perl@12246
|
|
|
|
|
| |
TODO: dump the SvUTF8() hash keys similarly.
p4raw-id: //depot/perl@12243
|
|
|
|
|
| |
Message-Id: <20010829182156.O4950@plum.flirble.org>
p4raw-id: //depot/perl@11788
|
|
|
| |
p4raw-id: //depot/perl@11034
|
|
|
| |
p4raw-id: //depot/perl@10900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
No doubt I made some mistakes like missed some files or
misnamed some files. The naming rules were more or less:
(1) if the module is from CPAN, follows its ways, be it
t/*.t or test.pl.
(2) otherwise if there are multiple tests for a module
put them in a t/
(3) otherwise if there's only one test put it in Module.t
(4) helper files go to module/ (locale, strict, warnings)
(5) use longer filenames now that we can (but e.g. the
compat-0.6.t and the Text::Balanced test files still
were renamed to be more civil against the 8.3 people)
installperl was updated appropriately not to install the
*.t files or the help files from under lib.
TODO: some helper files still remain under t/ that could
follow their 'masters'. UPDATE: On second thoughts, why
should they. They can continue to live under t/lib, and
in fact the locale/strict/warnings helpers that were moved
could be moved back. This way the amount of non-installable
stuff under lib/ stays smaller.
p4raw-id: //depot/perl@10676
|
|
|
|
|
| |
(courtesy of Mark Bixby)
p4raw-id: //depot/perl@10524
|
|
|
| |
p4raw-id: //depot/perl@10338
|
|
|
|
|
| |
Message-ID: <20010315212518.A18870@firedrake.org>
p4raw-id: //depot/perl@9176
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
p4raw-id: //depot/perl@8837
|
|
|
|
|
|
| |
Subject: RE: perl@7595 builds not on cygwin
Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
p4raw-id: //depot/perl@7629
|
|
|
|
|
| |
Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@7359
|
|
|
|
|
| |
Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@7215
|
|
|
|
|
| |
Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
p4raw-id: //depot/perl@7081
|
|
|
|
|
|
| |
Subject: [ID 20000817.016] [PATCH] Peek.xs
Message-Id: <20000817205556.24270.qmail@foad.org>
p4raw-id: //depot/perl@6681
|
|
|
|
|
| |
(from Tim Jenness <t.jenness@jach.hawaii.edu>)
p4raw-id: //depot/perl@6187
|
|
|
| |
p4raw-id: //depot/perl@6136
|
|
|
|
|
| |
crash unceremoniously when doing "V DB" etc., repeatedly
p4raw-id: //depot/perl@5716
|
|
|
| |
p4raw-id: //depot/perl@5063
|
|
|
|
|
| |
subroutines (from Ilya Zakharevich)
p4raw-id: //depot/perl@4975
|
|
|
|
|
| |
unresolved links)
p4raw-id: //depot/perl@4910
|
|
|
|
|
| |
confusion (from Ilya Zakharevich)
p4raw-id: //depot/perl@4852
|
|
|
|
|
|
|
|
|
| |
(change#4043 fixed the need for that)
Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] XSLoader.pm
p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3
p4raw-id: //depot/perl@4623
|
|
|
|
|
|
|
|
|
| |
in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
(CvFILE() may yet come in handy somewhere); adjust compiler doodads
to suit
p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577
p4raw-id: //depot/perl@4545
|
|
|
| |
p4raw-id: //depot/perl@4485
|
|
|
|
|
|
| |
Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
plus few other warnings in Dumper.xs.
p4raw-id: //depot/cfgperl@4426
|
|
|
|
|
|
| |
to point at; change places that meant Perl_debug_log rather than
PerlIO_stderr()
p4raw-id: //depot/perl@4302
|
|
|
| |
p4raw-id: //depot/perl@3709
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
builds; passing the implicit context is unified among the three
flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
flavors (see the top of perl.h) for testing; all varargs functions
foo() have a va_list-taking variant vfoo() for generating the
context-free versions; the PERL_OBJECT build should now be
hyper-compatible with CPAN extensions (C++ is totally out of
the picture)
result has only been tested on Windows
TODO: write docs on the THX rationale and idiomatic usage of
the Perl API
p4raw-id: //depot/perl@3667
|
|
|
|
|
| |
Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
without that enabled):
- USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
is a noop; tests pass on Solaris; should be faster now!
- MULTIPLICITY has been tested with and without
PERL_IMPLICIT_CONTEXT on Solaris
- improved function database now merged with embed.pl
- everything except the varargs functions have foo(a,b,c) macros
to provide compatibility
- varargs functions default to compatibility variants that
get the context pointer using dTHX
- there should be almost no source compatibility issues as a
result of all this
- dl_foo.xs changes other than dl_dlopen.xs untested
- still needs documentation, fixups for win32 etc
Next step: migrate most non-mutex variables from perlvars.h
to intrpvar.h
p4raw-id: //depot/perl@3524
|
|
|
|
|
|
| |
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@3427
|
|
Message-ID: <36589ec9.49964585@smtp1.ibm.net>
Subject: [PATCH 5.005_53] Devel::Peek integration
p4raw-id: //depot/perl@2322
|