head	1.3;
access;
symbols
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2;
locks; strict;
comment	@# @;


1.3
date	2001.04.13.19.08.48;	author knu;	state dead;
branches;
next	1.2;

1.2
date	2000.08.12.21.04.20;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.12.20.35.31;	author knu;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Retire Ruby 1.4.  Use 1.6 instead, now the migration period is over.

Approved by:	yasuf@@bsdclub.org (MAINTAINER)
@
text
@--- ruby-lex.rb.orig	Wed Sep 15 13:52:06 1999
+++ ruby-lex.rb	Sun Aug 13 05:16:46 2000
@@@@ -660,7 +660,7 @@@@
     @@lex_state = EXPR_END
     
     case ch = getc
-    when /[~_*$?!@@/\\;,=:<>".]/   #"
+    when /[~_*$?!@@\/\\;,=:<>".]/   #"
       Token(TkGVAR, "$" + ch)
     when "-"
       Token(TkGVAR, "$-" + getc)
@


1.2
log
@Oops, this is correct.
@
text
@@


1.1
log
@Fix a critical bug which prevents irb from working.
I wonder how this could have been overlooked..

Found by:	green

Set DIST_SUBDIR=ruby.
@
text
@d8 1
a8 1
+    when /[~_*$?!@@\/\;,=:<>".]/   #"
@

