From a1b950687051c32e26de8681b0ed639ad32adfb4 Mon Sep 17 00:00:00 2001 From: LAUN Wolfgang Date: Fri, 16 Jan 2004 13:29:26 +0000 Subject: format/write (version 2) Message-ID: Fixes and additions to formats: Improvement: NULL chars in picture line Bugfix: C<@*> shown in output if not alone on a line New feature: C<^*> for variable-width, one-line-at-a-time text Improvement: Diagnostic on C<@#> and C<~~> Bugfix: Segmentation fault on big numbers Improvement (maybe): Truncation of numbers produces misleading output Bugfix: "}" terminates format Bugfix: Error when copying non-UTF to UTF (EBCDIC only) p4raw-id: //depot/perl@22161 --- form.h | 1 + 1 file changed, 1 insertion(+) (limited to 'form.h') diff --git a/form.h b/form.h index 95d3c5775c..9cf271a2ac 100644 --- a/form.h +++ b/form.h @@ -24,3 +24,4 @@ #define FF_BLANK 14 #define FF_MORE 15 #define FF_0DECIMAL 16 +#define FF_LINESNGL 17 -- cgit v1.2.1