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:
cvsdist 2004-09-09 04:02:56 +00:00
parent 868bbfc99c
commit 9c951dbfe3
2 changed files with 9 additions and 3 deletions

View File

@ -1716,7 +1716,7 @@
+ +
+ memset (&state, '\0', sizeof(mbstate_t)); + memset (&state, '\0', sizeof(mbstate_t));
+ +
+ if (tab[0]) + if (tab[0] != TAB_DEFAULT)
+ while (ptr < lim && eword--) + while (ptr < lim && eword--)
+ { + {
+ while (ptr < lim && memcmp (ptr, tab, tab_length) != 0) + while (ptr < lim && memcmp (ptr, tab, tab_length) != 0)
@ -1747,7 +1747,7 @@
+ +
+# ifdef POSIX_UNSPECIFIED +# ifdef POSIX_UNSPECIFIED
+ /* Make LIM point to the end of (one byte past) the current field. */ + /* Make LIM point to the end of (one byte past) the current field. */
+ if (tab[0]) + if (tab[0] != TAB_DEFAULT)
+ { + {
+ char *newlim, *p; + char *newlim, *p;
+ +

View File

@ -4,7 +4,7 @@
Summary: The GNU core utilities: a set of tools commonly used in shell scripts Summary: The GNU core utilities: a set of tools commonly used in shell scripts
Name: coreutils Name: coreutils
Version: 5.2.1 Version: 5.2.1
Release: 17 Release: 18
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Url: ftp://alpha.gnu.org/gnu/coreutils/ Url: ftp://alpha.gnu.org/gnu/coreutils/
@ -242,6 +242,12 @@ fi
%_sbindir/chroot %_sbindir/chroot
%changelog %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 * Wed Jun 23 2004 Dan Walsh <dwalsh@redhat.com> 5.2.1-17
- Move pam-xauth to after pam-selinux - Move pam-xauth to after pam-selinux