File gawk.changes of Package gawk
841
1
-------------------------------------------------------------------
2
Tue Aug 8 09:01:50 UTC 2023 - Andreas Schwab <schwab@suse.de>
3
4
- format-tree-positional-arg.patch: Validate index into argument list
5
(CVE-2023-4156, bsc#1214025)
6
7
-------------------------------------------------------------------
8
Mon Feb 26 10:19:21 UTC 2018 - astieger@suse.com
9
10
- GNU awk 4.2.1:
11
* documentation updates
12
* In MPFR mode, When ROUNDMODE changes, string values for
13
numerically type values will be redone
14
* various bug fixes
15
* drop fold-string.patch, upstream
16
- Use %license (boo#1082318)
17
18
-------------------------------------------------------------------
19
Sat Oct 21 20:12:05 UTC 2017 - schwab@linux-m68k.org
20
21
- fold-string.patch: Don't fold constant strings if either is translatable
22
23
-------------------------------------------------------------------
24
Thu Oct 19 21:54:47 UTC 2017 - schwab@linux-m68k.org
25
26
- Update to gawk 4.2.0
27
* If not in POSIX mode, changes to ENVIRON are reflected into
28
gawk's environment
29
* The series of numbers returned by rand() should now be "more
30
random" than previously
31
* Multiple changes related to the pretty printer
32
* The igawk script and igawk.1 man page are no longer installed
33
* Gawk now processes a maximum of two hexadecimal digits in \x
34
escape sequences inside strings
35
* Setting PROCINFO["redirection", "NONFATAL"] to true makes I/O
36
errors for "redirection" not fatal
37
* Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]
38
* Revisions in the POSIX standard remove the special case for POSIX
39
mode when FS = " " where newline was not a field separator
40
* Gawk now supports strongly typed regexp constants
41
* The new typeof() function can be used to indicate if a variable or
42
array element is an array, regexp, string or number
43
* Optimizations are now enabled by default
44
* Passing negative operands to any of the bitwise functions now
45
produces a fatal error
46
* The mktime function now accepts an optional second argument
47
* The FIELDWIDTHS parsing syntax has been enhanced to allow specifying
48
how many characters to skip before a field starts
49
* The PROCINFO["argv"] array records all of gawk's command line arguments
50
as gawk received them
51
- gawk_ppc64le_ignore_transient_test_time_failure.patch: removed
52
53
-------------------------------------------------------------------
54
Wed Oct 11 11:40:41 UTC 2017 - astieger@suse.com
55
56
- also ignore transient test time failure on ppc64
57
58
-------------------------------------------------------------------
59
Mon Apr 10 07:39:22 UTC 2017 - josef.moellers@suse.com
60
61
- Added an explicit rpmlint rule to keep one file (gawkapi.h)
62
from requiring a separate package.
63
[+gawk.rpmlintrc]
64
65
-------------------------------------------------------------------
66
Mon Sep 5 20:27:40 UTC 2016 - astieger@suse.com
67
68
* GNU awk 4.1.4:
69
* z/OS support updated
70
* debugger improvements
71
* return value of system() enhanced to convey more information
72
* two-way pipe handling improved
73
* The -d option now allows -d- to print to standard output.
74
* The DJGPP port is now officially deprecated.
75
76
-------------------------------------------------------------------
77
Wed May 4 15:57:22 UTC 2016 - normand@linux.vnet.ibm.com
78
79
- new gawk_ppc64le_ignore_transient_test_time_failure.patch
80
81
-------------------------------------------------------------------
82
Sat May 23 18:48:02 UTC 2015 - astieger@suse.com
83
84
- GNU awk 4.1.3:
85
* Regexp parsing with extra brackets should now be working again.
86
* Updated to latest config.guess and config.sub.
87
* bug fixes
88
89
-------------------------------------------------------------------
90
Thu May 7 19:13:00 UTC 2015 - astieger@suse.com
91
92
- skip frequently failing and timing dependent test strftime
93
94
-------------------------------------------------------------------
95
Thu May 7 07:48:15 UTC 2015 - mpluskal@suse.com
96
97
- Correct info files scriplet handling section
98
- Update info and update-alternatives requirements
99
100
-------------------------------------------------------------------
101
Sun May 3 09:30:05 UTC 2015 - astieger@suse.com
102
103
- GNU awk 4.1.2:
104
* manual improved
105
* The debugger's "restart" command now works again.
106
* Redirected getline is now allowed inside BEGINFILE/ENDFILE.
107
* A number of bugs have been fixed in the MPFR code.
108
* Indirect function calls now work for both built-in and extension
109
functions.
110
* Built-in functions are now included in FUNCTAB.
111
* In non-English locales, it was accidentally possible to use
112
non-english letters for identifiers
113
* The "where" command has been added to the debugger as an alias
114
for "backtrace".
115
* Gawk no longer explicitly checks the current directory after
116
doing a path search of AWKPATH.
117
* Infrastructure upgrades: Automake 1.15, Gettext 0.19.4,
118
Libtool 2.4.6, Bison 3.0.4.
119
* If a user-defined function has a parameter with the same name
120
as another user-defined function, it is no longer possible to
121
call the second function from inside the first.
122
* POSIX requires that the names of function parameters not be the
123
same as any of the special built-in variables and also not
124
conflict with the names of any functions. Gawk has checked for
125
the former since 3.1.7. With --posix, it now also checks for
126
the latter.
127
* The test suite should check for necessary locales and skip the
128
tests where it matters if support isn't what it should be.
129
* Gawk now expects to be compiled on a system with multibyte
130
character support.
131
- drop gawk-4.1.1-build-baddest.patch, upstream
132
133
-------------------------------------------------------------------
134
Sat May 3 15:39:14 UTC 2014 - andreas.stieger@gmx.de
135
136
- remove optional libsigsegv dependency
137
138
-------------------------------------------------------------------
139
Tue Apr 29 20:28:42 UTC 2014 - andreas.stieger@gmx.de
140
141
- GNU awk 4.1.1:
142
* The "stat" extension now includes a "devbsize" element which
143
indicates the units for the "nblocks" element.
144
* A number of bugs in the pretty-printing / profiling code have
145
been fixed.
146
* The -O option now works again.
147
* The --include option, documented since 4.0, now actually works.
148
* Infrastructure updated to automake 1.13.4, bison 3.0.2, and
149
libtool 2.4.2.418.
150
* The configure script now accepts a --disable-extensions option,
151
which disables checking for and building the extensions.
152
* The API now provides functions pointers for malloc(), calloc(),
153
realloc() and free(), to insure that the same memory allocation
154
functions are always used. This bumps the minor version by one.
155
* The printf quote flag now works correctly in locales with
156
a different decimal point character but without a thousands
157
separator character. If the thousands separator is a string,
158
it will be correctly added to decimal numbers.
159
* The readfile extension now has an input parser that will read
160
whole files as a single record.
161
- packaging changes:
162
* remove added German po file and scanning of translations
163
* remove profiling, fixing warning make-check-outside-check-section
164
* remove autoreconf call
165
* drop gawk-3.1.8.diff
166
* drop older-automake.diff, not required for factory
167
* build with libsigsegv
168
* no not regenerate info pages
169
* add gawk-4.1.1-build-baddest.patch required for install
170
* switch to xz tarball
171
* verify source signature
172
173
-------------------------------------------------------------------
174
Sat Feb 8 12:02:23 UTC 2014 - gber@opensuse.org
175
176
- adjust update-alternative usage to packaging policy
177
(see http://lists.opensuse.org/opensuse-packaging/2014-02/msg00024.html)
178
179
-------------------------------------------------------------------
180
Mon May 13 09:35:02 UTC 2013 - idonmez@suse.com
181
182
- Update to version 4.1.0
183
* The three executables gawk, pgawk, and dgawk, have been merged into
184
one, named just gawk.
185
* The new -i option (from xgawk) is used for loading awk library files.
186
* The new -l option (from xgawk) is used for loading dynamic extensions.
187
* The dynamic extension interface has been completely redone. There is
188
now a defined API for C extensions to use. A C extension acts like
189
a function written in awk, except that it cannot do everything that awk
190
code can. However, this allows interfacing to any facility that is
191
available from C.
192
* The "inplace" extension, built using the new facility, can be used to
193
simulate the GNU "sed -i" feature.
194
* The and(), or() and xor() functions now take any number of arguments,
195
with a minimum of two.
196
* New arrays: SYMTAB, FUNCTAB, and PROCINFO["identifiers"]. SYMTAB allows
197
indirect access to any defined variable or array; it is possible to
198
"walk" the symbol table, if that should be necessary.
199
- Refreshed gawk-3.1.8.diff
200
- Add older-automake.diff to support automake 1.12
201
202
-------------------------------------------------------------------
203
Tue Mar 26 14:25:52 UTC 2013 - mmeister@suse.com
204
205
- Added url as source.
206
Please see http://en.opensuse.org/SourceUrls
207
208
-------------------------------------------------------------------
209
Thu Dec 13 23:01:16 UTC 2012 - jengelh@inai.de
210
211
- Remove unneded %clean section
212
213
-------------------------------------------------------------------
214
Fri Sep 7 12:48:01 UTC 2012 - coolo@suse.com
215
216
- add explicit buildrequire makeinfo
217
218
-------------------------------------------------------------------
219
Wed Apr 4 01:27:28 UTC 2012 - tabraham@novell.com
220
221
- Update to version 4.0.1
222
* completed the implementation of Rational Range Interpretation
223
* failure to get the group set is no longer a fatal error
224
* lots of minor bugs fixed and portability clean-ups
225
226
- refreshed gawk-3.1.8.diff
227
- removed gawk-revert-gsub-gawk3.patch deprecated by this release
228
229
-------------------------------------------------------------------
230
Wed Feb 8 20:59:12 UTC 2012 - rschweikert@suse.com
231
232
- keep binaries in /usr tree {UsrMerge project)
233
234
-------------------------------------------------------------------
235
Mon Jan 30 16:16:45 CET 2012 - pth@suse.de
236
237
- Compress message catalog.
238
239
-------------------------------------------------------------------
240
Mon Jan 30 13:32:32 CET 2012 - pth@suse.de
241
242
- Use latest german message catalog.
243
- Call update-po as part of package build.
244
245
-------------------------------------------------------------------
246
Fri Dec 2 14:52:56 UTC 2011 - cfarrell@suse.com
247
248
- license update: GPL-3.0+
249
gawk is GPL-3.0+ in 4.0.0
250
251
-------------------------------------------------------------------
252
Thu Dec 1 15:47:50 UTC 2011 - coolo@suse.com
253
254
- add automake as buildrequire to avoid implicit dependency
255
256
-------------------------------------------------------------------
257
Tue Sep 27 11:31:28 UTC 2011 - idonmez@suse.com
258
259
- Revert sub/gsub behavior to that of gawk 3.x. Upstream commit
260
16de770359370224129f23df745178efe518c02c
261
262
-------------------------------------------------------------------
263
Wed Aug 10 03:58:24 UTC 2011 - crrodriguez@opensuse.org
264
265
- Update to version 4.0.0 , important changes
266
* The special files /dev/pid, /dev/ppid, /dev/pgrpid and /dev/user are
267
now completely gone. Use PROCINFO instead.
268
* The POSIX 2008 behavior for `sub' and `gsub' are now the default.
269
* In POSIX mode, string comparisons use strcoll/wcscoll.
270
* Gawk now treats ranges of the form [d-h] as if they were in the C
271
272
273
-------------------------------------------------------------------
274
Tue Apr 19 13:46:32 CEST 2011 - dmueller@suse.de
275
276
- update to 3.1.8:
277
* The zero flag no longer applies to %c and %s; apparently the standards
278
changed at some point.
279
* Failure to open a socket is no longer a fatal error.
280
* dfa.h and dfa.c are now more-or-less in sync with GNU grep, for the first
281
time in many years.
282
* Gawk no longer includes its own copy of libsigsegv but it will use it if
283
installed on the build system. The --disable-libsigsegv configure option
284
is now gone.
285
* The ' flag (%'d) is now just ignored on systems that can't support it.
286
* Gawk now has support for z/OS (IBM S/390 architecture).
287
* Gawk now handles multibyte strings better in [s]printf with field
288
widths and such.
289
* A getline from a directory is no longer fatal; instead it returns -1.
290
* Per POSIX, special variable names (like FS) cannot be used as function
291
parameter names.
292
* The new -O / --optimize option enables simple constant folding on
293
the parse tree during parsing. We hope that with time the number
294
of optimizations will increase.
295
* Lots of bug fixes, see the ChangeLog.
296
297
-------------------------------------------------------------------
298
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
299
300
- use %_smp_mflags
301
302
-------------------------------------------------------------------
303
Tue Feb 16 09:06:01 UTC 2010 - guido+opensuse.org@berhoerster.name
304
305
- use update-alternatives
306
307
-------------------------------------------------------------------
308
Tue Nov 3 19:09:17 UTC 2009 - coolo@novell.com
309
310
- updated patches to apply with fuzz=0
311
312
-------------------------------------------------------------------
313
Sat Feb 7 18:10:26 CET 2009 - schwab@suse.de
314
315
- Rebuild broken info files.
316
317
-------------------------------------------------------------------
318
Mon Nov 12 14:50:34 CET 2007 - schwab@suse.de
319
320
- Update to gawk 3.1.6.
321
1. `gawk 'program' /non/existant/file' no longer core dumps.
322
2. Too many people the world over have complained about gawk's use of the
323
locale's decimal point for parsing input data instead of the traditional
324
period. So, even though gawk was being nicely standards-compliant, in
325
a Triumph For The Users, gawk now only uses the locale's decimal point
326
if --posix is supplied or if POSIXLY_CORRECT is set. It is the sincere
327
hope that this change will eliminate this FAQ from being asked.
328
3. `gawk -v BINMODE=1 ...' works again.
329
4. Internal file names like `/dev/user' now work again. (Note that these
330
file names are obsolete and will go away eventually.)
331
5. Problems with wide strings in non "C" locales have been straightened
332
out everywhere. (At least, we think so.)
333
6. Use of `ansi2knr' is no longer supported. Please use an ANSI C compiler.
334
7. Updated to Autoconf 2.61, Automake 1.10, and Gettext 0.16.1.
335
8. The getopt* and regex* files were synchronized with current GLIBC CVS.
336
See the ChangeLog for the versions and minor edits made.
337
9. There are additional --lint-old warnings.
338
10. Gawk now uses getaddrinfo(3) to look up names and IP addresses. This
339
allows the use of an IPv6 format address and paves the way for
340
eventual addition of `/inet6/...' and `/inet4/...' hostnames.
341
11. We believe gawk to now be valgrind clean. At least when run against
342
the test suite.
343
12. A number of issues dealing with the formatting and printing of very
344
large numbers in integer formats have been dealt with and fixed.
345
13. Gawk now converts "+inf", "-inf", "+nan" and "-nan" into the corresponding
346
magic IEEE floating point values. Only those strings (case independent)
347
work. With --posix, gawk calls the system strtod directly. You asked
348
for it, you got it, you deal with it.
349
14. Defining YYDEBUG enables the -D command line option.
350
15. Gawk should now work out of the box on Tandem NSK/OSS systems.
351
16. Lint messages rationalized: many more of the messages are now printed
352
only once, instead of every time they are encountered.
353
17. The strftime() function now accepts an optional third argument, which
354
if non-zero or non-null, indicates that the time should be formatted
355
as UTC instead of as local time.
356
18. The precedence of concatenation and `| getline' (in something like
357
"echo " "date" | getline stuff) has been reverted to the earlier
358
behavior and now once again matches Unix awk.
359
19. New configure time flag --disable-directories-fatal which causes
360
gawk to silently skip directories on the command line. This behavior
361
is also enabled for --traditional, since it's what Unix awk does.
362
20. A new option, --use-lc-numeric, forces use of the locale's decimal
363
point without the rest of the draconian restrictions imposed by
364
--posix. This softens somewhat the stance taken in item #2.
365
21. Everything relevant has been updated to the GPL 3.
366
22. Array growth should be faster now, at no cost in space.
367
23. Lots more tests.
368
24. One new translation.
369
25. Various bugs fixed, see the ChangeLog for details.
370
371
-------------------------------------------------------------------
372
Mon Oct 15 12:55:28 CEST 2007 - schwab@suse.de
373
374
- Update to gawk 3.1.5h.
375
376
-------------------------------------------------------------------
377
Fri May 25 15:00:37 CEST 2007 - schwab@suse.de
378
379
- Update to gawk 3.1.5g.
380
381
-------------------------------------------------------------------
382
Fri Sep 1 13:02:34 CEST 2006 - schwab@suse.de
383
384
- Drop doc subpackage.
385
386
-------------------------------------------------------------------
387
Mon Jul 24 10:35:21 CEST 2006 - schwab@suse.de
388
389
- Add multibyte patch.
390
391
-------------------------------------------------------------------
392
Wed Jul 5 10:51:33 CEST 2006 - schwab@suse.de
393
394
- Fix conversion error.
395
396
-------------------------------------------------------------------
397
Tue Jul 4 10:56:26 CEST 2006 - schwab@suse.de
398
399
- New version of last change.
400
401
-------------------------------------------------------------------
402
Sun Jun 18 16:13:32 CEST 2006 - schwab@suse.de
403
404
- Properly handle /dev/fd.
405
406
-------------------------------------------------------------------
407
Sat Mar 4 23:03:26 CET 2006 - schwab@suse.de
408
409
- Add two wide string bug fixes.
410
411
-------------------------------------------------------------------
412
Thu Feb 9 11:39:04 CET 2006 - schwab@suse.de
413
414
- Fix dfa generation of interval expressions [#148453].
415
416
-------------------------------------------------------------------
417
Thu Jan 26 18:51:30 CET 2006 - schwab@suse.de
418
419
- Use %jobs.
420
421
-------------------------------------------------------------------
422
Wed Jan 25 21:30:13 CET 2006 - mls@suse.de
423
424
- converted neededforbuild to BuildRequires
425
426
-------------------------------------------------------------------
427
Wed Nov 30 23:59:09 CET 2005 - schwab@suse.de
428
429
- Fix length on strings with embedded NUL.
430
431
-------------------------------------------------------------------
432
Fri Oct 7 14:18:37 CEST 2005 - schwab@suse.de
433
434
- Fix off-by-one when processing FIELDWIDTHS.
435
436
-------------------------------------------------------------------
437
Fri Sep 2 19:05:49 CEST 2005 - schwab@suse.de
438
439
- Update to gaw 3.1.5.
440
441
-------------------------------------------------------------------
442
Wed May 25 14:10:25 CEST 2005 - schwab@suse.de
443
444
- Update flonum parsing patch.
445
446
-------------------------------------------------------------------
447
Sat Feb 12 00:25:51 CET 2005 - schwab@suse.de
448
449
- Add libpng to neededforbuild.
450
451
-------------------------------------------------------------------
452
Wed Feb 2 18:47:07 CET 2005 - schwab@suse.de
453
454
- Ignore exit code from pipes.
455
456
-------------------------------------------------------------------
457
Tue Sep 28 23:22:50 CEST 2004 - schwab@suse.de
458
459
- Fix parsing of floating point number that start with more than one
460
zero.
461
462
-------------------------------------------------------------------
463
Sun Sep 19 23:49:11 CEST 2004 - schwab@suse.de
464
465
- Disable invalid shortcut in dfaexec [#44512].
466
- Fix reading past EOF.
467
468
-------------------------------------------------------------------
469
Mon Aug 23 22:35:32 CEST 2004 - schwab@suse.de
470
471
- Update to gawk 3.1.4.
472
473
-------------------------------------------------------------------
474
Fri Aug 6 16:57:35 CEST 2004 - schwab@suse.de
475
476
- Use random from glibc [#43568].
477
478
-------------------------------------------------------------------
479
Thu Aug 5 15:45:04 CEST 2004 - schwab@suse.de
480
481
- Update to gawk 3.1.3l.
482
483
-------------------------------------------------------------------
484
Thu Jul 22 15:20:23 CEST 2004 - schwab@suse.de
485
486
- Fix int/long mismatch.
487
488
-------------------------------------------------------------------
489
Mon Apr 5 14:27:35 CEST 2004 - schwab@suse.de
490
491
- Disable non-POSIX strtod replacement [#38332].
492
493
-------------------------------------------------------------------
494
Fri Mar 12 14:40:57 CET 2004 - schwab@suse.de
495
496
- Fix doc bug.
497
498
-------------------------------------------------------------------
499
Sat Jan 10 12:57:19 CET 2004 - adrian@suse.de
500
501
- do not strip during install, let rpm do it
502
503
-------------------------------------------------------------------
504
Wed Jul 9 15:21:10 CEST 2003 - schwab@suse.de
505
506
- Update to gawk 3.1.3.
507
508
-------------------------------------------------------------------
509
Thu Jun 5 13:33:33 CEST 2003 - jh@suse.de
510
511
- Enable profile feedback
512
513
-------------------------------------------------------------------
514
Tue May 13 11:59:43 CEST 2003 - schwab@suse.de
515
516
- Add %defattr.
517
- Fix file list.
518
519
-------------------------------------------------------------------
520
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
521
522
- fix install_info --delete call and move from preun to postun
523
524
-------------------------------------------------------------------
525
Mon Apr 7 13:11:30 CEST 2003 - schwab@suse.de
526
527
- Only delete info entries when removing last version.
528
529
-------------------------------------------------------------------
530
Thu Mar 27 16:56:42 CET 2003 - schwab@suse.de
531
532
- Update to gawk 3.1.2.
533
534
-------------------------------------------------------------------
535
Fri Feb 7 13:49:41 CET 2003 - schwab@suse.de
536
537
- Fix spec file.
538
539
-------------------------------------------------------------------
540
Thu Feb 6 17:48:28 CET 2003 - schwab@suse.de
541
542
- Use %install_info.
543
544
-------------------------------------------------------------------
545
Mon Nov 18 12:04:42 CET 2002 - schwab@suse.de
546
547
- Add AM_GNU_GETTEXT_VERSION.
548
549
-------------------------------------------------------------------
550
Tue Sep 17 18:39:14 CEST 2002 - ro@suse.de
551
552
- removed bogus self-provides
553
554
-------------------------------------------------------------------
555
Mon Aug 5 17:25:58 CEST 2002 - schwab@suse.de
556
557
- Add fix for gsub.
558
559
-------------------------------------------------------------------
560
Mon Jul 29 11:43:21 CEST 2002 - schwab@suse.de
561
562
- Fix broken patch.
563
564
-------------------------------------------------------------------
565
Thu Jul 18 12:08:53 CEST 2002 - schwab@suse.de
566
567
- Add lint check for delete.
568
569
-------------------------------------------------------------------
570
Tue May 14 17:28:35 CEST 2002 - schwab@suse.de
571
572
- Add fix for memory leak in loops.
573
- Add fix for side effects in split().
574
575
-------------------------------------------------------------------
576
Fri May 10 13:54:47 CEST 2002 - schwab@suse.de
577
578
- Update to gawk-3.1.1 (bugfix release).
579
580
-------------------------------------------------------------------
581
Tue Apr 9 16:59:47 CEST 2002 - schwab@suse.de
582
583
- Fix default AWKPATH.
584
585
-------------------------------------------------------------------
586
Sat Mar 30 23:13:12 CET 2002 - schwab@suse.de
587
588
- Fix for new gettext.
589
590
-------------------------------------------------------------------
591
Sun Mar 17 17:37:30 CET 2002 - schwab@suse.de
592
593
- Fix buffer overflow.
594
595
-------------------------------------------------------------------
596
Mon Feb 18 14:35:45 CET 2002 - schwab@suse.de
597
598
- Workaround spurious limitation in regex matcher.
599
- Fix bogus assertion in strtonum.
600
601
-------------------------------------------------------------------
602
Mon Jan 28 18:21:22 CET 2002 - schwab@suse.de
603
604
- Add i18n patch.
605
606
-------------------------------------------------------------------
607
Fri Jan 11 17:09:51 CET 2002 - schwab@suse.de
608
609
- Two more patches from the author:
610
* Fix use of getgroups
611
* Fix grammer in for statement.
612
613
-------------------------------------------------------------------
614
Fri Nov 30 14:31:42 CET 2001 - schwab@suse.de
615
616
- Replace overrun patch with a better one.
617
- Fix provides.
618
619
-------------------------------------------------------------------
620
Mon Nov 26 15:17:59 CET 2001 - schwab@suse.de
621
622
- Use regex from libc again.
623
624
-------------------------------------------------------------------
625
Wed Nov 7 16:51:32 CET 2001 - schwab@suse.de
626
627
- Fix memory overrun.
628
629
-------------------------------------------------------------------
630
Mon Nov 5 23:32:06 CET 2001 - schwab@suse.de
631
632
- Fix lint checking and off-by-one error for printf.
633
634
-------------------------------------------------------------------
635
Fri Oct 5 16:08:45 CEST 2001 - schwab@suse.de
636
637
- Fix for memory corruption bug from author.
638
639
-------------------------------------------------------------------
640
Tue Sep 25 16:34:38 CEST 2001 - schwab@suse.de
641
642
- Don't set close-on-exec on standard fd (from author).
643
644
-------------------------------------------------------------------
645
Thu Aug 23 16:31:12 CEST 2001 - schwab@suse.de
646
647
- Fix for unary minus operator from author.
648
649
-------------------------------------------------------------------
650
Wed Aug 8 20:29:20 CEST 2001 - schwab@suse.de
651
652
- Fix for memory leak from author.
653
654
-------------------------------------------------------------------
655
Wed Jul 25 19:20:35 CEST 2001 - schwab@suse.de
656
657
- Fix for empty RS and and blank input from author.
658
659
-------------------------------------------------------------------
660
Mon Jul 16 20:25:15 CEST 2001 - schwab@suse.de
661
662
- Fix for index(foo, "") from author.
663
664
-------------------------------------------------------------------
665
Wed Jun 13 19:55:16 CEST 2001 - schwab@suse.de
666
667
- Include fix for allocation bug from author.
668
669
-------------------------------------------------------------------
670
Mon Jun 4 18:27:31 CEST 2001 - schwab@suse.de
671
672
- Update to 3.1.0.
673
674
-------------------------------------------------------------------
675
Sun May 13 21:23:29 CEST 2001 - schwab@suse.de
676
677
- Use included regex.c (#7953).
678
679
-------------------------------------------------------------------
680
Wed May 9 19:37:33 CEST 2001 - cstein@suse.de
681
682
- repacked sources with bzip2.
683
684
-------------------------------------------------------------------
685
Thu Apr 12 19:14:40 CEST 2001 - schwab@suse.de
686
687
- Add patch for \<\> from author.
688
689
-------------------------------------------------------------------
690
Tue Mar 20 14:10:02 CET 2001 - schwab@suse.de
691
692
- Add parser patch from author.
693
694
-------------------------------------------------------------------
695
Thu Mar 8 14:32:03 CET 2001 - schwab@suse.de
696
697
- Add two patches from author.
698
699
-------------------------------------------------------------------
700
Tue Oct 24 16:38:39 CEST 2000 - schwab@suse.de
701
702
- Rename subpackage gawkdoc to gawk-doc.
703
704
-------------------------------------------------------------------
705
Thu Sep 14 15:01:25 CEST 2000 - schwab@suse.de
706
707
- Add FIELDWIDTHS bug fix from arnold@skeeve.com.
708
709
-------------------------------------------------------------------
710
Tue Aug 8 13:20:49 CEST 2000 - schwab@suse.de
711
712
- Update to 3.0.6.
713
714
-------------------------------------------------------------------
715
Fri Jun 30 12:58:10 CEST 2000 - schwab@suse.de
716
717
- Fix handling of array indexes.
718
719
-------------------------------------------------------------------
720
Tue Jun 27 10:44:19 CEST 2000 - schwab@suse.de
721
722
- Update to 3.0.5.
723
724
-------------------------------------------------------------------
725
Tue May 9 16:17:20 CEST 2000 - schwab@suse.de
726
727
- Fix symlinks.
728
729
-------------------------------------------------------------------
730
Mon May 8 12:07:00 CEST 2000 - schwab@suse.de
731
732
- Switch to BuildRoot.
733
- Move /usr/bin/{,g}awk to /bin.
734
735
-------------------------------------------------------------------
736
Fri Apr 7 01:21:59 MEST 2000 - bk@suse.de
737
738
- added suse autoconf update macro
739
740
-------------------------------------------------------------------
741
Tue Apr 4 12:21:09 CEST 2000 - schwab@suse.de
742
743
- Fix IGNORECASE bug.
744
745
-------------------------------------------------------------------
746
Fri Mar 31 13:20:38 CEST 2000 - schwab@suse.de
747
748
- Include more docs.
749
750
-------------------------------------------------------------------
751
Tue Feb 15 17:53:02 CET 2000 - schwab@suse.de
752
753
- Fix parser bug.
754
755
-------------------------------------------------------------------
756
Tue Feb 15 15:29:21 CET 2000 - schwab@suse.de
757
758
- Update config{guess,sub} to latest version.
759
760
-------------------------------------------------------------------
761
Tue Jan 18 14:10:26 CET 2000 - schwab@suse.de
762
763
- /usr/{info,man} -> /usr/share/{info,man}
764
765
-------------------------------------------------------------------
766
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
767
768
- ran old prepare_spec on spec file to switch to new prepare_spec.
769
770
-------------------------------------------------------------------
771
Fri Aug 27 11:14:07 CEST 1999 - schwab@suse.de
772
773
- specfile cleanup
774
- run "make check"
775
- use regex from libc
776
777
-------------------------------------------------------------------
778
Mon Jul 19 11:32:32 MEST 1999 - florian@suse.de
779
780
- update to gawk 3.0.4
781
782
-------------------------------------------------------------------
783
Thu Dec 10 07:38:32 MET 1998 - florian@suse.de
784
785
- egcs miscompiles gawk, use gcc instead
786
787
-------------------------------------------------------------------
788
Fri Jul 17 14:53:55 MEST 1998 - werner@suse.de
789
790
- Use mktemp for igawk
791
792
-------------------------------------------------------------------
793
Wed May 13 17:21:23 MEST 1998 - ro@suse.de
794
795
- used dif from jurix-mirror (date Mar 7 1998)
796
- some of the patches from gnu.utils.bug are still buggy. applied some new
797
patches from the author Aharon Robbins to field.c.
798
799
-------------------------------------------------------------------
800
Mon Mar 2 16:45:10 MET 1998 - florian@suse.de
801
802
- use a complete new patchkit from various bug-reports
803
to gnu.utils.bug
804
805
-------------------------------------------------------------------
806
Wed Feb 4 17:53:53 MET 1998 - ro@suse.de
807
808
- build gawkdoc from same specfile
809
810
----------------------------------------------------------------------------
811
Thu Oct 9 19:08:47 MEST 1997 - florian@suse.de
812
813
- prepare for autobuild
814
815
----------------------------------------------------------------------------
816
Fri Jul 18 14:52:35 MEST 1997 - florian@suse.de
817
818
- add bug-fixes from gnu.utils.bug
819
820
----------------------------------------------------------------------------
821
Fri Jul 18 14:52:35 MEST 1997 - florian@suse.de
822
823
- add several patches from gnu.utils.bug
824
- gawk should work with c-news again
825
826
----------------------------------------------------------------------------
827
Tue May 20 14:10:37 MEST 1997 - florian@suse.de
828
829
- update to version 3.0.3
830
831
----------------------------------------------------------------------------
832
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
833
834
- add bug-fixes from gnu.utils.bugs
835
- do not use /usr/libexec anymore
836
837
----------------------------------------------------------------------------
838
Wed Jan 22 22:24:11 CET 1997 - florian@suse.de
839
840
- update to version 3.0.2
841