summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* The Embed test requires a major rewrite for VMSJarkko Hietaniemi2001-11-071-0/+4
| | | | | | | (plus it reveals a couple of annoying glitches in buffering), so skip the test for now; from Charles Lane. p4raw-id: //depot/perl@12884
* vms/gen_shrfls.pl more general config.sh parsingCharles Lane2001-11-071-0/+4
| | | | | | | | Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu> (Also i seems that an unrelated experimental patch to lib/ExtUtils/MM_Unix.pm was accidentally included.) p4raw-id: //depot/perl@12883
* Mentioning perldebguts Michael G. Schwern2001-11-071-8/+22
| | | | | Message-ID: <20011106220439.D2858@blackrider> p4raw-id: //depot/perl@12881
* Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing ↵Jonathan Stowe2001-11-071-4/+8
| | | | | | | | | | where Term::Cap won't run (was Re: Win95 under stress)) Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com> (except for one hunk where indentation differs) p4raw-id: //depot/perl@12880
* a bunch of untested patchesRafael Garcia-Suarez2001-11-073-3/+33
| | | | | Message-ID: <20011106214501.A704@rafael> p4raw-id: //depot/perl@12879
* Update to CGI.pm 2.78.Jarkko Hietaniemi2001-11-0619-185/+223
| | | | | | | | TODO: the test suite needs to be merged so that when in core, the core version is tested, and when using the CPAN version, testing the CPAN version. (the changes need to be sent to Lincoln, too...) p4raw-id: //depot/perl@12876
* Implement the encoding pragma for regex literals.Jarkko Hietaniemi2001-11-062-3/+36
| | | p4raw-id: //depot/perl@12864
* The ${"\cTAINT"} raises the ire of 'use strict'.Jarkko Hietaniemi2001-11-051-3/+6
| | | p4raw-id: //depot/perl@12855
* Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()Rafael Garcia-Suarez2001-11-051-2/+10
| | | | | Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr> p4raw-id: //depot/perl@12854
* bugfixes Rafael Garcia-Suarez2001-11-052-26/+22
| | | | | Message-ID: <20011105142624.C31977@rafael> p4raw-id: //depot/perl@12850
* The missing pieces from the Math::BigInt 1.45 puzzle.Jarkko Hietaniemi2001-11-042-1448/+15
| | | p4raw-id: //depot/perl@12848
* Math::Big* test tweaks to work better with core:Jarkko Hietaniemi2001-11-044-18/+82
| | | | | but the coast still not clear. p4raw-id: //depot/perl@12847
* More forgotten from #12843.Jarkko Hietaniemi2001-11-041-3/+7
| | | p4raw-id: //depot/perl@12845
* Forgot from #12843.Jarkko Hietaniemi2001-11-041-0/+1498
| | | p4raw-id: //depot/perl@12844
* Upgrade to Math::BigInt 1.45; from Tels.Jarkko Hietaniemi2001-11-049-203/+516
| | | | | | NOTE: some of the tests are failing but that's because the core integration is not yet done. p4raw-id: //depot/perl@12843
* Re: Where are my 'O's? [+ 12836 smoke]Rafael Garcia-Suarez2001-11-041-1/+1
| | | | | | | Message-ID: <20011104114730.A715@rafael> Remove -T from the test, wrong place for that. p4raw-id: //depot/perl@12840
* Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: ↵Michael G. Schwern2001-11-031-8/+11
| | | | | | | Win95 under stress) Message-ID: <20011103154147.C600@blackrider> p4raw-id: //depot/perl@12838
* Skip testing where Term::Cap won't run (was Re: Win95 under stress)chromatic2001-11-031-3/+11
| | | | | Message-ID: <20011103193507.94848.qmail@onion.perl.org> p4raw-id: //depot/perl@12836
* Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.Jarkko Hietaniemi2001-11-031-2/+31
| | | | | The latter is a RedHatism. p4raw-id: //depot/perl@12833
* More encoding testing.Jarkko Hietaniemi2001-11-022-7/+26
| | | p4raw-id: //depot/perl@12813
* Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791Rafael Garcia-Suarez2001-11-021-1/+6
| | | | | Message-ID: <20011101223550.A10849@rafael> p4raw-id: //depot/perl@12810
* [REPATCH] Re: [PATCH File::Find] use warnings::registerRafael Garcia-Suarez2001-11-021-15/+28
| | | | | Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> p4raw-id: //depot/perl@12809
* AutoSplit.t clean-up for VMSCraig A. Berry2001-11-021-13/+1
| | | | | Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01> p4raw-id: //depot/perl@12806
* Make encoding and charnames pragmas coexist.Jarkko Hietaniemi2001-11-023-5/+8
| | | p4raw-id: //depot/perl@12804
* If an encoding is set by -M/-m, it must be inJarkko Hietaniemi2001-11-011-10/+4
| | | | | | | | effect only for the actual script, not any other required/-M/-m'ed module, otherwise we enter a nasty recursion in regexec.c while trying to init the simple UTF-8 charclasses like PL_utf8_alnum. p4raw-id: //depot/perl@12799
* Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP ↵Rafael Garcia-Suarez2001-10-313-4/+10
| | | | | | | => 1) and -T on OpenBSD 2.9 Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> p4raw-id: //depot/perl@12791
* Extend the effect of the encoding pragma to chr() and ord().Jarkko Hietaniemi2001-10-312-9/+37
| | | | | | TODO: regex literals, reentrancy problems with the utf8 and charnames pragmas. p4raw-id: //depot/perl@12790
* Doc tweaks.Jarkko Hietaniemi2001-10-311-2/+9
| | | p4raw-id: //depot/perl@12789
* Clarification: use encoding cannot be used toJarkko Hietaniemi2001-10-311-0/+7
| | | | | | | | | change the default encoding of "your whole script"; only the default encoding of the *data*. Also, it seems that "use encoding" does not mix with "use utf8" (a coredumping recursion ensues). Should not be a huge problem since "use utf8" is pretty marginal nowadays. p4raw-id: //depot/perl@12786
* More documentation for the encode pragma.Jarkko Hietaniemi2001-10-312-2/+3
| | | p4raw-id: //depot/perl@12785
* Enable -Mencoding=foobar also for string literals.Jarkko Hietaniemi2001-10-312-12/+21
| | | p4raw-id: //depot/perl@12782
* RE: [PATCH h2xs] Use of static data in XS modulesPaul Marquess2001-10-301-0/+5
| | | | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk> Add compat.h. p4raw-id: //depot/perl@12780
* Comment nits.Jarkko Hietaniemi2001-10-301-2/+2
| | | p4raw-id: //depot/perl@12775
* AIX needs an explicit symbol export list.Jarkko Hietaniemi2001-10-291-0/+8
| | | p4raw-id: //depot/perl@12767
* The test (and the module) would require someJarkko Hietaniemi2001-10-291-0/+1
| | | | | | | | | | quality hacking time to work on EBCDIC. Based on the test results nothing seems to be majorly broken, the module just seems to have strange assumptions: got: ''\226\225\205' expected: ''one' The \226\225\205 being, of course, 'one', in EBCDIC. p4raw-id: //depot/perl@12766
* Don't expect ASCII ordering.Jarkko Hietaniemi2001-10-291-4/+4
| | | p4raw-id: //depot/perl@12758
* More todo for the encoding pragma.Jarkko Hietaniemi2001-10-281-1/+1
| | | p4raw-id: //depot/perl@12751
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-282-0/+78
| | | | | | | from the native eight bit data to Unicode. TODO: \x.. and \0... literals. \N{}. chr()? ord()? p4raw-id: //depot/perl@12750
* Mingw32 fixup for Embed.tNick Ing-Simmons2001-10-281-1/+1
| | | p4raw-id: //depot/perlio@12745
* Newline confusion: t/TEST sees an extra newline and gets huffy.Jarkko Hietaniemi2001-10-281-3/+3
| | | p4raw-id: //depot/perl@12741
* Need to be ./executed.Jarkko Hietaniemi2001-10-281-1/+4
| | | p4raw-id: //depot/perl@12739
* Typo in exe nameNick Ing-Simmons2001-10-281-6/+6
| | | p4raw-id: //depot/perlio@12732
* Integrate MainlineNick Ing-Simmons2001-10-283-72/+58
|\ | | | | p4raw-id: //depot/perlio@12731
| * Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed thatArtur Bergman2001-10-281-1/+1
| | | | | | | | | | line manually! p4raw-id: //depot/perl@12728
| * Support [] style prototypes.Artur Bergman2001-10-281-2/+2
| | | | | | p4raw-id: //depot/perl@12726
| * Unicode: property alias naming cleanup.Jarkko Hietaniemi2001-10-272-71/+57
| | | | | | p4raw-id: //depot/perl@12707
* | Fixup Embed.t for Win32/VC++Nick Ing-Simmons2001-10-281-5/+33
| | | | | | p4raw-id: //depot/perlio@12730
* | Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destructNick Ing-Simmons2001-10-281-0/+73
|/ | | | | | bug as lib/ExtUtils/Embed.t which tests that and some aspects of ExtUtils::Embed. p4raw-id: //depot/perlio@12729
* When you're root, many things become writable.Jarkko Hietaniemi2001-10-262-4/+12
| | | p4raw-id: //depot/perl@12697
* Term/Cap.t attempts to access the floppy drive for no good reasonGurusamy Sarathy2001-10-261-1/+1
| | | | | on dosish systems p4raw-id: //depot/perl@12695