File bison.changes of Package bison
1
-------------------------------------------------------------------
2
Wed Feb 10 16:57:10 CET 2010 - rguenther@suse.de
3
4
- Update to version 2.4.1.
5
- Apply fix for GCC 4.5 compliance.
6
- Apply fix for unsupported output file names.
7
8
-------------------------------------------------------------------
9
Mon Feb 8 10:59:57 UTC 2010 - coolo@novell.com
10
11
- package yacc.1 too
12
13
-------------------------------------------------------------------
14
Fri Jan 29 12:42:41 UTC 2010 - coolo@novell.com
15
16
- fix patch name
17
18
-------------------------------------------------------------------
19
Tue Jan 26 11:53:49 CET 2010 - mmarek@suse.cz
20
21
- updated to 2.4
22
* new experimental %language directive to select the used
23
skeleton and output file name
24
* experimantal Java parser support
25
* support for push parsers
26
* bison now removes unreachable states (this might require
27
updates to %expect and %expect-rr directives)
28
* support for per-type and default %destructor's and %printer's
29
* except for LALR(1) parsers in C with POSIX Yacc emulation enabled
30
(with `-y', `--yacc', or `%yacc'), Bison no longer generates
31
#define statements for associating token numbers with token
32
names
33
* For a detailed list of fixes and new features, see
34
/usr/share/doc/packages/bison/NEWS
35
36
-------------------------------------------------------------------
37
Sat Dec 12 20:36:01 CET 2009 - jengelh@medozas.de
38
39
- enable parallel building
40
- add baselibs.conf as a source
41
42
-------------------------------------------------------------------
43
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
44
45
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
46
(bnc#437293)
47
48
-------------------------------------------------------------------
49
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
50
51
- obsolete old -XXbit packages (bnc#437293)
52
53
-------------------------------------------------------------------
54
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
55
56
- added baselibs.conf file to build xxbit packages
57
for multilib support
58
59
-------------------------------------------------------------------
60
Wed Jan 24 13:31:57 CET 2007 - mmarek@suse.cz
61
62
- use more $RPM_OPT_FLAGS
63
64
-------------------------------------------------------------------
65
Mon Jun 26 15:21:48 CEST 2006 - mmarek@suse.cz
66
67
- updated to 2.3
68
* all generated scanners can be used in non-free programs
69
(previously, only LALR(1) scanners in C had the exception)
70
* multiple %union declarations can be used, they will be
71
concatenated
72
* unused values with a %destructor are warned about
73
* %destructors are not run for values in the action that called
74
YYABORT/YYACCEPT/YYERROR
75
* unsatisfied number of %expect/%expect-rr conflicts is an error,
76
not warning
77
* ability to depend on a minimal bison version via
78
%require "VERSION"
79
* no global YYSTYPE and YYLTYPE macros and token names in C++
80
scanners -- yy::parser::semantic_type, yy::parser::location_type
81
and yy::parser::token::<token> should be used instead
82
(can be reverted by '%define "global_tokens_and_yystype" "1"')
83
84
-------------------------------------------------------------------
85
Wed Jan 25 21:30:01 CET 2006 - mls@suse.de
86
87
- converted neededforbuild to BuildRequires
88
89
-------------------------------------------------------------------
90
Wed Dec 21 14:09:04 CET 2005 - mmarek@suse.cz
91
92
- push the 2.1 update into factory
93
94
-------------------------------------------------------------------
95
Thu Dec 15 10:18:23 CET 2005 - mmarek@suse.cz
96
97
- update to 2.1
98
99
-------------------------------------------------------------------
100
Fri Nov 05 13:44:55 CET 2004 - tcrhak@suse.cz
101
102
- fixed wrong variable name (bug #47961, patch output)
103
104
-------------------------------------------------------------------
105
Mon Jan 26 14:17:04 CET 2004 - kukuk@suse.de
106
107
- Readd m4 requirement
108
109
-------------------------------------------------------------------
110
Sun Jan 11 09:54:44 CET 2004 - adrian@suse.de
111
112
- build as user
113
114
-------------------------------------------------------------------
115
Tue Jan 06 11:37:15 CET 2004 - tcrhak@suse.cz
116
117
- update to version 1.875
118
- use %{_libdir}
119
- run the testsuite
120
- applied Michael Matz's patch
121
- GCC does not support attributes on label in C++
122
123
-------------------------------------------------------------------
124
Fri Sep 12 19:11:55 CEST 2003 - tcrhak@suse.cz
125
126
- require m4, issue an error message and return a non-zero
127
exit code if m4 binary is not found [bug #30653], patch readpipe
128
129
-------------------------------------------------------------------
130
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
131
132
- fix install_info --delete call and move from preun to postun
133
134
-------------------------------------------------------------------
135
Fri Mar 07 16:47:08 CET 2003 - tcrhak@suse.cz
136
137
- Improved fix for the scaner: treat @ and initial comments
138
the right way
139
140
-------------------------------------------------------------------
141
Fri Feb 7 01:16:20 CET 2003 - ro@suse.de
142
143
- added install_info macros
144
145
-------------------------------------------------------------------
146
Sat Nov 9 19:38:34 CET 2002 - aj@suse.de
147
148
- Fix one more problem encountered in building gcc with $
149
(all work done by jh@suse.cz).
150
151
-------------------------------------------------------------------
152
Sat Nov 9 18:16:35 CET 2002 - aj@suse.de
153
154
- Fix last patch to handle $ in comments correctly.
155
156
-------------------------------------------------------------------
157
Sat Nov 9 14:53:50 CET 2002 - aj@suse.de
158
159
- Fix handling of $ in scan-gram.
160
161
-------------------------------------------------------------------
162
Wed Nov 06 15:36:22 CET 2002 - tcrhak@suse.cz
163
164
- update to version 1.75
165
- removed YYPARSE_RETURN_TYPE: no package uses this and yyparse()
166
relies on having its return type compatible with int
167
- do not use C++ kludges fix with the new version
168
169
-------------------------------------------------------------------
170
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
171
172
- removed bogus self-provides
173
174
-------------------------------------------------------------------
175
Tue Jul 23 18:33:57 CEST 2002 - tcrhak@suse.cz
176
177
- a stack overflow fix for `C++ kludges': do extend stack
178
even if location tracking is not enabled
179
180
-------------------------------------------------------------------
181
Wed Jun 26 17:23:22 CEST 2002 - tcrhak@suse.cz
182
183
- update to 1.35
184
185
-------------------------------------------------------------------
186
Wed Feb 13 13:50:05 CET 2002 - schwab@suse.de
187
188
- Don't use NULL when it may not be defined.
189
190
-------------------------------------------------------------------
191
Fri Feb 8 10:51:48 CET 2002 - tcrhak@suse.cz
192
193
- update to version 1.33
194
195
-------------------------------------------------------------------
196
Fri Jan 25 20:05:16 CET 2002 - tcrhak@suse.cz
197
198
- update to version 1.32
199
200
-------------------------------------------------------------------
201
Tue Dec 11 16:32:58 CET 2001 - schwab@suse.de
202
203
- Fix double free.
204
205
-------------------------------------------------------------------
206
Fri Nov 30 17:14:00 CET 2001 - schwab@suse.de
207
208
- Fix use of YYSTACK_USE_ALLOCA in parser skeleton.
209
210
-------------------------------------------------------------------
211
Fri Nov 30 13:55:50 CEST 2001 - tcrhak@suse.cz
212
213
- update to 1.30
214
215
-------------------------------------------------------------------
216
Sun Dec 3 16:19:47 CET 2000 - schwab@suse.de
217
218
- Fix line numbers in bison.simple.
219
220
-------------------------------------------------------------------
221
Thu Aug 24 14:03:49 CEST 2000 - nadvornik@suse.cz
222
223
- update to 1.28
224
225
-------------------------------------------------------------------
226
Fri Jan 28 11:26:45 CET 2000 - schwab@suse.de
227
228
- Fix missing declaration
229
- Specfile cleanup, get rid of Makefile.Linux
230
- /usr/{info,man} -> /usr/share/{info,man}
231
232
-------------------------------------------------------------------
233
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
234
235
- ran old prepare_spec on spec file to switch to new prepare_spec.
236
237
------------------------------------------------------------------------------
238
Fri Jun 13 11:28:39 CEST 1997 - rj@suse.de
239
240
- yacc emulation removed, because of existing mid-age technology
241
242
------------------------------------------------------------------------------
243
Fri May 16 14:47:52 CEST 1997 - rj@suse.de
244
245
- version 1.25
246
- yacc-functionality emulated thru script
247