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: Fix heap memory overrun bug.
Bruno Haible
2018-09-23
1
-1
/
+3
*
Simplify code. Drop support for Borland C++ on Windows.
Bruno Haible
2018-05-03
1
-7
/
+7
*
maint: Run 'make update-copyright'
Paul Eggert
2018-01-01
1
-1
/
+1
*
all: Replace many more http URLs by https URLs. Update stale URLs.
Bruno Haible
2017-09-14
1
-1
/
+1
*
all: prefer https: URLs
Paul Eggert
2017-09-13
1
-2
/
+2
*
vasnprintf: port to macOS 10.13
Bruno Haible
2017-07-07
1
-7
/
+10
*
vasnprintf: port to macOS 10.13
Paul Eggert
2017-07-07
1
-1
/
+8
*
manywarnings: update for GCC 7
Paul Eggert
2017-05-16
1
-1
/
+9
*
vasnprintf: Fix for MSVC 14.
Bruno Haible
2017-04-21
1
-10
/
+13
*
version-etc: new year
Paul Eggert
2017-01-01
1
-1
/
+1
*
vasnprintf.c: avoid spurious warning from GCC 7
Jim Meyering
2016-10-02
1
-1
/
+1
*
Use GCC_LINT, not lint
Paul Eggert
2016-05-30
1
-1
/
+1
*
version-etc: new year
Paul Eggert
2016-01-01
1
-1
/
+1
*
vasnprintf: pacify clang 3.5.0
Paul Eggert
2015-03-03
1
-4
/
+4
*
version-etc: new year
Paul Eggert
2014-12-31
1
-1
/
+1
*
vasnprintf: fix potential incorrect errno
Pádraig Brady
2014-12-08
1
-6
/
+9
*
vasnprintf: fix potential use after free
Pádraig Brady
2014-12-06
1
-1
/
+1
*
vasnprintf: fix bugs in width computation
Paul Eggert
2014-08-31
1
-93
/
+81
*
vasnprintf: Avoid signed/unsigned comparison warning.
Thien-Thi Nguyen
2014-08-31
1
-1
/
+1
*
maint: update copyright
Eric Blake
2014-01-01
1
-1
/
+1
*
vasnprintf: silence mingw compiler warning
Eric Blake
2013-05-30
1
-1
/
+2
*
maint: update all copyright year number ranges
Eric Blake
2013-01-01
1
-1
/
+1
*
dup, execute, fatal-signal, etc.: no 'static inline'
Paul Eggert
2012-11-29
1
-1
/
+1
*
Write "Mac OS X" instead of "MacOS X".
Bruno Haible
2012-06-22
1
-1
/
+1
*
maint: replace FSF snail-mail addresses with URLs
Paul Eggert
2012-02-09
1
-2
/
+1
*
maint: spelling fixes
Paul Eggert
2012-02-05
1
-2
/
+2
*
Talk about "native Windows API", not "Win32".
Bruno Haible
2012-01-04
1
-2
/
+2
*
maint: update all copyright year number ranges
Jim Meyering
2012-01-01
1
-1
/
+1
*
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
[prev]
[next]