]>
granicus.if.org Git - flex/log
John Millaway [Tue, 17 Dec 2002 23:53:06 +0000 (23:53 +0000)]
Fixed bug submitted by Bojan Smojver <bojan@rexursive.com> where the use of
yylineno, reentrant, and yymore together caused a compile-time error.
Will Estes [Tue, 17 Dec 2002 21:57:51 +0000 (21:57 +0000)]
update NEWS
John Millaway [Tue, 17 Dec 2002 20:28:21 +0000 (20:28 +0000)]
Documented new behavior with character ranges.
John Millaway [Mon, 16 Dec 2002 23:33:08 +0000 (23:33 +0000)]
Fixed bug submitted by Bruce Lilly <blilly@erols.com> where character
ranges would yield unexpected behavior in a caseless scanner.
Also, flex now emits a warning if the range looks like trouble.
John Millaway [Mon, 16 Dec 2002 23:28:22 +0000 (23:28 +0000)]
Added utility functions to deal with character case.
Will Estes [Mon, 9 Dec 2002 14:14:49 +0000 (14:14 +0000)]
we don't really need int64 anyway
Will Estes [Mon, 9 Dec 2002 14:13:59 +0000 (14:13 +0000)]
apparently some lints are happier with fllthrough without a space
Will Estes [Mon, 2 Dec 2002 20:50:58 +0000 (20:50 +0000)]
version 2.5.25
Will Estes [Mon, 2 Dec 2002 20:48:44 +0000 (20:48 +0000)]
enclose flex.1 target in MAINTERNER_MODE
Will Estes [Mon, 2 Dec 2002 13:39:44 +0000 (13:39 +0000)]
new pt_br translation
John Millaway [Sun, 1 Dec 2002 18:31:24 +0000 (18:31 +0000)]
Indexed some more faqs.
John Millaway [Fri, 29 Nov 2002 03:34:05 +0000 (03:34 +0000)]
Fixed bug in SECOND 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.
Will Estes [Wed, 27 Nov 2002 18:42:51 +0000 (18:42 +0000)]
flex uses flex_int*_t types
Will Estes [Wed, 27 Nov 2002 18:41:07 +0000 (18:41 +0000)]
integer types for non-C99 systems flexint.h
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.
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
Will Estes [Wed, 27 Nov 2002 13:53:14 +0000 (13:53 +0000)]
remove config.rpath
Will Estes [Wed, 27 Nov 2002 13:52:44 +0000 (13:52 +0000)]
just list location of betas
Will Estes [Tue, 26 Nov 2002 14:46:31 +0000 (14:46 +0000)]
__STDC_VERSION__ needs an L suffix
Will Estes [Tue, 26 Nov 2002 13:22:54 +0000 (13:22 +0000)]
new pt_br translation from the translation project
Will Estes [Mon, 25 Nov 2002 16:19:35 +0000 (16:19 +0000)]
include inttypes.h for folks who really are C99
Will Estes [Mon, 25 Nov 2002 14:17:02 +0000 (14:17 +0000)]
fix a typo
Will Estes [Mon, 25 Nov 2002 13:53:23 +0000 (13:53 +0000)]
version 2.5.24
Will Estes [Sat, 23 Nov 2002 17:59:53 +0000 (17:59 +0000)]
try to make sure we have GNU m4
Will Estes [Sat, 23 Nov 2002 17:56:06 +0000 (17:56 +0000)]
include tests/test-c++-multipl-scanners/test.input
Will Estes [Sat, 23 Nov 2002 17:28:41 +0000 (17:28 +0000)]
more portability fixes
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
Will Estes [Fri, 22 Nov 2002 21:04:23 +0000 (21:04 +0000)]
update NEWS
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.
John Millaway [Fri, 22 Nov 2002 20:05:04 +0000 (20:05 +0000)]
renamed some faqs.
Will Estes [Fri, 22 Nov 2002 13:20:23 +0000 (13:20 +0000)]
update wording about authorship
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.
Will Estes [Wed, 6 Nov 2002 15:16:43 +0000 (15:16 +0000)]
new turkish translation from the translation project
Will Estes [Mon, 28 Oct 2002 12:21:50 +0000 (12:21 +0000)]
applied c++ from lilypond folks for std:: reasons
Will Estes [Fri, 25 Oct 2002 19:18:09 +0000 (19:18 +0000)]
proofreading
Will Estes [Thu, 24 Oct 2002 20:07:41 +0000 (20:07 +0000)]
proofreading
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++
Will Estes [Tue, 22 Oct 2002 14:01:35 +0000 (14:01 +0000)]
c++ rants
Will Estes [Tue, 22 Oct 2002 13:37:43 +0000 (13:37 +0000)]
more proofreading
Will Estes [Tue, 22 Oct 2002 13:37:05 +0000 (13:37 +0000)]
include intent.pro; indent target is MAINTAINER_MODE conditional
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
John Millaway [Mon, 21 Oct 2002 23:52:35 +0000 (23:52 +0000)]
Added a missing function prototype.
Will Estes [Mon, 21 Oct 2002 17:30:43 +0000 (17:30 +0000)]
version 2.5.23
Will Estes [Mon, 21 Oct 2002 17:27:48 +0000 (17:27 +0000)]
update NEWS on recent changes
Will Estes [Mon, 21 Oct 2002 17:21:18 +0000 (17:21 +0000)]
use sys/types.h and not inttypes.h
Will Estes [Mon, 21 Oct 2002 17:20:57 +0000 (17:20 +0000)]
check for limits.h
Will Estes [Mon, 21 Oct 2002 17:19:08 +0000 (17:19 +0000)]
update TODO on recent suggestions
Will Estes [Mon, 21 Oct 2002 15:28:19 +0000 (15:28 +0000)]
titlepage and contents
Will Estes [Mon, 21 Oct 2002 14:45:52 +0000 (14:45 +0000)]
typo
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
John Millaway [Mon, 21 Oct 2002 02:26:35 +0000 (02:26 +0000)]
typo.
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
Will Estes [Fri, 18 Oct 2002 15:25:29 +0000 (15:25 +0000)]
report the current version info that flex provides
Will Estes [Fri, 18 Oct 2002 15:23:42 +0000 (15:23 +0000)]
FLEX_BETA defined if flex is beta
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
Will Estes [Mon, 14 Oct 2002 15:33:23 +0000 (15:33 +0000)]
update TODO on several things
Will Estes [Fri, 11 Oct 2002 20:40:01 +0000 (20:40 +0000)]
more proofreading
Will Estes [Fri, 11 Oct 2002 15:26:42 +0000 (15:26 +0000)]
remove BISON assignment as per suggestion from Akim Demaille
Will Estes [Fri, 11 Oct 2002 15:04:09 +0000 (15:04 +0000)]
remove intl from dist
Will Estes [Fri, 11 Oct 2002 14:33:53 +0000 (14:33 +0000)]
we use maintainer mode now
Will Estes [Fri, 11 Oct 2002 14:33:14 +0000 (14:33 +0000)]
include create-test
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
Will Estes [Fri, 11 Oct 2002 12:46:52 +0000 (12:46 +0000)]
use dist_noinst_scripts as per email from Akim Demaille
John Millaway [Thu, 10 Oct 2002 21:42:45 +0000 (21:42 +0000)]
Documentation.
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
Will Estes [Thu, 10 Oct 2002 19:36:39 +0000 (19:36 +0000)]
ok, this seems to work
Will Estes [Thu, 10 Oct 2002 19:12:49 +0000 (19:12 +0000)]
use builddir in tests that need it in their include path
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
Will Estes [Thu, 10 Oct 2002 18:08:54 +0000 (18:08 +0000)]
replace the last instance
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
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
Will Estes [Tue, 8 Oct 2002 15:32:04 +0000 (15:32 +0000)]
current swipe at header magic; int types be damned
Will Estes [Tue, 8 Oct 2002 15:19:57 +0000 (15:19 +0000)]
change version constant info to reflect change to flex.skl
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
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
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
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
Will Estes [Mon, 7 Oct 2002 12:38:46 +0000 (12:38 +0000)]
more test suite cleanups
Will Estes [Mon, 7 Oct 2002 12:37:39 +0000 (12:37 +0000)]
we don't use header files...
Will Estes [Mon, 7 Oct 2002 12:26:45 +0000 (12:26 +0000)]
remove include of malloc.h
Will Estes [Fri, 4 Oct 2002 19:33:55 +0000 (19:33 +0000)]
more editing; remove examples index; merge examples into concept index
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
Will Estes [Fri, 4 Oct 2002 12:19:31 +0000 (12:19 +0000)]
yesterday's proofreading
Will Estes [Wed, 2 Oct 2002 20:07:21 +0000 (20:07 +0000)]
proofread some more
Will Estes [Wed, 2 Oct 2002 12:38:55 +0000 (12:38 +0000)]
proofread edit begins
Will Estes [Tue, 1 Oct 2002 15:10:12 +0000 (15:10 +0000)]
test c++ with multiple scanners
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
Will Estes [Fri, 27 Sep 2002 20:50:05 +0000 (20:50 +0000)]
oops, I typed that last s/// command to perl way wrong
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
Will Estes [Fri, 27 Sep 2002 20:28:24 +0000 (20:28 +0000)]
INCLUDES is obsolete; use AM_CPPFLAGS instead
Will Estes [Fri, 27 Sep 2002 17:02:57 +0000 (17:02 +0000)]
apparently, AM_CONFIG_HEADER is obsolete
Will Estes [Fri, 27 Sep 2002 16:30:45 +0000 (16:30 +0000)]
integrate test suite into automake
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
Will Estes [Fri, 27 Sep 2002 16:17:33 +0000 (16:17 +0000)]
use autoreconf instead of calling individual utilities separately
Will Estes [Fri, 27 Sep 2002 13:20:59 +0000 (13:20 +0000)]
check for c++ compiler
Will Estes [Fri, 27 Sep 2002 13:20:11 +0000 (13:20 +0000)]
re-organize according to suggested layout in autoconf manual
Will Estes [Thu, 26 Sep 2002 12:54:17 +0000 (12:54 +0000)]
update automake to 1.7 and autoconf to 2.54
Will Estes [Thu, 26 Sep 2002 12:48:04 +0000 (12:48 +0000)]
use AM_YFLAGS since YFLAGS is a user variable
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