zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk
Subject: Re: compaudit problem
Date: Tue, 17 Oct 2006 20:41:50 -0700	[thread overview]
Message-ID: <061017204150.ZM8127@torch.brasslantern.com> (raw)
In-Reply-To: <20061017190546.GB11317@localhost.localdomain>

On Oct 17, 11:05pm, Alexey Tourbin wrote:
}
} On Sat, Aug 19, 2006 at 10:30:33AM -0700, Bart Schaefer wrote:
} > 
} >         * 22557: Doc/Zsh/options.yo, Misc/globtests, Src/options.c,
} >         Src/pattern.c, Test/D02glob.ztst, Test/D07multibyte.ztst:
} >         Turn on multibyte option by default for MULTIBYTE_SUPPORT and fix
} >         tests and patterns.
} 
} git-bisect says the problem started with change #22557.

Given that, according to your build script, you compiled both the before-
and after-22557 sources with --enable-multibyte, the only change in 22557
that could possibly be related is this one:

--- Src/pattern.c	25 Jul 2006 09:25:27 -0000	1.37
+++ Src/pattern.c	25 Jul 2006 18:06:48 -0000
@@ -343,7 +343,7 @@
     /* Error.  Treat as single byte. */
     /* Reset the shift state for next time. */
     memset(&shiftstate, 0, sizeof(shiftstate));
-    return (wchar_t) *(*x)++;
+    return (wchar_t) STOUC(*(*x)++);
 }
 
 #else

Does backing out that STOUC fix the problem?  What underlying integer
type is wchar_t on the machine where you're building zsh?


  reply	other threads:[~2006-10-18  3:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-19 11:50 Alexey Tourbin
2006-08-19 17:30 ` Bart Schaefer
2006-08-19 17:45   ` Alexey Tourbin
2006-08-19 19:20     ` Bart Schaefer
2006-08-20 17:55       ` Alexey Tourbin
2006-08-19 18:00   ` Alexey Tourbin
2006-08-20 17:16     ` Peter Stephenson
2006-08-20 17:32       ` Alexey Tourbin
2006-08-20 18:33         ` Peter Stephenson
2006-10-17 19:05   ` Alexey Tourbin
2006-10-18  3:41     ` Bart Schaefer [this message]
2006-10-18 12:00       ` Alexey Tourbin
2006-10-18 13:31         ` Peter Stephenson
2006-10-18 16:20           ` Alexey Tourbin
     [not found]             ` <20061018182019.62809029.pws@csr.com>
2006-10-19  0:17               ` Alexey Tourbin
2006-10-19  8:35                 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=061017204150.ZM8127@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).