| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/vmsperl@8367
|
|
|
| |
p4raw-id: //depot/vmsperl@7375
|
|
|
| |
p4raw-id: //depot/vmsperl@6514
|
|
|
| |
p4raw-id: //depot/vmsperl@6111
|
|
|
|
|
| |
<jtobey@epsilondev.com>)
p4raw-id: //depot/perl@5145
|
|
|
|
|
| |
<EFifer@sanwaint.com>)
p4raw-id: //depot/perl@5008
|
|
|
| |
p4raw-id: //depot/perl@5007
|
|
|
| |
p4raw-id: //depot/perl@4860
|
|
|
| |
p4raw-id: //depot/perl@4769
|
|
|
| |
p4raw-id: //depot/perl@4717
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
| |
p4raw-id: //depot/perl@4448
|
|
|
|
|
| |
windows
p4raw-id: //depot/perl@4402
|
|
|
|
|
| |
Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
p4raw-id: //depot/perl@4382
|
|
|
|
|
|
|
| |
mktime()) using a custom mini_mktime()
Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03
p4raw-id: //depot/perl@4223
|
|
|
|
|
| |
p4raw-link: @1914 on //depot/perl: e44f695ee9be4f523999589b52c7c8e9ddc1bed9
p4raw-id: //depot/perl@4196
|
|
|
|
|
|
|
|
|
|
| |
To: gsar@activestate.com
Cc: perl5-porters@perl.org
Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
p4raw-link: @4100 on //depot/cfgperl: 427181846486e3aa5034a647dc1922377185f4c0
p4raw-id: //depot/cfgperl@4136
|
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org
Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
-Duse64bits
Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
p4raw-id: //depot/cfgperl@4100
|
|
|
|
|
|
|
|
| |
To: vmsperl@perl.org, perl5-porters@perl.org,
sarathy@activestate.com, bailey@newman.upenn.edu
threads on VMS
Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
p4raw-id: //depot/cfgperl@3955
|
|
|
| |
p4raw-id: //depot/cfgperl@3864
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@3799
|
| |
| |
| |
| |
| | |
Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3794
|
|/
|
| |
p4raw-id: //depot/cfgperl@3773
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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: <199906281823.OAA24912@stargate.btv.ibm.com>
Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
p4raw-id: //depot/perl@3641
|
|
|
|
|
|
| |
Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
p4raw-id: //depot/perl@3582
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
pointer argument; builds/tests on Solaris, win32
hasn't been fixed up yet; proto.h, global.sym and
static function decls are now generated from a common
database in proto.pl; some inconsistently named
perl_foo() things are now Perl_foo(), compatibility
#defines provided; perl_foo() (lowercase 'p') reserved
for functions that take an explicit context argument;
next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
p4raw-id: //depot/perl@3522
|
|
|
| |
p4raw-id: //depot/perl@3518
|
|
|
| |
p4raw-id: //depot/perl@3517
|
|
|
|
|
|
| |
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@3497
|
|
|
|
|
|
| |
Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
p4raw-id: //depot/perl@3430
|
|
|
|
|
|
| |
Message-ID: <37230365.5F68B460@turnhere.com>
Subject: [PATCH]5.005_03 (CORE) cygwin32 port
p4raw-id: //depot/perl@3358
|
|
|
|
|
|
|
| |
To: dsembr01@ox.slug.louisville.edu
Cc: perlbug@perl.com
Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
p4raw-id: //depot/cfgperl@3225
|
|
|
| |
p4raw-id: //depot/perl@3217
|
|
|
|
|
|
| |
Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
Subject: [PATCH _03-MT5] POSIX.xs memory API
p4raw-id: //depot/perl@2921
|
|
|
|
|
|
|
| |
To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
p4raw-id: //depot/cfgperl@2807
|
|
|
|
|
|
| |
Message-Id: <199901291847.LAA04828@jhereg.perl.com>
Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
p4raw-id: //depot/cfgperl@2798
|
|
|
|
|
| |
Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
p4raw-id: //depot/cfgperl@2797
|
|
|
| |
p4raw-id: //depot/cfgperl@2794
|
|
|
|
|
|
| |
(the diffs were based on 5.004_02). Tested by Guido
and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
p4raw-id: //depot/cfgperl@2594
|
|
|
|
|
|
| |
To: perlbug@perl.org
Message-ID: <13970.20107.190314.549471@zappa>
p4raw-id: //depot/cfgperl@2573
|
|
|
| |
p4raw-id: //depot/cfgperl@2561
|
|
|
|
|
|
|
|
| |
avoid most uses of PL_na (which is much more inefficient than a
simple local); update docs to suit; PL_na now being thr->Tna may
be a minor compatibility issue for extensions--will require dTHR
outside of XSUBs (those get automatic dTHR)
p4raw-id: //depot/perl@2387
|
|
|
|
|
|
|
| |
To: jhi@iki.fi
Subject: Re: Making Perl work on DYNIX/ptx
Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
p4raw-id: //depot/cfgperl@2339
|
|
|
|
|
|
|
| |
Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
To: jhi@iki.fi
cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
p4raw-id: //depot/cfgperl@2228
|
|
|
| |
p4raw-id: //depot/cfgperl@2141
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
| |
p4raw-link: @2021 on //depot/maint-5.005/perl: ece095e7b265a16d4ec3543b1418100f9c635a87
p4raw-link: @2014 on //depot/maint-5.005/perl: cca0b9804acab4b7678c0f185888d57497a5c2a9
p4raw-link: @1982 on //depot/maint-5.005/perl: fe676099d996f70caaedeb6ae85adc3ee59d2240
p4raw-id: //depot/perl@2059
|
|
|
| |
p4raw-id: //depot/perl@1986
|