Petr Machata
758aa395c6
- Declare yyget_column and yyset_column in reentrant mode.
...
- Resolves : #612465
2010-07-13 15:57:53 +00:00
Petr Machata
8c1a39ae06
- Move libraries into a sub-package of their own.
2010-01-21 16:14:15 +00:00
Petr Machata
6689963599
- Add source URL
2010-01-12 14:09:08 +00:00
Bill Nottingham
6a74a545c8
Fix typo that causes a failure to update the common directory. (releng
...
#2781 )
2009-11-25 23:16:26 +00:00
Petr Machata
feda0adf7e
- Fix installation with --excludedocs
...
- Resolves : #515928
2009-08-24 12:26:18 +00:00
Jesse Keating
a5bfa248cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-24 22:53:10 +00:00
Petr Machata
0547dfe11a
Forgot the patch.
2009-04-20 14:59:18 +00:00
Petr Machata
db7d0160b5
- Resolves : #496548 .
...
Mon Apr 20 2009 Petr Machata <pmachata@redhat.com> - 2.5.35-4
- Get rid of warning caused by ignoring return value of fwrite() in ECHO
macro. Debian patch.
- Resolves : #484961
2009-04-20 11:26:12 +00:00
Jesse Keating
63237cc23d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-24 17:28:55 +00:00
Petr Machata
023c59be5d
Reintroduce signed warning patch
2008-05-12 11:25:42 +00:00
Petr Machata
a5daacb7bd
- Rebase to 2.5.35. Drop two patches.
...
- Resolves : #434961
- Resolves : #435047
2008-02-27 17:27:56 +00:00
Petr Machata
b77a4cc856
upload files
2008-02-25 17:35:28 +00:00
Petr Machata
fe59d6ddc0
- Rebase to 2.5.34. Drop five patches.
...
- Resolves : #434676
2008-02-25 17:29:44 +00:00
Petr Machata
37c97f3c4c
- Generate prototypes for accessor functions. Upstream patch.
...
- Related: #432203
2008-02-11 12:24:05 +00:00
Petr Machata
0eef73d4b4
- Fix comparison between signed and unsigned in generated scanner. Patch by
...
Roland McGrath.
- Resolves : #431151
2008-02-04 13:05:06 +00:00
Štěpán Kasal
18076a6f65
- Do not run autogen.sh, it undoes the effect of includedir patch.
...
- Adapt test-linedir-r.patch so that it fixes Makefile.in and works even
though autogen.sh is not run.
2008-01-15 17:22:05 +00:00
Štěpán Kasal
823c989ac3
- Insert the "-fPIC" on configure command-line.
...
- Drop the -fPIC patch.
2008-01-14 10:26:35 +00:00
Petr Machata
356ece10f3
- Patch with -fPIC only after the autogen.sh is run.
2008-01-08 15:16:43 +00:00
Petr Machata
bbcb9d54ad
... and yet more BR fixes. I swear I'm doing local mock build if this one
...
fails.
2008-01-03 14:45:41 +00:00
Petr Machata
43eb7449f4
... and fix BR more.
2008-01-03 14:31:32 +00:00
Petr Machata
20498271c6
... and fix BR
2008-01-03 14:23:09 +00:00
Petr Machata
95a67e8fdb
- Run autogen.sh before the rest of the build.
...
- Resolves : #426892
2008-01-03 14:13:47 +00:00
Bill Nottingham
fa263c5bfc
makefile update to properly grab makefile.common
2007-10-15 18:45:30 +00:00
Petr Machata
f4cff0788c
- Add BR gawk
...
- Fix use of awk in one of the tests
2007-08-30 11:52:25 +00:00
Jesse Keating
2459eb8dbe
- Rebuild for selinux ppc32 issue.
2007-08-29 05:25:57 +00:00
Petr Machata
6b16be6aba
- Remove wrong use of @includedir@ in Makefile.in.
...
- Spec cleanups.
- Related: #225758
2007-06-25 14:27:27 +00:00
Petr Machata
2d25a59536
- Don't emit yy-prefixed variables in C++ mode. Thanks Srinivas Aji.
...
- Related: #242742
- Related: #244259
2007-06-22 11:18:29 +00:00
Petr Machata
9c030ea142
Fix in patch.
2007-05-11 15:49:39 +00:00
Petr Machata
7d310a2b22
- Allow joining short options into one commandline argument.
...
- Resolves : #239695
2007-05-11 15:16:29 +00:00
Petr Machata
86ea3606d6
- Make yy-prefixed variables available to scanner even with -P.
2007-03-30 12:18:50 +00:00
Petr Machata
21ab9e6789
- Use %%find_lang to package locale files.
2007-02-02 13:40:47 +00:00
Petr Machata
2940e9fc99
Oops, commited wrong patch last time...
2007-01-31 15:11:10 +00:00
Petr Machata
febf9518e4
- Compile with -fPIC.
2007-01-31 15:01:38 +00:00
Petr Machata
02acd3c537
- Add Requires:m4.
2007-01-30 14:39:31 +00:00
Petr Machata
06c9f9fbb3
fixes
2007-01-24 17:22:38 +00:00
Petr Machata
a084c51809
- Rebase to 2.5.33
2007-01-24 16:15:21 +00:00
Petr Machata
1b6b694a14
Reverted posix patch.
2006-07-18 21:11:42 +00:00
Petr Machata
69442ae1de
- using dist tag
2006-07-16 20:03:50 +00:00
Petr Machata
5d238730d5
- fileno is defined in posix standard, so adding #define _POSIX_SOURCE to
...
compile without warnings (#195687 )
- dropping 183098 test, since the original bug was already resolved
2006-07-14 13:37:18 +00:00
Jesse Keating
6ef6f2586b
bumped for rebuild
2006-07-12 05:49:10 +00:00
Petr Machata
7b9a5cba56
Changelog date fix...
2006-03-10 10:45:12 +00:00
Petr Machata
51164331ab
- Caught the real cause of #183098 . It failed because the parser built with
...
`flex -f' *sometimes* made it into the final package, and
-f assumes seven-bit tables. Solution has two steps. Move `make bigcheck'
to `%%check' part, where it belongs anyway, so that flexes built during
`make bigcheck' don't overwrite original build. And change makefile so
that `make bigcheck' will *always* execute *all* check commands.
2006-03-10 10:43:35 +00:00
Petr Machata
99561bc718
Fix in changelog.
2006-03-08 13:22:49 +00:00
Petr Machata
100cef72b7
- adding test for #183098 into build process
2006-03-08 12:22:12 +00:00
Petr Machata
9d6eb4f466
- rebuilt, no changes inside. In hunt for #183098
2006-03-02 15:37:50 +00:00
Jesse Keating
9d27729ab8
bump for bug in double-long on ppc(64)
2006-02-11 02:44:48 +00:00
Jesse Keating
c65c5cb558
bump for new gcc/glibc
2006-02-07 11:40:40 +00:00
Petr Machata
e10f09d574
- adding `make bigcheck' into build process. Refreshing initscan.c to make
...
this possible.
2006-02-02 18:16:10 +00:00
Petr Machata
2aec90e803
Applying Jonathan S. Shapiro's bugfix-fixing patch. More std:: fixes and
...
better way to silent warnings under gcc.
2006-01-18 10:40:44 +00:00
Petr Machata
b5c174ee41
- Adding std::' prefixes, got rid of
using namespace std'. ( #115354 )
...
- Dummy use of `yy_flex_realloc' to silent warnings. (#30943 )
- Adding URL of flex home page to spec (#142675 )
2006-01-13 16:18:07 +00:00