auto-import changelog data from coreutils-5.2.1-18.src.rpm
Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18 - Fixed field extraction in sort (bug #127694). Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com> - Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
This commit is contained in:
parent
868bbfc99c
commit
9c951dbfe3
@ -1716,7 +1716,7 @@
|
||||
+
|
||||
+ memset (&state, '\0', sizeof(mbstate_t));
|
||||
+
|
||||
+ if (tab[0])
|
||||
+ if (tab[0] != TAB_DEFAULT)
|
||||
+ while (ptr < lim && eword--)
|
||||
+ {
|
||||
+ while (ptr < lim && memcmp (ptr, tab, tab_length) != 0)
|
||||
@ -1747,7 +1747,7 @@
|
||||
+
|
||||
+# ifdef POSIX_UNSPECIFIED
|
||||
+ /* Make LIM point to the end of (one byte past) the current field. */
|
||||
+ if (tab[0])
|
||||
+ if (tab[0] != TAB_DEFAULT)
|
||||
+ {
|
||||
+ char *newlim, *p;
|
||||
+
|
||||
|
@ -4,7 +4,7 @@
|
||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||
Name: coreutils
|
||||
Version: 5.2.1
|
||||
Release: 17
|
||||
Release: 18
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Url: ftp://alpha.gnu.org/gnu/coreutils/
|
||||
@ -242,6 +242,12 @@ fi
|
||||
%_sbindir/chroot
|
||||
|
||||
%changelog
|
||||
* Tue Jul 13 2004 Tim Waugh <twaugh@redhat.com> 5.2.1-18
|
||||
- Fixed field extraction in sort (bug #127694).
|
||||
|
||||
* Fri Jun 25 2004 Tim Waugh <twaugh@redhat.com>
|
||||
- Added 'TERM screen.linux' to DIR_COLORS (bug #78816).
|
||||
|
||||
* Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
|
||||
- Move pam-xauth to after pam-selinux
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user