checked in

OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2009-12-16 09:50:35 +00:00 committed by Git OBS Bridge
parent 8a0dbe7341
commit 2ab2db46b6
3 changed files with 2 additions and 7 deletions

View File

@ -48,8 +48,8 @@
+ else
+ haderr = 1;
}
exitset--;
cleanup_pop_mark(omark);
resexit(osetexit);
--- sh.decls.h
+++ sh.decls.h 2007-07-23 15:37:27.493023737 +0200
@@ -90,6 +90,7 @@ extern void cleanup_push_internal(voi

View File

@ -249,7 +249,7 @@
+#include <features.h>
#include "sh.h"
RCSID("$tcsh: sh.dol.c,v 3.74 2008/05/14 20:10:30 christos Exp $")
RCSID("$tcsh: sh.dol.c,v 3.70 2006/09/14 18:30:16 christos Exp $")
@@ -922,6 +923,31 @@ heredoc(Char *term)
Char *lbp, *obp, *mbp;
Char **vp;

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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