]> granicus.if.org Git - flex/log
flex
22 years agoif autopoint is going to run automatically, it's going to need to be able to update...
Will Estes [Thu, 8 Aug 2002 13:23:38 +0000 (13:23 +0000)]
if autopoint is going to run automatically, it's going to need to be able to update existing files

22 years agoautopoint now works so let's let it run the gettext show
Will Estes [Thu, 8 Aug 2002 13:22:50 +0000 (13:22 +0000)]
autopoint now works so let's let it run the gettext show

22 years agowe need to index the faq entries
Will Estes [Wed, 7 Aug 2002 17:27:47 +0000 (17:27 +0000)]
we need to index the faq entries

22 years agoproofed "Why do flex scanners call fileno if it is not ANSI compatible?"
Will Estes [Wed, 7 Aug 2002 17:26:50 +0000 (17:26 +0000)]
proofed "Why do flex scanners call fileno if it is not ANSI compatible?"

22 years agoproofed "How do I expand \ escape sequences in C-style quoted strings?"
Will Estes [Wed, 7 Aug 2002 17:23:08 +0000 (17:23 +0000)]
proofed "How do I expand \ escape sequences in C-style quoted strings?"

22 years agochanges to README to align with GNU coding standards
Will Estes [Wed, 7 Aug 2002 17:19:07 +0000 (17:19 +0000)]
changes to README to align with GNU coding standards

22 years agohelp2man should look in builddir for the flex binary
Will Estes [Tue, 6 Aug 2002 13:05:19 +0000 (13:05 +0000)]
help2man should look in builddir for the flex binary

22 years agoFixed yyunput prototype.
John Millaway [Fri, 2 Aug 2002 20:23:28 +0000 (20:23 +0000)]
Fixed yyunput prototype.

22 years agonew fr translation from the translation project
Will Estes [Thu, 1 Aug 2002 15:35:31 +0000 (15:35 +0000)]
new fr translation from the translation project

22 years agonew fr.po translation from the translation project
Will Estes [Thu, 1 Aug 2002 14:02:13 +0000 (14:02 +0000)]
new fr.po translation from the translation project

22 years agoyylineno performance hit is fixed
Will Estes [Thu, 1 Aug 2002 14:00:59 +0000 (14:00 +0000)]
yylineno performance hit is fixed

22 years agoUpdated docs on yylineno.
John Millaway [Wed, 31 Jul 2002 21:29:20 +0000 (21:29 +0000)]
Updated docs on yylineno.

22 years agodiscuss yylineno performance
Will Estes [Wed, 31 Jul 2002 19:19:28 +0000 (19:19 +0000)]
discuss yylineno performance

22 years agoforgot to say what the date was that we made the release
Will Estes [Wed, 31 Jul 2002 17:07:33 +0000 (17:07 +0000)]
forgot to say what the date was that we made the release

22 years agoversion 2.5.11 flex-2-5-11
Will Estes [Wed, 31 Jul 2002 14:52:16 +0000 (14:52 +0000)]
version 2.5.11

22 years agofixed a menu entry and related problems
Will Estes [Wed, 31 Jul 2002 14:45:22 +0000 (14:45 +0000)]
fixed a menu entry and related problems

22 years agosomeday, maybe we can use autopoint
Will Estes [Wed, 31 Jul 2002 14:38:17 +0000 (14:38 +0000)]
someday, maybe we can use autopoint

22 years agowe need to include texinfo.tex now
Will Estes [Wed, 31 Jul 2002 13:56:21 +0000 (13:56 +0000)]
we need to include texinfo.tex now

22 years agoadd texinfo.tex
Will Estes [Wed, 31 Jul 2002 13:55:54 +0000 (13:55 +0000)]
add texinfo.tex

22 years agofix up some fatal bugs in the texinfo of the faq; begin the clean up; remove trailing...
Will Estes [Tue, 30 Jul 2002 15:59:02 +0000 (15:59 +0000)]
fix up some fatal bugs in the texinfo of the faq; begin the clean up; remove trailing and leading white space

22 years agofaqs need work
Will Estes [Tue, 30 Jul 2002 15:53:24 +0000 (15:53 +0000)]
faqs need work

22 years agoprototypes get airtime these days
Will Estes [Tue, 30 Jul 2002 13:03:09 +0000 (13:03 +0000)]
prototypes get airtime these days

22 years agoAdded some comments.
John Millaway [Sun, 28 Jul 2002 20:02:20 +0000 (20:02 +0000)]
Added some comments.

22 years agoFixed bug where yyless did not consider yylineno.
John Millaway [Sun, 28 Jul 2002 18:27:34 +0000 (18:27 +0000)]
Fixed bug where yyless did not consider yylineno.

22 years agoFixed bug I created in previous commit.
John Millaway [Sun, 28 Jul 2002 05:45:34 +0000 (05:45 +0000)]
Fixed bug I created in previous commit.

22 years agoDon't wrap ()s around {NAMEDEFS} at the end of a rule.
John Millaway [Sun, 28 Jul 2002 05:38:21 +0000 (05:38 +0000)]
Don't wrap ()s around {NAMEDEFS} at the end of a rule.

22 years agoFixed test-c-cpp to actually use the C++ compiler for the test.
John Millaway [Sat, 27 Jul 2002 21:37:20 +0000 (21:37 +0000)]
Fixed test-c-cpp to actually use the C++ compiler for the test.
Fixed the bug that this exposed.

22 years agoyylineno check is only performed on rules whose regexs can match a newline.
John Millaway [Sat, 27 Jul 2002 19:34:55 +0000 (19:34 +0000)]
yylineno check is only performed on rules whose regexs can match a newline.

22 years agoAll prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DEFS,...
John Millaway [Thu, 25 Jul 2002 00:43:47 +0000 (00:43 +0000)]
All prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DEFS, which
is defined by default.
The generated scanners build cleanly under gcc's traditional strictness and under C++ compilers.

22 years agodist-bzip2 and rename yy_globals and yy_globals_t flex-2-5-10
Will Estes [Wed, 24 Jul 2002 15:58:26 +0000 (15:58 +0000)]
dist-bzip2 and rename yy_globals and yy_globals_t

22 years agoversion 2.5.10
Will Estes [Wed, 24 Jul 2002 15:57:50 +0000 (15:57 +0000)]
version 2.5.10

22 years agoadd dist-bzip2 to automake_options so we'll start getting tar.bz2 archives
Will Estes [Wed, 24 Jul 2002 15:57:24 +0000 (15:57 +0000)]
add dist-bzip2 to automake_options so we'll start getting tar.bz2 archives

22 years agos/yy_globals_t/yyguts_t/g
John Millaway [Tue, 23 Jul 2002 20:11:21 +0000 (20:11 +0000)]
s/yy_globals_t/yyguts_t/g
s/yy_globals/yyscanner/g

22 years agotypo in tags target
John Millaway [Tue, 23 Jul 2002 17:55:12 +0000 (17:55 +0000)]
typo in tags target

22 years agoRemoved erroneous $(srcdir) from help2man target.
John Millaway [Mon, 22 Jul 2002 16:18:52 +0000 (16:18 +0000)]
Removed erroneous $(srcdir) from help2man target.

22 years agoit's version 2.5.9 now
Will Estes [Mon, 22 Jul 2002 14:03:12 +0000 (14:03 +0000)]
it's version 2.5.9 now

22 years agoupdated gettext to 0.11.3
Will Estes [Mon, 22 Jul 2002 13:56:39 +0000 (13:56 +0000)]
updated gettext to 0.11.3

22 years agoupdated gettext to version 0.11.3
Will Estes [Mon, 22 Jul 2002 13:49:22 +0000 (13:49 +0000)]
updated gettext to version 0.11.3

22 years agorollback on configure.in and autogen.sh because autpoint is broken
Will Estes [Mon, 22 Jul 2002 13:29:53 +0000 (13:29 +0000)]
rollback on configure.in and autogen.sh because autpoint is broken

22 years agonew russian translation from translation project
Will Estes [Mon, 22 Jul 2002 13:15:59 +0000 (13:15 +0000)]
new russian translation from translation project

22 years agook, we're going to start using autopoint, but the tree is going to undergo some chang...
Will Estes [Fri, 19 Jul 2002 21:09:54 +0000 (21:09 +0000)]
ok, we're going to start using autopoint, but the tree is going to undergo some changes after this

22 years agowe're preparing for autopoint
Will Estes [Fri, 19 Jul 2002 21:06:53 +0000 (21:06 +0000)]
we're preparing for autopoint

22 years agoUpdated manual.
John Millaway [Wed, 17 Jul 2002 15:57:29 +0000 (15:57 +0000)]
Updated manual.

22 years agoupdate the NEWS file for lots of things millaway has done
Will Estes [Wed, 17 Jul 2002 12:53:55 +0000 (12:53 +0000)]
update the NEWS file for lots of things millaway has done

22 years agoFixed prototype/definition conflicts with "traditional" C in skeleton at request...
John Millaway [Wed, 17 Jul 2002 06:46:23 +0000 (06:46 +0000)]
Fixed prototype/definition conflicts with "traditional" C in skeleton at request of gcc developer.
Removed duplicate prototypes in gen.c, sym.c, main.c.
Added missing prototypes where needed.
All functions in skeleton follow ISO C style protos and defs, instead of BOTH ISO and new-style.
Skeleton now compiles cleanly under super-strict gcc flags.
Flex itself almost compiles cleanly under strict flags.

22 years agoWorked on mem mgmt sect of manual.
John Millaway [Mon, 15 Jul 2002 18:59:09 +0000 (18:59 +0000)]
Worked on mem mgmt sect of manual.

22 years agoallow blank lines and continuations in more places
Will Estes [Mon, 15 Jul 2002 16:55:22 +0000 (16:55 +0000)]
allow blank lines and continuations in more places

22 years agomillaway finished the faqs directory
Will Estes [Fri, 12 Jul 2002 17:43:49 +0000 (17:43 +0000)]
millaway finished the faqs directory

22 years agoremoved items as per email from millaway
Will Estes [Fri, 12 Jul 2002 17:39:52 +0000 (17:39 +0000)]
removed items as per email from millaway

22 years agoAdded test for %option posix-compat and repeat operator.
John Millaway [Fri, 12 Jul 2002 16:23:02 +0000 (16:23 +0000)]
Added test for %option posix-compat and repeat operator.
Added test for POSIXLY_CORRECT environment variable and repeat operator.

22 years agoFixed POSIXLY_CORRECT detection in scanner.
John Millaway [Fri, 12 Jul 2002 16:21:55 +0000 (16:21 +0000)]
Fixed POSIXLY_CORRECT detection in scanner.

22 years agoMore work on faq.
John Millaway [Thu, 11 Jul 2002 20:27:04 +0000 (20:27 +0000)]
More work on faq.

22 years agoMoved all faqs into manual -- but did not evaluate them yet.
John Millaway [Thu, 11 Jul 2002 20:06:52 +0000 (20:06 +0000)]
Moved all faqs into manual -- but did not evaluate them yet.
Removed the old faq files.

22 years agoRemoved duplicate definition of FLEX_DEBUG. gcc doesn't care, but other compilers...
John Millaway [Wed, 10 Jul 2002 21:59:26 +0000 (21:59 +0000)]
Removed duplicate definition of FLEX_DEBUG. gcc doesn't care, but other compilers might.

22 years agoWrote some more about memory mgmt in the manual.
John Millaway [Wed, 10 Jul 2002 21:55:01 +0000 (21:55 +0000)]
Wrote some more about memory mgmt in the manual.

22 years agoflex.texi now works with install-info.
John Millaway [Wed, 10 Jul 2002 15:43:28 +0000 (15:43 +0000)]
flex.texi now works with install-info.

22 years agoadded items as per email from millaway
Will Estes [Wed, 10 Jul 2002 14:02:28 +0000 (14:02 +0000)]
added items as per email from millaway

22 years agoafter we release a version, we have to keep the version number in NEWS current
Will Estes [Wed, 10 Jul 2002 14:02:05 +0000 (14:02 +0000)]
after we release a version, we have to keep the version number in NEWS current

22 years agoFixed prefix issue with get/set debug functions.
John Millaway [Wed, 10 Jul 2002 00:04:36 +0000 (00:04 +0000)]
Fixed prefix issue with get/set debug functions.
Fixed prefix issues with memory functions.

22 years agoMemory functions are no longer static.
John Millaway [Tue, 9 Jul 2002 23:35:28 +0000 (23:35 +0000)]
Memory functions are no longer static.

22 years agoAdded a missing input file for test-mem-nr/
John Millaway [Tue, 9 Jul 2002 23:02:20 +0000 (23:02 +0000)]
Added a missing input file for test-mem-nr/

22 years agoAdded tests for overriding memory.
John Millaway [Tue, 9 Jul 2002 22:47:52 +0000 (22:47 +0000)]
Added tests for overriding memory.

22 years agoAdded sections in manual for memory management.
John Millaway [Tue, 9 Jul 2002 22:45:41 +0000 (22:45 +0000)]
Added sections in manual for memory management.

22 years agonoted more user visible changes
Will Estes [Tue, 9 Jul 2002 21:36:45 +0000 (21:36 +0000)]
noted more user visible changes

22 years agoAdded yylex_destroy() to non-reentrant scanner.
John Millaway [Tue, 9 Jul 2002 20:52:14 +0000 (20:52 +0000)]
Added yylex_destroy() to non-reentrant scanner.
Added ability to override memory functions.
Added tests for overriding memory functions.

22 years agonew POSIXLY_CORRECT and new ru translation
Will Estes [Tue, 9 Jul 2002 18:41:18 +0000 (18:41 +0000)]
new POSIXLY_CORRECT and new ru translation

22 years agonew ru translation from the translation project
Will Estes [Tue, 9 Jul 2002 18:40:02 +0000 (18:40 +0000)]
new ru translation from the translation project

22 years agoMade note of set/get debug in docs.
John Millaway [Tue, 9 Jul 2002 18:25:03 +0000 (18:25 +0000)]
Made note of set/get debug in docs.

22 years agoReplaced obsolete macros in configure.in.
John Millaway [Tue, 9 Jul 2002 18:11:50 +0000 (18:11 +0000)]
Replaced obsolete macros in configure.in.
Modified create-test to handle the above changes in configure.in.
Added support for <stdbool.h>.

22 years agoCheck POSIXLY_CORRECT env variable.
John Millaway [Tue, 9 Jul 2002 17:27:25 +0000 (17:27 +0000)]
Check POSIXLY_CORRECT env variable.

22 years agoAdded prototypes for the get/set debug functions.
John Millaway [Tue, 9 Jul 2002 16:43:51 +0000 (16:43 +0000)]
Added prototypes for the get/set debug functions.

22 years agoMade yy_flex_debug non-global in reentrant scanner.
John Millaway [Tue, 9 Jul 2002 16:37:04 +0000 (16:37 +0000)]
Made yy_flex_debug non-global in reentrant scanner.
Created get/set functions for yy_flex_debug.
Defined prefixes for new yy_flex_debug symbols.
Added tests/ for yy_flex_debug.

22 years agocreate-test script now modifies .cvsignore
John Millaway [Tue, 9 Jul 2002 16:31:11 +0000 (16:31 +0000)]
create-test script now modifies .cvsignore

22 years agoImproved the error checking.
John Millaway [Tue, 9 Jul 2002 16:22:11 +0000 (16:22 +0000)]
Improved the error checking.

22 years agofix bug whereby prefix didn't get passed to everybody; patch by ...
Will Estes [Wed, 3 Jul 2002 13:12:16 +0000 (13:12 +0000)]
fix bug whereby prefix didn't get passed to everybody; patch by                                        rse@engelschall.com

22 years ago~ is an active character, so we'll just use the word 'about'
Will Estes [Wed, 3 Jul 2002 12:47:16 +0000 (12:47 +0000)]
~ is an active character, so we'll just use the word 'about'

22 years agoFixed typo.
John Millaway [Tue, 2 Jul 2002 22:59:02 +0000 (22:59 +0000)]
Fixed typo.

22 years agoAdded a faq.
John Millaway [Tue, 2 Jul 2002 19:47:15 +0000 (19:47 +0000)]
Added a faq.

22 years agoAdded 'tags' target -- something I should have done long ago.
John Millaway [Fri, 28 Jun 2002 23:05:00 +0000 (23:05 +0000)]
Added 'tags' target -- something I should have done long ago.

22 years agoadd two new items regarding coding; remove tests/ copyright notice
Will Estes [Fri, 28 Jun 2002 16:18:23 +0000 (16:18 +0000)]
add two new items regarding coding; remove tests/ copyright notice
item as it's done

22 years agonote the copyright messages in tests/
Will Estes [Wed, 26 Jun 2002 12:33:26 +0000 (12:33 +0000)]
note the copyright messages in tests/

22 years agoPrepended explicit license to all test-*/ sources.
John Millaway [Tue, 25 Jun 2002 19:37:06 +0000 (19:37 +0000)]
Prepended explicit license to all test-*/ sources.

22 years agonew ca, de, fr, sv, tr translations
Will Estes [Tue, 25 Jun 2002 12:56:36 +0000 (12:56 +0000)]
new ca, de, fr, sv, tr translations

22 years agoadd bootstrapper to the todo list
Will Estes [Wed, 19 Jun 2002 13:40:19 +0000 (13:40 +0000)]
add bootstrapper to the todo list

22 years agonew version number
Will Estes [Wed, 19 Jun 2002 13:38:31 +0000 (13:38 +0000)]
new version number

22 years agoupdate TODO list
Will Estes [Wed, 19 Jun 2002 13:38:19 +0000 (13:38 +0000)]
update TODO list

22 years agoaddress typos in NEWS; add --posix option for ERE parsing the way posix wants it...
Will Estes [Wed, 19 Jun 2002 13:26:43 +0000 (13:26 +0000)]
address typos in NEWS; add --posix option for ERE parsing the way posix wants it; update the TODO file

22 years agomade code quality warning more explicit; gave url for cvs and beta flex
Will Estes [Fri, 31 May 2002 17:18:01 +0000 (17:18 +0000)]
made code quality warning more explicit; gave url for cvs and beta flex

22 years agoFixed bug where omission of user section 3 caused unmatched #ifdef's in generated...
John Millaway [Thu, 23 May 2002 15:53:37 +0000 (15:53 +0000)]
Fixed bug where omission of user section 3 caused unmatched #ifdef's in generated code.

22 years agoconfigure.in requires at least autoconf 2.50
Will Estes [Mon, 20 May 2002 12:39:32 +0000 (12:39 +0000)]
configure.in requires at least autoconf 2.50

22 years agoUpdated my email address.
John Millaway [Mon, 13 May 2002 18:45:49 +0000 (18:45 +0000)]
Updated my email address.

22 years agochomp'd lines when reading external skel file.
John Millaway [Fri, 10 May 2002 19:33:34 +0000 (19:33 +0000)]
chomp'd lines when reading external skel file.

22 years agonew sweedish translation from the translation project
Will Estes [Tue, 7 May 2002 15:00:58 +0000 (15:00 +0000)]
new sweedish translation from the translation project

22 years agonew catalan translation from the translation project
Will Estes [Mon, 29 Apr 2002 15:37:56 +0000 (15:37 +0000)]
new catalan translation from the translation project

22 years agonew spanish translation from the translation project
Will Estes [Mon, 29 Apr 2002 15:37:47 +0000 (15:37 +0000)]
new spanish translation from the translation project

22 years agonote that the lex matching of abc{1,3} is the posix behavior and so we have a problem
Will Estes [Thu, 25 Apr 2002 21:54:44 +0000 (21:54 +0000)]
note that the lex matching of abc{1,3} is the posix behavior and so we have a problem

22 years agonote that the lex matching of abc{1,3} is the posix behavior
Will Estes [Thu, 25 Apr 2002 21:53:02 +0000 (21:53 +0000)]
note that the lex matching of abc{1,3} is the posix behavior

22 years agonew version 2.5.7; use autoconf versioning info
Will Estes [Tue, 23 Apr 2002 11:02:10 +0000 (11:02 +0000)]
new version 2.5.7; use autoconf versioning info

22 years agonote changes in 2.5.7
Will Estes [Tue, 23 Apr 2002 11:01:48 +0000 (11:01 +0000)]
note changes in 2.5.7

22 years agoconditional compile gettext initialization
Will Estes [Tue, 23 Apr 2002 10:23:10 +0000 (10:23 +0000)]
conditional compile gettext initialization