summaryrefslogtreecommitdiff
path: root/t/op/write.t
Commit message (Expand)AuthorAgeFilesLines
* make assign to $^A update FmLINESDavid Mitchell2011-07-201-6/+30
* Allow formats with lines >64KDavid Mitchell2011-05-291-1/+9
* pp_formline: handle growing betterDavid Mitchell2011-05-291-1/+9
* pp_formline: keep linemark consistentDavid Mitchell2011-05-291-1/+24
* stop ~ in format modifying format stringDavid Mitchell2011-05-291-4/+31
* RT #91032: formline: bugs with non-string formatsDavid Mitchell2011-05-291-1/+48
* In S_doparseform(), don't force the pattern to a string. This resolves #79532Nicholas Clark2011-05-181-1/+10
* Refactor 4 tests to use skip_if_miniperl().Nicholas Clark2011-03-071-4/+2
* Replaced '1 while unlink' with 'unlink_all' in t/op/write.tBrad Gilbert2010-12-081-8/+8
* Guard write test against miniperlH.Merijn Brand2010-11-121-1/+5
* Add a test to use duplicated frormat through globH.Merijn Brand2010-11-121-1/+11
* 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