From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bolanos Subject: Re: [PATCH] elkscmd: update email address Date: Fri, 28 May 2004 10:37:49 -0600 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1085761908.3063.3.camel@talena.hsol.net> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: claudio@conectiva.com Cc: linux-8086@vger.kernel.org Applied. Thanks Mike On Fri, 2004-05-28 at 08:40, claudio@conectiva.com wrote: > Change email address in elkscmd to something that actually works. > > > diff -rud elkscmd.orig/ash/Makefile elkscmd/ash/Makefile > --- elkscmd.orig/ash/Makefile 2004-05-27 21:10:44.000000000 -0300 > +++ elkscmd/ash/Makefile 2004-05-27 21:46:33.000000000 -0300 > @@ -1,6 +1,6 @@ > # Makefile for ash. > # > -# 19980209 Claudio Matsuoka > +# 19980209 Claudio Matsuoka > # Modified for ELKS and bcc > > BASEDIR=.. > diff -rud elkscmd.orig/ash/README.elks elkscmd/ash/README.elks > --- elkscmd.orig/ash/README.elks 2004-05-27 21:10:49.000000000 -0300 > +++ elkscmd/ash/README.elks 2004-05-27 21:46:33.000000000 -0300 > @@ -13,7 +13,7 @@ > Change log: > > -------------------------------------------------------------- > -19980209 Claudio Matsuoka > +19980209 Claudio Matsuoka > > (*) Initial port (quite trivial). > Adjusted makefiles for bcc, defined sig_t as int, kicked out some > @@ -59,7 +59,7 @@ > Very important for some powerful but easy to use IPC. > > -------------------------------------------------------------- > -19980218 Claudio Matsuoka > +19980218 Claudio Matsuoka > > (*) Workaround for bcc miscompilation in bltin/expr.c. > bcc complained about "invalid indirect to indirect" and "invalid label" > diff -rud elkscmd.orig/ash/bltin/expr.c elkscmd/ash/bltin/expr.c > --- elkscmd.orig/ash/bltin/expr.c 2004-05-27 21:10:37.000000000 -0300 > +++ elkscmd/ash/bltin/expr.c 2004-05-27 21:46:33.000000000 -0300 > @@ -173,7 +173,7 @@ > binary = opsp->op; > for (;;) { > /* > - * 19980218 Claudio Matsuoka > + * 19980218 Claudio Matsuoka > * Oh my, this is a nasty one! Once again, bcc > * complains about invalid indirect to indirect > * (mov byte ptr -9[bp],#_op_argflag[bx]). > @@ -280,7 +280,7 @@ > */ > > /* > - * 19980218 Claudio Matsuoka > + * 19980218 Claudio Matsuoka > * So, here's one more workaround for a bcc problem. This time bcc > * complains about an illegal label when using `goto filetype'. > */ > diff -rud elkscmd.orig/ash/bltin/regexp.c elkscmd/ash/bltin/regexp.c > --- elkscmd.orig/ash/bltin/regexp.c 2004-05-27 21:10:36.000000000 -0300 > +++ elkscmd/ash/bltin/regexp.c 2004-05-27 21:46:33.000000000 -0300 > @@ -260,7 +260,7 @@ > break; > case RE_MATCHED: > /* > - * 19980218 Claudio Matsuoka > + * 19980218 Claudio Matsuoka > * Workaround for bcc compilation problem > */ > > @@ -310,7 +310,7 @@ > len = 1; > if (*curpat == RE_MATCHED) { > /* > - * 19980218 Claudio Matsuoka > + * 19980218 Claudio Matsuoka > * Yet another workaround for a bcc problem. > */ > #if 0 > Only in elkscmd.orig/ash: builtins.c > Only in elkscmd.orig/ash: builtins.h > Only in elkscmd.orig/ash: builtins.o > diff -rud elkscmd.orig/ash/expand.c elkscmd/ash/expand.c > --- elkscmd.orig/ash/expand.c 2004-05-27 21:10:48.000000000 -0300 > +++ elkscmd/ash/expand.c 2004-05-27 21:46:33.000000000 -0300 > @@ -491,7 +491,7 @@ > break; > #if 0 > /* > - * 19980209 Claudio Matsuoka > + * 19980209 Claudio Matsuoka > * FIXME: Commented out due to problems with bcc (illegal > * indirect to indirect: mov byte ptr -1[si],#_optchar[bx]). > */ > Only in elkscmd.orig/ash: mknodes > Only in elkscmd.orig/ash: mksignames > Only in elkscmd.orig/ash: mksyntax > Only in elkscmd.orig/ash: nodes.c > Only in elkscmd.orig/ash: nodes.h > diff -rud elkscmd.orig/ash/parser.c elkscmd/ash/parser.c > --- elkscmd.orig/ash/parser.c 2004-05-27 21:10:43.000000000 -0300 > +++ elkscmd/ash/parser.c 2004-05-27 21:46:33.000000000 -0300 > @@ -692,7 +692,7 @@ > */ > > /* > - * 19980209 Claudio Matsuoka > + * 19980209 Claudio Matsuoka > * bcc fails with `return lasttoken = token', returning an invalid value. > */ > #define RETURN(token) { lasttoken = token; return token; } > diff -rud elkscmd.orig/file_utils/l.c elkscmd/file_utils/l.c > --- elkscmd.orig/file_utils/l.c 2004-05-27 21:09:49.000000000 -0300 > +++ elkscmd/file_utils/l.c 2004-05-27 21:46:33.000000000 -0300 > @@ -1,5 +1,5 @@ > /* l.c - A short version of `ls' > - * Sun Feb 8 16:28:03 EST 1998 - claudio@pos.inf.ufpr.br (Claudio Matsuoka) > + * Sun Feb 8 16:28:03 EST 1998 - claudio@conectiva.com (Claudio Matsuoka) > * > * Based on the ls.c sources Copyright (c) 1993 by David I. Bell > */ > diff -rud elkscmd.orig/file_utils/ls.c elkscmd/file_utils/ls.c > --- elkscmd.orig/file_utils/ls.c 2004-05-27 21:09:47.000000000 -0300 > +++ elkscmd/file_utils/ls.c 2004-05-27 21:46:33.000000000 -0300 > @@ -9,7 +9,7 @@ > * - Added -C option to print 5 across screen. > * 30-Jan-1998 ajr@ecs.soton.ac.uk (Al Riddoch) > * - Made -C default behavoir. > - * 02-Feb-1998 claudio@pos.inf.ufpr.br (Claudio Matsuoka) > + * 02-Feb-1998 claudio@conectiva.com (Claudio Matsuoka) > * - Options -a, -F and simple multicolumn output added > * 28-Nov-1999 mario.frasca@home.ict.nl (Mario Frasca) > * - Options -R -r added > diff -rud elkscmd.orig/sys_utils/qsort.c elkscmd/sys_utils/qsort.c > --- elkscmd.orig/sys_utils/qsort.c 2004-05-27 21:10:23.000000000 -0300 > +++ elkscmd/sys_utils/qsort.c 2004-05-27 21:46:33.000000000 -0300 > @@ -9,7 +9,7 @@ > */ > > /* > - * Sun Feb 8 21:02:15 EST 1998 claudio@pos.inf.ufpr.br (Claudio Matsuoka) > + * Sun Feb 8 21:02:15 EST 1998 claudio@conectiva.com (Claudio Matsuoka) > * Changed sort direction > */ > > - > To unsubscribe from this list: send the line "unsubscribe linux-8086" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >