]>
granicus.if.org Git - flex/log
Will Estes [Tue, 22 Apr 2014 22:40:51 +0000 (18:40 -0400)]
use automake parallel test suite option to build test suite
Manoj Srivastava [Wed, 9 Apr 2014 07:23:07 +0000 (00:23 -0700)]
Do not use obsolete bison constructs in tests.
In Bison 3.0, support for YYLEX_PARAM and YYPARSE_PARAM has been
removed (deprecated in Bison 1.875): use %lex-param, %parse-param, or
%param. This commit fixes the tests so they still work.
Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
Christos Zoulas [Fri, 31 Oct 2014 18:20:02 +0000 (14:20 -0400)]
NetBSD downstream patches.
const fixes.
-Wconversion fixes for the skeleton files.
param namespace protection (add _ to inline function parameters).
unused variable/code removal.
rename warn to lwarn to avoid conflict with <err.h>.
ctype.h function argument correction.
merged the error functions lerrif and lerrsf -> lerr.
Mariusz Pluciński [Fri, 25 Jul 2014 13:22:01 +0000 (15:22 +0200)]
Allow error reporting routines to accept varying number of arguments in modern style
Mariusz Pluciński [Fri, 25 Jul 2014 13:10:48 +0000 (15:10 +0200)]
Fix warning on assigning from `const char*` to `char*`
Mariusz Pluciński [Thu, 24 Jul 2014 17:50:01 +0000 (19:50 +0200)]
Add disambiguation braces in main.c
Yuri [Thu, 17 Jul 2014 21:07:30 +0000 (14:07 -0700)]
Removed deprecated 'register' storage class specifier.
clang-3.5.0 now complains about them: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register]
Mariusz Pluciński [Sat, 21 Jun 2014 00:07:23 +0000 (02:07 +0200)]
Change output formats from octal to hexadecimal
Will Estes [Wed, 11 Jun 2014 16:48:37 +0000 (12:48 -0400)]
update version number to 2.6.0-pre
Will Estes [Sat, 3 May 2014 11:16:53 +0000 (07:16 -0400)]
check limits before using array index cclp; resolves sf-166
Sean McBride [Thu, 3 Apr 2014 00:49:43 +0000 (20:49 -0400)]
Suppress clang warning about empty @param paragraph; resolves sf#158
Signed-off-by: Will Estes <westes575@gmail.com>
Will Estes [Thu, 3 Apr 2014 00:32:33 +0000 (20:32 -0400)]
fix punction when talking about colon-bracket delimiters; resolves sf#167
Will Estes [Thu, 3 Apr 2014 00:23:13 +0000 (20:23 -0400)]
remove proofreading comment
Will Estes [Thu, 3 Apr 2014 00:18:08 +0000 (20:18 -0400)]
Put angle brackets around start condition name; resolves bug #168.
Michael Haubenwallner [Wed, 2 Apr 2014 14:03:49 +0000 (16:03 +0200)]
Fix malloc/realloc replacement, bug#151.
Signed-off-by: Will Estes <westes575@gmail.com>
Will Estes [Wed, 2 Apr 2014 19:59:14 +0000 (15:59 -0400)]
change crlf line ending to lf
Will Estes [Wed, 26 Mar 2014 19:04:17 +0000 (15:04 -0400)]
mention flex 2.5.39 release in NEWS file
Will Estes [Wed, 26 Mar 2014 12:46:37 +0000 (08:46 -0400)]
initial default control file for shipper
Cyril Brulebois [Wed, 5 Mar 2014 17:17:25 +0000 (12:17 -0500)]
Adjust buffer sizes on ia64.
From the debian change entry:
> Finish fixing the ia64 buffer issue. Previous commits increased
YY_READ_BUF_SIZE (where __ia64__ is defined) but left YY_BUF_SIZE
unchanged, so that didn't fix the problem in the end. In the general
case, the latter is twice the former. Therefore set it to the same
ratio in the ia64 case.
In general, this sort of architecture specific fix is not the path we
want to take, but the cleanup should be done in a more organized way
in the future and getting it working would be preferrable now.
Will Estes [Tue, 18 Feb 2014 19:34:20 +0000 (14:34 -0500)]
move m4 make variable to src/Makefile.am.
This prevents an error when building skel.c caused by the $(m4) make
variable not being defined. Particularly nasty since skel.c would
still be created, thus causing make to think skel.c was up to date.
Will Estes [Tue, 18 Feb 2014 18:07:29 +0000 (13:07 -0500)]
remove unused devel/ subdirectory from codebase
Will Estes [Sat, 15 Feb 2014 19:12:37 +0000 (14:12 -0500)]
Add make rule to rsync latest .po files from translation project.
The rule assumes that rsync is on the path and that there is exactly
one domain listed in the DOMAIN make variable. The intent is that the
rule will work with vpath builds.
Will Estes [Fri, 14 Feb 2014 21:23:29 +0000 (16:23 -0500)]
git ignore directories of the form flex-*
Will Estes [Fri, 14 Feb 2014 21:15:50 +0000 (16:15 -0500)]
list source files for translation as now being in src/
Will Estes [Fri, 14 Feb 2014 21:00:02 +0000 (16:00 -0500)]
Add tools/ directory.
Since tools/git2cl is a dependency of ChangeLog, not distributing
tools/git2cl with flex causes the "make dist" target to fail in the distributed tar ball.
Will Estes [Fri, 14 Feb 2014 20:57:00 +0000 (15:57 -0500)]
removes extraneous files from EXTRA_DIST as automake picks them up better without mentioning them
Will Estes [Fri, 14 Feb 2014 19:50:13 +0000 (14:50 -0500)]
mention version 2.6.0 in release news
Will Estes [Fri, 14 Feb 2014 12:52:31 +0000 (07:52 -0500)]
move flex program sources into src/ directory
The *.[chly] sources are now in the src directory. This implies a
bunch of changes in Makefile.am and friends to account for the new
location. The .gitignore files are now more local to places where various object files and generated source files occur.
Will Estes [Thu, 13 Feb 2014 20:38:49 +0000 (15:38 -0500)]
increment flex version to 2.6.0
Translation Project [Sun, 16 Feb 2014 14:14:36 +0000 (09:14 -0500)]
update ru translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:56:08 +0000 (10:56 -0500)]
mention updated da translation in release news
Translation Project [Fri, 14 Feb 2014 15:54:48 +0000 (10:54 -0500)]
update da translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:52:45 +0000 (10:52 -0500)]
mention updated es translation in release news
Translation Project [Fri, 14 Feb 2014 15:52:17 +0000 (10:52 -0500)]
update es translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:50:27 +0000 (10:50 -0500)]
mention updated ko translation in release news
Translation Project [Fri, 14 Feb 2014 15:49:54 +0000 (10:49 -0500)]
update ko translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:48:26 +0000 (10:48 -0500)]
mention updated ro translation in release news
Translation Project [Fri, 14 Feb 2014 15:47:53 +0000 (10:47 -0500)]
update ro translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:45:47 +0000 (10:45 -0500)]
mention updated ru translation in release news
Translation Project [Fri, 14 Feb 2014 15:45:04 +0000 (10:45 -0500)]
update ru translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:43:58 +0000 (10:43 -0500)]
mention updated sv translation in news
Translation Project [Fri, 14 Feb 2014 15:43:18 +0000 (10:43 -0500)]
update sv translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:36:05 +0000 (10:36 -0500)]
mention updated tr translation in news
Translation Project [Fri, 14 Feb 2014 15:34:27 +0000 (10:34 -0500)]
update tr translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:31:36 +0000 (10:31 -0500)]
mention updated zh_CN in release news
Translation Project [Fri, 14 Feb 2014 15:30:59 +0000 (10:30 -0500)]
update zh_CN translation from the translation project
Will Estes [Fri, 14 Feb 2014 15:22:23 +0000 (10:22 -0500)]
rename zh_tw translation to its proper zh_TW name
Will Estes [Fri, 14 Feb 2014 13:25:59 +0000 (08:25 -0500)]
mention updated nl, vi translations in release news
Translation Project [Fri, 14 Feb 2014 13:22:30 +0000 (08:22 -0500)]
update vi translation from the translation project
Translation Project [Fri, 14 Feb 2014 13:18:36 +0000 (08:18 -0500)]
update nl translation from the translation project
Will Estes [Fri, 14 Feb 2014 13:00:23 +0000 (08:00 -0500)]
remove some unneeded entries from the todo list
Will Estes [Thu, 13 Feb 2014 18:38:04 +0000 (13:38 -0500)]
list more generated files in CLEANFILES
Will Estes [Thu, 13 Feb 2014 17:59:14 +0000 (12:59 -0500)]
remove unmaintained xml documentation
Will Estes [Thu, 13 Feb 2014 16:55:00 +0000 (11:55 -0500)]
bump AM_GNU_GETTEXT_VERSION to 0.18.1
Will Estes [Thu, 13 Feb 2014 16:52:01 +0000 (11:52 -0500)]
list new location of flex git repo
Will Estes [Thu, 13 Feb 2014 15:48:41 +0000 (10:48 -0500)]
git ignore generated files from english quoting variant translations
Will Estes [Thu, 13 Feb 2014 15:22:20 +0000 (10:22 -0500)]
name english quoting variants correctly
Will Estes [Thu, 13 Feb 2014 15:11:21 +0000 (10:11 -0500)]
removed tools/ subdirectory from distribution
Since it is not possible to rebuild the ChangeLog file without being
in a git working directory of flex, distributing the tools directory is misleading. In particular, git2cl will always fail.
Will Estes [Thu, 13 Feb 2014 14:45:07 +0000 (09:45 -0500)]
removed unneeded blank line from translation list
Will Estes [Thu, 13 Feb 2014 14:44:25 +0000 (09:44 -0500)]
added en quoting variants to translation list
Will Estes [Tue, 11 Feb 2014 22:01:45 +0000 (17:01 -0500)]
use gnu automake option instead of gnits option
Will Estes [Tue, 11 Feb 2014 21:47:43 +0000 (16:47 -0500)]
remove README_alpha file since it is no longer needed
Will Estes [Tue, 11 Feb 2014 01:28:54 +0000 (20:28 -0500)]
increment version to 2.5.38
Will Estes [Wed, 27 Nov 2013 18:26:48 +0000 (13:26 -0500)]
flesh out internationalization section of NEWS file; mention pt_BR translation
Translation Project [Wed, 27 Nov 2013 18:23:39 +0000 (13:23 -0500)]
update pt_BR translation from the translation project
Will Estes [Thu, 31 Oct 2013 21:57:08 +0000 (17:57 -0400)]
begin listing 2.5.38 version in NEWS; list new sr translation
Will Estes [Thu, 31 Oct 2013 21:56:25 +0000 (17:56 -0400)]
list new sr translation in list of translations
Will Estes [Thu, 31 Oct 2013 21:55:40 +0000 (17:55 -0400)]
add sr translation from the translation project
Till Varoquaux [Tue, 2 Jul 2013 21:18:13 +0000 (17:18 -0400)]
Adjust yylineno properly when rewinding trailing contexts.
Will Estes [Tue, 28 May 2013 23:55:50 +0000 (19:55 -0400)]
Remove incorrect / in install-exec-hook target
Translation Project [Sat, 16 Feb 2013 20:39:29 +0000 (15:39 -0500)]
add zh_tw translation from the translation project
Christoph Junghans [Thu, 6 Dec 2012 16:29:42 +0000 (09:29 -0700)]
add version information to shared library
Signed-off-by: Will Estes <westes575@gmail.com>
Christoph Junghans [Wed, 5 Dec 2012 04:34:21 +0000 (21:34 -0700)]
Build libfl and libcompat using libtool; resolves #
3586814
Signed-off-by: Will Estes <westes575@gmail.com>
Translation Project [Tue, 4 Dec 2012 17:04:35 +0000 (12:04 -0500)]
update ca translation
Hugh Sasse [Wed, 31 Oct 2012 21:51:20 +0000 (17:51 -0400)]
use cmp instead of diff in some tests for portability reasons
Signed-off-by: Will Estes <westes575@gmail.com>
Dennis Clarke [Wed, 31 Oct 2012 21:40:38 +0000 (17:40 -0400)]
add CFLAGS and CXXFLAGS options as appropriate to testsuite Makefile.am files
Signed-off-by: Will Estes <westes575@gmail.com>
Will Estes [Thu, 25 Oct 2012 18:30:18 +0000 (14:30 -0400)]
add hr to list of translations
Translation Project [Thu, 25 Oct 2012 18:29:21 +0000 (14:29 -0400)]
add hr translation from the translation project
Translation Project [Thu, 25 Oct 2012 18:27:48 +0000 (14:27 -0400)]
new fr translation project from the translation project
Will Estes [Sat, 8 Sep 2012 16:30:48 +0000 (12:30 -0400)]
update languages list to include esperanto translation
Translation Project [Sat, 8 Sep 2012 16:29:16 +0000 (12:29 -0400)]
add eo translation from the translation project
Will Estes [Sun, 26 Aug 2012 14:28:25 +0000 (10:28 -0400)]
add dist-xz to automake options; resolves #
3561837
Will Estes [Sun, 26 Aug 2012 14:10:46 +0000 (10:10 -0400)]
require gettext 0.18; force autoreconf in autogen.sh; resolves #
3561759
Autoconf had trouble finding the shared libraries for gettext. Using
gettext 0.18 fixes that.
When updating the gettext version number, autoreconf could fail to
update files, since autopoint would assume the gettext-related files had
been locally modified. Passing --force prevents that from happening.
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