]> granicus.if.org Git - flex/log
flex
21 years agoFixed bug in yyless definition where argument was not enclosed in parentheses.
John Millaway [Fri, 29 Nov 2002 03:29:10 +0000 (03:29 +0000)]
Fixed bug in yyless definition where argument was not enclosed in parentheses.

21 years agoflex uses flex_int*_t types
Will Estes [Wed, 27 Nov 2002 18:42:51 +0000 (18:42 +0000)]
flex uses flex_int*_t types

21 years agointeger types for non-C99 systems flexint.h
Will Estes [Wed, 27 Nov 2002 18:41:07 +0000 (18:41 +0000)]
integer types for non-C99 systems flexint.h

21 years agoChanged int types to flex_intX_t. The build is now broken until typedef's are
John Millaway [Wed, 27 Nov 2002 14:43:24 +0000 (14:43 +0000)]
Changed int types to flex_intX_t. The build is now broken until typedef's are
established.

21 years agoMAINTAINERCLEANFILES: new variable: try to make it so that make maintainer-clean...
Will Estes [Wed, 27 Nov 2002 14:05:27 +0000 (14:05 +0000)]
MAINTAINERCLEANFILES: new variable: try to make it so that make maintainer-clean  erases everything not under version control

21 years agoremove config.rpath
Will Estes [Wed, 27 Nov 2002 13:53:14 +0000 (13:53 +0000)]
remove config.rpath

21 years agojust list location of betas
Will Estes [Wed, 27 Nov 2002 13:52:44 +0000 (13:52 +0000)]
just list location of betas

21 years ago__STDC_VERSION__ needs an L suffix
Will Estes [Tue, 26 Nov 2002 14:46:31 +0000 (14:46 +0000)]
__STDC_VERSION__ needs an L suffix

21 years agonew pt_br translation from the translation project
Will Estes [Tue, 26 Nov 2002 13:22:54 +0000 (13:22 +0000)]
new pt_br translation from the translation project

21 years agoinclude inttypes.h for folks who really are C99
Will Estes [Mon, 25 Nov 2002 16:19:35 +0000 (16:19 +0000)]
include inttypes.h for folks who really are C99

21 years agofix a typo
Will Estes [Mon, 25 Nov 2002 14:17:02 +0000 (14:17 +0000)]
fix a typo

21 years agoversion 2.5.24 flex-2-5-24
Will Estes [Mon, 25 Nov 2002 13:53:23 +0000 (13:53 +0000)]
version 2.5.24

21 years agotry to make sure we have GNU m4
Will Estes [Sat, 23 Nov 2002 17:59:53 +0000 (17:59 +0000)]
try to make sure we have GNU m4

21 years agoinclude tests/test-c++-multipl-scanners/test.input
Will Estes [Sat, 23 Nov 2002 17:56:06 +0000 (17:56 +0000)]
include tests/test-c++-multipl-scanners/test.input

21 years agomore portability fixes
Will Estes [Sat, 23 Nov 2002 17:28:41 +0000 (17:28 +0000)]
more portability fixes

21 years agoapparently on some BSD systems, we need sys/params.h; reported by millaway
Will Estes [Sat, 23 Nov 2002 16:50:32 +0000 (16:50 +0000)]
apparently on some BSD systems, we need sys/params.h; reported by millaway

21 years agoupdate NEWS
Will Estes [Fri, 22 Nov 2002 21:04:23 +0000 (21:04 +0000)]
update NEWS

21 years agoFixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.
John Millaway [Fri, 22 Nov 2002 20:38:04 +0000 (20:38 +0000)]
Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.
Removed yylex_destroy from C++ scanner.

21 years agorenamed some faqs.
John Millaway [Fri, 22 Nov 2002 20:05:04 +0000 (20:05 +0000)]
renamed some faqs.

21 years agoupdate wording about authorship
Will Estes [Fri, 22 Nov 2002 13:20:23 +0000 (13:20 +0000)]
update wording about authorship

21 years agoRemoved space before line num in error messages to look more like gcc's errors.
John Millaway [Sun, 17 Nov 2002 22:17:14 +0000 (22:17 +0000)]
Removed space before line num in error messages to look more like gcc's errors.

21 years agonew turkish translation from the translation project
Will Estes [Wed, 6 Nov 2002 15:16:43 +0000 (15:16 +0000)]
new turkish translation from the translation project

21 years agoapplied c++ from lilypond folks for std:: reasons
Will Estes [Mon, 28 Oct 2002 12:21:50 +0000 (12:21 +0000)]
applied c++ from lilypond folks for std:: reasons

22 years agoproofreading
Will Estes [Fri, 25 Oct 2002 19:18:09 +0000 (19:18 +0000)]
proofreading

22 years agoproofreading
Will Estes [Thu, 24 Oct 2002 20:07:41 +0000 (20:07 +0000)]
proofreading

22 years agouse c-style header names in c++ for now; at some point we'll have a separate c++...
Will Estes [Tue, 22 Oct 2002 14:28:27 +0000 (14:28 +0000)]
use c-style header names in c++ for now; at some point we'll have a separate c++ skeleton and we can go whole-hog pure c++

22 years agoc++ rants
Will Estes [Tue, 22 Oct 2002 14:01:35 +0000 (14:01 +0000)]
c++ rants

22 years agomore proofreading
Will Estes [Tue, 22 Oct 2002 13:37:43 +0000 (13:37 +0000)]
more proofreading

22 years agoinclude intent.pro; indent target is MAINTAINER_MODE conditional
Will Estes [Tue, 22 Oct 2002 13:37:05 +0000 (13:37 +0000)]
include intent.pro; indent target is MAINTAINER_MODE conditional

22 years agoWhen we use AC_PATH_PROG, value-if-not-found is the name of the
Will Estes [Tue, 22 Oct 2002 12:32:31 +0000 (12:32 +0000)]
When we use AC_PATH_PROG, value-if-not-found is the name of the
program we wanted to find; this will generate more helpful error messages

22 years agoAdded a missing function prototype.
John Millaway [Mon, 21 Oct 2002 23:52:35 +0000 (23:52 +0000)]
Added a missing function prototype.

22 years agoversion 2.5.23 flex-2-5-23
Will Estes [Mon, 21 Oct 2002 17:30:43 +0000 (17:30 +0000)]
version 2.5.23

22 years agoupdate NEWS on recent changes
Will Estes [Mon, 21 Oct 2002 17:27:48 +0000 (17:27 +0000)]
update NEWS on recent changes

22 years agouse sys/types.h and not inttypes.h
Will Estes [Mon, 21 Oct 2002 17:21:18 +0000 (17:21 +0000)]
use sys/types.h and not inttypes.h

22 years agocheck for limits.h
Will Estes [Mon, 21 Oct 2002 17:20:57 +0000 (17:20 +0000)]
check for limits.h

22 years agoupdate TODO on recent suggestions
Will Estes [Mon, 21 Oct 2002 17:19:08 +0000 (17:19 +0000)]
update TODO on recent suggestions

22 years agotitlepage and contents
Will Estes [Mon, 21 Oct 2002 15:28:19 +0000 (15:28 +0000)]
titlepage and contents

22 years agotypo
Will Estes [Mon, 21 Oct 2002 14:45:52 +0000 (14:45 +0000)]
typo

22 years agoinclude README.cvs-snapshot in the distribution; in README-cvs-snapshot, mention...
Will Estes [Mon, 21 Oct 2002 14:27:36 +0000 (14:27 +0000)]
include README.cvs-snapshot in the distribution; in README-cvs-snapshot, mention the need for enable-maintainer-mode

22 years agotypo.
John Millaway [Mon, 21 Oct 2002 02:26:35 +0000 (02:26 +0000)]
typo.

22 years agoreport the current version info that flex provides; reformat a list of non-posix...
Will Estes [Fri, 18 Oct 2002 15:25:56 +0000 (15:25 +0000)]
report the current version info that flex provides; reformat a list of non-posix features

22 years agoreport the current version info that flex provides
Will Estes [Fri, 18 Oct 2002 15:25:29 +0000 (15:25 +0000)]
report the current version info that flex provides

22 years agoFLEX_BETA defined if flex is beta
Will Estes [Fri, 18 Oct 2002 15:23:42 +0000 (15:23 +0000)]
FLEX_BETA defined if flex is beta

22 years agoif we're doing c++, then we can't use long long
Will Estes [Wed, 16 Oct 2002 13:15:37 +0000 (13:15 +0000)]
if we're doing c++, then we can't use long long

22 years agoupdate TODO on several things
Will Estes [Mon, 14 Oct 2002 15:33:23 +0000 (15:33 +0000)]
update TODO on several things

22 years agomore proofreading
Will Estes [Fri, 11 Oct 2002 20:40:01 +0000 (20:40 +0000)]
more proofreading

22 years agoremove BISON assignment as per suggestion from Akim Demaille
Will Estes [Fri, 11 Oct 2002 15:26:42 +0000 (15:26 +0000)]
remove BISON assignment as per suggestion from Akim Demaille

22 years agoremove intl from dist
Will Estes [Fri, 11 Oct 2002 15:04:09 +0000 (15:04 +0000)]
remove intl from dist

22 years agowe use maintainer mode now
Will Estes [Fri, 11 Oct 2002 14:33:53 +0000 (14:33 +0000)]
we use maintainer mode now

22 years agoinclude create-test
Will Estes [Fri, 11 Oct 2002 14:33:14 +0000 (14:33 +0000)]
include create-test

22 years agorename test to check-local as per Akim Demaille; test for failed tests
Will Estes [Fri, 11 Oct 2002 14:23:14 +0000 (14:23 +0000)]
rename test to check-local as per Akim Demaille; test for failed tests
so that make check fails if any tests do

22 years agouse dist_noinst_scripts as per email from Akim Demaille
Will Estes [Fri, 11 Oct 2002 12:46:52 +0000 (12:46 +0000)]
use dist_noinst_scripts as per email from Akim Demaille

22 years agoDocumentation.
John Millaway [Thu, 10 Oct 2002 21:42:45 +0000 (21:42 +0000)]
Documentation.

22 years agoversion 2.5.22; portability fixes and attn to the test suite
Will Estes [Thu, 10 Oct 2002 19:54:33 +0000 (19:54 +0000)]
version 2.5.22; portability fixes and attn to the test suite

22 years agook, this seems to work
Will Estes [Thu, 10 Oct 2002 19:36:39 +0000 (19:36 +0000)]
ok, this seems to work

22 years agouse builddir in tests that need it in their include path
Will Estes [Thu, 10 Oct 2002 19:12:49 +0000 (19:12 +0000)]
use builddir in tests that need it in their include path

22 years agosometimes we put header files in the builddir and so we should account for that
Will Estes [Thu, 10 Oct 2002 18:13:16 +0000 (18:13 +0000)]
sometimes we put header files in the builddir and so we should account for that

22 years agoreplace the last instance
Will Estes [Thu, 10 Oct 2002 18:08:54 +0000 (18:08 +0000)]
replace the last  instance

22 years agoinclude unistd.h and not cunistd as cunistd only seems to be present on very recent...
Will Estes [Thu, 10 Oct 2002 17:02:16 +0000 (17:02 +0000)]
include unistd.h and not cunistd as cunistd only seems to be present on very recent systems

22 years agoredo integral types again; add flexint.h; change dependencies caused by adding flexin...
Will Estes [Thu, 10 Oct 2002 15:34:31 +0000 (15:34 +0000)]
redo integral types again; add flexint.h; change dependencies caused by adding flexint.h; remove autoconf wrapper around cunistd; restore netinet/in.h includes; remove unneded feature checks in configure.in

22 years agocurrent swipe at header magic; int types be damned
Will Estes [Tue, 8 Oct 2002 15:32:04 +0000 (15:32 +0000)]
current swipe at header magic; int types be damned

22 years agochange version constant info to reflect change to flex.skl
Will Estes [Tue, 8 Oct 2002 15:19:57 +0000 (15:19 +0000)]
change version constant info to reflect change to flex.skl

22 years agoremove README-alpha option; add definitions for FLEX_{MAJOR,MINOR,SUBMINOR}_VERSION
Will Estes [Tue, 8 Oct 2002 15:15:57 +0000 (15:15 +0000)]
remove README-alpha option; add definitions for FLEX_{MAJOR,MINOR,SUBMINOR}_VERSION

22 years agook, here goes; try to handle integral typedefs in one swell foop
Will Estes [Mon, 7 Oct 2002 15:29:46 +0000 (15:29 +0000)]
ok, here goes; try to handle integral typedefs in one swell foop

22 years agowe check for {u,}int*_t types; maybe this will simplify things
Will Estes [Mon, 7 Oct 2002 15:28:04 +0000 (15:28 +0000)]
we check for {u,}int*_t types; maybe this will simplify things

22 years agowe create the tests/TEMPLATE/Makefile so that we can build the dist archives
Will Estes [Mon, 7 Oct 2002 13:12:08 +0000 (13:12 +0000)]
we create the tests/TEMPLATE/Makefile so that we can build the dist archives

22 years agomore test suite cleanups
Will Estes [Mon, 7 Oct 2002 12:38:46 +0000 (12:38 +0000)]
more test suite cleanups

22 years agowe don't use header files...
Will Estes [Mon, 7 Oct 2002 12:37:39 +0000 (12:37 +0000)]
we don't use header files...

22 years agoremove include of malloc.h
Will Estes [Mon, 7 Oct 2002 12:26:45 +0000 (12:26 +0000)]
remove include of malloc.h

22 years agomore editing; remove examples index; merge examples into concept index
Will Estes [Fri, 4 Oct 2002 19:33:55 +0000 (19:33 +0000)]
more editing; remove examples index; merge examples into concept index

22 years agoedited one more faq; used C-u C-c C-u C-a to update menus and nodes since the other...
Will Estes [Fri, 4 Oct 2002 12:36:16 +0000 (12:36 +0000)]
edited one more faq; used C-u C-c C-u C-a to update menus and nodes since the other updating commands are somewhat broken; unfortunately this means that all nodes have all pointers filled in

22 years agoyesterday's proofreading
Will Estes [Fri, 4 Oct 2002 12:19:31 +0000 (12:19 +0000)]
yesterday's proofreading

22 years agoproofread some more
Will Estes [Wed, 2 Oct 2002 20:07:21 +0000 (20:07 +0000)]
proofread some more

22 years agoproofread edit begins
Will Estes [Wed, 2 Oct 2002 12:38:55 +0000 (12:38 +0000)]
proofread edit begins

22 years agotest c++ with multiple scanners
Will Estes [Tue, 1 Oct 2002 15:10:12 +0000 (15:10 +0000)]
test c++ with multiple scanners

22 years agowe used INCLUDES in another place in the Makefile.am files in the test suite
Will Estes [Fri, 27 Sep 2002 20:58:52 +0000 (20:58 +0000)]
we used INCLUDES in another place in the Makefile.am files in the test suite

22 years agooops, I typed that last s/// command to perl way wrong
Will Estes [Fri, 27 Sep 2002 20:50:05 +0000 (20:50 +0000)]
oops, I typed that last s/// command to perl way wrong

22 years agouse AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for broken compilers
Will Estes [Fri, 27 Sep 2002 20:46:26 +0000 (20:46 +0000)]
use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for broken compilers

22 years agoINCLUDES is obsolete; use AM_CPPFLAGS instead
Will Estes [Fri, 27 Sep 2002 20:28:24 +0000 (20:28 +0000)]
INCLUDES is obsolete; use AM_CPPFLAGS instead

22 years agoapparently, AM_CONFIG_HEADER is obsolete
Will Estes [Fri, 27 Sep 2002 17:02:57 +0000 (17:02 +0000)]
apparently, AM_CONFIG_HEADER is obsolete

22 years agointegrate test suite into automake
Will Estes [Fri, 27 Sep 2002 16:30:45 +0000 (16:30 +0000)]
integrate test suite into automake

22 years agosince we dont run the template test, we dont need to generate its Makefile either
Will Estes [Fri, 27 Sep 2002 16:18:50 +0000 (16:18 +0000)]
since we dont run the template test, we dont need to generate its Makefile either

22 years agouse autoreconf instead of calling individual utilities separately
Will Estes [Fri, 27 Sep 2002 16:17:33 +0000 (16:17 +0000)]
use autoreconf instead of calling individual utilities separately

22 years agocheck for c++ compiler
Will Estes [Fri, 27 Sep 2002 13:20:59 +0000 (13:20 +0000)]
check for c++ compiler

22 years agore-organize according to suggested layout in autoconf manual
Will Estes [Fri, 27 Sep 2002 13:20:11 +0000 (13:20 +0000)]
re-organize according to suggested layout in autoconf manual

22 years agoupdate automake to 1.7 and autoconf to 2.54
Will Estes [Thu, 26 Sep 2002 12:54:17 +0000 (12:54 +0000)]
update automake to 1.7 and autoconf to 2.54

22 years agouse AM_YFLAGS since YFLAGS is a user variable
Will Estes [Thu, 26 Sep 2002 12:48:04 +0000 (12:48 +0000)]
use AM_YFLAGS since YFLAGS is a user variable

22 years agocatch NEWS up on things, some of which happened a long time ago; correct punctuation...
Will Estes [Wed, 25 Sep 2002 13:40:15 +0000 (13:40 +0000)]
catch NEWS up on things, some of which happened a long time ago; correct punctuation; try to remove some editorializing

22 years agoinclude a single, automatically generated version number in flex scanners
Will Estes [Wed, 25 Sep 2002 13:39:32 +0000 (13:39 +0000)]
include a single, automatically generated version number in flex scanners

22 years agocomplain audibly when argument not supplied; echo on stderr when writing error messages
Will Estes [Mon, 23 Sep 2002 20:39:53 +0000 (20:39 +0000)]
complain audibly when argument not supplied; echo on stderr when writing error messages

22 years agoDIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests to SUBDIR...
Will Estes [Mon, 23 Sep 2002 16:02:29 +0000 (16:02 +0000)]
DIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests to SUBDIRS and DIST_SUBDIRS

22 years agonot all compilers support '-I dir' so we write '-Idir' instead
Will Estes [Mon, 23 Sep 2002 15:30:30 +0000 (15:30 +0000)]
not all compilers support '-I dir' so we write '-Idir' instead

22 years agoreorganize faq entries; proofread the manual
Will Estes [Mon, 23 Sep 2002 14:00:06 +0000 (14:00 +0000)]
reorganize faq entries; proofread the manual

22 years agomove c++ experimental warning to top of cxx node
Will Estes [Mon, 23 Sep 2002 13:55:02 +0000 (13:55 +0000)]
move c++ experimental warning to top of cxx node

22 years agomove stdint.h include to table-serialization section; we'll still need to think about...
Will Estes [Fri, 20 Sep 2002 17:17:44 +0000 (17:17 +0000)]
move stdint.h include to table-serialization section; we'll still need to think about stdint.h more though

22 years agonew smarter skeleton/scanner generation
Will Estes [Fri, 20 Sep 2002 12:30:10 +0000 (12:30 +0000)]
new smarter skeleton/scanner generation

22 years agobison-bridge skel handled via %if/%endif pairs.
John Millaway [Fri, 20 Sep 2002 00:06:37 +0000 (00:06 +0000)]
bison-bridge skel handled via %if/%endif pairs.

22 years agoreentrant skel handled via %if/%endif pairs.
John Millaway [Thu, 19 Sep 2002 23:57:09 +0000 (23:57 +0000)]
reentrant skel handled via %if/%endif pairs.

22 years agoskeleton uses %push/%pop to keep skelout() scope sane.
John Millaway [Thu, 19 Sep 2002 23:20:34 +0000 (23:20 +0000)]
skeleton uses %push/%pop to keep skelout() scope sane.
skel commands are omitted unless --debug enabled.

22 years agoAdded %push and %pop operations to skel processing.
John Millaway [Thu, 19 Sep 2002 19:46:14 +0000 (19:46 +0000)]
Added %push and %pop operations to skel processing.