From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/files/
Date: Mon, 3 Jun 2013 23:33:35 +0000 (UTC) [thread overview]
Message-ID: <1370206674.5235aa5caf2400663e27d53dad943d6bd728c990.ottxor@gentoo> (raw)
commit: 5235aa5caf2400663e27d53dad943d6bd728c990
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Sun Jun 2 20:57:54 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jun 2 20:57:54 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5235aa5c
implemented clean fix for changed errorline API in TCL
---
sys-cluster/modules/files/errorline.patch | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/sys-cluster/modules/files/errorline.patch b/sys-cluster/modules/files/errorline.patch
index dc2efcf..a319ac8 100644
--- a/sys-cluster/modules/files/errorline.patch
+++ b/sys-cluster/modules/files/errorline.patch
@@ -1,14 +1,15 @@
-diff -ru modules-3.2.9-a/cmdModule.c modules-3.2.9-b/cmdModule.c
---- modules-3.2.9-a/cmdModule.c 2010-11-11 19:23:18.000000000 +0100
-+++ modules-3.2.9-b/cmdModule.c 2013-05-31 20:48:34.000000000 +0200
+diff -ru modules-3.2.9-old/cmdModule.c modules-3.2.9/cmdModule.c
+--- modules-3.2.9-old/cmdModule.c 2013-06-02 22:46:09.196302980 +0200
++++ modules-3.2.9/cmdModule.c 2013-06-02 22:53:36.706298800 +0200
@@ -640,8 +640,8 @@
case TCL_OK: gotPartial = 0;
continue; /** while **/
- case TCL_ERROR: interp->errorLine = ((linenum-1)-gotPartial) +
- interp->errorLine;
-+ case TCL_ERROR: //interp->errorLine = ((linenum-1)-gotPartial) +
-+ // interp->errorLine;
++ case TCL_ERROR: Tcl_SetErrorLine(interp, ((linenum-1)-gotPartial) +
++ Tcl_GetErrorLine(interp));
/* FALLTHROUGH */
case TCL_LEVEL0_RETURN:
+Nur in modules-3.2.9: cmdModule.c~.
next reply other threads:[~2013-06-03 23:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 23:33 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-26 14:53 [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/files/ Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1370206674.5235aa5caf2400663e27d53dad943d6bd728c990.ottxor@gentoo \
--to=ottxor@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox