| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@5631
|
|
|
| |
p4raw-id: //depot/perl@5574
|
|
|
|
|
| |
some parts not applied
p4raw-id: //depot/perl@5445
|
|
|
| |
p4raw-id: //depot/perl@5388
|
|
|
| |
p4raw-id: //depot/perl@5386
|
|
|
|
|
| |
p4raw-link: @5364 on //depot/perl: 729a02f2394e6a50fe8352c9471391b53e54ac40
p4raw-id: //depot/perl@5368
|
|
|
| |
p4raw-id: //depot/perl@5364
|
|
|
|
|
|
| |
attempts to lock uninitialized critical section in files that
were never explicitly opened (from Doug Lankshear)
p4raw-id: //depot/perl@5169
|
|
|
|
|
| |
(from Vadim Konovalov <vkonovalov@lucent.com>)
p4raw-id: //depot/perl@5097
|
|
|
|
|
|
| |
and restoring system error across TLS fetch; avoid needless
copying of buffers
p4raw-id: //depot/perl@5024
|
|
|
| |
p4raw-id: //depot/perl@4933
|
|
|
| |
p4raw-id: //depot/perl@4916
|
|
|
|
|
| |
p4raw-link: @4892 on //depot/perl: 9e5f57defb0d4fe4a23e6e24c3d57478465aea87
p4raw-id: //depot/perl@4911
|
|
|
|
|
| |
p4raw-link: @4892 on //depot/perl: 9e5f57defb0d4fe4a23e6e24c3d57478465aea87
p4raw-id: //depot/perl@4893
|
|
|
|
|
|
|
| |
bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
to call the fixed version of open_osfhandle() only on Windows 9x;
updated the makefiles and README.win32 to suit
p4raw-id: //depot/perl@4892
|
|
|
| |
p4raw-id: //depot/perl@4886
|
|
|
| |
p4raw-id: //depot/perl@4885
|
|
|
| |
p4raw-id: //depot/perl@4882
|
|
|
|
|
| |
(improves compatibility with Unix, avoids buffering issues)
p4raw-id: //depot/perl@4868
|
|
|
|
|
| |
a real SetCurrentDirectory() in toplevel host
p4raw-id: //depot/perl@4789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
split $Config{apiversion} into three, @Config{apirevision,apiversion,
apisubversion} for CPP friendliness; $Config{sitelib} now defaults
to .../site_perl/$version, just like $Config{privlib}, making sitelib
completely independent across versions and substantially eliminating
chances of breaking older installations by overwriting newly built
extensions; all this means compatibility inclusions for @INC will need
to take into account older sitelib versions (this still TODO)
windows, vms, dos tweaks for the above
p4raw-id: //depot/perl@4773
|
|
|
|
|
|
| |
to allow ByteLoader to work; the DATA filehandles continue to
be left open in text mode for compatibility
p4raw-id: //depot/perl@4739
|
|
|
| |
p4raw-id: //depot/perl@4729
|
|
|
|
|
| |
<sho_pi@hotmail.com>)
p4raw-id: //depot/perl@4682
|
|
|
| |
p4raw-id: //depot/perl@4654
|
|
|
| |
p4raw-id: //depot/perl@4602
|
|
|
|
|
|
|
|
| |
To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
Cc: Douglas Lankshear <dougl@activestate.com>,
Gurusamy Sarathy <gsar@activestate.com>
Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
p4raw-id: //depot/cfgperl@4571
|
|
|
| |
p4raw-id: //depot/perl@4540
|
|
|
|
|
|
|
|
| |
the following areas: SVOPs must indirect via pad; context
stack, scope stack, and runlevels must be cloned; must
hook up the virtualized pseudo-process support provided by
"host"; ...)
p4raw-id: //depot/perl@4538
|
|
|
| |
p4raw-id: //depot/perl@4536
|
|
|
|
|
| |
(from Jan Dubois)
p4raw-id: //depot/perl@4504
|
|
|
| |
p4raw-id: //depot/perl@4462
|
|
|
|
|
| |
with GCC v2.95
p4raw-id: //depot/perl@4461
|
|
|
|
|
| |
than gmtime() (from Jan Dubois)
p4raw-id: //depot/perl@4420
|
|
|
|
|
| |
windows
p4raw-id: //depot/perl@4402
|
|
|
|
|
| |
p4raw-link: @4385 on //depot/perl: 95136addeff6f7c87c13a96a62f5eaafb9bafdcf
p4raw-id: //depot/perl@4386
|
|
|
|
|
| |
rather than win32_opendir() reading all files up front (untested)
p4raw-id: //depot/perl@4385
|
|
|
|
|
|
| |
to point at; change places that meant Perl_debug_log rather than
PerlIO_stderr()
p4raw-id: //depot/perl@4302
|
|
|
| |
p4raw-id: //depot/perl@4057
|
|
|
| |
p4raw-id: //depot/perl@3872
|
|
|
| |
p4raw-id: //depot/perl@3819
|
|
|
| |
p4raw-id: //depot/perl@3699
|
|
|
| |
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
|
|
|
|
|
|
|
| |
due to leaked scalar, investigation pending)
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
p4raw-id: //depot/perl@3640
|
|
|
|
|
|
| |
Message-Id: <25cd799f.2482f930@aol.com>
Subject: [19990530.007] Open with pipe | does not return pid under win32
p4raw-id: //depot/perl@3573
|
|
|
|
|
| |
Message-ID: <374c53ac.10322322@smtp1.ibm.net>
p4raw-id: //depot/perl@3566
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
X:\ (drive root)
p4raw-id: //depot/perl@3548
|