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
Commit message (
Expand
)
Author
Age
Files
Lines
*
c32toupper: New module.
Bruno Haible
2023-04-10
2
-0
/
+49
*
c32tolower: New module.
Bruno Haible
2023-04-09
3
-0
/
+144
*
mbrtoc32: Add comments.
Bruno Haible
2023-04-09
1
-0
/
+7
*
login_tty: Fix compilation error in C++ mode on Solaris 11.4.
Bruno Haible
2023-04-08
1
-1
/
+4
*
time: Fix compilation error in C++ mode on Solaris 11.
Bruno Haible
2023-04-08
1
-0
/
+2
*
stdio: Fix the value of _PRINTF_NAN_LEN_MAX on OpenBSD.
Bruno Haible
2023-04-08
1
-3
/
+2
*
vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku.
Bruno Haible
2023-04-07
1
-7
/
+7
*
stdio: Fix compilation error in C++ mode on macOS.
Bruno Haible
2023-04-07
1
-0
/
+8
*
uchar: Force inline functions to C linkage in C++ mode.
Bruno Haible
2023-04-06
1
-0
/
+40
*
alignalloc: Fix link error on glibc 2.15 systems.
Bruno Haible
2023-04-06
1
-1
/
+1
*
random_r: Fix compilation error on Haiku.
Bruno Haible
2023-04-05
1
-3
/
+1
*
strerrorname_np: Fix compilation error on Haiku.
Bruno Haible
2023-04-05
1
-1
/
+1
*
uchar: Fix recent change.
Bruno Haible
2023-04-05
1
-0
/
+4
*
localename: Add support for Haiku's per-thread locales.
Bruno Haible
2023-04-05
1
-0
/
+65
*
uchar: Work around Haiku bug.
Bruno Haible
2023-04-05
1
-0
/
+4
*
duplocale: Fix compilation error on Haiku (regression 2023-01-22).
Bruno Haible
2023-04-05
1
-9
/
+9
*
stdlib: Work around MB_CUR_MAX bug on Solaris 10.
Bruno Haible
2023-04-04
1
-0
/
+15
*
*c32*: Inline most functions on glibc and musl libc.
Bruno Haible
2023-04-04
22
-0
/
+227
*
backupfile: fix bug when renaming from subdirectory
Pádraig Brady
2023-04-04
1
-3
/
+4
*
*c32*: Optimize on musl libc like on glibc.
Bruno Haible
2023-04-04
8
-7
/
+23
*
uchar: Rename _GL_LARGE_CHAR32_T to _GL_SMALL_WCHAR_T.
Bruno Haible
2023-04-04
9
-10
/
+10
*
vasnprintf-posix: Fix harmless mistake (regression 2023-03-24).
Bruno Haible
2023-04-03
1
-0
/
+1
*
trim: Fix trim_trailing result in multibyte locales.
Bruno Haible
2023-04-02
1
-7
/
+0
*
trim: Fix trim_trailing result in multibyte locales.
Bruno Haible
2023-04-02
1
-32
/
+11
*
unistr/u8-strstr: Simplify code.
Bruno Haible
2023-04-02
2
-147
/
+23
*
unistr/u{16,32}-strstr: Use two-way algorithm (no memory allocation).
Bruno Haible
2023-04-02
5
-95
/
+87
*
vasnwprintf-posix: Fix behaviour in the C locale.
Bruno Haible
2023-04-01
1
-1
/
+72
*
vasnprintf-posix: Fix crash in narrow %lc directive (regr. 2023-03-21).
Bruno Haible
2023-04-01
1
-6
/
+6
*
stddef: Fix __need_wint_t handling in case of two stddef.h overrides.
Bruno Haible
2023-04-01
1
-3
/
+3
*
vasnwprintf: Fix crash upon conversion failure when processing %s.
Bruno Haible
2023-03-31
1
-3
/
+5
*
mbstowcs: New module.
Bruno Haible
2023-03-31
2
-0
/
+63
*
btowc: Fix behaviour in the C locale.
Bruno Haible
2023-03-30
1
-0
/
+8
*
string-desc-quotearg: New module.
Bruno Haible
2023-03-29
2
-0
/
+240
*
xstring-desc: New module.
Bruno Haible
2023-03-29
2
-0
/
+188
*
string-desc: New module.
Bruno Haible
2023-03-29
3
-0
/
+631
*
ialloc: Add comments.
Bruno Haible
2023-03-28
1
-0
/
+12
*
Support FALLTHROUGH macro better in glibc+clang.
Paul Eggert
2023-03-27
3
-3
/
+3
*
wcsstr: Ensure worst-case linear execution time.
Bruno Haible
2023-03-27
3
-3
/
+371
*
uchar: ISO C 23: Define char8_t.
Bruno Haible
2023-03-27
1
-5
/
+21
*
call_once: New module, separate from mtx.
Bruno Haible
2023-03-25
3
-13
/
+60
*
stdio: ISO C 23: Define _PRINTF_NAN_LEN_MAX.
Bruno Haible
2023-03-25
1
-0
/
+31
*
*printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.
Bruno Haible
2023-03-24
4
-296
/
+1165
*
vasnprintf-gnu: New module.
Bruno Haible
2023-03-24
4
-8
/
+34
*
*printf-posix: Fix implementation of %b directive.
Bruno Haible
2023-03-22
1
-6
/
+26
*
vasnwprintf: Fix a warning: implicit declaration of function ‘wcsnlen’.
Bruno Haible
2023-03-22
1
-1
/
+1
*
vasnwprintf: Fix a "warning: unused function local_wcsnlen".
Bruno Haible
2023-03-22
1
-3
/
+3
*
vasnwprintf: Fix test failures on FreeBSD, NetBSD, AIX, mingw.
Bruno Haible
2023-03-22
1
-6
/
+14
*
vasnwprintf: Fix a "warning: unused function 'wmax_room_needed'".
Bruno Haible
2023-03-22
1
-1
/
+1
*
vasnwprintf: Simplify last change.
Bruno Haible
2023-03-22
1
-6
/
+1
*
unistdio/u*-vasnprintf: Fix conversion of %Id directive result.
Bruno Haible
2023-03-22
1
-4
/
+6
[next]