History log of /netbsd/sys/dev/stbi/stb_image.c (Results 1 – 10 of 10)
Revision Date Author Comments
# cd9ed68a 05-Dec-2021 msaitoh <msaitoh@NetBSD.org>

s/preceed/preced/ in comment.


# 9e913888 04-Feb-2018 mrg <mrg@NetBSD.org>

a macro idiom used here triggers the GCC 6.4 ident checker. work around it.


# b1541546 21-Jan-2016 christos <christos@NetBSD.org>

PR/50686: David Binderman: fix memory leak


# 00cbcab6 21-Jan-2016 christos <christos@NetBSD.org>

remove malloc casts.


# f9c3608a 15-Sep-2013 martin <martin@NetBSD.org>

Remove unused variables


# 82e6e963 27-Jan-2013 mbalmer <mbalmer@NetBSD.org>

exitting -> exiting.


# 5bfa7054 02-Jun-2012 christos <christos@NetBSD.org>

p->out is always NULL here


# 4aa1b2c0 02-Jun-2012 christos <christos@NetBSD.org>

PR/46518: Nat Sloss: stbi splash: compressed PNG file causes panic
Make the kernel FREE macro behave like the userland free(3), i.e. accept NULL


# b81e3401 20-Jan-2012 jmcneill <jmcneill@NetBSD.org>

reduce stack usage of stbi_gif_load_from_memory when STBI_SMALL_STACK is
defined


# d08fcf28 06-Feb-2011 jmcneill <jmcneill@NetBSD.org>

add a public domain image decoder