diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-28 23:34:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-28 23:34:08 +0000 |
commit | 2269b42e02cee8680b0b9ff4923a5a9c3f8df482 (patch) | |
tree | a120bc23e88673c27b4b7b7ff9b979ab738fc7d0 /pod/perldiag.pod | |
parent | d32f2495b04e916e41d6514e2a6126c7223b49c9 (diff) | |
download | perl-2269b42e02cee8680b0b9ff4923a5a9c3f8df482.tar.gz |
Make some panic messages a bit more logical.
p4raw-id: //depot/perl@8244
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index be1592655c..22a24bece6 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2405,23 +2405,19 @@ reference. (P) We popped the context stack to an eval context, and then discovered it wasn't an eval context. -=item panic: do_match +=item panic: pp_match (P) The internal pp_match() routine was called with invalid operational data. -=item panic: do_split - -(P) Something terrible went wrong in setting up for the split. - =item panic: do_subst (P) The internal pp_subst() routine was called with invalid operational data. -=item panic: do_trans +=item panic: do_trans_%s -(P) The internal do_trans() routine was called with invalid operational +(P) The internal do_trans routines were called with invalid operational data. =item panic: frexp @@ -2513,6 +2509,10 @@ and freeing temporaries and lexicals from. (P) The foreach iterator got called in a non-loop context frame. +=item panic: pp_split + +(P) Something terrible went wrong in setting up for the split. + =item panic: realloc (P) Something requested a negative number of bytes of realloc. |