-
Opps. I reloaded the page by mistake.
2009-04-28 18:29:59 UTC in flex: the fast lexical analyser
-
While I understand that this is not a flex bug, it is a minor change that is safer, and can help prevent warnings. This has been extensively tested.
2009-04-28 18:29:05 UTC in flex: the fast lexical analyser
-
While I understand that this is not a flex bug, it is a minor change that is safer, and can help prevent warnings. This has been extensively tested.
2009-04-28 17:38:16 UTC in flex: the fast lexical analyser
-
Fix the comments to reflect the actual name of the function arguments. This is a pure documentation fix.
2009-04-28 17:35:08 UTC in flex: the fast lexical analyser
-
These fixes allow flex to be built using make -j3.
2009-04-28 17:33:01 UTC in flex: the fast lexical analyser
-
On ia64, flex appears to generate a completely different (and broken)
output depending on whether the input file is specified using shell
redirection or via a pipe.
This was traced back commit 3971e1a917548977cff71418a7c3575ffbc9571f,
by Alex Nixon :
VFS: increase pseudo-filesystem block size to PAGE_SIZE.
PAGE_SIZE on ia64 kernels is larger than most...
2009-04-28 16:45:32 UTC in flex: the fast lexical analyser
-
I can verify that setting YY_size_t to size_t fixes this particular problem. The C standard has specified that size_t will exists in standard headers in 1989, which is 19 _years_ ago -- I think we can rely on size_t being available.
2008-02-09 14:13:55 UTC in flex: the fast lexical analyser
-
I can verify that setting YY_size_t to size_t fixes this particular problem. The C standard has specified that size_t will exists in standard headers in 1989, which is 19 _years_ ago -- I think we can rely on size_t being available.
2008-02-09 06:46:41 UTC in flex: the fast lexical analyser