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 /toke.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 'toke.c.rej')
-rw-r--r-- | toke.c.rej | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/toke.c.rej b/toke.c.rej new file mode 100644 index 0000000000..14e76a2d12 --- /dev/null +++ b/toke.c.rej @@ -0,0 +1,36 @@ +*************** +*** 1,4 **** +! /* $RCSfile: toke.c,v $$Revision: 4.0.1.8 $$Date: 1992/06/23 12:33:45 $ + * + * Copyright (c) 1991, Larry Wall + * +--- 1,4 ---- +! /* $RCSfile: toke.c,v $$Revision: 4.0.1.9 $$Date: 1993/02/05 19:48:43 $ + * + * Copyright (c) 1991, Larry Wall + * +*************** +*** 6,14 **** + * License or the Artistic License, as specified in the README file. + * + * $Log: toke.c,v $ +! * Revision 4.0.1.8 1992/06/23 12:33:45 lwall +! * patch35: bad interaction between backslash and hyphen in tr/// + * + * Revision 4.0.1.7 92/06/11 21:16:30 lwall + * patch34: expectterm incorrectly set to indicate start of program or block + * +--- 6,18 ---- + * License or the Artistic License, as specified in the README file. + * + * $Log: toke.c,v $ +! * Revision 4.0.1.9 1993/02/05 19:48:43 lwall +! * patch36: now detects ambiguous use of filetest operators as well as unary +! * patch36: fixed ambiguity on - within tr/// + * ++ * Revision 4.0.1.8 92/06/23 12:33:45 lwall ++ * patch35: bad interaction between backslash and hyphen in tr/// ++ * + * Revision 4.0.1.7 92/06/11 21:16:30 lwall + * patch34: expectterm incorrectly set to indicate start of program or block + * |