]>
granicus.if.org Git - flex/log
Will Estes [Thu, 1 Feb 2007 17:09:14 +0000 (17:09 +0000)]
remove flex spec file
Will Estes [Fri, 17 Nov 2006 15:14:23 +0000 (15:14 +0000)]
make test target depend on test groupings, which in turn depend on building executables; cygwin portability fix
Will Estes [Fri, 10 Nov 2006 21:00:24 +0000 (21:00 +0000)]
change create-test script to edit files in place
Will Estes [Thu, 9 Nov 2006 20:14:46 +0000 (20:14 +0000)]
change CLEANFILES to include instead of just the testname for the executable
Will Estes [Thu, 9 Nov 2006 14:44:31 +0000 (14:44 +0000)]
fix typos in manual; resolves bug #
1592857
Will Estes [Thu, 9 Nov 2006 14:39:34 +0000 (14:39 +0000)]
change test template to remove test executable when that executable has an extension, e.g. under Cygwin
Will Estes [Wed, 8 Nov 2006 15:28:37 +0000 (15:28 +0000)]
test names weren't displaying in test success/failure messages (from #
1591672
Will Estes [Mon, 30 Oct 2006 20:28:30 +0000 (20:28 +0000)]
add flex.html to .cvsignore in doc directory
Will Estes [Sun, 22 Oct 2006 22:42:02 +0000 (22:42 +0000)]
update NEWS file for the work that millaway did
Will Estes [Sun, 22 Oct 2006 22:17:38 +0000 (22:17 +0000)]
make yywrap work with c++ scanners as per sf bug report
Will Estes [Fri, 20 Oct 2006 19:16:06 +0000 (19:16 +0000)]
memory leak issues in c++ scanner
Will Estes [Fri, 20 Oct 2006 17:10:50 +0000 (17:10 +0000)]
add unit test for c++ with yywrap
Will Estes [Fri, 20 Oct 2006 16:08:31 +0000 (16:08 +0000)]
use configure-provided awk variable for portability; add loadlibes variable to c++ test
Will Estes [Tue, 17 Oct 2006 13:41:04 +0000 (13:41 +0000)]
add noyywrap option to example; use whitespace to clarify example
Will Estes [Wed, 2 Aug 2006 14:43:27 +0000 (14:43 +0000)]
new translations
John Millaway [Tue, 11 Apr 2006 16:54:47 +0000 (16:54 +0000)]
Casted away signedness to appease -Werror freaks.
John Millaway [Tue, 28 Mar 2006 20:47:11 +0000 (20:47 +0000)]
Added ccl union operator.
Added test in test suite for ccl union operator.
Documented ccl union operator.
Removed crufty ccl cache to prevent parser problems.
John Millaway [Tue, 28 Mar 2006 17:56:31 +0000 (17:56 +0000)]
Extended syntax excluded for lex/posix compat mode.
Comments discarded inside (?x:) patterns.
Added test in test suite for comments in extended patterns.
Documented syntax additions.
John Millaway [Mon, 27 Mar 2006 22:48:37 +0000 (22:48 +0000)]
Implemented (?x:) syntax to allow whitespace in patterns.
Added test for (?x:) syntax in test suite.
John Millaway [Mon, 27 Mar 2006 22:04:15 +0000 (22:04 +0000)]
Implemented dot-all syntax.
Added test for dot-all syntax in test suite.
John Millaway [Mon, 27 Mar 2006 20:59:11 +0000 (20:59 +0000)]
Removed global variable caseins.
Added scanner stack flags for case-insensitivity.
Moved case-folding code from DFA-generation to parse time read-macros.
Added localized case-sensitivity syntax from Perl.
Added test for new syntax in test suite.
Documented new syntax.
John Millaway [Mon, 27 Mar 2006 19:00:17 +0000 (19:00 +0000)]
Added configure check for assert.h.
Added scanner flags stack.
John Millaway [Sat, 25 Mar 2006 19:03:04 +0000 (19:03 +0000)]
Added extended, perl-compatible comment syntax.
Added test for extended comment syntax.
Documented extended comment syntax.
John Millaway [Sat, 25 Mar 2006 17:57:52 +0000 (17:57 +0000)]
Changed explicit 'A'-'Z' to isupper(), where correct to do so.
Documentation.
John Millaway [Fri, 24 Mar 2006 22:33:39 +0000 (22:33 +0000)]
Documentation.
John Millaway [Fri, 24 Mar 2006 18:57:57 +0000 (18:57 +0000)]
Added appendix of patterns to manual.
John Millaway [Thu, 23 Mar 2006 23:34:16 +0000 (23:34 +0000)]
.
John Millaway [Wed, 22 Mar 2006 20:06:56 +0000 (20:06 +0000)]
Documentation.
John Millaway [Wed, 22 Mar 2006 20:03:43 +0000 (20:03 +0000)]
Documented set difference operator {-}.
John Millaway [Wed, 22 Mar 2006 19:06:36 +0000 (19:06 +0000)]
Added set difference operator {-} for character classes.
John Millaway [Wed, 22 Mar 2006 16:04:19 +0000 (16:04 +0000)]
Added negated character class expressions.
Documented negated character class expressions.
Added regression test for negated character class expressions.
John Millaway [Wed, 22 Mar 2006 12:49:41 +0000 (12:49 +0000)]
Replaced sprintf with snprintf everywhere.
John Millaway [Wed, 22 Mar 2006 00:15:10 +0000 (00:15 +0000)]
Removed includedir from AM_CPPFLAGS #
1439351 .
John Millaway [Tue, 21 Mar 2006 23:49:29 +0000 (23:49 +0000)]
Added test to verify user code is unmangled.
John Millaway [Tue, 21 Mar 2006 21:39:01 +0000 (21:39 +0000)]
Fixed escape in actions.
John Millaway [Tue, 21 Mar 2006 21:22:33 +0000 (21:22 +0000)]
Reverted previous input filter changes.
Added noop macro to scanner output.
Modified scan.l to escape m4 quotes found in user code.
John Millaway [Tue, 21 Mar 2006 21:18:02 +0000 (21:18 +0000)]
Removed m4 from test-table-opts
John Millaway [Tue, 21 Mar 2006 20:58:39 +0000 (20:58 +0000)]
Removed m4 from test-reject
John Millaway [Tue, 21 Mar 2006 18:23:06 +0000 (18:23 +0000)]
Moved set_input_file to different file.
John Millaway [Tue, 21 Mar 2006 02:17:56 +0000 (02:17 +0000)]
Relaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and Sun cc.
John Millaway [Mon, 20 Mar 2006 01:50:44 +0000 (01:50 +0000)]
Documented filter chain. Removed fdopen. Added no-op fseek.
John Millaway [Mon, 13 Mar 2006 21:21:56 +0000 (21:21 +0000)]
Fixed another -Wall report.
Will Estes [Fri, 10 Mar 2006 14:59:58 +0000 (14:59 +0000)]
new vi translation
Will Estes [Thu, 9 Mar 2006 13:45:32 +0000 (13:45 +0000)]
new nl, ga translations
Will Estes [Tue, 21 Feb 2006 01:54:03 +0000 (01:54 +0000)]
add po.m4 to extra_dist in m4/ so it gets picked up by distributions
Will Estes [Tue, 21 Feb 2006 01:42:26 +0000 (01:42 +0000)]
add nls.m4 to extra_dist in m4/ so it will get picked up in distribution tarballs
Will Estes [Tue, 21 Feb 2006 01:10:09 +0000 (01:10 +0000)]
remove website directory from configure.in
Will Estes [Mon, 20 Feb 2006 19:22:25 +0000 (19:22 +0000)]
version 2.5.33 marks in NEWS and configure.in
Will Estes [Mon, 20 Feb 2006 18:21:20 +0000 (18:21 +0000)]
change email address in configure.in to point to flex-help@sourceforge.net
John Millaway [Mon, 20 Feb 2006 17:30:19 +0000 (17:30 +0000)]
Documentation.
John Millaway [Mon, 20 Feb 2006 17:17:43 +0000 (17:17 +0000)]
Appended to BUGS file.
Will Estes [Sat, 18 Feb 2006 19:09:48 +0000 (19:09 +0000)]
remove website directory (since it now has its own module in the flex project
John Millaway [Thu, 16 Feb 2006 22:20:43 +0000 (22:20 +0000)]
Fixed buffer overflow in reject state buffer.
Corrected documentation on the state buffer.
John Millaway [Thu, 16 Feb 2006 15:02:53 +0000 (15:02 +0000)]
Reverted num_read from size_t back to int.
John Millaway [Wed, 15 Feb 2006 23:58:13 +0000 (23:58 +0000)]
Removed reference to RoadMap in Makefile.am.
Added website directory.
Will Estes [Wed, 15 Feb 2006 21:08:40 +0000 (21:08 +0000)]
remove RoadMap and reference to it in README
John Millaway [Wed, 15 Feb 2006 18:35:45 +0000 (18:35 +0000)]
Eliminated references to lex.sf.net.
John Millaway [Wed, 15 Feb 2006 18:31:06 +0000 (18:31 +0000)]
Transfered bugs list from lex.sf.net to BUGS file.
John Millaway [Wed, 15 Feb 2006 18:11:40 +0000 (18:11 +0000)]
Recommit of last commit -- broken pipe.
John Millaway [Wed, 15 Feb 2006 18:06:21 +0000 (18:06 +0000)]
yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.
Added two new tests for reusing scanners.
John Millaway [Tue, 14 Feb 2006 20:28:28 +0000 (20:28 +0000)]
Patched rpm spec file.
John Millaway [Tue, 14 Feb 2006 20:23:47 +0000 (20:23 +0000)]
Added C99 macro for inttypes, just to be conformant.
John Millaway [Tue, 14 Feb 2006 19:38:11 +0000 (19:38 +0000)]
Changed symbol INFINITE to fix conflict with C math symbol.
John Millaway [Tue, 14 Feb 2006 19:28:53 +0000 (19:28 +0000)]
Omitting parens for named rules in trailing context.
John Millaway [Tue, 14 Feb 2006 18:55:42 +0000 (18:55 +0000)]
Added check for locale.h and libintl.h in configure script.
John Millaway [Tue, 14 Feb 2006 18:36:53 +0000 (18:36 +0000)]
Removed unused local vars.
John Millaway [Tue, 14 Feb 2006 18:25:07 +0000 (18:25 +0000)]
Removed certain offending #undefs.
John Millaway [Tue, 14 Feb 2006 18:07:00 +0000 (18:07 +0000)]
Removed logical and from preprocessor statement.
Will Estes [Tue, 14 Feb 2006 11:40:42 +0000 (11:40 +0000)]
remove eroneously named nl.po.1; update nl.po
John Millaway [Tue, 14 Feb 2006 06:38:28 +0000 (06:38 +0000)]
.
John Millaway [Tue, 14 Feb 2006 05:27:26 +0000 (05:27 +0000)]
Included <sys/types.h> for serialized tables.
John Millaway [Tue, 14 Feb 2006 05:22:25 +0000 (05:22 +0000)]
Minor patch to call to head in configure script.
John Millaway [Tue, 14 Feb 2006 05:12:34 +0000 (05:12 +0000)]
Documentation patch.
John Millaway [Tue, 14 Feb 2006 03:32:28 +0000 (03:32 +0000)]
Patch for full file system failure.
John Millaway [Mon, 13 Feb 2006 21:45:06 +0000 (21:45 +0000)]
Documentation.
John Millaway [Mon, 13 Feb 2006 21:18:57 +0000 (21:18 +0000)]
Fixed double-fclose when input file is empty.
Will Estes [Fri, 10 Feb 2006 23:17:04 +0000 (23:17 +0000)]
newtranslations
John Millaway [Thu, 22 Dec 2005 00:24:19 +0000 (00:24 +0000)]
Improvement request
1069716 log vs. log10
John Millaway [Thu, 22 Dec 2005 00:16:24 +0000 (00:16 +0000)]
Fixed bug
1257093 yy_init_globals in header file
Will Estes [Thu, 14 Apr 2005 20:45:49 +0000 (20:45 +0000)]
new nl translation
Will Estes [Thu, 7 Apr 2005 12:49:07 +0000 (12:49 +0000)]
new nl and vi translations
Will Estes [Tue, 20 Jul 2004 20:32:02 +0000 (20:32 +0000)]
correct improper stdin assignment
Will Estes [Sat, 22 May 2004 22:42:53 +0000 (22:42 +0000)]
new tr translation
Will Estes [Wed, 12 May 2004 00:44:08 +0000 (00:44 +0000)]
.cvsignore and .indent.pro got missed in the import to sourceforge; replace them
Will Estes [Tue, 11 May 2004 13:28:01 +0000 (13:28 +0000)]
new fr translation
Will Estes [Mon, 3 May 2004 14:52:30 +0000 (14:52 +0000)]
polish is pl, not po
Will Estes [Mon, 22 Mar 2004 13:10:44 +0000 (13:10 +0000)]
yet another sweedish update
Will Estes [Fri, 19 Mar 2004 14:27:26 +0000 (14:27 +0000)]
new sv translation
John Millaway [Thu, 11 Dec 2003 01:43:13 +0000 (01:43 +0000)]
Configure checks for GNU m4.
Environment variable M4 overrides built-in m4 path.
Generated m4 does a late check for GNU m4.
John Millaway [Tue, 9 Dec 2003 02:17:58 +0000 (02:17 +0000)]
added 3 faqs
Will Estes [Mon, 24 Nov 2003 13:12:28 +0000 (13:12 +0000)]
new ro translation
Will Estes [Fri, 7 Nov 2003 18:38:15 +0000 (18:38 +0000)]
new french translation
Will Estes [Fri, 7 Nov 2003 13:57:37 +0000 (13:57 +0000)]
new catalan translation from the translation project
Will Estes [Fri, 7 Nov 2003 13:50:20 +0000 (13:50 +0000)]
new polish translation; updated irish translation from translation project
Will Estes [Fri, 10 Oct 2003 12:47:38 +0000 (12:47 +0000)]
new Irish translation
Will Estes [Mon, 25 Aug 2003 11:57:02 +0000 (11:57 +0000)]
add romanian translation
Will Estes [Wed, 16 Jul 2003 15:05:54 +0000 (15:05 +0000)]
flex_*int* type fixes
Will Estes [Wed, 16 Jul 2003 14:45:56 +0000 (14:45 +0000)]
change wlestes email address
Will Estes [Wed, 16 Jul 2003 14:43:03 +0000 (14:43 +0000)]
undef yytext_ptr has some bad side effects
John Millaway [Mon, 7 Jul 2003 17:32:24 +0000 (17:32 +0000)]
Documented m4 incompatibility with lex.