summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Integrate mainline.Nick Ing-Simmons2000-12-0923-120/+420
|\ | | | | p4raw-id: //depot/perlio@8048
| * Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on ↵Michael G. Schwern2000-12-091-9/+12
| | | | | | | | | | VMS_AXP V7.1 (UNINSTALLED)] p4raw-id: //depot/perl@8047
| * A missed check-in.Jarkko Hietaniemi2000-12-081-1/+1
| | | | | | p4raw-id: //depot/perl@8046
| * (null check-in)Jarkko Hietaniemi2000-12-080-0/+0
| | | | | | p4raw-id: //depot/perl@8045
| * Add ISO 8859-16 encoding. Not a standard yet but seems to beJarkko Hietaniemi2000-12-082-0/+21
| | | | | | | | | | at the final draft stage. p4raw-id: //depot/perl@8044
| * Update Changes.Jarkko Hietaniemi2000-12-082-1/+185
| | | | | | p4raw-id: //depot/perl@8043
| * Do not return the Unicode replacement character if UTF-8Jarkko Hietaniemi2000-12-082-12/+16
| | | | | | | | | | decoding goes awry, it should be up to the caller to decide. p4raw-id: //depot/perl@8042
| * [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30Yitzchak Scott-Thoennes2000-12-082-3/+3
| | | | | | | | | | Message-Id: <200012080532.eB85Wh729109@garcia.efn.org> p4raw-id: //depot/perl@8040
| * Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmfulSimon Cozens2000-12-083-36/+25
| | | | | | | | | | | | | | Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> (The pp_hot part needed a rewrite.) p4raw-id: //depot/perl@8039
| * djSPMichael Stevens2000-12-081-2/+8
| | | | | | | | | | | | | | Message-ID: <20001206232400.A21381@firedrake.org> Plus a note from Nick Ing-Simmons. p4raw-id: //depot/perl@8038
| * Filetype is text.Jarkko Hietaniemi2000-12-080-0/+0
| | | | | | p4raw-id: //depot/perl@8037
| * [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS supportAndy Dougherty2000-12-085-10/+34
| | | | | | | | | | | | | | | | | | | | | | Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST) Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu> Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support From: Andy Dougherty <doughera@lafayette.edu> Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST) Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8036
| * [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not builtAndy Dougherty2000-12-082-6/+8
| | | | | | | | | | Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@8035
| * DOC PATCH 5.6.0: -s return value incompletely documentedMark-Jason Dominus2000-12-081-2/+2
| | | | | | | | | | | | | | Message-ID: <20001207210420.22282.qmail@plover.com> Plus -z doc. p4raw-id: //depot/perl@8034
| * Use the UTF8 macros a bit. They can't be used with abandonJarkko Hietaniemi2000-12-083-16/+33
| | | | | | | | | | | | everywhere because we do generate illegal UTF-8 in some situations. This is of course naughty. p4raw-id: //depot/perl@8033
| * Out of sync?Jarkko Hietaniemi2000-12-080-0/+0
| | | | | | p4raw-id: //depot/perl@8032
| * Cnt spl.Jarkko Hietaniemi2000-12-081-1/+1
| | | | | | p4raw-id: //depot/perl@8031
| * Add test for reverse().Jarkko Hietaniemi2000-12-082-0/+34
| | | | | | p4raw-id: //depot/perl@8030
| * Integrate perlio:Jarkko Hietaniemi2000-12-089-82/+126
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | [ 8026] Various oddities p4 diff -se showed up Remove 'our' from warnings.pl [ 8025] Change PerlIO_(get|set)pos to take SV * Should fix, OS/2, VMS, (sfio??) p4raw-link: @8026 on //depot/perlio: 0ca4541c317eb395329cac582e39db540241d553 p4raw-link: @8025 on //depot/perlio: 766a733e849204725c27391cf2992d649af4aba6 p4raw-id: //depot/perl@8029
* | Integrate mainlineNick Ing-Simmons2000-12-073-12/+70
|\ \ | | | | | | p4raw-id: //depot/perlio@8027
* | | Various oddities p4 diff -se showed upNick Ing-Simmons2000-12-074-30/+35
| | | | | | | | | | | | | | | Remove 'our' from warnings.pl p4raw-id: //depot/perlio@8026
* | | Change PerlIO_(get|set)pos to take SV *Nick Ing-Simmons2000-12-076-54/+93
| | | | | | | | | | | | | | | Should fix, OS/2, VMS, (sfio??) p4raw-id: //depot/perlio@8025
| | * Introduce macros for UTF8 decoding.Jarkko Hietaniemi2000-12-084-24/+40
| |/ | | | | p4raw-id: //depot/perl@8028
| * Document utf8_to_uv() better.Jarkko Hietaniemi2000-12-072-7/+11
| | | | | | p4raw-id: //depot/perl@8024
| * Document utf8_length(), utf8_distance(), and utf8_hop().Jarkko Hietaniemi2000-12-073-7/+61
| | | | | | p4raw-id: //depot/perl@8023
| * Integrate perlio:Jarkko Hietaniemi2000-12-078-60/+65
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8021] Various attempts at MSVC debug - not sure what has changed but works now. Seems atexit() _may_ work for DLLs built with MSVC so don't call cleanup that way. [ 8019] Add useperlio to config.vc Turn off binmode in config_H.PL Regen all the config_H.xx Attempt to get debugging build with MSVC. [ 8018] Test various dup/external program options on all platforms. [ 8017] Fix harness to be less picky p4raw-link: @8021 on //depot/perlio: be696b0a6b61315b71a751e7291be8d8a9066650 p4raw-link: @8019 on //depot/perlio: 8c8a4ace7996843229b7a1f2a007f1cea5c7a38d p4raw-link: @8018 on //depot/perlio: e4a4387cd67b57d9dfcb057f769a33143eec0663 p4raw-link: @8017 on //depot/perlio: 252585246f39d85ad7388d28c06dd6ed97b4d47d p4raw-id: //depot/perl@8022
* | Various attempts at MSVC debug - not sure what hasNick Ing-Simmons2000-12-072-2/+8
| | | | | | | | | | | | | | changed but works now. Seems atexit() _may_ work for DLLs built with MSVC so don't call cleanup that way. p4raw-id: //depot/perlio@8021
* | Integrate mainlineNick Ing-Simmons2000-12-0676-409/+947
|\ \ | |/ | | p4raw-id: //depot/perlio@8020
| * Update Changes.Jarkko Hietaniemi2000-12-062-1/+315
| | | | | | p4raw-id: //depot/perl@8016
| * Test \x{...} with ord().Jarkko Hietaniemi2000-12-061-4/+15
| | | | | | p4raw-id: //depot/perl@8015
| * Test tweak because of #8013.Jarkko Hietaniemi2000-12-061-1/+1
| | | | | | p4raw-id: //depot/perl@8014
| * $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-0660-263/+388
| | | | | | | | | | | | | | Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013
| * Re: New harness is failing thingsNick Ing-Simmons2000-12-061-2/+7
| | | | | | | | | | Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com> p4raw-id: //depot/perl@8012
| * installhtml changesMichael Stevens2000-12-061-17/+26
| | | | | | | | | | Message-ID: <20001206131553.A27317@firedrake.org> p4raw-id: //depot/perl@8011
| * the dTHR hitsMichael Stevens2000-12-062-2/+0
| | | | | | | | | | | | | | Message-ID: <20001206120603.A24581@firedrake.org> More, errrm, less dTHRs. p4raw-id: //depot/perl@8010
| * MakeMaker mailing list gone?Michael G. Schwern2000-12-061-5/+5
| | | | | | | | | | | | | | | | Message-ID: <20001205192959.B6473@blackrider.aocn.com> The MakeMaker mailing list is dead, perlbug is the right address to report bugs. p4raw-id: //depot/perl@8009
| * Default MANIFEST.SKIP]Michael G. Schwern2000-12-063-7/+51
| | | | | | | | | | | | | | | | Message-ID: <20001205192121.A6473@blackrider.aocn.com> Add a default MANIFEST skip that ignores things like version control files, editor temporary files, and the Makefile. p4raw-id: //depot/perl@8008
| * In Amiga more manual hackery of the scripts seems to be needed,Jarkko Hietaniemi2000-12-061-6/+18
| | | | | | | | | | | | from Jan-Erik Karlsson. Why Configure does not get this right is unknown, may be shell-induced. p4raw-id: //depot/perl@8007
| * Add TOPm1s to peek at the second topmost stack item.Jarkko Hietaniemi2000-12-051-0/+1
| | | | | | p4raw-id: //depot/perl@8006
| * Avaunt, you foul UTF-8 tests.Jarkko Hietaniemi2000-12-052-26/+26
| | | | | | p4raw-id: //depot/perl@8005
| * Continue utf8 dispersal.Jarkko Hietaniemi2000-12-053-78/+102
| | | | | | p4raw-id: //depot/perl@8004
| * Integrate perlio:Jarkko Hietaniemi2000-12-054-25/+28
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8001] Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO - calloc/free suffer from damage on TerminateThread() - use PerlMemShared (as originally planned) now fixed - avoid doing anything important on DLL "detach". [ 8000] Fix gross PerlMemShared issue. p4raw-link: @8001 on //depot/perlio: ce3e5b80724e7725765c5559e5f4b0058876fc19 p4raw-link: @8000 on //depot/perlio: 0a77e2d7f7c1b1af440a8cf545295905853ca727 p4raw-id: //depot/perl@8002
* | | Add useperlio to config.vcNick Ing-Simmons2000-12-066-50/+53
| | | | | | | | | | | | | | | | | | | | | Turn off binmode in config_H.PL Regen all the config_H.xx Attempt to get debugging build with MSVC. p4raw-id: //depot/perlio@8019
* | | Test various dup/external program options on all platforms.Nick Ing-Simmons2000-12-061-8/+4
| | | | | | | | | p4raw-id: //depot/perlio@8018
* | | Fix harness to be less pickyNick Ing-Simmons2000-12-061-2/+7
| | | | | | | | | p4raw-id: //depot/perlio@8017
* | | Integrate mainline.Nick Ing-Simmons2000-12-0569-1132/+1207
|\ \ \ | |/ / | | / | |/ |/| p4raw-id: //depot/perlio@8003
| * Test for Unicode (UTF-8) hash keys.Jarkko Hietaniemi2000-12-051-1/+13
| | | | | | p4raw-id: //depot/perl@7999
| * Remove an unnecessary 'use utf8' (unnecessary because \x{...}Jarkko Hietaniemi2000-12-051-5/+2
| | | | | | | | | | is now always UTF-8), empty line cosmetics. p4raw-id: //depot/perl@7998
| * Re: STRLEN - what?Andy Dougherty2000-12-051-0/+4
| | | | | | | | | | | | | | Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu> Explain STRLEN. p4raw-id: //depot/perl@7997
| * Split off the UTF-8 decoder tests, make them to check alsoJarkko Hietaniemi2000-12-054-178/+190
| | | | | | | | | | the error message. p4raw-id: //depot/perl@7996