summaryrefslogtreecommitdiff
path: root/t/op/write.t
Commit message (Expand)AuthorAgeFilesLines
* t/test.pl: Add $|=1;Karl Williamson2018-06-251-0/+2
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-3/+3
* Remove deprecated comma-less format variable listsDagfinn Ilmari Mannsåker2017-06-011-13/+1
* pp_formline(): avoid buffer overrunDavid Mitchell2017-02-181-1/+14
* (perl #130722) don't call SvPVX() on a globTony Cook2017-02-081-1/+4
* buffer overrun with format and 'use bytes'David Mitchell2017-02-041-1/+17
* croak on sv_setpvn() on a globZefram2017-01-281-1/+21
* (perl #129125) copy form data if it might be freedTony Cook2017-01-191-1/+18
* RT #128255: Assert fail in S_sublex_doneDavid Mitchell2016-07-081-1/+14
* [perl #123538] always set chophere and itembytes at the same timeTony Cook2015-01-191-1/+13
* [perl #123245] avoid a panic in sv_chop() in formatsTony Cook2014-12-101-3/+0
* [perl #123245] tests for format crashesTony Cook2014-12-101-1/+28
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get write.t working under minitestFather Chrysostomos2014-09-021-1/+2
* [perl #119973] Treat initial { in format args as blockFather Chrysostomos2014-01-181-1/+20
* fix chop formats with non PV varsDavid Mitchell2013-11-111-4/+807
* 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