summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [patch] PerlIO_cleanup() prototypeDoug MacEachern2001-01-061-1/+1
| | | | | Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net> p4raw-id: //depot/perl@8344
* IRIX compiler noticed that the bof initialization might beJarkko Hietaniemi2001-01-061-1/+2
| | | | | bypassed by control flow. p4raw-id: //depot/perl@8343
* Update Changes.Jarkko Hietaniemi2001-01-062-1/+130
| | | p4raw-id: //depot/perl@8342
* Add a note about EBCDIC versus UTF-8 to a potential problem spot.Jarkko Hietaniemi2001-01-051-0/+6
| | | p4raw-id: //depot/perl@8341
* Re: [ID 20010105.002] close() on process filehandle leaves defunct processRadu Greab2001-01-052-1/+23
| | | | | Message-ID: <14934.6849.742435.23178@ix.netsoft.ro> p4raw-id: //depot/perl@8340
* format and rewording in perlfaq.podRobin Barker2001-01-051-313/+908
| | | | | Message-Id: <200101051851.SAA03310@tempest.npl.co.uk> p4raw-id: //depot/perl@8339
* [patch: perl@8327] have perlbug's Save to File respect -F flagPeter Prymmer2001-01-051-2/+3
| | | | | Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com> p4raw-id: //depot/perl@8338
* failure to set src='.'Robin Barker2001-01-051-1/+2
| | | | | | | | | | | | | Message-Id: <200101021524.PAA15145@tempest.npl.co.uk> If you call configure as C<./Configure> or C<sh ./Configure>, $src is set to the absolute path name, not '.'. This, in turn, means -Dmksymlink tries to do its stuff because it does not think it is in the src directory. (plus a metaconfig nitfix) p4raw-id: //depot/perl@8337
* Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]Alan Burlison2001-01-051-1/+1
| | | | | Message-ID: <3A5606C4.473D2226@uk.sun.com> p4raw-id: //depot/perl@8336
* Upgrade to Getopt::Long 2.24_01, from Johan Vromans.Jarkko Hietaniemi2001-01-051-16/+24
| | | p4raw-id: //depot/perl@8335
* PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.tRaphael Manfredi2001-01-051-1/+9
| | | | | | | | Message-ID: <13693.978698811@nice.ram.loc> Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent accurate reading of the "atime". p4raw-id: //depot/perl@8334
* Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful Simon Cozens2001-01-051-4/+1
| | | | | | | Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> A lost patch fragment. p4raw-id: //depot/perl@8333
* Do away with strncpy() and a fixed length buffer.Jarkko Hietaniemi2001-01-051-4/+8
| | | p4raw-id: //depot/perl@8332
* Tests for #8329 and #8330.Jarkko Hietaniemi2001-01-051-1/+5
| | | p4raw-id: //depot/perl@8331
* "\x{FF}\xFF" was broken, the \xFF was appended in itsJarkko Hietaniemi2001-01-051-7/+15
| | | | | raw 8-bit form to the UTF-8 string. p4raw-id: //depot/perl@8330
* strings with \x{..} in the middle are corrupted Roca, Ignasi2001-01-051-3/+6
| | | | | | | | Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es> UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII no effect. (changed the strncpy() to Copy()) p4raw-id: //depot/perl@8329
* UTF-8 cleanup.Jarkko Hietaniemi2001-01-0510-32/+37
| | | p4raw-id: //depot/perl@8328
* Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on ↵Radu Greab2001-01-053-7/+8
| | | | | | | | | extensions, and `make minitest') Message-ID: <14933.5458.672637.641215@ix.netsoft.ro> Cleans up Harness to not use FileHandle, which uses IO. p4raw-id: //depot/perl@8327
* Update Changes.Jarkko Hietaniemi2001-01-052-1/+420
| | | p4raw-id: //depot/perl@8326
* Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 ↵Peter Prymmer2001-01-051-24/+32
| | | | | | | | | with MSVC (fwd) Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com> plus a couple more tailing whitespace removals. p4raw-id: //depot/perl@8325
* Add some Unicode chop() tests.Jarkko Hietaniemi2001-01-051-1/+15
| | | p4raw-id: //depot/perl@8324
* Unify UTF-8 malformedness handling.Jarkko Hietaniemi2001-01-056-83/+131
| | | p4raw-id: //depot/perl@8323
* The new $issymlink was unknown to Mksymlinks.Jarkko Hietaniemi2001-01-041-2/+2
| | | p4raw-id: //depot/perl@8322
* The test didn't work under the core test framework.Jarkko Hietaniemi2001-01-041-7/+7
| | | p4raw-id: //depot/perl@8321
* DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.Jarkko Hietaniemi2001-01-043-0/+43
| | | p4raw-id: //depot/perl@8320
* Typo in #8312 when manually applying a problematic patch fragment.Jarkko Hietaniemi2001-01-041-1/+1
| | | p4raw-id: //depot/perl@8319
* The $sh_c didn't fly.Jarkko Hietaniemi2001-01-041-20/+12
| | | p4raw-id: //depot/perl@8318
* AIX builtin test -h is broken, changes based onH.Merijn Brand2001-01-041-16/+32
| | | | | | Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@8317
* Re: New attempt on hints/solaris_2.shAndy Dougherty2001-01-041-21/+5
| | | | | | | Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu> Beware of GNU ld. p4raw-id: //depot/perl@8316
* Re: [PATCH 5.7.1/Configure] failure to set src='.'Lupe Christoph2001-01-041-121/+126
| | | | | Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de> p4raw-id: //depot/perl@8315
* Re: [PATCH @8269] Continue blocks and B::DeparseStephen McCamant2001-01-041-4/+4
| | | | | | | Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu> Doc tweak on #8313. p4raw-id: //depot/perl@8314
* Continue blocks and B::DeparseStephen McCamant2001-01-044-116/+179
| | | | | | | | Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu> Make the peephole optimizer to bypass more null ops and and rewrite the deparse handling of continue blocks. p4raw-id: //depot/perl@8313
* Upgrade to Storable 1.0.7, from Raphael Manfredi.Jarkko Hietaniemi2001-01-045-54/+129
| | | p4raw-id: //depot/perl@8312
* Add a new MakeMaker variable PM_FILTER that defines a UnixRaphael Manfredi2001-01-045-20/+73
| | | | | | | | | filter to be run on each .pm during the pm_to_blib() phase, a fixed version of Subject: PATCH (blead 8269) ExtUtils::MakeMaker Message-ID: <5296.978555690@nice.ram.loc> p4raw-id: //depot/perl@8311
* .1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 ↵Robin Barker2001-01-045-20/+41
| | | | | | | status update Message-Id: <200101021535.PAA15161@tempest.npl.co.uk> p4raw-id: //depot/perl@8310
* Re: [patch] static-ize XS()Doug MacEachern2001-01-041-0/+2
| | | | | | | Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net> Provide prototypes for the XS functions. p4raw-id: //depot/perl@8309
* [patch] typemap =~ s/croak/Perl_croak/Doug MacEachern2001-01-041-11/+11
| | | | | Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net> p4raw-id: //depot/perl@8308
* Re: [patch] MM_Unix cpprun shortcutDoug MacEachern2001-01-041-1/+9
| | | | | | | Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net> Add a .c.i: MakeMaker make rule to create cpreprocessed outputs. p4raw-id: //depot/perl@8307
* Corrections for Perl_yylex_r (used by a reentrant parser as Bison)Roca, Ignasi2001-01-041-7/+2
| | | | | | | Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es> The toke.c part only, patching embed.h and proto.h is futile. p4raw-id: //depot/perl@8306
* scanning two hex-constants fails on EBCDIC environment (script length.t)Roca, Ignasi2001-01-041-23/+23
| | | | | Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es> p4raw-id: //depot/perl@8305
* Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>Roca, Ignasi2001-01-041-1/+1
| | | | | If running byacc write-enable also perly.h. p4raw-id: //depot/perl@8304
* Rewrite pp_concat() in terms of sv_catsv().Jarkko Hietaniemi2001-01-041-91/+36
| | | p4raw-id: //depot/perl@8303
* Variable naming tweak.Jarkko Hietaniemi2001-01-021-17/+17
| | | p4raw-id: //depot/perl@8301
* Use the UTF8_XXX macros in is_utf8_char(), a performance nitJarkko Hietaniemi2001-01-021-6/+6
| | | | | in is_utf8_string(). p4raw-id: //depot/perl@8300
* Integrate perlio:Jarkko Hietaniemi2001-01-023-14/+29
|\ | | | | | | | | | | | | | | | | | | | | | | [ 8298] Turn SvUTF8 off if not required in pp_chr and pp_stringify. [ 8296] Add Encode and correct Filter/Util/Call in nmake Makefile p4raw-link: @8298 on //depot/perlio: a227d84de924cb415af5426df5a1096840ffba31 p4raw-link: @8296 on //depot/perlio: 24c3c6f8bf13cbed1aee15c4432fb6e3d8078ff4 p4raw-id: //depot/perl@8299
| * Turn SvUTF8 off if not required in pp_chr and pp_stringify.Nick Ing-Simmons2001-01-022-10/+15
| | | | | | p4raw-id: //depot/perlio@8298
| * Add Encode and correct Filter/Util/Call in nmake MakefileNick Ing-Simmons2001-01-011-4/+14
| | | | | | p4raw-id: //depot/perlio@8296
| * Integrate mainlineNick Ing-Simmons2001-01-0165-488/+930
| |\ | | | | | | p4raw-id: //depot/perlio@8294
| * | More rigor in UTF-8-ness of Encode's toUnicodeNick Ing-Simmons2001-01-014-10/+66
| | | | | | | | | | | | | | | | | | | | | XS export some of the utf8 internal functions. Test some of the functions. Fix pp_concat() bug shown by said tests. p4raw-id: //depot/perlio@8293
* | | Signedness nit.Jarkko Hietaniemi2001-01-021-1/+1
| | | | | | | | | p4raw-id: //depot/perl@8297