]>
granicus.if.org Git - flex/log
Will Estes [Fri, 9 Aug 2002 14:20:01 +0000 (14:20 +0000)]
remove faq.texi as it's included in flex.texi
Will Estes [Thu, 8 Aug 2002 21:12:39 +0000 (21:12 +0000)]
a few more faq edits; remove faq-89
Will Estes [Thu, 8 Aug 2002 20:50:11 +0000 (20:50 +0000)]
cite, not site
Will Estes [Thu, 8 Aug 2002 20:46:13 +0000 (20:46 +0000)]
and get the faq included
Will Estes [Thu, 8 Aug 2002 20:29:05 +0000 (20:29 +0000)]
fix some grammer/typography in the top node and add a detailed menu
Will Estes [Thu, 8 Aug 2002 17:10:18 +0000 (17:10 +0000)]
we've updated gettext
Will Estes [Thu, 8 Aug 2002 17:04:10 +0000 (17:04 +0000)]
we need to ignore a few more gettext files
Will Estes [Thu, 8 Aug 2002 15:22:01 +0000 (15:22 +0000)]
version 2.5.12
Will Estes [Thu, 8 Aug 2002 14:53:34 +0000 (14:53 +0000)]
mention gettext; document the non-need for bison/flex in the build process
Will Estes [Thu, 8 Aug 2002 14:51:44 +0000 (14:51 +0000)]
include intl in the distribution and in the build process
Will Estes [Thu, 8 Aug 2002 14:12:40 +0000 (14:12 +0000)]
builddir in help2man call needed @-signs around it
Will Estes [Thu, 8 Aug 2002 13:54:58 +0000 (13:54 +0000)]
we can ignore Makefile.in.in
Will Estes [Thu, 8 Aug 2002 13:45:14 +0000 (13:45 +0000)]
oops, too hasty on deleting this directory, sigh
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
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
Will Estes [Wed, 7 Aug 2002 17:27:47 +0000 (17:27 +0000)]
we need to index the faq entries
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?"
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?"
Will Estes [Wed, 7 Aug 2002 17:19:07 +0000 (17:19 +0000)]
changes to README to align with GNU coding standards
Will Estes [Tue, 6 Aug 2002 13:05:19 +0000 (13:05 +0000)]
help2man should look in builddir for the flex binary
John Millaway [Fri, 2 Aug 2002 20:23:28 +0000 (20:23 +0000)]
Fixed yyunput prototype.
Will Estes [Thu, 1 Aug 2002 15:35:31 +0000 (15:35 +0000)]
new fr 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
Will Estes [Thu, 1 Aug 2002 14:00:59 +0000 (14:00 +0000)]
yylineno performance hit is fixed
John Millaway [Wed, 31 Jul 2002 21:29:20 +0000 (21:29 +0000)]
Updated docs on yylineno.
Will Estes [Wed, 31 Jul 2002 19:19:28 +0000 (19:19 +0000)]
discuss yylineno performance
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
Will Estes [Wed, 31 Jul 2002 14:52:16 +0000 (14:52 +0000)]
version 2.5.11
Will Estes [Wed, 31 Jul 2002 14:45:22 +0000 (14:45 +0000)]
fixed a menu entry and related problems
Will Estes [Wed, 31 Jul 2002 14:38:17 +0000 (14:38 +0000)]
someday, maybe we can use autopoint
Will Estes [Wed, 31 Jul 2002 13:56:21 +0000 (13:56 +0000)]
we need to include texinfo.tex now
Will Estes [Wed, 31 Jul 2002 13:55:54 +0000 (13:55 +0000)]
add texinfo.tex
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
Will Estes [Tue, 30 Jul 2002 15:53:24 +0000 (15:53 +0000)]
faqs need work
Will Estes [Tue, 30 Jul 2002 13:03:09 +0000 (13:03 +0000)]
prototypes get airtime these days
John Millaway [Sun, 28 Jul 2002 20:02:20 +0000 (20:02 +0000)]
Added some comments.
John Millaway [Sun, 28 Jul 2002 18:27:34 +0000 (18:27 +0000)]
Fixed bug where yyless did not consider yylineno.
John Millaway [Sun, 28 Jul 2002 05:45:34 +0000 (05:45 +0000)]
Fixed bug I created in previous commit.
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.
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.
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.
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.
Will Estes [Wed, 24 Jul 2002 15:58:26 +0000 (15:58 +0000)]
dist-bzip2 and rename yy_globals and yy_globals_t
Will Estes [Wed, 24 Jul 2002 15:57:50 +0000 (15:57 +0000)]
version 2.5.10
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
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
John Millaway [Tue, 23 Jul 2002 17:55:12 +0000 (17:55 +0000)]
typo in tags target
John Millaway [Mon, 22 Jul 2002 16:18:52 +0000 (16:18 +0000)]
Removed erroneous $(srcdir) from help2man target.
Will Estes [Mon, 22 Jul 2002 14:03:12 +0000 (14:03 +0000)]
it's version 2.5.9 now
Will Estes [Mon, 22 Jul 2002 13:56:39 +0000 (13:56 +0000)]
updated gettext to 0.11.3
Will Estes [Mon, 22 Jul 2002 13:49:22 +0000 (13:49 +0000)]
updated gettext to version 0.11.3
Will Estes [Mon, 22 Jul 2002 13:29:53 +0000 (13:29 +0000)]
rollback on configure.in and autogen.sh because autpoint is broken
Will Estes [Mon, 22 Jul 2002 13:15:59 +0000 (13:15 +0000)]
new russian translation from translation project
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
Will Estes [Fri, 19 Jul 2002 21:06:53 +0000 (21:06 +0000)]
we're preparing for autopoint
John Millaway [Wed, 17 Jul 2002 15:57:29 +0000 (15:57 +0000)]
Updated manual.
Will Estes [Wed, 17 Jul 2002 12:53:55 +0000 (12:53 +0000)]
update the NEWS file for lots of things millaway has done
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.
John Millaway [Mon, 15 Jul 2002 18:59:09 +0000 (18:59 +0000)]
Worked on mem mgmt sect of manual.
Will Estes [Mon, 15 Jul 2002 16:55:22 +0000 (16:55 +0000)]
allow blank lines and continuations in more places
Will Estes [Fri, 12 Jul 2002 17:43:49 +0000 (17:43 +0000)]
millaway finished the faqs directory
Will Estes [Fri, 12 Jul 2002 17:39:52 +0000 (17:39 +0000)]
removed items as per email from millaway
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.
John Millaway [Fri, 12 Jul 2002 16:21:55 +0000 (16:21 +0000)]
Fixed POSIXLY_CORRECT detection in scanner.
John Millaway [Thu, 11 Jul 2002 20:27:04 +0000 (20:27 +0000)]
More work on faq.
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.
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.
John Millaway [Wed, 10 Jul 2002 21:55:01 +0000 (21:55 +0000)]
Wrote some more about memory mgmt in the manual.
John Millaway [Wed, 10 Jul 2002 15:43:28 +0000 (15:43 +0000)]
flex.texi now works with install-info.
Will Estes [Wed, 10 Jul 2002 14:02:28 +0000 (14:02 +0000)]
added items as per email from millaway
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
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.
John Millaway [Tue, 9 Jul 2002 23:35:28 +0000 (23:35 +0000)]
Memory functions are no longer static.
John Millaway [Tue, 9 Jul 2002 23:02:20 +0000 (23:02 +0000)]
Added a missing input file for test-mem-nr/
John Millaway [Tue, 9 Jul 2002 22:47:52 +0000 (22:47 +0000)]
Added tests for overriding memory.
John Millaway [Tue, 9 Jul 2002 22:45:41 +0000 (22:45 +0000)]
Added sections in manual for memory management.
Will Estes [Tue, 9 Jul 2002 21:36:45 +0000 (21:36 +0000)]
noted more user visible changes
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.
Will Estes [Tue, 9 Jul 2002 18:41:18 +0000 (18:41 +0000)]
new POSIXLY_CORRECT and new ru translation
Will Estes [Tue, 9 Jul 2002 18:40:02 +0000 (18:40 +0000)]
new ru translation from the translation project
John Millaway [Tue, 9 Jul 2002 18:25:03 +0000 (18:25 +0000)]
Made note of set/get debug in docs.
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>.
John Millaway [Tue, 9 Jul 2002 17:27:25 +0000 (17:27 +0000)]
Check POSIXLY_CORRECT env variable.
John Millaway [Tue, 9 Jul 2002 16:43:51 +0000 (16:43 +0000)]
Added prototypes for the get/set debug functions.
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.
John Millaway [Tue, 9 Jul 2002 16:31:11 +0000 (16:31 +0000)]
create-test script now modifies .cvsignore
John Millaway [Tue, 9 Jul 2002 16:22:11 +0000 (16:22 +0000)]
Improved the error checking.
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
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'
John Millaway [Tue, 2 Jul 2002 22:59:02 +0000 (22:59 +0000)]
Fixed typo.
John Millaway [Tue, 2 Jul 2002 19:47:15 +0000 (19:47 +0000)]
Added a faq.
John Millaway [Fri, 28 Jun 2002 23:05:00 +0000 (23:05 +0000)]
Added 'tags' target -- something I should have done long ago.
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
Will Estes [Wed, 26 Jun 2002 12:33:26 +0000 (12:33 +0000)]
note the copyright messages in tests/
John Millaway [Tue, 25 Jun 2002 19:37:06 +0000 (19:37 +0000)]
Prepended explicit license to all test-*/ sources.
Will Estes [Tue, 25 Jun 2002 12:56:36 +0000 (12:56 +0000)]
new ca, de, fr, sv, tr translations
Will Estes [Wed, 19 Jun 2002 13:40:19 +0000 (13:40 +0000)]
add bootstrapper to the todo list
Will Estes [Wed, 19 Jun 2002 13:38:31 +0000 (13:38 +0000)]
new version number
Will Estes [Wed, 19 Jun 2002 13:38:19 +0000 (13:38 +0000)]
update TODO list
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