Accepting request 25760 from home:msmeissn:branches:shells
Copy from home:msmeissn:branches:shells/tcsh via accept of submit request 25760 revision 4. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/25760 OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=8
This commit is contained in:
parent
d0178f9157
commit
8a0dbe7341
@ -48,8 +48,8 @@
|
|||||||
+ else
|
+ else
|
||||||
+ haderr = 1;
|
+ haderr = 1;
|
||||||
}
|
}
|
||||||
exitset--;
|
|
||||||
cleanup_pop_mark(omark);
|
cleanup_pop_mark(omark);
|
||||||
|
resexit(osetexit);
|
||||||
--- sh.decls.h
|
--- sh.decls.h
|
||||||
+++ sh.decls.h 2007-07-23 15:37:27.493023737 +0200
|
+++ sh.decls.h 2007-07-23 15:37:27.493023737 +0200
|
||||||
@@ -90,6 +90,7 @@ extern void cleanup_push_internal(voi
|
@@ -90,6 +90,7 @@ extern void cleanup_push_internal(voi
|
||||||
|
@ -249,7 +249,7 @@
|
|||||||
+#include <features.h>
|
+#include <features.h>
|
||||||
#include "sh.h"
|
#include "sh.h"
|
||||||
|
|
||||||
RCSID("$tcsh: sh.dol.c,v 3.70 2006/09/14 18:30:16 christos Exp $")
|
RCSID("$tcsh: sh.dol.c,v 3.74 2008/05/14 20:10:30 christos Exp $")
|
||||||
@@ -922,6 +923,31 @@ heredoc(Char *term)
|
@@ -922,6 +923,31 @@ heredoc(Char *term)
|
||||||
Char *lbp, *obp, *mbp;
|
Char *lbp, *obp, *mbp;
|
||||||
Char **vp;
|
Char **vp;
|
||||||
@ -356,17 +356,6 @@
|
|||||||
# include <features.h>
|
# include <features.h>
|
||||||
# endif
|
# endif
|
||||||
# ifdef SUNOS4
|
# ifdef SUNOS4
|
||||||
--- sh.lex.c
|
|
||||||
+++ sh.lex.c 2006-04-25 14:58:31.000000000 +0200
|
|
||||||
@@ -1447,7 +1447,7 @@ reread:
|
|
||||||
pid_t ctpgrp;
|
|
||||||
#endif /* BSDJOBS */
|
|
||||||
|
|
||||||
- if (numeof != 0 && ++sincereal >= numeof) /* Too many EOFs? Bye! */
|
|
||||||
+ if (++sincereal >= numeof) /* Too many EOFs? Bye! */
|
|
||||||
goto oops;
|
|
||||||
#ifdef BSDJOBS
|
|
||||||
if (tpgrp != -1 &&
|
|
||||||
--- sh.sem.c
|
--- sh.sem.c
|
||||||
+++ sh.sem.c 2006-04-25 14:58:31.000000000 +0200
|
+++ sh.sem.c 2006-04-25 14:58:31.000000000 +0200
|
||||||
@@ -622,10 +622,19 @@ execute(struct command *t, volatile int
|
@@ -622,10 +622,19 @@ execute(struct command *t, volatile int
|
||||||
|
11
tcsh.changes
11
tcsh.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 7 11:23:30 CET 2009 - meissner@suse.de
|
||||||
|
|
||||||
|
- fixed patch fuzz in a minimalistic way.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 2 17:24:05 CET 2009 - werner@suse.de
|
||||||
|
|
||||||
|
- Remove left over in old patch to re-enable message on suppended
|
||||||
|
jobs at exit/logout
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 10:29:22 CEST 2009 - werner@suse.de
|
Fri Aug 14 10:29:22 CEST 2009 - werner@suse.de
|
||||||
|
|
||||||
|
@ -21,12 +21,12 @@
|
|||||||
Name: tcsh
|
Name: tcsh
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Url: http://www.tcsh.org/
|
Url: http://www.tcsh.org/
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Requires: gawk textutils
|
Requires: gawk textutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 6.16.00
|
Version: 6.16.00
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: The C SHell
|
Summary: The C SHell
|
||||||
Source: ftp.astron.com:/pub/tcsh/tcsh-6.16.00.tar.bz2
|
Source: ftp.astron.com:/pub/tcsh/tcsh-6.16.00.tar.bz2
|
||||||
Source1: nls-iconv
|
Source1: nls-iconv
|
||||||
|
Loading…
Reference in New Issue
Block a user