History log of /haiku/src/system/libroot/posix/glibc/stdio-common/printf_size.c
Revision Date Author Comments
# 9e419c30 18-Jan-2020 Augustin Cavalier <waddlesplash@gmail.com>

libroot: Avoid glibc-internal math function usage in printf.

There's no reason for this, and we'd like to not export
these functions anymore (under non-x86/x86_64), so just use
the public macros.


# 7766c048 03-Jan-2018 ohnx <me@masonx.ca>

libroot: Fix possible typo in printf_size.c

It appears as if there is a typo in printf_size.c; it makes
no sense to compare an unitialized variable in such a way.
Since `info->width` is referenced later on in the variable
assignment, it seems possible that the intended statement
was to place the larger of the values between `info->width`
and `info->prec` into `width`.

Fixes CID 609431.

korli: Patch applied in cddfcf2f875f28695f367e90027167a989503273
was incomplete. This patch completes with what upstream did in 2004:
https://github.com/bminor/glibc/commit/fa5753eede3e97e94f50928989b313fb1fbdae6f.patch

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# cddfcf2f 08-Dec-2013 Murai Takashi <tmurai01@gmail.com>

Fix incorrect initialization.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 545259ff 13-Apr-2010 Michael Lotz <mmlr@mlotz.ch>

This fixes the debug build of libroot.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36253 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5af32e75 13-Apr-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed src/kernel to src/system.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12359 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cddfcf2f875f28695f367e90027167a989503273 08-Dec-2013 Murai Takashi <tmurai01@gmail.com>

Fix incorrect initialization.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 545259ff2e3e145d84dda9e51bce1061188c5b17 13-Apr-2010 Michael Lotz <mmlr@mlotz.ch>

This fixes the debug build of libroot.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36253 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5af32e752606778be5dd7379f319fe43cb3f6b8c 13-Apr-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed src/kernel to src/system.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12359 a95241bf-73f2-0310-859d-f6bbb57e9c96