2024-06-06 |
Bruno Haible | tzname, daylight, timezone: Update documentation. |
commit | commitdiff | tree | snapshot |
2024-06-06 |
Bruno Haible | acl-permissions: Fix test-file-has-acl-2.sh failure... |
commit | commitdiff | tree | snapshot |
2024-06-06 |
Collin Funk | gnulib-tool.py: Don't perform unnecessary configure... |
commit | commitdiff | tree | snapshot |
2024-06-06 |
Bruno Haible | setenv: On native Windows, don't modify _environ directly. |
commit | commitdiff | tree | snapshot |
2024-06-06 |
Bruno Haible | unsetenv: On native Windows, don't modify _environ... |
commit | commitdiff | tree | snapshot |
2024-06-06 |
Bruno Haible | putenv: Don't crash upon out-of-memory. |
commit | commitdiff | tree | snapshot |
2024-06-05 |
Bruno Haible | putenv: Improve comments. |
commit | commitdiff | tree | snapshot |
2024-06-05 |
Bruno Haible | setenv: Modernize. |
commit | commitdiff | tree | snapshot |
2024-06-05 |
Bruno Haible | nstrftime: Make %c work on native Windows again, part 2. |
commit | commitdiff | tree | snapshot |
2024-06-05 |
Paul Eggert | nstrftime: don’t assume <locale.h> |
commit | commitdiff | tree | snapshot |
2024-06-05 |
Bruno Haible | nstrftime: Make %c work on native Windows again. |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Paul Eggert | endian: port better to Android NDK r26 |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Collin Funk | boot-time, readutmp: Fix missing MinGW include (regr... |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Paul Eggert | nstrftime: remove dependency on hard-locale |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Paul Eggert | ieee754-h: port to Android NDK r26 |
commit | commitdiff | tree | snapshot |
2024-06-04 |
Bruno Haible | readlinkat: Work around a Cygwin 3.3.6 bug. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | readlink: Work around a Cygwin 3.3.6 bug. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | flock tests: Don't expect a failure on native Windows. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | nstrftime, c-nstrftime tests: Avoid some failures on... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Paul Eggert | attribute: improve comments |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | acl-permissions: Fix test-file-has-acl-2.sh failure... |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | dprintf-posix tests: Skip the memory leak test on macOS. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Collin Funk | gnulib-tool.py: Use a set to optimize. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | pthread-* tests, regex tests: Prepare for use of 'alarm'. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | mtx tests: Fix a possible link error. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Bruno Haible | pthread-mutex, pthread-rwlock: Fix a compilation error. |
commit | commitdiff | tree | snapshot |
2024-06-03 |
Collin Funk | gnulib-tool.py: Refactor duplicated regular expressions. |
commit | commitdiff | tree | snapshot |
2024-06-02 |
Bruno Haible | c-strtod, c-strtof, c-strtold: Fix link error on AIX. |
commit | commitdiff | tree | snapshot |
2024-06-02 |
Bruno Haible | totalorder*: Avoid compilation error by IBM XL C compiler. |
commit | commitdiff | tree | snapshot |
2024-06-02 |
Bruno Haible | isnanf, isnand, isnanl: Fix link errors on AIX 7.1... |
commit | commitdiff | tree | snapshot |
2024-06-02 |
Collin Funk | gnulib-tool.py: Fix regular expression (regr. today). |
commit | commitdiff | tree | snapshot |
2024-06-02 |
Collin Funk | gnulib-tool.py: Fix crash when no ACLOCAL_AMFLAGS is... |
commit | commitdiff | tree | snapshot |
2024-06-01 |
Bruno Haible | windows-once: Improve comments. |
commit | commitdiff | tree | snapshot |
2024-05-31 |
Bruno Haible | windows-once: Fix race (regression yesterday). |
commit | commitdiff | tree | snapshot |
2024-05-31 |
Bruno Haible | windows-once: Simplify. |
commit | commitdiff | tree | snapshot |
2024-05-31 |
Bruno Haible | pthread-once: Fix race in Cygwin workaround implementation. |
commit | commitdiff | tree | snapshot |
2024-05-31 |
Bruno Haible | pthread-once: Simplify Cygwin workaround implementation. |
commit | commitdiff | tree | snapshot |
2024-05-31 |
Bruno Haible | pthread-once: Simplify Cygwin workaround implementation. |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Bruno Haible | assert-h, verify: Fix compilation error with g++ (4... |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Collin Funk | endian: Unquote variables that are always defined. |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Bruno Haible | attribute: Try harder to avoid syntax errors. |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Bruno Haible | attribute: Improve comments. |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Collin Funk | endian: Quote variables that may be undefined (regr... |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Bruno Haible | call_once: Work around Cygwin 3.5.3 bug. |
commit | commitdiff | tree | snapshot |
2024-05-30 |
Bruno Haible | windows-once: Free allocated resources when done. |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Bruno Haible | call_once tests: Fix link error on mingw. |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Bruno Haible | mbfile tests: Avoid test failure on mingw. |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Bruno Haible | pthread-once tests: Fix crash on mingw. |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Bruno Haible | lock: Work around Cygwin 3.5.3 bug. |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Collin Funk | gnulib-tool.py: Don't emit non-ASCII shell output. |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Collin Funk | gnulib-tool.py: Add missing docstring. |
commit | commitdiff | tree | snapshot |
2024-05-29 |
Collin Funk | gnulib-tool.py: Simplify creation of module shell ids. |
commit | commitdiff | tree | snapshot |
2024-05-28 |
Bruno Haible | pthread-once: Work around Cygwin 3.5.3 bug. |
commit | commitdiff | tree | snapshot |
2024-05-28 |
Paul Eggert | attribute: const/pure defaults to unsequenced/reproducible |
commit | commitdiff | tree | snapshot |
2024-05-28 |
Collin Funk | maint.mk: Update system header list for #include syntax... |
commit | commitdiff | tree | snapshot |
2024-05-28 |
Collin Funk | doc: Mention byteswap.h as a system header. |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | nstrftime, c-nstrftime tests: Avoid test failures on... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | nstrftime, c-nstrftime tests: Avoid some failures on... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | nstrftime, c-nstrftime tests: Avoid some failures on... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | nstrftime, c-nstrftime: Make %r work on native Windows. |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | nstrftime, c-nstrftime: Make %h work on native Windows. |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | nstrftime, c-nstrftime: Make %c work on native Windows. |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | tests: Fix internationalization problems on native... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | nstrftime, c-nstrftime tests: Improve debuggability. |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | parse-datetime tests: Avoid failure on native Windows. |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | tests: Don't test on the broken NetBSD 10.0 zh_CN.GB180... |
commit | commitdiff | tree | snapshot |
2024-05-27 |
Bruno Haible | attribute: Support ISO C 23 [[reproducible]] and [... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Bruno Haible | euidaccess: Fix test failure on native Windows. |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Bruno Haible | mcel tests: Avoid test failures due to broken GB18030... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Bruno Haible | mcel tests: Avoid test failures due to broken GB18030... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Bruno Haible | mcel tests: Fix typo. |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Bruno Haible | uchar-c23: Speed up mbrtoc32 on Solaris 11.4. |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Bruno Haible | tests: Refactor. |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Bruno Haible | tests: Before declaring a SKIP, test if there were... |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Collin Funk | byteswap tests: Verify header can be used from C++. |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Collin Funk | readutmp: Fix dependencies. |
commit | commitdiff | tree | snapshot |
2024-05-25 |
Collin Funk | boot-time, readutmp: Add a Native Windows boot time... |
commit | commitdiff | tree | snapshot |
2024-05-24 |
Bruno Haible | putenv tests: Put the putenv() argument strings into... |
commit | commitdiff | tree | snapshot |
2024-05-24 |
Bruno Haible | mbrtoc32 tests: Avoid failure on Solaris 11.4 (regressi... |
commit | commitdiff | tree | snapshot |
2024-05-24 |
Collin Funk | putenv tests: Silence -Wanalyzer-putenv-of-auto-var. |
commit | commitdiff | tree | snapshot |
2024-05-24 |
Paul Eggert | POSIX.1-2024 has been approved |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | mbrtoc32: Strengthen tests. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | mbrtoc32: Work around bug in Cygwin 3.5.3. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | sethostname tests: Avoid test failure on Cygwin. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | access, euidaccess tests: Avoid test failures on Cygwin. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | c32is*, c32toupper tests: Avoid test failures on Cygwin. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | poll tests: Avoid test failure on Cygwin. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | passfd tests: Mark as expected failure on Cygwin. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | renameatu: Work around Cygwin 3.4.6 bug. |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | readlinkat, areadlinkat: Avoid test failures on Cygwin... |
commit | commitdiff | tree | snapshot |
2024-05-23 |
Bruno Haible | doc: Small updates regarding Cygwin. |
commit | commitdiff | tree | snapshot |
2024-05-22 |
Bruno Haible | iconv: Reject the broken macOS 14.4 iconv implementation. |
commit | commitdiff | tree | snapshot |
2024-05-22 |
Bruno Haible | stdlib: Handle glibc special invocation conventions... |
commit | commitdiff | tree | snapshot |
2024-05-22 |
Paul Eggert | c-strtod: include <stdio.h> |
commit | commitdiff | tree | snapshot |
2024-05-22 |
Collin Funk | getusershell: Split file by lines instead of spaces. |
commit | commitdiff | tree | snapshot |
2024-05-21 |
Paul Eggert | boot-time: port to Alpine 3.20.0_rc2 |
commit | commitdiff | tree | snapshot |
2024-05-21 |
Bruno Haible | trim tests: Avoid test failure on Solaris 11 OmniOS. |
commit | commitdiff | tree | snapshot |
2024-05-21 |
Bruno Haible | mcel tests: Run the test in several locales. |
commit | commitdiff | tree | snapshot |
next |