summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH scope.c] Re: local($tied->{foo}) leaksDave Mitchell2002-05-042-8/+20
| | | | | Message-ID: <20020503235110.E22026@fdgroup.com> p4raw-id: //depot/perl@16386
* Re: perl@16307Nicholas Clark2002-05-031-2/+2
| | | | | | | Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net> canonical #3 was failing under -Mutf8. p4raw-id: //depot/perl@16384
* Re: local($tied->{foo}) leaksDave Mitchell2002-05-031-0/+6
| | | | | Message-ID: <20020503211210.B22026@fdgroup.com> p4raw-id: //depot/perl@16383
* perl -i clobbers files on CygwinGerrit P. Haase2002-05-031-1/+1
| | | | | | From: "Gerrit P. Haase" <gerrit@familiehaase.de> Message-ID: <190109228332.20020503203025@familiehaase.de> p4raw-id: //depot/perl@16382
* t/TestInit.pm - clean up commentsPaul Green2002-05-031-5/+5
| | | | | Message-ID: <200205031850.OAA09104@mailhub2.stratus.com> p4raw-id: //depot/perl@16381
* enc2xs template -- searches script more sensiblyDan Kogai2002-05-031-1/+3
| | | | | Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp> p4raw-id: //depot/perl@16380
* Forgotten test arrangement.Jarkko Hietaniemi2002-05-031-1/+1
| | | p4raw-id: //depot/perl@16379
* Comedy of typing errors.Jarkko Hietaniemi2002-05-031-3/+3
| | | p4raw-id: //depot/perl@16378
* Let's try the "no Net:: if no Socket" again.Jarkko Hietaniemi2002-05-031-1/+0
| | | p4raw-id: //depot/perl@16377
* Update Changes.Jarkko Hietaniemi2002-05-032-1/+500
| | | p4raw-id: //depot/perl@16376
* Oops.Jarkko Hietaniemi2002-05-031-1/+1
| | | p4raw-id: //depot/perl@16375
* EBCDIC tweak.Jarkko Hietaniemi2002-05-031-2/+6
| | | p4raw-id: //depot/perl@16374
* Update the EBCDIC MD5 checksums, and automate the process.Jarkko Hietaniemi2002-05-031-6/+24
| | | p4raw-id: //depot/perl@16373
* The EBCDIC remapping of the low 256 bites again.Jarkko Hietaniemi2002-05-036-0/+22
| | | p4raw-id: //depot/perl@16372
* NetWare updates from C Aditya.Jarkko Hietaniemi2002-05-032-27/+21
| | | p4raw-id: //depot/perl@16371
* DJGPP updates from Laszlo Molnar.Jarkko Hietaniemi2002-05-033-1/+5
| | | p4raw-id: //depot/perl@16370
* Upgrade to Encode 1.68.Jarkko Hietaniemi2002-05-036-7/+21
| | | p4raw-id: //depot/perl@16369
* Integrate perlio:Jarkko Hietaniemi2002-05-039-58/+154
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 16367] Several of non-default builds now seem to work reasonably well English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk [ 16366] Finish off 16350 for non-PERLIO build on linux, non PERL_IMPLICIT_SYS parts of iperlsys.h had junk for some slots which now perlsdio.h is targeting. [ 16352] setbuf / setvbuf are not PerlIO_ concepts [ 16351] perl_clone is a threads thing [ 16350] *** EXPERIMENTAL *** Have perlsdio.h use the iperlsys.h aliases and see if that helps non-PERLIO IMP_SYS on Win32. (Miniperl okay on linux). [ 16349] Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case. - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen() - use it in perlio.c [ 16347] More layer syms [ 16346] Use PerlSIO_fdupopen() if not using PerlIO [ 16345] Do not build if not using layers p4raw-link: @16367 on //depot/perlio: 2cbbe5a150b07f176547702112505e3d30ea082f p4raw-link: @16366 on //depot/perlio: 079b94bc698b0934beaf07d168872e7ff53ba831 p4raw-link: @16352 on //depot/perlio: 22a46b6e190a186151dafce1a1c165a2532b0f1d p4raw-link: @16351 on //depot/perlio: 0295eab83c15497fe4260ac4facad25c962a4293 p4raw-link: @16350 on //depot/perlio: 362d0d4483498690d9657a76e53755c85da3b796 p4raw-link: @16349 on //depot/perlio: 30753f56c8bbfb209552e904d9d76202413ebf24 p4raw-link: @16347 on //depot/perlio: 1e8a8f599308436d6e164543b54e022d0b1a9177 p4raw-link: @16346 on //depot/perlio: 0553478ef48e094f904ff993d3c57b7325174272 p4raw-link: @16345 on //depot/perlio: 57143e73be61ad4ed95e8d5fdc799945c48c8339 p4raw-id: //depot/perl@16368
| * Several of non-default builds now seem to work reasonably wellNick Ing-Simmons2002-05-033-9/+14
| | | | | | | | | | | | | | | | | | | | English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk p4raw-id: //depot/perlio@16367
| * Finish off 16350 for non-PERLIO build on linux,Nick Ing-Simmons2002-05-031-2/+2
| | | | | | | | | | | | non PERL_IMPLICIT_SYS parts of iperlsys.h had junk for some slots which now perlsdio.h is targeting. p4raw-id: //depot/perlio@16366
| * setbuf / setvbuf are not PerlIO_ conceptsNick Ing-Simmons2002-05-021-6/+6
| | | | | | p4raw-id: //depot/perlio@16352
| * perl_clone is a threads thingNick Ing-Simmons2002-05-021-0/+2
| | | | | | p4raw-id: //depot/perlio@16351
| * *** EXPERIMENTAL ***Nick Ing-Simmons2002-05-022-36/+36
| | | | | | | | | | | | | | Have perlsdio.h use the iperlsys.h aliases and see if that helps non-PERLIO IMP_SYS on Win32. (Miniperl okay on linux). p4raw-id: //depot/perlio@16350
| * Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.Nick Ing-Simmons2002-05-022-0/+56
| | | | | | | | | | | | - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen() - use it in perlio.c p4raw-id: //depot/perlio@16349
| * More layer symsNick Ing-Simmons2002-05-021-3/+26
| | | | | | p4raw-id: //depot/perlio@16347
| * Use PerlSIO_fdupopen() if not using PerlIONick Ing-Simmons2002-05-021-1/+7
| | | | | | p4raw-id: //depot/perlio@16346
| * Do not build if not using layersNick Ing-Simmons2002-05-021-1/+5
| | | | | | p4raw-id: //depot/perlio@16345
* | If no Socket should not try to test Net::Jarkko Hietaniemi2002-05-031-3/+6
| | | | | | p4raw-id: //depot/perl@16365
* | Integrate macperl #16360 and #16363;Jarkko Hietaniemi2002-05-032-8/+9
| | | | | | | | | | | | | | | | | | Make op/alarm.t pass README.macos update p4raw-id: //depot/perl@16364 p4raw-integrated: from //depot/macperl@16358 'copy in' README.macos t/op/alarm.t (@16123..)
* | Forgot the most important part of #16357.Jarkko Hietaniemi2002-05-021-349/+505
| | | | | | p4raw-id: //depot/perl@16358
* | Unicode::Collate 0.11 ReleasedSADAHIRO Tomoyuki2002-05-024-48/+428
| | | | | | | | | | Message-Id: <20020503030904.35B3.BQW10602@nifty.com> p4raw-id: //depot/perl@16357
* | Re: Perl 5.8-to-be NetBSD testing?Andy Dougherty2002-05-022-6/+18
| | | | | | | | | | Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@16356
* | Integrate #16353 from macperl;Jarkko Hietaniemi2002-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | "fix" for utf8_heavy.pl, lexical UTF8 var crashed in test 92 of run/fresh_perl.t on MacOS (as pudge rightfully points out, this is voodoo programming at it best, the real bug is somewhere else, now we just happened to shake the chicken the right way) p4raw-id: //depot/perl@16355 p4raw-integrated: from //depot/macperl@16354 'merge in' lib/utf8_heavy.pl (@16123..)
* | Re: Encode, charnames and utf8heavyDan Kogai2002-05-022-3/+3
| | | | | | | | | | | | | | Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp> (plus a respective perlunicode tweak) p4raw-id: //depot/perl@16354
* | manual integrate of change#16332 from maint-5.6 branchGurusamy Sarathy2002-05-024-11/+45
| | | | | | | | | | p4raw-link: @16332 on //depot/maint-5.6/perl: 9bf7742e23b67e3d7c671615795c570c51951513 p4raw-id: //depot/perl@16348
* | Upgrade to Encode 1.67.Jarkko Hietaniemi2002-05-024-21/+31
| | | | | | p4raw-id: //depot/perl@16344
* | Integrate perlio:Jarkko Hietaniemi2002-05-022-4/+8
|\ \ | |/ | | | | | | | | | | | | [ 16341] Remove show-stoppers to non-PERLIO Win32 builds (still not a very good show). p4raw-link: @16341 on //depot/perlio: b6d604f4723f29adddfe9974781662588dd25ed7 p4raw-id: //depot/perl@16343
| * Remove show-stoppers to non-PERLIO Win32 buildsNick Ing-Simmons2002-05-022-4/+8
| | | | | | | | | | (still not a very good show). p4raw-id: //depot/perlio@16341
* | Re: [ID 20020425.009] perlio & -Dm dumps coreHugo van der Sanden2002-05-021-7/+14
| | | | | | | | | | Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk> p4raw-id: //depot/perl@16342
* | 1/3rd of utf8Nicholas Clark2002-05-021-5/+19
| | | | | | | | | | Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net> p4raw-id: //depot/perl@16340
* | Integrate #16334 from maint-5.6;Jarkko Hietaniemi2002-05-021-2/+1
| | | | | | | | | | | | | | | | don't pad $0 with spaces when setting it, use nulls instead (the spaces show up as a very long line in a ps listing) p4raw-id: //depot/perl@16339 p4raw-integrated: from //depot/maint-5.6/perl@16338 'merge in' mg.c (@16332..)
* | Integrate perlio:Jarkko Hietaniemi2002-05-022-9/+20
|\ \ | |/ | | | | | | | | | | | | | | | | | | [ 16335] Fix the "PerlIO require leak". Snag was that clean_objs autoloaded DESTROY (needing IO) after known layers had been freed. Postpone layer list free to PerlIO_cleanup, rather than PerlIO_destruct. Tweak sequence in perl_destruct so that sv_undef is immortal till layer list is done with it. p4raw-link: @16335 on //depot/perlio: 9f4bd2225c152364d8589911c4c769edae165d9b p4raw-id: //depot/perl@16338
| * Integrate mainlineNick Ing-Simmons2002-05-0220-78/+267
| |\ | | | | | | p4raw-id: //depot/perlio@16336
| * | Fix the "PerlIO require leak". Snag was that clean_objsNick Ing-Simmons2002-05-022-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | autoloaded DESTROY (needing IO) after known layers had been freed. Postpone layer list free to PerlIO_cleanup, rather than PerlIO_destruct. Tweak sequence in perl_destruct so that sv_undef is immortal till layer list is done with it. p4raw-id: //depot/perlio@16335
| * | Integrate mainlineNick Ing-Simmons2002-05-025-1/+98
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@16328
| * \ \ Integrate mainlineNick Ing-Simmons2002-05-0118-119/+1313
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@16313
* | | | | Re: [PATCH] Storable docsPhilip Newton2002-05-021-2/+2
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com> (Applied mostly with tweaks by hand.) p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16337
* | | | Cleanup threads dirs.Jarkko Hietaniemi2002-05-021-1/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@16327
* | | | Add the new Digest::MD5 test.Jarkko Hietaniemi2002-05-022-0/+30
| | | | | | | | | | | | p4raw-id: //depot/perl@16326
* | | | New try at the Class::DBI core dump at global cleanup.Jarkko Hietaniemi2002-05-022-3/+2
| | | | | | | | | | | | p4raw-id: //depot/perl@16325