public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
From: Miguel Bolanos <mike@linuxlabs.com>
To: claudio@conectiva.com
Cc: linux-8086@vger.kernel.org
Subject: Re: [PATCH] elkscmd: update email address
Date: Fri, 28 May 2004 10:37:49 -0600	[thread overview]
Message-ID: <1085761908.3063.3.camel@talena.hsol.net> (raw)
In-Reply-To: <Pine.LNX.4.58L.0405281139350.31184@damien.conectiva>

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 <claudio@pos.inf.ufpr.br>
> +# 19980209 Claudio Matsuoka <claudio@conectiva.com>
>  # 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 <claudio@pos.inf.ufpr.br>
> +19980209 Claudio Matsuoka <claudio@conectiva.com>
> 
>  (*) 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 <claudio@pos.inf.ufpr.br>
> +19980218 Claudio Matsuoka <claudio@conectiva.com>
> 
>  (*) 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 <claudio@pos.inf.ufpr.br>
> +			 * 19980218 Claudio Matsuoka <claudio@conectiva.com>
>  			 * 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 <claudio@pos.inf.ufpr.br>
> + * 19980218 Claudio Matsuoka <claudio@conectiva.com>
>   * 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 <claudio@pos.inf.ufpr.br>
> +			 * 19980218 Claudio Matsuoka <claudio@conectiva.com>
>  			 * Workaround for bcc compilation problem
>  			 */
> 
> @@ -310,7 +310,7 @@
>  	len = 1;
>  	if (*curpat == RE_MATCHED) {
>  		/*
> -		 * 19980218 Claudio Matsuoka <claudio@pos.inf.ufpr.br>
> +		 * 19980218 Claudio Matsuoka <claudio@conectiva.com>
>  		 * 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 <claudio@pos.inf.ufpr.br>
> +	 * 19980209 Claudio Matsuoka <claudio@conectiva.com>
>  	 * 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 <claudio@pos.inf.ufpr.br>
> + * 19980209 Claudio Matsuoka <claudio@conectiva.com>
>   * 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
> 


      reply	other threads:[~2004-05-28 16:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 14:40 [PATCH] elkscmd: update email address claudio
2004-05-28 16:37 ` Miguel Bolanos [this message]

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=1085761908.3063.3.camel@talena.hsol.net \
    --to=mike@linuxlabs.com \
    --cc=claudio@conectiva.com \
    --cc=linux-8086@vger.kernel.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