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

22 years agonew german translation from the translation project
Will Estes [Mon, 22 Apr 2002 17:28:21 +0000 (17:28 +0000)]
new german translation from the translation project

22 years agoFixed command line for test-include-by-reentrant/Makefile.am
John Millaway [Fri, 19 Apr 2002 22:40:51 +0000 (22:40 +0000)]
Fixed command line for test-include-by-reentrant/Makefile.am

22 years agoAdded -I . to compiler search path in tests (so it finds the generated parser.h).
John Millaway [Fri, 19 Apr 2002 22:30:52 +0000 (22:30 +0000)]
Added -I . to compiler search path in tests (so it finds the generated parser.h).

22 years agoApplied 'const' to a few more char*, where appropriate.
John Millaway [Fri, 19 Apr 2002 22:20:24 +0000 (22:20 +0000)]
Applied 'const' to a few more char*, where appropriate.

22 years agoAdded top_builddir to -I path.
John Millaway [Fri, 19 Apr 2002 21:54:54 +0000 (21:54 +0000)]
Added top_builddir to -I path.
Changed $(srcdir)/$(testname) to ./$(testname) in 'make test' rule.

22 years agoChanged 'char[]' to 'const char*' wherever in conflicted with gettext.
John Millaway [Fri, 19 Apr 2002 21:53:28 +0000 (21:53 +0000)]
Changed 'char[]' to 'const char*' wherever in conflicted with gettext.

22 years agonew files from translation after 2.5.6 beta release
Will Estes [Fri, 19 Apr 2002 14:35:49 +0000 (14:35 +0000)]
new files from translation after 2.5.6 beta release

22 years agoFixed minor typo/cut and paste error.
John Millaway [Thu, 18 Apr 2002 23:01:49 +0000 (23:01 +0000)]
Fixed minor typo/cut and paste error.

22 years agoAdded yylineno test.
John Millaway [Thu, 18 Apr 2002 22:07:23 +0000 (22:07 +0000)]
Added yylineno test.

22 years agoAdded yylineno tests.
John Millaway [Thu, 18 Apr 2002 22:06:46 +0000 (22:06 +0000)]
Added yylineno tests.

22 years agoCreated yylineno tests.
John Millaway [Thu, 18 Apr 2002 22:06:27 +0000 (22:06 +0000)]
Created yylineno tests.

22 years agoApplied gettext macros to error messages from scanopt.
John Millaway [Mon, 15 Apr 2002 20:49:57 +0000 (20:49 +0000)]
Applied gettext macros to error messages from scanopt.

22 years agoChanged copyright from Millaway to flex? U.S. Gov't? Regents of U. Cali.? Paxson?
John Millaway [Mon, 15 Apr 2002 20:46:33 +0000 (20:46 +0000)]
Changed copyright from Millaway to flex? U.S. Gov't? Regents of U. Cali.?  Paxson?

22 years agowe missed a few main.c files in the distribution
Will Estes [Mon, 15 Apr 2002 14:44:11 +0000 (14:44 +0000)]
we missed a few main.c files in the distribution

22 years agoa lot more work has happened to flex; note this by removing a number
Will Estes [Mon, 15 Apr 2002 12:05:16 +0000 (12:05 +0000)]
a lot more work has happened to flex; note this by removing a number
of TODO entries

22 years agomake sure all gettext modules use gettext translation facilities
Will Estes [Mon, 15 Apr 2002 11:59:08 +0000 (11:59 +0000)]
make sure all gettext modules use gettext translation facilities

22 years agoConverted faqs 34-41 to texinfo.
John Millaway [Sun, 14 Apr 2002 19:53:38 +0000 (19:53 +0000)]
Converted faqs 34-41 to texinfo.

22 years agoAdded faq.texi to archive.
John Millaway [Sun, 14 Apr 2002 18:42:56 +0000 (18:42 +0000)]
Added faq.texi to archive.
Added faq.texi to flex_TEXINFOS macro in Makefile.am.
flex.texi now includes faq.texi.

22 years agodefined FLEX_EXIT macro to call longjmp on errors.
John Millaway [Sat, 13 Apr 2002 04:16:05 +0000 (04:16 +0000)]
defined FLEX_EXIT macro to call longjmp on errors.

22 years agoReplaced exit(2) calls with longjmps (in the form of FLEX_EXIT macro).
John Millaway [Sat, 13 Apr 2002 04:08:57 +0000 (04:08 +0000)]
Replaced exit(2) calls with longjmps (in the form of FLEX_EXIT macro).
Moved main() to flex_main() to allow flex to be called from a library.

22 years agoFixed minor typo in error message
John Millaway [Sat, 13 Apr 2002 04:06:57 +0000 (04:06 +0000)]
Fixed  minor typo in error message

22 years agoremoved eroneous files listed in EXTRA_DIST
Will Estes [Fri, 12 Apr 2002 16:23:28 +0000 (16:23 +0000)]
removed eroneous files listed in EXTRA_DIST

22 years agoignore Makefile.in
Will Estes [Fri, 12 Apr 2002 16:09:51 +0000 (16:09 +0000)]
ignore Makefile.in

22 years agoit's Makefile.in, not makefile.in
Will Estes [Fri, 12 Apr 2002 16:09:15 +0000 (16:09 +0000)]
it's Makefile.in, not makefile.in

22 years agoput test-yyextra under automake
Will Estes [Fri, 12 Apr 2002 16:02:21 +0000 (16:02 +0000)]
put test-yyextra under automake

22 years agoput test-string-r under automake
Will Estes [Fri, 12 Apr 2002 15:52:38 +0000 (15:52 +0000)]
put test-string-r under automake

22 years agowe can ignore Makefile.in
Will Estes [Fri, 12 Apr 2002 15:50:04 +0000 (15:50 +0000)]
we can ignore Makefile.in

22 years agoput test-string-nr under automake
Will Estes [Fri, 12 Apr 2002 15:49:38 +0000 (15:49 +0000)]
put test-string-nr under automake

22 years agoignore Makefile.in
Will Estes [Fri, 12 Apr 2002 15:40:26 +0000 (15:40 +0000)]
ignore Makefile.in

22 years agoput test-pthread under automake
Will Estes [Fri, 12 Apr 2002 15:37:55 +0000 (15:37 +0000)]
put test-pthread under automake

22 years agoput test-prefix-r under automake
Will Estes [Fri, 12 Apr 2002 15:23:45 +0000 (15:23 +0000)]
put test-prefix-r under automake

22 years agowe can ignore Makefile.in
Will Estes [Fri, 12 Apr 2002 15:20:11 +0000 (15:20 +0000)]
we can ignore Makefile.in

22 years agoput test-prefix-nr under automake
Will Estes [Fri, 12 Apr 2002 15:19:25 +0000 (15:19 +0000)]
put test-prefix-nr under automake

22 years agoput test-multiple-scanners-r under automake
Will Estes [Fri, 12 Apr 2002 12:02:52 +0000 (12:02 +0000)]
put test-multiple-scanners-r under automake

22 years agowe can ignore Makefile.in now
Will Estes [Fri, 12 Apr 2002 11:59:59 +0000 (11:59 +0000)]
we can ignore Makefile.in now

22 years agoput test-multiple-scanners-nr under automake
Will Estes [Fri, 12 Apr 2002 11:59:22 +0000 (11:59 +0000)]
put test-multiple-scanners-nr under automake

22 years agowe didn't need parser.y
Will Estes [Thu, 11 Apr 2002 11:44:16 +0000 (11:44 +0000)]
we didn't need parser.y

22 years agowork done on the test suite; remove relevant entries from TODO
Will Estes [Thu, 11 Apr 2002 11:43:23 +0000 (11:43 +0000)]
work done on the test suite; remove relevant entries from TODO

22 years agoput test-include-by-reentrant under automake
Will Estes [Wed, 10 Apr 2002 17:06:38 +0000 (17:06 +0000)]
put test-include-by-reentrant under automake

22 years agowe have a Makefile.in which we need to ignore
Will Estes [Tue, 9 Apr 2002 13:52:33 +0000 (13:52 +0000)]
we have a Makefile.in which we need to ignore

22 years agotest-include-by-buffer now under automake control
Will Estes [Tue, 9 Apr 2002 13:33:05 +0000 (13:33 +0000)]
test-include-by-buffer now under automake control

22 years agoand we want LFLAGS in the rule to make scanner.c as well
Will Estes [Tue, 9 Apr 2002 13:32:20 +0000 (13:32 +0000)]
and we want LFLAGS in the rule to make scanner.c as well

22 years agoput test-header-r under automake
Will Estes [Tue, 9 Apr 2002 13:13:53 +0000 (13:13 +0000)]
put test-header-r under automake

22 years agowe now generate a Makefile.in from automake; cvs should ignore it
Will Estes [Tue, 9 Apr 2002 13:12:41 +0000 (13:12 +0000)]
we now generate a Makefile.in from automake; cvs should ignore it

22 years agoadd dependencies for main.o and scaner.h
Will Estes [Tue, 9 Apr 2002 13:12:16 +0000 (13:12 +0000)]
add dependencies for main.o and scaner.h

22 years agoWe may want to have LFLAGS readily available
Will Estes [Tue, 9 Apr 2002 13:11:25 +0000 (13:11 +0000)]
We may want to have LFLAGS readily available

22 years agoput test-header-nr under automake
Will Estes [Tue, 9 Apr 2002 12:48:10 +0000 (12:48 +0000)]
put test-header-nr under automake

22 years agooops, we need to clean objects too
Will Estes [Tue, 9 Apr 2002 12:47:08 +0000 (12:47 +0000)]
oops, we need to clean objects too

22 years agonow that config.h lives in the top-level directory, we need to tell the testsuite
Will Estes [Tue, 9 Apr 2002 12:35:52 +0000 (12:35 +0000)]
now that config.h lives in the top-level directory, we need to tell the testsuite

22 years agowe can ignore some Makefile.in
Will Estes [Mon, 8 Apr 2002 15:06:34 +0000 (15:06 +0000)]
we can ignore some Makefile.in

22 years agoonly one config file header apparently; this will have consequences in the test suite
Will Estes [Mon, 8 Apr 2002 15:00:44 +0000 (15:00 +0000)]
only one config file header apparently; this will have consequences in the test suite

22 years agoadding automake support
Will Estes [Mon, 8 Apr 2002 14:36:04 +0000 (14:36 +0000)]
adding automake support

22 years agotuned Makefile.am to build correctly; ignore Makefile.in now
Will Estes [Mon, 8 Apr 2002 14:26:43 +0000 (14:26 +0000)]
tuned Makefile.am to build correctly; ignore Makefile.in now

22 years agotest suite changes
Will Estes [Mon, 8 Apr 2002 13:22:08 +0000 (13:22 +0000)]
test suite changes

22 years agotest suite changes
Will Estes [Mon, 8 Apr 2002 13:13:13 +0000 (13:13 +0000)]
test suite changes

22 years agoCorrected error in manual regarding return type for yy_scan_{string,buffer,bytes}.
John Millaway [Fri, 5 Apr 2002 19:18:26 +0000 (19:18 +0000)]
Corrected error in manual regarding return type for yy_scan_{string,buffer,bytes}.

22 years agonew german translations from the translation project
Will Estes [Fri, 5 Apr 2002 13:25:50 +0000 (13:25 +0000)]
new german translations from the translation project

22 years agonew spanish translations
Will Estes [Wed, 3 Apr 2002 18:13:42 +0000 (18:13 +0000)]
new spanish translations

22 years agoDIST_SUBDIRS: new variable. we can build flex with SUBDIRS and then build the distrib...
Will Estes [Mon, 1 Apr 2002 16:47:33 +0000 (16:47 +0000)]
DIST_SUBDIRS: new variable. we can build flex with SUBDIRS and then build the distribution using DIST_SUBDIRS

22 years agofix typo in comment
Will Estes [Mon, 1 Apr 2002 13:03:33 +0000 (13:03 +0000)]
fix typo in comment

22 years agoDocumented the header file kludge, (in anticipation of buffering Section 1.)
John Millaway [Sun, 31 Mar 2002 17:17:13 +0000 (17:17 +0000)]
Documented the header file kludge, (in anticipation of buffering Section 1.)

22 years agoCreated appendix "Makefiles and Flex" in the manual.
John Millaway [Sun, 31 Mar 2002 03:26:58 +0000 (03:26 +0000)]
Created appendix "Makefiles and Flex" in the manual.

22 years agoupdating manual.
John Millaway [Sat, 30 Mar 2002 00:12:11 +0000 (00:12 +0000)]
updating manual.

22 years agowe want parse.y, not parse.c
Will Estes [Fri, 29 Mar 2002 22:32:28 +0000 (22:32 +0000)]
we want parse.y, not parse.c

22 years agoIndexing the manual (75% done).
John Millaway [Fri, 29 Mar 2002 21:37:51 +0000 (21:37 +0000)]
Indexing the manual (75% done).

22 years agounlisted intermediate flex/yacc-created files
Will Estes [Fri, 29 Mar 2002 21:08:18 +0000 (21:08 +0000)]
unlisted intermediate flex/yacc-created files

22 years agomillaway has done more work
Will Estes [Fri, 29 Mar 2002 20:59:15 +0000 (20:59 +0000)]
millaway has done more work

22 years agook, one last touch up; users most likely wont have help2man so we need to insure...
Will Estes [Fri, 29 Mar 2002 20:03:59 +0000 (20:03 +0000)]
ok, one last touch up; users most likely wont have help2man so we need to insure that's ok

22 years agofine tune flex.1 some more
Will Estes [Fri, 29 Mar 2002 19:55:52 +0000 (19:55 +0000)]
fine tune flex.1 some more

22 years agogeneralize the manpage a bit and tell autofoo about help2man
Will Estes [Fri, 29 Mar 2002 19:36:38 +0000 (19:36 +0000)]
generalize the manpage a bit and tell autofoo about help2man

22 years agonew danish from translation project robot
Will Estes [Fri, 29 Mar 2002 17:18:18 +0000 (17:18 +0000)]
new danish from translation project robot

22 years agoIndexing the manual -- it's only half done.
John Millaway [Thu, 28 Mar 2002 21:02:17 +0000 (21:02 +0000)]
Indexing the manual -- it's only half done.

22 years agoflex manual now uses automake's versioning info.
John Millaway [Thu, 28 Mar 2002 20:57:59 +0000 (20:57 +0000)]
flex manual now uses automake's versioning info.

22 years agoMentioned requirements for gettext and help2man.
John Millaway [Thu, 28 Mar 2002 19:55:41 +0000 (19:55 +0000)]
Mentioned requirements for gettext and help2man.

22 years agoOutput of `flex --version` now matches GNU coding standards.
John Millaway [Thu, 28 Mar 2002 19:52:33 +0000 (19:52 +0000)]
Output of `flex --version` now matches GNU coding standards.
Makefile.am now uses `help2man` to generate flex.1

22 years agomillaway has done a lot on the TODO list; remove those items that he has take care of
Will Estes [Wed, 27 Mar 2002 13:58:29 +0000 (13:58 +0000)]
millaway has done a lot on the TODO list; remove those items that he has take care of

22 years agoedited millaway's initial draft
Will Estes [Wed, 27 Mar 2002 13:45:47 +0000 (13:45 +0000)]
edited millaway's initial draft

22 years agoCreated file.
John Millaway [Wed, 27 Mar 2002 01:09:09 +0000 (01:09 +0000)]
Created file.

22 years agoFixed case of node names in flex.texi.
John Millaway [Wed, 27 Mar 2002 00:28:34 +0000 (00:28 +0000)]
Fixed case of node names in flex.texi.

22 years agolex- and yacc- generated files
Will Estes [Sun, 24 Mar 2002 21:08:45 +0000 (21:08 +0000)]
lex- and yacc- generated files

22 years agonew french
Will Estes [Sun, 24 Mar 2002 19:25:23 +0000 (19:25 +0000)]
new french

22 years agoending periods in news items removed; mention nounistd options
Will Estes [Mon, 18 Mar 2002 13:27:02 +0000 (13:27 +0000)]
ending periods in news items removed; mention nounistd options

22 years agoupdated sweedish translations
Will Estes [Mon, 18 Mar 2002 13:00:20 +0000 (13:00 +0000)]
updated sweedish translations

22 years agogerman translation
Will Estes [Mon, 18 Mar 2002 13:00:00 +0000 (13:00 +0000)]
german translation

22 years agoRemoved CFront 1.2 -specific code from skeleton, because CFront now defines __cpluspl...
John Millaway [Mon, 18 Mar 2002 07:50:28 +0000 (07:50 +0000)]
Removed CFront 1.2 -specific code from skeleton, because CFront now defines __cplusplus properly.
Removed TurboC-specific code from skeleton.
Skeleton now includes proper C++ standard headers.
Relocated "unistd.h" code after user section 1 to allow user to overrid it.
New option "nounistd" to suppress unistd.h from being included.

22 years agonew turkish translation
Will Estes [Fri, 15 Mar 2002 16:29:27 +0000 (16:29 +0000)]
new turkish translation

22 years agomention included translations
Will Estes [Fri, 15 Mar 2002 15:33:09 +0000 (15:33 +0000)]
mention included translations

22 years agowe've done the gettext thing, but sometime we should get 0.11.1
Will Estes [Fri, 15 Mar 2002 15:32:49 +0000 (15:32 +0000)]
we've done the gettext thing, but sometime we should get 0.11.1

22 years agonew catalan translation
Will Estes [Fri, 15 Mar 2002 15:30:10 +0000 (15:30 +0000)]
new catalan translation

22 years agoAdded section on format of comments.
John Millaway [Thu, 14 Mar 2002 23:23:34 +0000 (23:23 +0000)]
Added section on format of comments.

22 years agoSplit format chapter into sections.
John Millaway [Thu, 14 Mar 2002 22:18:07 +0000 (22:18 +0000)]
Split format chapter into sections.

22 years agoRemoved explicit pointers in node definitions.
John Millaway [Thu, 14 Mar 2002 21:51:31 +0000 (21:51 +0000)]
Removed explicit pointers in node definitions.