summaryrefslogtreecommitdiff
path: root/t/op/write.t
Commit message (Expand)AuthorAgeFilesLines
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-1/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* fix glob-assign for FORMATH.Merijn Brand2009-05-201-1/+4
* Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562.Nicholas Clark2009-04-091-1/+18
* Make format items @* and ^* work with references (safely). Note no-oneNicholas Clark2008-07-131-1/+10
* For cases FF_LINESNGL and FF_LINEGLOB in pp_formline, take great careNicholas Clark2008-07-131-12/+44
* Format tests for @* too.Nicholas Clark2008-07-121-12/+16
* Regression tests for, and fix quite a lot of bugs in, cases FF_LINESNGLNicholas Clark2008-07-111-1/+22
* Bring the joy of strict to the rest of write.tNicholas Clark2008-07-111-7/+11
* Complete the conversion of t/op/write.t to test.pl, and remove myNicholas Clark2008-07-111-61/+41
* Reduce the -| skip back to just the tests that use it, and re-align theNicholas Clark2008-07-111-19/+23
* Start converting t/op/write.t to test.plNicholas Clark2008-07-111-28/+27
* test some die codepaths in pp_enterwriteDave Mitchell2006-05-181-1/+17
* pp_sys.c: some Coverity findings: NULL guards for format cvJarkko Hietaniemi2006-04-101-1/+1
* When expecting an error, it's best to check the text you got, ratherNicholas Clark2004-06-181-2/+4
* make op/write.t work better under stdio by running the subtestsDave Mitchell2004-03-111-11/+39
* stop t/op/write.t failures under stdio by always closing filesDave Mitchell2004-03-031-20/+26
* Remove machine-dependent rounding dependency from write overflowDave Mitchell2004-03-021-7/+7
* fix write test: -small_number may be displayed as 00.00 or -0.00Dave Mitchell2004-02-181-3/+6
* make some t/op/write.t failures more verboseDave Mitchell2004-01-231-1/+3
* remove the platform dependencies of the write.t tests introducedDave Mitchell2004-01-211-34/+27
* [perl #8698] format bug with undefined _TOPDave Mitchell2004-01-161-7/+11
* format/write (version 2)LAUN Wolfgang2004-01-161-13/+203
* The TODO tag should be included also when a TODO test succeeds,Rafael Garcia-Suarez2004-01-061-1/+1
* This TODO test seems to pass now.Rafael Garcia-Suarez2004-01-061-1/+1
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionLAUN Wolfgang2004-01-041-4/+4
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionDave Mitchell2003-12-301-4/+14
* #20177 broke skip logic in t/op/write.tCraig A. Berry2003-07-281-1/+1
* t/op/write.t cleanup after itself.Michael G. Schwern2003-07-281-0/+1
* [PATCH] Re: Perl formats do not work with tied valuesRafael Garcia-Suarez2003-07-211-6/+30
* jumbo closure patch broke formatsDave Mitchell2003-05-311-1/+1
* Re: [perl #22372] [PATCH] sv_chop() brokenAdrian M. Enache2003-05-311-2/+2
* Re: [perl #22372] [PATCH] sv_chop() brokenAdrian M. Enache2003-05-311-3/+15
* Integrate #16254 from macperl;Jarkko Hietaniemi2002-04-281-1/+1
* test numbers for t/op/write.tCraig A. Berry2002-03-081-3/+3
* Re: perl@15047 New format tests for still existing bugsH.Merijn Brand2002-03-061-8/+30
* cleaner close on tests, take 2 Andreas König2001-12-291-8/+8
* (was Re: [PATCH perl@13600] cat2type in tests for VMS)Craig A. Berry2001-12-111-1/+1
* OS/2 multi-architectureIlya Zakharevich2001-07-231-1/+2
* DOS/DJGPP tweaks from Laszlo Molnar.Jarkko Hietaniemi2001-07-041-1/+1
* Report /pro/3gl/CPAN/perl-5.7.1H.M. Brand2001-07-021-0/+2
* Skip |- based op/write.t on Win32 as well as VMSNick Ing-Simmons2001-06-221-1/+1
* fix Deparse.t and write.t for VMSCraig A. Berry2001-06-221-0/+5
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-2/+3
* [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperlChris Nandor2001-06-111-1/+2
* Redo the #10482, there already was a test script for formats.Jarkko Hietaniemi2001-06-081-1/+140
* Zero-padded Numerics in Perl FormatJohn Peacock2000-10-251-6/+51
* The output might have been produced in the wrong order.M. J. T. Guy2000-07-241-0/+1
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-1/+17
* formline() could wipe out readonly-ness, freeing constantsGurusamy Sarathy2000-02-101-3/+14