index
:
external_gettext.git
replicant-6.0
gettext for Android
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gettext-runtime
/
libasprintf
/
vasnprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Undefine DCHAR_SET after use.
Bruno Haible
2009-08-13
1
-0
/
+1
*
Update after gnulib changed.
Bruno Haible
2009-06-23
1
-34
/
+32
*
Fix a typo in a comment.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Oops, tweak last commit regarding IN_LIBINTL.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Handle %ls directive. From gnulib.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Typography in comments.
Bruno Haible
2009-06-23
1
-3
/
+3
*
Fix invalid read past end of memory block.
Bruno Haible
2009-06-23
1
-30
/
+632
*
Update with many bugfixes from gnulib.
Bruno Haible
2009-06-23
1
-105
/
+303
*
Avoid abort() on FreeBSD 6.1/x86.
Bruno Haible
2009-06-23
1
-0
/
+3
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-4
/
+14
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-9
/
+32
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-0
/
+2
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-44
/
+142
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-29
/
+593
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-613
/
+1411
*
Fix out-of-memory handling of vasnprintf.
Bruno Haible
2009-06-23
1
-4
/
+2
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-5
/
+4
*
Update from gnulib: include revisions 1.23...1.51 of gnulib/lib/vasnprintf.c.
Bruno Haible
2009-06-23
1
-63
/
+2356
*
Assume the 'long double' type.
Bruno Haible
2009-06-23
1
-8
/
+0
*
Fix estimate of size needed for a 'a' or 'A' conversion.
Bruno Haible
2009-06-23
1
-1
/
+21
*
Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
Bruno Haible
2009-06-23
1
-18
/
+18
*
Use HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
Bruno Haible
2009-06-23
1
-6
/
+6
*
Include <config.h> unconditionally.
Bruno Haible
2009-06-23
1
-3
/
+1
*
Move the INT_MAX check to where a size_t -> int cast occurs.
Bruno Haible
2009-06-23
1
-17
/
+5
*
Fix a wrong estimation of an sprintf result size.
Bruno Haible
2009-06-23
1
-22
/
+24
*
Update FSF postal address.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Update comments.
Bruno Haible
2009-06-23
1
-1
/
+1
*
Define EOVERFLOW if needed.
Bruno Haible
2009-06-23
1
-1
/
+6
*
Update from gnulib.
Bruno Haible
2009-06-23
1
-1
/
+12
*
Fix bug occurring with "%2.f".
Bruno Haible
2009-06-23
1
-3
/
+2
*
Use size_t instead of ssize_t where possible.
Bruno Haible
2009-06-23
1
-6
/
+6
*
Be careful about using alloca.
Bruno Haible
2009-06-23
1
-16
/
+32
*
Protect against address arithmetic overflow.
Bruno Haible
2009-06-23
1
-54
/
+64
*
Fix a bug with snprintf() on HP-UX 10.
Bruno Haible
2009-06-23
1
-1
/
+17
*
Portability tweaks for NetBSD.
Bruno Haible
2009-06-23
1
-3
/
+3
*
On Windows, use _snprintf and _snwprintf instead of snprintf, swprintf.
Bruno Haible
2009-06-23
1
-4
/
+22
*
Fix portability problem on Solaris 2.5.1.
Bruno Haible
2009-06-23
1
-2
/
+20
*
Make cpp indentation consistent.
Bruno Haible
2009-06-23
1
-2
/
+2
*
Deal with alloca.h: libintl doesn't have alloca.h.
Bruno Haible
2009-06-23
1
-1
/
+3
*
Add an implementation of printf(), fprintf() etc. that supports formatting
Bruno Haible
2009-06-23
1
-64
/
+104
*
Move libasprintf/vasnprintf.c to gettext-runtime/libasprintf/vasnprintf.c.
Bruno Haible
2009-06-23
1
-0
/
+767