Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-3.1.6-dev-20



On Mar 23,  9:56pm, Peter Stephenson wrote:
} Subject: zsh-3.1.6-dev-20
}
} I have uploaded
}   ftp://ftp.zsh.org/zsh/development/zsh-3.1.6-dev-20.tar.gz

Hmm; version.mk still has

VERSION_DATE='February 23, 2000'

There's also one change in Src/text.c that I can't explain ... I missed
it before because of the 10179 diffs ... it looks sensible, but it's not
from any article mentioned in ChangeLog ... the `+' lines are -dev-20:

@@ -122,7 +122,8 @@
     tlim = tbuf + tsiz;
     tindent = 1;
     tjob = 0;
-    gettext2(&s);
+    if (prog->len)
+	gettext2(&s);
     *tptr = '\0';
     untokenize(tbuf);
     return tbuf;

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author