| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
p4raw-id: //depot/perl@17306
|
|
|
|
|
| |
Message-ID: <20020607113651.GC24159@lupe-christoph.de>
p4raw-id: //depot/perl@17059
|
|
|
| |
p4raw-id: //depot/perl@16997
|
|
|
|
|
| |
allocating half of the retstack!)
p4raw-id: //depot/perl@16181
|
|
|
| |
p4raw-id: //depot/perl@16149
|
|
|
| |
p4raw-id: //depot/perl@16060
|
|
|
| |
p4raw-id: //depot/perl@16050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* support for building it in the regular makefiles
* large files support via the _*i64() functions (this should be
portable to the 32-bit universe too, but quite untested and
and binary-incompatible, therefore not enabled there)
* three additional test failures in addition to the t/end.t one
(see README.win32)
* sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
the ones available from the CRT (needed because Perl uses
the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
* add a few 64-bit notes to README.win32
The following general problems were also fixed:
* s/struct stat/Stat_t/g
* Data::Dumper had some naughty 'long' typecasts
* Errno_pm.PL didn't work safe when winsock.h was not in the same
directory as errno.h
* various tell/seek things were incorrectly prototyped
* squelch ugly looking noise when running tests
* Embed.t wasn't linking in all the libraries
* perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
* re-enable all the disabled warnings (additional fixes may be
needed for the warnings uncovered by this)
p4raw-id: //depot/perl@16033
|
|
|
| |
p4raw-id: //depot/perl@15543
|
|
|
| |
p4raw-id: //depot/perl@13363
|
|
|
|
|
|
|
|
|
|
|
| |
Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
Patching README.foo instead of pod/perlfoo.pod,
not patching Math::BigInt (Tels will take care of that),
dropping broken hv.c and sv.h patches, patching libnetcfg.PL
and perldoc.PL instead of libnetcfg and perldoc, patching
ext/Digest/MD5/t/files.t since MD5.pm was changed.
p4raw-id: //depot/perl@12954
|
|
|
|
|
| |
working in 5.7.x
p4raw-id: //depot/perl@11803
|
|
|
|
|
|
|
| |
p4raw-link: @11598 on //depot/perl: 606f94800c615ae6d5c5c0fc6dbac1e8323ea558
p4raw-id: //depot/perl@11600
p4raw-integrated: from //depot/maint-5.6/perl@11598 'merge in'
README.win32 (@9511..)
|
|
|
|
|
|
|
|
| |
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
Rename the script a little bit more sensibly.
p4raw-id: //depot/perl@11453
|
|
|
|
|
|
|
|
|
|
| |
merge README.plan9 and plan9/perlplan9.pod;
delete plan9/perlplan9.* (the perlplan.doc needs to
be regenerated in Plan 9); make the =head1 and =head2
in the README.platform to be a little more verbose
(skipped README.os2 not to anger Ilya) so that they
look better in the toc; regen toc.
p4raw-id: //depot/perl@10461
|
|
|
| |
p4raw-id: //depot/perl@10189
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
README.win32 tweaks; add a note about alternative location for
getting a gcc-2.95.2 that will build perl properly on windows
add some notes about gutsy threading matters
many of the utilities interpolate literal paths within doublequotes
(fails on dosish platforms where path contains backslashes)
p4raw-link: @9517 on //depot/maint-5.6/perl: 541b948d383abe4f534f846ff692d582506919cf
p4raw-link: @9514 on //depot/maint-5.6/perl: c8c8f510c2814a9e3cbdb8e7ca306018e0f7c510
p4raw-link: @9511 on //depot/maint-5.6/perl: 58a9db026b6f67b774654d285ac34aceada86380
p4raw-id: //depot/perl@9518
p4raw-integrated: from //depot/maint-5.6/perl@9510 'copy in'
utils/perldoc.PL x2p/find2perl.PL (@9312..) 'merge in'
README.win32 (@9227..) x2p/s2p.PL (@9312..) pod/perlguts.pod
(@9507..)
|
|
|
|
|
|
|
| |
Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
Borland filename case problem.
p4raw-id: //depot/perl@9171
|
|
|
|
|
|
|
|
|
|
| |
EBDIC fixes, README.win32 Borland update.
p4raw-link: @8854 on //depot/maint-5.6/perl: ece00f1416215bb2d7a51174ba7aa627e0b0a3ad
p4raw-link: @8853 on //depot/maint-5.6/perl: 3ef34714520621f9238ff67b9f34f043113325c1
p4raw-id: //depot/perl@8857
p4raw-integrated: from //depot/maint-5.6/perl@8851 'merge in'
README.win32 (@8175..) handy.h (@8789..) util.c (@8806..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- In current state we are still using C runtime in text/binary
mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
- PERLIO=stdio and PERLIO=unix pass all expected tests.
- PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
and PerlIO_seek() and the dummy crlf layer is not making adjustments
for CRLF translation happening in C runtime. All other tests pass.
Added note to README.win32 to point out the snags of doing a perl build
with Norton AntiVirus turned on.
Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
which file a fail comes from.
Updated "canned" config.h to match the one generated.
p4raw-id: //depot/perlio@7802
|
|
|
|
|
| |
Message-ID: <3483.000403@tanet.net>
p4raw-id: //depot/perl@7729
|
|
|
|
|
| |
Message-Id: <200011062357.SAA18173@spotter.yi.org>
p4raw-id: //depot/perl@7585
|
|
|
|
|
| |
there is no per-file line-terminator type, only per-client.
p4raw-id: //depot/perl@7452
|
|
|
| |
p4raw-id: //depot/perl@7451
|
|
|
|
|
| |
Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
p4raw-id: //depot/perl@7188
|
|
|
|
|
| |
p4raw-link: @6020 on //depot/perl: 945d6bad06c27bf93b3917eb3a345a4f0cd2de10
p4raw-id: //depot/perl@6021
|
|
|
| |
p4raw-id: //depot/perl@5939
|
|
|
| |
p4raw-id: //depot/perl@5917
|
|
|
| |
p4raw-id: //depot/perl@5887
|
|
|
|
|
| |
list in perlport.pod (from a patch suggested by Dominic Dunlop)
p4raw-id: //depot/perl@5731
|
|
|
| |
p4raw-id: //depot/perl@5574
|
|
|
| |
p4raw-id: //depot/perl@5386
|
|
|
|
|
| |
trash memory)
p4raw-id: //depot/perl@5129
|
|
|
| |
p4raw-id: //depot/perl@4991
|
|
|
| |
p4raw-id: //depot/perl@4906
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
a real SetCurrentDirectory() in toplevel host
p4raw-id: //depot/perl@4789
|
|
|
| |
p4raw-id: //depot/perl@4729
|
|
|
| |
p4raw-id: //depot/perl@4604
|
|
|
| |
p4raw-id: //depot/perl@4359
|
|
|
|
|
| |
Benjamin Stuhl <sho_pi@hotmail.com>)
p4raw-id: //depot/perl@4329
|
|
|
| |
p4raw-id: //depot/perl@3852
|
|
|
| |
p4raw-id: //depot/perl@3819
|
|
|
| |
p4raw-id: //depot/perl@2888
|
|
|
| |
p4raw-id: //depot/perl@2746
|
|
|
| |
p4raw-id: //depot/perl@2694
|
|
|
| |
p4raw-id: //depot/perl@2391
|
|
|
| |
p4raw-id: //depot/perl@2233
|
|
|
| |
p4raw-id: //depot/perl@1809
|
|
|
|
|
| |
detail, and supply a patch for libdes-3.06
p4raw-id: //depot/maint-5.005/perl@1729
|