Home | History | Annotate | Download | only in stdio
History log of /src/lib/libc/stdio/vswprintf.c
RevisionDateAuthorComments
 1.6  19-May-2013  christos don't cast malloc
 1.5  17-May-2013  joerg Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
Provide LC_GLOBAL_LOCALE in a way that works with all locale functions.
Merge constant data used by the initial global locale and the C locale.
Drop function call layer for _current_locale() and directly return the
locale reference, not a pointer to it. Use protected access for global
variables, so that libc references can avoid the GOT overhead.
 1.4  19-Apr-2013  joerg Add explicit locale versions for the printf family. Replace asprintf,
snprintf and sprintf with simple wrappers around the corresponding
va_list functions to reduce code duplication.
 1.3  15-Mar-2012  christos branches: 1.3.2;
- ansify, knf.
- no functional changes
 1.2  17-Aug-2011  christos branches: 1.2.2;
fix the rest of libc mi gcc-4.5 hacks. portmasters should fix the md ones.
 1.1  14-May-2005  christos Add the missing wide char support functions from freebsd.
XXX: long double support is missing until we get gdtoa, and add the
necessary wide functions.
 1.2.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.2.1  17-Apr-2012  yamt sync with head
 1.3.2.1  23-Jun-2013  tls resync from head

RSS XML Feed