<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /uspace/trunk/libc/generic/io/printf_core.c</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Tue, 07 Apr 2026 13:49:32 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;max=40&amp;peg=1321</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;peg=1321&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Tue, 02 May 2006 13:52:52 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 1272 – Comments update.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Comments update.&lt;/div&gt;~ /uspace/trunk/libc/generic/io/printf_core.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io/vsnprintf.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1272&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1272&amp;peg=1321</guid></item>
<item><pubDate>Mon, 24 Apr 2006 23:05:59 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 1234 – Another version of printf function, now with support for sprintf, ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Another version of printf function, now with support for sprintf, snprintf and v*printf functions.&lt;/div&gt;x /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/printf.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/printf_core.c &lt;i&gt;(copied from /uspace/trunk/libc/generic/io/print.c@1204)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/generic/io/snprintf.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/sprintf.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/vprintf.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/vsnprintf.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/vsprintf.c&lt;br /&gt;~ /uspace/trunk/libc/include/io/io.h&lt;br /&gt;+ /uspace/trunk/libc/include/io/printf_core.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdio.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1234&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1234&amp;peg=1321</guid></item>
<item><pubDate>Mon, 17 Apr 2006 16:28:56 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 1199 – Update comments in printf.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Update comments in printf.&lt;/div&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1199&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1199&amp;peg=1321</guid></item>
<item><pubDate>Sun, 16 Apr 2006 15:18:43 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 1197 – Bugfix in printf, some support for testing.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;Bugfix in printf, some support for testing.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;~ /uspace/trunk/libc/generic/string.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1197&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1197&amp;peg=1321</guid></item>
<item><pubDate>Wed, 12 Apr 2006 12:21:01 +0200</pubDate><dc:creator>cejka</dc:creator><title>Rev 1173 – Printf support for width and precision modifiers.  Several necessary ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Printf support for width and precision modifiers. &lt;br /&gt;
Several necessary helping functions added.&lt;/div&gt;~ /uspace/trunk/libc/generic/io/io.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;~ /uspace/trunk/libc/generic/string.c&lt;br /&gt;+ /uspace/trunk/libc/include/ctype.h&lt;br /&gt;~ /uspace/trunk/libc/include/io/io.h&lt;br /&gt;~ /uspace/trunk/libc/include/string.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1173&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1173&amp;peg=1321</guid></item>
<item><pubDate>Fri, 17 Mar 2006 12:47:53 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 1073 – Userspace printf was rewritten to support standard format. Not all ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Userspace printf was rewritten to support standard format. Not all needed features implemented yet.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/init/Makefile&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;~ /uspace/trunk/libc/Makefile.toolchain&lt;br /&gt;~ /uspace/trunk/ns/Makefile&lt;br /&gt;~ /uspace/trunk/ns/ns.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1073&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1073&amp;peg=1321</guid></item>
<item><pubDate>Wed, 15 Mar 2006 13:36:49 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 1010 – Fixed problem with stackarg/stdarg for 64-bit platforms.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed problem with stackarg/stdarg for 64-bit platforms.&lt;/div&gt;+ /uspace/trunk/libc/arch/amd64/include/stackarg.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/include/stackarg.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/include/stackarg.h&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/include/stackarg.h&lt;br /&gt;~ /uspace/trunk/libc/generic/io/io.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;~ /uspace/trunk/libc/include/stdarg.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1010&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=1010&amp;peg=1321</guid></item>
<item><pubDate>Tue, 14 Mar 2006 22:19:38 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 995 – Fixed bug in printf (__native from kernel must be unsigned ...</title><description>&lt;div&gt;&lt;strong&gt;cejka – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fixed bug in printf (__native from kernel must be unsigned long).&lt;br /&gt;
Putting prefixes in printf optimized.&lt;br /&gt;
Test function created in init.c.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=995&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=995&amp;peg=1321</guid></item>
<item><pubDate>Tue, 14 Mar 2006 21:03:03 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 992 – Add -N to ia64 libc/Makefile.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Add -N to ia64 libc/Makefile.&lt;/div&gt;~ /uspace/trunk/libc/arch/ia64/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=992&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=992&amp;peg=1321</guid></item>
<item><pubDate>Tue, 14 Mar 2006 13:42:29 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 975 – Uspace printf bug repaired.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Uspace printf bug repaired.&lt;/div&gt;~ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=975&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=975&amp;peg=1321</guid></item>
<item><pubDate>Tue, 14 Mar 2006 13:14:43 +0100</pubDate><dc:creator>cejka</dc:creator><title>Rev 974 – Userspace printf, stdarg, and some other printf support.</title><description>&lt;div&gt;&lt;strong&gt;cejka – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Userspace printf, stdarg, and some other printf support.&lt;/div&gt;~ /uspace/trunk/libc/arch/ia32/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/generic/io&lt;br /&gt;x /uspace/trunk/libc/generic/io.c&lt;br /&gt;+ /uspace/trunk/libc/generic/io/io.c &lt;i&gt;(copied from /uspace/trunk/libc/generic/io.c@963)&lt;/i&gt;&lt;br /&gt;+ /uspace/trunk/libc/generic/io/print.c&lt;br /&gt;+ /uspace/trunk/libc/include/io&lt;br /&gt;+ /uspace/trunk/libc/include/io/io.h&lt;br /&gt;+ /uspace/trunk/libc/include/stdarg.h&lt;br /&gt;+ /uspace/trunk/libc/include/stddef.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdio.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=974&amp;peg=1321</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Fgeneric%2Fio%2Fprintf_core.c&amp;rev=974&amp;peg=1321</guid></item>
</channel></rss>