On Tue, Jul 09, 2002 at 01:58:53PM +0400, Alexander V. Lukyanov wrote:
> > OutputJob.  It's useful, fixes the cls bug, and makes buffered outputting
> > trivial from any job, but it's still a bit overcomplicated and I havn't
> > had the interest in it recently to nail down the rest of the bugs.  (You
> > don't seem particularly interested in it, either.)
> 
> I'm going to apply this. Thanks! for_each is finally eliminated.

As I said, there're some bugs and leaks I havn't nailed down.  If you're
interested in this code, I'll work on solidifying this.

> > Some m4 patches that come closer to quieting the autoconf deprecation warning.
> > I sent these in, you only applied about half of them, not going to keep the
> > rest around if you won't apply them.
> 
> Some things were broken by this patch. I'll look at that again.

I'm not too concerned about it, it'd just be nice to get rid of
acconfig.h eventually.

By the way, small .cvsignore patch attached, to ignore some of the newer
autoconf/automake junk.

There area bunch of files in the m4/ directory that some autoconf script
is adding automatically:

? m4/codeset.m4
? m4/gettext.m4
? m4/glibc21.m4
? m4/iconv.m4
? m4/isc-posix.m4
? m4/lcmessage.m4
? m4/lib-ld.m4
? m4/lib-link.m4
? m4/lib-prefix.m4
? m4/progtest.m4

automake (GNU automake) 1.6.1
autoconf (GNU Autoconf) 2.53

I don't know why it's doing that, or if you want to import those.  (It's
strange--those are supposed to be imported when creating configure, not
copied into the tree.)

-- 
Glenn Maynard
? gettext.diff2
? lftp.ignore.patch
? set.txt
? trans_quotes.pl
? m4/codeset.m4
? m4/gettext.m4
? m4/glibc21.m4
? m4/iconv.m4
? m4/isc-posix.m4
? m4/lcmessage.m4
? m4/lib-ld.m4
? m4/lib-link.m4
? m4/lib-prefix.m4
? m4/progtest.m4
? src/bk
? src/find
? src/globbed
Index: .cvsignore
===================================================================
RCS file: /home/lav/cvsroot/lftp/.cvsignore,v
retrieving revision 1.6
diff -u -r1.6 .cvsignore
--- .cvsignore  2001/10/16 10:17:48     1.6
+++ .cvsignore  2002/07/09 18:40:19
@@ -1,3 +1,4 @@
+autom4te.cache
 Makefile
 *.tar.gz
 libtool
@@ -14,3 +15,4 @@
 junk
 ABOUT-NLS
 intl
+*.sin
Index: po/.cvsignore
===================================================================
RCS file: /home/lav/cvsroot/lftp/po/.cvsignore,v
retrieving revision 1.3
diff -u -r1.3 .cvsignore
--- po/.cvsignore       2001/10/16 10:17:57     1.3
+++ po/.cvsignore       2002/07/09 18:40:19
@@ -6,3 +6,5 @@
 stamp-cat-id
 cat-id-tbl.c
 Makefile.in.in
+Makevars.template
+*.sin
Index: readline-4.2/.cvsignore
===================================================================
RCS file: /home/lav/cvsroot/lftp/readline-4.2/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- readline-4.2/.cvsignore     2001/10/16 10:17:57     1.2
+++ readline-4.2/.cvsignore     2002/07/09 18:40:19
@@ -1,3 +1,4 @@
+autom4te.cache
 Makefile
 config.log
 config.h

Reply via email to