This commit is contained in:
parent
e07db30557
commit
f3cc3d257e
@ -10,7 +10,7 @@
|
|||||||
+ Char *__restrict__ l = *v;
|
+ Char *__restrict__ l = *v;
|
||||||
+ do {
|
+ do {
|
||||||
+ int c;
|
+ int c;
|
||||||
+ if (!l || (c = TRM(*l)) != ' ' && c != '\t' && c != '\n')
|
+ if (!l || ((c = TRM(*l)) != ' ' && c != '\t' && c != '\n'))
|
||||||
+ break; /* strip blanks */
|
+ break; /* strip blanks */
|
||||||
+ l++;
|
+ l++;
|
||||||
+ } while (*l);
|
+ } while (*l);
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 14:32:23 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
- Make code of last change unambiguous
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 6 16:09:36 CEST 2008 - werner@suse.de
|
Mon Oct 6 16:09:36 CEST 2008 - werner@suse.de
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Group: System/Shells
|
|||||||
Requires: gawk textutils
|
Requires: gawk textutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.15.00
|
Version: 6.15.00
|
||||||
Release: 89
|
Release: 90
|
||||||
Summary: The C SHell
|
Summary: The C SHell
|
||||||
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
|
Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2
|
||||||
Source1: nls-iconv
|
Source1: nls-iconv
|
||||||
@ -147,6 +147,8 @@ Authors:
|
|||||||
%{_datadir}/locale/*/LC_MESSAGES/tcsh
|
%{_datadir}/locale/*/LC_MESSAGES/tcsh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 08 2008 werner@suse.de
|
||||||
|
- Make code of last change unambiguous
|
||||||
* Mon Oct 06 2008 werner@suse.de
|
* Mon Oct 06 2008 werner@suse.de
|
||||||
- Avoid blanks at the beginning of command lists (bnc#431661)
|
- Avoid blanks at the beginning of command lists (bnc#431661)
|
||||||
* Fri Jun 13 2008 werner@suse.de
|
* Fri Jun 13 2008 werner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user