antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright ./Makefile.in src/arshell/arguments.c...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright ./Makefile.in src/arshell/arguments.c...
Date: Mon, 27 Mar 2006 00:59:47 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 06/03/27 00:59:47

Modified files:
        .              : Makefile.in 
        src/arshell    : arguments.c arshell.h 
Removed files:
        src/arshell    : interface_file.c interface_file.h 

Log message:
        Removed the interface file language code, for the same functionality 
can be implemented in awk.  It was originally implemented to overcome the 
limitation on the number of command line arguments, but the allowed amount on 
most unix systems is definately not a limiting factor.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/Makefile.in.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/src/arshell/arguments.c.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/antiright/antiright/src/arshell/arshell.h.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: antiright/Makefile.in
diff -u antiright/Makefile.in:1.50 antiright/Makefile.in:1.51
--- antiright/Makefile.in:1.50  Mon Mar 13 04:11:37 2006
+++ antiright/Makefile.in       Mon Mar 27 00:59:46 2006
@@ -38,16 +38,13 @@
        lib/util.o lib/pixmap.o lib/usage.o lib/app.o lib/resource.o\
        lib/string.o lib/system.o lib/xmstring.o lib/pipe.o lib/graph.o
 
-yaclib-objects=yaclib/parse.o yaclib/list.o yaclib/hash.o yaclib/vector.o\
-       yaclib/algo.o
-
 arshell-objects=src/arshell/arshell.o src/arshell/arguments.o\
        src/arshell/textedit.o src/arshell/arshell-util.o\
        src/arshell/color.o src/arshell/dialog.o src/arshell/menubar.o\
        src/arshell/update.o src/arshell/layout.o src/arshell/main.o\
-       src/arshell/search.o src/arshell/file.o src/arshell/interface_file.o\
+       src/arshell/search.o src/arshell/file.o\
        src/arshell/pixmap.o src/arshell/clockload.o src/arshell/appendage.o\
-       $(lib-objects) $(yaclib-objects)
+       $(lib-objects) 
 arshell:$(arshell-objects)
        $(CC) $(arshell-objects) $(LIBDIR) $(LIBS) -o arshell
 
Index: antiright/src/arshell/arguments.c
diff -u antiright/src/arshell/arguments.c:1.24 
antiright/src/arshell/arguments.c:1.25
--- antiright/src/arshell/arguments.c:1.24      Sun Jul 31 16:19:50 2005
+++ antiright/src/arshell/arguments.c   Mon Mar 27 00:59:46 2006
@@ -174,12 +174,6 @@
       break;
       /* The following only works if you have the yetanotherclib
          library.  */
-#ifdef HAVE_YACLIB
-    case 'f':                  /* Load an arshell interface definition file.  
*/
-      (*counter_int)++;
-      arshell_parse_interface_file (argv[(*counter_int)]);
-      break;
-#endif /* HAVE_YACLIB  */
     case 'l':                  /* Start up lowered.  */
       arshell.flags.lowered = True;
       break;
Index: antiright/src/arshell/arshell.h
diff -u antiright/src/arshell/arshell.h:1.22 
antiright/src/arshell/arshell.h:1.23
--- antiright/src/arshell/arshell.h:1.22        Thu Nov 24 01:36:06 2005
+++ antiright/src/arshell/arshell.h     Mon Mar 27 00:59:46 2006
@@ -34,7 +34,6 @@
 #include "layout.h"
 #include "search.h"
 #include "file.h"
-#include "interface_file.h"
 #include "pixmap.h"
 #include "clockload.h"
 #include "appendage.h"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]