summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),Jarkko Hietaniemi2001-12-213-4/+4
* OS/2 buildIlya Zakharevich2001-12-191-2/+2
* Re: [PATCH] ...while $var = glob(...)Robin Houston2001-12-191-1/+8
* Integrate perlio:Jarkko Hietaniemi2001-12-181-3/+14
|\
| * Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashesNick Ing-Simmons2001-12-181-3/+14
| * Integrate mainlineNick Ing-Simmons2001-12-186-21/+85
| |\
| * \ Integrate mainlineNick Ing-Simmons2001-12-173-29/+53
| |\ \
| * \ \ Integrate mainlineNick Ing-Simmons2001-12-142-2/+45
| |\ \ \
| * \ \ \ Integrate mainlineNick Ing-Simmons2001-12-1418-885/+1323
| |\ \ \ \
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2001-12-085-302/+454
| |\ \ \ \ \
| * \ \ \ \ \ Integrate again - can I catch up ?Nick Ing-Simmons2001-12-071-0/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-12-0717-546/+618
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-12-014-12/+19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Integrate mainline.Nick Ing-Simmons2001-12-0129-72/+438
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | Echoes of #13757.Jarkko Hietaniemi2001-12-181-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Re-patch #13749.Jarkko Hietaniemi2001-12-181-20/+3
* | | | | | | | | | Third time lucky? (Re: [PATCH] ...while $var = glob(...))Robin Houston2001-12-181-1/+7
* | | | | | | | | | Re: [PATCH] ...while $var = glob(...)Robin Houston2001-12-171-0/+2
* | | | | | | | | | Move typeglob test from glob.t to gv.t.Jarkko Hietaniemi2001-12-172-15/+20
* | | | | | | | | | Re: [PATCH] ...while $var = glob(...) Robin Houston2001-12-171-1/+11
* | | | | | | | | | Demote the surrogate and non-character errors to warnings.Jarkko Hietaniemi2001-12-172-9/+15
* | | | | | | | | | -t and the core tests; -t and PERL5OPTRafael Garcia-Suarez2001-12-171-3/+8
* | | | | | | | | | The system() vs $SIG{ARLM} is no more a todo.Jarkko Hietaniemi2001-12-171-4/+1
* | | | | | | | | | alarm() test, take twoMichael G. Schwern2001-12-171-0/+50
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Re: [PATCH t/test.pl] diagnostics to STDERRMichael G. Schwern2001-12-161-7/+14
* | | | | | | | | diagnostics to STDERRMichael G. Schwern2001-12-161-9/+10
* | | | | | | | | Make creating UTF-8 surrogates a punishable act.Jarkko Hietaniemi2001-12-161-13/+21
* | | | | | | | | -bytecompile & -compile for testing perlccMichael G. Schwern2001-12-151-5/+13
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | -t taint warningsMichael G. Schwern2001-12-142-2/+45
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Re: use utf8; with bad utf8Nicholas Clark2001-12-131-0/+1
* | | | | | | Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail outMichael G. Schwern2001-12-132-8/+8
* | | | | | | Proper skip tests and VMS unlinkMichael G. Schwern2001-12-131-77/+79
* | | | | | | VMS test fix-upsCraig A. Berry2001-12-121-1/+1
* | | | | | | Re: Next cygwin round.Gerrit P. Haase2001-12-121-1/+1
* | | | | | | use utf8; testsNicholas Clark2001-12-121-1/+8
* | | | | | | ypcat working, but NIS not usedMichael G. Schwern2001-12-121-51/+66
* | | | | | | Weed out .files from ls and readdir() results.Jarkko Hietaniemi2001-12-121-2/+8
* | | | | | | Get the whole line of ls, makes debugging easierJarkko Hietaniemi2001-12-121-1/+1
* | | | | | | rename() must be tested even without link()Jarkko Hietaniemi2001-12-121-16/+16
* | | | | | | io/fs cleanup: testing on win32/cygwin/netware/djgpp/...Jarkko Hietaniemi2001-12-121-179/+209
* | | | | | | (1) To assume any setuid programs is silly.Jarkko Hietaniemi2001-12-121-13/+5
* | | | | | | slightly more pack testsNicholas Clark2001-12-111-4/+27
* | | | | | | _qq pack.t Re: [PATCH] tests for hash assignmentNicholas Clark2001-12-111-25/+8
* | | | | | | Re: [PATCH] Re: [PATCH t/op/pack.t] CleanupNicholas Clark2001-12-111-4/+3
* | | | | | | (was Re: [PATCH perl@13600] cat2type in tests for VMS)Craig A. Berry2001-12-112-1/+2
* | | | | | | Cleanup and $. checkMichael G. Schwern2001-12-111-14/+19
* | | | | | | Re: [PATCH] tests for hash assignmentNicholas Clark2001-12-103-53/+375
* | | | | | | cat2type in tests for VMSCraig A. Berry2001-12-102-2/+2
* | | | | | | Need @INC = '../lib' mantraMichael G. Schwern2001-12-101-0/+3
* | | | | | | Retract #13596, #13593 should do the trick.Jarkko Hietaniemi2001-12-101-5/+0