<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/scripts/kconfig, branch v2.6.14.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/scripts/kconfig?h=v2.6.14.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/scripts/kconfig?h=v2.6.14.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-10-18T15:26:15Z</updated>
<entry>
<title>Add some basic .gitignore files</title>
<updated>2005-10-18T15:26:15Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-10-18T15:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1e65174a3378494608e8ed7f8c74d658be9a0fb2'/>
<id>urn:sha1:1e65174a3378494608e8ed7f8c74d658be9a0fb2</id>
<content type='text'>
This still leaves driver and architecture-specific subdirectories alone,
but gets rid of the bulk of the "generic" generated files that we should
ignore.

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild </title>
<updated>2005-09-06T07:35:51Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@evo.osdl.org</email>
</author>
<published>2005-09-06T07:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ef88b7dba2b47c70037a34a599d383462bb74bd3'/>
<id>urn:sha1:ef88b7dba2b47c70037a34a599d383462bb74bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] kconfig: linux.pot for all arch</title>
<updated>2005-09-05T07:05:49Z</updated>
<author>
<name>Egry Gabor</name>
<email>gaboregry@t-online.hu</email>
</author>
<published>2005-09-03T22:55:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=720d6c29e146e96cca858057469951e91e0e6850'/>
<id>urn:sha1:720d6c29e146e96cca858057469951e91e0e6850</id>
<content type='text'>
The 'make update-po-config' creates the .pot file for the default arch.  This
patch enhances it with all arch.

Signed-off-by: Egry Gabor &lt;gaboregry@t-online.hu&gt;
Cc: Arnaldo Carvalho de Melo &lt;acme@conectiva.com.br&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kconfig: kxgettext: EOL fix</title>
<updated>2005-09-05T07:05:49Z</updated>
<author>
<name>Egry Gabor</name>
<email>gaboregry@t-online.hu</email>
</author>
<published>2005-09-03T22:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=964267e627966ffa018fc4a3e19e6bad337a9125'/>
<id>urn:sha1:964267e627966ffa018fc4a3e19e6bad337a9125</id>
<content type='text'>
The end of line character doesn't exist on end of help in all case, check it
first.

Signed-off-by: Egry Gabor &lt;gaboregry@t-online.hu&gt;
Cc: Arnaldo Carvalho de Melo &lt;acme@conectiva.com.br&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kconfig: kxgettext: message fix</title>
<updated>2005-09-05T07:05:49Z</updated>
<author>
<name>Egry Gabor</name>
<email>gaboregry@t-online.hu</email>
</author>
<published>2005-09-03T22:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c196eff3060270f155343b63ef3d06f31ccfcd2e'/>
<id>urn:sha1:c196eff3060270f155343b63ef3d06f31ccfcd2e</id>
<content type='text'>
The gettext doesn't handle the {CONFIG}:00000 markers as sources.  I added a
simple comment prefix for them.

Signed-off-by: Egry Gabor &lt;gaboregry@t-online.hu&gt;
Cc: Arnaldo Carvalho de Melo &lt;acme@conectiva.com.br&gt;
Cc: Roman Zippel &lt;zippel@linux-m68k.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] fix gconfig crash</title>
<updated>2005-07-28T22:43:58Z</updated>
<author>
<name>Joachim Nilsson</name>
<email>joachim.nilsson@vmlinux.org</email>
</author>
<published>2005-07-28T22:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=bafd2df5d0049bccc74947fece37963e3f68fadc'/>
<id>urn:sha1:bafd2df5d0049bccc74947fece37963e3f68fadc</id>
<content type='text'>
I ran glade-2 on the glade file, fixed two missing stock icons and
cleaned up the C code that inserts the single/split/full modes. The
rest of the patch is minor cleanups only. I refrained from using all
the included xpm icons in images.c (like qconf.cc does) in favour of
using the stock Gtk+ icons instead. Oh, yes there was a "back" bug
in split mode that I also removed, oh well...

It has been tested with success by several people, including
Jesper Juhl, Randy Dunlap and myself.

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] kconfig: trivial cleanup</title>
<updated>2005-07-28T21:19:01Z</updated>
<author>
<name>blaisorblade@yahoo.it</name>
<email>blaisorblade@yahoo.it</email>
</author>
<published>2005-07-28T15:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fb7f6ff614f3ead2ca41bb4a348b9ea431d95176'/>
<id>urn:sha1:fb7f6ff614f3ead2ca41bb4a348b9ea431d95176</id>
<content type='text'>
Replace all menu_add_prop mimicking menu_add_prompt with the latter func. I've
had to add a return value to menu_add_prompt for one usage.

I've rebuilt scripts/kconfig/zconf.tab.c_shipped by hand to reflect changes
in the source (I've not the same Bison version so regenerating it wouldn't
have been not a good idea), and compared it with what Roman itself did some
time ago, and it's the same.

So I guess this can be finally merged.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso &lt;blaisorblade@yahoo.it&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Kill signed chars</title>
<updated>2005-06-25T23:25:07Z</updated>
<author>
<name>J.A. Magallon</name>
<email>jamagallon@able.es</email>
</author>
<published>2005-06-25T21:59:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=48b9d03c5f20a0585bb6f7d8c4abad3661df5d75'/>
<id>urn:sha1:48b9d03c5f20a0585bb6f7d8c4abad3661df5d75</id>
<content type='text'>
scripts/ is full of mismatches between char* params an signed char* arguments,
and viceversa.  gcc4 now complaints loud about this.  Patch below deletes all
those 'signed'.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] mconf.c needs locale.h</title>
<updated>2005-06-25T23:24:39Z</updated>
<author>
<name>Jean-Christophe Dubois</name>
<email>jdubois@mc.com</email>
</author>
<published>2005-06-25T21:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=442ff702233287df3f50ec3a7fd0a73d7367cf5a'/>
<id>urn:sha1:442ff702233287df3f50ec3a7fd0a73d7367cf5a</id>
<content type='text'>
This is failing on my cross-compilation environment (From a solaris system)
using gcc-3.4.1 (as the compiler can't find a prototype for the setlocale()
function).

Signed-off-by: Jean-Christophe Dubois &lt;jdubois@mc.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] gconfig: only show scrollbars if needed</title>
<updated>2005-06-23T16:45:31Z</updated>
<author>
<name>Thierry Vignaud</name>
<email>tvignaud@mandriva.com</email>
</author>
<published>2005-06-23T07:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=17abee3d50685b8ef4e38d37abacf8b650a3a387'/>
<id>urn:sha1:17abee3d50685b8ef4e38d37abacf8b650a3a387</id>
<content type='text'>
gconfig: only show scrollbars if needed (which is more user friendly):

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
