Re: [Toybox] Finally removed the python requirement.

2014-01-04 Thread David Seikel
On Fri, 03 Jan 2014 19:04:37 -0600 Rob Landley r...@landley.net wrote: Now generated/help.h is made by a C file, every build, and I don't have to treat that file specially during clean or cutting release tarballs, and no weird python2 version probing. Yay! Cool. I always enjoy when people

[Toybox] [CLEANUP] ifconfig commit 862

2014-01-04 Thread Rob Landley
Filling out the cleanup.html page, there are some commits I didn't post message explaining. So I'm backfilling a bit as I fill in the web page. Commit http://landley.net/hg/toybox/rev/862 The usual whitespace collation and inlining. Remove more unused headers. Remove function setport() which

[Toybox] [CLEANUP] ifconfig commit 864

2014-01-04 Thread Rob Landley
Commit http://landley.net/hg/toybox/rev/864 Move the next pointer of struct _iface_list to the start of the struct so we can use the llist infrastructure. Collate iface_flags_str[] to take up fewer lines. Remove set_data() from the prototype list because we're going to inline it everywhere