summaryrefslogtreecommitdiff
path: root/t/op/write.t
Commit message (Expand)AuthorAgeFilesLines
* write.t: Eek! debugging codeFather Chrysostomos2012-08-171-1/+0
* Don’t leak formats defined inside subsFather Chrysostomos2012-08-171-1/+13
* Don’t let format arguments ‘leak out’ of formlineFather Chrysostomos2012-08-081-1/+32
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-1/+14
* Don’t create formats after compilation errorsFather Chrysostomos2012-08-081-1/+12
* toke.c: Fix confused interp-in-format parsingFather Chrysostomos2012-08-081-1/+13
* Nested formatsFather Chrysostomos2012-08-061-1/+19
* Forbid braces as format delimitersFather Chrysostomos2012-08-051-1/+16
* Don’t crash when undefining handle of active formatFather Chrysostomos2012-08-051-2/+10
* Don’t let active formats be freedFather Chrysostomos2012-08-051-1/+12
* more in depth tests for 8e4ecf2Jesse Luehrs2012-06-281-1/+113
* fix stack handling in write() [perl #73690]Jesse Luehrs2012-06-251-1/+51
* Use the same top format error for ""Father Chrysostomos2012-06-071-2/+39
* Get rid of ‘Not a format reference’Father Chrysostomos2012-06-071-1/+1
* 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