diff options
author | Larry Wall <lwall@netlabs.com> | 1993-02-04 22:50:33 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1993-02-04 22:50:33 +0000 |
commit | e334a159a5616cab575044bafaf68f75b7bb3a16 (patch) | |
tree | 47369293eb7417e5322f7fe46e1a1cfc0d9c69ef /cons.c.rej | |
parent | 514dae0dba791ec01681adb3b3946a7646e146b3 (diff) | |
download | perl-e334a159a5616cab575044bafaf68f75b7bb3a16.tar.gz |
perl 4.0 patch 36: (combined patch)perl-4.0.36
Since Ed Barton sent me a patch for the malignent form of "Malformed
cmd links", I finally broke down and made a patch for the various
other little things that have been accumulating on version 4.
Diffstat (limited to 'cons.c.rej')
-rw-r--r-- | cons.c.rej | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cons.c.rej b/cons.c.rej new file mode 100644 index 0000000000..6617f73a34 --- /dev/null +++ b/cons.c.rej @@ -0,0 +1,48 @@ +*************** +*** 1,4 **** +! /* $RCSfile: cons.c,v $$Revision: 4.0.1.3 $$Date: 1992/06/08 12:18:35 $ + * + * Copyright (c) 1991, Larry Wall + * +--- 1,4 ---- +! /* $RCSfile: cons.c,v $$Revision: 4.0.1.4 $$Date: 1993/02/05 19:30:15 $ + * + * Copyright (c) 1991, Larry Wall + * +*************** +*** 6,12 **** + * License or the Artistic License, as specified in the README file. + * + * $Log: cons.c,v $ +! * Revision 4.0.1.3 1992/06/08 12:18:35 lwall + * patch20: removed implicit int declarations on funcions + * patch20: deleted some minor memory leaks + * patch20: fixed double debug break in foreach with implicit array assignment +--- 6,15 ---- + * License or the Artistic License, as specified in the README file. + * + * $Log: cons.c,v $ +! * Revision 4.0.1.4 1993/02/05 19:30:15 lwall +! * patch36: fixed various little coredump bugs +! * +! * Revision 4.0.1.3 92/06/08 12:18:35 lwall + * patch20: removed implicit int declarations on funcions + * patch20: deleted some minor memory leaks + * patch20: fixed double debug break in foreach with implicit array assignment +*************** +*** 15,21 **** + * patch20: debugger sometimes displayed wrong source line + * patch20: various error messages have been clarified + * patch20: an eval block containing a null block or statement could dump core +! * + * Revision 4.0.1.2 91/11/05 16:15:13 lwall + * patch11: debugger got confused over nested subroutine definitions + * patch11: prepared for ctype implementations that don't define isascii() +--- 18,24 ---- + * patch20: debugger sometimes displayed wrong source line + * patch20: various error messages have been clarified + * patch20: an eval block containing a null block or statement could dump core +! * + * Revision 4.0.1.2 91/11/05 16:15:13 lwall + * patch11: debugger got confused over nested subroutine definitions + * patch11: prepared for ctype implementations that don't define isascii() |