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

PATCH: Misc. small tweaks



diff -ru ../zsh-forge/common/Etc/BUGS ./Etc/BUGS
--- ../zsh-forge/common/Etc/BUGS        Fri Aug  6 11:02:16 1999
+++ ./Etc/BUGS  Mon Mar 27 00:56:34 2000
@@ -46,5 +46,5 @@
 ------------------------------------------------------------------------
 Numeric ranges are still too greedy with using characters; for example,
 <1-1000>33 will not match 633 because the 633 matches the range.  Some
-backtracking will be necessary.
+backtracking will be necessary.  (This is believed fixed as of 3.1.6.)
 ------------------------------------------------------------------------
diff -ru ../zsh-forge/common/Src/Modules/zpty.c ./Src/Modules/zpty.c
--- ../zsh-forge/common/Src/Modules/zpty.c      Sat Apr  1 12:49:48 2000
+++ ./Src/Modules/zpty.c        Tue Apr  4 04:45:20 2000
@@ -211,7 +211,7 @@
     return 0;
 }
 
-#else /* ! (defined(__SVR4) || defind(sinix)) */
+#else /* ! (defined(__SVR4) || defined(sinix)) */
 
 static int
 get_pty(int *master, int *slave)

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



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