summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Basegroup 0 is a cygwin_nt thing.Jarkko Hietaniemi2001-12-091-2/+11
| | | p4raw-id: //depot/perl@13555
* Also WinME is LoseLink.Jarkko Hietaniemi2001-12-091-1/+1
| | | p4raw-id: //depot/perl@13554
* Cygwin98 fakes hard linksMichael G. Schwern2001-12-091-0/+3
| | | | | Message-ID: <20011208200616.GA8915@blackrider> p4raw-id: //depot/perl@13547
* Re: attributes are brokenSpider Boardman2001-12-091-3/+29
| | | | | Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> p4raw-id: //depot/perl@13543
* [PATCH lib/vmsish.t] Small test name abuse.Jarkko Hietaniemi2001-12-083-143/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 20:03:45 -0500 Message-ID: <20011208010345.GD642@blackrider> Subject: [PATCH vms/test.com] Goodbye frightening echo kludge! From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 20:13:54 -0500 Message-ID: <20011208011354.GE642@blackrider> Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 21:47:36 -0500 Message-ID: <20011208024736.GH642@blackrider> Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests From: Michael G Schwern <schwern@pobox.com> Date: Fri, 7 Dec 2001 23:09:43 -0500 Message-ID: <20011208040943.GK642@blackrider> Subject: [PATCH] vms/test.com -- skip tty tests when not interactive Message-Id: <a05101004b83754903506@[172.16.52.1]> Date: Fri, 7 Dec 2001 23:28:15 -0600 From: "Craig A. Berry" <craigberry@mac.com> p4raw-id: //depot/perl@13535
* Retract #11156 since Sarathy has found that it breaks code:Jarkko Hietaniemi2001-12-081-19/+3
| | | | | | http://bugs.ActiveState.com/show_bug.cgi?id=18457 http://bugs.ActiveState.com/show_bug.cgi?id=18858 p4raw-id: //depot/perl@13533
* Declaring mostly TODOMichael G. Schwern2001-12-072-2/+14
| | | | | Message-ID: <20011208004131.GC642@blackrider> p4raw-id: //depot/perl@13529
* Declaring -t STDIN w/pipe TODOMichael G. Schwern2001-12-071-1/+5
| | | | | Message-ID: <20011208001244.GB642@blackrider> p4raw-id: //depot/perl@13528
* Puut... The TODO... Beck!Michael G. Schwern2001-12-071-4/+6
| | | | | Message-ID: <20011207222857.GI23210@blackrider> p4raw-id: //depot/perl@13527
* which_perl: if File::Spec fails, assume "./" and hope for the best.Jarkko Hietaniemi2001-12-071-2/+4
| | | p4raw-id: //depot/perl@13526
* which_perl: delay as much a possible till runtime.Jarkko Hietaniemi2001-12-071-34/+29
| | | p4raw-id: //depot/perl@13525
* Further tweakage to which_perl().Jarkko Hietaniemi2001-12-071-15/+30
| | | p4raw-id: //depot/perl@13524
* Tweak the $Perl computation.Jarkko Hietaniemi2001-12-071-2/+4
| | | p4raw-id: //depot/perl@13522
* Re: [PATCH] chom?p needs to remove read only fakeryNicholas Clark2001-12-071-45/+91
| | | | | Message-ID: <20011207170656.G21702@plum.flirble.org> p4raw-id: //depot/perl@13521
* Missing ).Jarkko Hietaniemi2001-12-071-1/+1
| | | p4raw-id: //depot/perl@13519
* Allow several arguments to display().Jarkko Hietaniemi2001-12-071-1/+1
| | | p4raw-id: //depot/perl@13518
* /dev/stdout could be either a character special fileJarkko Hietaniemi2001-12-071-1/+7
| | | | | or a named pipe, so let's pretend it doesn't exist. p4raw-id: //depot/perl@13517
* Add display() for displaying icky scalars.Jarkko Hietaniemi2001-12-071-0/+6
| | | p4raw-id: //depot/perl@13513
* Test For Echo, take 2Michael G. Schwern2001-12-072-10/+20
| | | | | Message-ID: <20011207035634.GO22648@blackrider> p4raw-id: //depot/perl@13507
* which_perl for safer $^XingMichael G. Schwern2001-12-076-14/+53
| | | | | | | Message-ID: <20011207034544.GN22648@blackrider> (plus op/ref tweak) p4raw-id: //depot/perl@13506
* Upgrade to Math::BigInt 1.48.Jarkko Hietaniemi2001-12-073-6/+41
| | | p4raw-id: //depot/perl@13505
* [PATCH t/base/lex.t, term.t] Purging echo from base testsMichael G. Schwern2001-12-075-251/+168
| | | | | | | | | | | | | | | | | | | | | | | Date: Thu, 6 Dec 2001 15:15:28 -0500 Message-ID: <20011206201528.GF16414@blackrider> (just the term.t, not the lex.t) Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now From: Michael G Schwern <schwern@pobox.com> Date: Thu, 6 Dec 2001 15:22:22 -0500 Message-ID: <20011206202222.GG16414@blackrider> Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic From: Michael G Schwern <schwern@pobox.com> Date: Thu, 6 Dec 2001 15:31:58 -0500 Message-ID: <20011206203158.GI16414@blackrider> Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge From: Michael G Schwern <schwern@pobox.com> Date: Thu, 6 Dec 2001 17:38:55 -0500 Message-ID: <20011206223855.GC22648@blackrider> p4raw-id: //depot/perl@13503
* Retract #13496 for now.Jarkko Hietaniemi2001-12-062-3/+3
| | | p4raw-id: //depot/perl@13499
* (retracted by #13499)Michael G. Schwern2001-12-062-3/+3
| | | | | | Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests Message-ID: <20011206201528.GF16414@blackrider> p4raw-id: //depot/perl@13496
* VMS has no link countMichael G. Schwern2001-12-061-1/+5
| | | | | Message-ID: <20011206185448.GC16414@blackrider> p4raw-id: //depot/perl@13495
* The #4 has nothing to do with Unicode.Jarkko Hietaniemi2001-12-061-1/+1
| | | p4raw-id: //depot/perl@13494
* Cleanup and more counting testsMichael G. Schwern2001-12-061-198/+176
| | | | | Message-ID: <20011206184548.GB16414@blackrider> p4raw-id: //depot/perl@13493
* Re: weirdness in regexpsRobin Houston2001-12-061-0/+8
| | | | | Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@13490
* Make the -b -c -S tests count all of the /dev, not justJarkko Hietaniemi2001-12-061-21/+18
| | | | | check the first one, as suggested by Benjamin Goldberg. p4raw-id: //depot/perl@13489
* Re: counting tr thinks it's modifying Rafael Garcia-Suarez2001-12-061-2/+6
| | | | | Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net> p4raw-id: //depot/perl@13486
* casefold backrefHugo van der Sanden2001-12-061-0/+1
| | | | | Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> p4raw-id: //depot/perl@13485
* Restore the /dev -b -c -S part of the test.Jarkko Hietaniemi2001-12-051-21/+26
| | | p4raw-id: //depot/perl@13477
* Retract #13475 until Arthur gets back to the mine.Jarkko Hietaniemi2001-12-051-10/+0
| | | p4raw-id: //depot/perl@13476
* (retracted by #13476)Jarkko Hietaniemi2001-12-051-0/+10
| | | | | | | | | Manually apply #13474; fixes stale reference to dead CvOUTSIDE(); this can happen when anonymous subroutines that aren't closures are returned from an eval"" (threads/shared/sv_refs.t is coredump-unhappy about this change) p4raw-id: //depot/perl@13475
* Removing a TODOMichael G. Schwern2001-12-051-4/+1
| | | | | Message-ID: <20011205024759.H14333@blackrider> p4raw-id: //depot/perl@13471
* stat.t portability, the LAST VMS exception!Michael G. Schwern2001-12-051-61/+89
| | | | | Message-ID: <20011205022205.F14333@blackrider> p4raw-id: //depot/perl@13470
* Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first passMichael G. Schwern2001-12-051-223/+255
| | | | | Message-ID: <20011204234010.B14333@blackrider> p4raw-id: //depot/perl@13469
* stat.t cleanup, first passMichael G. Schwern2001-12-051-0/+7
| | | | | | | Message-ID: <20011204210918.D13279@blackrider> t/test. p4raw-id: //depot/perl@13468
* shared hash keys and ++/--Nicholas Clark2001-12-031-52/+108
| | | | | Message-ID: <20011203163716.C21702@plum.flirble.org> p4raw-id: //depot/perl@13442
* No use talking about dynamic library search patchJarkko Hietaniemi2001-12-031-1/+1
| | | | | unless we are having a dynamic build. p4raw-id: //depot/perl@13433
* Shared hash keys Nicholas Clark2001-12-021-2/+8
| | | | | Message-ID: <20011202205232.U21702@plum.flirble.org> p4raw-id: //depot/perl@13430
* Non-VMS-fixed and Win32-skipped version ofMichael G. Schwern2001-12-011-38/+54
| | | | | | Subject: [PATCH t/op/exec.t] Portabilty fix Message-ID: <20011130160927.A10406@blackrider> p4raw-id: //depot/perl@13417
* parser panics on lvalue methods Rafael Garcia-Suarez2001-12-011-1/+10
| | | | | Message-ID: <20011130234658.A717@rafael> p4raw-id: //depot/perl@13404
* Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)Andy Dougherty2001-11-302-7/+5
| | | | | | | | Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu> Simplify the test skippage criterion now that we are no more dependent on sed. p4raw-id: //depot/perl@13392
* Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdkMichael G. Schwern2001-11-301-4/+4
| | | | | | | Message-ID: <20011130114844.C1303@blackrider> (replaces #13381) p4raw-id: //depot/perl@13391
* Cannot test if cppstdin has not yet been installed.Jarkko Hietaniemi2001-11-301-0/+8
| | | p4raw-id: //depot/perl@13384
* -P on VMS. Evicting sedMichael G. Schwern2001-11-304-10/+58
| | | | | | | | | | | | Message-ID: <20011129220510.A18869@blackrider> TODO 1: if cppstdin is used and not yet installed, the Px.t will fail (must do the same as in cpp.t) TODO 2: does this work if no Perl whatsoever has yet been installed? That is, we should be using the Perl we are building to execute the one-liner. p4raw-id: //depot/perl@13383
* (replaced by #13391)jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net2001-11-301-1/+1
| | | | | | | | | Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net> No need to die if we have high-paranoia (non-chdirable) system directories. p4raw-id: //depot/perl@13381
* Re: More h2ph problems [was Re: h2ph confused by comments in an enum.Hugo van der Sanden2001-11-292-0/+9
| | | | | Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk> p4raw-id: //depot/perl@13355
* (was Re: [ID 20011128.159] Segmentation faulton bad regexp)Michael G. Schwern2001-11-291-0/+4
| | | | | Message-ID: <20011128163701.H676@blackrider> p4raw-id: //depot/perl@13353