<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forks/toybox/kconfig, branch 0.7.1</title>
<subtitle>Toybox with POSIX patches from E5ten
</subtitle>
<id>https://git.carbslinux.org/forks/toybox/atom?h=0.7.1</id>
<link rel='self' href='https://git.carbslinux.org/forks/toybox/atom?h=0.7.1'/>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/'/>
<updated>2016-01-12T16:45:58+00:00</updated>
<entry>
<title>Expand defconfig/allyesconfig/allnoconfig help text to explain what they're for.</title>
<updated>2016-01-12T16:45:58+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2016-01-12T16:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=456b363175ae9a9bf2128d3e39a325552e1f0c43'/>
<id>urn:sha1:456b363175ae9a9bf2128d3e39a325552e1f0c43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around bug in gcc 5.2.0 that miscompiles linux 2.6.12's kconfig.</title>
<updated>2015-09-01T02:42:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-09-01T02:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=7cdb8af914777ec68086e9f4f9382168e4ce2ff2'/>
<id>urn:sha1:7cdb8af914777ec68086e9f4f9382168e4ce2ff2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cosmetic tweak: no need for pages of text from "make defconfig" and friends.</title>
<updated>2015-06-10T16:58:47+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-06-10T16:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=324e615106907c69e920b44e1a9c01c45e4d0e8c'/>
<id>urn:sha1:324e615106907c69e920b44e1a9c01c45e4d0e8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explain the craptacular nature of kconfig, and the plan to replace it.</title>
<updated>2015-03-26T18:25:20+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2015-03-26T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=a89f05496c2b5f88f980a136fc9f9cc4c271584e'/>
<id>urn:sha1:a89f05496c2b5f88f980a136fc9f9cc4c271584e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix toybox build with C99 compilers</title>
<updated>2015-03-25T18:46:34+00:00</updated>
<author>
<name>Bernhard Rosenkr?nzer</name>
<email>bernhard.rosenkranzer@linaro.org</email>
</author>
<published>2015-03-25T18:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=76f148583ab6eb709bd930aeec6855663619a68b'/>
<id>urn:sha1:76f148583ab6eb709bd930aeec6855663619a68b</id>
<content type='text'>
toybox "make menuconfig" currently fails to build if the compiler is in C99
mode (clang 3.6 and gcc 5.0 snapshots default to C99 mode, you can also
reproduce the failure with older gcc by using 'make menuconfig HOSTCC="gcc
-std=gnu99"').

The problem is that inline semantics changed in C99, and kconf_id_lookup's
inline-ness depends on C89 semantics there.
</content>
</entry>
<entry>
<title>Silence pointless warnings.</title>
<updated>2012-05-20T19:58:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2012-05-20T19:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=bdcb80e9d316863a77ff922e18d32e9024c77c82'/>
<id>urn:sha1:bdcb80e9d316863a77ff922e18d32e9024c77c82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Zap toys/Config.in and instead create generated/Config.in from contents of</title>
<updated>2008-01-19T23:08:39+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2008-01-19T23:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=2896480c4918f2accccb8301bec457a7bff7377e'/>
<id>urn:sha1:2896480c4918f2accccb8301bec457a7bff7377e</id>
<content type='text'>
toys/*.c.  Move relevant info into comment at the top of each toys/*.c.  Also
convert more of Makefile into a thin wrapper around shell scripts that actually
do the work.  (Makefile is only still there for the user interface.)
</content>
</entry>
<entry>
<title>Fix makefile to defconfig properly, and leak in a bit of the new test</title>
<updated>2007-06-18T05:09:00+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2007-06-18T05:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=e35f2b831201cbe220e97d1b36f8fec3981a9065'/>
<id>urn:sha1:e35f2b831201cbe220e97d1b36f8fec3981a9065</id>
<content type='text'>
infrastructure so I don't have to revert it to check this in. :)
</content>
</entry>
<entry>
<title>Humor dash, which is broken.</title>
<updated>2007-06-01T15:46:56+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2007-06-01T15:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=9fdf465b913ee35a17cf8d9758292afb0cac8a9f'/>
<id>urn:sha1:9fdf465b913ee35a17cf8d9758292afb0cac8a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply uClibc's changes to this kconfig.</title>
<updated>2007-03-15T17:59:06+00:00</updated>
<author>
<name>Rob Landley</name>
<email>rob@landley.net</email>
</author>
<published>2007-03-15T17:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.carbslinux.org/forks/toybox/commit/?id=d989df3d7dcc6ea39604972bb1dfe46595a6a9e2'/>
<id>urn:sha1:d989df3d7dcc6ea39604972bb1dfe46595a6a9e2</id>
<content type='text'>
</content>
</entry>
</feed>
