]> granicus.if.org Git - flex/log
flex
17 years agochange create-test script to edit files in place
Will Estes [Fri, 10 Nov 2006 21:00:24 +0000 (21:00 +0000)]
change create-test script to edit files in place

17 years agochange CLEANFILES to include instead of just the testname for the executable
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

17 years agofix typos in manual; resolves bug #1592857
Will Estes [Thu, 9 Nov 2006 14:44:31 +0000 (14:44 +0000)]
fix typos in manual; resolves bug #1592857

17 years agochange test template to remove test executable when that executable has an extension...
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

17 years agotest names weren't displaying in test success/failure messages (from #1591672
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

17 years agoadd flex.html to .cvsignore in doc directory
Will Estes [Mon, 30 Oct 2006 20:28:30 +0000 (20:28 +0000)]
add flex.html to .cvsignore in doc directory

17 years agoupdate NEWS file for the work that millaway did
Will Estes [Sun, 22 Oct 2006 22:42:02 +0000 (22:42 +0000)]
update NEWS file for the work that millaway did

17 years agomake yywrap work with c++ scanners as per sf bug report
Will Estes [Sun, 22 Oct 2006 22:17:38 +0000 (22:17 +0000)]
make yywrap work with c++ scanners as per sf bug report

17 years agomemory leak issues in c++ scanner
Will Estes [Fri, 20 Oct 2006 19:16:06 +0000 (19:16 +0000)]
memory leak issues in c++ scanner

17 years agoadd unit test for c++ with yywrap
Will Estes [Fri, 20 Oct 2006 17:10:50 +0000 (17:10 +0000)]
add unit test for c++ with yywrap

17 years agouse configure-provided awk variable for portability; add loadlibes variable to c...
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

17 years agoadd noyywrap option to example; use whitespace to clarify example
Will Estes [Tue, 17 Oct 2006 13:41:04 +0000 (13:41 +0000)]
add noyywrap option to example; use whitespace to clarify example

18 years agonew translations
Will Estes [Wed, 2 Aug 2006 14:43:27 +0000 (14:43 +0000)]
new translations

18 years agoCasted away signedness to appease -Werror freaks.
John Millaway [Tue, 11 Apr 2006 16:54:47 +0000 (16:54 +0000)]
Casted away signedness to appease -Werror freaks.

18 years agoAdded ccl union operator.
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.

18 years agoExtended syntax excluded for lex/posix compat mode.
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.

18 years agoImplemented (?x:) syntax to allow whitespace in patterns.
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.

18 years agoImplemented dot-all syntax.
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.

18 years agoRemoved global variable caseins.
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.

18 years agoAdded configure check for assert.h.
John Millaway [Mon, 27 Mar 2006 19:00:17 +0000 (19:00 +0000)]
Added configure check for assert.h.
Added scanner flags stack.

18 years agoAdded extended, perl-compatible comment syntax.
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.

18 years agoChanged explicit 'A'-'Z' to isupper(), where correct to do so.
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.

18 years agoDocumentation.
John Millaway [Fri, 24 Mar 2006 22:33:39 +0000 (22:33 +0000)]
Documentation.

18 years agoAdded appendix of patterns to manual.
John Millaway [Fri, 24 Mar 2006 18:57:57 +0000 (18:57 +0000)]
Added appendix of patterns to manual.

18 years ago.
John Millaway [Thu, 23 Mar 2006 23:34:16 +0000 (23:34 +0000)]
.

18 years agoDocumentation.
John Millaway [Wed, 22 Mar 2006 20:06:56 +0000 (20:06 +0000)]
Documentation.

18 years agoDocumented set difference operator {-}.
John Millaway [Wed, 22 Mar 2006 20:03:43 +0000 (20:03 +0000)]
Documented set difference operator {-}.

18 years agoAdded set difference operator {-} for character classes.
John Millaway [Wed, 22 Mar 2006 19:06:36 +0000 (19:06 +0000)]
Added set difference operator {-} for character classes.

18 years agoAdded negated character class expressions.
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.

18 years agoReplaced sprintf with snprintf everywhere.
John Millaway [Wed, 22 Mar 2006 12:49:41 +0000 (12:49 +0000)]
Replaced sprintf with snprintf everywhere.

18 years agoRemoved includedir from AM_CPPFLAGS #1439351.
John Millaway [Wed, 22 Mar 2006 00:15:10 +0000 (00:15 +0000)]
Removed includedir from AM_CPPFLAGS #1439351.

18 years agoAdded test to verify user code is unmangled.
John Millaway [Tue, 21 Mar 2006 23:49:29 +0000 (23:49 +0000)]
Added test to verify user code is unmangled.

18 years agoFixed escape in actions.
John Millaway [Tue, 21 Mar 2006 21:39:01 +0000 (21:39 +0000)]
Fixed escape in actions.

18 years agoReverted previous input filter changes.
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.

18 years agoRemoved m4 from test-table-opts
John Millaway [Tue, 21 Mar 2006 21:18:02 +0000 (21:18 +0000)]
Removed m4 from test-table-opts

18 years agoRemoved m4 from test-reject
John Millaway [Tue, 21 Mar 2006 20:58:39 +0000 (20:58 +0000)]
Removed m4 from test-reject

18 years agoMoved set_input_file to different file.
John Millaway [Tue, 21 Mar 2006 18:23:06 +0000 (18:23 +0000)]
Moved set_input_file to different file.

18 years agoRelaxed tests for __STDC__ and __STDC_VERSION__ to cope with bugs in GCC and Sun cc.
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.

18 years agoDocumented filter chain. Removed fdopen. Added no-op fseek.
John Millaway [Mon, 20 Mar 2006 01:50:44 +0000 (01:50 +0000)]
Documented filter chain. Removed fdopen. Added no-op fseek.

18 years agoFixed another -Wall report.
John Millaway [Mon, 13 Mar 2006 21:21:56 +0000 (21:21 +0000)]
Fixed another -Wall report.

18 years agonew vi translation
Will Estes [Fri, 10 Mar 2006 14:59:58 +0000 (14:59 +0000)]
new vi translation

18 years agonew nl, ga translations
Will Estes [Thu, 9 Mar 2006 13:45:32 +0000 (13:45 +0000)]
new nl, ga translations

18 years agoadd po.m4 to extra_dist in m4/ so it gets picked up by distributions flex-2-5-33
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

18 years agoadd nls.m4 to extra_dist in m4/ so it will get picked up in distribution tarballs
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

18 years agoremove website directory from configure.in
Will Estes [Tue, 21 Feb 2006 01:10:09 +0000 (01:10 +0000)]
remove website directory from configure.in

18 years agoversion 2.5.33 marks in NEWS and 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

18 years agochange email address in configure.in to point to flex-help@sourceforge.net
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

18 years agoDocumentation.
John Millaway [Mon, 20 Feb 2006 17:30:19 +0000 (17:30 +0000)]
Documentation.

18 years agoAppended to BUGS file.
John Millaway [Mon, 20 Feb 2006 17:17:43 +0000 (17:17 +0000)]
Appended to BUGS file.

18 years agoremove website directory (since it now has its own module in the flex project
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

18 years agoFixed buffer overflow in reject state buffer.
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.

18 years agoReverted num_read from size_t back to int.
John Millaway [Thu, 16 Feb 2006 15:02:53 +0000 (15:02 +0000)]
Reverted num_read from size_t back to int.

18 years agoRemoved reference to RoadMap in Makefile.am.
John Millaway [Wed, 15 Feb 2006 23:58:13 +0000 (23:58 +0000)]
Removed reference to RoadMap in Makefile.am.
Added website directory.

18 years agoremove RoadMap and reference to it in README
Will Estes [Wed, 15 Feb 2006 21:08:40 +0000 (21:08 +0000)]
remove RoadMap and reference to it in README

18 years agoEliminated references to lex.sf.net.
John Millaway [Wed, 15 Feb 2006 18:35:45 +0000 (18:35 +0000)]
Eliminated references to lex.sf.net.

18 years agoTransfered bugs list from lex.sf.net to BUGS file.
John Millaway [Wed, 15 Feb 2006 18:31:06 +0000 (18:31 +0000)]
Transfered bugs list from lex.sf.net to BUGS file.

18 years agoRecommit of last commit -- broken pipe.
John Millaway [Wed, 15 Feb 2006 18:11:40 +0000 (18:11 +0000)]
Recommit of last commit -- broken pipe.

18 years agoyy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.
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.

18 years agoPatched rpm spec file.
John Millaway [Tue, 14 Feb 2006 20:28:28 +0000 (20:28 +0000)]
Patched rpm spec file.

18 years agoAdded C99 macro for inttypes, just to be conformant.
John Millaway [Tue, 14 Feb 2006 20:23:47 +0000 (20:23 +0000)]
Added C99 macro for inttypes, just to be conformant.

18 years agoChanged symbol INFINITE to fix conflict with C math symbol.
John Millaway [Tue, 14 Feb 2006 19:38:11 +0000 (19:38 +0000)]
Changed symbol INFINITE to fix conflict with C math symbol.

18 years agoOmitting parens for named rules in trailing context.
John Millaway [Tue, 14 Feb 2006 19:28:53 +0000 (19:28 +0000)]
Omitting parens for named rules in trailing context.

18 years agoAdded check for locale.h and libintl.h in configure script.
John Millaway [Tue, 14 Feb 2006 18:55:42 +0000 (18:55 +0000)]
Added check for locale.h and libintl.h in configure script.

18 years agoRemoved unused local vars.
John Millaway [Tue, 14 Feb 2006 18:36:53 +0000 (18:36 +0000)]
Removed unused local vars.

18 years agoRemoved certain offending #undefs.
John Millaway [Tue, 14 Feb 2006 18:25:07 +0000 (18:25 +0000)]
Removed certain offending #undefs.

18 years agoRemoved logical and from preprocessor statement.
John Millaway [Tue, 14 Feb 2006 18:07:00 +0000 (18:07 +0000)]
Removed logical and from preprocessor statement.

18 years agoremove eroneously named nl.po.1; update nl.po
Will Estes [Tue, 14 Feb 2006 11:40:42 +0000 (11:40 +0000)]
remove eroneously named nl.po.1; update nl.po

18 years ago.
John Millaway [Tue, 14 Feb 2006 06:38:28 +0000 (06:38 +0000)]
.

18 years agoIncluded <sys/types.h> for serialized tables.
John Millaway [Tue, 14 Feb 2006 05:27:26 +0000 (05:27 +0000)]
Included <sys/types.h> for serialized tables.

18 years agoMinor patch to call to head in configure script.
John Millaway [Tue, 14 Feb 2006 05:22:25 +0000 (05:22 +0000)]
Minor patch to call to head in configure script.

18 years agoDocumentation patch.
John Millaway [Tue, 14 Feb 2006 05:12:34 +0000 (05:12 +0000)]
Documentation patch.

18 years agoPatch for full file system failure.
John Millaway [Tue, 14 Feb 2006 03:32:28 +0000 (03:32 +0000)]
Patch for full file system failure.

18 years agoDocumentation.
John Millaway [Mon, 13 Feb 2006 21:45:06 +0000 (21:45 +0000)]
Documentation.

18 years agoFixed double-fclose when input file is empty.
John Millaway [Mon, 13 Feb 2006 21:18:57 +0000 (21:18 +0000)]
Fixed double-fclose when input file is empty.

18 years agonewtranslations
Will Estes [Fri, 10 Feb 2006 23:17:04 +0000 (23:17 +0000)]
newtranslations

18 years agoImprovement request 1069716 log vs. log10
John Millaway [Thu, 22 Dec 2005 00:24:19 +0000 (00:24 +0000)]
Improvement request 1069716 log vs. log10

18 years agoFixed bug 1257093 yy_init_globals in header file
John Millaway [Thu, 22 Dec 2005 00:16:24 +0000 (00:16 +0000)]
Fixed bug 1257093 yy_init_globals in header file

19 years agonew nl translation
Will Estes [Thu, 14 Apr 2005 20:45:49 +0000 (20:45 +0000)]
new nl translation

19 years agonew nl and vi translations
Will Estes [Thu, 7 Apr 2005 12:49:07 +0000 (12:49 +0000)]
new nl and vi translations

20 years agocorrect improper stdin assignment flex-2-5-32
Will Estes [Tue, 20 Jul 2004 20:32:02 +0000 (20:32 +0000)]
correct improper stdin assignment

20 years agonew tr translation
Will Estes [Sat, 22 May 2004 22:42:53 +0000 (22:42 +0000)]
new tr translation

20 years ago.cvsignore and .indent.pro got missed in the import to sourceforge; replace them
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

20 years agonew fr translation
Will Estes [Tue, 11 May 2004 13:28:01 +0000 (13:28 +0000)]
new fr translation

20 years agopolish is pl, not po
Will Estes [Mon, 3 May 2004 14:52:30 +0000 (14:52 +0000)]
polish is pl, not po

20 years agoyet another sweedish update
Will Estes [Mon, 22 Mar 2004 13:10:44 +0000 (13:10 +0000)]
yet another sweedish update

20 years agonew sv translation
Will Estes [Fri, 19 Mar 2004 14:27:26 +0000 (14:27 +0000)]
new sv translation

20 years agoConfigure checks for GNU m4.
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.

20 years agoadded 3 faqs
John Millaway [Tue, 9 Dec 2003 02:17:58 +0000 (02:17 +0000)]
added 3 faqs

20 years agonew ro translation
Will Estes [Mon, 24 Nov 2003 13:12:28 +0000 (13:12 +0000)]
new ro translation

20 years agonew french translation
Will Estes [Fri, 7 Nov 2003 18:38:15 +0000 (18:38 +0000)]
new french translation

20 years agonew catalan translation from the translation project
Will Estes [Fri, 7 Nov 2003 13:57:37 +0000 (13:57 +0000)]
new catalan translation from the translation project

20 years agonew polish translation; updated irish translation from translation project
Will Estes [Fri, 7 Nov 2003 13:50:20 +0000 (13:50 +0000)]
new polish translation; updated irish translation from translation project

20 years agonew Irish translation
Will Estes [Fri, 10 Oct 2003 12:47:38 +0000 (12:47 +0000)]
new Irish translation

21 years agoadd romanian translation
Will Estes [Mon, 25 Aug 2003 11:57:02 +0000 (11:57 +0000)]
add romanian translation

21 years agoflex_*int* type fixes
Will Estes [Wed, 16 Jul 2003 15:05:54 +0000 (15:05 +0000)]
flex_*int* type fixes

21 years agochange wlestes email address
Will Estes [Wed, 16 Jul 2003 14:45:56 +0000 (14:45 +0000)]
change wlestes email address

21 years agoundef yytext_ptr has some bad side effects
Will Estes [Wed, 16 Jul 2003 14:43:03 +0000 (14:43 +0000)]
undef yytext_ptr has some bad side effects

21 years agoDocumented m4 incompatibility with lex.
John Millaway [Mon, 7 Jul 2003 17:32:24 +0000 (17:32 +0000)]
Documented m4 incompatibility with lex.

21 years agoupgrade to gettext 0.12
Will Estes [Wed, 21 May 2003 17:57:34 +0000 (17:57 +0000)]
upgrade to gettext 0.12

21 years agopatches from manoj via sourceforge
Will Estes [Tue, 20 May 2003 20:25:38 +0000 (20:25 +0000)]
patches from manoj via sourceforge