]> granicus.if.org Git - flex/log
flex
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

21 years agoupgrade gettext to 0.12; this allows running make pdf and make ps to be successful
Will Estes [Tue, 20 May 2003 20:09:14 +0000 (20:09 +0000)]
upgrade gettext to 0.12; this allows running make pdf and make ps to be successful

21 years agocvs should ignore flex.pdf and flex.ps
Will Estes [Tue, 20 May 2003 17:41:23 +0000 (17:41 +0000)]
cvs should ignore flex.pdf and flex.ps

21 years agoAdded yylineno bugs to TODO list.
John Millaway [Fri, 25 Apr 2003 19:45:00 +0000 (19:45 +0000)]
Added yylineno bugs to TODO list.

21 years agoDocbook.
John Millaway [Thu, 3 Apr 2003 01:01:37 +0000 (01:01 +0000)]
Docbook.

21 years agoxml now validates.
John Millaway [Thu, 3 Apr 2003 00:22:08 +0000 (00:22 +0000)]
xml now validates.

21 years agoBegan conversion to DocBook.
John Millaway [Wed, 2 Apr 2003 23:20:49 +0000 (23:20 +0000)]
Began conversion to DocBook.

21 years agoversion 2.5.31 flex-2-5-31
Will Estes [Tue, 1 Apr 2003 16:17:51 +0000 (16:17 +0000)]
version 2.5.31

21 years agoremove --enable-maintainer-mode configure option
Will Estes [Tue, 1 Apr 2003 16:14:01 +0000 (16:14 +0000)]
remove --enable-maintainer-mode configure option

21 years agoremove AM_MAINTAINER_MODE
Will Estes [Tue, 1 Apr 2003 16:08:28 +0000 (16:08 +0000)]
remove AM_MAINTAINER_MODE

21 years agoRenamed some internal variables. flex-2-5-30
John Millaway [Tue, 1 Apr 2003 01:51:38 +0000 (01:51 +0000)]
Renamed some internal variables.

21 years agoyylineno is now per-buffer in reentrant scanners
Will Estes [Mon, 31 Mar 2003 13:21:40 +0000 (13:21 +0000)]
yylineno is now per-buffer in reentrant scanners

21 years agoAdded TODO item.
John Millaway [Mon, 31 Mar 2003 02:04:00 +0000 (02:04 +0000)]
Added TODO item.

21 years agoyylineno is per-buffer in the reentrant scanner.
John Millaway [Sun, 30 Mar 2003 19:58:44 +0000 (19:58 +0000)]
yylineno is per-buffer in the reentrant scanner.
support for yycolumn exists, but is not yet developed.

21 years agoMinor documentation.
John Millaway [Fri, 28 Mar 2003 21:08:40 +0000 (21:08 +0000)]
Minor documentation.

21 years agoadded %top directive
Will Estes [Fri, 28 Mar 2003 14:17:06 +0000 (14:17 +0000)]
added %top directive

21 years agoAdded %top block syntax.
John Millaway [Thu, 27 Mar 2003 18:02:58 +0000 (18:02 +0000)]
Added %top block syntax.
Added test for %top block.
Documented %top block.

21 years agoDocumented the m4 dependency.
John Millaway [Thu, 27 Mar 2003 04:02:15 +0000 (04:02 +0000)]
Documented the m4 dependency.

21 years agocheck for sys/wait.h since we use wait(2)
Will Estes [Wed, 26 Mar 2003 21:43:48 +0000 (21:43 +0000)]
check for sys/wait.h since we use wait(2)

21 years agoreorder include directives so as to catch system integer types before flex defined...
Will Estes [Wed, 26 Mar 2003 21:35:19 +0000 (21:35 +0000)]
reorder include directives so as to catch system integer types before flex defined values for same

21 years agoassign tasks due before major release can happen; remove
Will Estes [Wed, 26 Mar 2003 19:19:08 +0000 (19:19 +0000)]
assign tasks due before major release can happen; remove
--enable-maintainer-mode entry

21 years agoonly rebuild the ChangeLog if we're inside a cvs working directory
Will Estes [Wed, 26 Mar 2003 19:15:31 +0000 (19:15 +0000)]
only rebuild the ChangeLog if we're inside a cvs working directory

21 years agoadd tools/ subdirectory to distribution
Will Estes [Wed, 26 Mar 2003 19:05:27 +0000 (19:05 +0000)]
add tools/ subdirectory to distribution

21 years agoremove maintainer_mode conditional; add filter.c and regex.c to indentfiles; reformat...
Will Estes [Wed, 26 Mar 2003 19:05:14 +0000 (19:05 +0000)]
remove maintainer_mode conditional; add filter.c and regex.c to indentfiles; reformat and sort indentfiles so it's easier to add files in the future

21 years agoclean up flex.texi processing leftovers with cleanfiles
Will Estes [Wed, 26 Mar 2003 19:04:07 +0000 (19:04 +0000)]
clean up flex.texi processing leftovers with cleanfiles

21 years agoan awk script wasn't included in the distribution
Will Estes [Wed, 26 Mar 2003 18:29:45 +0000 (18:29 +0000)]
an awk script wasn't included in the distribution

21 years agoAdded test for yypush_buffer_state and yypop_buffer_state.
John Millaway [Wed, 26 Mar 2003 16:52:53 +0000 (16:52 +0000)]
Added test for yypush_buffer_state and yypop_buffer_state.

21 years agoRemoved items from TODO list.
John Millaway [Wed, 26 Mar 2003 03:27:36 +0000 (03:27 +0000)]
Removed items from TODO list.

21 years agoAdded test for #line directives.
John Millaway [Wed, 26 Mar 2003 03:26:50 +0000 (03:26 +0000)]
Added test for #line directives.

21 years agoAdded test for noansi (traditional) options.
John Millaway [Wed, 26 Mar 2003 01:37:33 +0000 (01:37 +0000)]
Added test for noansi (traditional) options.
Reordered the tests so the basic ones are first.