This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
format/write (version 2)
authorLAUN Wolfgang <wolfgang.laun@alcatel.at>
Fri, 16 Jan 2004 13:29:26 +0000 (13:29 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Fri, 16 Jan 2004 13:29:26 +0000 (13:29 +0000)
commita1b950687051c32e26de8681b0ed639ad32adfb4
treead2e142c0c34b6254fe5625f74ecd9a87ada058a
parentad33f57d74879c2996a4b4d81b95694b3eb74e93
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
embed.fnc
embed.h
form.h
pod/perldiag.pod
pod/perlform.pod
pp_ctl.c
proto.h
t/op/write.t
toke.c