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
*
vasnprintf: Optimize bit search operation.
Bruno Haible
2011-10-15
1
-22
/
+51
*
vasnprintf: Fix comments.
Bruno Haible
2011-10-15
1
-4
/
+4
*
Fix misindentation of preprocessor directives.
Bruno Haible
2011-02-23
1
-3
/
+3
*
vasnprintf: Reduce use of malloc for small format strings.
Bruno Haible
2011-02-04
1
-2
/
+3
*
maint: update almost all copyright ranges to include 2011
Jim Meyering
2011-01-01
1
-1
/
+1
*
Port to uClibc.
Bruno Haible
2010-11-20
1
-3
/
+3
*
Fix a comment.
Bruno Haible
2010-11-20
1
-2
/
+3
*
vasnprintf: Support I flag on glibc systems.
Bruno Haible
2010-11-07
1
-0
/
+4
*
vasnprintf: Don't set errno to 0.
Bruno Haible
2010-10-15
1
-0
/
+4
*
rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
Paul Eggert
2010-10-10
1
-5
/
+6
*
vasnprintf: Fix syntax errors in libintl build on mingw.
Bruno Haible
2010-05-09
1
-1
/
+3
*
vasnprintf: Correct errno value in case of out-of-memory.
Bruno Haible
2010-04-24
1
-3
/
+10
*
vasnprintf: Correct handling of unconvertible wide string arguments.
Bruno Haible
2010-04-10
1
-254
/
+303
*
vasnprintf: Fix crash in %ls directive.
Bruno Haible
2010-04-10
1
-2
/
+10
*
vasnprintf: Fix multiple test failures on mingw.
Bruno Haible
2010-04-10
1
-4
/
+17
*
vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
Bruno Haible
2010-01-01
1
-11
/
+11
*
Use spaces for indentation, not tabs.
Bruno Haible
2009-12-10
1
-4012
/
+4012
*
vasnprintf: Tiny optimization.
Bruno Haible
2009-11-23
1
-4
/
+4
*
vasnprintf: avoid compiler warnings
Eric Blake
2009-11-17
1
-18
/
+18
*
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
[next]