summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorLAUN Wolfgang <wolfgang.laun@alcatel.at>2004-01-16 13:29:26 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-01-16 13:29:26 +0000
commita1b950687051c32e26de8681b0ed639ad32adfb4 (patch)
treead2e142c0c34b6254fe5625f74ecd9a87ada058a /embed.fnc
parentad33f57d74879c2996a4b4d81b95694b3eb74e93 (diff)
downloadperl-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 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 4e5665e38a..5ec0d10333 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1085,7 +1085,8 @@ s |void* |docatch_body
s |void* |vdocatch_body |va_list args
#endif
s |OP* |dofindlabel |OP *o|char *label|OP **opstack|OP **oplimit
-s |void |doparseform |SV *sv
+s |OP* |doparseform |SV *sv
+sn |bool |num_overflow |NV value|I32 fldsize|I32 frcsize
s |I32 |dopoptoeval |I32 startingblock
s |I32 |dopoptolabel |char *label
s |I32 |dopoptoloop |I32 startingblock