| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
by Kurt Starsinic)
p4raw-id: //depot/perl@4108
|
|
|
|
|
|
|
|
|
| |
correctly; unfollowed refs are represented as simple string
value, not just the bare type; $VERSION stays the same until
it is ready for prime time (avoids CPAN confustication)
Message-Id: <199908050021.UAA09693@monet.op.net>
Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
p4raw-id: //depot/perl@4078
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
overloading
p4raw-id: //depot/perl@3570
|
|
|
| |
p4raw-id: //depot/perl@3540
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@3518
|
|
|
| |
p4raw-id: //depot/perl@2972
|
|
|
| |
p4raw-id: //depot/perl@2957
|
|
|
| |
p4raw-id: //depot/perl@2816
|
|
|
|
|
| |
Solaris and win32
p4raw-id: //depot/perl@2163
|
|
|
| |
p4raw-id: //depot/perl@2159
|
|
|
|
|
| |
(MAN3PODS cannot be set to ' '; stray stricture violation)
p4raw-id: //depot/perl@1967
|
|
|
|
|
|
| |
Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de>
Subject: Data::Dumper 2.09, patch
p4raw-id: //depot/maint-5.005/perl@1706
|
|
|
|
|
| |
Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
p4raw-id: //depot/ansiperl@1532
|
|
|
| |
p4raw-id: //depot/perl@1435
|
|
make all configs build on Solaris and win32
p4raw-id: //depot/perl@1396
|