| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@4476
|
|
|
|
|
| |
in a rash of failed dependencies)
p4raw-id: //depot/perl@4389
|
|
|
| |
p4raw-id: //depot/perl@4373
|
|
|
| |
p4raw-id: //depot/perl@4349
|
|
|
| |
p4raw-id: //depot/perl@4246
|
|
|
|
|
| |
<vkonovalov@lucent.com>)
p4raw-id: //depot/perl@4236
|
|
|
| |
p4raw-id: //depot/perl@4230
|
|
|
| |
p4raw-id: //depot/perl@4101
|
|
|
| |
p4raw-id: //depot/perl@4010
|
|
|
| |
p4raw-id: //depot/perl@3895
|
|
|
| |
p4raw-id: //depot/perl@3877
|
|
|
| |
p4raw-id: //depot/perl@3819
|
|
|
| |
p4raw-id: //depot/perl@3782
|
|
|
| |
p4raw-id: //depot/perl@3710
|
|
|
| |
p4raw-id: //depot/perl@3708
|
|
|
| |
p4raw-id: //depot/perl@3705
|
|
|
|
|
|
|
|
|
|
|
| |
Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
Hijacked win32/makedef.pl for more general purpose export
list building, now it is used (as toplevel makedef.pl)
for win32 and AIX (perl_exp.SH made unnecessary).
Because the export lists are now correct in AIX, no more linker
warnings about "Exported symbol not defined" should appear.
p4raw-id: //depot/cfgperl@3673
|
|
|
| |
p4raw-id: //depot/perl@3669
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@3660
|
|
|
|
|
|
|
|
|
| |
gone from the public API); PERL_OBJECT builds again on
windows
TODO: namespace-clean the typedefs in iperlsys.h and
elsewhere; remove C++ remnants from public headers
p4raw-id: //depot/perl@3553
|
|
|
| |
p4raw-id: //depot/perl@3525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
globalization); delayload winsock for performance if compiling
with VC 6.0
p4raw-id: //depot/perl@3501
|
|
|
| |
p4raw-id: //depot/perl@3476
|
|
|
|
|
|
|
|
|
|
| |
needed to open myconfig.SH rather than myconfig; sundry adjustments
to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
work under win32; getenv_sv() changed to getenv_len() since SVs
aren't visible in the lower echelons; remove bogus exports from
config.sym; PERL_OBJECT-ness for C++ exception support; null out
IoDIRP in filter_del() or sv_free() will attempt to close it
p4raw-id: //depot/perl@3387
|
|
|
|
|
|
| |
Message-ID: <609bdff748.tom@compton.compton.nu>
Subject: ByteLoader patch
p4raw-id: //depot/perl@3356
|
|
|
|
|
| |
to size and better maintainability)
p4raw-id: //depot/perl@3129
|
|
|
| |
p4raw-id: //depot/perl@3044
|
|
|
| |
p4raw-id: //depot/perl@2944
|
|
|
| |
p4raw-id: //depot/perl@2746
|
|
|
| |
p4raw-id: //depot/perl@2405
|
|
|
| |
p4raw-id: //depot/perl@2392
|
|
|
| |
p4raw-id: //depot/perl@2391
|
|
|
|
|
|
| |
Message-ID: <36589ec9.49964585@smtp1.ibm.net>
Subject: [PATCH 5.005_53] Devel::Peek integration
p4raw-id: //depot/perl@2322
|
|
|
| |
p4raw-id: //depot/perl@2195
|
|
|
|
|
| |
Solaris and win32
p4raw-id: //depot/perl@2163
|
|
|
|
|
|
|
|
|
|
| |
(objpp.h is gone, embed.pl now does some of that); objXSUB.h
should soon be automated also; the global variables that
escaped the PL_foo conversion are now reined in; renamed
MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
type of same name; duplicated lists of pp_things in various
places is now gone; result has only been tested on win32
p4raw-id: //depot/perl@2133
|
|
|
|
|
| |
ambiguous inference graph for %.xs --> %.o)
p4raw-id: //depot/perl@2086
|
|
|
|
|
| |
Dubois)
p4raw-id: //depot/perl@1990
|
|
|
| |
p4raw-id: //depot/perl@1925
|
|
|
| |
p4raw-id: //depot/perl@1888
|
|
|
| |
p4raw-id: //depot/perl@1883
|
|
|
| |
p4raw-id: //depot/perl@1797
|
|
|
|
|
|
| |
builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
lexical warning testsuite for win32
p4raw-id: //depot/perl@1777
|
|
|
| |
p4raw-id: //depot/perl@1772
|
|\
| |
| | |
p4raw-id: //depot/perl@1760
|
| |
| |
| | |
p4raw-id: //depot/maint-5.005/perl@1741
|
| |
| |
| |
| |
| | |
detail, and supply a patch for libdes-3.06
p4raw-id: //depot/maint-5.005/perl@1729
|
| |
| |
| | |
p4raw-id: //depot/maint-5.005/perl@1714
|