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

Re: PATCH: Completion matching control test. (Try 2)



> Here is another attempt at posting the matching test.

I haven't added this myself, since it's going to be Sven that resolves any
changes.  It can be held over if necessary --- there's no point in sending
out tests in a distribution if they're going to produce failures we already
know about, which just creates (shudder) moral pressure.

3.1.7-pre-4 has been pushed back 1) because it takes hours to go through
all of compsys.yo 2) because of all the small but important fixes to things
like menu selection 3) because, unfortunately, I'm not going on holiday in
the near future.


By the way here's a minor fix and addition to the octalzeroes manual entry
which I can't be bothered to post separately.

Index: Doc/Zsh/options.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v
retrieving revision 1.5
diff -u -r1.5 options.yo
--- Doc/Zsh/options.yo	2000/05/15 18:48:21	1.5
+++ Doc/Zsh/options.yo	2000/05/16 08:50:42
@@ -780,8 +780,10 @@
 pindex(OCTAL_ZEROES)
 cindex(octal, arithmetic expressions)
 item(tt(OCTAL_ZEROES) <S>)(
-Interpret any integer constant beginning with a 0 and not
-as octal, per IEEE Std 1003.2-1992 (ISO 9945-2:1993).
+Interpret any integer constant beginning with a 0 as octal, per IEEE Std
+1003.2-1992 (ISO 9945-2:1993).  This is not enabled by default as it
+causes problems with parsing of, for example, date and time strings with
+leading zeroes.
 )
 pindex(OVERSTRIKE)
 cindex(editor, overstrike mode)

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070



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