diff options
author | LAUN Wolfgang <wolfgang.laun@alcatel.at> | 2004-01-16 13:29:26 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-01-16 13:29:26 +0000 |
commit | a1b950687051c32e26de8681b0ed639ad32adfb4 (patch) | |
tree | ad2e142c0c34b6254fe5625f74ecd9a87ada058a /form.h | |
parent | ad33f57d74879c2996a4b4d81b95694b3eb74e93 (diff) | |
download | perl-a1b950687051c32e26de8681b0ed639ad32adfb4.tar.gz |
format/write (version 2)
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
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
Diffstat (limited to 'form.h')
-rw-r--r-- | form.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,3 +24,4 @@ #define FF_BLANK 14 #define FF_MORE 15 #define FF_0DECIMAL 16 +#define FF_LINESNGL 17 |