blob: 14e76a2d128947b5099a93fa6c4efb4f5aad53ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
*
|