summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Collapse)AuthorAgeFilesLines
* patches for perl 5.005_51 under U/WINJoe Buehler1998-09-231-1/+1
| | | | | Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com> p4raw-id: //depot/perl@1823
* h2ph misquotes #error directivesKurt D. Starsinic1998-09-231-1/+1
| | | | | Message-ID: <19980820205903.A12908@O2.chapin.edu> p4raw-id: //depot/perl@1814
* adjust searchdict.t for EBCDIC (still needs documenting)Peter Prymmer1998-09-231-8/+30
| | | | | | Message-Id: <9808070109.AA06158@forte.com> Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t p4raw-id: //depot/perl@1802
* README.os2 updateIlya Zakharevich1998-08-051-1/+2
| | | | | | Message-Id: <199808050944.FAA09053@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_*] Additional OS/2 tweaks: docs, tests p4raw-id: //depot/maint-5.005/perl@1743
* Make tests succeed on OS/2Ilya Zakharevich1998-08-022-0/+14
| | | | | Message-Id: <199807180809.EAA09379@monk.mps.ohio-state.edu> p4raw-id: //depot/maint-5.005/perl@1699
* support OE/MVSJarkko Hietaniemi1998-08-024-5/+3
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* better validation of SysV IPC availabilityJarkko Hietaniemi1998-08-021-0/+21
| | | | | | Message-Id: <199807311013.NAA28887@koah.research.nokia.com> Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1 p4raw-id: //depot/maint-5.005/perl@1692
* fix behavior of <=> on bigintsM. J. T. Guy1998-07-261-1/+2
| | | | | | Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk> Subject: [PATCH] Re: Math::BigInt <=> op is not correct. p4raw-id: //depot/maint-5.005/perl@1652
* better diagnostic on errno.t failureGraham Barr1998-07-221-1/+15
| | | | | Message-Id: <19980721130729.K4337@asic.sc.ti.com> p4raw-id: //depot/perl@1630
* fix small memory leak when mess_sv happens to be touched by magicGurusamy Sarathy1998-07-211-1/+3
| | | p4raw-id: //depot/perl@1585
* add a few more thread.t testsGurusamy Sarathy1998-07-151-5/+22
| | | p4raw-id: //depot/perl@1504
* fix thread.t ('join $t' ne '$t->join' !)Gurusamy Sarathy1998-07-151-5/+3
| | | p4raw-id: //depot/perl@1503
* 5.004_74: trig.t: math inaccuracy fudge for unicosJarkko Hietaniemi1998-07-151-0/+4
| | | | | Message-Id: <199807141835.VAA09030@alpha.hut.fi> p4raw-id: //depot/perl@1499
* merge changes#1423,1465 from maintbranch; checkin two missed filesGurusamy Sarathy1998-07-141-0/+1
| | | | | | | | | | from earlier changes#1461,1478 p4raw-link: @1478 on //depot/perl: 1d84e8dfc14d5303f4e9e567bd263f6b4d88e584 p4raw-link: @1465 on //depot/maint-5.004/perl: 5c79ff06c1b2e0ce9610857baca341a322e96624 p4raw-link: @1461 on //depot/perl: 8782bef2aa2ca158fdd0d7436e68ae3ac2b01ff7 p4raw-link: @1423 on //depot/maint-5.004/perl: 9b114077a050865568261ebf91069aa7983019c3 p4raw-id: //depot/perl@1488
* tweak t/lib/thread.tGurusamy Sarathy1998-07-141-7/+8
| | | p4raw-id: //depot/perl@1487
* more VMS patches from Dan Sugalski <sugalskd@osshe.edu>Gurusamy Sarathy1998-07-141-5/+6
| | | | | | | | | | | Date: Mon, 13 Jul 1998 16:37:49 -0700 Message-Id: <3.0.5.32.19980713163749.00af1c40@ous.edu> Subject: [PATCH 5.004_73]t/io/iprefix.t patch for VMS -- Date: Mon, 13 Jul 1998 15:51:09 -0700 Message-Id: <3.0.5.32.19980713155109.00a52c30@ous.edu> Subject: [PATCH5.004_73]Tweak t/lib/cgi-html.t to work on VMS p4raw-id: //depot/perl@1482
* make RE engine threadsafe; -Dusethreads builds, tests on Solaris,Gurusamy Sarathy1998-07-121-1/+1
| | | | | | and runs regexes in 1000s of threads without crashing; also fixed statcache not being thread-local p4raw-id: //depot/perl@1448
* move op/ipc{msg,sem}.t into lib/ipc_sysv.tJarkko Hietaniemi1998-07-111-0/+157
| | | | | | | Message-Id: <199807101008.NAA10817@alpha.hut.fi> Subject: Re: make minitest does not work out of the box - test subset needs pruning p4raw-id: //depot/perl@1418
* undo change#1379 (order of tests *is* significant)Gurusamy Sarathy1998-07-101-5/+2
| | | | | p4raw-link: @1379 on //depot/perl: 5e8184afa853952a09122e5fa8842a8d0c217820 p4raw-id: //depot/perl@1401
* add Data-Dumper, up patchlevel to 71, various misc tweaks toGurusamy Sarathy1998-07-092-0/+641
| | | | | make all configs build on Solaris and win32 p4raw-id: //depot/perl@1396
* remove ordering dependency in posix.tGurusamy Sarathy1998-07-091-2/+5
| | | p4raw-id: //depot/perl@1379
* applied patch, and undid change#1302 which it made unnecessaryBilly Constantine1998-07-051-6/+1
| | | | | | | | Subject: [PATCH] utils/h2ph.PL and t/lib/h2ph.t Message-ID: <Pine.SV4.3.93.980705230337.27658A-100000@xenon.teaching.cs.adelaide.edu.au> p4raw-link: @1302 on //depot/perl: 1289a8b80f063d20e88094098a0275f4681d9f97 p4raw-id: //depot/perl@1324
* fix t/lib/fields.t's @INC so make test runsGurusamy Sarathy1998-07-051-3/+3
| | | p4raw-id: //depot/perl@1323
* various small tweaks (still fails a few taint tests in {taint,locale}.t)Gurusamy Sarathy1998-07-041-0/+2
| | | p4raw-id: //depot/perl@1309
* adjust h2ph.t for dos-specific problemLaszlo Molnar1998-07-041-1/+6
| | | | | | Message-ID: <19980703234525.C208@cdata.tvnet.hu> Subject: Re: [PATCH _68] t/lib/h2ph.t problem p4raw-id: //depot/perl@1302
* merge changes#1210,1211,1270 from maintbranchGurusamy Sarathy1998-07-041-2/+20
| | | | | | | p4raw-link: @1270 on //depot/maint-5.004/perl: 413603941653f55130af336b8e990052b26673a6 p4raw-link: @1211 on //depot/maint-5.004/perl: 247620c138019426962998dd7edc0157874220f0 p4raw-link: @1210 on //depot/maint-5.004/perl: 4522f71f5c16bf8892b1952004accec53aab868e p4raw-id: //depot/perl@1277
* add patch to integrate Math::Trig::Radial into Math::TrigJarkko Hietaniemi1998-06-301-1/+100
| | | | | | Message-Id: <199806291328.QAA16916@alpha.hut.fi> Subject: [PATCH] 5.004_68 (or 5.004_04): radial trig p4raw-id: //depot/perl@1267
* Re: [PATCH] Simplified magic_setisa() and improved fields.pmGisle Aas1998-06-301-0/+110
| | | | | Message-Id: <m367hk4hra.fsf@furu.g.aas.no> p4raw-id: //depot/perl@1266
* bump patchlevel to 69, various little tweaks (tested on win32, SolarisGurusamy Sarathy1998-06-292-25/+37
| | | | | under several build configurations) p4raw-id: //depot/perl@1262
* [ PATCH 5.004 68 ] Text::ParseWords, ^W fixed, version 3.1mike@bill.iac.net1998-06-281-1/+23
| | | | | Message-ID: <19980627034913.A32220@bill.minivend.com> p4raw-id: //depot/perl@1249
* Complex.pm updateJarkko Hietaniemi1998-06-281-0/+5
| | | | | | Message-Id: <199806241219.PAA04061@alpha.hut.fi> Subject: [PATCH] 5.004_68: Complex.pm, complex.t p4raw-id: //depot/perl@1235
* add CGI-2.42, its and testsuiteGurusamy Sarathy1998-06-284-0/+311
| | | p4raw-id: //depot/perl@1223
* enable Errno build on win32, add Errno-1.08 files to repositoryGurusamy Sarathy1998-06-281-0/+36
| | | p4raw-id: //depot/perl@1222
* backout change#1178 as it was dependent on an unapplied patch,Gurusamy Sarathy1998-06-221-4/+6
| | | | | | | fix filespec.t to know its @INC p4raw-link: @1178 on //depot/perl: a21df721bd2b1f6f6000b965978d9b9377c04298 p4raw-id: //depot/perl@1190
* fixup patches for VMSHans Mulder1998-06-211-1/+1
| | | | | Message-Id: <3.0.5.32.19980619160057.032e7480@ous.edu> p4raw-id: //depot/perl@1175
* add File-Spec-0.6 from CPANGurusamy Sarathy1998-06-201-0/+41
| | | p4raw-id: //depot/perl@1164
* various win32 odds and endsGurusamy Sarathy1998-06-152-16/+44
| | | | | | | | | | | | - added support for waitpid(), open2/open3, and a bugfix for kill() from Ronald Schmidt <RonaldWS@aol.com> - tweak testsuite mods of above - regenerate win32/config_H.?c - change kill() to win32_kill() and export it - coalesce common code in win32.c - add PerlProc_waitpid() and export win32_waitpid() result builds and passes on the three win32 compilers p4raw-id: //depot/perl@1134
* DB_File-1.60Paul Marquess1998-06-103-17/+27
| | | | | Message-Id: <9806042022.AA10418@claudius.bfsec.bt.co.uk> p4raw-id: //depot/perl@1098
* [win32] document CORE::GLOBAL:: and global overriding, fix upGurusamy Sarathy1998-06-041-1/+19
| | | | | File::DosGlob, testsuited and all p4raw-id: //depot/win32/perl@1072
* [win32] add a txt_compare() routine to t/h2ph.t for DOSISH sanityGurusamy Sarathy1998-05-291-2/+8
| | | p4raw-id: //depot/win32/perl@1054
* [win32] merge changes#1014,1038 from maintbranchGurusamy Sarathy1998-05-293-0/+182
| | | | | | p4raw-link: @1038 on //depot/maint-5.004/perl: c3cf4c2be38f0215f451c3dd6cb13089e5f2329f p4raw-link: @1014 on //depot/maint-5.004/perl: d14230f9721c31ac6e9e2fdb706c7fc95118b4e6 p4raw-id: //depot/win32/perl@1052
* [win32] merge changes#922,944,949,965,970 from maintbranchGurusamy Sarathy1998-05-151-1/+2
| | | | | | | | | p4raw-link: @970 on //depot/maint-5.004/perl: 5362f8886d6c3fb908c863d910b1a158479419e2 p4raw-link: @965 on //depot/maint-5.004/perl: 8472ac73d6d802946d766b5459d2d9c334889a3f p4raw-link: @949 on //depot/maint-5.004/perl: 4b161ae29769b4a3eb304314bbbfe5969417c8ec p4raw-link: @944 on //depot/maint-5.004/perl: fa366f5fbba3f21113f9677105663454a3e0b678 p4raw-link: @922 on //depot/maint-5.004/perl: 68daf0ababdc0e913335a90c4361b792b2715301 p4raw-id: //depot/win32/perl@978
* [win32] integrate mainlineGurusamy Sarathy1998-05-141-3/+3
| | | p4raw-id: //depot/win32/perl@973
* [win32] merge change#887 from maintbranchGurusamy Sarathy1998-05-144-14/+74
| | | | | p4raw-link: @887 on //depot/maint-5.004/perl: 6cdf74fe31f049dc2164dbb9e6242179d4b8ee1f p4raw-id: //depot/win32/perl@937
* [win32] merge change#886 from maintbranchGurusamy Sarathy1998-05-141-0/+1
| | | | | p4raw-link: @886 on //depot/maint-5.004/perl: 6dba07070c2cb08ffbc6e00eff60e8f5fc9a7ee8 p4raw-id: //depot/win32/perl@936
* [win32] support POSIX, enable more locale testsGurusamy Sarathy1998-04-171-0/+9
| | | p4raw-id: //depot/win32/perl@889
* Next wave of _63 VMS patchesCharles Bailey1998-04-021-1/+1
| | | p4raw-id: //depot/perl@854
* [PATCH 5.004_60] Fix to MM_VMS.PMHans Mulder1998-02-272-15/+24
| | | | | | | Date: Thu, 26 Feb 1998 11:09:55 -0800 Subject: [PATCH 5.004_60] Get SDBM_File working on VMS Date: Thu, 26 Feb 1998 11:15:24 -0800 p4raw-id: //depot/perl@594
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-1/+1
| | | p4raw-id: //depot/perl@575
* 5.004_58, move intuition testsStephen Potter1998-02-205-10/+10
| | | p4raw-id: //depot/perl@536