public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] elkscmd: update email address
@ 2004-05-28 14:40 claudio
  2004-05-28 16:37 ` Miguel Bolanos
  0 siblings, 1 reply; 2+ messages in thread
From: claudio @ 2004-05-28 14:40 UTC (permalink / raw)
  To: linux-8086


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
  */


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] elkscmd: update email address
  2004-05-28 14:40 [PATCH] elkscmd: update email address claudio
@ 2004-05-28 16:37 ` Miguel Bolanos
  0 siblings, 0 replies; 2+ messages in thread
From: Miguel Bolanos @ 2004-05-28 16:37 UTC (permalink / raw)
  To: claudio; +Cc: linux-8086

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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-28 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-28 14:40 [PATCH] elkscmd: update email address claudio
2004-05-28 16:37 ` Miguel Bolanos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox