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

Re: PATCH: shorthand for splitting on null bytes.



On Wed, Mar 22, 2006 at 12:06:54PM +0000, Peter Stephenson wrote:
> Any comments?

Just a comment on the obfuscationality :-) of one line in your patch:

> +		    spsep[0] = Meta;
> +		    spsep[1] = ' ';

I'd rather see that last line be "spsep[1] = '\0' ^ 32;" because that
makes the value a little clearer (the end result is obviously the same).

..wayne..



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