index
:
delta/gnulib.git
EMACS_21_1_RC
FILEUTILS
SHELLUTILS
TEXTUTILS
akim-fix-upload
akim/relpath
baserock/build-essential
coreutils-8.9
diff-merge
emacs-unicode
emacs-unicode-2
haible-private
karl
lexbind
master
origin
pygnulib
python
stable-202201
stable-202207
stable-202301
topic/libposix
ueno/unicode-9.0.0
git.savannah.gnu.org: git/gnulib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vasnprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: avoid some compiler warnings
Eric Blake
2009-08-20
1
-1
/
+1
*
Undefine DCHAR_SET after use.
Bruno Haible
2009-08-11
1
-0
/
+1
*
Simplify calling convention of u*_conv_from_encoding.
Bruno Haible
2009-04-26
1
-16
/
+14
*
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible
2009-04-26
1
-18
/
+18
*
typo fix in a comment
Jim Meyering
2009-03-23
1
-1
/
+1
*
Oops, ignore NEED_PRINTF_DIRECTIVE_LS when IN_LIBINTL is defined.
Bruno Haible
2009-02-26
1
-2
/
+2
*
Fix *printf behaviour regarding the %ls directive.
Bruno Haible
2009-02-26
1
-2
/
+2
*
Typography in comments.
Bruno Haible
2009-02-24
1
-3
/
+3
*
Update copyright year.
Bruno Haible
2009-02-24
1
-1
/
+1
*
vasnprintf: Fix invalid read past end of memory block.
Bruno Haible
2009-02-24
1
-29
/
+631
*
vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
Eric Blake
2008-09-23
1
-2
/
+20
*
Tweak last commit.
Bruno Haible
2008-09-18
1
-6
/
+1
*
Don't use tabs inside comments ("unexpand --first-only").
Bruno Haible
2008-09-17
1
-2
/
+2
*
vasnprintf: support Irix 5.3
Eric Blake
2008-09-16
1
-6
/
+55
*
vasnprintf-posix: handle large precision via %.*d
Eric Blake
2008-09-02
1
-1
/
+1
*
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Ben Pfaff
2008-07-12
1
-2
/
+2
*
Oops, fix syntax error introduced by last commit.
Bruno Haible
2008-05-22
1
-1
/
+1
*
Avoid one more warning from gcc.
Bruno Haible
2008-05-22
1
-8
/
+9
*
avoid another warning from gcc
Jim Meyering
2008-05-21
1
-1
/
+1
*
avoid a warning from gcc
Jim Meyering
2008-05-21
1
-1
/
+8
*
Avoid some warnings from "gcc -Wshadow".
Bruno Haible
2008-05-17
1
-0
/
+7
*
Work around snprintf bug on Linux libc5.
Bruno Haible
2008-04-19
1
-3
/
+5
*
Make floorlog10 function more precise.
Bruno Haible
2008-04-19
1
-4
/
+4
*
Fix rounding when a precision is given.
Bruno Haible
2008-04-19
1
-2
/
+110
*
Fix buffer overrun.
Bruno Haible
2008-03-30
1
-59
/
+60
*
Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
Bruno Haible
2008-03-30
1
-5
/
+0
*
Fix a bug in unistdio routines, introduced on 2007-06-10.
Bruno Haible
2008-03-30
1
-1
/
+1
*
Don't use %n on native Woe32 systems, to avoid a crash on Windows Vista systems.
Bruno Haible
2008-02-08
1
-1
/
+16
*
Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
Bruno Haible
2008-02-07
1
-5
/
+7
*
Fix bug introduced on 2007-06-10.
Bruno Haible
2008-02-06
1
-6
/
+2
*
vasnprintf.c: Avoid warning about unused label
Jim Meyering
2008-01-29
1
-1
/
+3
*
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible
2008-01-26
1
-7
/
+7
*
Don't abort if the 'long double' type has excess precision.
Bruno Haible
2007-11-26
1
-0
/
+3
*
Document and work around a BeOS snprintf() bug.
Bruno Haible
2007-11-09
1
-1
/
+5
*
Fix inefficiency introduced on 2007-11-03.
Bruno Haible
2007-11-09
1
-3
/
+9
*
Fix the processing of finite numbers with the 'a' and 'A' directives.
Bruno Haible
2007-11-06
1
-9
/
+32
*
Undefine two macros after they are not needed any more.
Bruno Haible
2007-11-04
1
-0
/
+2
*
Fix *printf behaviour for large precisions on mingw and BeOS.
Bruno Haible
2007-11-04
1
-44
/
+142
*
Fix output of floating-point values with large exponent.
Bruno Haible
2007-11-04
1
-1
/
+1
*
Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
Bruno Haible
2007-11-03
1
-29
/
+593
*
Fix detection of overflow: don't assume that snprintf is C99 compliant.
Bruno Haible
2007-11-03
1
-2
/
+6
*
Fix out-of-memory handling of vasnprintf.
Bruno Haible
2007-11-03
1
-4
/
+2
*
Don't report an unjustified overflow error.
Bruno Haible
2007-10-20
1
-12
/
+21
*
Don't use %n on glibc >= 2.3 systems.
Bruno Haible
2007-10-19
1
-0
/
+12
*
Fix a #if error that causes a build failure on Linux/PowerPC with glibc-2.3.6.
Bruno Haible
2007-07-14
1
-1
/
+1
*
Add support for Unicode strings (both as output format and as arguments to
Bruno Haible
2007-06-11
1
-139
/
+880
*
Tweak the size computations and reallocations.
Bruno Haible
2007-06-10
1
-15
/
+23
*
Tweak last patch.
Bruno Haible
2007-06-10
1
-5
/
+5
*
More type parameters.
Bruno Haible
2007-06-09
1
-66
/
+87
*
Do the extra handling of NaN and Inf also the %a / %A.
Bruno Haible
2007-06-06
1
-448
/
+449
[next]