head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.06.06.31.21;	author stas;	state dead;
branches;
next	1.1;

1.1
date	2009.06.02.17.25.37;	author stas;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to patchlevel 248.
@
text
@--- file.c	2009/05/26 12:15:23	23584
+++ file.c	2009/05/26 12:20:27	23585
@@@@ -3035,7 +3035,7 @@@@
 		p = last;
 		break;
 	    }
-	    if (*last == '.') e = dot;
+	    if (*last == '.' || dot > last) e = dot;
 	    continue;
 #else
 	    e = p;	  /* get the last dot of the last component */
@


1.1
log
@- Update ruby 1.8.7 to the latest revision available from ruby-lang.org.
  This updates also borrows some important bugfixes from Ruby CVS that
  is not available in patchlevel 160 yet.
- Drop GC patch support. It is broken with the new ruby version and
  seem to require the complete rewriting.
@
text
@@

