License: BSD License
browse code,
statistics,
last commit on 2012-04-27
cvs -d:pserver:anonymous@flex.cvs.sourceforge.net:/cvsroot/flex login
cvs -z3 -d:pserver:anonymous@flex.cvs.sourceforge.net:/cvsroot/flex co -P modulename
wlestes committed patchset 1685 of module flex to the flex: the fast lexical analyser CVS repository, changing 1 files.
2012-04-27 13:48:04 PDT by wlestes
This has been fixed in the flex codebase and will be included in the next release.
2012-04-27 13:27:57 PDT by wlestes
wlestes committed patchset 1684 of module flex to the flex: the fast lexical analyser CVS repository, changing 1 files.
2012-04-27 13:26:07 PDT by wlestes
Thanks for your interest in flex and for letting the FreeBSD folks know of the fix for this problem.
2012-04-27 13:21:02 PDT by wlestes
This refers to A.4.1 Numbers C99 octal constant `0[0123456]*'.
2012-04-24 01:41:56 PDT by jschweikh
see appendix, common patterns, numbers, as posted on flex.SF.net/manual.
2012-04-15 14:58:49 PDT by https://www.google.com/accounts
I've checked the flex.skl in 2.5.35 and the one used for /usr/bin/flex in FreeBSD. No problem in 2.5.35, but in FreeBSD. I've committed a fix to FreeBSD. You can close this report as a false alarm. Sorry for the noise, guys!
2012-04-11 02:50:55 PDT by jschweikh
This is on FreeBSD 9, and it appears that the FreeBSD folks use a modified skeleton. If that turns out to be true, I'll fix it for FreeBSD.
2012-04-10 07:52:40 PDT by jschweikh
The yyless(n) macro replacement text does not parenthesize the argument n. This can lead to compile errors for valid code. tokenizer.l: 119 char *dollar; 120 121 if ((dollar = memchr (yytext, '$', yyleng)) != NULL) { 122 yyless (dollar - yytext); /* Leaves the non-$ part. */ $ gcc -Wall -std=c99 -g -pedantic tokenizer.c -o tokenizer tokenizer.l: In function...
2012-04-10 07:34:30 PDT by jschweikh
The test names have been output for a good while now; not really sure it's worth making cygwin do the right thing right now; may revisit that issue later.
2012-03-31 08:00:13 PDT by wlestes