Subject: CVS commit: xsrc/xfree/xc/fonts/util
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 08/08/2003 15:10:59
Module Name:	xsrc
Committed By:	aymeric
Date:		Fri Aug  8 15:10:59 UTC 2003

Modified Files:
	xsrc/xfree/xc/fonts/util: ucs2any.c

Log Message:
shave a few cycles by limiting calls to regex() in the two reading loops.
In particular, getting rid of comments is much faster this way.

This is becoming ugly/ridiculous, the next step is probably completely to
get rid of regexps by having a small lexer.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 xsrc/xfree/xc/fonts/util/ucs2any.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.