]>
granicus.if.org Git - flex/log
Will Estes [Wed, 15 Aug 2012 17:22:34 +0000 (13:22 -0400)]
remove README.cvs from dist_doc_DATA in Makefile.am
Will Estes [Mon, 13 Aug 2012 20:23:46 +0000 (16:23 -0400)]
Merge branch 'readme'
Will Estes [Mon, 13 Aug 2012 20:23:35 +0000 (16:23 -0400)]
update README with better urls and make a copyediting pass as well
Will Estes [Wed, 8 Aug 2012 13:10:53 +0000 (09:10 -0400)]
append README.cvs contents to README
Will Estes [Wed, 8 Aug 2012 20:03:53 +0000 (16:03 -0400)]
fix m4 error when useecs and nultrans are true; resolves #
1816878
Robert Minsk [Wed, 8 Aug 2012 17:24:06 +0000 (13:24 -0400)]
put user code after yyguts init; resolves #
1744516
Signed-off-by: Will Estes <westes575@gmail.com>
Robert Minsk [Wed, 8 Aug 2012 17:04:32 +0000 (13:04 -0400)]
do not output yy_nxt to header with %option full; resolves #
1739922
Signed-off-by: Will Estes <westes575@gmail.com>
Will Estes [Wed, 8 Aug 2012 01:17:35 +0000 (21:17 -0400)]
let flex decide if yymore and reject are needed in lex compatible mode
This resolves bug #
3510440 .
Translation Project [Tue, 7 Aug 2012 01:49:27 +0000 (21:49 -0400)]
new vi translation from the translation project
Will Estes [Mon, 6 Aug 2012 20:45:30 +0000 (16:45 -0400)]
add more patterns to .gitignore
Undersome circumstances, the build process will generate conf.in~, which
we want to ignore. Also, some patch files will apply but not cleanly and
*.orig and *.rej files are generated. We want to ignore them as well.
Will Estes [Mon, 6 Aug 2012 20:43:43 +0000 (16:43 -0400)]
rename configure.in to configure.ac to prep for upcoming automake changes
Elias Pipping [Mon, 6 Aug 2012 19:13:23 +0000 (15:13 -0400)]
Fix two tests to pass under bison 2.6
Given that bison is moving forward with the %parse-param instead of
YYPARSE_PARAM syntax, it makes sense to switch over to using the new style
declaration. In particular, this means that flex scanners that use bison
features will now require bison 2.6 or higher.
Signed-off-by: Will Estes <westes575@gmail.com>
Will Estes [Sat, 4 Aug 2012 23:56:38 +0000 (19:56 -0400)]
new nl translation from the translation project
Mike Frysinger [Sat, 4 Aug 2012 19:51:45 +0000 (15:51 -0400)]
add prototype for lerrsf_fatal to flexdef.h
Signed-off-by: Will Estes <westes575@gmail.com>
nomis52 [Sat, 4 Aug 2012 19:03:31 +0000 (15:03 -0400)]
Change variable types to silence compiler warnings; resolves #
3552806
Signed-off-by: Will Estes <westes575@gmail.com>
Will Estes [Fri, 3 Aug 2012 17:34:37 +0000 (13:34 -0400)]
update NEWS to reflect changes in 2.5.37
Will Estes [Fri, 3 Aug 2012 17:33:48 +0000 (13:33 -0400)]
update flex version to 2.5.37
Will Estes [Fri, 3 Aug 2012 12:58:59 +0000 (08:58 -0400)]
new de translation from the translation project
Will Estes [Fri, 3 Aug 2012 02:07:22 +0000 (22:07 -0400)]
new vi translation from the translation project
Will Estes [Thu, 2 Aug 2012 18:43:52 +0000 (14:43 -0400)]
new pl translation from the translation project
Will Estes [Thu, 2 Aug 2012 18:42:52 +0000 (14:42 -0400)]
new fi translation from the translation project
Will Estes [Thu, 2 Aug 2012 17:05:40 +0000 (13:05 -0400)]
Add -f option to LN_S to create flex++
The autoconf macro LN_S needs -f to successfully install flex++ if
flex++ already exists. Fortunately, ln, ln -s and cp -p, which are the
various forms that LN_S can take all will do the right thing with a -f
argument passed.
Will Estes [Thu, 2 Aug 2012 16:31:41 +0000 (12:31 -0400)]
replace cvs2cl with git2cl
Add the git2cl script in tools/ and remove the (now unnecessary) cvs2cl
script. Remove tools/cvsauthors since git2cl does not need that file.
Account for all the above in Makefile.am and tools/Makefile.am
Will Estes [Sun, 29 Jul 2012 22:23:28 +0000 (18:23 -0400)]
rename .cvsignore files in tests/ subdirectories to gitignore
Will Estes [Mon, 23 Jul 2012 09:37:37 +0000 (05:37 -0400)]
remove unneeded .cvsignore files
Will Estes [Mon, 23 Jul 2012 00:52:30 +0000 (20:52 -0400)]
add *.o and *.a to top level .gitignore
The cvs tree did not need these additions because cvs assumed a lot of
C-style defaults for .cvsignore files. flex builds *.o object files in
the course of compilation and *.a files are built as a part of the
libraries that flex compiles in the build process.
Will Estes [Mon, 23 Jul 2012 00:36:18 +0000 (20:36 -0400)]
rename .cvsignore files to .gitignore
The .cvsignore files from the legacy cvs repository tracked what files
got autogenerated during various stages of the flex build. Renaming the
.cvsignore files to .gitignore lets git do the same thing. git is better
about letting higher level .gitignore files not-track files in lower
level directories. As I work my way through the test directories, we may
add additional .gitignore files from the old .cvsignore files.
The po/ directory has a lot of special files used by gettext, so the patterns in
po/.gitignore look very different.
The doc/.gitignore file accounts for
what texinfo/makeinfo do, and so it also has special patterns.
The m4 directory is mainly present for autoconf's benefit, but we have
to account for it so make can do the right thing. Hence, m4/.gitignore
says to ignore *.m4, as counterintuitive as that may seem.
Will Estes [Mon, 23 Jul 2012 00:17:56 +0000 (20:17 -0400)]
update NEWS file to note release date of 2.5.36
Will Estes [Sat, 23 Jun 2012 01:39:14 +0000 (01:39 +0000)]
fix call to version in manual
Will Estes [Fri, 22 Jun 2012 20:28:57 +0000 (20:28 +0000)]
add missing argument to call to yylex in manual
Will Estes [Fri, 27 Apr 2012 20:48:04 +0000 (20:48 +0000)]
lintish cleanup in flex.skl; resolves #
2040664
Will Estes [Fri, 27 Apr 2012 20:26:07 +0000 (20:26 +0000)]
add a 7 to the c99 octal pattern; resolves #
3518269
Will Estes [Sat, 31 Mar 2012 14:48:16 +0000 (14:48 +0000)]
copyedit; resolves #
3513670
Will Estes [Fri, 23 Mar 2012 19:15:36 +0000 (19:15 +0000)]
escape backslashes in #line filenames in %top section; resolves #
3212400 ; patch submitted by scfc_de
Will Estes [Wed, 21 Mar 2012 18:36:28 +0000 (18:36 +0000)]
provide malloc() and realloc() for systems that do not have satisfactory versions; resolves #
1899047
Will Estes [Wed, 21 Mar 2012 01:41:58 +0000 (01:41 +0000)]
install flex++ as a link; resolves bug #
2939681
Will Estes [Wed, 21 Mar 2012 00:56:04 +0000 (00:56 +0000)]
fix dependencies for make -j in test suite
Will Estes [Mon, 19 Mar 2012 16:32:09 +0000 (16:32 +0000)]
add missing prototypes for yyset_column() and yyget_column(); resolves #
3029024 ; patch submitted by scfc_de
Will Estes [Fri, 2 Mar 2012 22:15:29 +0000 (22:15 +0000)]
wrap yy_fatal_error calls appropriately
Will Estes [Fri, 2 Mar 2012 22:06:01 +0000 (22:06 +0000)]
fix overlapping data buffer issue; patch from Tim Landsheet scfc_de
Will Estes [Fri, 2 Mar 2012 22:00:00 +0000 (22:00 +0000)]
better bracket handling in the scanner
Will Estes [Fri, 2 Mar 2012 21:44:21 +0000 (21:44 +0000)]
Remove unneeded tracking of line/column output; patch from Tim Landsheet scfc_de
Will Estes [Fri, 2 Mar 2012 21:38:31 +0000 (21:38 +0000)]
fix test for m4 to accept an m4 with -P and not jus tGNU m4; patch from Tim Landsheet scfc_de on sourceforge
Will Estes [Fri, 2 Mar 2012 21:28:24 +0000 (21:28 +0000)]
fix order of td_lolen and td_hilen in documentation; resolves #
2913693 ; patch submitted by Andreas Gruenbacher <agruen@suse.de>
Will Estes [Fri, 2 Mar 2012 21:15:51 +0000 (21:15 +0000)]
correct document of YY_FLUSH_BUFFER; resolves #
1723028
Will Estes [Fri, 17 Feb 2012 22:22:59 +0000 (22:22 +0000)]
speed up things for complex inputs; resolves #
2891390
Will Estes [Fri, 17 Feb 2012 22:07:09 +0000 (22:07 +0000)]
fix ipv6 pattern in manual; update manual copyright to 2012
Will Estes [Fri, 17 Feb 2012 21:40:40 +0000 (21:40 +0000)]
fremove isatty() declaration; resolves #
1984987
Will Estes [Fri, 17 Feb 2012 21:27:45 +0000 (21:27 +0000)]
Add link for RFC 2396
Will Estes [Fri, 17 Feb 2012 21:21:44 +0000 (21:21 +0000)]
Will Estes [Fri, 17 Feb 2012 21:07:10 +0000 (21:07 +0000)]
fix documentation to reflect arguments actually used; bug #
2783023
Will Estes [Sun, 5 Feb 2012 23:28:54 +0000 (23:28 +0000)]
fix yywrap behavior for reentrant scanners
Will Estes [Sat, 4 Feb 2012 01:00:25 +0000 (01:00 +0000)]
Mmention tr translation
Will Estes [Sat, 4 Feb 2012 00:39:02 +0000 (00:39 +0000)]
prevent unused stuff from being compiled so as to reduce warnings
Will Estes [Fri, 3 Feb 2012 22:32:35 +0000 (22:32 +0000)]
more better error messages; more better memory handling
Will Estes [Fri, 3 Feb 2012 22:21:37 +0000 (22:21 +0000)]
more careful/paranoia
Will Estes [Fri, 3 Feb 2012 22:16:30 +0000 (22:16 +0000)]
more careful memory allocation in option processing
Will Estes [Fri, 3 Feb 2012 22:13:07 +0000 (22:13 +0000)]
remove m4/ directory and generally clean up automake/autoconf inputs
Will Estes [Fri, 3 Feb 2012 22:04:58 +0000 (22:04 +0000)]
cvsignore files that need that
Will Estes [Fri, 3 Feb 2012 22:02:23 +0000 (22:02 +0000)]
check in translations
Will Estes [Fri, 3 Feb 2012 21:47:46 +0000 (21:47 +0000)]
correct macro definition of yywrap
Will Estes [Fri, 3 Feb 2012 21:44:33 +0000 (21:44 +0000)]
Greater specificity in error messages
Will Estes [Fri, 3 Feb 2012 21:38:34 +0000 (21:38 +0000)]
improve rule handling at EOF
Will Estes [Fri, 3 Feb 2012 21:35:20 +0000 (21:35 +0000)]
include cstdio for definition of EOF in all cases
Will Estes [Fri, 3 Feb 2012 21:29:26 +0000 (21:29 +0000)]
suppress warning on unused yyguts_t
Will Estes [Fri, 13 Aug 2010 12:01:28 +0000 (12:01 +0000)]
new fi translation from the translation project
Will Estes [Tue, 31 Mar 2009 14:01:22 +0000 (14:01 +0000)]
Include version.texi after @setfilename,
so that @set values are correctly evaluated.
(Start Conditions, Performance, Lex and Posix): Fix some
markup errors.
(Cxx): Likewise. Also, fix C++ example to actually be
compilable. Patch from Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Will Estes [Sun, 28 Dec 2008 20:46:29 +0000 (20:46 +0000)]
remove line break that broke configure
Will Estes [Sun, 28 Dec 2008 18:15:33 +0000 (18:15 +0000)]
specify the title on the title page since @settitle doesn't do that for us; resolves bug #
2043491
Will Estes [Sun, 28 Dec 2008 15:46:20 +0000 (15:46 +0000)]
check for regex.h; resolves bug #
2337486
Will Estes [Wed, 23 Jul 2008 15:18:59 +0000 (15:18 +0000)]
new ga translation from the translation project
Will Estes [Tue, 10 Jun 2008 19:30:51 +0000 (19:30 +0000)]
new ca translation
Will Estes [Sat, 31 May 2008 21:14:10 +0000 (21:14 +0000)]
move ABOUT-NLS back to EXTRA_DIST
Will Estes [Sat, 31 May 2008 18:11:57 +0000 (18:11 +0000)]
create new dist_doc_DATA; move some EXTRA_DIST files to new dist_doc_DATA target
Will Estes [Sat, 31 May 2008 18:11:16 +0000 (18:11 +0000)]
ignore more automake generated config.status* files
Will Estes [Sat, 31 May 2008 17:59:24 +0000 (17:59 +0000)]
flex distribution now built with automake and autoconf versions ...
Will Estes [Sat, 31 May 2008 17:57:14 +0000 (17:57 +0000)]
document GNU auto* version changes for building flex from cvs
Will Estes [Sat, 31 May 2008 17:54:07 +0000 (17:54 +0000)]
ignore automake-supplied ylwrap
Will Estes [Thu, 15 May 2008 21:11:57 +0000 (21:11 +0000)]
clean up types; resolves
1961902
Will Estes [Thu, 15 May 2008 14:02:00 +0000 (14:02 +0000)]
update NEWS re manual
Will Estes [Thu, 15 May 2008 13:52:12 +0000 (13:52 +0000)]
correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug #
1739912
Will Estes [Wed, 14 May 2008 23:17:20 +0000 (23:17 +0000)]
call clearerr on stdin before dup2'ing it; resolves bug #
1902612
Will Estes [Wed, 14 May 2008 23:16:51 +0000 (23:16 +0000)]
generic updates to NEWS
Will Estes [Wed, 14 May 2008 19:35:12 +0000 (19:35 +0000)]
move library flags in linker command; resolves patch #
1943403 ; patch submitted by nullnix@users.sourceforge.net
Will Estes [Wed, 14 May 2008 19:24:06 +0000 (19:24 +0000)]
use ansi syntax in simple examples; resolves patch #
1909844 ; patch submitted by Tom Browder, tbrowder2@users.sourceforge.net
Will Estes [Thu, 10 Apr 2008 20:42:33 +0000 (20:42 +0000)]
fix typo in example (from Paolo J. Matos
Will Estes [Thu, 10 Apr 2008 18:14:05 +0000 (18:14 +0000)]
move endif to better account for what C99 defines for integer types (fix from debian project)
Will Estes [Thu, 10 Apr 2008 18:08:47 +0000 (18:08 +0000)]
fix another int type to be size_t
Will Estes [Sun, 30 Mar 2008 14:09:05 +0000 (14:09 +0000)]
new fr translation
Will Estes [Sun, 30 Mar 2008 14:08:08 +0000 (14:08 +0000)]
start version 2.5.36
Will Estes [Tue, 26 Feb 2008 20:36:48 +0000 (20:36 +0000)]
add date of release
Will Estes [Fri, 15 Feb 2008 12:37:35 +0000 (12:37 +0000)]
fix bug that prevented comments from working properly
Will Estes [Tue, 12 Feb 2008 12:57:45 +0000 (12:57 +0000)]
new de translation
Will Estes [Sun, 10 Feb 2008 11:08:42 +0000 (11:08 +0000)]
new vi translation
Will Estes [Sun, 10 Feb 2008 00:22:39 +0000 (00:22 +0000)]
new nl translation
Will Estes [Sat, 9 Feb 2008 19:59:31 +0000 (19:59 +0000)]
new pl translation
Will Estes [Sat, 9 Feb 2008 19:19:17 +0000 (19:19 +0000)]
new de, pt_br translations
Will Estes [Sat, 9 Feb 2008 18:54:56 +0000 (18:54 +0000)]
generate headers for all functions (resolves bug #
1628314 )
Will Estes [Sat, 9 Feb 2008 15:49:48 +0000 (15:49 +0000)]
change yy_size_t to be size_t (resolves bug #
1849812 )
Will Estes [Sat, 9 Feb 2008 15:46:28 +0000 (15:46 +0000)]
start work on version 2.5.35