Re: [dev] [st] [PATCH 2/5] Replace for with while.

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Sun, 19 Apr 2015 10:40:18 +0200

> As per "The C Programming Language 2nd Edition" and the BSD style guide,
> the "proper" way to loop infinitely in C is "for(;;)".
> I agree about moving the assignment out of the loop initialization
> though. It is cleaner this way.

I totally agree. for (;;) is the only one true ;). I will review all
the other patches and I will push my patch of serial line tomorrow.

Nonamed, I can see almost all your patches are about small changes
related to style, and although I accept them, I think I will apreciate
more your help in another topics. There are several known seauences
that are not implemented and, the very important, is the branch I
created (wchar) in order to change the internal representation of
characters in st. You can follow the discussion in previous messages
of the mailing list (if you are really interested I can give you the
mail thread were we discussed about this point).

Regards,
Received on Sun Apr 19 2015 - 10:40:18 CEST

This archive was generated by hypermail 2.3.0 : Sun Apr 19 2015 - 10:48:08 CEST